AC_FUNC_ALLOCA: modernize
[autoconf.git] / ChangeLog
blob3a998af248c3156a27669887e3e9eee644aa327f
1 2010-08-05  Bruno Haible  <bruno@clisp.org>
2         and Eric Blake  <eblake@redhat.com>
4         AC_FUNC_ALLOCA: modernize
5         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Assume that alloca's
6         return type is 'void *', not 'char *'.  Supply C89 prototype.
7         Reported by Thomas Klausner.
9 2010-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11         Fix testsuite failure due to bugs in third-party aclocal macros.
12         * tests/torture.at (Non-literal AC_CONFIG_SUBDIRS): Create a
13         hand-written aclocal.m4 file, so the -Werror test doesn't fail
14         over aclocal warnings about errors in third-party macro files.
15         Simplify test accordingly, calling autoreconf throughout.
16         Report by Bob Friesenhahn.
18         Fix AC_LANG_SOURCE and AC_LANG_PROGRAM tests.
19         * tests/compile.at (AC_LANG_SOURCE example)
20         (AC_LANG_PROGRAM example): Fix broken sed script for
21         extracting the interesting part of the conftest.c file.
22         Fixes test failure on Haiku.
23         * THANKS: Update.
24         Report by Scott McCreary.
26 2010-08-03  Eric Blake  <eblake@redhat.com>
28         docs: mention bash bug with word splitting
29         * doc/autoconf.texi (Shell Substitutions): Document bash bug, and
30         zsh default behavior difference.
31         Reported by Ralf Wildenhues.
33         docs: mention ksh bug with function syntax
34         * doc/autoconf.texi (Shell Functions): Document ksh93 limitation.
36 2010-08-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38         Fix typo in Autotest color test, for dash testsuite failure.
39         * tests/autotest.at (colored test results): Use exit not
40         Exit.  Fixes test failure with dash 0.5.4.
42 2010-08-02  Eric Blake  <eblake@redhat.com>
44         docs: track recent copyright assignment
45         * AUTHORS: Add Peter Rosin.
47 2010-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49         Add testsuite exposure for last-minute fix in 2.67.
50         * tests/autotest.at (parallel args but non-working mkfifo):
51         New test, to expose the failure v2.66-23-g991183c avoided.
53         Ensure unnamed test group categories are separated from previous.
54         * doc/autoconf.texi (Writing Testsuites) <AT_BANNER>: Update
55         description.
56         * lib/autotest/general.m4 (AT_INIT) <at_fn_banner>: Set banner
57         to single space, not empty line, once printed.  For empty
58         banners, print a single empty line to separate them from a
59         previous test group category.
60         * tests/autotest.at (Banners): Insert another test group; adjust
61         tests accordingly.  Extend test to cover semantic change.
62         * NEWS: Update.
64 2010-07-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66         Fix typos in perlpod docs.
67         * lib/Autom4te/ChannelDefs.pm, lib/Autom4te/Channels.pm,
68         lib/Autom4te/General.pm: Fix typos and spacing in perlpod
69         documentation and in comments.
71 2010-07-29  Eric Blake  <eblake@redhat.com>
73         docs: mention ksh file descriptor limitation
74         * doc/autoconf.texi (File Descriptors): Document issue with fd 10
75         and above.
76         Reported by Ralf Wildenhues.
78         docs: mention cd limitation
79         * doc/autoconf.texi (Limitations of Builtins) <cd>: Document
80         issues with empty argument.
82 2010-07-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84         Add missing index entries to manual.
85         * doc/autoconf.texi (Fortran Compiler, Language Choice): Add
86         index entries for AC_FC_DUMMY_MAIN, AC_LANG; reformat entry for
87         AC_LANG_ASSERT.
89 2010-07-21  Eric Blake  <eblake@redhat.com>
91         Release Version 2.67.
92         * NEWS: Mention the release.
94         Prepare for release.
95         * maint.mk (PREV_VERSION_REGEXP): New macro, missed when
96         backporting update-NEWS_hash from gnulib.
97         * cfg.mk (old_NEWS_hash): Correctly generate.
98         * build-aux/gendocs.sh: Temporarily break sync from upstream, to
99         avoid including spurious directories in info source tarball.
101         Avoid spurious testsuite failures.
102         * doc/autoconf.texi (Generating Sources): Don't mix gcc '-E' and
103         '-o -', since the former already implies stdout, while the latter
104         creates -.exe on cygwin.
105         * tests/compile.at (AC_LANG_SOURCE example)
106         (AC_LANG_PROGRAM example): Likewise.  Also prevent any config.site
107         interference.
109         Partially revert previous patch.
110         * lib/autotest/general.m4 (AT_INIT) <serial testing>: Changing
111         at_jobs here breaks output if -j2 was requested but shell is
112         insufficient to support parallel testing.
113         Reported by Ralf Wildenhues.
115         Minor testsuite size reduction.
116         * lib/autotest/general.m4 (AT_INIT) <serial testing>: Ensure
117         at_jobs is 1.
118         (AT_SETUP, AT_CLEANUP): Factor initialization code...
119         (AT_INIT) <at_fn_group_banner>: ...into new function.
120         Based in part on suggestion by Ralf Wildenhues.
122 2010-07-20  Eric Blake  <eblake@redhat.com>
124         Close job control fd before running tests.
125         * doc/autoconf.texi (File Descriptors): Clarify limitations.
126         * lib/autotest/general.m4 (AT_CLEANUP): Avoid leaking job control
127         fifo fd to user tests.
128         (AT_INIT): Delete comment, now that close is done elsewhere.
129         Suggested by Ralf Wildenhues.
131 2010-07-20 Paul Eggert  <eggert@cs.ucla.edu>
132         and Eric Blake  <eblake@redhat.com>
134         Plug race in parallel autotest.
135         * lib/autotest/general.m4 (AT_INIT) <Fifo job dispatcher>: Track
136         two fds to fifo in parent, to avoid race where parent can see EOF
137         before child opens fifo.  Avoid any atomicity problems with tokens
138         larger than one byte.
139         * NEWS: Document the bug fix.
141 2010-07-20  Eric Blake  <eblake@redhat.com>
143         Another empty argument through expr workaround.
144         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Detect empty
145         arguments.  Reject empty file argument.
146         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
147         Check for missing argument.
149         Also reject ' and newline from AC_INIT strings.
150         * lib/autoconf/general.m4 (_AC_INIT_LITERAL): Reject a couple more
151         problematic characters.
152         * tests/base.at (AC_INIT with unusual version strings): Enhance
153         test.
154         * doc/autoconf.texi (Initializing configure) <AC_INIT>: Further
155         clarifications, and clean up wording about use of m4_esyscmd.
156         * NEWS: Update previous news entry.
157         Suggested by Paolo Bonzini.
159 2010-07-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
161         Let autoreconf pass warning flags to new-enough aclocal.
162         * bin/autoreconf.in ($aclocal_supports_warnings)
163         ($automake_supports_warnings): New globals.
164         (parse_args): Set and use them.  Be sure to invoke `aclocal
165         --help' and `automake --help' just once each.
166         * NEWS: Update.
167         Prompted by report from Bruno Haible.
169         Fix parsing of empty variable settings on the command line.
170         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Work around
171         expr bug returning 0 instead of the empty string.
172         * lib/autotest/general.m4 (AT_INIT): Likewise.
174         Fix typo in the manual.
175         * doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo.
177 2010-07-19  Eric Blake  <eblake@redhat.com>
179         Fix up AC_INIT vs. " issues, and document it.
180         * doc/autoconf.texi (Initializing configure): Improve
181         documentation on argument restrictions.
182         * NEWS: Tweak information.
183         * lib/autoconf/general.m4 (_AC_INIT_GENERAL): New macro, that also
184         rejects literal ".
185         (_AC_INIT_PACKAGE): Use it to plug hole in last patch.
186         * tests/base.at (AC_INIT with unusual version strings): Enhance
187         test.
189 2010-07-19  Eric Blake  <eblake@redhat.com>
190         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
192         Relax AC_INIT requirements for PACKAGE and VERSION strings again.
193         * lib/m4sugar/m4sh.m4 (AS_LITERAL_HEREDOC_IF): New macro.
194         (_AS_LITERAL_HEREDOC_IF, _AS_LITERAL_HEREDOC_IF_YES)
195         (_AS_LITERAL_HEREDOC_IF_NO): New helper macros.
196         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Use
197         AS_LITERAL_HEREDOC_IF for PACKAGE and VERSION strings.
198         * tests/base.at (AC_INIT with unusual version strings): New test.
199         * tests/m4sh.at (AS@&t@_LITERAL_IF): Extend test.
200         * NEWS: Update.
202 2010-07-19  Eric Blake  <eblake@redhat.com>
204         Fix testsuite failures from previous patch.
205         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Also remove
206         conftest.i when preprocessor tests break out of a loop.
208 2010-07-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
210         Allow inspecting AC_PREPROC_IFELSE output in true branch.
211         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY): Redirect
212         preprocessor output to conftest.i rather than /dev/null.
213         (_AC_PREPROC_IFELSE): Remove conftest.i in the postprocessing.
214         * tests/compile.at (Order of user actions and cleanup): Extend
215         test in the ACTION-IF-TRUE branch.
216         * doc/autoconf.texi (Running the Preprocessor): Document new
217         feature.
218         * NEWS: Update.
220         Fix AC_FC_LIBRARY_LDFLAGS detection for BlueGene xlf -qipa.
221         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
222         '-link', added spuriously when -qipa is used with the XL
223         Fortran compilers on BlueGene.
225         manual: compiler flags -D and -L should not be followed by space
226         * doc/autoconf.texi (Preset Output Variables): Remove space
227         between -D and -L flags and their arguments, traditional cpp
228         implementations like Solaris 10, IRIX 6.5, OSF Tru64 5.1D,
229         AIX 5.3 do not accept it.
231 2010-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
233         Fix comment typo in the manual.
234         * doc/autoconf.texi (Generic Compiler Characteristics): Refer
235         to the right test in the example marker comment.
236         Spotted by Eric Blake.
238 2010-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
240         New Fortran macro AC_FC_LINE_LENGTH.
241         * lib/autoconf/fortran.m4 (AC_FC_LINE_LENGTH): New macro.
242         * doc/autoconf.texi (Fortran Compiler): Document it.
243         * tests/fortran.at (AC_FC_LINE_LENGTH): New test.
244         * NEWS: Update.
246         Fix wording about AC_CONFIG_SUBDIRS warning.
247         * doc/autoconf.texi (Subdirectories): We warn, not error, about
248         nonexistent config subdirs, but only at configure run time.
250 2010-07-10  Eric Blake  <eblake@redhat.com>
251         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
253         Fix regression of AC_CHECK_SIZEOF on pointer types.
254         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Translate `*' to `p'
255         when checking literal-ness of the type, for pointer types.
256         * lib/m4sugar/m4sh.m4 (_AS_TR_SH): Also consider `*' as literal.
257         (_AS_TR_CPP): Likewise.
258         * tests/semantics.at (AC_CHECK_ALIGNOF struct): When checking
259         for numeric answer, be sure to not allow variable references.
260         (AC_CHECK_SIZEOF struct): Likewise.  Also, test the
261         `AC_CHECK_SIZEOF([int *])' example from the manual.
262         * doc/autoconf.texi (Generic Compiler Characteristics): Add
263         example marker.
264         * NEWS: Update.
265         Reports by Nishio Futoshi and Roberto Bagnara.
267 2010-07-08  Eric Blake  <eblake@redhat.com>
268         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
270         Fix regression of AC_CONFIG_SUBDIRS with multiple arguments.
271         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Do not assume the
272         argument is a single word.
273         * tests/torture.at (Deep Package): Extend test to cover this.
274         (Non-literal AC_CONFIG_SUBDIRS): New test.
275         * doc/autoconf.texi (Subdirectories): Add example marker.
276         * NEWS: Update.
277         Report by Bruno Haible.
279 2010-07-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
281         Fix minor copy&paste leftover in m4sh tests.
282         * tests/m4sh.at (AS@&t@_TR_SH and AS@&t@_TR_CPP): Remove
283         useless variables assignements ($var, $vAr, $VAR).
285 2010-07-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
287         Fix testsuite to not trigger Solaris sh for bug.
288         * tests/torture.at (Torturing config.status)
289         (Substitute a 2000-byte string)
290         (Substitute and define special characters)
291         (Substitute a newline): Quote first argument in for list so
292         that it does not look like an assignment.
294 2010-07-02  Eric Blake  <eblake@redhat.com>
296         Post-release administrivia.
297         * maint.mk (NEWS_hash): Define.
298         * NEWS: Add header line for next release.
299         * .prev-version: Record previous version.
300         * cfg.mk (old_NEWS_hash): Auto-update.
302         Release Version 2.66.
303         * NEWS: Mention the release.
305 2010-07-02  Eric Blake  <eblake@redhat.com>
307         Pick up some maint.mk improvements from gnulib.
308         * configure.ac (AM_INIT_AUTOMAKE): Require 1.11, and build xz
309         archives by default now.
310         * maint.mk (gzip_rsyncable): Avoid non-portable echo.
311         (VC-tag): Depend on gpg_key_ID.
312         (PREV_VERSION): Don't parse error as version.
313         (announcement): Populate email addresses with defaults.
314         (emit_upload_commands, web-manual): Reflect changes in scripts.
315         (update-NEWS-hash, emit-commit-log, release-prep): New macros.
316         * cfg.mk (announcement_Cc_, announcement_mail_headers_): Override
317         defaults.
318         * HACKING: Modernize a bit.
320         Resync upstream files.
321         * GNUmakefile: Run 'make fetch'.
322         * build-aux/announce-gen: Likewise.
323         * build-aux/config.guess: Likewise.
324         * build-aux/config.sub: Likewise.
325         * build-aux/gendocs.sh: Likewise.
326         * build-aux/git-version-gen: Likewise.
327         * build-aux/gnupload: Likewise.
328         * build-aux/texinfo.tex: Likewise.
329         * build-aux/vc-list-files: Likewise.
330         * doc/gendocs_template: Likewise.
331         * doc/gnu-oids.texi: Likewise.
332         * doc/make-stds.texi: Likewise.
333         * doc/standards.texi: Likewise.
334         * lib/Autom4te/Channels.pm: Likewise.
335         * lib/Autom4te/Configure_ac.pm: Likewise.
336         * lib/Autom4te/FileUtils.pm: Likewise.
337         * lib/Autom4te/XFile.pm: Likewise.
339         Make AS_TR_SH and AS_TR_CPP similar.
340         * lib/m4sugar/m4sh.m4 (_AS_TR_CPP_LITERAL): Avoid underquoting.
341         (_AS_TR_CPP_INDIR): Handle all polymorphic variables.
342         * tests/m4sh.at (AS@&t@_TR_SH and AS@&t@_TR_CPP): New test.
343         * NEWS: Document the fix.
344         Reported by Bruno Haible.
346         Reduce startup cost of autotest.
347         * lib/autotest/general.m4 (_AT_FINISH) <banners>: Rather than
348         doing a recursive find, limit ourselves to top ChangeLog only.
349         Reported by Ralf Wildenhues.
351 2010-07-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
353         New macro AC_FC_FIXEDFORM, improved AC_FC_FREEFORM, coverage.
354         * lib/autoconf/fortran.m4 (_AC_FC_DIALECT_YEAR): Fix typo in
355         comment.
356         (AC_FC_FREEFORM): Update list of known options for Sun, HP,
357         Lahey/Fujitsu Fortran compilers.  Use M4 quoting consistently.
358         (AC_FC_FIXEDFORM): New macro.
359         * tests/fortran.at (AC_FC_DUMMY_MAIN usage, AC_FC_MAIN usage):
360         Use AC_FC_FIXEDFORM, to avoid testsuite failure with FC=xlf95.
361         (AC_FC_FREEFORM with AC_FC_SRCEXT, AC_FC_FIXEDFORM)
362         (AC_FC_FIXEDFORM with AC_FC_SRCEXT): New tests.
363         * tests/mktests.sh: No need to exclude AC_FC_FREEFORM, it uses
364         AC_LANG_PUSH/AC_LANG_POP.
365         * doc/autoconf.texi (Fortran Compiler): Document it.
366         * NEWS: Update.
368 2010-07-02  Eric Blake  <eblake@redhat.com>
370         Optimize AS_BOX.
371         * lib/m4sugar/m4sh.m4 (AS_BOX): Use less m4 time.
372         (_AS_BOX_LITERAL): Use fewer forks in the common case.
373         * doc/autoconf.texi (Common Shell Constructs) <AS_BOX>: Document
374         the macro.
375         * NEWS: Mention it.
377         Use new AS_LITERAL_IF argument when appropriate.
378         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Reduce m4 overhead.
379         (AS_VAR_IF, AS_VAR_TEST_SET): Provide shorter variant for simple
380         references.
381         Suggested by Bruno Haible.
383         Add tests for AS_BOX.
384         * tests/m4sugar.at (m4@&t@_text_box): New test.
385         * tests/m4sh.at (AS@&t@_BOX): Likewise.
386         * lib/m4sugar/m4sugar.m4 (m4_text_box): Support comma.
387         * doc/autoconf.texi (Text processing Macros) <m4_text_box>:
388         Document further limitations.
390         Add optional argument to AS_LITERAL_IF.
391         * lib/m4sugar/m4sh.m4 (_AS_LITERAL_IF): Rewrite to generate macro
392         name, without using m4_cond.
393         (_AS_LITERAL_IF_, _AS_LITERAL_IF_YES, _AS_LITERAL_IF_NO): New
394         helpers.
395         (AS_LITERAL_IF, AS_LITERAL_WORD_IF, _AS_TR_SH, _AS_TR_CPP)
396         (_AS_VAR_PUSHDEF): Adjust callers.
397         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Relax restrictions on
398         invalid bytes, since this allows inline struct layouts.
399         (_AC_CHECK_ALIGNOF): New helper macro.
400         * tests/m4sh.at (AS@&t@_LITERAL_IF): Update test.
401         * doc/autoconf.texi (Polymorphic Variables) <AS_LITERAL_IF>:
402         Update documentation.
404         Use AS_LITERAL_WORD_IF as appropriate.
405         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Use new macro.
406         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE, AC_CACHE_VAL)
407         (AS_CACHE_CHECK, AC_DEFINE_TRACE, _AC_LIBOBJ): Likewise.
408         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
409         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
410         * lib/m4sugar/m4sh.m4 (AS_UNSET, AS_VAR_COPY, AS_VAR_GET)
411         (AS_VAR_IF, AS_VAR_SET, AS_VAR_TEST_SET): Likewise.
413         Add AS_LITERAL_WORD_IF.
414         * lib/m4sugar/m4sh.m4 (_AS_LITERAL_IF): Also reject shell quoting
415         characters as non-literal, and provide way to reject space.
416         (AS_LITERAL_WORD_IF): New macro.
417         * doc/autoconf.texi (Polymorphic Variables) <AS_LITERAL_IF>:
418         Document new macro.  Fix example to match reality.
419         * NEWS: Document change and new macro.
420         * tests/m4sh.at (AS@&t@_LITERAL_IF): Update test.
422         Optimize AC_DEFINE.
423         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Avoid overhead of
424         AS_LITERAL_IF.
426 2010-07-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
427         and Eric Blake  <eblake@redhat.com>
429         Describe a Solaris /bin/sh bug w.r.t. for loops.
430         * doc/autoconf.texi (Limitations of Shell Builtins) <for>:
431         Document a bug of the 'for' builtin in Solaris /bin/sh, w.r.t.
432         tokens seeming variable assignment in the list of arguments.
434 2010-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
436         Improve VPATH handling in config.status for non-Automake projects.
437         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Be sure not
438         to remove references to a subdir of srcdir.  Fix treatment of
439         multiple colon-separated VPATH entries.
440         * tests/torture.at (VPATH): New test.
441         Report by Keith Marshall.
443         Further improve docs about nested double-quotes and backquotes.
444         * doc/autoconf.texi (Shellology): Remove anchor for pdksh.
445         Move quoting bug example to ...
446         (Shell Substitutions): ... here.  Document which behavior is
447         specified by Posix.
449         Coverage for Fortran compiler macros.
450         * tests/fortran.at (AC_OPENMP and Fortran 77)
451         (AC_OPENMP and Fortran): Simplify, using AT_CHECK_CONFIGURE.
452         (AC_F77_DUMMY_MAIN usage, AC_FC_DUMMY_MAIN usage)
453         (AC_F77_MAIN usage, AC_FC_MAIN usage, AC_F77_FUNC usage)
454         (AC_FC_FUNC usage, AC_FC_SRCEXT usage, AC_FC_FREEFORM): New
455         tests.
456         * doc/autoconf.texi (Fortran Compiler): Use GNU coding style
457         on C code snippets.  Add markers for tested examples.
458         Suggest AC_FC_FREEFORM for source file extensions which the
459         compiler might not natively support but which are accepted
460         with help from AC_FC_SRCEXT.  Suggest AC_CONFIG_HEADERS for
461         setups using one of the AC_*MAIN macros.
463         Accept any nonzero exit status upon config.status write failure.
464         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
465         Normalize nonzero status to 1 for writing to /dev/full, for HP-UX
466         11.31 cat which exits 2.
468         Fix testsuite failure with Tru64 preprocessor.
469         * tests/compile.at (Order of user actions and cleanup): Add
470         incomplete comment to provoke failure with Tru64/OSF 5.1 cc
471         preprocessor.
473 2010-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
474         and Eric Blake  <eblake@redhat.com>
476         Further clarification on sed -e portability.
477         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Clarify
478         more about sed -e and Posix limitations.
480 2010-06-22  Bruno Haible  <bruno@clisp.org>
482         Document how to use literal newlines in makefile rules.
483         * doc/autoconf.texi (Newlines in Make Rules): New section.
485         Document how to write comments in makefile rules.
486         * doc/autoconf.texi (Comments in Make Rules): Mention a workaround
487         syntax.
489 2010-06-22  Ben Pfaff  <blp@cs.stanford.edu>
491         Document how to propogate variables to submakes.
492         * doc/autoconf.texi: Describe technique used by Automake to
493         propagate variables to submakes in more detail.
495 2010-06-22  Peter Johansson  <trojkan@gmail.com>  (tiny change)
497         Be consistent in doc example.
498         * doc/autoconf.texi: (Polymorphic Variables) be consistent in code
499         example and output
501 2010-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
503         Add comments for vim syntax highlighting.
504         * doc/autoconf.texi: Restore font-lock in some examples using
505         $$, for vim.
507         Formatting cleanups for optional arguments.
508         * doc/autoconf.texi (Configuration Actions, Help Formatting)
509         (External Software): Use @r{} for brackets denoting optional
510         arguments, where @ovar is not safe to use.
512         Clarify nested double-quotes and backquotes shell issues.
513         * doc/autoconf.texi (Shellology): New anchor for pdksh.
514         (Shell Substitutions): Link to it for escaped double-quotes
515         within double-quoted backquotes; add ksh example for unescaped
516         inner double-quotes problem.
518         Mention Tru64 5.1 fgrep limitation with emtpy patterns.
519         * doc/autoconf.texi (Limitations of Usual Tools): Update.
521         Overhaul the manual, esp. the Autotest chapter.
522         * doc/autoconf.texi (Installation Directory Variables):
523         Replace some uses of @var with @code.
524         (Special Shell Variables): Fix misordered paragraph about IFS.
525         (Writing Testsuites): Include paragraph following AT_TESTED in
526         the macro definition.
527         (testsuite Invocation): Failed tests are not rerun.
528         (testsuite Scripts, Autotest Logs, testsuite Invocation)
529         (Making testsuite Scripts): Minor edits for consistency and
530         language.
532 2010-06-18  Bruno Haible  <bruno@clisp.org>
534         Document sed -e limitation.
535         * doc/autoconf.texi (Limitations of Usual Tools): Mention portability
536         problem of sed -e option with script fragments.
538 2010-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
540         Document, test, and fix AT_ARG_OPTION, AT_ARG_OPTION_ARG.
541         * lib/autotest/general.m4 (_AT_ARG_OPTION): Fix translation of
542         hyphens to underscores when turning option names to variables.
543         Avoid macro name concatenation garbage with trailing `dnl'.
544         (AT_ARG_OPTION, AT_ARG_OPTION_ARG): Overhaul macro description.
545         The OPTIONS are space-separated, not comma-separated.  The
546         negative form of AT_ARG_OPTION is prefixed with `--no-'.
547         * tests/autotest.at (AT@&t@_ARG_OPTION, AT@&t@_ARG_OPTION_ARG):
548         New tests.
549         * NEWS: Update.
550         * doc/autoconf.texi (Writing Testsuites): Document AT_ARG_OPTION
551         and AT_ARG_OPTION_ARG.
552         (testsuite Invocation): Call the thingies passed to the
553         testsuite options, not arguments.  Note that the testsuite
554         author may add further package-specific options.
556         Autotest: enable colored test results.
557         * lib/autotest/general.m4 (HELP_TUNING_BEGIN): New diversion.
558         (HELP_TUNING, HELP_OTHER, HELP_END): Bump diversion numbers.
559         (AT_INIT): Accept
560         --color and --color=never|auto|always.  If desired, colorize
561         test results and testsuite summary on standard output.
562         [HELP_TUNING]: Divert content instead to ...
563         [HELP_TUNING_BEGIN]: ... this diversion, m4_wrapped until the
564         end, when we know whether AT_COLOR_TESTS has been specified.
565         (AT_COLOR_TESTS): New macro, set the default for color to auto.
566         * doc/autoconf.texi (Writing Testsuites): Document it.
567         (testsuite Invocation): Document --color* options.
568         * tests/local.at: Call AT_COLOR_TESTS for Autoconf's testsuite.
569         * tests/autotest.at (color test results): New test, mirroring
570         color.test from Automake.
571         * NEWS: Update.
573 2010-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
575         Avoid texinfo bug with backslashes in macro arguments.
576         * doc/autoconf.texi (Text processing Macros)
577         (Common Shell Constructs): Do not use @dvar with backslashes.
579 2010-06-14  Eric Blake  <eblake@redhat.com>
581         Make CONFIG_SITE handling more robust.
582         * lib/autoconf/general.m4 (AC_SITE_LOAD): Avoid leading - and path
583         search, and check for failure to load.
584         * tests/base.at (AC_CACHE_CHECK): Enhance test.
585         * doc/autoconf.texi (Site Defaults): Mention that CONFIG_SITE
586         works best as an absolute path.
587         * NEWS: Document the semantic change.
589 2010-03-13  Bruno Haible  <bruno@clisp.org>
590         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
592         Allow plus signs in AC_ARG_ENABLE and AC_ARG_WITH.
593         * doc/autoconf.texi (External Software): Mention that AC_ARG_WITH
594         accepts packages with a + sign in it.
595         (Package Options): Likewise for AC_ARG_ENABLE.
596         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Also replace '+' with '_'.
597         * tests/base.at (AC_ARG_ENABLE and AC_ARG_WITH): New test.
598         * NEWS: Update.
600 2010-06-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
602         Autotest: simplify logic to compute test group result.
603         * lib/autotest/general.m4 (AT_INIT): Compactify result
604         computation logic.
606         New Autotest testsuite option --recheck.
607         * lib/autotest/general.m4 (AT_INIT): New variable $at_recheck.
608         Escape hyphen in $at_dir early.  Accept command line switch
609         --recheck.  Set $at_suite_log early, based on --directory
610         switch; with --recheck, include the list of FAILed and XPASSed
611         tests from old testsuite.log file in $at_groups.  Document
612         --recheck in --help output.
613         * tests/autotest.at (recheck): New test.
614         * doc/autoconf.texi (testsuite Invocation): Document --recheck.
615         * NEWS: Update.
617 2010-06-14  Karl Berry  <karl@freefriends.org>  (tiny change)
619         Clarify comment about old system.
620         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Prefer GNU/Linux,
621         and note that bug has long since been fixed.
623 2010-06-08  Eric Blake  <eblake@redhat.com>
625         Run libtool test with modern libtool.
626         * tests/foreign.at (Libtool): Request that libtoolize install
627         auxiliary files.  Assume libtool 2.x is modern.
629 2010-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
631         Coverage and doc fixes for AC_LANG_SOURCE and AC_LANG_PROGRAM.
632         * tests/compile.at (AC_LANG_SOURCE, AC_LANG_SOURCE(C++))
633         (AC_LANG_SOURCE example, AC_LANG_PROGRAM example): New tests.
634         * doc/autoconf.texi (Generating Sources): Add markers for tested
635         examples; update quoting, and update AC_INIT usage to also set
636         optional URL arguments.  Mention that the examples require gcc.
637         Prompted by report from Brian J. Murrell.
639         Make AS_SET_CATFILE polymorphic, and add testsuite coverage.
640         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Use AS_VAR_SET to set
641         the variable.
642         * tests/m4sh.at (AS@&t@_SET_CATFILE): New test.
643         * doc/autoconf.texi (Common Shell Constructs): Document that
644         AS_SET_CATFILE is polymorphic in its VAR argument now.
645         * NEWS: Update.
647         Testsuite coverage for AC_COPYRIGHT and AT_COPYRIGHT.
648         * tests/autotest.at (AT@&t@_COPYRIGHT): New test.
649         * tests/base.at (AC@&t@_COPYRIGHT): Likewise.
651         Testsuite coverage for __file__ and __line__.
652         * tests/m4sugar.at (__file__ and __line__): New test.
654         Testsuite coverage for AC_CACHE_VAL and caching semantics.
655         * tests/base.at (AC_CACHE_CHECK): Extend test.
656         (AC_CACHE_LOAD): New test.
657         * tests/torture.at (Configuring subdirectories): Also test
658         --config-cache with AC_CONFIG_SUBDIRS.
659         * doc/autoconf.texi (Caching Results): Annotate code snippets
660         which are tested in the test suite.
661         (Cache Files): Documented cache variables may be used on the
662         configure command line to override individual entries in the
663         cache file.
665         Clarify OpenBSD sh errexit issue with compound commands.
666         * doc/autoconf.texi (Limitations of Builtins): Only the last
667         command in a compound list is problematic.
668         Tested on OpenBSD 4.4.
670 2010-06-07  Eric Blake  <eblake@redhat.com>
672         Properly quote AC_PREREQ during autoupdate.
673         * lib/autoconf/general.m4 (AC_PREREQ): Follow consistent quoting
674         style for AC_PREREQ.
675         * tests/tools.at (autoupdating AC_PREREQ): Update expected
676         results.
677         Reported by NightStrike.
679 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
681         Documentation and tests for the AC_CHECK_DECL change.
682         * lib/autoconf/general.m4 (_AC_CHECK_DECL_BODY): Squash trailing
683         spaces in as_decl_name.
684         (_AC_CHECK_DECLS): Likewise for the define.
685         * tests/semantics.at (AC_CHECK_DECLS): Extend test.
686         * doc/autoconf.texi (Generic Declarations): Update.
687         * NEWS: Update.
689 2010-06-01  Joern Rennecke  <joern.rennecke@embecosm.com>  (tiny change)
691         Generalize AC_CHECK_DECL for C++: allow optional arguments.
692         * general.m4 (_AC_CHECK_DECL_BODY): Process trailing function
693         argument types as arguments to use for C++.
694         (_AC_CHECK_DECLS): Filter out trailing function argument types
695         when generating the HAVE_DECL_* macro.
697 2010-05-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
698             Eric Blake  <eblake@redhat.com>
700         Don't expose AC_{COMPILE,LINK}_IFELSE internals in documentation.
701         * doc/autoconf.texi (Runtime) <AC_LINK_IFELSE>: Suggest to use
702         `conftest$EXEEXT' rather than `conftest$ac_exeext' to acces the
703         just-linked program file.
704         (Runtime) <AC_COMPILE_IFELSE>: Suggest to use `conftest.$OBJEXT'
705         rather than `conftest.$ac_object' to access the just-compiled
706         object file.  Also, refer to the object file as "just-compiled"
707         rather than "just-linked".
709 2010-05-20  Eric Blake  <eblake@redhat.com>
711         Mention another line-counting alternative.
712         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
713         how to use sed to count lines.
714         Suggested by Paolo Bonzini.
716 2010-05-12  Eric Blake  <eblake@redhat.com>
718         Document the grep workaround.
719         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
720         the bug.
722 2010-05-12  Mark Hessling  <mark@rexx.org>  (tiny change)
724         Work around QNX4 grep bug.
725         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Count ^
726         rather than $ to avoid QNX4 grep bug.
727         * THANKS: Update.
729 2010-05-11  David Reiss  <dreiss@facebook.com>  (tiny change)
731         Improve Erlang documentation.
732         * doc/autoconf.texi (Erlang Libraries): Document actual default
733         values.
734         * THANKS: Update.
736 2010-05-11  Eric Blake  <eblake@redhat.com>
738         Fix typo in previous patch.
739         * doc/autoconf.texi (File Descriptors): Add end '.
740         Reported by Ralf Wildenhues.
742         Mention how to silence program probes.
743         * doc/autoconf.texi (File Descriptors): Document how to silence a
744         program probe.
746 2010-04-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
748         Error and warning message formatting cleanups.
749         * doc/autoconf.texi (Autoconf Language, Generic Structures):
750         Do not capitalize the first word in error messages, do not end
751         them with a period.
752         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS, AC_MSG_FAILURE):
753         Likewise.
754         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Likewise.
755         * lib/autotest/general.m4 (AT_INIT, at_fn_group_prepare):
756         Likewise.
757         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
758         * tests/base.at (AC_TRY_COMMAND): Likewise.
759         * tests/torture.at (datarootdir workaround): Adjust expected
760         message.
762         Fix placing of ellipses in English text.
763         * lib/autoconf/general.m4 (_AC_INIT_HELP): Be sure to add a
764         space before `...' in natural language text.
765         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY):
766         Likewise.
767         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
768         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Likewise.
769         * tests/suite.at: Likewise.
770         * tests/torture.at (@%:@define header templates): Likewise.
772         Ensure autotest tests have an atconfig file, for testsuite -v.
773         * tests/autotest.at (AT_CHECK_AT_PREP): Create a default
774         atconfig file in the directory of the testsuite.
775         (AT_CHECK_AT_TITLE): Also check that `./micro-suite -v' output
776         does not contain empty $at_srcdir expansion.
777         (srcdir propagation): Remove the atconfig file generated by
778         AT_CHECK_AT_PREP.  Check each suite invocation for $at_srcdir
779         expansion.
781         Fix autotest testsuite -v output to print test group title.
782         * lib/autotest/general.m4 (AT_CLEANUP): Actually print test
783         title in verbose output.  Fixes AUTOCONF-2.57-101-gc102ed8
784         regression.
785         * tests/autotest.at (AT_CHECK_AT_TITLE): Amend macro to check
786         for test title in -v output.
788 2010-04-26  Eric Blake  <eblake@redhat.com>
790         Clarify octal escapes with tr.
791         * doc/autoconf.texi (Limitations of Usual Tools): Carriage return
792         is portable in octal, but not newline.
794 2010-04-22  Joel James Adamson  <joel@chondestes.bio.unc.edu>  (tiny change)
796         Add a paragraph to FAQ on Debugging configure scripts.
797         * doc/autoconf.texi (Debugging): Mention inspecting config.log.
798         * THANKS: Update.
800 2010-04-21  Mike Frysinger  <vapier@gentoo.org>  (tiny change)
802         Fix typo in doc example.
803         * doc/autoconf.texi (Subdirectories): Fix typo.
805 2010-04-05  Eric Blake  <eblake@redhat.com>
807         Fix m4_cr_all for EBCDIC.
808         * lib/m4sugar/m4sugar.m4 (m4_cr_all): Swap * and $, so that we
809         don't end up with $* in EBCDIC.
810         * NEWS: Document the fix.
811         * THANKS: Update.
812         Reported by Steve Goetze.
814 2010-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
816         Do not use @acronym in the manual.
817         * doc/autoconf.texi: Remove all usage of @acronym.
818         Suggested by Karl Berry.
820         Do not use @sc in the manual.
821         * doc/autoconf.texi: Remove all usage of @sc in the manual.
822         Suggested by Karl Berry.
824 2010-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
826         Fix wrong comment in testsuite.
827         * tests/m4sugar.at (m4@&t@_warn): Remove copy&pasted comment.
829         Formatting cleanups in macro comments.
830         * lib/autoconf/c.m4, lib/autoconf/erlang.m4,
831         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
832         lib/autoconf/general.m4, lib/autoconf/lang.m4,
833         lib/autoconf/programs.m4, lib/autoconf/specific.m4,
834         lib/autoconf/status.m4, lib/autoconf/types.m4,
835         lib/autotest/general.m4, lib/autotest/specific.m4,
836         lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4,
837         tests/autotest.at, tests/local.at, tests/m4sh.at,
838         tests/semantics.at, tests/tools.at, tests/torture.at: Fix macro
839         comment format.
841 2010-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
843         manual: index strings containing colon in non-info outputs.
844         * doc/autoconf.texi (Quadrigraphs, Shell Substitutions): Produce
845         index entries for concepts containing a colon in output formats
846         other than info.
848         Update copyright years for files generated by mktests.sh.
849         * tests/mktests.sh: Update copyright years for generated files.
851 2010-03-04  Eric Blake  <eblake@redhat.com>
853         Document AC_LANG_CONFTEST semantic change.
854         * doc/autoconf.texi (Generating Sources) <AC_LANG_CONFTEST>:
855         Enhance documentation, to show that semantic change in 2.63b was
856         intentional.
857         * THANKS: Update.
858         Reported by Brian J. Murrell, analyzed by Ralf Wildenhues.
860 2010-03-04  Peter Johansson  <trojkan@gmail.com>  (tiny change)
862         Autoconf Macro Archive URL has changed.
863         * doc/autoconf.texi (Introduction, Coding Style, Defining
864         Directories): The Autoconf Macro Archive is officially `GNU'.
865         Update URL.
867 2010-03-02  Eric Blake  <eblake@redhat.com>
869         Fix shell code in AS_TR_SH documentation.
870         * doc/autoconf.texi (Common Shell Constructs) <AS_TR_SH>: Fix
871         example to expand to valid shell code.
872         Reported by Ralf Wildenhues.
874         Improve documentation on AC_{COMPILE,LINK}_IFELSE.
875         * doc/autoconf.texi (Running the Compiler): Mention that the
876         object file is available after a successful compile.
877         (Running the Linker): Likewise for the linker output.
878         Suggested by Paolo Bonzini.
880         Fix typo in docs.
881         * doc/autoconf.texi (Conditional constructs) <m4_ifblank>: Fix
882         typo.
884 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
886         Fix AS_ERROR for FreeBSD sh.
887         * lib/m4sugar/m4sh.m4 (_AS_ERROR_PREPARE): Rewrite as_fn_error
888         to take additional first argument STATUS instead of transporting
889         $? across shell function entry, which does not work with FreeBSD
890         sh.  Shift all other arguments by one, adjust.
891         (AS_ERROR): Pass EXIT-STATUS, defaulting to $?, to as_fn_error.
892         Report by Václav Haisman.
894         Fix `autom4te cache creation' testsuite failure on FreeBSD.
895         * tests/tools.at (autom4te cache creation): Normalize exit
896         status of failed redirection to 1, may be 2 with FreeBSD sh.
897         * THANKS: Update.
898         Report by Václav Haisman.
900         Fix Autotest tracing of shell pipelines for FreeBSD sh.
901         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Do not trace
902         commands that contain [^|]|[^|], a likely shell pipeline.
903         * tests/local.at (_AT_CHECK_ENV): Turn off tracing for egrep |
904         grep pipeline.
905         * doc/autoconf.texi (File Descriptors): Document limitation.
906         * tests/autotest.at (Trace output): New test.
908 2010-03-01  Eric Blake  <eblake@redhat.com>
910         Update file flow diagram to mention Automake.
911         * doc/autoconf.texi (Making configure Scripts): Avoid confusion
912         with listing Makefile.in twice on one line.  Add a diagram showing
913         how automake fits into the picture.
914         Reported by santilín.
916 2010-02-26  Eric Blake  <eblake@redhat.com>
918         Optimize AC_REPLACE_FUNCS.
919         * lib/autoconf/functions.m4 (_AC_REPLACE_FUNC): New helper macro.
920         (AC_REPLACE_FUNCS): Use it to reduce forks when checking for
921         replacements, by using literal rather than shell variable.
923         Document how to safely override CFLAGS default.
924         * doc/autoconf.texi (C Compiler) <AC_PROG_CC>: Document a way to
925         change the default CFLAGS.
926         (C++ Compiler) <AC_PROG_CXX>: Likewise, for CXXFLAGS.
927         Reported by Monty Taylor; wording suggested by Paolo Bonzini.
929         Document that Autoconf relies on IFS.
930         * doc/autoconf.texi (Special Shell Variables) <IFS>: Add details
931         about use of IFS within configure script.
932         * THANKS: Update.
933         Reported by Arkadiusz Miskiewicz.
935         Recommend latest m4 release.
936         * README: Bump recommendation to m4 1.4.14 (minimum remains
937         1.4.6).
938         * doc/autoconf.texi (Introduction): Likewise.
939         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
941 2010-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
943         Fix testsuite failures due to setting of $U.
944         * tests/local.at (_AT_CHECK_ENV): Ignore setting of $U.
946 2010-02-10  Eric Blake  <ebb9@byu.net>
948         Avoid $U if it is not initialized.
949         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Ensure $U is
950         set if automake did not define it.
951         * THANKS: Update.
952         Reported by Heiko Schlichting, via Julien Élie.
954 2010-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
956         Fix substitution of carriage return on Darwin.
957         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Set
958         ac_cs_awk_cr to '\\r', so that sed portably expands this to '\r'
959         rather than a literal carriage return, to fix substitution on
960         Darwin.  Regression introduced in 2.63b.
961         Report by Peter O'Gorman.
963 2010-01-21  Dmitry V. Levin <ldv@altlinux.org>
965         Fix test failure when a shell uses $TMPDIR for here-documents.
966         * tests/tools.at (autotools and whitespace in file names): Create
967         $TMPDIR before potential use like in other whitespace tests.
969 2010-01-20  Paolo Bonzini  <bonzini@gnu.org>
971         Add recommendation on (not) unsetting IFS.
972         * doc/autoconf.texi (Special shell variables): Explain why it's
973         better not to unset IFS.
975 2010-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
977         config.status: consistent exit status with nonexistent config file input.
978         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Ensure we
979         exit with status 1 rather than with that of 'false', for
980         reproducibility.
981         (AC_OUTPUT): Ensure to exit 1 in case of config.status failure.
982         * tests/torture.at (Missing templates): Also test code path
983         for $srcdir != '.'.
984         Report by Tim Rice.
986 2010-01-13  Eric Blake  <ebb9@byu.net>
988         Fix previous example.
989         * doc/autoconf.texi (Here-Documents): Touch up the example to
990         match output to sample command line.
992         Document here-doc pitfall.
993         * doc/autoconf.texi (Here-Documents): Mention problem with <<-
994         operator.
995         Reported by Jim Meyering.
997 2010-01-12  Eric Blake  <ebb9@byu.net>
999         Typo fix in earlier commit.
1000         * doc/autoconf.texi (Autoconf Language): Fix typo.
1002 2010-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1004         Allow AC_FUNC_MKTIME to work with C++.
1005         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME): ANSIfy KnR function
1006         definitions.  Use `const char*' for character literals; cast them
1007         to `char*' for putenv.
1009 2010-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1011         Export AUTOM4TE in tests/atlocal.in, for aclocal.
1012         * tests/atlocal.in: Set and export $AUTOM4TE, for aclocal.
1013         Report by Tim Rice.
1015 2010-01-08  Eric Blake  <ebb9@byu.net>
1017         Make autotest example act better with automake.
1018         * doc/autoconf.texi (Making testsuite Scripts): Rely on automake
1019         feature for recommended autotest snippet, following our own use.
1021         Clarify language on handling of opening parenthesis.
1022         * doc/autoconf.texi (Autoconf Language): Give an example of
1023         improper argument passing.
1024         * THANKS: Update.
1025         Reported by Juan Carlos Hurtado.
1027 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1029         Don't fail autom4te preselection test due to different Automake.
1030         * tests/tools.at (autom4te preselections): If the cache test
1031         fails, extract the Automake version from the toplevel
1032         Makefile.in file of the source tree; skip, rather than fail
1033         the test group if the automake program has a different version.
1034         * THANKS: Update.
1035         Report by Dieter Jurzitza, fix suggested by Eric Blake.
1037 2010-01-06  Peter Breitenlohner  <peb@mppmu.mpg.de>
1038             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1040         Fix AC_CONFIG_LINKS to generated files when srcdir is absolute.
1041         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Check $ac_source,
1042         not $srcdir, for being relative or absolute.
1043         * tests/torture.at (AC_CONFIG_LINKS): New test.
1044         (AC_CONFIG_LINKS and identical files): Extend test, avoid some
1045         forks.
1046         Report, patch and testcase example by Peter Breitenlohner.
1048 2010-01-05  Eric Blake  <ebb9@byu.net>
1050         Improve release automation.
1051         * maint.mk (gnulib_dir, gnulib-version, bootstrap-tools)
1052         (announcement): Copy from latest gnulib maint.mk.
1053         * cfg.mk (announce_gen, gpg_key_ID): Delete.
1054         (bootstrap-tools): Override the default.
1056         Update upstream files.
1057         * GNUmakefile: Update via 'make fetch'.
1058         * build-aux/announce-gen: Likewise.
1059         * build-aux/config.guess: Likewise.
1060         * build-aux/config.sub: Likewise.
1061         * build-aux/gendocs.sh: Likewise.
1062         * build-aux/gnupload: Likewise.
1063         * build-aux/move-if-change: Likewise.
1064         * build-aux/update-copyright: Likewise.
1065         * build-aux/vc-list-files: Likewise.
1066         * doc/standards.texi: Likewise.
1067         * cfg.mk (update-copyright-env): Enforce wrap column.
1069         Update copyright year.
1070         All files changed to add 2010, via 'make update-copyright'.
1072 2009-12-31  Bruno Haible  <bruno@clisp.org>
1074         Improve documentation on Solaris tr bugs.
1075         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Refine
1076         description of NUL handling by Solaris tr.
1078 2009-12-31  Eric Blake  <ebb9@byu.net>
1080         Another tr tweak.
1081         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Clarify
1082         previous commit.
1083         Reported by Ralf Wildenhues.
1085 2009-12-29  Eric Blake  <ebb9@byu.net>
1087         Improve documentation on tr portability.
1088         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Refine
1089         description of NUL handling.  Document set size issue.
1090         Reported by Bruno Haible.
1092         Fix comment in AC_CHECK_DECLS.
1093         * lib/autoconf/general.m4 (AC_CHECK_DECL): Document the includes
1094         argument to the shell function.
1096 2009-12-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1098         Add testsuite exposure for shtool usage.
1099         * tests/foreign.at (shtool): New test.
1100         Report by Dmitry Grebeniuk.
1102 2009-12-12  Eric Blake  <ebb9@byu.net>
1104         Improve wording about m4 quote characters.
1105         * doc/autoconf.texi (Autoconf Language): Autoconf quote characters
1106         come from m4sugar, not raw m4.
1107         (Active Characters): Mention that it is m4sugar which changes
1108         quotes from `' to [].
1109         * THANKS: Update.
1110         Suggested by Josef Vukovic.
1112 2009-12-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1114         Revert "Improve AC_CONFIG_AUX_DIRS a bit." to fix shtool usage.
1115         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Revert test for
1116         shtool as install script.  Regression introduced in 2.64.
1117         * NEWS, THANKS: Update.
1118         Report by Dmitry Grebeniuk.
1119         This reverts commit 93d9386de9c1320afed43f1337ac5ddb2d2dcbb4.
1121 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1123         Fix NEWS description for AC_FUNC_MMAP entry.
1124         * NEWS: Update.
1126         Fix 2.65 AC_TYPE_INT*_T macro body text regression.
1127         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY): Move helper enum
1128         definition to prologue section, to avoid syntax error.
1129         * NEWS, THANKS: Update.
1130         Report by Pierre Ynard.
1132 2009-12-09  Paolo Bonzini  <bonzini@gnu.org>
1134         Fix `recursion' test failure.
1135         * tests/m4sugar.at (recursion): Use empty diversion, not 0.
1137 2009-12-05  Stefano Lattarini  <stefano.lattarini@gmail.com>
1138             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1140         Document Solaris/Heirloom sh set -e issue with command substitutions.
1141         * doc/autoconf.texi (Limitations of Builtins): Fix typos `set -d'
1142         in previous example.  Document failure to honor && lists with set -e
1143         and a command substitution in the failing command.
1144         Report and initial patch by Stefano Lattarini against Automake.
1146 2009-12-04  Eric Blake  <ebb9@byu.net>
1148         Warn if using unnamed diversion.
1149         * lib/m4sugar/m4sugar.m4 (_m4_divert, m4_divert_push): Add
1150         optional parameter, which controls warning.
1151         (m4_divert_pop, m4_cleardivert, m4_divert_require)
1152         (_m4_require_call): Adjust callers.
1153         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
1154         * tests/m4sh.at (AT_DATA_LINENO): Avoid triggering the warning.
1155         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, m4@&t@_append)
1156         (m4@&t@_text_wrap, recursion): Likewise.
1157         (m4@&t@_warn, m4@&t@_divert_stack): Adjust expected output.
1158         * tests/tools.at (autom4te and whitespace in file names)
1159         (autoconf: the empty token): Avoid triggering the warning.
1160         (autoconf: AC_PRESERVE_HELP_ORDER): New test.
1161         * tests/mktests.sh (ac_exclude_list): Retire prior test.
1162         * NEWS: Document the warning.
1163         * doc/autoconf.texi (Redefined M4 Macros) <m4_divert>,
1164         <m4_undivert>: Make even more explicit that using these directly
1165         is discouraged.
1166         (Diversion support): Further warn against improper diversion
1167         changes.
1168         <m4_divert_text>: Give an example of proper use.
1169         Reported by Mike Frysinger.
1171 2009-11-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173         manual: AC_SEARCH_LIBS also prepends to LIBS.
1174         * doc/autoconf.texi (Libraries): Document that AC_SEARCH_LIBS
1175         prepends to LIBS, just like AC_CHECK_LIB.
1177 2009-11-27  Paolo Bonzini  <bonzini@gnu.org>
1179         Bump m4.m4 serial number.
1180         * m4/m4: Bump serial number to 10.
1182 2009-11-27  Harald van Dijk  <truedfx@gentoo.org>
1184         Fix m4 detection test on dash.
1185         * m4/m4 (AC_PROG_GNU_M4): Use AS_ECHO.
1187 2009-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1189         Fix AC_FUNC_MMAP regression with C++ compiler in 2.65.
1190         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Use const char*
1191         for the constant string.  Cast void* to char* for assignment.
1192         * NEWS, THANKS: Update.
1193         Report by Michal Čihař.
1195         Add pgfortran to list of Fortran 95+ compilers.
1196         * lib/autoconf/fortran.m4 (_AC_F95_FC): Add pgfortran before
1197         pgf95.
1198         Based on report by Jeff Squyres.
1200 2009-11-22  Bruno Haible  <bruno@clisp.org>
1202         Fix failure of test 35 when the user has a .autom4te.cfg file.
1203         * tests/tools.at (autom4te cache creation): Skip the test if the
1204         user has a .autom4te.cfg file.
1206 2009-11-21  Eric Blake  <ebb9@byu.net>
1208         Release Version 2.65.
1209         * NEWS: Mention the release.
1211         Prepare for release.
1212         * build-aux/announce-gen: Sync from upstream.
1213         * build-aux/config.guess: Likewise.
1214         * build-aux/config.sub: Likewise.
1215         * cfg.mk (gnu_rel_host, url_dir_list): Move...
1216         * maint.mk: ...here, copying ideas from gnulib.
1217         (major): Rename...
1218         (stable): ...to this, copying gnulib.
1219         * HACKING (release): Document changes in process.
1221         Avoid spurious newline in traced macros.
1222         * bin/autoreconf.in (tracing): Drop newline before parsing traced
1223         arguments; regression from 2009-11-14.
1225 2009-11-20  Eric Blake  <ebb9@byu.net>
1227         Allow absolute names in AT_TESTED.
1228         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Check for
1229         absolute names before path walk.
1230         * THANKS: Update.
1231         Suggested by Allan Clark.
1233 2009-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1235         Fix AC_CONFIG_SUBDIRS tracing in autoreconf.
1236         * bin/autoreconf.in (autoreconf_current_directory): Collapse
1237         newlines in the autoconf trace output, similar to how automake
1238         invokes autoconf, so that newlines do not matter in the argument
1239         to AC_CONFIG_SUBDIRS.
1240         * tests/torture.at (Deep Package): Expose this issue in the
1241         test.
1242         * THANKS: Update.
1243         Report by Nathan Schulte.
1245 2009-11-09  Eric Blake  <ebb9@byu.net>
1247         Fix AC_FUNC_MMAP for cygwin.
1248         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Make the test more
1249         portable: Actually check for <sys/param.h>, and only use MAP_FIXED
1250         on an address previously returned from mmap.
1251         * THANKS: Update.
1252         Reported by Corinna Vinschen.
1254 2009-11-04  Eric Blake  <ebb9@byu.net>
1256         Redocument AS_DIRNAME, even with its flaws.
1257         * doc/autoconf.texi (Common Shell Constructs) <AS_DIRNAME>:
1258         Restore documenatation, since dirname mentions it.
1259         Reported by Peter Johansson.
1261         Update upstream files.
1262         * build-aux/announce-gen: Synchronize from upstream.
1263         * build-aux/config.guess: Likewise.
1264         * build-aux/config.sub: Likewise.
1265         * build-aux/gendocs.sh: Likewise.
1266         * build-aux/git-version-gen: Likewise.
1267         * build-aux/texinfo.tex: Likewise.
1268         * build-aux/update-copyright: Likewise.
1269         * doc/standards.texi: Likewise.
1270         * lib/Autom4te/Channels.pm: Likewise.
1271         * lib/Autom4te/Configure_ac.pm: Likewise.
1272         * lib/Autom4te/FileUtils.pm: Likewise.
1273         * lib/Autom4te/Struct.pm: Likewise.
1274         * lib/Autom4te/XFile.pm: Likewise.
1276 2009-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1278         Coverage for autom4te cache creation issues.
1279         * tests/tools.at (autom4te cache creation): New test.
1281 2009-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1283         Fix testsuite failures with SHELL=zsh.
1284         * tests/statesave.m4 (AC_STATE_SAVE): Ignore argv and ARGC when
1285         comparing configure variables.
1287 2009-11-03  Eric Blake  <ebb9@byu.net>
1288         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1290         Update NEWS for recent fixes.
1291         * NEWS: Add some entries.
1293 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1295         Micro-optimization of config.status substitution.
1296         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): No need to
1297         concatenate an empty second string, when we have exactly 148
1298         characters to substitute.
1299         * tests/torture.at (Substitute a 2000-byte string): Add test
1300         exposure for runs of backslashes near the 148 character limit.
1302         Fix testsuite failure on AIX 4.3.3.
1303         * lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT): Remove conftest.err
1304         also if it is empty.
1306         Fix testsuite failure on IRIX and AIX.
1307         * tests/torture.at (Substitute and define special characters):
1308         Double the backslash before the double-quote in
1309         AC_DEFINE_UNQUOTED, as documented for here-documents.
1311 2009-10-31  Eric Blake  <ebb9@byu.net>
1313         Fix cross-manual link to gcc.
1314         * doc/autoconf.texi (Portable C and C++): Provide uref rather than
1315         xref when building for html.
1316         Reported via Karl Berry.
1318         Update authors.
1319         * AUTHORS: Document recent copyright assignments.
1321 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1323         Fix AC_OPENMP configure message for non-C compilers.
1324         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Accept as additional
1325         fourth arg the compiler variable name, defined in _AC_CC($1).
1326         (_AC_CC): New language dispatch macro.
1327         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Adjust.
1328         * lib/autoconf/fortran.m4 (AC_LANG(Fortran 77), AC_LANG(Fortran)):
1329         Likewise.
1330         * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++))
1331         (AC_LANG(Objective C), AC_LANG(Objective C++)): Likewise.
1332         (AC_OPENMP): Use _AC_CC instead of $CC.
1334         Do not fail OpenMP tests on systems without aclocal.
1335         * tests/c.at (AC_OPENMP and C, AC_OPENMP and C++): Override
1336         `ACLOCAL=true' for autoreconf, the tests don't need aclocal.
1337         * tests/fortran.at (AC_OPENMP and Fortran 77)
1338         (AC_OPENMP and Fortran): Likewise.
1340 2009-10-31  Bruno Haible  <bruno@clisp.org>
1341             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1343         Improve cache variable documentation.
1344         * doc/autoconf.texi (AC_PROG_AWK, AC_PROG_GREP, AC_PROG_EGREP,
1345         AC_PROG_FGREP, AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_LEX,
1346         AC_PROG_YACC, AC_CHECK_PROG, AC_CHECK_PROGS, AC_PATH_PROG,
1347         AC_PATH_PROGS): Don't suggest to use the cache variable, only to
1348         override it, or preferably, a non-cache variable associated with
1349         the test.
1350         (AC_PROG_SED): Likewise. Fix name of cache variable.
1351         (AC_FUNC_GETMNTENT): Fix name cache variable.
1352         (AC_FUNC_LSTAT): Fix typo.
1354 2009-10-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1356         Fix AC_OPENMP for Fortran (F77 and FC).
1357         * lib/autoconf/fortran.m4 (AC_LANG_FUNC_LINK_TRY(Fortran): New.
1358         * tests/c.at (AC_C_RESTRICT and C++, AC_OPENMP and C)
1359         (AC_OPENMP and C++): New tests.
1360         * tests/fortran.at (AC_OPENMP and Fortran 77)
1361         (AC_OPENMP and Fortran): New tests.
1362         * THANKS: Update.
1363         Report by Bart Oldeman.
1365         Perl coverage convenience targets.
1366         * Makefile.am (PERL_COVERAGE_DB, PERL_COVERAGE_FLAGS)
1367         (PERL_COVER): New variables.
1368         (check-coverage, check-coverage-run, check-coverage-report)
1369         (clean-coverage): New phony targets.
1370         (clean-local): Depend on clean-coverage.
1372 2009-10-28  Eric Blake  <ebb9@byu.net>
1374         Fix corner cases in AS_LITERAL_IF and AS_TR_SH.
1375         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix bug with unbalanced
1376         parens.  Move guts...
1377         (_AS_LITERAL_IF): into new helper.
1378         (AS_TR_SH, AS_TR_CPP): Fix bugs with expansion of wrong macro.
1379         Move guts...
1380         (_AS_TR_SH, _AS_TR_SH_LITERAL, _AS_TR_SH_INDIR, _AS_TR_CPP)
1381         (_AS_TR_CPP_LITERAL, _AS_TR_CPP_INDIR): ...into new helpers.
1382         (AS_VAR_PUSHDEF): Hoist m4_require, by moving guts...
1383         (_AS_VAR_PUSHDEF): ...into new helper.
1384         * tests/m4sh.at (AS@&t@_LITERAL_IF): Enhance test.
1386         Minor optimizations to m4sh.
1387         * lib/m4sugar/m4sh.m4 (AS_VAR_IF, AS_IDENTIFIER_IF)
1388         (AS_LITERAL_IF): Parse fewer bytes during expansion, by visiting
1389         if-true and if-false arguments only once.
1391         Optimize m4_escape for common case.
1392         * lib/m4sugar/m4sugar.m4 (m4_escape): Don't use regex if string is
1393         already sane, by copying from AS_LITERAL_IF.  Move guts...
1394         (_m4_escape): ...into new helper.
1396         Fix m4_text_wrap handling of quoted whitespace.
1397         * lib/m4sugar/m4sugar.m4 (m4_escape): New macro.
1398         (m4_text_wrap): Use it to avoid issues with embedded [ and ].
1399         * tests/m4sugar.at (m4@&t@_text_wrap): Test it.
1400         * NEWS: Document this.
1401         * doc/autoconf.texi (Text processing Macros) <m4_escape>:
1402         Likewise.
1403         Reported by Mike Frysinger.
1405 2009-10-27  Eric Blake  <ebb9@byu.net>
1407         Mention another feature of AC_RUN_IFELSE.
1408         * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
1409         compiled test program still exists during if-true branch.
1410         * THANKS: Update.
1411         Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
1413 2009-10-26  Paolo Bonzini  <bonzini@gnu.org>
1415         Pass Autom4te path down to programs that autoreconf invokes.
1416         * bin/autoreconf.in (autom4te): New variable.  Export its value
1417         as $ENV{'AUTOM4TE'}.  Suggested by Peter Johansson.
1418         * THANKS: Update.
1420 2009-10-20  Eric Blake  <ebb9@byu.net>
1422         Fix AC_TYPE_UINT64_T on Tru64 with gcc 3.4.4.
1423         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT_BODY)
1424         (_AC_TYPE_INT_BODY): Avoid undefined behavior of attempting shift
1425         wider than type.
1426         * NEWS: Document this.
1427         Reported by Rainer Orth.
1429 2009-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1431         Fix a couple of index entries in the manual.
1432         * doc/autoconf.texi (Polymorphic Variables): Fix index entries
1433         for AS_VAR_APPEND, AS_VAR_ARITH.
1435 2009-10-15  Eric Blake  <ebb9@byu.net>
1437         Fix typos in INSTALL.
1438         * doc/install.texi (Basic Installation, Installation Names): Fix
1439         typos in last patch.
1440         Repored by Ralf Wildenhues.
1442         Improve INSTALL wording.
1443         * doc/install.texi (Basic Installation): Clarify installcheck
1444         behavior.
1445         (Installation Names): Mention that --prefix only overrides
1446         directory locations not specified on the command line.  Prefer
1447         /alternate/directory over /path/to.  Remove a sentence targeted to
1448         the developer, not the user.
1449         * THANKS: Update.
1450         Suggested by Alfred M. Szmidt.
1452 2009-10-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1454         Fix typos in documentation.
1455         * doc/autoconf.texi (Cache Variable Index): Fix typo.
1456         (Libraries) <AC_SEARCH_LIBS>: Mention 'none required' result.
1458 2009-10-09  Bruno Haible  <bruno@clisp.org>
1459             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1461         Recommend `sh -n' debugging, and public result variables for macros.
1462         * doc/autoconf.texi (Debugging): Recommend to use "bash -n
1463         configure".  Recommend the use of result variables as an
1464         alternative to run-if-true/run-if-false parameters.
1466 2009-10-05  Bruno Haible  <bruno@clisp.org>
1468         * doc/autoconf.texi (Particular Functions): Swap sections about
1469         AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
1471 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
1473         Unconditionally check for junk ./--version after mkdir search loop.
1474         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
1475         presence of ./--version.  Reported by Eric Blake.
1477 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1479         Clarify documentation about Solaris sed quantifier restriction.
1480         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: '*' does
1481         not work after subexpressions, \{M,N\} only after one-character
1482         expressions.  From GCC PR 38923.
1484 2009-09-21  Eric Blake  <ebb9@byu.net>
1486         Fit configure output in 80 columns.
1487         * lib/autoconf/functions.m4
1488         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Shorten message.
1490 2009-09-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1492         Use consistent notation for cache variables.
1493         * doc/autoconf.texi (Generic Programs): Remove `$' before
1494         variable name.
1496         Documentation of specific and general cache variables.
1497         * doc/autoconf.texi (Default Includes, Alternative Programs)
1498         (Particular Programs, Generic Programs, Files, Libraries)
1499         (Function Portability, Particular Functions, Generic Functions)
1500         (Particular Headers, Generic Headers, Declarations)
1501         (Generic Declarations, Particular Structures, Particular Types)
1502         (Specific Compiler Characteristics)
1503         (Generic Compiler Characteristics, C Compiler, System Services):
1504         Document lots of cache variables.
1505         * NEWS: Update.
1506         Suggested by Bruno Haible.
1508         New cache variable index in the manual.
1509         * doc/autoconf.texi: Define new index `CA' for cache variables.
1510         (caindex): New macro.
1511         (Cache Variable Index): New appendix node.
1512         (Top, Indices): Adjust menus.
1513         (Cache Variable Names, Site Defaults): Adjust text.
1514         * doc/Makefile.am (CLEANFILES): Add files generated for CA index.
1516         New FAQ node: Debugging.
1517         * doc/autoconf.texi (Debugging): New node.
1518         (Top, FAQ): Adjust menus.
1519         Report by Bruno Haible.
1521         Document AM_MAKEFLAGS workaround to the macro override problem.
1522         * doc/autoconf.texi (Macros and Submakes): Automake makefiles
1523         provide AM_MAKEFLAGS to help with overriding macros in submake
1524         invocations.
1525         Prompted by bug report from Bruno Haible.
1527 2009-09-15  Peter Breitenlohner  <peb@mppmu.mpg.de>
1529         Implement and document Objective C++ support.
1530         * lib/autoconf/c.m4 (AC_LANG(Objective C++), AC_LANG_OBJCXX)
1531         (AC_LANG_PREPROC(Objective C++), AC_PROG_OBJCXXCPP)
1532         (AC_LANG_COMPILER(Objective C++), AC_PROG_OBJCXX)
1533         (_AC_PROG_OBJCXX_G): New macros.
1534         (_AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
1535         (_AC_ARG_VAR_LIBS): Adjusted.
1536         * doc/autoconf.texi (Objective C++ Compiler): New node.
1537         (Preset Output Variables): Document OBJCXXFLAGS.
1538         (Language Choice): Document `Objective C++' language.
1539         * NEWS: Updated.
1540         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C++
1541         related variables.
1543 2009-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1545         Work around DJGPP shell function return bug with command substitutions.
1546         DJGPP bash 2.04 has a bug in that `return $ac_retval' done in a
1547         shell function which also contains a command substitution causes
1548         the shell to barf.  For more details and a fix see:
1549         <http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/2009/09/09/03:35:08>
1550         Possible workaround include putting the `return' in a subshell
1551         or calling another function to set the status.
1552         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY)
1553         (_AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY)
1554         (_AC_RUN_IFELSE_BODY, _AC_COMPUTE_INT_BODY): Use AS_SET_STATUS
1555         instead of `return'.
1556         * doc/autoconf.texi (Common Shell Constructs, Shell Functions):
1557         Document the issue.
1558         * THANKS: Update.
1559         Report by Rugxulo and Reuben Thomas.
1561         DJGPP fix: Do not redirect standard input in configure scripts.
1562         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): If $DJGPP is
1563         nonempty, do not dup fd 0 to AS_ORIGINAL_STDIN_FD, do not close
1564         fd 0.
1566 2009-09-14  Eric Blake  <ebb9@byu.net>
1568         Quote result of m4_toupper and m4_tolower.
1569         * lib/m4sugar/m4sugar.m4 (m4_tolower, m4_toupper): Quote result.
1570         * lib/autotest/general.m4 (AT_KEYWORDS): Adjust caller.
1571         * tests/m4sugar.at (m4@&t@_toupper and m4@&t@_tolower): New test.
1572         * NEWS: Document this.
1573         * THANKS: Update.
1574         Reported by Sam Steingold.
1576 2009-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1578         DJGPP fix: remove both conftest and conftest.exe.
1579         The DJGPP compiler may create both `a.out' and `a.exe' without -o,
1580         and both `conftest' and `conftest.exe' with `-o conftest', but not
1581         with `-o conftest.exe'.
1582         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Also remove
1583         `conftest' without $ac_exeext suffix.
1585         DJGPP fix: do not try to source /dev/null as cache or site file.
1586         * lib/autoconf/general.m4 (AC_SITE_LOAD, AC_CACHE_LOAD): Do not
1587         load the cache or site file if it is `/dev/null', as DJGPP treats
1588         it as a regular file, but the shell then warns about it later.
1589         Fixes several test suite failures on DJGPP.
1591         testsuite: pass $configure_options to configure invocations.
1592         * tests/local.at (AT_CHECK_CONFIGURE): Add $configure_options
1593         to configure command line.
1594         * tests/autotest.at, tests/base.at, tests/c.at, tests/torture.at:
1595         Likewise for each configure invocation.
1596         * README-hacking: Document configure_options.
1598         testsuite: improve Erlang tests portability, overridability.
1599         * tests/autotest.at (Erlang Eunit unit tests): Use "no" as
1600         value-if-not-found for Erlang tools.
1601         * tests/erlang.at: Likewise.  Also, use AS_EXIT instead of plain
1602         exit.
1604 2009-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1606         * bin/autoupdate.in: Fix typos in comments.
1608         Improve autotest testsuite summary message.
1609         * lib/autotest/general.m4 (AT_INIT): Hint at the toplevel log
1610         only if not $at_debug_p.  Always hint at the per-test output.
1612         Four new autoupdate tests, expected failures.
1613         * tests/tools.at (autoupdating macros recursively)
1614         (autoupdating with m4@&t@_pushdef, autoupdating with AC_REQUIRE)
1615         (autoupdating with complex quoting): New tests.
1617         Fix description of AC_CHECK_LIB regarding other deplibs.
1618         * doc/autoconf.texi (Libraries): Library linking may not fail
1619         even without missing additional libs.
1621 2009-09-12  Eric Blake  <ebb9@byu.net>
1623         Track recent copyright assignments.
1624         * AUTHORS: Update.
1626         Improve documentation on quoting.
1627         * doc/autoconf.texi (Autoconf Language): Clarify quoting example.
1628         * THANKS: Update.
1629         Reported by santilín.
1631 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1633         New config.status option --config.
1634         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Implement
1635         --config.
1636         * doc/autoconf.texi (config.status Invocation): Document it.
1637         * NEWS: Update.
1638         * tests/torture.at (configure invocation): Test it.
1639         Suggested several times, by several people, in the past.
1641 2009-09-10  Eric Blake  <ebb9@byu.net>
1643         Document that AS_INIT is automatically used.
1644         * doc/autoconf.texi (Initialization Macros) <AS_INIT>: Add words
1645         to clarify that only bare-bones scripts need a direct AS_INIT.
1646         Suggested by Reuben Thomas.
1648         Clarify portability pitfall of test.
1649         * doc/autoconf.texi (Limitations of Builtins) <test>: Give more
1650         reasons why -a and -o are not portable.
1651         Reported by Reuben Thomas.
1653 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1655         Document sed limitation with escaped metacharacters.
1656         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Use `%'
1657         rather than `/' as delimiter in an example `s' command.
1658         Document inconsistent treatment of escaped metacharacters.
1659         * THANKS: Update.
1660         Report by Dave Korn, with additional input from Paolo Bonzini
1661         and Eric Blake.
1663         Document temporary directory `$tmp' for use in config.status.
1664         * doc/autoconf.texi (Configuration Actions): Document `$tmp'.
1665         * NEWS: Update.
1667 2009-09-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1669         Update License to GPLv3+ including new Autoconf Exception.
1670         * NEWS, README: Update licensing information.
1671         * COPYING.EXCEPTION: New file.
1672         * Makefile.am (EXTRA_DIST): Distribute it.
1673         * cfg.mk (autom4te-update): Remove copyright change warning.
1674         * lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
1675         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
1676         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
1677         lib/autoconf/erlang.m4, lib/autoconf/fortran.m4,
1678         lib/autoconf/functions.m4, lib/autoconf/general.m4,
1679         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
1680         lib/autoconf/libs.m4, lib/autoconf/oldnames.m4,
1681         lib/autoconf/programs.m4, lib/autoconf/specific.m4,
1682         lib/autoconf/status.m4, lib/autoconf/types.m4,
1683         lib/autotest/autotest.m4, lib/autotest/general.m4,
1684         lib/autotest/specific.m4, lib/m4sugar/foreach.m4,
1685         lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4: Update exception
1686         statement, bump to GPLv3.
1687         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
1688         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
1689         bin/ifnames.in: Bump to GPLv3+, adjust --version output
1690         to reflect the GPLv3+ and the Autoconf Exception.
1691         * lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
1692         lib/Autom4te/General.pm, lib/Autom4te/Request.pm,
1693         lib/autom4te.in, lib/autoscan/autoscan.pre,
1694         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
1695         lib/freeze.mk, tests/atlocal.in, tests/autoscan.at,
1696         tests/autotest.at, tests/base.at, tests/c.at,
1697         tests/compile.at, tests/erlang.at, tests/foreign.at,
1698         tests/fortran.at, tests/local.at, tests/m4sh.at,
1699         tests/m4sugar.at, tests/mktests.sh, tests/semantics.at,
1700         tests/statesave.m4, tests/suite.at, tests/tools.at,
1701         tests/torture.at, tests/wrapper.as: Bump to GPLv3+.
1703         Allow to work on systems without Fcntl::flock implementation.
1704         * configure.ac (PERL_FLOCK): New substitution variable with test
1705         whether Fcntl::flock is implemented by the system.
1706         * bin/Makefile.am (edit): Substitute @PERL_FLOCK@.
1707         * bin/autom4te.in: Call XFile::lock only if flock is
1708         implemented.
1710 2009-09-04  Reuben Thomas <rrt@sc3d.org>  (tiny change)
1712         Mention the Autoconf archive.
1713         * doc/autoconf.texi (Coding Style): Add a link.
1715 2009-08-30  Bruno Haible  <bruno@clisp.org>
1717         Document another Solaris tr pitfall.
1718         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Mention
1719         that Solaris /usr/bin/tr does not only have problems with
1720         replacing NUL bytes but discards all NUL bytes from the input.
1722 2009-09-04  Eric Blake  <ebb9@byu.net>
1724         Improve wording about what goes before AC_INIT.
1725         * doc/autoconf.texi (Initializing configure): Update wording.
1726         (Versioning) <AC_PREREQ>: Remove misleading text, to match
1727         autoscan's behavior.
1728         * THANKS: Update.
1729         Reported by NightStrike, with input from Ralf Wildenhues.
1731 2009-09-04  Thomas Jahns  <jahns@dkrz.de>  (tiny change)
1733         Fix illegal tab character in Fortran source.
1734         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Change TAB back to
1735         multiple spaces; regression introduced 2008-10-23.
1736         * NEWS: Mention this.
1737         * THANKS: Update.
1739 2009-08-22  Romain Lenglet  <romain.lenglet@laposte.net>
1741         Fix AT_CHECK_EUNIT for versions of Erlang/OTP without init:stop/1.
1742         * lib/autotest/specific.m4 (AT_CHECK_EUNIT): Support older
1743         versions of Erlang/OTP with an erlang:stop() function that doesn't
1744         take arguments.
1746 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1748         Drop unneeded line in Eunit test.
1749         * tests/autotest.at (Erlang Eunit unit tests): Do not copy
1750         install-sh.
1752         Fix build dependencies for Erlang macro files.
1753         * lib/freeze.mk (autotest_m4f_dependencies): Add
1754         $(src_libdir)/autotest/specific.m4.
1755         * tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4.
1757 2009-09-19  Paolo Bonzini  <bonzini@gnu.org>
1759         Use a separate program to test whether the compiler works.
1760         * lib/autoconf/erlang.m4 (_AC_LANG_NULL_PROGRAM(Erlang)): New.
1761         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Copy _AC_LANG_NULL_PROGRAM.
1762         (_AC_LANG_NULL_PROGRAM(), _AC_LANG_NULL_PROGRAM): New.
1763         (_AC_COMPILER_EXEEXT_DEFAULT): Print here "whether the xyz compiler
1764         works", before exiting.
1765         (_AC_COMPILER_EXEEXT_WORKS): Merge into _AC_COMPILER_EXEEXT_CROSS,
1766         remove the "whether the xyz compiler works" message, use
1767         conftest$ac_cv_exeext instead of $ac_file.
1768         (_AC_COMPILER_EXEEXT): Try _AC_COMPILER_EXEEXT_DEFAULT using
1769         the null program, and clean conftest.out only after
1770         _AC_COMPILER_EXEEXT_CROSS.
1771         (AC_NO_EXECUTABLES): Use _AC_LANG_NULL_PROGRAM.
1772         (_AC_COMPILER_OBJEXT): Use _AC_LANG_NULL_PROGRAM.
1774 2009-08-18  Bruno Haible  <bruno@clisp.org>
1776         Document Solaris tr range and NUL limitations.
1777         * doc/autoconf.texi (Limitations of Usual Tools): Mention that
1778         Solaris /usr/bin/tr does not support ranges, nor the '\0' octal
1779         escape.
1781 2009-08-14  Eric Blake  <ebb9@byu.net>
1783         Simplify version control metadata.
1784         * .cvsignore: Delete.
1785         * bin/.cvsignore: Likewise.
1786         * config/.cvsignore: Likewise.
1787         * doc/.cvsignore: Likewise.
1788         * lib/.cvsignore: Likewise.
1789         * lib/autoconf/.cvsignore: Likewise.
1790         * lib/Autom4te/.cvsignore: Likewise.
1791         * lib/autoscan/.cvsignore: Likewise.
1792         * lib/autotest/.cvsignore: Likewise.
1793         * lib/emacs/.cvsignore: Likewise.
1794         * lib/m4sugar/.cvsignore: Likewise.
1795         * man/.cvsignore: Likewise.
1796         * tests/.cvsignore: Likewise.
1797         * bin/.gitignore: Likewise.
1798         * build-aux/.gitignore: Likewise.
1799         * config/.gitignore: Likewise.
1800         * doc/.gitignore: Likewise.
1801         * lib/.gitignore: Likewise.
1802         * lib/autoconf/.gitignore: Likewise.
1803         * lib/Autom4te/.gitignore: Likewise.
1804         * lib/autoscan/.gitignore: Likewise.
1805         * lib/autotest/.gitignore: Likewise.
1806         * lib/emacs/.gitignore: Likewise.
1807         * lib/m4sugar/.gitignore: Likewise.
1808         * man/.gitignore: Likewise.
1809         * tests/.gitignore: Likewise.
1810         * .gitignore: Consolidate all rules into one file.
1812         Normalize remaining copyright lines.
1813         * BUGS: Reformat copyright line, using UPDATE_COPYRIGHT_FORCE.
1814         * NEWS: Likewise.
1815         * README-hacking: Likewise.
1816         * TODO: Likewise.
1817         * lib/Autom4te/ChannelDefs.pm: Likewise.
1818         * lib/autoconf/fortran.m4: Likewise.
1819         * lib/autoconf/general.m4: Likewise.
1820         * lib/autoconf/lang.m4: Likewise.
1821         * lib/autotest/general.m4: Likewise.
1822         * maint.mk: Likewise.
1823         * tests/compile.at: Likewise.
1825         Improve copyright updating.
1826         * build-aux/update-copyright: Resynchronize from upstream.
1827         * maint.mk (update-copyright): Simplify based on gnulib.
1828         (update-copyright-env): New variable.
1829         * cfg.mk (update-copyright-exclude-regexp): Delete.
1830         (update-copyright-env): New override.
1831         * .x-update-copyright: New file.
1832         * lib/Autom4te/Makefile.am: Add copyright.
1833         * lib/Autom4te/Channels.pm: Revert copyright update to upstream
1834         file.
1835         * lib/Autom4te/Configure_ac.pm: Likewise.
1836         * lib/Autom4te/FileUtils.pm: Likewise.
1837         * lib/Autom4te/Struct.pm: Likewise.
1838         * lib/Autom4te/XFile.pm: Likewise.
1840         Update copyright.
1841         * AUTHORS: Include 2009 in copyright.
1842         * lib/Autom4te/C4che.pm: Likewise.
1843         * lib/Autom4te/Channels.pm: Likewise.
1844         * lib/Autom4te/Configure_ac.pm: Likewise.
1845         * lib/Autom4te/FileUtils.pm: Likewise.
1846         * lib/Autom4te/General.pm: Likewise.
1847         * lib/Autom4te/Request.pm: Likewise.
1848         * lib/Autom4te/Struct.pm: Likewise.
1849         * lib/autoconf/Makefile.am: Likewise.
1850         * lib/autoconf/autoconf.m4: Likewise.
1851         * lib/autoconf/autoscan.m4: Likewise.
1852         * lib/autoconf/autoupdate.m4: Likewise.
1853         * lib/autoconf/functions.m4: Likewise.
1854         * lib/autoconf/libs.m4: Likewise.
1855         * lib/autoconf/oldnames.m4: Likewise.
1856         * lib/autoconf/types.m4: Likewise.
1857         * lib/autoscan/Makefile.am: Likewise.
1858         * lib/autoscan/autoscan.pre: Likewise.
1859         * lib/autotest/Makefile.am: Likewise.
1860         * lib/autotest/autotest.m4: Likewise.
1861         * lib/emacs/autoconf-mode.el: Likewise.
1862         * lib/emacs/autotest-mode.el: Likewise.
1863         * lib/freeze.mk: Likewise.
1864         * lib/m4sugar/foreach.m4: Likewise.
1865         * man/Makefile.am: Likewise.
1866         * tests/atlocal.in: Likewise.
1867         * tests/autoscan.at: Likewise.
1868         * tests/foreign.at: Likewise.
1869         * tests/fortran.at: Likewise.
1870         * tests/mktests.sh: Likewise.
1871         * tests/semantics.at: Likewise.
1872         * tests/suite.at: Likewise.
1873         * tests/wrapper.as: Likewise.
1875         Prepare to bulk update copyright years.
1876         * build-aux/update-copyright: New file.
1877         * cfg.mk (gnulib-update): Sync it from gnulib.
1878         (update-copyright-exclude-regexp): New variable.
1879         (web-manual): Move...
1880         * maint.mk (web-manual): ...here, to match gnulib.
1881         (update-copyright): New target, copied from gnulib's
1882         maint.mk (it would be nice to sync this file...).
1883         (build_aux): New macro.
1884         (VC_LIST, emit_upload_commands): Use it.
1885         * build-aux/texinfo.tex: Resynchronize from upstream.
1886         * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): Reformat to meet
1887         expected pattern.
1888         * lib/autotest/general.m4 (_AT_COPYRIGHT_YEARS): Likewise.
1890 2009-08-12  Paolo Bonzini  <bonzini@gnu.org>
1892         Fix testsuite log capturing for tests 183 and 186.
1893         * tests/autotest.at (AT_CHECK_AT_PREP): Prepend AT_dir to
1894         testsuite log file for AT_CAPTURE_FILE.
1896 2009-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1898         Ensure we do not regress with AC_CHECK_MEMBERS.
1899         * tests/semantics.at (AC_CHECK_MEMBERS): Expose the recent
1900         AC_CHECK_MEMBERS fix.
1901         (AC_CHECK_MEMBER): New test group.
1903 2009-08-10  Jeff Squyres  <jsquyres@cisco.com>  (tiny change)
1905         Fix typo in AC_REQUIRE description.
1906         * doc/autoconf.texi (Prerequisite macros): Fix typo.
1908 2009-08-10  Paolo Bonzini  <bonzini@gnu.org>
1910         Fix description of the macro generated by AC_CHECK_MEMBERS.
1911         * lib/autoconf/types.m4 (_AC_CHECK_MEMBERS): Fix regex
1912         replacement.  Reported by Bruno Haible.
1914 2009-08-07  Romain Lenglet  <romain.lenglet@laposte.net>
1916         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Make AC_RUN_IFELSE
1917         fail if the test module doesn't compile.
1919 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
1921         Use exit code to detect no occurrences with grep.
1922         * tests/autotest.at (Erlang Eunit unit tests): Fix grep invocation.
1924 2009-08-01  Romain Lenglet  <romain.lenglet@laposte.net>
1925             Paolo Bonzini  <bonzini@gnu.org>
1927         * lib/autotest/specific.m4 (AT_CHECK_EUNIT): New file.
1928         * lib/autotest/Makefile.am (dist_autotestlib_DATA): Add specific.m4.
1929         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add definitions of
1930         variables used by AT_CHECK_EUNIT macro: ERL, ERLC, ERLCFLAGS.
1931         * tests/autotest.at (Erlang Eunit unit tests): Add test for macro
1932         AT_CHECK_EUNIT.
1933         * doc/autoconf.texi (Writing Testsuites): Document macro
1934         AT_CHECK_EUNIT.
1935         * NEWS: Mention macro AT_CHECK_EUNIT.
1937 2009-07-30  Paolo Bonzini  <bonzini@gnu.org>
1938             Joel E. Denny  <jdenny@clemson.edu>
1940         Clarify comparison of echo, printf, and AS_ECHO*.
1941         * doc/autoconf.texi (Limitations of Builtins): In echo's entry,
1942         give a reason why printf is better than echo.  In printf's
1943         entry, cross-reference echo's entry.
1945 2009-07-30  Paolo Bonzini  <bonzini@gnu.org>
1947         Add back AH_CHECK_HEADERS.
1948         * lib/autoconf/general.m4 (AH_CHECK_HEADERS): New.
1949         * NEWS: Create new section.
1951 2009-07-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1953         testsuite: avoid bogus hostname match from inner test logs.
1954         * tests/autotest.at (Hard fail): Check more restrictively for
1955         passed tests, so that hostnames recorded in the log file do not
1956         wrongly match.
1957         Report by Ludovic Courtès.
1959 2009-07-26  Eric Blake  <ebb9@byu.net>
1961         Release Version 2.64.
1962         * NEWS: Mention the release.
1963         * README: This release is stable.
1964         * HACKING (release): Use dist-xz, not dist-lzma.
1966         Document some optional features in INSTALL.
1967         * doc/install.texi (Basic Installation): Mention that INSTALL is
1968         generic, and that not all packages implement all features.
1969         Mention 'make distcheck' for maintainers, and 'make installcheck'
1970         for users.  Mention the GNU Coding Standards.
1971         (Installation Names): Mention DESTDIR vs. 'make prefix= install'
1972         as ways to alter the configuration, with caveats of each.  Move
1973         --program-prefix discussion...
1974         (Optional Features): ...here.  Mention --enable-silent-rules and
1975         use of make V=0.
1977         Basic improvements to INSTALL.
1978         * doc/install.texi (Basic Installation): Use better markup.
1979         (Multiple Architectures): Introduce the term VPATH.
1980         (Installation Names): Mention that --prefix must be absolute.
1981         * doc/autoconf.texi (Preset Output Variables)
1982         (Installation Directory Variables): Consistently refer to GNU
1983         Coding Standards.
1985         Update some upstream files.
1986         * build-aux/config.guess: Resynchronize from upstream.
1987         * build-aux/config.sub: Likewise.
1988         * build-aux/texinfo.tex: Likewise.
1989         * build-aux/vc-list-files: Likewise.
1990         * doc/standards.texi: Likewise.
1992 2009-07-25  Eric Blake  <ebb9@byu.net>
1994         Recognize new m4sugar keywords.
1995         * lib/emacs/autoconf-mode.el (autoconf-current-defun): Recognize
1996         m4_define_default, m4_defun_init, m4_defun_once.
1997         (autoconf-font-lock-keywords):  Likewise.
1999         Require m4 1.4.6, and fix testsuite to support this version.
2000         * m4/m4.m4 (AC_PROG_GNU_M4): Reject m4 1.4.5, now that we use
2001         regexp it can't handle.
2002         * NEWS: Mention minimum version bump.
2003         * README: Likewise.
2004         * README-hacking: Likewise.
2005         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
2006         * tests/tools.at (autom4te --trace and whitespace): Update test so
2007         still work with older m4 line numbers.
2008         * tests/m4sugar.at (m4@&t@_require: nested): Likewise.
2009         Reported by Ralf Wildenhues.
2011 2009-07-25  Bruno Haible  <bruno@clisp.org>
2013         Clarify autom4te debugging tips.
2014         * doc/autoconf.texi (Debugging via autom4te): Fix example from
2015         previous commit, and add clarification.
2017 2009-07-25  Eric Blake  <ebb9@byu.net>
2019         Document some autom4te debugging tips.
2020         * doc/autoconf.texi (Debugging via autom4te): New node.
2021         Suggested by Bruno Haible.
2023         Fix font-lock.
2024         * configure.ac (ac_cv_unsupported_fs_chars): Make editing easier.
2026         Let autoheader see through m4 macros in AC_DEFINE.
2027         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Expand macro before
2028         tracing its name.
2029         * lib/autoconf/autoheader.m4 (AH_VERBATIM, AH_TEMPLATE): Likewise,
2030         for using the macro in a template file.
2031         * tests/tools.at (autoheader and macros): New test.
2032         * NEWS: Mention this.
2033         Reported by Bruno Haible.
2035         Improve NEWS wording.
2036         * NEWS: Use more accurate statement.
2037         Suggestedy by Ralf Wildenhues.
2039 2009-07-24  Eric Blake  <ebb9@byu.net>
2041         Fix AS_EXIT for FreeBSD sh.
2042         * lib/m4sugar/m4sh.m4 (AS_EXIT): Always supply an argument to the
2043         shell function, since $? is not reliable on function entry.
2044         (_AS_EXIT_PREPARE): Simplify to assume argument.
2045         Reported by Ralf Wildenhues.
2047 2009-07-23  Eric Blake  <ebb9@byu.net>
2049         Run more tests under Solaris.
2050         * tests/local.at (AT_CHECK_AUTOCONF): Don't skip entire test
2051         group when passing over syntax checks.
2053 2009-07-23  Romain Lenglet  <romain.lenglet@laposte.net>
2055         Clean up temporary files generated by Erlang macros.
2056         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB)
2057         (AC_ERLANG_SUBST_ROOT_DIR, AC_ERLANG_SUBST_LIB_DIR)
2058         (AC_ERLANG_SUBST_ERTS_VER): Delete conftest.out; renamed
2059         erlang_cv_* cache variables into ac_cv_erlang_*.
2060         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Delete conftest.beam
2061         files generated by Erlang compiler.
2062         * tests/local.at (AT_CHECK_ENV): Ignore variables defined by
2063         Erlang macros.
2064         * tests/erlang.at (AT_SETUP_ERLANG): Delete; replace all uses by
2065         AT_CHECK_MACRO.
2066         * tests/Makefile.am (AUTOCONF_FILES): Revert previous addition of
2067         generated Erlang tests; they are all hand-tested.
2069         Add autotests for Erlang macros.
2070         * tests/erlang.at: Added tests for all macros in erlang.m4.
2071         * tests/Makefile.am (TESTSUITE_HAND_AT, AUTOCONF_FILES): Added
2072         erlang.at.
2073         * tests/suite.at: Likewise.
2074         * tests/compile.at (AC_LANG, AC_LANG_PUSH & AC_LANG_POP): Added
2075         test for extension of Erlang files.
2076         (Multiple languages): Use correct m4 quoting.
2077         * NEWS: Mention this.
2079 2009-07-22  Eric Blake  <ebb9@byu.net>
2081         Fix test of autom4te from stdin.
2082         * tests/tools.at (autom4te cache locking): Make stdin request
2083         explicit, so that --force is properly used.
2085 2009-07-16  Eric Blake  <ebb9@byu.net>
2087         Don't hide leading space in autom4te --trace output.
2088         * bin/autom4te.in (handle_traces): Don't flatten leading and
2089         trailing space, since tracing spacing bugs can be useful.
2090         * tests/tools.at (autom4te --trace and whitespace): New test.
2092 2009-07-13  Eric Blake  <ebb9@byu.net>
2094         Document that $srcdir can be used during configure.
2095         * doc/autoconf.texi (Preset Output Variables): Add a paragraph.
2096         * THANKS: Update.
2097         Reported by Monty Taylor.
2099 2009-07-13  Eric Blake  <ebb9@byu.net>
2101         Disable asynchronous job notification for parallel tests.
2102         * lib/autotest/general.m4 (AT_INIT) <Driver loop>: Turn off notify
2103         mode, since zsh leaves it on after 'emulate sh'.
2104         * doc/autoconf.texi (Limitations of Builtins) <set>: Document that
2105         job control options are not portable.
2107         Guarantee that exit status trumps output matching.
2108         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document this
2109         better.
2110         * tests/autotest.at (Skip, parallel skip): Enhance tests.
2112         Fix nits in recent patches.
2113         * configure.ac (ac_cv_dir_trailing_space): Avoid $status, for
2114         zsh.
2115         * doc/autoconf.texi (Writing Testsuites) <AT_FAIL_IF, AT_SKIP_IF>:
2116         Tweak wording.
2117         (Introduction): Recommend m4 1.4.13.
2118         * README: Likewise.
2119         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.  Use long option --gnu
2120         rather than -g.
2122 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
2124         Introduce AT_SKIP_IF and AT_FAIL_IF
2125         * NEWS: Mention AT_SKIP_IF and AT_FAIL_IF.
2126         * doc/autoconf.texi (Autotest): Document them.
2127         * lib/autotest/general.m4 (_AT_LINE_ESCAPED, AT_SKIP_IF,
2128         AT_FAIL_IF, _AT_CHECK_EXIT): New.
2129         (AT_CHECK): Use _AT_LINE_ESCAPED.
2130         * tests/autotest.at: Add tests for AT_SKIP_IF and AT_FAIL_IF.
2131         Use AT_SKIP_IF.
2132         * tests/local.at: Use AT_SKIP_IF.
2134 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
2136         Use m4 -g when available.
2137         * m4/m4.m4: Unset POSIXLY_CORRECT during first test.  Test for -g.
2138         Warn user if he has POSIXLY_CORRECT set but -g is not supported.
2139         * bin/Makefile.am: Substitute @M4_GNU@ into generated files.
2140         * bin/autom4te.in: Pass @M4_GNU@ to m4.
2142 2009-07-13  Eric Blake  <ebb9@byu.net>
2144         Fix previous patch.
2145         * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
2146         proper m4 quoting.
2147         (_AT_DECIDE_TRACEABLE): Likewise.
2149 2009-07-13  Paolo Bonzini  <bonzini@gnu.org>
2151         * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
2152         $at_trace_echo.  Add new REASON argument.
2153         (at_fn_check_prepare_trace): Do not call at_fn_check_prepare_notrace.
2154         Use $at_check_filter_trace.
2155         (at_fn_check_prepare_dynamic): Use at_fn_check_prepare_notrace.
2156         (at_traceon): Initialize to ':'.
2157         (at_traceoff): Remove, use 'set +x' instead throughout.
2158         (at_check_filter_trace, at_trace_echo): New shell variables.
2159         Initialize them if tracing is requested.
2160         (_AT_DECIDE_TRACEABLE): Adjust call to at_fn_check_prepare_notrace.
2162 2009-07-12  Paolo Bonzini  <bonzini@gnu.org>
2164         Move atlocal feature tests to configure
2165         * configure.ac: Test for unsupported characters in files and
2166         directories here...
2167         * tests/atlocal.in: ... and not here.
2169 2009-07-09  Eric Blake  <ebb9@byu.net>
2171         Fix test typo.
2172         * tests/m4sh.at (AS@&t@_INIT_GENERATED): Close fd, rather than
2173         creating file named -.
2175         Fix testsuite under dash.
2176         * tests/m4sh.at (LINENO stack, AS@&t@_BASENAME, AS@&t@_DIRNAME)
2177         (AS@&t@_ECHO and AS@&t@_ECHO_N, AS@&t@_EXIT, AS@&t@_MKDIR_P)
2178         (AS@&t@_VERSION_COMPARE, as_me, Negated classes in globbing)
2179         (Functions Support, Functions and return Support)
2180         (Nested AS@&t@_REQUIRE_SHELL_FN, Nested AS@&t@_REQUIRE)
2181         (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require, AS@&t@_HELP_STRING)
2182         (AS@&t@_IF and AS@&t@_CASE, AS@&t@_FOR, AS@&t@_LITERAL_IF)
2183         (AS@&t@_VAR basics, AS@&t@_VAR_APPEND, AS@&t@_VAR_ARITH)
2184         (AS@&t@_INIT cleanup, AS@&t@_INIT_GENERATED, AS@&t@_MESSAGE_FD)
2185         (_AS@&t@_CLEAN_DIR, ECHO_C): Allow testing different CONFIG_SHELL
2186         options during the testsuite run.
2187         Reported by Ralf Wildenhues.
2189 2009-07-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2191         Ignore messages on stderr when testing for the zsh issue.
2192         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
2194 2009-07-07  Eric Blake  <ebb9@byu.net>
2196         Skip parallel tests when zsh 'set -m' fails.
2197         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Skip test if set -m
2198         is not supported.
2199         Reported by Ralf Wildenhues.
2201         Make parallel testsuite more portable.
2202         * lib/autotest/general.m4 (AT_INIT) <AT_JOB_FIFO_FD>: Avoid <>;
2203         instead open write descriptor in each group and read descriptor in
2204         main driver.
2205         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Relax condition.
2207 2009-07-03  Eric Blake  <ebb9@byu.net>
2209         Avoid syntax error in ash.
2210         * lib/autotest/general.m4 (AT_INIT) <driver loop>: Avoid syntax
2211         errors on shells that don't recognize <>.
2212         * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Also skip parallel
2213         tests for this reason.   Skip based on the shell to be tested,
2214         not the shell driving the testsuite.
2215         (parallel syntax error): Rearrange similar to previous patch.
2216         (parallel test execution): Defer skip until after serial tests.
2218 2009-07-02  Eric Blake  <ebb9@byu.net>
2220         Skip test on shells that can't catch syntax failure.
2221         * tests/autotest.at (Syntax error): Skip test if shell aborts on
2222         syntax error (AIX ksh88) or doesn't detect it (zsh).
2223         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention these
2224         limitations.
2225         Reported by Ralf Wildenhues.
2227 2009-06-30  Jan Madzik  <jmadzik@gmail.com>  (tiny change)
2228             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2230         Avoid AIX 6.1 ksh88 ECHO_C command substitution bug.
2231         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Ensure more than
2232         one character is output with `\c'; reset echo output state
2233         if buggy ksh was detected, and set ECHO_T instead of ECHO_C.
2234         * doc/autoconf.texi (Limitations of Builtins): Document it.
2235         * tests/m4sh.at (ECHO_C): New test.
2236         * THANKS: Update.
2238 2009-06-27  William Pursell  <bill.pursell@gmail.com>  (tiny change)
2240         Fix grammaro in documenation.
2241         * doc/autoconf.texi (Guidelines): Fix grammaro.
2243 2009-06-17  Eric Blake  <ebb9@byu.net>
2245         Fix AC_CHECK_HEADER infloop for gcc.
2246         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
2247         (_AC_CHECK_HEADER_OLD): Give up on AU_DEFUN, and manually warn
2248         about obsoletion, to avoid infinite loop in gcc.
2249         Reported by Ralf Wildenhues.
2251 2009-06-15  Eric Blake  <ebb9@byu.net>
2253         Add m4_copy_force, m4_rename_force.
2254         * lib/m4sugar/m4sugar.m4 (m4_copy_force, m4_rename_force): New
2255         macros.
2256         * tests/m4sugar.at (m4@&t@_defn): Test them.
2257         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
2258         them.
2259         * NEWS: Likewise.
2260         Suggested by Ralf Wildenhues.
2262         Reinstate _AC_CHECK_HEADER_OLD for gcc.
2263         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
2264         (_AC_CHECK_HEADER_OLD): Provide autoupdate versions, since gcc and
2265         others used these undocumented macros.
2266         Reported by Ralf Wildenhues.
2268 2009-06-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2270         Fix concurrent autom4te.cache directory creation race.
2271         * bin/autom4te.in: Do not error out if another `autom4te'
2272         instance created the cache directory before we could.
2274 2009-06-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2275         and Eric Blake  <ebb9@byu.net>
2277         Create a file in test program when detecting cross-compilation.
2278         * lib/autoconf/lang.m4 (_AC_LANG_IO_PROGRAM): New macro, returns
2279         program that creates a file.
2280         (_AC_COMPILER_EXEEXT,_AC_COMPILER_EXEEXT_WORKS): Call new macro
2281         and document why it's needed to robustly detect cross-compiling.
2282         (AC_LANG_DEFINE): Copy implementation across similar languages.
2283         * lib/autoconf/c.m4 (_AC_LANG_IO_PROGRAM(C)): Implement new macro.
2284         * lib/autoconf/fortran.m4 (_AC_LANG_IO_PROGRAM(Fortran 77)):
2285         Likewise.
2286         * lib/autoconf/erlang.m4 (_AC_LANG_IO_PROGRAM(Erlang)): Likewise.
2288 2009-06-11  Eric Blake  <ebb9@byu.net>
2290         Simplify AC_LANG(Fortran).
2291         * lib/autoconf/fortran.m4 (AC_LANG(Fortran)): Borrow from Fortran
2292         77, which requires reordering portions of the file.
2293         (AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran)): Now defined
2294         automatically.
2296         Clarify m4_copy semantics.
2297         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Update
2298         documentation.
2299         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
2301 2009-06-06  Eric Blake  <ebb9@byu.net>
2303         Improve documentation on trap pitfalls.
2304         * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention new
2305         Posix 2008 requirement on trap, and dash bug in implementing it.
2306         Mention various shell bugs with traps defined inside subshells.
2307         Mention older bash limitation with single-command exit trap.
2308         <set>: Mention another 'set -e' limitation.
2309         Reported by Jens Schmidt.
2311 2009-06-06  Jim Meyering  <meyering@redhat.com>
2313         Improve testsuite --help
2314         * lib/autotest/general.m4: Correct the example in ./testsuite --help.
2315         Improve wording.
2317 2009-06-06  Eric Blake  <ebb9@byu.net>
2319         Document fallback behavior of AC_PROG_LEX.
2320         * doc/autoconf.texi (Particular Programs) <AC_PROG_LEX>: Mention
2321         why fallback is :, and that a --version check must be used to
2322         determine whether flex was found.
2323         Reported by Patrick Welche.
2325 2009-05-28  Jim Meyering  <meyering@redhat.com>
2327         Fix syntax errors in autoconf.texi.
2328         * doc/autoconf.texi (Erlang Libraries): @-escape curly braces
2329         in example code.
2331 2009-05-28  Romain Lenglet  <romain.lenglet@laposte.net>
2333         New AC_ERLANG_SUBST_ERTS_VER macro.
2334         * lib/autoconf/erlang.m4: Add macro AC_ERLANG_SUBST_ERTS_VER.
2335         * doc/autoconf.texi (Erlang Libraries): Document
2336         AC_ERLANG_SUBST_ERTS_VER.
2337         * NEWS: Likewise.
2338         * AUTHORS: Update Romain Lenglet's email address.
2339         * THANKS: Update.
2340         Suggested by Ruslan Babayev.
2342 2009-05-26  Eric Blake  <ebb9@byu.net>
2344         Sanitize more problematic environment variables.
2345         * doc/autoconf.texi (Environment Variable Index): Add more
2346         entries, particularly for precious variables and known culprit
2347         variables.  Needed to avoid overfull vbox.
2348         (Special Shell Variables) <CLICOLOR_FORCE, GREP_OPTIONS>: Add
2349         variables known to cause misbehavior.
2350         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Unset variables
2351         known to cause problems.
2352         * THANKS: Update.
2353         Based on reports from Ilya Bobir and Joey Mingrone.
2355 2009-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2357         Document VPATH = $(variable) issue in VPATH chapter.
2358         * doc/autoconf.texi (Variables listed in VPATH): New node.
2359         (Top, VPATH and Make): Adjust menus.
2360         (Build Directories): Refer to it.
2361         Prompted by report from Bruno Haible.
2363 2009-05-19  Eric Blake  <ebb9@byu.net>
2365         Update uses of all-permissive license.
2366         * ChangeLog: Relicense under GPL.
2367         * ChangeLog.0: Likewise.
2368         * ChangeLog.1: Likewise.
2369         * ChangeLog.2: Likewise.
2370         * THANKS: Likewise.
2371         * m4/m4.m4: Use latest wording of FSF all-permissive license.
2372         * m4/make-case.m4: Likewise.
2373         * doc/install.texi: Likewise.
2374         * tests/statesave.m4: Relicense to match rest of testsuite; this
2375         file does not need all-permissive license since it is not designed
2376         for reuse by other packages.
2377         * BUGS: Relicense under all-permissive license.
2378         * HACKING: Likewise.
2379         * NEWS: Likewise.
2380         * README: Likewise.
2381         * README-alpha: Likewise.
2382         * README-hacking: Likewise.
2383         * TODO: Likewise.
2385         Update some upstream files.
2386         * build-aux/config.guess: Resynchronize from upstream.
2387         * build-aux/gnupload: Likewise.
2388         * build-aux/vc-list-files: Likewise.
2389         * build-aux/texinfo.tex: Likewise.
2390         * doc/gendocs_template: Likewise.
2392         Don't mention undocumented interface in NEWS.
2393         * NEWS: Correct earlier entry about AS_FOR.
2395 2009-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2397         New manual section `Parallel Make'.
2398         * doc/autoconf.texi (Parallel Make): New node, document NetBSD
2399         `make -jN' quirks.
2400         (Top, Portable Make): Adjust menus.
2402 2009-05-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2404         testsuite: skip `Multiple languages' test without C++ compiler.
2405         * tests/compile.at (Multiple languages): Skip test on systems
2406         without a C++ compiler.
2407         Report by Jim Meyering.
2409 2009-05-13  Eric Blake  <ebb9@byu.net>
2411         Document zsh bug with empty commands.
2412         * doc/autoconf.texi (Special Shell Variables) <?>: Add mention of
2413         more problems with $?.
2415 2009-05-11  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
2417         Also try X11R7 when looking for X11 files, for NetBSD.
2418         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Also try directories
2419         with X11R7 in the name.
2421 2009-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2423         Limit stderr logging for C compiler version.
2424         * lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT, _AC_DO_LIMIT): New
2425         internal macros, equivalent to _AC_RUN_LOG and _AC_DO, but with
2426         an optional additional argument to limit the number of lines of
2427         stderr output logged, defaulting to 10.
2428         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Use
2429         _AC_DO_LIMIT for capturing compiler version output.  Also test
2430         -qversion, for the IBM xlc compiler.
2431         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2432         * THANKS: Update.
2433         Report by Christian Rössel and John R. Cary against Libtool.
2435 2009-04-24  Eric Blake  <ebb9@byu.net>
2437         Fix quoting of m4 macros in AT_CHECK.
2438         * lib/autotest/general.m4 (AT_CHECK): Expand prior to adding
2439         escapes, to avoid shell syntax errors caused by late macro
2440         expansion.
2441         * NEWS: Document this change.
2442         * tests/autotest.at (Metacharacters in command from M4 expansion):
2443         New test.
2445         manual: Use consistent spelling of here-document.
2446         * doc/autoconf.texi (Defining Symbols, Programming in M4sh)
2447         (Common Shell Constructs, Macro Names, Writing Testsuites): Fix
2448         spelling.
2449         Reported by Ralf Wildenhues.
2451         Make AT_CHECK_UNQUOTED more like AC_DEFINE_UNQUOTED.
2452         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Keep older,
2453         undocumented semantics, where unbalanced " cannot be used in the
2454         stdout/stderr argument.
2455         (AT_CHECK_UNQUOTED): Treat " in stdout/stderr as a literal, since
2456         the text is used in double-quoted context.
2457         * tests/autotest.at (unquoted output): New test.
2458         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention which
2459         shell expansions are handled.
2461         Rename AT_CHECK_NOESCAPE to AT_CHECK_UNQUOTED.
2462         * lib/autotest/general.m4 (AT_CHECK_NOESCAPE): Deprecate, in favor
2463         of new spelling...
2464         (AT_CHECK_UNQUOTED): ...for consistency with AC_DEFINE_UNQUOTED.
2465         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
2466         rename.
2467         * NEWS: Likewise.
2468         * tests/autotest.at (Binary output, Cleanup): Adjust tests.
2469         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2470         Likewise.
2471         Reported by Ralf Wildenhues.
2473 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2475         New test to ensure autom4te cache file locking works.
2476         * tests/tools.at (autom4te cache locking): New test.
2477         Report by Eric Blake.
2479 2009-04-22  Paolo Bonzini  <bonzini@gnu.org>
2481         manual: another grammar improvement.
2482         * doc/autoconf.texi (Fortran Compiler): Avoid dependency on
2483         pronunciation of `FCFLAGS_f90'.
2485 2009-04-23  Eric Blake  <ebb9@byu.net>
2487         Change FOO placeholder to use @var{text} instead.
2488         * doc/autoconf.texi (Configuration Actions): Rename AC_CONFIG_FOOS
2489         to AC_CONFIG_@var{ITEMS}.
2490         * doc/autoconf.texi (config.status Invocation): Likewise.
2491         (AC_FOO_IFELSE vs AC_TRY_FOO): Rename node...
2492         (AC_ACT_IFELSE vs AC_TRY_ACT): ...to this.
2494 2009-04-22  Eric Blake  <ebb9@byu.net>
2496         Add m4_argn.
2497         * lib/m4sugar/m4sugar.m4 (m4_argn): New macro.
2498         * NEWS: Document it.
2499         * doc/autoconf.texi (Looping constructs) <m4_argn>: Likewise.
2500         <m4_car, m4_cdr>: Improve documentation.
2501         * tests/m4sugar.at (m4 lists): New test.
2503 2009-04-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2505         Improve description of AC_PROG_CC_C89 and AC_PROG_CC_C99.
2506         * doc/autoconf.texi (C Compiler): Document that AC_PROG_CC_C89
2507         and AC_PROG_CC_C99 prefer extended over strict conformance modes.
2508         Report by Vincent Lefèvre.
2510 2009-04-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2512         Revert bogus change in last commit.
2513         * doc/autoconf.texi (Initialization Macros): Revert change.
2514         Spotted by Eric Blake.
2516         manual: fix trivial grammar errors.
2517         * doc/autoconf.texi (Fortran Compiler, Initialization Macros)
2518         (Limitations of Usual Tools, Pretty Help Strings)
2519         (config.status Invocation): Fix `a' vs. `an' errors.
2520         Report by Eric Blake.
2522 2009-04-21  Eric Blake  <ebb9@byu.net>
2524         Shuffle maintainer-specific rules.
2525         * Makefile.am (maintainer-check-tests): Delete.
2526         (autom4te-update): Move...
2527         * cfg.mk (autom4te-update): ...here.
2528         (fetch): Depend on autom4te-update.  Split...
2529         (gnulib-update): ...into new rule.  Import move-if-change from
2530         gnulib.
2531         * maint.mk (maintainer-distcheck): Absorb former maintainer-check
2532         rule.
2533         * build-aux/move-if-change: New file, undistributed.
2534         * .gitattributes: Handle new upstream file.
2535         * .gitignore: Ignore maintainer cruft.
2536         * HACKING: Update maintainer instructions.
2537         * build-aux/config.guess: Update from upstream.
2538         * build-aux/config.sub: Likewise.
2539         * build-aux/gendocs.sh: Likewise.
2540         * build-aux/texinfo.tex: Likewise.
2541         * doc/gendocs_template: Likewise.
2542         * doc/standards.texi: Likewise.
2544 2009-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2546         Sync autom4te perl modules from Automake.
2547         * lib/Autom4te/Channels.pm: Sync from Automake.
2548         * lib/Autom4te/FileUtils.pm: Likewise.
2549         * lib/Autom4te/XFile.pm: Likewise.
2551         Adjust channel definitions for new Automake `ordered' flag.
2552         * lib/Autom4te/ChannelDefs.pm (Autom4te::ChannelDefs): Set
2553         `ordered' flag to zero for channels `fatal', `automake', and
2554         `verb'.  This has currently no effect on actual semantics but
2555         avoids a consistency check needed for Automake's usage of the
2556         Channels.pm code.
2558         manual: clarify m4_if synopsis.
2559         * doc/autoconf.texi (Redefined M4 Macros): Rewrite synopsis of
2560         m4_if in the presence of more than three arguments.
2562         Improve and clarify `config.status' usage documentation.
2563         * doc/autoconf.texi (config.status Invocation): Fix markup in
2564         synopsis.  Use `tag' instead of `file' notation for the
2565         non-option arguments, to be consistent with the documentation
2566         of the AC_CONFIG_* macros.
2567         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise,
2568         use `tag' notation for non-option arguments.
2569         Report by John Calcote.
2571 2009-04-15  Eric Blake  <ebb9@byu.net>
2573         Test that autotest handles binary output.
2574         * tests/autotest.at (Binary output): New test.
2575         Suggested by Ralf Wildenhues.
2577         Add stdout-nolog and ignore-nolog to AT_CHECK.
2578         * lib/autotest/general.m4 (AT_DIFF_STDERR(stderr-nolog))
2579         (AT_DIFF_STDERR(ignore-nolog), AT_DIFF_STDOUT(stdout-nolog))
2580         (AT_DIFF_STDOUT(ignore-nolog)): New macros.
2581         * tests/autotest.at (Logging): New test.
2582         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document the
2583         new logging actions.
2584         * NEWS: Likewise.
2585         Reported by Ralf Wildenhues.
2587         Teach AT_CHECK about hard failures.
2588         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_skip>
2589         <at_fn_check_status, at_fn_group_postprocess>: Handle hard
2590         failures.
2591         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document
2592         AT_CHECK_NOESCAPE and exit status 99.
2593         * NEWS: Likewise.
2594         * tests/autotest.at (Hard fail, Cleanup): New tests.
2596 2009-04-14  Eric Blake  <ebb9@byu.net>
2598         Fix yesterday's regression in AS_IF.
2599         * lib/m4sugar/m4sh.m4 (_AS_IF_ELSE): Don't corrupt $? in else
2600         branch; it is up to the user to avoid syntax errors.
2601         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Adjust test.
2603 2009-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2605         Add traces for AM_SILENT_RULES.
2606         * lib/autom4te.in (Automake-preselections): Trace
2607         AM_SILENT_RULES.
2609 2009-04-13  Eric Blake  <ebb9@byu.net>
2611         Improve documentation related to expanded-before-required.
2612         * doc/autoconf.texi (Expanded Before Required): Add a case study.
2613         (Running the Compiler) <AC_COMPILE_IFELSE>: Remind users that
2614         running a compile test will AC_REQUIRE the compiler check.
2615         (Macro Definitions) <AC_DEFUN>: Contrast AC_DEFUN and m4_define.
2616         (C Compiler) <AC_PROG_CC>: Mention the fact that only first
2617         invocation of this macro checks for $EXEEXT, and that many other
2618         macros use it via AC_REQUIRE.
2619         Reported by Andreas Schwab.
2621         Mention latest rules about make and set -e.
2622         * doc/autoconf.texi (Failure in Make Rules): Posix is now clear
2623         that make must use set -e.
2624         (Limitations of Builtins) <set>: Clarify more about set -e
2625         behavior.
2627         Improve documentation about if exit status.
2628         * doc/autoconf.texi (Limitations of Builtins) <if>: Mention that
2629         exit status bugs don't affect modern targets.
2630         Reported by Andreas Schwab.
2632         Add cross-reference to new macros.
2633         * doc/autoconf.texi (Text processing Macros) <m4_normalize>
2634         <m4_strip>: Reference the new m4_ifblank.
2635         Suggested by Mike Frysinger.
2637         Make AS_IF, AS_CASE, and AS_FOR more robust to blank arguments.
2638         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT, AS_FOR, _AS_IF)
2639         (_AS_IF_ELSE, AS_IF): Avoid syntax error on blank argument,
2640         including a macro with an empty expansion.
2641         * NEWS: Mention this.
2642         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE, AS@&t@_FOR): Update
2643         tests.
2644         Reported by Mike Frysinger.
2646         Add m4_blank and friends.
2647         * lib/m4sugar/m4sugar.m4 (m4_blank, m4_nblank, m4_default_nblank)
2648         (m4_default_nblank_quoted): New macros.
2649         * NEWS: Document them.
2650         * doc/autoconf.texi (Conditional constructs): Likewise.
2651         * tests/m4sugar.at (m4sugar shorthand conditionals): New test.
2652         Suggested by Mike Frysinger.
2654 2009-04-13  Eric Blake  <ebb9@byu.net>
2656         Finish upgrade to GFDL 1.3.
2657         * doc/autoconf.texi (copying): Use correct license; comment change
2658         was missed on 2008-11-04.
2660 2009-04-10  Eric Blake  <ebb9@byu.net>
2662         Test parallel handling of syntax error.
2663         * tests/autotest.at (parallel syntax error): New test.
2664         Suggested by Ralf Wildenhues.
2666 2009-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2668         Document awk and config.status line length limitations.
2669         * doc/autoconf.texi (Configuration Actions): The input to
2670         config.status should have reasonable line length.
2671         (Limitations of Usual Tools): Document IRIX, HP-UX awk input
2672         line length limit.
2673         Report by Bruno Haible.
2675         Skip `Multiple languages' test if CC is a C++ compiler.
2676         * tests/compile.at (Multiple languages): Before starting the
2677         test proper, build and run a configure script that tests the
2678         C compiler only, and skips the test if this is found to be a
2679         C++ compiler.
2680         Report by Eric Blake.
2682         Note that AC_DEFUN is needed for aclocal.
2683         * doc/autoconf.texi (Coding Style): Public third-party macros
2684         should be AC_DEFUN'ed.
2685         Report by John Calcote.
2687 2009-04-10  Eric Blake  <ebb9@byu.net>
2689         Add undocumented _AS_CLEAN_DIR.
2690         * lib/m4sugar/m4sh.m4 (_AS_CLEAN_DIR): New macro; fixes m4 quoting
2691         in previous patch.
2692         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Use new
2693         macro.
2694         * tests/m4sh.at (_AS@&t@_CLEAN_DIR): New test.
2695         Reported by Ralf Wildenhues.
2697 2009-04-09  Eric Blake  <ebb9@byu.net>
2699         Avoid problems caused by deleting in-use directory.
2700         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_prepare>: Only
2701         remove the contents of $at_group_dir, not the directory itself.
2703         Fix regression in empty test.
2704         * lib/autotest/general.m4 (AT_SETUP): Prep AT_ingroup for fallback
2705         use in empty test.  Fixes regression introduced 2009-04-06.
2706         (_AT_CHECK): Undo fallback when a test is not empty.
2707         (AT_CLEANUP): Expand AT_ingroup before deleting.
2709 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
2711         Make a less conservative cross-compilation guess for AC_FUNC_UTIME_NULL.
2712         * lib/autoconf/functions.m4 (AC_FUNC_UTIME_NULL): Assume
2713         not crosscompiling to an obsolete system.
2715 2009-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2717         Automake relies on the undocumented `_AC_COMPILER_EXEEXT' macro.
2718         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Document that
2719         Automake relies on this macro.
2721 2009-04-06  Eric Blake  <ebb9@byu.net>
2723         Reduce testsuite size.
2724         * tests/statesave.m4: New file.
2725         * tests/Makefile.am (EXTRA_DIST): Distribute it.
2726         * tests/local.at (AT_CONFIGURE_AC): Reuse file, rather than
2727         repeating inline definition of AC_STATE_SAVE.
2728         (AT_CHECK_ENV): Factor code...
2729         (_AT_CHECK_ENV): ...into shell function.
2730         * tests/m4sh.at (AT_DATA_LINENO): Avoid churn in testsuite.
2732         Handle shell comments in AT_CHECK.
2733         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Handle # in
2734         test correctly.  Latent bug in handling shell comment was first
2735         fixed 2008-11-20, but regressed two patches later.
2736         * tests/autotest.at (Shell comment in command): New test.
2737         * NEWS: Document the fix.
2739         Hard fail any test with syntax errors.
2740         * lib/autotest/general.m4 (AT_INIT) <at_fn_group_postprocess>:
2741         Guarantee test failure on syntax error, rather than inheriting
2742         status from previous test.
2743         * tests/autotest.at (Syntax error): New test.
2745 2009-03-31  Eric Blake  <ebb9@byu.net>
2747         Beta Release Version 2.63b.
2748         * NEWS: Mention the release.
2749         * README: Clarify that this is a beta release.
2750         * build-aux/texinfo.tex: Synchronize from upstream.
2751         * .x-sc_trailing_blank: Exempt more upstream files.
2753 2009-03-30  Eric Blake  <ebb9@byu.net>
2755         Fix testsuite failures under zsh.
2756         * tests/local.at (AT_CHECK_ENV): Exempt $argv and $ARGC, which are
2757         set by zsh -c 'emulate sh'.
2758         Reported by Ralf Wildenhues.
2760         For now, skip parallel tests under less-tested shells.
2761         * tests/autotest.at (AT_CHECK_AT): Add pre-test argument.
2762         (Tested programs, Startup error messages, AT_CHECK_AT_TITLE)
2763         (Fallacy, Skip, errexit, Long test source lines)
2764         (Debugging a successful test, Debugging script and environment)
2765         (Debugging a failed test, Using atlocal)
2766         (Choosing where testsuite is run): Adjust callers.
2767         (AT_SKIP_PARALLEL_TESTS): New macro, to skip parallel tests except
2768         under zsh, bash, or when TEST_PARALLEL_AUTOTEST is defined.  Makes
2769         it easier to avoid testsuite hangs for users with dash or other
2770         less-tested shell.
2771         (parallel test execution, parallel truth, parallel fallacy)
2772         (parallel skip, parallel errexit)
2773         (parallel autotest and signal handling): Use it.
2774         * BUGS: Mention this.
2776 2009-03-24  Andris Pavenis  <andris.pavenis@iki.fi>  (tiny change)
2778         Fix awk substitution of carriage returns on DJGPP.
2779         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix typo in
2780         generation of ac_cs_awk_cr.
2781         * THANKS: Update.
2783 2009-03-24  Aaron W. LaFramboise  <aaronenvelope277@aaronwl.com>  (tiny change)
2785         Work around cygwin bash igncr mode.
2786         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fall back to
2787         bash carriage returns if ac_cr lost \r from ``.
2788         * THANKS: Update.
2789         Suggested by Eric Blake.
2791 2009-03-24  Eric Blake  <ebb9@byu.net>
2793         Fix underquoted example in manual.
2794         * doc/autoconf.texi (Common Shell Constructs) <AS_TR_CPP>:
2795         Properly m4-quote #.
2796         * THANKS: Update spelling.
2797         Reported by Matěj Týč.
2799 2009-03-18  Eric Blake  <ebb9@byu.net>
2801         Manual: mention more expr pitfalls.
2802         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>:
2803         Mention HP-UX limitation, and $ ambiguity.
2804         * THANKS: Update.
2805         Reported by Jens Schmidt, in http://bugs.debian.org/466990.
2807 2009-03-17  Jim Meyering  <meyering@redhat.com>
2809         Manual: fix a typo.
2810         * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"
2812 2009-03-17  Eric Blake  <ebb9@byu.net>
2814         Use test consistently in examples.
2815         * doc/autoconf.texi (Subdirectories, Caching Results)
2816         (Common Shell Constructs, Prerequisite Macros, Coding Style)
2817         (Changed Results, Particular Programs, Defining Symbols):
2818         Protect against arbitrary user strings.
2819         (Multiple Cases): Mention why $fstype does not need protection.
2820         Reported by Reuben Thomas.
2822         Improve confusing section names.
2823         * doc/autoconf.texi (Specifying Names): Rename node...
2824         (Specifying Target Triplets): ...to this.
2825         (Generic Programs): Adjust references.
2826         * doc/install.texi (System Type): Touch up formatting.
2827         * THANKS: Update.
2828         Reported by Tim Freeman, in http://bugs.debian.org/312873.
2830         Remove historical inaccuracy.
2831         * doc/autoconf.texi (Portable Shell): Don't perpetuate myth about
2832         #!/bin/sh needing a space.
2833         Reported by Reuben Thomas.
2835         Recommend AS_HELP_STRING more prominently.
2836         * doc/autoconf.texi (External Software): Reduce mention of
2837         hand-written help strings.
2838         Reported by Reuben Thomas.
2840 2009-03-16  Eric Blake  <ebb9@byu.net>
2842         Fix 'make pdf'.
2843         * doc/autoconf.texi (Balancing Parentheses): Fix usage of
2844         @itemize.
2845         Reported by Ralf Wildenhues, fix suggested by Karl Berry.
2847 2009-03-14  Eric Blake  <ebb9@byu.net>
2849         Resync upstream files.
2850         * GNUmakefile: Run 'make fetch'.
2851         * build-aux/announce-gen: Likewise.
2852         * build-aux/config.guess: Likewise.
2853         * build-aux/config.sub: Likewise.
2854         * build-aux/gnupload: Likewise.
2855         * build-aux/texinfo.tex: Likewise.
2856         * build-aux/vc-list-files: Likewise.
2857         * doc/gnu-oids.texi: Likewise.
2858         * doc/standards.texi: Likewise.
2860 2009-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2862         New test for SunStudio `restrict' handling.
2863         * tests/c.at (AC_C_RESTRICT and C++): New test.
2864         Prompted by bug report from Rolf Vandevaart.
2866 2009-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2868         Manual: testsuite depends on package.m4.
2869         * doc/autoconf.texi (Making testsuite Scripts): In the example
2870         makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
2872 2009-03-02  Allan Caffee  <allan.caffee@gmail.com>  (tiny change)
2874         Fix a typo in comment for AS_LITERAL_IF.
2875         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
2876         out of date when this function was moved/renamed in 59ecd766.
2877         * THANKS: Update.
2879 2009-03-02  Eric Blake  <ebb9@byu.net>
2881         Improve wording for AS_ESCAPE.
2882         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>: Touch
2883         up documentation.
2884         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Fix comment typos.
2885         Reported by Ralf Wildenhues.
2887 2009-02-24  Eric Blake  <ebb9@byu.net>
2889         Use pkgdatadir consistently.
2890         * bin/Makefile.am (edit): Substitute pkgdatadir, not datadir.
2891         * lib/Makefile.am (edit): Likewise.
2892         * lib/autom4te.in (Autoconf-without-aclocal-m4, Autotest, M4sh)
2893         (M4sugar): Use @pkgdatadir@, not @datadir@.
2894         * bin/autoheader.in ($datadir): Likewise.
2895         * bin/autom4te.in ($datadir): Likewise.
2896         * bin/autoreconf.in ($datadir): Likewise.
2897         * bin/autoscan.in ($datadir): Likewise.
2898         * bin/autoupdate.in ($datadir): Likewise.
2899         * bin/ifnames.in ($datadir): Likewise.
2900         * doc/autoconf.texi (Installation Directory Variables): Update
2901         example to be consistent; focus on $(bindir) as an autoconf
2902         variable, and mention that $(pkgdatadir) comes from automake.
2903         Reported by Reuben Thomas.
2905 2009-02-19  Eric Blake  <ebb9@byu.net>
2907         Use m4_translit more efficiently in AS_ESCAPE.
2908         * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Alter API to take first byte
2909         of set separately from rest.
2910         (AS_ESCAPE, _AS_QUOTE_MODERN, AS_TR_SH, AS_VAR_GET): Adjust
2911         callers.
2912         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid duplicate
2913         characters in translit request.
2914         * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>:
2915         Document the macro.
2916         * NEWS: Likewise.
2918         Mention recently documented macros.
2919         * NEWS: Update list of new documentation.
2921 2009-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2923         Add index for config.site.
2924         * doc/autoconf.texi (Site Defaults): Add index for config.site.
2925         * THANKS: Update.
2926         Report by Stephen P. Schaefer.
2928 2009-02-12  Eric Blake  <ebb9@byu.net>
2930         Fix m4_set speed regression introduced 2008-12-18.
2931         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Alter API to avoid
2932         creating larger argument on each iteration.
2933         (m4_stack_foreach_sep, m4_stack_foreach_sep_lifo)
2934         (_m4_set_contents_2): Adjust all four-argument callers.
2936 2009-02-05  Eric Blake  <ebb9@byu.net>
2938         Mention new AC_DEFUN_ONCE clients.
2939         * NEWS: Mention recent semantic changes.
2940         Reported by Ralf Wildenhues.
2942 2009-02-03  Eric Blake  <ebb9@byu.net>
2944         Use AC_DEFUN_ONCE for some one-shot AC_PROG macros.
2945         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Switch to
2946         AC_DEFUN_ONCE, since this is a one-shot macro.
2947         (AC_PROG_INSTALL): Likewise.
2949 2009-02-03  Eric Blake  <ebb9@byu.net>
2951         Mention that packagers should not pre-set CFLAGS.
2952         * doc/autoconf.texi (Preset Output Variables) <CFLAGS>: Copy
2953         advice given by automake on handling variables reserved by GNU
2954         Coding Standards.
2955         Reported by Karl Berry.
2957         Document lib64 in config.site.
2958         * doc/autoconf.texi (Site Defaults): Fix typo in FHS sample file.
2959         Mention use of lib64.
2960         * THANKS: Update.
2961         Reported by Tom Browder, with help from Peter Breitenlohner.
2963 2009-01-28  Eric Blake  <ebb9@byu.net>
2965         Use AC_DEFUN_ONCE for uncontroversial one-shot macros.
2966         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Switch to
2967         AC_DEFUN_ONCE, since this is a one-shot macro.
2968         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
2969         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD)
2970         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Likewise.
2972 2009-01-28  Eric Blake  <ebb9@byu.net>
2974         Reduce blank lines in AC_DEFUN_ONCE macros.
2975         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Avoid redundant blank
2976         line when a defun_once macro is required.
2977         (_m4_defun_once): New helper macro, for less memory use.
2978         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
2980         Silence another false positive expand-before-require.
2981         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro_outer)
2982         (_m4_defun_epi_outer, _m4_require_call, m4_provide): Track name
2983         that caused a diversion change, not just diversion number.
2984         (m4_require): Factor...
2985         (_m4_require_check): ...into new macro, which also checks whether
2986         diversion that performed the expansion has been collected.
2987         * tests/m4sugar.at (m4@&t@_require: nested): Enhance test.
2988         Reported by Ralf Wildenhues.
2990 2009-01-28  Eric Blake  <ebb9@byu.net>
2992         Fix AC_C_RESTRICT for Sun Studio 12 C++.
2993         * lib/autoconf/c.m4 (AC_C_RESTRICT): Newer Sun Studio C provides
2994         __restrict__ rather than _Restrict, which still trips up Sun
2995         Studio 12 C++.
2996         * THANKS: Update.
2997         Reported by Rolf Vandevaart.
2999 2009-01-28  Eric Blake  <ebb9@byu.net>
3001         Fix years in copyright notices.
3002         * lib/m4sugar/m4sugar.m4 (m4_copyright_condense): New macro,
3003         undocumented for now.
3004         * lib/m4sugar/Makefile.am (version.m4): Add m4_PACKAGE_YEAR,
3005         m4_PACKAGE_URL.
3006         (RELEASE_YEAR): New macro, copied from bin/Makefile.am.
3007         * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): New macro.
3008         (AC_COPYRIGHT): Add undocumented third parameter.
3009         (_AC_INIT_COPYRIGHT): Avoid need to bump copyright years.
3010         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3011         * lib/autotest/general.m4 (AT_INIT): Likewise.
3012         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Likewise.
3013         (AT_COPYRIGHT): Add undocumented third parameter.
3014         * tests/local.at (AT_COPYRIGHT): Don't add an extra copyright
3015         parameter; the generic copyright given by autotest is sufficient
3016         since we are the package that owns autotest.
3018 2009-01-27  Eric Blake  <ebb9@byu.net>
3020         Use URLs in --help output, part 3: testsuite.
3021         * doc/autoconf.texi (Writing Testsuites): Mention autotest
3022         namespace.
3023         (Writing Testsuites) <AT_INIT>: Mention mandatory macros.
3024         (Making testsuite Scripts): Document AT_PACKAGE_URL.
3025         * tests/Makefile.am (package.m4): Follow our own advice.
3026         * lib/autotest/general.m4 (AT_INIT): Give the user a hint about
3027         package.m4.  Enhance --help output.
3028         (_AT_COPYRIGHT_YEARS): New macro, to make copyright bump easier.
3030         Use URLs in --help output, part 2: configure.
3031         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump copyright
3032         date.
3033         (_AC_INIT_PACKAGE): Support optional URL parameter, mapped to
3034         AC_PACKAGE_URL.
3035         (_AC_INIT_DEFAULTS, _AC_INIT_PREPARE): Substitute it.
3036         (_AC_INIT_HELP): Use it in './configure --help' output.
3037         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise, for
3038         './config.status --help'.  Bump copyright date.
3039         * doc/autoconf.texi (Initializing configure) <AC_INIT>: Document
3040         new parameter.
3041         * NEWS: Likewise.
3042         * tests/tools.at (autoheader): Adjust test.
3043         * tests/torture.at (@%:@define header templates)
3044         (Torturing config.status): Likewise.
3046         Use URLs in --help output, part 1: autoconf executables.
3047         * bin/autoconf.as (usage): Make output consistent with recent
3048         change in gnulib version-etc module.
3049         * bin/autoheader.in ($help): Likewise.
3050         * bin/autom4te.in ($help): Likewise.
3051         * bin/autoreconf.in ($help): Likewise.
3052         * bin/autoscan.in ($help): Likewise.
3053         * bin/autoupdate.in ($help): Likewise.
3054         * bin/ifnames.in ($help): Likewise.
3056 2009-01-27  Peter Breitenlohner  <peb@mppmu.mpg.de>  (tiny change)
3058         Quote traced macros passed from autom4te to M4.
3059         * bin/autom4te (handle_m4): Apply shell_quote to macro names.
3060         * tests/tools.at (autom4te --trace and unusual macro names): New
3061         test.
3062         * THANKS: Update.
3064 2009-01-26  Eric Blake  <ebb9@byu.net>
3066         Improve AC_DEFUN_ONCE semantics.
3067         * lib/m4sugar/m4sugar.m4 (m4_defun_once): Rewrite to be no-op,
3068         rather than warning, on second use, and make sure first use never
3069         occurs out of order.
3070         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
3071         Enhance test.
3072         * tests/base.at (AC_REQUIRE & AC_DEFUN_ONCE: [Require, expand],
3073         (AC_REQUIRE & AC_DEFUN_ONCE: [Expand, require]): Adjust tests.
3074         * NEWS: Document this.
3075         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Mention
3076         AC_DEFUN_ONCE.
3077         (Prerequisite Macros) <AC_REQUIRE>: Likewise.
3078         (Expanded Before Required): Likewise.
3079         (One-Shot Macros) <AC_DEFUN_ONCE>: Document new semantics.
3080         Reported by Bruno Haible, with suggestion by Paolo Bonzini.
3082 2009-01-24  Eric Blake  <ebb9@byu.net>
3084         Fix typos in recent patches.
3085         * lib/m4sugar/m4sugar.m4: Improve m4_defun comments.
3086         * doc/autoconf.texi (Expanded Before Required): Fix typos.
3087         Reported by Ralf Wildenhues.
3089         Revert change to AC_DIR_HEADER.
3090         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Explicitly expanding
3091         AC_HEADER_DIRENT no longer triggers a warning, and helps the user
3092         who decides they don't need the obsolete AC_FUNC_CLOSEDIR_VOID.
3093         Reported by Paolo Bonzini.
3095 2009-01-22  Eric Blake  <ebb9@byu.net>
3097         Silence a false positive expand-before-require case.
3098         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the diversion in
3099         which a macro was provided.
3100         (m4_require): Compare diversion numbers, rather than m4_require
3101         nesting, when determining direct requires.
3102         * tests/m4sugar.at (m4@&t@_require: nested): Test it.
3103         Reported by Ralf Wildenhues, affecting Libtool.
3105 2009-01-21  Eric Blake  <ebb9@byu.net>
3107         Fix out-of-order expansion with expand-before-require.
3108         * lib/m4sugar/m4sugar.m4 (m4_require): Redundantly expand a
3109         required macro when issuing expand-before-require warning.
3110         * doc/autoconf.texi (Prerequisite Macros): Adjust documentation.
3111         (Expanded Before Required): New node.
3112         * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
3113         * NEWS: Mention this fix.
3114         Suggested by Bruno Haible.
3116         Warn if macro is provided before indirectly required.
3117         * lib/m4sugar/m4sugar.m4 (m4_provide): Track the set of all macros
3118         provided since last outermost defun.
3119         (_m4_defun_pro_outer): Empty the set.
3120         (_m4_require_call): Distinguish between direct and indirect
3121         requires, and remove required macros from the set.
3122         (m4_require): Check the set, in order to warn.
3123         * tests/m4sugar.at (m4@&t@_require: nested): Remove xfail, and add
3124         test case for direct requires.
3126 2009-01-20  Eric Blake  <ebb9@byu.net>
3128         Clean up some bugs caught by preliminary dependency validation.
3129         * lib/autoconf/headers.m4 (AC_DIR_HEADER): Don't invoke
3130         AC_HEADER_DIRENT, since AC_FUNC_CLOSEDIR_VOID requires it.
3131         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
3132         (_AS_SHELL_SANITIZE): Fix quoting bugs.
3134 2009-01-19  Eric Blake  <ebb9@byu.net>
3136         Improve AC_REQUIRE documentation.
3137         * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Add @defmac,
3138         and mention interaction with AC_REQUIRE.
3139         (Prerequisite Macros) <AC_REQUIRE>: Give more detail on user
3140         ordering constraint bug, and how to fix it.
3141         * tests/m4sugar.at (m4@&t@_require: nested): New test.
3143         Speed up m4_require.
3144         * lib/m4sugar/m4sugar.m4 (_m4_divert_dump): Change semantics to
3145         always be defined, as either empty or a number.
3146         (_m4_defun_pro_outer, _m4_defun_epi_outer): Treat _m4_divert_dump
3147         as a stack, rather than a one-shot macro.
3148         (_m4_require_call): Expect third argument to be pre-expanded.
3149         (m4_divert_require, m4_require): Adjust clients accordingly.
3150         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
3152 2009-01-17  Eric Blake  <ebb9@byu.net>
3154         Avoid underfull hbox.
3155         * doc/autoconf.texi (Installation Directory Variables): Reword to
3156         fit on line.
3158 2009-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3160         Ignore `set -e'-related failure of NetBSD sh.
3161         * tests/m4sh.at (AS@&t@_EXIT): Skip test if (NetBSD) shell
3162         fails to finish EXIT trap after set -e.
3164 2009-01-06  Eric Blake  <ebb9@byu.net>
3166         Maintainer cleanups.
3167         * cfg.mk (web-manual): Use new feature of gendocs.
3168         (fetch): Fetch gendocs.
3169         * Makefile.am (EXTRA_DIST): Distribute new file.
3170         * doc/Makefile.am (EXTRA_DIST): Likewise.
3171         * .gitattributes: Ignore whitespace in upstream files.
3172         * HACKING (Other web updates): Update Free Software Directory
3173         instructions.
3174         (Upload): No longer mention xdelta.
3175         * maint.mk (xd-delta): Likewise.
3176         * build-aux/gendocs.sh: New upstream file.
3177         * doc/gendocs_template: Likewise.
3178         * build-aux/announce-gen: Resync from upstream.
3179         * build-aux/config.guess: Likewise.
3180         * build-aux/config.sub: Likewise.
3181         * build-aux/gnupload: Likewise.
3182         * build-aux/texinfo.tex: Likewise.
3184 2008-12-30  Eric Blake  <ebb9@byu.net>
3186         Make it easier to track diversion bugs.
3187         * lib/m4sugar/m4sugar.m4 (_m4_divert_raw, _m4_undivert): New
3188         internal macros, which are easier to trace than m4_builtin.
3189         (m4_cleardivert, m4_divert, m4_divert_push, m4_divert_pop)
3190         (m4_undivert): Use them.
3191         (_m4_require_call): Likewise.  Use fewer macros.
3192         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix typo.
3194 2008-12-26  Bruno Haible  <bruno@clisp.org>
3196         Improve multiarch detection.
3197         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options
3198         indicating a universal build more reliable.
3200 2008-12-28  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3202         Use AS_CASE in documented example.
3203         * doc/autoconf.texi (Using the System Type): Use AS_CASE in
3204         example instead of raw case.
3206 2008-12-23  Eric Blake  <ebb9@byu.net>
3208         Make m4_dumpdef more useful with M4 1.6.
3209         * lib/m4sugar/m4sugar.m4 (_m4_dumpdef): New macro.
3210         (m4_init): Install it for new enough m4.
3211         * tests/m4sugar.at (m4@&t@_dumpdef): Enhance test.
3212         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
3213         lack of sorting.
3215 2008-12-24  Bruno Haible  <bruno@clisp.org>
3217         Improve INSTALL for HP-UX.
3218         * doc/install.texi (Particular Systems): For HP-UX, also recommend
3219         -D_XOPEN_SOURCE=500. Needed for the declaration of mbstate_t on
3220         HP-UX 11.11.
3222 2008-12-22  Bruno Haible  <bruno@clisp.org>
3224         Improve INSTALL for Haiku.
3225         * doc/install.texi (Particular Systems): Add a recommendation
3226         which prefix to use on Haiku.
3228 2008-12-19  Eric Blake  <ebb9@byu.net>
3230         Fix typo in previous commit.
3231         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
3232         Fix typo.
3234         Document some recently added macros.
3235         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep
3236         parameter.
3237         * doc/autoconf.texi (Looping constructs) <m4_map_args_sep>
3238         <m4_map_args_w, m4_stack_foreach, m4_stack_foreach_sep>: Document
3239         new macros.
3240         (Set manipulation Macros) <m4_set_map_sep>: Likewise.
3241         * tests/m4sugar.at (m4@&t@_stack, M4 loops): Enhance tests.
3242         * NEWS: Document new macros.
3244 2008-12-18  Eric Blake  <ebb9@byu.net>
3246         Fix separator in m4_stack_foreach_sep.
3247         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Separate separator
3248         from prefix.
3249         * tests/m4sugar.at (m4@&t@_stack): Enhance test.
3251 2008-12-18  Eric Blake  <ebb9@byu.net>
3253         Mention limitation of M4 1.4.x on builtin tokens.
3254         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Document
3255         ramification of M4 1.4.x's inability to pass builtin tokens
3256         through text macros.
3257         (Evaluation Macros) <m4_curry>: Likewise.
3258         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
3259         * NEWS: Mention subtle change in m4_dumpdef semantics.
3261         Document m4_version_prereq.
3262         * doc/autoconf.texi (Number processing Macros)
3263         <m4_version_prereq>: Add documentation.
3264         * NEWS: Mention it.
3265         Reported by Bruno Haible.
3267 2008-12-10  Jim Meyering  <meyering@redhat.com>
3269         AC_HEADER_ASSERT: don't say assertions are disabled when they're not
3270         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Do not make configure
3271         report "checking whether to enable assertions... no", when they are
3272         in fact enabled.  This is solely a bug in the output of configure.
3273         In spite of saying "no", NDEBUG was not defined in that case.
3274         Also, as noted by Eric Blake, leave assertions enabled upon
3275         --enable-assert=INVALID.
3277 2008-12-09  Eric Blake  <ebb9@byu.net>
3279         Fix m4_location inside m4_wrap with m4 1.4.5.
3280         * lib/m4sugar/m4sugar.m4 (m4_undefine): Redefine m4_location
3281         inside wrapped text if older m4 is detected.
3282         Reported by William Pursell.
3284 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3285         and Eric Blake  <ebb9@byu.net>
3287         Fix AC_HEADER_ASSERT w.r.t. --enable-assert.
3288         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Honor --enable-assert,
3289         rather than treating it as a synonym for --disable-assert.
3290         * NEWS: Document the fix.
3292 2008-12-06  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3294         Fix AC_HEADER_ASSERT to honor --enable-assert, rather than
3295         treat --enable-assert and --disable-assert equivalently.
3296         * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Check value of $enableval.
3298 2008-12-05  William Pursell  <bill.pursell@gmail.com>  (tiny change)
3300         Fix some typos and grammatical errors in documentation.
3301         * doc/autoconf.texi: Clean up some bad use of English.
3303 2008-12-03  Eric Blake  <ebb9@byu.net>
3305         Improve AC_STATE_SAVE.
3306         * tests/local.at (AC_STATE_SAVE): Avoid ls -1, and use one less
3307         process by hoisting the uniqueness check into sed.
3308         * doc/autoconf.texi (Limitations of Usual Tools) <ls>: Mention
3309         MacOS bug.
3311 2008-12-02  Eric Blake  <ebb9@byu.net>
3313         Avoid MacOS readdir bug in testsuite.
3314         * tests/local.at (AC_STATE_SAVE): Avoid spurious failures due to
3315         duplicated ls entries.
3316         * THANKS: Update.
3317         Reported by Bruce Dugan and others.
3319 2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3321         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
3322         error messages about `set -m'.
3324 2008-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3326         Fix a couple of test failures with dash.
3327         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
3328         exit status of `cd'.
3329         * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
3330         regeneration, to avoid timing effects.
3332 2008-11-25  Eric Blake  <ebb9@byu.net>
3334         Add m4_cleardivert.
3335         * lib/m4sugar/m4sugar.m4 (m4_cleardivert): New macro.
3336         * lib/autotest/general.m4 (AT_INIT): Use it.
3337         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Likewise.
3338         * tests/m4sugar.at (m4@&t@_divert_stack): Test it.
3339         * doc/autoconf.texi (Diversion support) <m4_cleardivert>: Document
3340         it.
3341         * NEWS: Likewise.
3342         Suggested by Paolo Bonzini.
3344         Add safety check for m4_expand vs. diversions.
3345         * lib/m4sugar/m4sugar.m4 (m4_expand): Make more robust against
3346         diverted text.
3347         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Document new
3348         safety check.
3350 2008-11-24  Eric Blake  <ebb9@byu.net>
3352         Fix typo in AS_MESSAGE_LOG_FD patch.
3353         * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
3355 2008-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3357         More reliable signal handling in Autotest.
3358         * lib/autotest/general.m4 (Driver loop): Rewrite signal handler.
3359         Start parallel jobs in their own process group, enabling job
3360         control in the shell if possible, for better signal handling.
3361         Deal with INT, TERM, and HUP in the testsuite driver.  In the
3362         parallel driver, propagate TSTP to jobs either as TSTP or as
3363         STOP (to avoid fork bombs with ksh).
3364         Inside the job processes, add PIPE handler to write back the
3365         job token, so the master process does not hang.
3366         Disable the parallel driver if job control is not provided or if
3367         trap does not understand signal names.
3368         * tests/autotest.at (parallel autotest and signals): New test,
3369         exercises INT, TERM, and PIPE, serial and parallel, with and
3370         without `make' in the loop.
3371         Kudos to Richard Stevens for writing APUE.
3373 2008-11-22  Eric Blake  <ebb9@byu.net>
3375         Fix testsuite failure on Solaris.
3376         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
3377         failure status to 1.
3379 2008-11-21  Eric Blake  <ebb9@byu.net>
3381         Clean up AS_MESSAGE_LOG_FD usage.
3382         * lib/m4sugar/m4sh.m4 (AS_MESSAGE_FD, AS_MESSAGE_LOG_FD)
3383         (AS_ORIGINAL_STDIN_FD): Provide default M4sh values.
3384         (_AS_ECHO_LOG, AS_MESSAGE, _AS_ERROR_PREPARE, AS_ERROR): Simplify
3385         usage.
3386         (AS_INIT_GENERATED): Don't shuffle an unchanged AS_MESSAGE_FD.
3387         * tests/m4sh.at (AS@&t@_INIT_GENERATED): Update test.
3388         (AS@&t@_MESSAGE_FD): New test.
3389         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
3390         Give more details about fd manipulation.
3391         (File Descriptor Macros): Describe M4sh defaults for the fds.
3393 2008-11-21  Eric Blake  <ebb9@byu.net>
3395         Use shell function for AS_ERROR.
3396         * lib/m4sugar/m4sh.m4 (_AS_ERROR_PREPARE): New macro, defining a
3397         new shell function.
3398         (AS_ERROR): Use it.
3399         (_AS_LINENO_PREPARE): Break circular dependency.
3400         (AS_PREPARE, _AS_PREPARE): Initialize for child scripts.
3402 2008-11-21  Eric Blake  <ebb9@byu.net>
3404         Fix typos in recent testsuite improvements.
3405         * lib/autotest/general.m4 (AT_INIT) <at_fn_check_prepare_dynamic>:
3406         Fix typo.
3407         * NEWS: Clarify the potential impact to users.
3408         * tests/autotest.at (AT_DATA_AUTOTEST): New macro, patterned after
3409         AT_DATA_M4SUGAR.
3410         (AT_CHECK_AT_PREP, AT_CHECK_AT_TITLE): Use it.
3411         (unusual file names): Test that the recent echo fix does not
3412         regress.  Fix quoting bug that made the test a no-op.
3413         Reported by Paolo Bonzini and Ralf Wildenhues.
3415 2008-11-21  Eric Blake  <ebb9@byu.net>
3417         Use modern m4sh constructs in autoconf.
3418         * bin/autoconf.as (exit_missing_arg, getopt): Use AS_ERROR, rather
3419         than AS_EXIT.
3421         Change the semantics of AS_EXIT without argument.
3422         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): When defaulting, use $?
3423         even if it is 0.
3424         (AS_ERROR): Guarantee non-zero status.
3425         * bin/autoconf.as (exit_missing_arg, getopt): Revert prior change;
3426         we want non-zero status.
3427         * tests/m4sh.at (AS@&t@_EXIT): Update test accordingly.
3428         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Update
3429         the documentation.
3430         <AS_SET_STATUS>: Don't overly restrict implementation.
3431         (Printing Messages) <AC_MSG_ERROR>: Describe better default.
3432         Suggestions by Paolo Bonzini and Ralf Wildenhues.
3434 2008-11-21  Eric Blake  <ebb9@byu.net>
3436         Add @anchors within Builtins and Usual Tools lists.
3437         * doc/autoconf.texi (Limitations of Builtins)
3438         (Limitatations of Usual Tools): Add anchors for tools called out
3439         by name.  Adjust callers to narrow in on tool of interest.
3441         Move case statement style discussion to m4 quoting section.
3442         * doc/autoconf.texi (Limitations of Builtins): Move comparison of
3443         quoting styles...
3444         (Balancing Parentheses): ...to this new node.
3445         Suggested by Ralf Wildenhues.
3447 2008-11-20  Eric Blake  <ebb9@byu.net>
3449         Factor more common code out of AT_CHECK into shell function.
3450         * lib/autotest/general.m4 (_AT_CHECK): Avoid echo bug if AT_LINE
3451         starts with -.  Move preparations...
3452         (AT_INIT) <at_fn_check_prepare_trace>
3453         <at_fn_check_prepare_notrace, at_fn_check_prepare_dynamic>:
3454         ...into these new shell functions.
3455         <at_fn_check_newline>: Inline into only caller.
3456         (_AT_DECIDE_TRACEABLE): Use them to condense testsuite size.
3458 2008-11-20  Eric Blake  <ebb9@byu.net>
3460         Handle version numbers as decimal, even if they start with 0.
3461         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Avoid
3462         interpreting leading zeros as octal.
3464 2008-11-20  Eric Blake  <ebb9@byu.net>
3466         Speed up AT_CHECK.
3467         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
3468         third and fourth arguments once.
3469         (_AT_CHECK): Don't re-expand expected output.  Rearrange code for
3470         fewer scans of arguments.
3471         (AT_CHECK): Update caller.
3472         (AT_INIT) <at_fn_filter_trace>: Drop parameter.
3473         * tests/m4sugar.at (m4@&t@_split): Protect test with
3474         quadrigraphs.
3476         Fix XFAIL related to AT_CHECK.
3477         * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
3478         first argument once.
3479         (_AT_CHECK): Don't re-expand commands.
3480         * tests/autotest.at (Multiline command from M4 expansion): Remove
3481         XFAIL.
3482         * tests/tools.at (autoupdating AU_ALIAS): Quote unbalanced paren.
3483         * NEWS: Document the fallout.
3485 2008-11-20  Eric Blake  <ebb9@byu.net>
3487         Reduce forks in AC_DEFINE.
3488         * lib/autoconf/general.m4 (_AC_DEFINE_Q_PRINT): New macro.
3489         (_AC_DEFINE_Q): Use it to avoid forks for all AC_DEFINE and most
3490         AC_DEFINE_UNQUOTED.
3491         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Properly quote #.
3492         * tests/torture.at (Substitute and define special characters):
3493         (Define to a 2000-byte string): Enhance tests to cover
3494         AC_DEFINE_UNQUOTED.
3495         (@%:@define header templates): Enhance test to cover #.
3497 2008-11-20  Eric Blake  <ebb9@byu.net>
3499         Improve m4_expand robustness, part 2.
3500         * lib/m4sugar/m4sugar.m4 (m4_expand): Support unterminated
3501         comments, by wrapping old implementation...
3502         (_m4_expand): ...as this, and renaming old core...
3503         (_m4_expand_): ...to this.
3504         (m4_text_box): Use lighter-weight _m4_expand.
3505         * lib/m4sugar/m4sh.m4 (_AS_DETECT_EXPAND)
3506         (_AS_DETECT_BETTER_SHELL, AS_FUNCTION_DESCRIBE): Likewise.
3507         * lib/autotest/general.m4 (AT_KEYWORDS): Likewise.
3508         * tests/m4sugar.at (m4@&t@_expand): Enhance test.
3509         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Likewise.
3510         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Mention new
3511         functionality.
3513         Improve m4_expand robustness, part 1.
3514         * lib/m4sugar/m4sugar.m4 (_m4_expand): Tolerate unquoted
3515         unbalanced `)'.
3516         * tests/m4sugar.at (m4@&t@_expand): New test.
3518 2008-11-20  Eric Blake  <ebb9@byu.net>
3520         Add m4_chomp, m4_esyscmd_s.
3521         * lib/m4sugar/m4sugar.m4 (m4_esyscmd_e, m4_chomp, m4_chomp_all):
3522         New macros.
3523         * doc/autoconf.texi (Redefined M4 Macros) <m4_esyscmd_s>: Document
3524         them.
3525         (Text processing Macros) <m4_chomp>: Likewise.
3526         * NEWS: Likewise.
3527         * tests/m4sugar.at (m4@&t@_esyscmd_s): New test.
3529         Remove _m4_index.
3530         * lib/m4sugar/m4sugar.m4 (_m4_index): Delete; it is more efficient
3531         to make callers guarantee a match.
3532         (m4_init): Adjust caller.
3533         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
3534         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Likewise.
3536         Describe different hacks for balancing ')' in case statements.
3537         * doc/autoconf.texi (Limitations of Builtins) <case>: Add an
3538         exposition on various quoting styles.
3540 2008-11-20  Eric Blake  <ebb9@byu.net>
3542         Speed up _AS_QUOTE.
3543         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE): Inline into...
3544         (_AS_QUOTE): ...here, delete unused second paramenter, and factor
3545         choice into...
3546         (_AS_QUOTE_MODERN, _AS_QUOTE_OLD): ...new helpers.
3548 2008-11-20  Alfred G. de Wijn  <dwijn@iluvatar.eu.org>  (tiny change)
3550         For consistency, make temporary variable match language name.
3551         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
3552         Match the save/test variables' names to the FFLAGS/FCFLAGS being
3553         saved.
3554         * THANKS: Update.
3556 2008-11-19  Eric Blake  <ebb9@byu.net>
3558         Improve testsuite generation.
3559         * tests/local.at (AT_DATA_M4SUGAR, AT_DATA_M4SH)
3560         (AT_DATA_AUTOCONF): Escape all quadrigraphs, not just @&t@.  Use
3561         fewer macros.
3563 2008-11-18  Eric Blake  <ebb9@byu.net>
3565         Use fn for shell functions, func for autoconf CHECK_FUNCS.
3566         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Abbreviate shell
3567         function names.
3568         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE)
3569         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE, _AC_RUN_IFELSE)
3570         (AC_CHECK_DECL, AC_COMPUTE_INT): Likewise.
3571         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
3572         (_AC_CHECK_HEADER_COMPILE, _AC_CHECK_HEADER_PREPROC): Likewise.
3573         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, _AC_TYPE_INT)
3574         (_AC_TYPE_UNSIGNED_INT, AC_CHECK_MEMBER): Likewise.
3575         * lib/autotest/general.m4 (AT_INIT): Likewise.
3576         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK, _AS_EXIT_PREPARE)
3577         (AS_EXIT, AS_SET_STATUS, _AS_UNSET_PREPARE, _AS_MKDIR_P)
3578         (_AS_MKDIR_P_PREPARE, _AS_VAR_APPEND_PREPARE, AS_VAR_APPEND)
3579         (_AS_VAR_ARITH_PREPARE, AS_VAR_ARITH): Likewise.
3580         * doc/autoconf.texi (Shell Functions): Likewise.
3582 2008-11-18  Eric Blake  <ebb9@byu.net>
3584         Alter default value of AS_EXIT.
3585         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): Let as_func_exit
3586         parameter be optional.
3587         (AS_EXIT): Use it to make better default.
3588         (_AS_DETECT_BETTER_SHELL): Use new default.
3589         * bin/autoconf.as (exit_missing_arg, getopt): Likewise.
3590         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
3591         * tests/m4sh.at (AS@&t@_EXIT): Update test.
3592         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Mention
3593         new default behavior.
3594         (Limitations of Builtins) <trap>: Adjust to use new default.
3595         * NEWS: Mention the semantic change.
3596         Suggested by Ralf Wildenhues.
3598         Update example to match actual Tru64 behavior.
3599         * doc/autoconf.texi (Limitations of Builtins) <trap>: Correct
3600         the example.
3601         Reported by Ralf Wildenhues.
3603         Add AS_SET_STATUS, make AS_EXIT more efficient.
3604         * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE, AS_SET_STATUS): New
3605         macros.
3606         (AS_EXIT): Rewrite to avoid forks.
3607         (_AS_SHELL_SANITIZE): Avoid AS_EXIT prior to shell functions.
3608         (AS_PREPARE, _AS_PREPARE): Add new preparation.
3609         * doc/autoconf.texi (Common Shell Constructs) <AS_SET_STATUS>:
3610         Document.
3611         * NEWS: Mention new macro.
3612         * tests/m4sh.at (AS@&t@_EXIT): New test.
3613         (BASENAME_TEST): Sort.
3615         Document Tru64 bug with 'set -e'.
3616         * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention a
3617         bug in mixing 'set -e' with 'trap .. 0'.
3618         Reported by Ralf Wildenhues.
3620         Document a Solaris /bin/sh bug with 'set -e'.
3621         * doc/autoconf.texi (Shell Functions): Mention the bug.
3623 2008-11-17  Eric Blake  <ebb9@byu.net>
3625         Detect empty list in AS_FOR.
3626         * lib/m4sugar/m4sh.m4 (AS_FOR): Handle iteration over $@
3627         properly.
3628         * tests/m4sh.at (AS@&t@_FOR): Enhance test to catch it.
3629         Reported by Paolo Bonzini.
3631 2008-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3633         Use a different workaround for an automake quirk.
3634         * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3635         (distclean_generic): New helper variable, to fool automake.
3636         ($(distclean_generic)): Depend on clean-local, to prevent
3637         the race in the two rules with accessing and removing
3638         $(TESTSUITE).
3639         Report by Eric Blake.
3641         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Simplify, avoid
3642         unbalanced parentheses from last change.
3643         Spotted by Eric Blake, fix suggested by Paolo Bonzini.
3645         Fix exit status of expr version of as_func_arith.
3646         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Count an exit
3647         status of 1 of expr also as success, to avoid failure if the
3648         computation result is zero.  Fixes test failures with IRIX sh,
3649         where the expr variant of as_func_arith is used.
3651         Do not use read-only variable $status.
3652         * tests/compile.at (AC_RUN_IFELSE): Use $estatus instead of
3653         $status, for zsh.
3655 2008-11-15  Eric Blake  <ebb9@byu.net>
3657         Use the new AS_FOR function.
3658         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Use new
3659         abstraction for cleaner code.
3660         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
3662         Add AS_FOR, undocumented for now.
3663         * lib/m4sugar/m4sh.m4 (AS_FOR): New macro.
3664         * tests/m4sh.at (AS@&t@_FOR): New test.
3665         Suggested by Paolo Bonzini.
3667 2008-11-13  Eric Blake  <ebb9@byu.net>
3669         Optimize single-argument loop.
3670         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid forks when
3671         loop only has one argument.
3672         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
3674 2008-11-13  Eric Blake  <ebb9@byu.net>
3676         Fix AS_ESCAPE usage bugs.
3677         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
3678         (_AS_VAR_ARITH_PREPARE): Expand macros prior to adding shell
3679         escapes.
3680         (AS_TR_SH, AS_VAR_GET): Use _AS_ESCAPE for speed.
3681         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_SET>: Document
3682         caveat due to conditional AS_ESCAPE.
3683         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
3685 2008-11-12  Eric Blake  <ebb9@byu.net>
3687         Whitespace reduction in configure.
3688         * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid empty lines.
3689         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, AC_CHECK_FILES):
3690         Likewise.
3691         (_AC_DEFINE_Q): Restore empty line, since some clients in the wild
3692         depend on it.
3694 2008-11-12  Eric Blake  <ebb9@byu.net>
3696         Make M4sh, not autoconf, guarantee sane $SHELL.
3697         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Move setting of
3698         SHELL...
3699         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): ...to here.
3700         * doc/autoconf.texi (Initialization Macros): Document the effect
3701         on SHELL.
3702         * tests/m4sh.at (AS@&t@_INIT_GENERATED): New test.
3703         Reported by Ralf Wildenhues.
3705 2008-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3707         Wrap keywords in `testsuite --list' output.
3708         * lib/autotest/general.m4 (AT_INIT): Rewrite --list awk script,
3709         avoid lint warnings from gawk, wrap keyword lists to stay below
3710         80 characters per line if possible.
3711         * tests/autotest.at (Keyword wrapping): New test.
3713         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
3715         * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
3716         typos.
3718 2008-11-10  Eric Blake  <ebb9@byu.net>
3720         Work around <=m4-1.4.9 bug in m4_format.
3721         * lib/m4sugar/m4sugar.m4 (_m4_index): New internal macro.
3722         (m4_init): Only use it in older m4.
3723         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use it to avoid
3724         m4_format bug in older m4.
3725         * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
3726         Reported by Bob Proulx.
3728 2008-11-10  Eric Blake  <ebb9@byu.net>
3730         Match upstream standards.texi.
3731         * doc/standards.texi: Resync from upstream.
3732         * doc/fdl-1.3.texi: Rename...
3733         * doc/fdl.texi: ...to this.
3734         * doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update
3735         users.
3736         * doc/autoconf.texi (GNU Free Documentation License): Likewise.
3737         * cfg.mk (fetch): Likewise.
3739         Yet more FDL 1.3 fallout.
3740         * NEWS: Mention manual license change.
3742 2008-11-10  Eric Blake  <ebb9@byu.net>
3744         Avoid some regex uses.
3745         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use m4_format rather
3746         than m4_bpatsubst to grab string prefix.
3747         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER)
3748         (_AC_CONFIG_REGISTER_DEST, AC_CONFIG_SUBDIRS): Likewise.
3749         (_AC_FILE_DEPENDENCY_TRACE_COLON): Use m4_translit instead of
3750         m4_bpatsubst to change bytes.
3751         (_AC_CONFIG_DEPENDENCY_DEFAULT): Use m4_index rather than
3752         m4_bmatch to find byte.
3753         (_AC_CONFIG_COMPUTE_DEST): New helper macro.
3755         Use more efficient macros in AC_CONFIG_SUBDIRS.
3756         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS, AC_CONFIG_SUBDIRS): Use
3757         m4_map_args_w.
3758         (_AC_OUTPUT_FILE): Use m4_map_args_sep and m4_map_args.
3759         (_AC_OUTPUT_FILE_ADJUST_DIR): New helper macro.
3761         Use more efficient macros in AC_CHECK_FILES and AC_CHECK_DECLS.
3762         * lib/autoconf/general.m4 (AC_CHECK_FILES): Use m4_map_args_w,
3763         and avoid typo.
3764         (AC_CHECK_DECLS, AC_CHECK_DECLS_ONCE): Use m4_map_args_sep.
3765         (_AC_CHECK_FILES, _AC_CHECK_DECLS, _AC_CHECK_DECL_ONCE): New
3766         helper macros.
3767         (AC_LIBSOURCES): Use m4_map_args.
3769         Use more efficient macros in AC_CHECK_TYPES.
3770         * lib/autoconf/types.m4 (AC_CHECK_TYPES, AC_CHECK_MEMBERS): Use
3771         m4_map_args_sep.
3772         (_AC_CHECK_TYPES, _AC_CHECK_MEMBERS): New helper macros.
3774         Use more efficient macros in AC_CHECK_HEADERS.
3775         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS)
3776         (AH_CHECK_HEADERS_DIRENT): Rename...
3777         (_AH_CHECK_HEADER, _AH_CHECK_HEADER_DIRENT): ...and take only one
3778         argument, rather than a list.
3779         (AC_CHECK_HEADERS, AC_CHECK_HEADERS_ONCE):
3780         Adjust callers to use m4_map_args_w.
3781         (AC_HEADER_DIRENT): Adjust caller to use m4_map_args.
3782         (_AC_CHECK_HEADER_ONCE): New helper macro.
3784         Use more efficient macros in AC_CHECK_FUNCS.
3785         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): Rename...
3786         (_AH_CHECK_FUNC): ...and take only one argument, rather than a
3787         list.
3788         (AC_CHECK_FUNCS, AC_CHECK_FUNCS_ONCE): Adjust callers to use
3789         m4_map_args_w.
3790         (_AC_CHECK_FUNC_ONCE): New helper macro.
3791         (AC_REPLACE_FUNCS): Use m4_map_args_w.
3793         Use more efficient macro in AT_INIT.
3794         * lib/autotest/general.m4 (AT_INIT): Use m4_map_args.
3796 2008-11-10  Eric Blake  <ebb9@byu.net>
3798         More FDL 1.3 fallout.
3799         * cfg.mk (fetch): Add gnu-oids.texi, drop fdl.texi.
3800         * doc/Makefile.am (standards_TEXINFOS): Reflect upstream
3801         dependency changes.
3802         * doc/fdl.texi: Delete.
3803         * doc/gnu-oids.texi: New upstream file.
3804         * doc/standards.texi: Resync from upstream.
3805         * doc/make-stds.texi: Likewise.
3806         * build-aux/announce-gen: Likewise.
3807         * build-aux/texinfo.tex: Likewise.
3809 2008-11-10  Clinton Roy  <clinton.roy@gmail.com>  (tiny change)
3811         Pass autoreconf -I to aclocal -I
3812         * bin/autoreconf.in (parse_args): Pass --include to aclocal.
3813         * doc/autoconf.texi (autoreconf Invocation): Updates for above.
3814         * NEWS: Document it.
3815         * THANKS: Update.
3817 2008-11-10  Eric Blake  <ebb9@byu.net>
3819         Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
3820         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Cater to Solaris ksh.
3821         * doc/autoconf.texi (Limitations of Builtins) <printf>: Document
3822         the print workaround.
3823         Idea by Paolo Bonzini.
3825 2008-11-10  Eric Blake  <ebb9@byu.net>
3827         Provide a section on all tools allowed in GNU Coding Standards.
3828         * doc/autoconf.texi (Limitations of Builtins) <read>: Sort.
3829         <wait>: Add section.
3830         (Limitations of Usual Tools) <awk>: Make table entry consistent.
3831         <chgrp, mkfifo, rmdir, sleep, sort, tar> Add sections.
3833 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
3835         Balance parentheses in _AC_CACHE_DUMP.
3836         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
3837         without introducing \).
3839 2008-11-07  Eric Blake  <ebb9@byu.net>
3841         Further doc updates for AC_CHECK_HEADER change.
3842         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
3843         new default, and make it more obvious that using [-] is generally
3844         broken.
3846 2008-11-07  Eric Blake  <ebb9@byu.net>
3848         * ChangeLog: Enforce UTF-8 encoding.
3850 2008-11-06  Eric Blake  <ebb9@byu.net>
3852         Skip preprocessor check in AC_CHECK_HEADERS_ONCE.
3853         * lib/autoconf/headers.m4 (_AC_HEADERS_EXPANSION): Provide fourth
3854         argument to speed up check.
3856 2008-11-06  Eric Blake  <ebb9@byu.net>
3858         Speed up AC_CHECK_TYPE.
3859         * lib/autoconf/types.m4 (AC_CHECK_TYPE): Factor out $@, and avoid
3860         regex when enough arguments are present.
3862 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
3864         Remove three forks per _AC_RUN_LOG_STDERR in the common case.
3865         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR): Avoid grep/rm/cat
3866         sequence when the program's stderr was empty, while providing a
3867         conftest.err file even in that case.
3868         (_AC_CACHE_DUMP): Fix mismatched parenthesis.
3870 2008-11-06  Paolo Bonzini  <bonzini@gnu.org>
3872         Change `present but cannot be compiled' behavior to use compiler result.
3873         * NEWS: Document it.
3874         * doc/autoconf.texi (Present But Cannot Be Compiled): Document it.
3875         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Implement it
3876         and adjust warning.
3877         * tests/semantics.at (AC_CHECK_HEADERS): Test new semantics.
3879 2008-11-05  Eric Blake  <ebb9@byu.net>
3881         Add m4_map_args_w.
3882         * lib/m4sugar/m4sugar.m4 (m4_map_args_w): New macro, undocumented
3883         for now.
3884         (_m4_split): Allow user control over separator.
3885         (m4_split): Adjust caller.
3886         (m4_foreach_w, m4_append_uniq_w, _m4_text_wrap): Rewrite to use
3887         m4_map_args_w.
3888         * tests/m4sugar.at (m4@&t@_append): Augment test keywords.
3889         (M4 loops): Test new interface.
3891         Use m4_set_map_sep in more places.
3892         * lib/m4sugar/m4sugar.m4 (m4_set_difference, m4_set_intersection)
3893         (m4_set_union): Use m4_set_map_sep rather than m4_set_foreach.
3894         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
3895         Enhance documentation.
3896         <m4_set_foreach>: Mention faster alternative.
3897         (Looping constructs) <m4_foreach>: Likewise.
3899         Unify m4_set_foreach and m4_set_map.
3900         * lib/m4sugar/m4sugar.m4 (m4_set_map_sep): New macro, undocumented
3901         for now.
3902         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
3903         (m4_set_map): Adjust callers.
3905         Use _m4_foreach in more places.
3906         * lib/m4sugar/foreach.m4 (m4_dquote_elt, m4_join, m4_joinall)
3907         (_m4_minmax, m4_set_add_all): Use _m4_foreach instead of
3908         m4_foreach.
3909         * lib/m4sugar/m4sugar.m4 (_m4_joinall): Use m4_map_args_sep
3910         instead of m4_foreach or m4_map_args.
3912         Unify _m4_foreach and _m4_map.
3913         * lib/m4sugar/m4sugar.m4 (_m4_map): Delete, merged with...
3914         (_m4_foreach): ...this.
3915         (m4_foreach, m4_map, m4_mapall, m4_map_sep, _m4_mapall_sep)
3916         (m4_map_args, m4_map_args_sep): Adjust callers.
3917         * lib/m4sugar/foreach.m4 (_m4_map): Rename...
3918         (_m4_foreach): ...to this, overwriting old definition.
3920 2008-11-04  Eric Blake  <ebb9@byu.net>
3922         Add m4_map_args_sep, undocumented for now.
3923         * lib/m4sugar/m4sugar.m4 (m4_map_args_sep): New macro.
3924         (_m4_map): Change API to cover more of m4_map*.
3925         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new API.
3926         (m4_map_args): Delete.
3927         * tests/m4sugar.at (m4@&t@_map_args and m4@&t@_curry): Enhance
3928         test.
3930         Improve m4_for performance.
3931         * lib/m4sugar/m4sugar.m4 (_m4_for): Alter API to make it easier to
3932         avoid m4_define by some clients.
3933         (m4_for): Adjust caller.
3934         * lib/m4sugar/foreach.m4 (_m4_foreach, m4_case, m4_bmatch)
3935         (_m4_cond, _m4_bpatsubsts, _m4_shiftn, m4_do, m4_reverse)
3936         (_m4_map, m4_map_args, m4_map_args_pair, _m4_list_pad)
3937         (_m4_list_cmp): Likewise.
3939 2008-11-04  Eric Blake  <ebb9@byu.net>
3941         Adjust expected output.
3942         * tests/torture.at (Missing templates): Reflect added quoting.
3943         Detected by Bob Proulx's buildbot.
3945         Reject arguments with leading =.
3946         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Detect case of
3947         missing variable name, with fewer forks.  Quote invalid arguments
3948         in message, in case they include spaces.
3949         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS)
3950         (_AC_OUTPUT_MAIN_LOOP): Quote invalid arguments.
3951         * lib/autotest/general.m4 (AT_INIT): Likewise.
3952         * tests/base.at (configure arguments): Test this.
3953         Reported by Jeff Squyres.
3955 2008-11-04  Eric Blake  <ebb9@byu.net>
3957         Upgrade to FDL 1.3.
3958         * cfg.mk (fetch): Add fdl-1.3.texi.
3959         * .gitattributes: Likewise.
3960         * doc/autoconf.texi (GNU Free Documentation License): Point to new
3961         upstream version.
3962         * doc/Makefile.am (autoconf_TEXINFOS): Likewise.
3963         (standards_TEXINFOS): Mention current dependence on older license.
3964         * doc/fdl-1.3.texi: New upstream file.
3965         * GNUmakefile: Resync from upstream.
3966         * build-aux/announce-gen: Likewise.
3967         * build-aux/texinfo.tex: Likewise.
3969 2008-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3971         Point at AM_SUBST_NOTMAKE.
3972         * doc/autoconf.texi (Setting Output Variables): Add cross
3973         reference to new Automake macro AM_SUBST_NOTMAKE.
3975 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
3977         Eliminate a fork per invocation of AC_LANG_CONFTEST.
3978         * lib/autoconf/c.m4 (AC_LANG_CONFTEST(C)): Define instead of
3979         AC_LANG_SOURCE(C).
3980         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Add a comment at the
3981         top of confdefs.h, which also works around cpp deficiencies.
3982         * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Define AC_LANG_CONFTEST(xyz)
3983         (AC_LANG_CONFTEST): Dispatch based on _AC_LANG.
3984         (AC_LANG_CONFTEST()): New.
3986 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
3988         Reorganize definition of languages.
3989         * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Objective C),
3990         _AC_LANG_ABBREV(C), _AC_LANG_ABBREV(C++), _AC_LANG_ABBREV(Objective C),
3991         _AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++), _AC_LANG_PREFIX(Objective C)):
3992         Replace definitions with usage of AC_LANG_DEFINE.
3993         (Sections 2b, 2c): Delete.
3994         (Sections 1b, 1c): Move after section 2a.
3995         * lib/autoconf/erlang.m4 (AC_LANG(Erlang), _AC_LANG_ABBREV(Erlang),
3996         _AC_LANG_PREFIX(Erlang), AC_LANG_SOURCE(Erlang)): Replace definitions
3997         with usage of AC_LANG_DEFINE.
3998         (AC_LANG_ERLANG): Define using AU_DEFUN.
3999         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_LANG(Fortran 77),
4000         _AC_LANG_ABBREV(Fortran), _AC_LANG_ABBREV(Fortran 77),
4001         _AC_LANG_PREFIX(Fortran), _AC_LANG_PREFIX(Fortran 77),
4002         _AC_LANG_SOURCE(Fortran), AC_LANG_SOURCE(Fortran 77)): Replace
4003         definitions with usage of AC_LANG_DEFINE.
4004         * lib/autoconf/lang.m4 (AC_LANG_DEFINE, AC_LANG_SOURCE()): New.
4006 2008-11-03  Paolo Bonzini  <bonzini@gnu.org>
4008         Use preprocessor in cpp tests.
4009         * tests/c.at (CPP tests): Use AC_CHECK_HEADERS(..., [-]).
4011 2008-10-31  Paolo Bonzini  <bonzini@gnu.org>
4013         Rename _AC_CHECK_HEADER_OLD and _AC_CHECK_HEADER_NEW.
4014         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Adjust naming.
4015         (_AC_CHECK_HEADER_PREPROC_BODY): New name of _AC_CHECK_HEADER_OLD_BODY.
4016         (_AC_CHECK_HEADER_COMPILE_BODY): New name of _AC_CHECK_HEADER_NEW_BODY.
4017         (_AC_CHECK_HEADER_PREPROC): New name of _AC_CHECK_HEADER_OLD.
4018         (_AC_CHECK_HEADER_COMPILE): New name of _AC_CHECK_HEADER_NEW.
4019         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADER_NEW):
4020         Give better name.
4022 2008-10-31  Eric Blake  <ebb9@byu.net>
4024         Support multiple undiverts and dumpdefs at once.
4025         * lib/m4sugar/m4sugar.m4 (m4_dumpdefs, m4_undivert): Allow extra
4026         arguments.
4027         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>,
4028         <m4_undivert>: Document argument list change.
4029         * tests/m4sugar.at (m4@&t@_divert_stack, m4@&t@_dumpdef): Test
4030         them.
4032         Simplify diversion stack handling.
4033         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): Use fewer macros, and
4034         avoid extra newlines.
4035         (m4_divert_stack_push): Compute location here, rather than caller.
4036         (m4_divert_push): Update caller.
4037         (m4_divert): Likewise, and also adjust current diversion name.
4038         (m4_divert_pop): Simplify rule that diversion stack must never go
4039         empty.
4040         (_m4_require_call): Bypass diversion stack when collecting
4041         required macro text.
4042         (m4_init): Set current diversion without requiring m4_init.
4043         * lib/m4sugar/m4sh.m4 (AS_INIT): Avoid too many pops.
4044         * lib/autotest/general.m4 (AT_INIT): Likewise.
4045         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Schedule wrapped
4046         text to run prior to m4sugar cleanup.
4047         * doc/autoconf.texi (Text processing Macros) <m4_newline>: Mention
4048         optional argument.
4049         (Conditional constructs) <m4_ifvaln, m4_n>: Mention use of dnl.
4050         * NEWS: Undo blurb about m4_divert.
4051         * tests/m4sugar.at (m4@&t@_divert_stack): New test.
4053         Simplify expansion stack handling.
4054         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack): Use fewer macros;
4055         always output 'top level'.
4056         (_m4_expansion_stack_entry): New macro, to format the string only
4057         when needed.
4058         (m4_expansion_stack_push): Only push a macro name.
4059         (m4_warn, _m4_defun_pro): Update callers.
4060         (m4_expansion_stack_pop, m4_expansion_stack_dump): Delete.
4061         (_m4_defun_epi, m4_fatal): Inline the calls.
4062         * tests/m4sugar.at (m4@&t@_expansion_stack): New test.
4064 2008-10-30  Eric Blake  <ebb9@byu.net>
4066         Better documentation of AC_CHECK_HEADER's fourth argument.
4067         * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
4068         how to suppress compiler or preprocessor header check.
4069         Reported by Jeff Squyres.
4071 2008-10-30  Eric Blake  <ebb9@byu.net>
4073         Fix LINENO testsuite failure.
4074         * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
4075         undocumented _AS_PREPARE, and move unset earlier in script.
4077         Update LINENO documentation.
4078         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
4079         (Special Shell Variables) <LINENO>: Mention that LINENO support in
4080         child scripts may be broken.  Modernize example.
4082 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
4084         Do not check for $LINENO in generated scripts.
4085         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Do not call _AS_LINENO_PREPARE,
4086         and explain why.
4088 2008-10-30  Eric Blake  <ebb9@byu.net>
4090         Don't check for non-POSIX extensions in suggested tests.
4091         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_WORKS): Remove suggestion;
4092         we still use += if available, but should not reject shells (like
4093         dash) that don't provide it.
4094         (_AS_DETECT_SUGGESTED): Document a policy for m4sh.
4095         Reported by Paolo Bonzini.
4097 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
4099         Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
4100         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
4101         with a given CONFIG_SHELL, move it to SHELL.
4102         (AS_INIT_GENERATED): Re-export SHELL.
4104 2008-10-30  Eric Blake  <ebb9@byu.net>
4106         Work around Solaris /bin/sh case bug.
4107         * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT): Always provide
4108         a non-empty command list.
4109         (AS_CASE): Always guarantee that a case will match.
4110         * doc/autoconf.texi (Limitations of Builtins) <case>: Document the
4111         Solaris bug, and mention AS_CASE.
4113 2008-10-30  Paolo Bonzini  <bonzini@gnu.org>
4115         Require _AS_CR_PREPARE where appropriate.
4116         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
4117         (AS_PREPARE): Require _AS_CR_PREPARE.
4119         Avoid walking the entire PATH when looking for a better shell.
4120         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Test shell characteristics
4121         as the PATH is walked.
4123         Add third argument to _AS_PATH_WALK
4124         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Do not call _AS_CR_PREPARE.
4125         (_AS_PATH_WALK): Add third optional argument.
4127         Trim down the length of the shell function test.
4128         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Condense.
4130 2008-10-29  Eric Blake  <ebb9@byu.net>
4132         Fix LINENO detection to work around bash and pdksh limitations.
4133         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Enhance the test, so
4134         that we can choose which of two tests to trust.
4135         (_AS_RUN): Set flag when alternate shell is running.
4136         (_AS_DETECT_EXPAND): New macro.
4137         (_AS_DETECT_BETTER_SHELL): Use it to massage LINENO tests.
4139 2008-10-29  Eric Blake  <ebb9@byu.net>
4141         Mention proper fix for zsh users.
4142         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Recommend zsh
4143         version known to work.
4144         Suggested by Paolo Bonzini.
4146         Document current beta-quality status.
4147         * configure.ac: Reflect fact that change to git-version-gen
4148         produces -, but not always a letter, on non-release builds.
4149         * BUGS: Mention known issues.
4150         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
4151         debugging platforms with deficient shells.
4153 2008-10-29  Eric Blake  <ebb9@byu.net>
4155         Alter signature of AS_INIT_GENERATED.
4156         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): Add parameters, and
4157         manage here-doc and chmod in place.  This also allows future
4158         changes for optimizing the child via diversion/m4_wrap magic.
4159         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
4160         caller.
4161         * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
4162         Update the documentation.
4164 2008-10-29  Eric Blake  <ebb9@byu.net>
4166         Use _m4_stack_reverse in m4_set.
4167         * lib/m4sugar/m4sugar.m4 (_m4_set_contents_1)
4168         (_m4_set_contents_2): Rewrite to share _m4_stack_reverse
4169         implementation.
4170         (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
4171         (m4_set_map): Adjust callers to new API.
4173         Add m4_stack_foreach_sep.
4174         * lib/m4sugar/m4sugar.m4 (m4_stack_foreach_sep)
4175         (m4_stack_foreach_sep_lifo): New macros.
4176         (_m4_stack_reverse): Adjust prototype, to support it.
4177         (m4_copy): Use fewer macros.
4178         * tests/m4sugar.at (m4@&t@_stack_foreach): Rename...
4179         (m4@&t@_stack): ...and add m4_stack_foreach_sep tests.
4181 2008-10-29  Bruno Haible  <bruno@clisp.org>
4183         Mention Sun WorkShop 6.2 OpenMP bug.
4184         * doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
4186 2008-10-29  Paolo Bonzini  <bonzini@gnu.org>
4188         Rewrite handling of diversion and expansion stack.
4189         * NEWS: Document stricter requirement on m4_init.
4190         * lib/m4sugar/m4sugar.m4 (m4_divert_stack): New, replacing
4191         _m4_divert_n_stack.
4192         (_m4_divert_stack_push): New.
4193         (m4_divert): Use _m4_divert_stack_push and replace m4_define with
4194         m4_popdef.
4195         (m4_divert_push): Use _m4_divert_stack_push.
4196         (m4_divert_pop): Use m4_divert_stack instead of _m4_divert_n_stack,
4197         pop _m4_divert_stack instead of m4_divert_stack.
4198         (m4_expansion_stack): New.  Update comment above it.
4199         (m4_expansion_stack_push, m4_expansion_stack_pop): Work on
4200         _m4_expansion_stack instead of m4_expansion_stack.
4201         (m4_expansion_stack_dump): Check presence of _m4_expansion_stack
4202         instead of m4_expansion_stack.  Use m4_expansion_stack's expansion
4203         instead of the definition, and compensate for the trailing newline
4204         in the expansion.
4205         (m4_warn, _m4_defun_pro, _m4_defun_epi): Check presence of
4206         _m4_expansion_stack instead of m4_expansion_stack.
4207         (m4_newline): Expand first argument after the newline.
4208         (m4_init): Use m4_divert_stack instead of _m4_divert_n_stack,
4209         * tests/m4sugar.at (m4_append, m4_text_wrap): Invoke m4_init.
4210         * tests/tools.at (whitespace in file names, the empty token): Likewise.
4212 2008-10-28  Eric Blake  <ebb9@byu.net>
4214         Reduce forks while searching for better shell.
4215         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED)
4216         (_AS_DETECT_SUGGESTED): No need to provide extra subshell; _AS_RUN
4217         already does the job.
4218         (_AS_DETECT_BETTER_SHELL): Simplify AS_EXIT when not run in a trap
4219         0 context.
4221         Undo needless efforts to protect $2 in $2_t.
4222         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY)
4223         (_AC_TYPE_UNSIGNED_INT_BODY): Reduce extra quoting.
4225 2008-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4227         Fix parallel test execution output lossage.
4228         * lib/autotest/general.m4 (_AT_CHECK): Truncate files to hold
4229         standard output and standard error before the test, use append
4230         mode for writing.
4231         * THANKS: Update.
4232         Caught by Bob Proulx' build daemons, analysis and suggested fix
4233         by Stéphane Chazelas.
4235 2008-10-28  Eric Blake  <ebb9@byu.net>
4237         Use m4_map_args in more places.
4238         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_dumpdef, m4_popdef)
4239         (m4_undefine, m4_combine): Use m4_map_args, rather than
4240         m4_foreach.
4242 2008-10-28  Eric Blake  <ebb9@byu.net>
4244         Override m4 1.4.x dumpdef, as it breaks autom4te.
4245         * lib/m4sugar/m4sugar.m4 (m4_dumpdef): New implementation.
4246         (m4_copy): Formatting touchup.
4247         * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
4248         semantic differences as well as m4_dumpdefs.
4249         * NEWS: Likewise.
4250         * tests/m4sugar.at (m4@&t@_dumpdef): New test.
4252 2008-10-28  Eric Blake  <ebb9@byu.net>
4254         Allow m4sugar to be used without autom4te, such as in bison.
4255         * lib/m4sugar/m4sugar.m4 (m4_text_wrap, m4_qlen): Document that
4256         alternate escape sequences can be used.
4257         (m4_text_box): Likewise.  Don't output quadrigraphs.
4258         (m4_qdelta): Delete unused macro.
4260 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
4262         Add m4_stack_foreach and m4_stack_foreach_lifo.
4263         * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): New from _m4_copy.
4264         (m4_stack_foreach, m4_stack_foreach_lifo): New.
4265         (m4_copy): Use m4_stack_foreach and m4_curry.
4266         (_m4_dumpdefs_down, _m4_dumpdefs_up): Remove.
4267         (m4_dumpdefs): Rewrite using m4_stack_foreach_lifo.
4268         * tests/m4sugar.at (m4_stack_foreach): New test.
4270 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
4272         use a shell function for AC_TYPE_INTx_T
4273         * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY, _AC_TYPE_UNSIGNED_INT_BODY):
4274         New.
4275         (_AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT): Define and use a shell function.
4277 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
4279         * lib/autoconf/general.m4 (AC_CHECK_DECL): Fix AS_ESCAPE usage.
4280         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL,
4281         _AC_CHECK_HEADER_NEW): Likewise.
4282         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
4284 2008-10-28  Paolo Bonzini  <bonzini@gnu.org>
4286         * lib/autoconf/types.m4 (_AC_CHECK_MEMBER_BODY): New.
4287         (AC_CHECK_MEMBER): Define and use a shell function.
4289 2008-10-27  Eric Blake  <ebb9@byu.net>
4291         Prefer m4_fatal over AC_FATAL.
4292         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF)
4293         (AC_CHECK_MEMBER): Use non-obsolete macro name.
4294         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF): Likewise.
4295         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE, AC_SUBST):
4296         Likewise.
4297         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
4298         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCY_DEFAULT)
4299         (_AC_CONFIG_UNIQUE, _AC_CONFIG_REGISTER_DEST): Likewise.
4301 2008-10-27  Eric Blake  <ebb9@byu.net>
4303         Avoid raw carriage return in scripts.
4304         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Generate CR
4305         via tr, rather than with literal byte.
4306         * THANKS: Update.
4307         Reported by Steven R. Loomis; patch suggested by Thomas Dickey.
4309 2008-10-27  Eric Blake  <ebb9@byu.net>
4311         Use AS_VAR_ARITH.
4312         * lib/autotest/general.m4 (at_func_arith): Delete; replace all
4313         clients with AS_VAR_ARITH instead.
4314         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Use new
4315         macro.
4316         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Likewise.
4317         * tests/torture.at (Torturing config.status): Likewise.
4318         * tests/tools.at (autom4te --force): Likewise.
4320         Add AS_VAR_ARITH.
4321         * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE, _AS_VAR_ARITH_WORKS)
4322         (AS_VAR_ARITH): New macros.
4323         (_AS_PREPARE, AS_PREPARE): Emit preparation.
4324         * tests/m4sh.at (AS@&t@_VAR_ARITH): New test.
4325         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_ARITH>:
4326         Document new macro.
4327         (Limitations of Usual Tools) <expr>: Mention portability problem
4328         if first argument starts with -.
4329         (Shell Substitutions) <$((expression))>: Mention it.
4330         * NEWS: Likewise.
4332 2008-10-27  Eric Blake  <ebb9@byu.net>
4334         Use read, rather than `cat`, for safe one-line files.
4335         * lib/autotest/general.m4 (AT_CLEANUP): Avoid a fork, since it is
4336         known that the file has only one line and no \.
4337         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_RUN): Likewise.
4339 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
4341         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE,
4342         _AC_COMPUTE_INT_RUN): Add IF-SUCCESS argument.
4343         (_AC_COMPUTE_INT_BODY): New.
4344         (AC_COMPUTE_INT): Define and use a shell function.
4346 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
4348         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW_BODY): Extract
4349         test body here.  Move head comment of _AC_CHECK_TYPE_NEW here.
4350         (_AC_CHECK_TYPE_NEW): Define a shell function and call it.
4352 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
4354         * lib/autoconf/general.m4 (_AC_CHECK_DECL_BODY): New.
4355         (AC_CHECK_DECL): Use a shell function.
4357 2008-10-27  Paolo Bonzini  <bonzini@gnu.org>
4359         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_OLD,
4360         _AC_CHECK_HEADER_NEW): Use a shell function.
4362 2008-10-25  Eric Blake  <ebb9@byu.net>
4364         Track recent copyright assignments.
4365         * AUTHORS: Update.
4367 2008-10-25  Paolo Bonzini  <bonzini@gnu.org>
4368         and Eric Blake  <ebb9@byu.net>
4370         Use a shell function for _AC_CHECK_HEADER_MONGREL.
4371         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): New
4372         macro.
4373         (_AC_CHECK_HEADER_MONGREL): Use a shell function.
4375 2008-10-25  Eric Blake  <ebb9@byu.net>
4377         Simplify _AS_PREPARE handling of functions.
4378         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Factor...
4379         (_AS_REQUIRE_SHELL_FN): ...into new helper macro.
4380         (_AS_PREPARE): Temporarily redefine AS_REQUIRE_SHELL_FN to make
4381         this task easier.
4382         (_AS_LINENO_PREPARE): Make more efficient.
4383         (_AS_MKDIR_P_PREPARE): Simplify use in _AS_PREPARE.
4384         (_AS_UNSET_PREPARE): Avoid blank newline.
4385         (AS_INIT): Emit as_func_unset alongside other functions.
4387 2008-10-25  Eric Blake  <ebb9@byu.net>
4389         Document AS_EXIT.
4390         * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Document
4391         this macro.
4392         (Limitations of Builtins): Mention AS_EXIT.
4393         * NEWS: Mention it.
4395         Use AS_EXIT in autoconf.as.
4396         * bin/autoconf.as: Consistently use AS_EXIT.
4398 2008-10-24  Eric Blake  <ebb9@byu.net>
4400         Fix m4 underquoting in AC_PROG_INSTALL.
4401         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate
4402         character ranges.
4404         Speed up AC_CHECK_HEADER.
4405         * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Factor out $@.
4407 2008-10-24  Paolo Bonzini  <bonzini@gnu.org>
4408         and Eric Blake  <ebb9@byu.net>
4410         Use a shell function for AC_CHECK_FUNC.
4411         * lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): New macro.
4412         (AC_CHECK_FUNC): Use a shell function.
4413         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Reduce number of forks.
4415 2008-10-24  Eric Blake  <ebb9@byu.net>
4417         Work around fact that gnulib-tool doesn't use m4_copy.
4418         * lib/autoconf/general.m4 (AC_LIBOBJ, AC_LIBSOURCES): Defun, not
4419         define, so that an initial location is present, to account for
4420         fact that gnulib-tool pushes another AC_DEFUN'd macro on top.
4422         Make m4_defun_init more robust.
4423         * lib/m4sugar/m4sugar.m4 (m4_defun_init): Handle indirect macro
4424         names, and correct number of arguments.
4425         (m4_copy): Also set up location of the copy.
4426         (m4_defun): When copied, use current macro name, not original.
4427         * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
4428         Update test.
4430         Optimize clients of AS_REQUIRE.
4431         * lib/m4sugar/m4sugar.m4 (m4_defun): Add undocumented third
4432         argument.
4433         (m4_defun_init): New undocumented macro.
4434         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG, AS_MESSAGE, AS_BASENAME)
4435         (_AS_DIRNAME_EXPR, AS_DIRNAME, AS_ECHO, AS_ECHO_N, AS_TEST_X)
4436         (AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK, AS_VERSION_COMPARE)
4437         (AS_TR_SH, AS_TR_CPP, AS_VAR_APPEND, AS_VAR_PUSHDEF): Use it to
4438         simplify these macros once the one-shot initialization is
4439         complete.
4440         * tests/m4sugar.at (m4@&t@_require: one-shot initialization): New
4441         test.
4443         Improve m4_copy.
4444         * lib/m4sugar/m4sugar.m4 (m4_copy): Add second implementation for
4445         public use.
4446         (_m4_copy): New macro, which preserves pushdef stacks.
4447         (_m4_defun_pro_outer): Bypass it, for speed.
4448         (m4_init): Bypass new implementation, since it breaks on m4_defn.
4449         * bin/autoupdate.in (handle_autoconf_macros): Likewise.
4450         * lib/autoconf/general.m4 (AC_PREREQ): Undefine before redefining,
4451         now that m4_copy checks this.
4452         * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
4453         this, as well as m4_rename.
4454         * lib/autoconf/autoconf.m4 (m4_copy): Temporarily redefine when
4455         renaming builtins, since it breaks on m4_ifdef.
4456         * NEWS: Likewise.
4457         * tests/m4sugar.at (m4@&t@_defn): Enhance test.
4459 2008-10-24  Eric Blake  <ebb9@byu.net>
4461         AC_FUNC_GETGROUPS: Revert regression.
4462         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Only set
4463         ac_cv_func_getgroups_works=no when it is not available.
4465 2008-10-23  Eric Blake  <ebb9@byu.net>
4467         Whitespace cleanup.
4468         * lib/autoconf/fortran.m4: Consistently use tabs.
4470 2008-10-23  Chikama Masaki  <masaki.chikama@gmail.com>  (tiny change)
4472         For gfortran on sh, ignore -little.
4473         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
4474         list of ignored arguments.
4475         * THANKS: Update.
4477 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
4479         Eliminate empty lines after AC_*_IFELSE.
4480         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4481         _AC_LINK_IFELSE, _AC_RUN_IFELSE): Add a dnl at end.
4483 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
4485         Avoid a fork in _AC_RUN_LOG and _AC_RUN_LOG_STDERR
4486         * lib/autoconf/general.m4 (_AC_RUN_LOG, _AC_RUN_LOG_STDERR):
4487         Return a boolean status code based on $ac_status.
4489 2008-10-23  Paolo Bonzini  <bonzinI@gnu.org>
4491         Ensure actions can look at conftest* files.
4492         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY,
4493         _AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY, _AC_RUN_IFELSE_BODY):
4494         Move rm commands, except IPA files and Apple debug symbols...
4495         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE,
4496         _AC_RUN_IFELSE): ...in here.
4497         * tests/compile.at: Add regression test.
4499 2008-10-23  Eric Blake  <ebb9@byu.net>
4501         Remove excess dnl from m4sh.
4502         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_PREPARE)
4503         (_AS_SHELL_FN_WORK, _AS_SHELL_SANITIZE, AS_IF, _AS_ECHO_LOG)
4504         (AS_MESSAGE, AS_ERROR, AS_BASENAME, _AS_BASENAME_PREPARE)
4505         (_AS_DIRNAME_EXPR, AS_DIRNAME, _AS_DIRNAME_PREPARE, AS_ECHO)
4506         (AS_ECHO_N, AS_TEST_X, AS_EXECUTABLE_P, _AS_ME_PREPARE)
4507         (_AS_LINENO_PREPARE, AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK)
4508         (AS_SET_CATFILE, AS_HELP_STRING, AS_TMPDIR, AS_VERSION_COMPARE)
4509         (_AS_TR_SH_PREPARE, AS_TR_SH, _AS_TR_CPP_PREPARE, AS_TR_CPP)
4510         (_AS_TR_PREPARE, AS_VAR_APPEND, AS_VAR_PUSHDEF)
4511         (AS_INIT_GENERATED): Use fewer dnl in m4sh macro bodies.
4513 2008-10-23  Paolo Bonzini  <bonzini@gnu.org>
4514         and Eric Blake  <ebb9@byu.net>
4516         Use a shell function for _AC_RUN_IFELSE.
4517         * lib/autoconf/general.m4 (_AC_RUN_IFELSE_BODY): New macro.
4518         (_AC_RUN_IFELSE): Use a shell function.
4519         (_AC_RUN_LOG): Avoid subshell for logging.
4521 2008-10-23  Eric Blake  <ebb9@byu.net>
4523         Formatting tweak: balance () with m4sh case statements.
4524         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
4525         (_AS_SHELL_SANITIZE, _AS_ECHO_N_PREPARE, _AS_ECHO_PREPARE)
4526         (AS_SET_CATFILE, _AS_TEST_PREPARE): Add strategic shell comments.
4527         (_AS_CASE, _AS_CASE_DEFAULT, AS_CASE): Rearrange newlines, to
4528         allow output of strategic shell comments.
4529         (AS_VERSION_COMPARE): Use AS_CASE.
4530         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
4532 2008-10-22  Jim Meyering  <meyering@redhat.com>
4534         AC_FUNC_GETGROUPS: always define $ac_cv_func_getgroups_works
4535         * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Always define
4536         the shell variable, $ac_cv_func_getgroups_works.  Otherwise, if
4537         it is set to "yes" in the environment and configure is run on
4538         a system like mingw that lacks the getgroups function, it would
4539         mistakenly define HAVE_GETGROUPS.  Reported by Simon Josefsson in
4540         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/15354>.
4542 2008-10-22  Paolo Bonzini  <bonzini@gnu.org>
4543         and Eric Blake  <ebb9@byu.net>
4545         Use a shell function for _AC_LINK_IFELSE.
4546         * lib/autoconf/general.m4 (_AC_LINK_IFELSE_BODY): New macro.
4547         (_AC_LINK_IFELSE): Use a shell function.
4549 2008-10-22  Eric Blake  <ebb9@byu.net>
4551         Fix autoconf logging commands.
4552         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED, _AC_EVAL)
4553         (_AC_EVAL_STDERR, AC_RUN_LOG): Respect as_lineno.
4554         (_AC_DO_ECHO): Likewise, and use fewer dnl.
4555         (_AC_RUN_LOG_STDERR): Avoid subshell for logging.
4557 2008-10-22  Eric Blake  <ebb9@byu.net>
4559         Fix testsuite failure.
4560         * tests/mktests.sh (ac_exclude_list): Don't generate test for
4561         AC_REQUIRE_SHELL_FN.
4563 2008-10-21  Eric Blake  <ebb9@byu.net>
4565         Improve wording related to automake and autotest.
4566         * doc/autoconf.texi (Making testsuite Scripts): Clarify wording in
4567         relation to automake.  Mention dependency on package.m4.
4568         Consolidate examples.  Define AUTOM4TE.
4569         * THANKS: Update.
4570         Reported by William Pursell.
4572 2008-10-21  Eric Blake  <ebb9@byu.net>
4574         Allow AS_VAR_SET_IF in shell lists.
4575         * lib/m4sugar/m4sh.m4 (AS_VAR_SET_IF): Allow continuation of
4576         line.
4577         * lib/autoconf/general.m4 (AC_CACHE_VAL): Supply newline no longer
4578         provided by AS_VAR_SET_IF.
4579         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Adjust
4580         clients.
4581         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
4582         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
4584         Allow AS_VAR_IF in shell lists.
4585         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): Allow continuation of line.
4586         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Adjust clients.
4587         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
4588         Likewise.
4589         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
4590         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD)
4591         (_AC_CHECK_HEADER_DIRENT): Likewise.
4592         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
4593         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
4594         Likewise.
4595         * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
4597         Allow AS_CASE in shell lists.
4598         * lib/m4sugar/m4sh.m4 (AS_CASE): Always execute test, in case of
4599         side effects.  Allow continuation of script on same line as esac.
4600         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Adjust client.
4601         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
4602         * NEWS: Document the subtle change.
4604         Allow AS_IF in shell lists.
4605         * lib/m4sugar/m4sh.m4 (AS_IF): Always execute test, in case of
4606         side effects.  Allow continuation of script on same line as fi.
4607         (_AS_DETECT_BETTER_SHELL): Adjust clients.
4608         (AS_VAR_IF, AS_VAR_SET_IF): For now, supply newline no longer
4609         given by AS_IF.
4610         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Likewise.
4611         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Likewise.
4612         (AC_EGREP_CPP, _AC_RUN_IFELSE): Adjust client.
4613         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
4614         * doc/autoconf.texi (Common Shell Constructs) <AS_IF>: Fix typo.
4615         (Polymorphic Variables): Move mention of dnl to the only two
4616         AS_VAR functions that need it.
4618 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
4619         and Eric Blake  <ebb9@byu.net>
4621         Use a shell function for _AC_COMPILE_IFELSE.
4622         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE_BODY): New macro.
4623         (_AC_COMPILE_IFELSE): Use a shell function.
4625 2008-10-21  Eric Blake  <ebb9@byu.net>
4627         Use AS_VAR_APPEND.
4628         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS_ONCE): Use new macro.
4629         * lib/autoconf/general.m4 (_AC_INIT_PREPARE)
4630         (_AC_LIBOBJS_NORMALIZE): Likewise.
4631         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): Likewise.
4632         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS)
4633         (_AC_OUTPUT_CONFIG_STATUS, _AC_OUTPUT_MAIN_LOOP): Likewise.
4634         * lib/autotest/general.m4 (AT_INIT): Likewise.
4636         Add AS_VAR_APPEND.
4637         * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
4638         (_AS_VAR_APPEND_WORKS, AS_VAR_APPEND): New macros.
4639         (AS_PREPARE, _AS_PREPARE): Emit preparation.
4640         * tests/m4sh.at (AS@&t@_VAR_APPEND): New test.
4641         * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_APPEND>:
4642         Document new macro.
4643         <AS_VAR_SET>: Mention ramification of `""` rules.
4644         * NEWS: Mention new macro.
4646 2008-10-21  Paolo Bonzini  <bonzini@gnu.org>
4647         and Eric Blake  <ebb9@byu.net>
4649         Use a shell function for _AC_PREPROC_IFELSE.
4650         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY): New macro.
4651         (_AC_PREPROC_IFELSE): Use a shell function.
4652         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Factor for faster execution.
4653         (AS_REQUIRE_SHELL_FN): Bypass AS_REQUIRE if function has already
4654         been provided.
4656 2008-10-21  Eric Blake  <ebb9@byu.net>
4658         Add banners to generated files.
4659         * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
4660         existing banner.
4661         (AS_INIT): Add new banners at strategic points.
4662         * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
4663         make consistent with other banners.
4664         * lib/autotest/general.m4 (AT_INIT): Make banners consistent.
4666 2008-10-20  Paolo Bonzini  <bonzini@gnu.org>
4668         Add AC_REQUIRE_SHELL_FN and the SHELL_FN diversion.
4669         * lib/autoconf/general.m4 (AC_REQUIRE_SHELL_FN): New.
4670         (m4_divert(SHELL_FN)): New.
4672 2008-10-20  Eric Blake  <ebb9@byu.net>
4674         Avoid unportable use of echo in testsuite.
4675         * tests/m4sh.at (AS@&t@_VAR basics): Use AS_ECHO, since string
4676         contains backslash.
4678 2008-10-18  Paolo Bonzini  <bonzini@gnu.org>
4680         Make sure that nested AS_REQUIRE do not lose the desired diversion.
4681         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Expand _m4_divert_desired before
4682         passing it to m4_divert_require, so that its content is not used
4683         anymore.
4684         * tests/m4sh.at (Nested AS_REQUIRE): New testcase.
4686 2008-10-18  Eric Blake  <ebb9@byu.net>
4688         Document bugs in { } handling.
4689         * doc/autoconf.texi (Limitations of Builtins): Mention bug on
4690         empty list.
4692         Fix some testsuite failures introduced two days ago.
4693         * tests/m4sh.at (Nested AS@&t@_REQUIRE_SHELL_FN)
4694         (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require): Adjust to changed
4695         API.
4696         Reported by Ralf Wildenhues.
4698 2008-10-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4700         Show how to extract single substitutions from config.status.
4701         * doc/autoconf.texi (config.status Invocation): Show example
4702         using `--file=-'.
4704 2008-10-17  Eric Blake  <ebb9@byu.net>
4706         Add m4_curry.
4707         * lib/m4sugar/m4sugar.m4 (m4_curry, _m4_curry): New macros.
4708         * tests/m4sugar.at (m4@&t@_map_args): Rename...
4709         (m4@&t@_map_args and m4@&t@_curry): ...and add currying tests.
4710         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
4711         currying as a way to add parameters.
4712         (Evaluation Macros) <m4_curry>: Document the new macro.
4713         * NEWS: Likewise.
4715         Improve suggested test filtering.
4716         * lib/m4sugar/m4sh.m4 (_AS_DETECT_SUGGESTED_PRUNE): New macro,
4717         extracted from...
4718         (_AS_DETECT_BETTER_SHELL): ...here, to use faster API.  No need to
4719         check for an empty required set.
4721         Add m4_set_map.
4722         * lib/m4sugar/m4sugar.m4 (m4_set_foreach): New macro.
4723         * tests/m4sugar.at (m4@&t@_set): Enhance test.
4724         * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
4725         Document it.
4726         * NEWS: Likewise.
4728         Document m4_map_args.
4729         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair):
4730         Rename...
4731         (m4_map_args, m4_map_args_pair): ...to these names, and document.
4732         (m4_version_unletter): Use the interface.
4733         * lib/m4sugar/foreach.m4 (m4_map_args, m4_map_args_pair)
4734         (_m4_map_args_, _m4_map_args_pair_, _m4_map_args_pair_end):
4735         Perform same renames.
4736         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Adjust callers.
4737         * tests/m4sugar.at (m4@&t@_map_args): New test.
4738         (recursion): Adjust caller.
4739         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Likewise.
4740         * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
4741         this interface.
4742         * NEWS: Mention the new macros.
4744 2008-10-17  Eric Blake  <ebb9@byu.net>
4746         Reduce vertical whitespace in configure.
4747         * lib/autoconf/general.m4 (AC_INIT): Silence newline output during
4748         m4 side effect initializations.
4749         * lib/m4sugar/m4sh.m4 (AS_PREPARE): Likewise.
4751 2008-10-17  Eric Blake  <ebb9@byu.net>
4753         Document AS_VAR interfaces.
4754         * doc/autoconf.texi (Programming in M4sh): M4sh is now prime-time.
4755         (Polymorphic Variables): New node.
4756         * NEWS: Update accordingly.
4758         Test AS_VAR interfaces.
4759         * tests/m4sh.at (AS@&t@_VAR): New test.
4760         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Force expansion of
4761         _AS_TR_SH_PREPARE at top level, rather than argument collection.
4762         (AS_TR_SH): Support command substitution.
4764         Add AS_VAR_COPY.
4765         * lib/m4sugar/m4sh.m4 (AS_VAR_COPY): New macro.
4766         (AS_VAR_IF): Use it, instead of the broken AS_VAR_GET.
4767         * lib/autoconf/general.m4 (AC_CACHE_CHECK): Likewise.
4768         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
4769         * lib/autotest/general.m4 (_AT_FINISH): Likewise.
4771         Sort AS_VAR_* interfaces.
4772         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Reduce output to one line.
4773         (AS_VAR_TEST_SET, AS_VAR_SET, AS_VAR_SET_IF, AS_VAR_POPDEF): Sort,
4774         no code changes.
4776 2008-10-16  Eric Blake  <ebb9@byu.net>
4778         Allow comments before functions emitted by m4sh.
4779         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Add comment
4780         argument.  Supply closing comment, to ease readability.
4781         (_AS_MKDIR_P_PREPARE): Adjust caller.
4782         (_AS_UNSET_PREPARE): Add comment.
4784         Add AS_FUNCTION_DESCRIBE.
4785         * lib/m4sugar/m4sh.m4 (AS_FUNCTION_DESCRIBE): New macro.
4786         * lib/autotest/general.m4 (AT_INIT): Use it.
4788 2008-10-16  Eric Blake  <ebb9@byu.net>
4790         Speed up m4_qlen with caching.
4791         * lib/m4sugar/m4sugar.m4 (_m4_qlen): Renamed from old m4_qlen.
4792         (m4_qlen): Cache results for speed.
4794 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
4796         Add a testcase using more then one language.
4797         * tests/compile.at (Multiple languages): New test.
4799 2008-10-16  Paolo Bonzini  <bonzini@gnu.org>
4801         Fix Libtool's config.lt test.
4802         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
4803         expanding it.
4805 2008-10-15  Eric Blake  <ebb9@byu.net>
4807         Break circular require chain in _AS_LINENO_PREPARE.
4808         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Ensure that logging is
4809         disabled when reporting LINENO failure, since logging requires
4810         LINENO.
4811         * doc/autoconf.texi (Initialization Macros): Recommend m4_pushdef,
4812         not m4_rename, since the latter is undocumented.
4813         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid
4814         m4_rename, as it does not yet handle pushdef stacks.
4815         Reported by Ralf Wildenhues.
4817 2008-10-15  Eric Blake  <ebb9@byu.net>
4819         Cleanups to previous patches.
4820         * doc/autoconf.texi (Portable Shell): Minor edits.
4821         (Limitations of Builtins): Touch up wording.
4822         * lib/m4sugar/m4sh.m4 (AS_LINENO_PUSH): Nuke trailing whitespace.
4823         (_AS_SHELL_SANITIZE): Wrap comments less than 80 columns.
4825 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4827         Updates to shell portability documentation.
4828         * doc/autoconf.texi: Updates all references to "Portable Shell" and
4829         "Limitations of Builtins" to use three-argument commands.
4830         (Programming in M4sh): Document AS_ECHO, AS_ECHO_N, AS_UNSET.
4831         (Portable Shell): Move here discussion about "Where is the POSIX
4832         shell?"  Mention that M4sh provides a SVR2 shell and takes care
4833         of unsetting variables if necessary.  Talk about M4sh and not only
4834         Autoconf-generated scripts.
4835         (Special Shell Variables): Talk about M4sh and not only
4836         Autoconf-generated scripts.  Don't talk about things that Autoconf
4837         does not do.  Mention problems of $LINENO with shell functions.
4838         (Limitations of Builtins).  Mention AS_ECHO and AS_ECHO_N.  Move
4839         discussion of eval bugs before discussion on proper use of eval.
4840         Mention AS_IF.  Reword why not to use "shift N".  Mention "foo=;
4841         unset foo" trick.  Include M4sh code that unsets MAIL for Bash 2.01.
4842         * NEWS: Update list of documented M4sh macros.
4844 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4846         Assume a (possibly buggy) `unset' is present after a
4847         `better shell' was found.
4848         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Use AS_UNSET.
4849         * lib/autoconf/programs.m4 (AC_PROG_SED): Use AS_UNSET.
4850         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Provide $as_unset as an
4851         alias for AS_UNSET, for backwards compatibility.
4852         (_AS_DETECT_BETTER_SHELL): Set BASH_ENV and ENV to /dev/null in case
4853         the shell does not support unset.
4854         (_AS_SHELL_SANITIZE): Work around Bash 2.01 bugs.  Unset BASH_ENV.
4855         (AS_INIT, _AS_PREPARE, AS_PREPARE): Call it.
4856         (AS_UNSET): Assume it is there but it might fail if the variable is
4857         not set.  Use it throughout instead of $as_unset.
4859 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4861         Turn AS_SHELL_SANITIZE into a for-Libtool-only wrapper.
4862         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED): Remove
4863         m4_require of _AS_DETECT_BETTER_SHELL.
4864         (_AS_CLEANUP): Add it here.
4865         (_AS_DETECT_BETTER_SHELL): Just expand the test instead of appending it
4866         to _AS_CLEANUP.
4867         (_AS_SHELL_SANITIZE): New name of the old AS_SHELL_SANITIZE macro.
4868         (AS_SHELL_SANITIZE): New macro hacking around Libtool misuse.
4869         (AS_PREPARE): Use _AS_SHELL_SANITIZE.
4870         (AS_INIT): Add m4_provide of itself.
4872 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4874         Use "test x$foo = xyes" to avoid upsetting Libtool's sh.test.
4875         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_SHELL_FN_WORK): Use
4876         "test x$foo = xyes".
4878 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4880         Trim down the size of the better-shell test.
4881         * lib/m4sugar/m4sh.at (_AT_DETECT_BETTER_SHELL): Store the common
4882         snippets into shell variables.
4883         (_AS_RUN): Rewrite.
4885 2008-10-15  Paolo Bonzini  <bonzini@gnu.org>
4887         Support a stack of LINENO values for AS_MESSAGE.
4888         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): If defined, use $as_lineno as
4889         the line number emitted to the log file.
4890         (AS_LINENO_PUSH, AS_LINENO_POP): New.
4891         * tests/m4sh.at (LINENO Stack): New test.
4893 2008-10-14  Eric Blake  <ebb9@byu.net>
4895         Correct previous patch.
4896         * doc/autoconf.texi (Shell Functions): Bash obeys Posix, after
4897         all.
4899         Document shell function environment pitfall.
4900         * doc/autoconf.texi (Shell Functions): Document bugs in bash,
4901         Solaris /bin/sh.
4903 2008-10-14  Paolo Bonzini  <bonzini@gnu.org>
4905         Use m4_require to implement AS_REQUIRE.
4906         * lib/m4sugar/m4sugar.m4 (_m4_require_call): Accept a third argument.
4907         (m4_require): Pass it.
4908         (m4_divert_require): New.
4909         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Rewrite using m4_divert_require.
4910         Remove comment about differences with m4_require.
4911         * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): Update to test
4912         the expected behavior.
4913         (Nested AS_REQUIRE_SHELL_FN): New test.
4915 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4917         Test AS_LINENO_PREPARE.
4918         * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
4920 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4922         Test AS_ME_PREPARE.
4923         * tests/m4sh.at (as_me): New test.
4925 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4927         Add and document AS_INIT_GENERATED.
4928         * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
4929         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
4930         * doc/autoconf.texi (Initialization macros): Document it.
4932 2008-10-13  Eric Blake  <ebb9@byu.net>
4934         Use consistent shell function style.
4935         * lib/m4sugar/m4sh.m4 (_AS_PREPARE, AS_REQUIRE_SHELL_FN)
4936         (_AS_SHELL_FN_WORK): Imitate GNU Coding Standards for C
4937         functions.
4939 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
4941         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
4942         contributors under m4 rather than shell comments.
4944 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
4946         * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New.
4947         * doc/autoconf.texi (Initialization macros): Document them.
4948         (Portable Shell): Refer to AS_LINENO_PREPARE.
4949         * NEWS: Mention them.
4951         * bin/autoconf.as: Invoke AS_ME_PREPARE.
4952         * lib/autotest/general.m4: Likewise.
4954 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
4956         * doc/autoconf.texi (Programming in M4sh): Make its own chapter.
4958 2008-10-10  Eric Blake  <ebb9@byu.net>
4960         Fix _AS_MKDIR_P usage.
4961         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P): Correct documentation to
4962         match implementation.
4963         (_AS_PREPARE, _AS_MKDIR_P_PREPARE): Adjust callers.
4964         * doc/autoconf.texi (Programming in M4sh) <AS_MKDIR_P>: Tweak
4965         wording to better match behavior.
4967 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
4969         * doc/autoconf.texi: Be less wary of shell functions.
4970         * NEWS: Document the increased use of shell functions.
4972 2008-10-10  Paolo Bonzini  <bonzini@gnu.org>
4974         * m4sugar/m4sh.m4 (_AS_MKDIR_P): New, from AS_MKDIR_P.  Adjust
4975         meaning of as_mkdir_p to be `false' or a full `mkdir -p' command.
4976         (AS_MKDIR_P): Just dispatch to as_func_mkdir_p.
4977         (_AS_PREPARE): Define shell functions.
4978         (_AS_MKDIR_P_PREPARE): Set as_mkdir_p according to the above change.
4979         Define shell functions.
4981 2008-10-09  Eric Blake  <ebb9@byu.net>
4983         Only prepare $as_me if it will be used.
4984         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Avoid unconditional
4985         preparation.
4986         (_AS_ECHO_LOG): Depend on $LINENO preparation.
4987         (AS_MESSAGE): Depend on $as_me preparation.
4988         (AS_TMPDIR): Use AS_ERROR, rather than a hand-rolled copy.
4990 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
4992         * m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Delay setting as_me
4993         until the M4SH-INIT diversion using _AS_ME_PREPARE.
4994         (_AS_PREPARE): Invoke _AS_EXPR_PREPARE before _AS_BASENAME_PREPARE
4995         and _AS_DIRNAME_PREPARE, and _AS_BASENAME_PREPARE and _AS_ME_PREPARE
4996         before _AS_LINENO_PREPARE.
4997         (AS_PREPARE): Include all the AS_REQUIREs manually.
4998         (_AS_ME_PREPARE): New.
4999         (_AS_LINENO_PREPARE): Use m4_defun.
5001 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5003         * m4sugar/m4sh.m4 (_AS_BASENAME_EXPR, _AS_DIRNAME_EXPR): Do not
5004         require _AS_EXPR_PREPARE.
5005         (_AS_BASENAME_PREPARE, _AS_DIRNAME_PREPARE): Do it here.
5006         (_AS_PREPARE): Add _AS_BASENAME_PREPARE.
5008 2008-10-08  Eric Blake  <ebb9@byu.net>
5010         Resync from gnulib.
5011         * cfg.mk (cvs_executable_files, cvs_files): Rewrite...
5012         (fetch): ...into new target.
5013         (executable-update): Delete, now that it is unused.
5014         * maint.mk (update, local_updates, cvs_files, gnulib_repo)
5015         (wget-update, cvs-update): Likewise.
5016         * HACKING (Update the foreign files): Document new procedure.
5017         * GNUmakefile: Resync from upstream, via new 'make fetch'.
5018         * build-aux/config.guess: Likewise.
5020 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
5022         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove.
5023         (AS_INIT): Do not call it.
5025 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
5027         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand
5028         _AS_UNSET_PREPARE in M4SH-SANITIZE.
5030 2008-10-08  Eric Blake  <ebb9@byu.net>
5032         Avoid repeating required shell tests in suggested set.
5033         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED):
5034         Use m4_set, rather than m4_expand_once/m4_append.
5035         (_AS_DETECT_SUGGESTED): Adjust to new storage layout, and filter
5036         required tests out of suggested tests.
5037         Reported by Paolo Bonzini.
5039 2008-10-08  Paolo Bonzini  <bonzini@gnu.org>
5041         Add m4sh keyword to all m4sh.at tests.
5042         * tests/m4sh.at: Add m4sh keyword to all tests.  Fix comment
5043         pastos.
5045 2008-10-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5047         Document AS_VERSION_COMPARE.
5048         * doc/autoconf.texi (Programming in M4sh): Document
5049         AS_VERSION_COMPARE.
5050         * NEWS: Update.
5052         Do not write to testsuite log fd before initialization.
5053         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
5054         Define fds only when initializing the log fd so early error
5055         messages do not try to write to it.
5056         * tests/autotest.at (Startup error messages): New test.
5057         * NEWS: Document this 2.63 regression.
5059 2008-10-07  Eric Blake  <ebb9@byu.net>
5061         Ensure _AS_CLEANUP is defined.
5062         * lib/m4sugar/m4sh.m4 (_AS_CLEANUP): Give initial definition.
5063         * tests/m4sh.at (AS@&t@_INIT cleanup): Expose the need for this.
5065         Improve m4sh maintainability.
5066         * lib/m4sugar/m4sh.m4: Sort macros for sanitizing the shell; no
5067         code change.
5069         Fix m4 quoting in previous patch.
5070         * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Determine diversion
5071         name prior to invoking AS_REQUIRE.
5072         Reported by Ralf Wildenhues.
5074 2008-09-18  Paolo Bonzini  <bonzini@gnu.org>
5075         and Eric Blake  <ebb9@byu.net>
5077         Add a separate diversion for shell functions.
5078         * lib/m4sugar/m4sh.m4 (M4SH-INIT-FN): New diversion.
5079         (AS_REQUIRE): Accept diversion parameter.
5080         (AS_REQUIRE_SHELL_FN): Use it.
5082 2008-10-06  Eric Blake  <ebb9@byu.net>
5084         Add m4_default_quoted.
5085         * lib/m4sugar/m4sugar.m4 (m4_default_quoted): New macro.
5086         (m4_for, m4_expand_once, m4_text_wrap, m4_text_box): Use it.
5087         * doc/autoconf.texi (Conditional constructs): Document it.
5088         * NEWS: Likewise.
5090         Fix build with case-insensitive make, again.
5091         * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
5092         Reported via Keith Marshall, originally by newthinker in
5093         <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
5095 2008-10-06  Bruno Haible  <bruno@clisp.org>
5097         Warn about /usr/ucb on Solaris.
5098         * doc/install.texi (Particular Systems): Recommend putting
5099         /usr/ucb late in PATH, if at all.
5101 2008-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5103         Fix more testsuite hang corner cases.
5104         * lib/autotest/general.m4: Use the serial code path if no test
5105         is to be run.
5106         * tests/autotest.at (parallel test execution): Test -j and -jN
5107         with `-k notmatched'.
5109 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5111         Fix hang with `testsuite -k notmatched'.
5112         * lib/autotest/general.m4: Do not reset $at_jobs if it is equal
5113         to one.  Fixes hang with `-k notmatched'.
5115 2008-10-02  Eric Blake  <ebb9@byu.net>
5117         Document more binary file portability traps.
5118         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Remind
5119         reader that NUL and sed don't always mix.
5120         <tr>: Mention Solaris /usr/ucb/tr bug with \0.
5122 2008-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5124         Implement parallel Autotest test execution: testsuite --jobs.
5125         * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
5126         (AT_INIT): <at_jobs>: New variable.
5127         Accept -j, -jN, --jobs[=N], document them in --help output.
5128         Implement parallel driver loop using a FIFO, enabled with --jobs
5129         and if mkfifo works; otherwise, fall back to sequential loop.
5130         (AT_SETUP): Store, do not output summary progress line if
5131         parallel.
5132         * tests/autotest.at (parallel test execution, parallel truth)
5133         (parallel fallacy, parallel skip): New tests.
5134         * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
5135         the mkfifo requirement, and that --errexit may cause concurrent
5136         jobs to finish.
5137         * NEWS: Update.
5139 2008-09-20  Eric Blake  <ebb9@byu.net>
5141         Fix sample isinf definition.
5142         * doc/autoconf.texi (Function Portability) <isinf>: Filter out NaN
5143         first.
5144         * THANKS: Update.
5145         Reported by David Cournapeau.
5147 2008-09-16  Eric Blake  <ebb9@byu.net>
5149         Fix Erlang regression, introduced 2006-11-17.
5150         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
5151         caused by underquoting.
5152         * NEWS: Mention this fix.
5153         * THANKS: Update.
5154         Reported by BJ Terry.
5156 2008-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5158         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
5160         Mention Solaris sh ':' redirection bug.
5161         * doc/autoconf.texi (File Descriptors): Redirecting ':'
5162         in a loop causes bogus optimization with Solaris sh.
5164 2008-09-10  Eric Blake  <ebb9@byu.net>
5166         Avoid testsuite bug when autom4te cache is disabled by user.
5167         * tests/tools.at (autoconf: forbidden tokens, basic): Enable
5168         cache, even if user normally disabled it.
5169         Reported by Bruno Haible.
5171         Avoid testsuite bug in presence of verbose config.site.
5172         * tests/base.at (Input/Output): Nullify config.site during test.
5173         Reported by Bob Friesenhahn.
5175 2008-09-09  Eric Blake  <ebb9@byu.net>
5177         Release Version 2.63.
5178         * NEWS: Mention the release.
5180         Formatting tweaks to the manual.
5181         * doc/autoconf.texi (Introduction, Systemology)
5182         (File System Conventions, Portable C and C++)
5183         (Floating Point Portability): Allow URLs to split as needed.
5184         (Indices): Add entries, to work around texinfo bug on indices that
5185         start too close to a page break.
5186         (Particular Functions): Mention ftello.
5187         (Introduction, Language Choice): Use @enddots at sentence end.
5189         Resync from gnulib.
5190         * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
5191         although for now, they are still manually sync'd.
5192         * build-aux/gnupload: Update.
5193         * build-aux/config.sub: Likewise.
5194         * GNUmakefile: Likewise.
5196 2008-09-06  Eric Blake  <ebb9@byu.net>
5198         Mention that Automake already supports VPATH.
5199         * doc/autoconf.texi (Build Directories): Details in this section
5200         only apply to users avoiding automake.
5201         * THANKS: Update.
5202         Reported by Matej Tyc.
5204         Relax tone when warning about cross-compiler names.
5205         * lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
5206         with poorly named tools; the issue has been reported too many
5207         times in the last four years to pull support.
5208         * doc/autoconf.texi (Specifying Names, Generic Programs): Update
5209         documentation accordingly.
5210         * THANKS: Update.
5211         Reported by Josef Tran and others, wording suggested by Ralf
5212         Wildenhues.
5214 2008-09-01  Eric Blake  <ebb9@byu.net>
5216         Improve AC_C_BIGENDIAN.
5217         * doc/autoconf.texi (C Compiler) <AC_C_BIGENDIAN>: Mention that
5218         universal builds require a config header.
5219         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Enhance comments.  Check
5220         AH_HEADER at the last possible moment, so that users can use
5221         AC_CONFIG_HEADER after this macro.
5222         Reported by Stepan Kasal.
5224         Fix manual date information.
5225         * doc/autoconf.tex: UPDATED refers to the day the manual was
5226         built, not the release date of Autoconf.
5227         Based on a bison patch by Akim Demaille.
5229 2008-08-27  Eric Blake  <ebb9@byu.net>
5231         Fix off-by-one bug in _m4_shiftn.
5232         * lib/m4sugar/foreach.m4 (_m4_shiftn): Handle case when shifting
5233         all arguments.
5234         * tests/m4sugar.at (M4 loops): Test it.
5235         Reported by Akim Demaille.
5237 2008-08-26  Eric Blake  <ebb9@byu.net>
5239         Improve INSTALL formatting.
5240         * doc/install.texi [!autoconf]: Ensure first paragraphs are
5241         indented like all others in a plain text rendering.
5242         * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
5243         Reported by Bruno Haible.
5245 2008-08-26  Stepan Kasal  <skasal@redhat.com>
5247         Check for case sensitive make.
5248         * m4/make-check.m4 (AC_PROG_MAKE_CASE_SENSITIVE): New macro,...
5249         * configure.ac: ... called here.
5250         * Makefile.am ($(abs_srcdir)/INSTALL, INSTALL): Return to...
5251         ($(srcdir)/INSTALL): ...this, but enclose the rule in
5252         "if MAKE_CASE_SENSITIVE".
5254 2008-08-26  Eric Blake  <ebb9@byu.net>
5256         Update invocation documentation.
5257         * doc/autoconf.texi (autoscan Invocation): Mention --debug.
5258         (autoreconf Invocation): Mention -v.
5259         (autom4te Invocation): Tie --freeze to -F, not -f.
5260         (autoupdate Invocation): Mention --prepend-include.
5261         * doc/install.texi (configure Invocation): Mention --help=short,
5262         --help=recursive, -n/--no-create, --prefix.  Avoid TABs.
5263         * bin/autoscan.in ($help): Omit space before `...'.
5264         * bin/ifnames.in ($help): Likewise.
5265         * bin/autoconf.as (Usage): Likewise.
5266         * bin/autoreconf.in ($help): Likewise.
5267         * bin/autoheader.in ($help): Likewise.
5268         * bin/autom4te.in ($help): Likewise.
5269         * bin/autoupdate.in ($help): Likewise.
5270         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use
5271         `[OPTION]...', rather than `[OPTIONS]'.  Mention --silent.  Indent
5272         --file correctly.
5274         Don't let frozen __m4_version__ break downgrade to m4 1.4.x.
5275         * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+.
5276         (files_to_options): Avoid inheriting __m4_version__ from frozen
5277         file if current M4 does not support it.
5279 2008-08-25  Eric Blake  <ebb9@byu.net>
5281         Adjust to recent m4 1.6 change to support m4_debugmode(d).
5282         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Move
5283         freeze-time decision of using faster 1.6 implementation...
5284         (m4_init): ...to a runtime decision, and add use of new debugmode
5285         flag.
5287 2008-08-22  Peter O'Gorman  <pogma@thewrittenword.com>
5289         Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
5290         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
5291         __APPLE_CC__ with possible -arch flags.
5292         * NEWS: Document it.
5294 2008-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5296         * NEWS: Fix typo.
5298 2008-08-22  Eric Blake  <ebb9@byu.net>
5300         * TODO: Add an item for additional m4sugar looping constructs.
5301         Suggested by Ralf Wildenhues.
5303         Add reminder to keep dual implementations in sync.
5304         * lib/m4sugar/m4sugar.m4: Add comments.
5305         * lib/m4sugar/foreach.m4: Likewise.
5306         Suggested by Ralf Wildenhues.
5308 2008-08-22  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
5310         Format warning and error messages to match GCS.
5311         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK)
5312         (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error
5313         messages with a lowercase letter, end them without punctuation.
5314         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise.
5315         * lib/autoconf/libs.m4 (AC_PATH_X): Likewise.
5316         * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP):
5317         Likewise.
5318         * tests/fortran.at (GNU Fortran): Likewise.
5319         * tests/torture.at (Deep Package): Likewise.
5321 2008-08-21  Eric Blake  <ebb9@byu.net>
5323         Avoid extra side effects in m4sugar list expansion.
5324         * lib/m4sugar/m4sugar.m4 (m4_mapall_sep, m4_list_cmp): Wrap
5325         around...
5326         (_m4_mapall_sep, _m4_list_cmp_raw): ...new helpers, to avoid
5327         duplicate side effects.
5328         (m4_version_compare): Adjust caller.
5329         * lib/m4sugar/foreach.m4 (m4_list_cmp): Rename...
5330         (_m4_list_cmp_raw): ...to match m4sugar.
5331         * doc/autoconf.texi (Looping constructs): Document the behavior of
5332         side effects.
5333         * tests/m4sugar.at (M4 loops, m4@&t@_map, m4@&t@_version_compare):
5334         Ensure only one side effect.
5335         (recursion): Fix test typo.
5336         Reported by Ralf Wildenhues.
5338 2008-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5340         * TODO: Add item for compiler default flags.
5341         Suggested by Bruno Haible.
5343         * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
5344         back to 1000.
5346 2008-08-21  Eric Blake  <ebb9@byu.net>
5348         Formatting improvements.
5349         * doc/autoconf.texi: Use @file and @command, rather than @code,
5350         where appropriate.
5352         Document another make bug.
5353         * doc/autoconf.texi (The Make Macro SHELL): Mention bug in BSD
5354         make, GNU make <= 3.80.
5356         Tweak wording about SHELL in Makefile.
5357         * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
5358         the importance of proper SHELL settings.
5359         Reported by Bruno Haible, in
5360         http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
5362 2008-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5364         Avoid timestamp races for updated input.
5365         * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
5366         second script.
5367         * tests/tools.at (autotools and whitespace in file names): Add
5368         --force for repeated invocations.
5370 2008-08-20  Bruno Haible  <bruno@clisp.org>
5372         Add section to INSTALL about particular systems.
5373         * doc/install.texi (Particular systems): New node.
5374         * doc/autoconf.texi: Adjust menus.
5376 2008-08-19  Bruno Haible  <bruno@clisp.org>
5377         and Peter O'Gorman  <peter@pogma.com>
5379         Mention universal binaries in INSTALL.
5380         * doc/install.texi (Compiling For Multiple Architectures): Explain
5381         how to create universal binaries on MacOS X.
5383 2008-08-19  Jim Meyering  <jim@meyering.net>
5384             Eric Blake  <ebb9@byu.net>
5385             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5387         Avoid shell parse errors after interrupt due to empty ``.
5388         * doc/autoconf.texi (Shell Substitutions): Document the issue.
5389         * lib/m4sugar/m4sh.m4 (AS_VAR_IF): New function.
5390         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Use it in place of
5391         "test AS_VAR_GET([...]) = yes"
5392         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL): Likewise.
5393         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Likewise.
5394         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD): Likewise.
5395         (_AC_CHECK_HEADER_DIRENT): Likewise.
5396         * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
5397         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
5398         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use
5399         temporary variable to work around the issue.
5400         * tests/foreign.at (Libtool): Quote result of command
5401         substitution.
5403 2008-08-18  Eric Blake  <ebb9@byu.net>
5405         Test m4_transform without tickling shell bugs.
5406         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Relax test to
5407         something more manageable.
5408         * tests/m4sugar.at (recursion): Move stress test of
5409         m4_transform_pair here.
5410         Reported by Ralf Wildenhues.
5412         Let 'git diff' give better context for doc updates.
5413         * .gitattributes (*.texi*): Add new entry.
5414         * README-hacking: Mention how to use it.
5415         Inspired by a coreutils patch by Jim Meyering.
5417 2008-08-15  Eric Blake  <ebb9@byu.net>
5419         Fix m4_map regression from 2007-10-16.
5420         * lib/m4sugar/m4sugar.m4 (_m4_apply): New macro.
5421         (m4_map): Ignore empty sublists.  For a list consisting of only an
5422         empty sublist, this restores 2.61 behavior of being a no-op.
5423         (m4_map_sep): Likewise, and expand separator.
5424         (m4_mapall, m4_mapall_sep): New macros, to regain 2.62 behavior.
5425         (_m4_map): Rewrite, to be common base for all four variants.
5426         * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new prototype.
5427         * tests/m4sugar.at (m4@&t@_map): Add tests.
5428         * doc/autoconf.texi (Looping constructs) <m4_map>: Document new
5429         macros, and mention ramifications of expanded separator.
5430         * NEWS: Mention the change.
5432 2008-08-14  Eric Blake  <ebb9@byu.net>
5434         Implement m4_transform_pair, to speed up AS_IF.
5435         * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair): New
5436         macros, undocumented for now.
5437         * lib/m4sugar/foreach.m4 (m4_transform, m4_transform_pair): Also
5438         the m4 1.4.x counterparts.
5439         * lib/m4sugar/m4sh.m4 (AS_IF, AS_CASE): Use it.
5440         * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Test it.
5442 2008-08-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5444         * lib/autoconf/programs.m4 (AC_PATH_TARGET_TOOL)
5445         (AC_CHECK_TARGET_TOOL, AC_CHECK_TARGET_TOOLS): Require, do not
5446         warn about previous AC_CANONICAL_TARGET.
5447         (AC_CHECK_TARGET_TOOL): Add missing `$' making the macro
5448         unusable in the non-cross-compiling case.
5449         * NEWS, THANKS: Update.
5450         Report by Dave Erickson.
5452 2008-08-12  Eric Blake  <ebb9@byu.net>
5454         Optimize m4_bmatch.
5455         * lib/m4sugar/foreach.m4 (m4_bmatch): Provide linear
5456         implementation for m4 1.4.x.
5457         * tests/m4sugar.at (m4@&t@_bmatch): New test.
5458         (recursion): Test the linear nature.
5459         * NEWS: Document the fix.
5461         Fix m4_cond corner case.
5462         * lib/m4sugar/foreach.m4 (_m4_cond): Ensure alternate
5463         implementation allows concatenation with subsequent text.
5464         * tests/m4sugar.at (m4@&t@_cond): Enhance test.
5466         Add test for m4_cond.
5467         * tests/m4sugar.at (m4@&t@_cond): New test.
5468         Reported by Ralf Wildenhues.
5470 2008-08-06  Eric Blake  <ebb9@byu.net>
5472         Fix autoheader 2.62 regression on AC_DEFINE([__EXTENSIONS__]).
5473         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Use a
5474         unique key for the AH_VERBATIM.
5475         * tests/c.at (AC_USE_SYSTEM_EXTENSIONS): New test.
5476         * NEWS: Mention the fix.
5477         Reported by Andreas Schwab, analyzed by Stepan Kasal.
5479         Add linear m4_cond for m4 1.4.x.
5480         * lib/m4sugar/m4sugar.m4 (m4_cond): Split into...
5481         (_m4_cond): ...this, for fewer macros per iteration.
5482         * lib/m4sugar/foreach.m4 (_m4_cond): New implementation.
5483         * tests/m4sugar.at (recursion): Test it.
5484         * NEWS: Document the linear guarantee.
5486         Speed up diversion handling.
5487         * lib/m4sugar/m4sugar.m4 (m4_divert, m4_divert_push)
5488         (m4_divert_pop, m4_divert_text): Avoid dnl for fewer macro
5489         expansions.
5491         AC_C_CHAR_UNSIGNED is not strictly necessary.
5492         * doc/autoconf.texi (C Compiler) <AC_C_CHAR_UNSIGNED>: Mention a
5493         portable alternative to this macro.
5494         * THANKS: Update.
5495         Reported by Hallvard B Furuseth.
5497         Update some files from upstream.
5498         * GNUmakefile: Update.
5499         * build-aux/announce-gen: Likewise.
5500         * build-aux/config.guess: Likewise.
5501         * build-aux/config.sub: Likewise.
5502         * build-aux/git-version-gen: Likewise.
5503         * build-aux/texinfo.tex: Likewise.
5504         * build-aux/vc-list-files: Likewise.
5505         * doc/make-stds.texi: Likewise.
5506         * doc/standards.texi: Likewise.
5508 2008-08-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5510         Fix AC_CONFIG_FILES([$var]) 2.62 regression.
5511         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Flatten
5512         whitespace in $ac_config_files and $ac_config_headers.
5513         * tests/torture.at (Parameterized AC_CONFIG_FILES): New test.
5514         Report by Andreas Schwab and Per Øyvind Karlsen.
5515         * THANKS: Update.
5517 2008-07-30  Eric Blake  <ebb9@byu.net>
5519         Fix bugs in previous version of m4_bpatsubsts.
5520         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): Don't expand $1, and
5521         allow concatenation with subsequent text.
5522         * tests/m4sugar.at (m4@&t@_bpatsubsts): Enhance test.
5524 2008-07-29  Eric Blake  <ebb9@byu.net>
5526         Add linear m4_bpatsubsts for m4 1.4.x.
5527         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Match documentation
5528         about anchors, even for only one substitution.
5529         * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): New implementation.
5530         * doc/autoconf.texi (Conditional constructs) <m4_bpatsubsts>:
5531         Clarify behavior with regard to quoting.
5532         * tests/m4sugar.at (recursion): Test scaling of m4_bpatsubsts.
5533         (m4@&t@_bpatsubsts): New test.
5534         * NEWS: Document the linear guarantee.
5536         Tweak m4_do semantics.
5537         * lib/m4sugar/m4sugar.m4 (m4_do): Don't concat final argument with
5538         subsequent text.
5539         * lib/m4sugar/foreach.m4 (m4_do): Don't concat intermediate
5540         arguments, and avoid infinite loop.
5541         * doc/autoconf.texi (Evaluation Macros) <m4_do>: Document the
5542         behavior.
5543         * tests/m4sugar.at (m4@&t@_do): New test.
5545         Optimize m4_for.
5546         * lib/m4sugar/m4sugar.m4 (m4_for): Use fewer macros.
5547         (_m4_for): Take additional parameter, for fewer m4_indir calls.
5548         * lib/m4sugar/foreach.m4 (_m4_foreach, _m4_shiftn, m4_do)
5549         (m4_reverse, _m4_list_pad, _m4_list_cmp): Adjust all callers.
5550         * doc/autoconf.texi (Looping constructs) <m4_for>: Document subtle
5551         semantic change caused by the optimization.
5552         * tests/m4sugar.at (M4 loops): Test the new semantics.
5554         One more m4_list_cmp tweak.
5555         * lib/m4sugar/m4sugar.m4 (_m4_list_cmp_1): Don't defer shift.
5556         * lib/m4sugar/foreach.m4 (m4_list_cmp): Fix comment.
5557         * tests/m4sugar.at (recursion): Test both directions of list
5558         disparity.
5560         Add m4_reverse, and improve m4_list_cmp.
5561         * lib/m4sugar/m4sugar.m4 (m4_reverse): New macro.
5562         (m4_list_cmp): Rewrite to give linear behavior with M4 1.6 on an
5563         m4_reverse'd list.
5564         * lib/m4sugar/foreach.m4 (m4_reverse): Add the M4 1.4.x
5565         counterpart.
5566         * tests/m4sugar.at (recursion): Test it.
5567         * doc/autoconf.texi (Evaluation Macros) <m4_reverse>: Document
5568         it.
5569         (Text processing Macros) <m4_append>: Cross-reference to m4_set.
5570         * NEWS: Mention new macro.
5572 2008-07-28  Eric Blake  <ebb9@byu.net>
5574         Avoid _m4_shiftn for m4 1.6 speedup.
5575         * lib/m4sugar/m4sugar.m4 (m4_foreach, _m4_foreach, m4_map)
5576         (_m4_map, m4_map_sep): Rewrite recursion to use one less m4_if.
5577         * lib/m4sugar/foreach.m4 (_m4_map): Accomodate changed signature.
5579         Implement O(n) unique element set creation.
5580         * lib/m4sugar/m4sugar.m4 (m4_set_add, m4_set_add_all)
5581         (m4_set_contains, m4_set_contents, m4_set_delete)
5582         (m4_set_difference, m4_set_dump, m4_set_empty, m4_set_foreach)
5583         (m4_set_intersection, m4_set_list, m4_set_listc, m4_set_remove)
5584         (m4_set_size, m4_set_union): New macros.
5585         * lib/m4sugar/foreach.m4 (m4_set_add_all): Add O(n) fallback for
5586         m4 1.4.x.
5587         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, AC_SUBST): Use
5588         new m4_set API for the set most likely to be large.
5589         * doc/autoconf.texi (Set manipulation Macros): New node.
5590         * NEWS: Mention new macros.
5591         * tests/m4sugar.at (m4@&t@_set): New test.
5593 2008-07-25  Eric Blake  <ebb9@byu.net>
5595         Avoid infinite aclocal loop.
5596         * lib/m4sugar/m4sugar.m4 (m4_init): Bypass m4_include tracing, so
5597         that aclocal doesn't insist on finding m4sugar/foreach.m4.
5599         Provide O(n) replacement macros for M4 1.4.x.
5600         * lib/m4sugar/foreach.m4: New file.
5601         (m4_foreach, m4_case, _m4_shiftn, m4_do, m4_dquote_elt, _m4_map)
5602         (m4_join, m4_joinall, m4_list_cmp, _m4_minmax): Replace m4sugar
5603         macros based on $@ recursion [fast on M4 1.6, but quadratic on M4
5604         1.4.x] with versions based on m4_for/m4_foreach [slow on 1.6, but
5605         linear on 1.4.x].
5606         * lib/m4sugar/m4sugar.m4 (m4_init): Dynamically load new file if
5607         older M4 is assumed.
5608         (m4_map_sep): Optimize.
5609         (m4_max, m4_min): Refactor, by adding...
5610         (_m4_max, _m4_min, _m4_minmax): ...more efficient helpers.
5611         (m4_defn, m4_popdef, m4_undefine): Use foreach recursion.
5612         * lib/m4sugar/Makefile.am (dist_m4sugarlib_DATA): Distribute new
5613         file.
5614         * tests/m4sugar.at (M4 loops): Add a stress test that takes
5615         forever if m4_foreach and friends are quadratic.
5616         * NEWS: Mention this.
5618 2008-07-21  Eric Blake  <ebb9@byu.net>
5620         Ignore undefined macros, necessary with m4 1.6.
5621         * bin/autoupdate.in (_au___undefine): New macro,...
5622         (_au__undefine): ...wrapped by ifdef to silence m4 warnings.
5623         Reported by Ralf Wildenhues.
5625         Resync with gnulib.
5626         * GNUmakefile: Grab from upstream, to fix issue where 'make
5627         install' would allow installation of stale version string.
5629 2008-07-19  Eric Blake  <ebb9@byu.net>
5631         Support multiple arguments to m4_defn, m4_popdef, and m4_undefine.
5632         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Loop
5633         through all variables, per POSIX and newer m4.
5634         (_m4_text_wrap): Exploit the looping capabilities.
5635         * tests/m4sugar.at (m4@&t@_defn): Test this.
5636         * NEWS: Document it.
5637         * doc/autoconf.texi (Redefined M4 Macros) <m4_defn, m4_popdef>
5638         <m4_undefine>: Likewise.
5640         Reduce overhead of m4_builtin([defn]).
5641         * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
5642         internal macros, which are slightly more efficient than
5643         m4_builtin([defn]) and company.
5644         (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
5645         (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
5646         (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
5647         (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
5648         (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
5649         (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
5650         (m4_version_prereq): Use them.
5652         Use warnings from m4 when available.
5653         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
5654         define slower wrapper if m4 will warn on our behalf; key off of
5655         __m4_version__, added alongside the new warnings in m4 1.6.
5656         * tests/m4sugar.at (m4@&t@_defn): New test.
5658 2008-07-18  Eric Blake  <ebb9@byu.net>
5660         Add m4_joinall.
5661         * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
5662         * tests/m4sugar.at (m4@&t@_join): Test them.
5663         * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
5664         m4_joinall.
5665         * NEWS: Likewise.
5667 2008-07-17  Stepan Kasal  <skasal@redhat.com>
5668         and Eric Blake  <ebb9@byu.net>
5670         Improve documentation of config.h.in template rules.
5671         * doc/autoconf.texi (Header Templates): Mention rules on comments
5672         and whitespace, and that the user cannot rely on #undef to survive
5673         through config.status.
5675 2008-07-16  Eric Blake  <ebb9@byu.net>
5677         Revert m4_prepend; it is less efficient, and unused by bison.
5678         * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
5679         (m4_prepend_uniq_w): Delete addition from 2008-07-11.
5680         (_m4_grow_uniq_1): Rename back...
5681         (_m4_append_uniq): ...to this.
5682         * NEWS: Revert NEWS blurb.
5683         * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
5684         * tests/m4sugar.at (m4@&t@_prepend): Delete.
5686 2008-07-15  Eric Blake  <ebb9@byu.net>
5688         Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
5689         * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
5690         definition for non-Autoconf clients of m4sugar.
5692 2008-07-14  Eric Blake  <ebb9@byu.net>
5694         Tighten bound of potential speed of m4_append.
5695         * doc/autoconf.texi (Text processing Macros) <m4_append>
5696         <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
5697         O(n log n).
5698         * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
5699         Analysis by Bruno Haible.
5701 2008-07-11  Eric Blake  <ebb9@byu.net>
5703         Inherit improvements from bison's fork of m4sugar.
5704         * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
5705         find version.texi, since bison does not provide it.
5706         (m4_prepend): Add new macro, from bison.
5707         (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
5708         completeness.
5709         (_m4_append_uniq): Rename...
5710         (_m4_grow_uniq_1): ...to this to share implementation, and
5711         optimize initial assignment.
5712         (m4_append_uniq_w): Adjust caller.
5713         * NEWS: Document new macros.
5714         * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
5715         speed consideration.
5716         <m4_prepend>: Document the new prepend variants.
5717         * tests/m4sugar.at (m4@&t@_prepend): New test.
5719         Work around M4 1.6 warning on undefined macros.
5720         * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
5721         not already available as builtins.
5723 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5725         * doc/autoconf.texi (@dvar): Remove trailing newline.
5726         (@ovar): Likewise.  Fix macro documentation.
5728 2008-07-02  Stepan Kasal  <skasal@redhat.com>
5730         Add quotes to the header of autoscan-generated source.
5731         * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
5733 2008-06-28  Andreas Schwab  <schwab@suse.de>
5735         * doc/autoconf.texi (autoscan Invocation): Fix spacing.
5736         (autoconf Invocation): Likewise.
5737         (autoreconf Invocation): Likewise.
5738         (autoheader Invocation): Likewise.
5739         (autom4te Invocation): Likewise.
5741 2008-06-19  Eric Blake  <ebb9@byu.net>
5743         Add comment explaining recent patch.
5744         * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
5745         of * vs. ? globbing.
5747 2008-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5749         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
5750         linking a file to itself.
5751         Report by Bruno Haible.
5753 2008-06-19  Eric Blake  <ebb9@byu.net>
5755         Resync with gnulib.
5756         * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
5757         Reported by Stepan Kasal.
5759 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5761         Reorganize autotest files, factorize for parallel execution.
5762         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
5763         earlier in the file.
5764         (AT_INIT): Create line number cache in
5765         $at_suite_dir/at-source-lines.
5766         <at_helper_dir>: New directory at-groups below $at_suite_dir.
5767         Add comment explaining the new directory structure.
5768         (at_func_group_prepare, at_func_group_postprocess): New shell
5769         functions to factorize per-test group work.  Keep the actual
5770         test execution outside of a shell function in order to avoid
5771         zsh 4.x exit status bugs.
5772         <at_check_line_file, at_status_file, at_stdout, at_stder1>
5773         <at_stderr, at_test_source>: Turn these into per-group files
5774         below $at_helper_dir.  Also store test results there in files
5775         named pass, fail, xpass, xfail, skip.  Let the parent collect
5776         results from $at_helper_dir.  Adjust summary statistics
5777         computation and result output.
5779 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5781         Fix '#undef variable /* comment */' transform in config headers.
5782         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
5783         undefined preprocessor macros that are followed by a comment
5784         in the header template, do not create nested comments in the
5785         output.
5786         * tests/torture.at (@%:@define header templates): Extend test.
5787         * NEWS: Update.
5788         Report by Karsten Hopp <karsten@redhat.com>.
5790 2008-06-09  Eric Blake  <ebb9@byu.net>
5792         Mark AC_TYPE_SIGNAL as obsolete.
5793         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
5794         * doc/autoconf.texi (Function Portability): Update documentation.
5795         (Particular Types): Move AC_TYPE_SIGNAL...
5796         (Obsolete Macros): ...here, and mention why.
5797         * NEWS: Mention the change.
5799         Allow lib64 as a default X library location.
5800         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
5801         * NEWS: Mention the change.
5802         * THANKS: Update.
5803         Reported by Brad Walker.
5805 2008-06-05  Eric Blake  <ebb9@byu.net>
5807         Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
5808         * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
5809         converting it to lower case.
5810         * tests/autotest.at (Keywords and ranges): Test this.
5811         * NEWS: Document the fix.
5812         * THANKS: Update.
5813         Reported via Karsten Hopp, by Jochen Schmitt in
5814         https://bugzilla.redhat.com/show_bug.cgi?id=449973
5816 2008-06-03  Eric Blake  <ebb9@byu.net>
5818         Fix 'make dist' regression from 2008-05-08.
5819         * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
5820         GNUmakefile's _autoconf rule removes INSTALL.
5822 2008-05-27  Eric Blake  <ebb9@byu.net>
5824         Document Solaris /bin/sh redirection pitfall.
5825         * doc/autoconf.texi (File Descriptors): Mention redirection bug.
5827 2008-05-14  Eric Blake  <ebb9@byu.net>
5829         Improve documentation of ! issues.
5830         * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
5831         Reported by Noah Misch.
5833         Document some FreeBSD shell bugs.
5834         * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
5835         in compound pipe commands.
5836         <export>: Mention difference of exporting an undefined variable.
5837         (Shell Functions): Mention loss of $? in entry to shell functions.
5838         Extracted from the git mailing list.
5840 2008-05-13  Stepan Kasal  <kasal@ucw.cz>
5842         Work around MSYS and Cygwin bugs when dealing with trailing space.
5843         * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
5844         even when platform bugs are tickled.
5845         Reported by Keith Marshall and Eric Blake.
5847 2008-05-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5849         Let AC_MSG_FAILURE report pwd.
5850         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
5851         Output $ac_pwd along with fatal failure.
5852         * tests/torture.at (Deep Package): Extend test.
5853         Reported numerous times against GCC, and probably other packages.
5855 2008-05-12  Eric Blake  <ebb9@byu.net>
5857         Enforce --help and --version compliance.
5858         * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
5860 2008-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>  (tiny change)
5862         Avoid case-insensitive `make install' vs. `INSTALL' conflict.
5863         * Makefile.am ($(srcdir)/INSTALL): Replace all references...
5864         ($(abs_srcdir)/INSTALL): ...with this.
5866 2008-05-06  Eric Blake  <ebb9@byu.net>
5868         Fix typo.
5869         * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
5871         Avoid overfull \hbox.
5872         * doc/autoconf.texi (Versioning): Reword to fit line size.
5874         Document $(( )) pitfalls.
5875         * doc/autoconf.texi (Shell Substitutions): Mention octal
5876         vs. decimal.  Mention autotest's at_func_arith.
5878         Improve behavior of './testsuite 01'.
5879         * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
5880         Alter usage to eval its arguments, in order to normalize away
5881         leading zero.  All callers updated.
5882         * tests/autotest.at (Keywords and ranges): Test range
5883         normalization with leading 0.
5885 2008-04-26  Eric Blake  <ebb9@byu.net>
5887         Mention Solaris /usr/ucb/tr pitfall.
5888         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
5889         Reported by Bruno Haible and Jim Meyering.
5891 2008-04-24  Eric Blake  <ebb9@byu.net>
5893         Mention m4sugar's internal quote strings.
5894         * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
5895         in m4sugar, and how to still output it literally.
5896         * tests/m4sugar.at (m4@&t@_split): And test it.
5897         Reported by Joel E. Denny.
5899 2008-04-23  Eric Blake  <ebb9@byu.net>
5901         Allow unbalanced () in m4_expand.
5902         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
5903         quotes.
5904         (m4_noquote, _m4_split): Use consistent complex quote.
5905         * tests/autotest.at (Left paren, Right paren): Test this.
5906         (Parentheses): Ensure new quadrigraphs still work.
5907         (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
5908         * NEWS: Mention the fix.
5909         * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
5910         require quadrigraphs for ().
5911         (Evaluation Macros) <m4_expand>: Relax the restriction against
5912         unbalanced ().
5913         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
5914         (Writing Testsuites) <AT_SETUP>: Likewise.
5915         Reported by Joel E. Denny, fix suggested by Noah Misch.
5917 2008-04-22  Eric Blake  <ebb9@byu.net>
5919         Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
5920         * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
5921         (handle_traces): Likewise.
5922         * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
5923         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
5924         * doc/autoconf.texi (Quadrigraphs): Document them.
5925         (Evaluation Macros) <m4_expand>: Enhance documentation.
5926         (Text processing Macros) <m4_text_box>: Document cases where
5927         quadrigraphs can help for problemetic unbalanced parentheses.
5928         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
5929         (Writing Testsuites) <AT_SETUP>: Likewise.
5930         (Limitations of Builtins) <case>: Consolidate text on unbalanced
5931         parentheses, and add an example of creative comments.
5932         * NEWS: Document the addition.
5933         Reported by Joel E. Denny.
5935 2008-04-16  Eric Blake  <ebb9@byu.net>
5937         Document pdksh exec behavior.
5938         * doc/autoconf.texi (Limitations of Builtins) <exec>: New
5939         subsection.
5940         Discovered by Jim Meyering.
5942 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5944         * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
5945         arguments to the inner suite.
5946         (errexit, input from stdin): New tests.
5948 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5950         * NEWS: Post-release update.
5952 2008-04-10  Eric Blake  <ebb9@byu.net>
5954         AC_AUTOCONF_VERSION might contain arbitrary macro names.
5955         * doc/autoconf.texi (Versioning): Mention problem with expansion.
5956         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
5958 2008-04-09  Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>  (tiny change)
5960         Flush buffered output before exit.
5961         * bin/autom4te.in (handle_output): Explicitly close file.
5962         * THANKS: Update.
5963         See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
5965 2008-04-08  Eric Blake  <ebb9@byu.net>
5967         Generate web docs for 2.62.
5968         * doc/autoconf.texi (Evaluation Macros): Fix typo.
5969         (Notices): Use recommended means to escape RCS keyword.
5970         * cfg.mk (gnulib_dir): New macro.
5971         (web-manual): New target.
5973 2008-04-05  Eric Blake  <ebb9@byu.net>
5975         Release Version 2.62.
5976         * NEWS: Mention the release.
5978 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
5979         and Eric Blake  <ebb9@byu.net>
5981         Return back to GPLv2+, until the text of the exceptions is
5982         finalized, reverting the change from 2007-07-03 and the first
5983         part of the change from 2007-07-20.
5984         * COPYING: Revert to GPLv2.
5985         * COPYINGv3: New file, since some auxiliary build tools, used for
5986         building autoconf and not installed, are GPLv3.
5987         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
5988         * NEWS: Remove mention of GPLv3.
5989         * README: Clarify situation regarding GPLv3.
5991 2008-04-05  Eric Blake  <ebb9@byu.net>
5993         Prepare for release.
5994         * maint.mk (announcement): Avoid deleted option.
5995         * cfg.mk (release_archive_dir): Use default.
5996         * build-aux/gnupload: New file, from automake/gnulib.
5997         * Makefile.am (EXTRA_DIST): Distribute it.
5998         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
5999         from syntax check.
6001 2008-04-05  Jim Meyering  <meyering@redhat.com>
6002         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6004         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
6005         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
6006         is the EOL marker, skip a step that would remove and translate
6007         carriage return bytes.
6008         * THANKS: Update.
6009         Reported by Elbert Pol.
6011 2008-04-05  Eric Blake  <ebb9@byu.net>
6013         Avoid some autoreconf -Wall warnings.
6014         * configure.ac: Use proper quoting, to be a good example.
6015         (PACKAGE_NAME): Remove setting covered by autoconf.
6016         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
6017         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
6018         automake.
6019         (html, autoconf_1.html, standards_1.html): Likewise.
6020         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
6021         * Makefile.am (html): Likewise.
6022         * doc/autoconf.texi (Quoting and Parameters): Add missing section
6023         name.
6024         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
6025         warning about our override, until Automake is fixed.
6026         * README-hacking: Document minimum requirements for bootstrap.
6028 2008-04-03  Eric Blake  <ebb9@byu.net>
6030         Fix version number generation in man pages.
6031         * Makefile.am (EXTRA_DIST): Distribute .version.
6032         (.version): New rule.
6033         * man/Makefile.am (common_dep): Depend on .version, not
6034         configure.ac.
6035         (.x.1): Use package name for version string.
6036         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
6037         * build-aux/git-version-gen: Sync from upstream.
6039         More maintainer tweaks: pass 'make maintainer-distcheck'.
6040         * GNUmakefile (_is-dist-target): Sync from upstream.
6041         * build-aux/vc-list-files: Sync from upstream, yet again.
6042         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
6043         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
6044         package.m4.
6045         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
6047         Fix VPATH 'make syntax-check'.
6048         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
6049         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
6050         (author_mark_check): Avoid error message.
6051         * build-aux/vc-list-files: Sync from upstream again.
6052         * build-aux/texinfo.tex: Likewise.
6054         Sync files from upstream, and pass 'make syntax-check'.
6055         * config/announce-gen: Move...
6056         * build-aux/announce-gen: ...here, and sync from gnulib.
6057         * Makefile.am (EXTRA_DIST): Adjust accordingly.
6058         * cfg.mk (announce_gen): Likewise.
6059         (prev_version_file): Delete, relying on default in maint.mk.
6060         (gpg_key_ID): New macro.
6061         (url_dir_list): Rewrite to match coreutils.
6062         * config/prev-version.txt: Move...
6063         * .prev-version: ...here, and adjust to 2.61.
6064         * build-aux/vc-list-files: Sync from coreutils.
6065         * maint.mk: Resynchronize with coreutils, where possible.
6066         (ME): Remove $(srcdir) from definition.
6067         (CVS): Delete.
6068         (GIT, VC, VC-tag): New macros.
6069         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
6070         (VC_LIST, VC_LIST_EXCEPT): ...to this.
6071         (cvs-tag-check): Delete.
6072         (cvs-diff-check): Rename...
6073         (vc-diff-check): ...to this.
6074         (sc_file_system): Allow FHS acronym.
6075         * doc/autoconf.texi (Particular Functions): Recommend
6076         unconditional <config.h>.
6077         * build-aux/config.guess: Sync from upstream (manually).
6078         * build-aux/config.sub: Likewise.
6079         * build-aux/texinfo.tex: Likewise.
6080         * doc/make-stds.texi: Likewise.
6081         * doc/standards.texi: Likewise.
6082         * .gitattributes: Ignore whitespace problems in upstream files.
6084 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6086         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
6087         bug on HP-UX/IA.
6088         Report by Peter O'Gorman.
6090 2008-04-02  Eric Blake  <ebb9@byu.net>
6092         Recommend the just-released M4 1.4.11.
6093         * NEWS: Update recommendation.
6094         * README: Likewise.
6095         * doc/autoconf.texi (Introduction): Likewise.
6096         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
6098 2008-04-01  Eric Blake  <ebb9@byu.net>
6100         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
6101         copyright year.
6103 2008-03-28  Peter O'Gorman  <peter@pogma.com>
6105         Find X11 on Mac OS X too.
6106         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
6107         Check for libX11 with extensions dylib la and dll too.
6108         * THANKS: Update.
6109         Reported by Martin Costabel.
6111 2008-03-28  Eric Blake  <ebb9@byu.net>
6113         Update TODO based on completed tasks.
6114         * TODO (AC_PROG_INSTALL takes multiple files): Done.
6115         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
6116         (AC_COMPILE_IFELSE documentation): Done.
6117         (Tracing builtins): Done, now that we require M4 1.4.5.
6118         (AC_PROG_CC_POSIX suggestion, providing header files)
6119         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
6120         (cache consistency): Done with precious variables.
6122 2008-03-26  Eric Blake  <ebb9@byu.net>
6124         Document --trace=macro:format in --help output.
6125         * bin/autom4te.in (help): Mention optional trace format.
6126         * bin/autoconf.as (usage): Likewise.
6128         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
6129         typos in last patch.
6130         Reported by Ralf Wildenhues.
6132 2008-03-26  Jim Meyering  <meyering@redhat.com>
6134         Fix texinfo syntax error.
6135         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
6137 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6139         Warn, not fail on whitespace-only precious variable differences.
6140         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
6141         precious variable differences less ambiguous with `ugly-quotes'.
6142         If their settings differ only in whitespace, do not fail, but
6143         reuse the old value.
6144         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
6145         an optional status and expected-warning argument.  Fix m4
6146         quotation for initial value.
6147         (AC_ARG_VAR): Also test for whitespace-only differences, and
6148         that the old value is retained in this case.
6149         * doc/autoconf.texi (Setting Output Variables): Document this.
6150         * NEWS: Update.
6151         Report and initial patch by Paolo Bonzini.
6153 2008-03-26  Eric Blake  <ebb9@byu.net>
6155         Document busybox sed bug.
6156         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
6157         restrictions when using back-references.
6158         Reported by Vincent Lefevre:
6159         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
6161         Document Automake interaction with AC_CONFIG_MACRO_DIR.
6162         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
6163         users.
6164         * THANKS: Update.
6165         Reported by Chris Pickett.
6167 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6169         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
6171         * tests/local.at (AT_CHECK_M4): Factorize warning output
6172         normalization.
6173         Suggested by Eric Blake.
6175 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6177         Fix .exe-related test failure on MinGW.
6178         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
6179         for comparing warning output.
6181         Fix Fortran testsuite failures with gfortran 4.3.
6182         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
6183         verbose compiler output, skip lines that set variables; gfortran
6184         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
6185         * THANKS: Update.
6186         Report by Vincent Lefèvre.
6188 2008-03-21  Eric Blake  <ebb9@byu.net>
6190         * GNUmakefile: Resynchronize with gnulib.
6192         Document more uses of $cross_compiling.
6193         * doc/autoconf.texi (Runtime): Document that a temporary override
6194         is permissible.
6195         * THANKS: Update.
6196         Reported by Ineiev, example by Ralf Wildenhues.
6198         Don't swallow $1 in textual local variables.
6199         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
6200         expansion of text arguments, as that swallows $1.
6201         (m4_text_wrap): Likewise, by splitting out...
6202         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
6203         expression for width.
6204         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
6205         (m4@&t@_combine): Likewise.
6207 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6209         Avoid leftover files on Leopard.
6210         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
6211         directory created on darwin.
6212         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
6213         left over from a broken link.
6214         * tests/c.at (AC_NO_EXECUTABLES (working linker))
6215         (AC_NO_EXECUTABLES (broken linker)): New tests.
6216         Report by Gary V. Vaughan.
6218         * lib/autom4te.in (Automake-preselections): Trace
6219         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
6221 2008-03-20  Eric Blake  <ebb9@byu.net>
6223         Kill more CVS references.
6224         * README-cvs: Delete.  See README-hacking instead.
6225         * README-hacking: Update wording, based on older file.
6226         * BUGS: Remove CVS mention.
6228 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6230         * tests/tools.at (autotools and whitespace in file names): Skip
6231         if aclocal is not present.
6233 2008-03-20  Eric Blake  <ebb9@byu.net>
6235         Sync GNUmakefile with gnulib.
6236         * GNUmakefile (Makefile.cfg): Rename...
6237         (cfg.mk): ...to this, and make optional.
6238         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
6239         (Makefile.maint): Rename...
6240         (maint.mk): ...to this.
6241         (all) [!_have-Makefile]: Rename...
6242         (abort-due-to-no-makefile): ...to this, and invoke via
6243         .DEFAULT_GOAL to pick up all targets.
6244         * Makefile.cfg: Rename...
6245         * cfg.mk: ...to this.
6246         * Makefile.maint: Rename...
6247         * maint.mk ...to this.
6248         (ME): Reflect name change.
6249         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
6250         rather than hard-coded name.
6251         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
6252         * Makefile.am (EXTRA_DIST): Reflect file name changes.
6253         * .x-sc_prohibit_atoi_atof: Likewise.
6254         * lib/freeze.mk: Likewise.
6256 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
6258         * doc/autoconf.texi (Introduction): Improve the paraphrase of
6259         Henry Spencer's quotation.
6261 2008-03-19  Eric Blake  <ebb9@byu.net>
6263         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
6264         * bin/autoscan.in (output): Avoid obsolete spelling.
6265         * tests/local.at (AC_STATE_SAVE): Update usage.
6266         * THANKS: Update.
6267         Reported by John Calcote.
6269         Emphasize that ease of configure triumphs over ease of autoconf.
6270         * doc/autoconf.texi (Introduction): Expand on primary
6271         vs. secondary goal of autoconf.
6272         * THANKS: Update.
6273         Inspired by Paul Smith.
6275 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6277         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
6278         $hint, show if the executing program does not exist.
6279         (xsystem_hint): New function, like xsystem but allows to pass
6280         a hint.
6281         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
6282         libtoolize.
6283         Report by Bruce Korb.
6285 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
6287         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
6288         tests/mktests.sh, tests/wrapper.as: Fix typos.
6290 2008-03-12  Eric Blake  <ebb9@byu.net>
6292         Fix yesterday's regression in m4_wrap([$1]).
6293         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
6294         text, since it may contain text that looks like parameters.
6295         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
6297 2008-03-11  Eric Blake  <ebb9@byu.net>
6299         Improve error messages for common testsuite bugs.
6300         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
6301         macros for defining order-enforced macros.
6302         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
6303         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
6304         messages when order violations are detected.
6305         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
6306         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
6307         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
6308         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
6309         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
6310         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
6311         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
6312         (Banner-only test suite): New tests.
6313         Reported by Christopher Hulbert.
6315         Tweak m4_wrap to force FIFO or LIFO semantics.
6316         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
6317         (m4_wrap_lifo, _m4_wrap): New macros.
6318         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
6319         order, prior to m4sugar's.
6320         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
6321         m4_wrap.
6322         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
6323         known order, prior to m4sh's.
6324         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
6325         argument.
6326         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
6327         new behavior.
6328         * tests/m4sh.at (AS_INIT cleanup): New test.
6329         * NEWS: Document the change.
6331 2008-03-10  Eric Blake  <ebb9@byu.net>
6333         Encode nested autotest data.
6334         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
6335         (unusual file names): Likewise.
6336         (m4_pattern_allow): Remove loophole, to make it easier to catch
6337         poorly written tests.
6339         Factor some autotest tests.
6340         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
6341         common initialization.
6342         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
6343         (whitespace in absolute testdir, unusual file names): Use it.
6345 2008-03-06  Eric Blake  <ebb9@byu.net>
6347         Minor documentation fix.
6348         * doc/autoconf.texi (Evaluation Macros): Fix typo.
6350 2008-03-04  Eric Blake  <ebb9@byu.net>
6352         Make AT_CHECK act like a simple command.
6353         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
6354         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
6356 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6358         On MinGW, substitution of CR and 0xFF fails.
6359         * tests/torture.at (Substitute and define special characters):
6360         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
6361         wrong thing for CR.
6363 2008-03-04  Eric Blake  <ebb9@byu.net>
6365         Pull in recent maintainer improvements from coreutils.
6366         * GNUmakefile (_is-dist-target): 'make distclean' should not
6367         trigger autoreconf.
6368         (_dummy): Change directories before removing autom4te.cache.
6369         (check dist distcheck install) [!_have-Makefile]: Provide nicer
6370         diagnostics.
6371         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
6372         builds, after initial bootstrap.
6373         * Makefile.am (distclean-local): Work around current automake bug.
6374         * Makefile.maint (ME): Allow VPATH usage.
6376         Use git-merge-changelog when available.
6377         * .gitattributes: New file.
6378         * README-hacking: Document use of git-merge-changelog.
6380         Work around cygwin bug.
6381         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
6382         "touch 't\'" creates regular file 't'.
6384         Ignore tests that require read-only directories under root.
6385         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
6386         no-write portion if user has root-like privileges.
6388 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6390         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
6392 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6394         autoreconf -m now honors $MAKE.
6395         * bin/autoreconf.in ($run_make): Renamed from ...
6396         ($make): ... this.  Use now as command to run `make',
6397         overridden by $MAKE.  Document this in --help output.
6398         * doc/autoconf.texi (autoreconf Invocation): Document
6399         all environment variables honored by autoreconf.
6400         * NEWS: Update.
6401         Report by Paul Eggert.
6403 2008-03-03  Eric Blake  <ebb9@byu.net>
6405         Documentation improvements.
6406         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
6407         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
6408         that preceeds @dots.  Improve wording.
6409         (Text processing Macros): Drop `1' suffix from metasyntax variable
6410         name that preceeds @dots.
6411         (Number processing Macros): Drop `1' suffix from metasyntax
6412         variable name that preceeds @dots.  Improve wording.
6413         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
6414         Suggested by Ralf Wildenhues.
6416 2008-03-02  Jim Meyering  <meyering@redhat.com>
6418         Don't infloop upon "make dist".
6419         * GNUmakefile: Merge from coreutils.
6420         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
6421         not .version.
6422         * configure.ac (AC_INIT): Use .tarball-version, not .version.
6423         * build-aux/git-version-gen: Update from gnulib.
6425 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6427         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6428         Before using /dev/full, check that it is a writable character
6429         special device.
6430         Report by Benoit Sigoure and Eric Blake.
6432         Actually test that @configure_input@ is expanded correctly.
6433         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6434         Actually check generated file contents for the name of the
6435         generated file, using AC_PROG_FGREP and $FGREP.
6437 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
6439         Be nice with file systems that don't handle unusual characters.
6440         * tests/atlocal.in (func_sanitize_file_name)
6441         (func_sanitize_dir_name): New shell functions.
6442         * tests/tools.at (autom4te and whitespace in file names)
6443         (autotools and whitespace in file names): Use them.
6444         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6445         Cover more potentially problemtic file names.  Use the new
6446         functions.
6448         Properly handle funny file names for headers in config.status.
6449         The test suite did not cover this bug because the code was not
6450         quoting properly the arguments of `rm -f' (which "fails" silently)
6451         as well as the arguments of `diff' (whose output was redirected to
6452         /dev/null so we couldn't see its error message).
6453         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
6454         file names passed to `rm' and `diff'.
6455         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6456         Add a regression test.
6458 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
6459         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6461         Properly expand @configure_input@ in config.status.
6462         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
6463         Escape the backslashes and ampersands in $configure_input before
6464         using it in the sed replacement string to expand @configure_input@.
6465         Report by Eric Blake and Patrick Welche.
6467 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6469         Ignore errors from ./run on w32.
6470         * tests/autotest.at (whitespace in absolute testdir):
6471         Ignore stderr for `./run' which fails to remove the
6472         busy test directory on w32.
6474 2008-02-22  Eric Blake  <ebb9@byu.net>
6476         Improve documentation for writing autotest suites.
6477         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
6478         checks must live inside a test group.
6479         Reported by Christopher Hulbert.
6481 2008-02-21  Eric Blake  <ebb9@byu.net>
6483         Sync git-version-gen from upstream.
6484         * build-aux/git-version-gen: Pull from gnulib.
6485         * configure.ac (AC_INIT): Adjust to new calling convention.
6487 2008-02-12  Eric Blake  <ebb9@byu.net>
6489         Avoid trailing space in config.h with AC_DEFINE([var], []).
6490         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
6491         defines with a comment.
6493 2008-02-08  Eric Blake  <ebb9@byu.net>
6495         Fix texinfo typos in previous patch.
6496         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
6497         Reported by Ralf Wildenhues.
6499         Describe a config.site that can be used for FHS compliance.
6500         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
6501         for FHS.
6502         * THANKS: Update.
6503         Reported by Jules Colding and Ralf Wildenhues.
6505 2008-02-02  Eric Blake  <ebb9@byu.net>
6507         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
6509 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6511         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
6512         again, broken since introduction of `-C dir'.
6513         * tests/autotest.at (Choosing where testsuite is run): Test it.
6515 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
6517         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
6519 2008-01-29  Eric Blake  <ebb9@byu.net>
6521         Fix more autotest regressions.
6522         * lib/autotest/general.m4 (AT_LINE): Fix regression from
6523         2007-10-04 when file name is `dnl'.
6524         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
6525         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
6526         yesterday in libtool's testsuite.
6527         (_AT_ARG_OPTION): Detect write failure.
6528         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
6529         make libtool's use kosher.  Document m4_init.
6530         (Programming in M4sh): Document AS_INIT.
6531         (Writing Testsuites): Document limitation of AT_DATA file name.
6532         * tests/autotest.at (unusual file names): New test.
6533         (Banners, Keywords and ranges): Use correct shell.
6535         More corner cases in testsuite VAR=VALUE handling.
6536         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
6537         bug.
6538         <PARSE_ARGS_END>: Also detect leading digits in assignments.
6539         * tests/autotest.at (Using atlocal): Enhance test to catch last
6540         bug.
6542         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
6543         bug.
6545 2008-01-28  Eric Blake  <ebb9@byu.net>
6547         Fix regression in handling VAR=VALUE arguments to testsuite.
6548         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
6549         leading = as invalid.  Defer use of command-line variable
6550         assignments...
6551         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
6552         regression in sourcing files.
6553         * tests/autotest.at (Using atlocal): New test to catch this.
6554         (Debugging a successful test, Choosing where testsuite is run):
6555         Use correct shell.
6556         Reported by Ralf Wildenhues.
6558         Document grep peculiarity.
6559         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
6560         BSD behavior on binary input.
6562         Minor testsuite improvements.
6563         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
6564         forks when sanitizing PATH.  Always output machine information,
6565         not just when atconfig was located.
6567         Add 'testsuite -C dir'.
6568         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
6569         detection...
6570         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
6571         argument.
6572         <DEFAULTS>: Delay computation of variables based on $at_dir...
6573         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
6574         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
6575         <PARSE_ARGS>: Parse new option.
6576         <HELP_TUNING>: Document it.
6577         * tests/autotest.at (Choosing where testsuite is run): New test
6578         for this feature.
6579         (Keywords and ranges): Add test for missing -k argument.
6580         * NEWS: Document this.
6581         * doc/autoconf.texi (testsuite Invocation): Likewise.
6583 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6585         * build-aux/config.guess, build-aux/config.sub,
6586         build-aux/texinfo.tex: Sync from gnulib.
6587         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
6588         Likewise.
6590 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6592         * doc/autoconf.texi (Particular Programs): Do not mention the
6593         Autoconf version in which the AC_PROG_INSTALL change was done.
6594         Suggested by Paul Eggert.
6596 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6598         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
6599         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
6600         mode, we change to the source directory, also set $ac_pwd so we
6601         do not go back to the build tree for the next config subdir.
6602         * tests/torture.at (Deep Package): Extend test to contain two
6603         config subdirs on the top level.
6605         Fix parallel `maintainer-check'.
6606         * Makefile.am (maintainer-check-tests): Depend on `all'.
6607         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
6608         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
6609         Likewise.
6610         (maintainer-check): Serialize the testsuite runs.
6612         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
6613         in feature string for --enable/--with.  Convert to underscore
6614         for variable name.
6616         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
6617         `install -c file1 file2 dir' works.
6618         * doc/autoconf.texi (Particular Programs): Document this.
6619         * NEWS: Update.
6621 2008-01-21  Eric Blake  <ebb9@byu.net>
6623         Improve documentation about default include directives.
6624         * doc/autoconf.texi (Generic Headers, Generic Declarations)
6625         (Generic Structures, Generic Types)
6626         (Generic Compiler Characteristics): Add links to
6627         AC_INCLUDES_DEFAULT.
6628         Reported by Reuben Thomas.
6630 2008-01-15  Eric Blake  <ebb9@byu.net>
6632         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
6634 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6636         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
6637         check_SCRIPTS.  Building the wrappers for `all' allows help2man
6638         to use them for the manpages.
6639         Report by Benoit Sigoure.
6641         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
6643 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6645         Fix some write failure cases in Autotest.
6646         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
6647         upon write failures for --help, --version, --list.
6648         Guard against write failures for intermediate created scripts.
6649         <at_func_create_debugging_script>: Do not make the debugging
6650         script executable if it is not complete.
6652 2007-12-12  Eric Blake  <ebb9@byu.net>
6654         Fix thinko in earlier patch - m4_join isn't defined yet.
6655         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
6656         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
6657         (m4_require): Use m4_do, not m4_join.
6659         Fix some whitespace tests on cygwin.
6660         * tests/tools.at (autom4te and whitespace in file names): Restore
6661         font-lock.  Create $TMPDIR before it might be used.
6663         Fix spurious testsuite failure with M4 1.4.11.
6664         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
6666         Optimize AC_REQUIRE.
6667         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
6668         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
6669         (m4_require): Avoid extra macro calls.
6671 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6673         * tests/torture.at (srcdir): Fix quoting.
6675         Do not pass top_srcdir to configure scripts in testsuite.
6676         * tests/autotest.at (srcdir propagation): Copy install-sh to
6677         source tree.
6678         (my only test): Drop setting of `top_srcdir'.
6679         * tests/base.at (Input/Output): Likewise.
6680         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
6681         config.guess, and config.sub to test source tree.
6682         Drop AC_CONFIG_AUX_DIR setting.
6683         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
6684         * tests/torture.at (Substitute a 2000-byte string): Drop
6685         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
6686         (Substitute a newline, datarootdir workaround): Likewise.
6687         (Define a newline): Adjust for linenumber changes in configure.ac.
6688         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
6690         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
6691         if `pwd` contains whitespace.
6693         Quote $abs_top_srcdir in tests.
6694         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
6695         * tests/tools.at (Syntax of the shell scripts): Likewise.
6697         * tests/m4sh.at (LINENO): Quote $0.
6699         Fix testsuite program wrapper for whitespace in `pwd`.
6700         The problem here is that the usual mantra is that command
6701         variables can contain arguments, thus we cannot just escape
6702         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
6703         $top_builddir/tests directory early in $PATH, so that the
6704         wrappers are found by their plain name.
6705         * tests/wrapper.as: Put $testdir early in $PATH.
6706         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
6708         Proper config.status --file/--header and $srcdir escaping.
6709         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
6710         characters in $ac_file_inputs.
6711         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
6712         accordingly.
6713         * tests/torture.at (datarootdir workaround): Adjust.
6714         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
6716         Fix Autotest for whitespace in `pwd`.
6717         * lib/autotest/general.m4 (AT_INIT)
6718         <at_func_create_debugging_script, Driver Loop>:
6719         Quote $at_group_dir.
6720         * tests/autotest.at (whitespace in absolute testdir): New test.
6722         * lib/autom4te.in: Quote @datadir@.
6724         Proper file name escaping in Autoconf programs and Perl modules.
6725         This includes escaping of characters special to the shell
6726         as well as special to Perl, e.g., leading `<' or `>'.
6727         For example, when $file starts with `>', `open ">$file"'
6728         wrongly tries to append to a different file.
6729         * bin/autoconf.as: Fix quoting for autom4te options.
6730         * lib/Autom4te/General.pm (shell_quote): New function, taken
6731         from coreutils, written by Jim Meyering.
6732         (mktmpdir): Use it.
6733         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
6734         and open_quote.
6735         * bin/autoreconf.in (parse_args): Likewise.
6736         * bin/autoscan.in (main): Likewise.
6737         * bin/autoupdate.in (main): Likewise.
6738         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
6739         * bin/ifnames.in: Likewise, XFile usage fixes.
6740         * tests/tools.at (autom4te and whitespace in file names): Extend
6741         test.  Test twice, with special characters allowed on w32, and the
6742         rest.  Test leading and trailing whitespace, for `open_quote'.
6743         (autotools and whitespace in file names): New, analogous test.
6744         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
6745         by Russ Allbery and Eric Blake.
6747         Sync from Automake.
6748         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
6749         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
6750         * lib/Autom4te/FileUtils.pm (open_quote): New function.
6751         (update_file, contents): Use it.
6753         * Makefile.am (autom4te-update): Rewrite for git.
6755 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6757         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
6759         Fix copyright years.
6760         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
6761         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
6763 2007-12-04  Eric Blake  <ebb9@byu.net>
6765         Manually resync with gnulib, since 'make cvs-update' no longer works.
6766         * build-aux/config.guess: New upstream version.
6767         * build-aux/config.sub: Likewise.
6769         When using older automake, don't downgrade build-aux/texinfo.tex.
6770         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
6771         * doc/Makefile.am (TEXINFO_TEX): Add.
6773 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6775         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
6776         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
6777         #undef as this runs afoul of our new way of creating config.h.
6778         Problem reported by Jim Meyering in
6779         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
6781 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6783         Fix autom4te for unusual characters in input file names.
6784         * bin/autom4te.in (files_to_options): Quote active characters
6785         for the shell.
6786         * tests/tools.at (autom4te and white space in file names):
6787         New test.
6789         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
6790         Document that Tru64 awk always splits $0.
6792 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
6794         * lib/autotest/general.m4 (AT_INIT): Do not extract the
6795         `#AT_STOP_...' line at the end of each test.
6797 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6799         * lib/autotest/general.m4 (AT_INIT): For awk line number
6800         extraction script, ensure `$at_group' has a defined value
6801         even for the empty set, and properly quote its usage inside
6802         the awk script.
6804 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6806         * doc/autoconf.texi (Shell Functions): New chapter.  Document
6807         IRIX sh $0 issue in functions, move content from ...
6808         (Portable Shell): ... here.
6809         (Shell Script Compiler): Note that shell functions are not
6810         totally unportable any more.
6812 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
6813         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6815         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
6816         extracting the line numbers of the last needed test.
6818 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6820         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
6821         Fix quoting.
6823 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6825         Fix IRIX testsuite debugging failures: $0 in functions.
6826         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
6827         Do not use $0 inside a function, as IRIX sh will set that to the
6828         function name rather than the script invocation name.
6830 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
6831         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6833         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
6834         to extract test scripts.
6835         (AT_INIT): Extract and cache test script line numbers.
6837 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6839         * lib/autotest/general.m4: Revert 2007-11-15 patch and
6840         subsequent fixups; the awk -> here-document conversion trashes
6841         performance too much with AIX sh.
6843 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6845         * tests/local.at: Do not test m4, perl with AT_TESTED.
6847         Diagnose and guard against write errors dealing with config.status.
6848         The general idea is this: all write failures from `configure'
6849         writing `config.status' are indicated by $ac_write_error, which
6850         is only checked at the end.  This is safe because config.status
6851         code is not executed before the file is complete.  Other write
6852         failures, be they inside config.status, or in sub shell/awk
6853         scripts spawned from configure or config.status, typically need
6854         earlier checking, as their results are used right afterwards.
6855         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
6856         before writing config.status, check afterwards.
6857         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
6858         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
6859         Set `ac_write_error' for write failures to config.status.  Barf
6860         upon write failures to temporary files.
6861         Adjust note about closing and reopening the here-document.
6862         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
6863         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
6864         reopening the here-document.
6865         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6866         Ensure `ac_write_error' does not escape into config.status.
6867         Also, add a couple of code paths not yet exercised in the test
6868         suite: a config file with input from stdin, and a config header
6869         output to stdout.
6870         Suggestion for catching write errors by Bruno Haible.
6872 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6874         Avoid error with Tru64 awk and testsuite lines with many words.
6875         * lib/autotest/general.m4 (AT_INIT): In the awk script that
6876         reads the testsuite, set the field separator to an unusual value,
6877         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
6878         even splits the input if $i, i>0, was never accessed in the script.
6880         Revert 2007-10-17 change.
6881         * TODO: Multiline args in config files and headers mean something
6882         different and are not fixed, see
6883         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
6884         Report by Stepan Kasal.
6886         * doc/autoconf.texi (Generic Programs): Fix typo.
6888 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
6890         AC_*_TOOL does not canonicalize the prefix
6891         * doc/autoconf.texi (Generic Programs): Do not say that
6892         the *_TOOL macros canonicalize, they simply use the `host_alias'.
6894 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6896         Diagnose write errors in config.status instantiations.
6897         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
6898         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
6899         on write errors.
6900         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
6901         Extend test to also check for some write error failures, using...
6902         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
6903         Report by Bruno Haible.
6905         Indentation fixups.
6906         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
6907         indentation.
6908         (_AT_CHECK): Use less indentation, to save space.
6910 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6912         Add witness macro for @top_build_prefix@ substitution.
6913         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
6914         (_AC_OUTPUT_FILE): Mention it here.
6916 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
6917         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6919         * lib/autotest/general.m4 (at_func_test): Remove.
6920         (AT_INIT): Pre-extract test groups into separate files.
6921         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
6922         Remove at-test-source files together with the $at_group_dir.
6923         * tests/autotest.at (Long test source lines): New test.
6925 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6927         Shell functions and variables may share a namespace.
6928         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
6929         limitation.
6931 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
6933         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
6934         gnulib.
6936 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6938         * lib/autoconf/status.m4: Fix a couple of comment typos.
6940         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
6942 2007-11-13  Jim Meyering  <meyering@redhat.com>
6944         Clean up the rule to create "expr".
6945         * tests/Makefile.am (expr): Don't redirect directly to target.
6946         Redirect just once, not for each echo statement.
6947         Use $@, not literal "expr".
6949 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
6951         Don't worry about preprocessor when testing long long.
6952         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
6953         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
6954         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
6955         These no longer check for preprocessor flaws.
6956         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
6957         Do not check for preprocessor flaws.
6959 2007-11-13  Jim Meyering  <meyering@redhat.com>
6961         Adapt dependencies, now that a version change doesn't modify configure.ac
6962         * GNUmakefile: Remove "make clean" kludge.
6963         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
6964         configure.ac.
6965         Don't redirect directly to target.
6966         Use $@, not literal "version.m4".
6968 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6970         * doc/autoconf.texi (Making testsuite Scripts): Document
6971         ":;{" shorthand as in previous patch.
6973 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
6975         * doc/autoconf.texi (Limitations of Builtins): Document problem
6976         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
6977         for the workaround.
6978         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
6979         Use ":;{" shorthand.
6980         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
6982 2007-11-12  Jim Meyering  <meyering@redhat.com>
6984         Add more non-srcdir build support.
6985         * GNUmakefile (dummy): Split a long line.
6986         Add -v option to autoreconf invocation.
6988         Remove the autoreconf-provided INSTALL, so that we regenerate it.
6989         * GNUmakefile (dummy): Remove INSTALL.
6991         Remove racy commands to build scripts in bin/ and tests/.
6992         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
6993         are guaranteed to be built, remove the rules that tried to build
6994         them.  Before, with a parallel build, these rules could lead to
6995         two processes writing tests/wrapper.in concurrently.
6997         Build in man/ only *after* building in bin/ and tests/.
6998         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
6999         in both bin/ and tests/.
7001         Accommodate non-srcdir build-from-checkout.
7002         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
7003         Use git's --git-dir=$srcdir/.git option.
7004         Add quotes, in case tarball_version_file contains shell meta-characters.
7005         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
7006         * configure.ac: Pass "." to git-version-gen.
7008         Avoid spurious test failures due to version skew.
7009         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
7011 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7013         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
7014         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
7015         Remove conftest.dSYM directory.
7016         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
7017         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
7018         Remove `conftest.*' recursively.
7019         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
7020         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
7021         Likewise.
7022         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
7023         * THANKS: Update.
7024         Report and analysis by Jeff Squyres and Peter O'Gorman.
7026 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
7028         Fix typos in variable names.
7029         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
7031 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
7033         Document that $((expression)) is not portable.
7034         * doc/autoconf.texi (Shell Substitutions): Here.
7036 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7038         Ignore configure --help* errors due to LINENO-impaired shells.
7039         * tests/torture.at (Configuring subdirectories, Deep Package):
7040         In the --help* tests in read-only trees, make `.' temporarily
7041         writable again for the `stderr' file, and ignore errors due to
7042         the attempt to write configure.lineno.
7043         Report by Patrick Welche.
7045 2007-11-10  Jim Meyering  <meyering@redhat.com>
7047         Generate package.m4 in build-dir, not srcdir.
7048         * tests/Makefile.am (package.m4): Adjust target.
7049         Don't redirect directly to $@.
7050         (CLEANFILES): Add package.m4.
7051         ($(TESTSUITE)): Depend on just-built package.m4, not the one
7052         in $(srcdir).
7053         When running $(AUTOTEST), search "." before searching $(srcdir).
7055         Avoid a race condition that would make parallel "distclean" fail.
7056         * tests/Makefile.am (distclean-generic): Replace the default,
7057         automake-provided rule with an identical one, but with an additional
7058         dependency on distclean-local.  Simply adding the dependency would
7059         cause automake not to emit the rule at all.
7060         * BUGS: Building with -jN works, now.
7062         Distribute git-version-gen.
7063         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
7064         since GNUmakefile is distributed, and requires it for dist* rules.
7066         Remove two more generated files from version control.
7067         * INSTALL: Remove generated file.
7068         * lib/autoscan/autoscan.list: Remove generated file.
7070 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7072         * GNUmakefile (PATH): Remove stray apostrophes; they become
7073         part of PATH, which isn't wanted here.
7075 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7077         New config files output variable `top_build_prefix'.
7078         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
7079         `top_build_prefix'.
7080         * doc/autoconf.texi (Preset Output Variables): Document it.
7081         * NEWS: Update.
7082         Report by Bob Friesenhahn.
7084         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
7085         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
7086         function, to parametrize arithmetic with expr vs. the shell.
7087         Use it where possible.
7088         Suggestion by Benoit Sigoure.
7090 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
7092         Adjust the documentation of autotest WRT atlocal.
7093         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
7094         when using Automake, to write a rule to produce atlocal, since it's
7095         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
7096         distributed, not atconfig.in.
7098 2007-11-04  Eric Blake  <ebb9@byu.net>
7100         Update list information.
7101         * README: Mention new autoconf-commit list.
7102         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
7104 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7106         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
7108         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
7110         * build-aux/.gitignore: Ignore mkinstalldirs.
7112         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
7114 2007-11-03  Jim Meyering  <meyering@redhat.com>
7116         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
7117         * build-aux/git-version-gen: This syncs from coreutils.
7119         Adjust the build procedure so "make check" works reliably.
7120         * README-hacking: Include an extra step between "make" and
7121         "make check" to ensure that the latter passes.
7123         Use just-built tools, when possible.
7124         * GNUmakefile (PATH): Set and export here, ...
7125         (dummy): ... rather than here.
7127 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7128         and Andreas Schwab  <schwab@suse.de>
7130         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
7131         exit status bug.
7133 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7135         * configure.ac (AC_PREREQ): Require version 2.60, for
7136         AC_PROG_SED, AC_PROG_GREP.
7138 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
7139         and Jim Meyering  <meyering@redhat.com>
7140         and Andreas Schwab <schwab@suse.de>
7141         and Eric Blake  <ebb9@byu.net>
7143         Document a bug in GNU Bash with compound commands and redirections.
7144         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
7145         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
7146         workaround.
7148 2007-11-03  Eric Blake  <ebb9@byu.net>
7150         Support m4 1.4.5 in testsuite.
7151         * tests/torture.at (Define a newline): Exclude line numbers in
7152         error message.
7153         Reported by Ralf Wildenhues.
7155 2007-11-03  Jim Meyering  <meyering@redhat.com>
7157         Remove automake-provided files from version control.
7158         * build-aux/elisp-comp: Remove file.
7159         * build-aux/install-sh: Remove file.
7160         * build-aux/missing: Remove file.
7161         * build-aux/mdate-sh: Remove file.
7162         * build-aux/.gitignore: New file.
7163         Suggestion from Ralf Wildenhues.
7165 2007-11-03  Eric Blake  <ebb9@byu.net>
7167         Adjust version comparison to account for git snapshot numbers.
7168         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
7169         component separator.
7170         * doc/autoconf.texi (Number processing Macros)
7171         <m4_version_compare>: Document this change.
7172         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
7174 2007-10-30  Bruno Haible  <bruno@clisp.org>
7176         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
7177         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
7178         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
7179         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
7180         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
7181         Suggested by Paul Eggert.
7183 2007-10-28  Jim Meyering  <meyering@redhat.com>
7185         * README-hacking: Autoconf, Automake, and Perl are required to build.
7186         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
7188 2007-10-28  Jim Meyering  <meyering@redhat.com>
7190         README-hacking: Recommend running autoreconf -vi.
7191         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
7192         so that we use just-built tools when they're available.
7193         Suggestions from Ralf Wildenhues.
7195 2007-10-28  Jim Meyering  <meyering@redhat.com>
7197         Make inter-release --version output more useful.
7199         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
7200         which indicates that it is built using the 19th change set
7201         (in _some_ repository) following the "v2.61a" tag, and that 58dd
7202         is a prefix of the commit SHA1.
7203         * build-aux/git-version-gen: New file.
7204         * configure.ac: Run it to set the version.
7205         (AM_INIT_AUTOMAKE): Don't check NEWS here.
7206         * Makefile.am (dist-hook): Arrange so that .version appears only
7207         in distribution tarballs, never in a checked-out repository.
7208         * .gitignore: Add .version here, too.  Just in case.
7209         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
7210         not configure.ac, now that the version number changes automatically.
7212         Ensure that $(VERSION) is up to date for dist-related targets.
7213         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
7214         git-version-gen doesn't match $(VERSION), but only for dist targets.
7216 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7218         Fix `Deep Package' failure with a configure script early in PATH
7219         * tests/torture.at (Deep Package): Add `.' early in PATH.
7220         Report by Jim Meyering.
7222 2007-10-27  Jim Meyering  <meyering@redhat.com>
7224         Remove all generated files from version control.
7225         * aclocal.m4: Remove.
7226         * configure: Remove.
7227         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
7228         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
7229         * README-hacking: New file: how to build from just-checked-out sources.
7231 2007-10-23  Eric Blake  <ebb9@byu.net>
7233         Improve corner case of m4_expand.
7234         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
7235         efficiently.
7236         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
7237         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
7238         documentation.
7240 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
7242         * doc/make-stds.texi: Update from gnulib.
7244 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7245         and Eric Blake  <ebb9@byu.net>
7247         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
7248         problem reported by Bruno Haible in
7249         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
7251 2007-10-22  Eric Blake  <ebb9@byu.net>
7253         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
7254         preprocessor.
7256 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7258         Don't check for bug in HP-UX 11.00 cpp.
7259         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
7260         Use -1ull rather than -1u, since that causes problems with gnulib; see
7261         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
7263 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7265         * tests/autotest.at (Backquote command substitution)
7266         (Multiline backquote command substitution)
7267         (Parenthetical command substitution)
7268         (Multiline parenthetical command substitution): Fix typos in
7269         test names.
7271 2007-10-21  Eric Blake  <ebb9@byu.net>
7273         * configure: Regenerate.
7275 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7277         Fix config status generation with Tru64 ksh.
7278         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
7279         escaping of backslash in here-documents.
7281         Fix `Deep Package' test failure on FreeBSD.
7282         * tests/torture.at (Deep Package): Do not add `.' to $PATH
7283         unnecessarily.  Do not try running `/bin/sh configure' with a
7284         configure script to be found in $PATH, if the shell does not do
7285         this resolution.  Fixes test failure on FreeBSD.
7287         Fix config header generation with AIX awk.
7288         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
7289         script, use helper array D_is_set, as `" 0"' does not evaluate
7290         to true for AIX awk.
7292 2007-10-21  Eric Blake  <ebb9@byu.net>
7294         * tests/autotest.at (Banners): Reinstate test, with typo
7295         corrected.
7297 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7299         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
7300         <at_func_validate_ranges>: ... using this new function.
7301         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
7302         Test --list with ranges and keywords.
7303         (Banners): Remove one now-failing test.
7305 2007-10-20  Eric Blake  <ebb9@byu.net>
7307         Fix testsuite --list subset.
7308         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
7309         back to spaces, before listing subset of tests.
7310         Reported by Ralf Wildenhues.
7312 2007-10-19  Eric Blake  <ebb9@byu.net>
7314         s/parenthesis/parentheses/ where appropriate.
7315         * doc/autoconf.texi: Fix typos.
7316         * lib/m4sugar/m4sugar.m4: Likewise.
7317         Reported by Ralf Wildenhues.
7319         Document m4_expand limitation.
7320         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
7321         unbalanced parse.
7322         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
7323         (Writing Testsuites): Mention limitations inherited from
7324         m4_expand.
7326         Improve AT_BANNER handling.
7327         * lib/autotest/general.m4 (BANNERS): New named diversion.
7328         (TESTS_END): Diversion no longer used.
7329         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
7330         shell function, which prints only as needed, using an associative
7331         array of banner text from a special diversion.
7332         <PARSE_ARGS_END>: No longer need awk to find banners.
7333         <TESTS>: Banners are no longer processed by main driver loop, so
7334         we no longer need case statement.
7335         (AT_BANNER): Rewrite to populate new diversion.
7336         (AT_SETUP): Each test invokes its own banner.  No output is needed
7337         to the TESTS diversion.
7338         * doc/autoconf.texi (Writing Testsuites): Document slight
7339         semantics change.
7340         * tests/autotest.at (AT_BANNERS): Enhance test.
7341         * NEWS: Document AT_BANNER.
7343         Document and test AT_BANNER.
7344         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
7345         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
7346         (AT_CHECK_BANNERS): New test.
7348         Doc touchups.
7349         * doc/autoconf.texi (Text processing Macros) <m4_strip>
7350         <m4_text_wrap>: Clarify and fix typos.
7352 2007-10-18  Eric Blake  <ebb9@byu.net>
7354         Ignore `make dist' changelogs in testsuite.log.
7355         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
7356         directories matching AT_PACKAGE_TARNAME-*.
7358         Fix AT_TESTED, AT_KEYWORDS.
7359         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
7360         occurs in string, as duplicates may be added.
7361         (_m4_append_uniq): New helper macro.
7362         (m4_append_uniq_w): New macro.
7363         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
7364         duplication bug by using new macro.
7365         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
7366         programs with stdin redirected, so programs that don't
7367         understand --version won't try to behave interactively.
7368         * tests/autotest.at (Tested programs): Catch this bug.
7369         * tests/m4sugar.at (m4@&t@_append): Test new macro.
7370         * tests/local.at (AT_TESTED): Add m4, perl.
7371         * doc/autoconf.texi (Text processing Macros): Document
7372         m4_append_uniq_w, and update text on m4_append.
7373         * NEWS: Document the addition.
7375 2007-10-17  Eric Blake  <ebb9@byu.net>
7377         Function cleanup.
7378         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
7379         from m4 macro...
7380         (AT_INIT) <at_func_create_debugging_script>: ...to shell
7381         function.
7382         (AT_INIT): Defer function declarations until after --help,
7383         --version.  Format functions consistently, trying to fit in 80
7384         columns.
7385         (TEST_FUNCTIONS): Based on recent changes, rename...
7386         (TEST_GROUPS): ...to this.
7388         Reject FreeBSD m4.
7389         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
7390         * configure: Regenerate.
7391         Reported by Bob Friesenhahn.
7393         Test recent additions.
7394         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
7395         (m4@&t_max and m4@&t_min): New tests.
7396         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
7397         description.
7399 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7401         * TODO: multiline args in config files and headers work now.
7403         Autotest: do not use shell functions for individual tests.
7404         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
7405         extract the source test source, do not invoke it.
7406         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
7407         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
7408         expect exit status of 1.
7409         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
7411         * lib/autotest/general.m4 (at_func_test): Fix test extraction
7412         script.
7414 2007-10-17  Eric Blake  <ebb9@byu.net>
7416         Fix m4_combine for empty suffix list.
7417         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
7418         * doc/autoconf.texi (Text processing Macros): Document this.
7420         Add m4_combine, based on Libtool's lt_combine.
7421         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
7422         * doc/autoconf.texi (Text processing Macros): Document it.
7423         * NEWS: Likewise.
7425 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7427         Fix `configure --help=recursive' in unconfigured/read-only trees.
7428         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
7429         is not writable, use 'cp -p' in this case, in the hope that it
7430         will not actually be needed.  Still try removing files, in case
7431         of other write errors.
7432         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
7433         use $as_myself, not $0.
7434         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
7435         exist, try again in the the source tree.  This change assumes
7436         that the subpackage configure script is capable of running
7437         --help=recursive in the source tree.
7438         * tests/torture.at (Configuring subdirectories, Deep Package):
7439         Adjust tests to expose both issues, also try invocation as
7440         `sh configure ...' and plain `configure ...' with PATH adjusted.
7441         * NEWS, THANKS: Update.
7442         Report by Hans Ulrich Niedermann.
7444 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7446         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
7447         Problem reported by H.Merijn Brand in
7448         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
7449         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
7450         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
7451         Check that preprocessor handles 64-bit ints, too.
7453 2007-10-16  Eric Blake  <ebb9@byu.net>
7455         m4_map is a looping construct.
7456         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
7458         Fix m4_map, and add some more utility macros.
7459         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
7460         (m4_echo, m4_make_list): New documented macros.
7461         (_m4_quote, _m4_shift2): New helper macros.
7462         (m4_map): Change semantics to allow calling macro without
7463         arguments.
7464         (m4_map_sep): Likewise.  Also change semantics to quote separator,
7465         to match m4_join and m4_append.
7466         (m4_version_unletter): Fix use of m4_map.
7467         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
7468         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
7469         (Text processing Macros): Mention m4_dquote as a faster
7470         alternative to joining with commas.
7471         (Looping constructs): Document m4_map, m4_map_sep.
7472         * NEWS: Mention new macros.
7474         A few more m4sugar improvements, to benefit libtool.
7475         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
7476         of expansion by avoiding extra uses of $@.
7477         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
7478         (_m4_cdr): New helper macro.
7479         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
7480         (_m4_shift3): New helper macro.
7481         (_m4_foreach): Swap argument order, and use new macro to reduce
7482         size of expansion.
7483         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
7484         count must be positive.
7486         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
7487         Reported by Ralf Wildenhues.
7489 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7491         * doc/autoconf.texi (Portable Shell): Improve description of zsh
7492         4.x function subshell bug with exit and trap.
7494 2007-10-15  Eric Blake  <ebb9@byu.net>
7496         Enhance AS_HELP_STRING.
7497         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
7498         and reduce number of expansions.
7499         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
7500         and to take indent and wrap column numbers.
7501         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
7502         * doc/autoconf.texi (Pretty Help Strings): Document details about
7503         arguments.
7504         (Text processing Macros): Minor tweaks.
7505         * NEWS: Document this change.
7507         Fix 2007-10-03 regression with AT_SETUP([a, b]).
7508         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
7509         (m4_text_box): Use it.
7510         * lib/autotest/general.m4 (AT_SETUP): Use it.
7511         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
7512         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
7513         * NEWS: Revert caveat about semantics change on comma.
7514         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
7516 2007-10-13  Eric Blake  <ebb9@byu.net>
7518         Change m4_join to match libtool's ltsugar semantics.
7519         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
7520         Ignore empty arguments, using...
7521         (_m4_join): ...this new helper.
7522         * tests/m4sugar.at (m4@&t@_join): New test.
7523         * doc/autoconf.texi (Text processing Macros): Document new
7524         semantics of m4_join.
7526         Make AC_PREREQ faster and more robust.
7527         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
7528         (m4_version_prereq): Inline constant expansions.
7529         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
7530         Rewrite in terms of [] list, not () list.
7531         (_m4_list_cmp, _m4_version_unletter): New helper macros.
7532         (m4_version_unletter): Write wrapper around new implementation to
7533         preserve old semantics.
7534         (m4_version_compare): Pass correct type of list, and avoid
7535         overhead of flattening expressions too early.
7536         (m4_do): Move to be near other quoting macros.
7537         (m4_max, m4_min): Always result in decimal output.
7538         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
7539         Move m4_do...
7540         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
7541         (Text processing Macros): Move m4_version_compare...
7542         (Number processing Macros): ...to this new node; document m4_cmp,
7543         m4_list_cmp, m4_sign, m4_max, m4_min.
7544         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
7545         up on bugs fixed by this patch.
7546         * NEWS: Document new macros.
7548 2007-10-12  Eric Blake  <ebb9@byu.net>
7550         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
7551         (Reporting Messages): Fix underfull hbox.
7553         Some more m4sugar documentation.
7554         * lib/m4sugar/m4sugar.m4: Clean up macro order.
7555         * doc/autoconf.texi (Programming in M4): Lighten the warning on
7556         using m4sugar; it is stabilizing and useful.
7557         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
7558         m4_divert, m4_undivert, __file__, __line__, __oline__.
7559         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
7560         m4_fatal, m4_location, m4_warn.
7561         (Diversion support): New node, documenting m4_divert_push,
7562         m4_divert_pop, m4_divert_text, m4_divert_once.
7563         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
7564         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
7565         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
7566         as obsolescent.
7567         (Printing Messages): Change cross-reference.
7569         Document interaction of recent m4_append change with Libtool HEAD.
7570         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
7571         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
7572         * tests/m4sugar.at (m4@&t@_append): New test.
7573         * NEWS: Document semantics change.
7574         * doc/autoconf.texi (Text processing Macros): Likewise.
7576         s/AC_VERSION/AC_AUTOCONF_VERSION/.
7577         * doc/autoconf.texi (Versioning): Change the name.
7578         * NEWS: Likewise.
7579         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
7580         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
7581         Suggested by Ralf Wildenhues.
7583         Namespace cleanup.
7584         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
7585         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
7586         autoconf namespace.
7587         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
7588         (Programming in M4sh, Macro Names): Beef up description of
7589         namespaces reserved for autoconf.
7590         * configure: Regenerate.
7592 2007-10-12  Eric Blake  <ebb9@byu.net>
7593         and Paolo Bonzini  <bonzini@gnu.org>
7595         Speed up execution of subset of testsuite.
7596         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
7597         (AT_INIT) <at_func_test>: New shell function.
7598         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
7599         (AT_INIT) <at_test_source> New variable, names file that holds
7600         current test function definition.
7601         (AT_SETUP): Start the shell function at_func_test_#, into the
7602         TEST_FUNCTIONS diversion.
7603         (AT_CLEANUP): End the shell function.  Simplify the TESTS
7604         diversion to invoke the function.
7606 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7608         * .gitignore: Ignore tags and TAGS files.
7610 2007-10-11  Eric Blake  <ebb9@byu.net>
7612         Config header generation followup.
7613         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
7614         which won't work with the preprocessor nor with the awk
7615         implementation.
7616         * tests/torture.at (Define a newline): Test raw newline detection,
7617         removing the XFAIL.
7618         * doc/autoconf.texi (Defining Symbols): Document recent change to
7619         allow backslash-newline.
7620         * THANKS: Update.
7622 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7624         * lib/autotest/general.m4: Put function braces in separate line.
7626 2007-10-10  Eric Blake  <ebb9@byu.net>
7628         Avoid some overhead from m4_defn and m4_popdef.
7629         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
7630         pass on first argument, since we are documented that way.
7631         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
7632         check where it is safe to do so.
7633         (m4_append): Likewise, and quote the separator.
7634         (m4_text_box): Likewise, and avoid regex, also be robust to
7635         expansion and quadrigraphs.
7637         Another AC_DEFINE speedup.
7638         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
7639         elision...
7640         (_AC_DEFINE_Q): ...here, and only do it once.
7641         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
7642         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
7643         introduced 2007-10-05.
7645         Whitespace cleanup.
7646         * lib/autoconf/general.m4: Use consistent indentation.
7647         * configure: Regenerate.
7649         * NEWS: Announce recent round of speed optimizations.
7651 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7653         * NEWS: Announce shell function usage in Autotest.
7655 2007-10-10  Eric Blake  <ebb9@byu.net>
7656         and Paul Eggert  <eggert@cs.ucla.edu>
7658         Reduce number of forks at startup.
7659         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
7660         sanitization.
7661         * configure: Regenerate.
7663 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7664         and Paul Eggert  <eggert@cs.ucla.edu>
7666         Use awk for config header generation.
7667         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
7668         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
7669         header machinery for use with awk and placement outside the main
7670         config.status instantiation loop.  Retain multi-line defines
7671         through backslash-newline combinations, do not split the script
7672         any more.
7673         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
7674         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
7675         needed.
7676         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
7677         from define values.
7678         * NEWS: Update.
7679         * tests/torture.at (#define header templates): Extend test by
7680         several more cases: white space before and after `#', macros
7681         with parameters in config.hin and as defines, multi-line macro
7682         values.
7683         (Torturing config.status): Use a define value twice the length
7684         in order to exercise the awk literal string limit.
7685         (Substitute and define special characters): Also try special
7686         delimiter, to exercise the special-case code.
7687         Suggestion by Eric Lemings.
7689 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7691         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
7693 2007-10-09  Eric Blake  <ebb9@byu.net>
7695         Improve header of bin/autoconf.
7696         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
7697         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
7698         from M4sh.
7699         * bin/autoconf.as: Put copyright up front in generated file.
7701         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
7703 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7705         * doc/install.texi (Basic Installation): Document `uninstall'.
7706         * INSTALL: Regenerate.
7707         Suggestion by Roberto Bagnara.
7709 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7711         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
7713         Adjust doc. to match latest gnulib.
7714         * build-aux/texinfo.tex: Sync from gnulib.
7715         * doc/standards.texi: Likewise.
7716         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
7717         Documentation License" and remove the subsection.  This simplifies
7718         the manual a bit and is more like what other GNU projects do
7719         nowadays.
7721 2007-10-08  Eric Blake  <ebb9@byu.net>
7723         Use recent changes.
7724         * configure: Regenerate.
7726         Fix regression in m4_text_wrap from 2007-10-05.
7727         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
7728         (m4_sign): Sort.
7729         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
7730         m4_format.
7731         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
7732         * tests/autotest.at (Long test title, Longer test title): Test
7733         this fix, beyond what AS_HELP_STRING already tests.
7735         Avoid m4 warnings on bad m4_format usage.
7736         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
7737         evaulates to 0.
7738         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
7739         enough arguments are provided.
7741 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
7743         * doc/autoconf.texi (Shell portability): Document shell function
7744         portability.
7746 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
7748         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
7749         at_func_check_skip, at_func_check_status, at_func_filter_trace,
7750         at_func_log_failure shell functions.  Use test -s to avoid
7751         useless diff invocations.
7752         (at_func_check_newline): Renamed from at_check_newline.
7753         (AT_SETUP): Define AT_captured_files to empty.
7754         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
7755         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
7756         the shell functions.
7758 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7760         Don't assume "." is writeable, for commands like "autoconf --version".
7761         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
7762         different heuristic instead, one that doesn't rely on creating
7763         files.
7765         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
7766         correctly.
7768 2007-10-05  Jim Meyering  <meyering@redhat.com>
7770         Avoid makeinfo warnings.
7771         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
7772         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
7774 2007-10-05  Eric Blake  <ebb9@byu.net>
7776         Resolve Python issue 1676135 regarding configure directory args.
7777         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
7778         slashes from directory arguments.
7779         * tests/base.at (configure directories): New test.
7780         * doc/autoconf.texi (Installation Directory Variables): Document
7781         the change.
7782         * NEWS: Likewise.
7783         * THANKS: Update.
7784         Reported by Björn Lindqvist.
7786         Provide better short-circuiting operation.
7787         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
7788         (m4_text_wrap): Use it.  Also avoid useless m4_for.
7789         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
7790         new macro.
7791         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
7792         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
7793         to avoid regexps.
7794         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
7795         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
7796         (Conditional constructs): ...here, to new section.  Also document
7797         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
7798         m4_bpatsubsts, and m4_default.
7799         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
7800         m4_do.
7802 2007-10-04  Eric Blake  <ebb9@byu.net>
7804         Fix recent testsuite failures.
7805         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
7806         that must not be re-expanded after AS_ESCAPE.
7807         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
7808         checking if it is an identifier.
7810         Whitespace cleanup.
7811         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
7812         leading whitespace, as it caused space-tab in testsuite.
7813         (AT_INIT): Avoid trailing newlines in testsuite.
7815         One more round of m4_foreach_w speedups.
7816         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
7817         is present.
7818         (_m4_split): Avoid useless expansions inside definition.  Move
7819         argument defaulting...
7820         (m4_split): ...here.  Change alternate quote to something less
7821         likely to appear in $1.  Also, special case space as regexp...
7822         (m4_foreach_w): ...to avoid regexp on single-term list.
7823         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
7824         useless expansions inside definition.
7825         * tests/m4sugar.at (m4@&t@_split): Add tests.
7827 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
7829         * general.m4 (AT_INIT): Add at_check_newline function.
7830         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
7831         (_AT_CHECK): Don't use at_trace_this.
7833 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
7835         Fix previous commit.
7836         * lib/autotest/general.m4 (AT_LINE): Fix regex.
7838 2007-10-04  Eric Blake  <ebb9@byu.net>
7840         Speed up building testsuites.
7841         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
7842         changed since last time.  Use simpler regex.
7844 2007-10-03  Eric Blake  <ebb9@byu.net>
7846         Optimize checking for identifiers.
7847         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
7848         macros, more efficient than regex on m4_re_word.
7849         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
7850         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
7851         now use @&t@.
7852         * configure: Regenerate.
7854         Remove some XFAILs, and make AT_SETUP output line up.
7855         * lib/autotest/general.m4 (AT_SETUP): Only expand description
7856         once; thereafter, use its expansion, properly quoted.
7857         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
7858         expansion with arguments, and check for aligned output.
7859         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
7860         Add a test for macros with parameters.
7861         * NEWS: Document the semantics change.
7862         * tests/base.at: Fix test titles containing commas.
7863         * tests/compile.at: Likewise.
7864         * tests/tools.at: Likewise.
7865         * tests/torture.at: Likewise.
7867         Another round of regex avoidance.
7868         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
7869         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
7870         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
7871         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
7872         character ranges useful in m4_translit.
7873         (m4_toupper, m4_tolower): Optimize the constant portion of
7874         definition.
7875         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
7876         creates $, and reject [] thanks to AS_TR_SH rewrite.
7877         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
7878         (AS_ESCAPE): Factor...
7879         (_AS_ESCAPE): ...into new macro, with second argument required.
7880         Avoid regex in common case.
7881         (_AS_QUOTE): Use new macro.
7883         Whitespace cleanup.
7884         * lib/autoconf/types.m4: Avoid space-tab.
7885         * lib/m4sugar/m4sh.m4: Use tab consistently.
7887 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
7889         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
7890         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
7891         should remove m4_shiftn entirely?
7892         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
7893         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
7894         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
7895         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
7896         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
7898 2007-10-03  Eric Blake  <ebb9@byu.net>
7900         Comment touchups.
7901         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
7903 2007-10-02  Eric Blake  <ebb9@byu.net>
7905         Optimize appending text.
7906         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
7907         expressions.
7909         Optimize recursion.
7910         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
7911         lot of hot spots; optimize it for 2 and 3 shifts.
7913         Optimize AC_PREREQ and other m4sugar numerics.
7914         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
7915         (m4_cmp): Compare arbitrary expressions, without overflow.
7916         (m4_version_unletter): Also recognize capital letters.
7917         (m4_version_compare): Avoid regex when splitting version number
7918         string.
7920 2007-10-01  Eric Blake  <ebb9@byu.net>
7922         Once again, reject IRIX m4.
7923         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
7924         implementations that ignore --trace.
7925         * configure: Regenerate.
7926         Reported by Ralf Wildenhues.
7928         Fix regression in AC_DEFINE([macro(with_arg)]).
7929         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
7930         quotes with a careless m4_substr.
7932 2007-09-30  Eric Blake  <ebb9@byu.net>
7934         Allow nameless iteration.
7935         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
7936         indirectly.
7937         * tests/m4sugar.at (myvar): Test this.
7939 2007-09-29  Eric Blake  <ebb9@byu.net>
7941         Speed optimization: avoid m4 regex when other algorithms work.
7942         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
7943         (_AS_QUOTE_IFELSE): Likewise.
7944         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
7945         (m4_bpatsubsts): Split...
7946         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
7947         regex.
7948         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
7949         (m4_qlen): Optimize on short strings, to avoid regex.
7950         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
7951         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
7952         (AC_DEFINE_TRACE): Likewise.
7954 2007-09-28  Eric Blake  <ebb9@byu.net>
7956         Oops - my earlier 'optimization' caused a regression.
7957         * tests/local.at (AT_CHECK_M4): Fix typo.
7959 2007-09-27  Eric Blake  <ebb9@byu.net>
7960         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7962         Catch even more common AC_CACHE_VAL mistakes.
7963         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
7964         lacks '_cv_', or if AC_SUBST appears in body.
7965         * tests/base.at (AC_CACHE_CHECK): Test this change.
7967 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
7968         and Eric Blake  <ebb9@byu.net>
7970         Autotest no longer caters to Ultrix redirection limitation.
7971         * doc/autoconf.texi (Writing testsuite.at): Remove the
7972         limitation that the first parameter of AT_CHECK cannot
7973         contain redirection.
7974         (File Descriptors): Mention that Ultrix limitation is no longer a
7975         show-stopper in modern code.
7976         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
7977         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
7978         * lib/autotest/general.m4 (AT_CHECK): Update comment.
7980 2007-09-27  Eric Blake  <ebb9@byu.net>
7982         Squelch changeword in m4sugar.
7983         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
7984         feature of m4 1.4.x.
7986         Configure whitespace touchups.
7987         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
7988         installation directories, and avoid TAB, in configure --help
7989         output.
7990         * configure.ac: Avoid extra trailing newline.
7991         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
7992         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
7993         config.status --help output.
7994         * configure: Regenerate.
7996         Fix underquotation in AS_HELP_STRING.
7997         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
7998         argument.
7999         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
8000         first-prefix argument.
8001         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
8002         * NEWS: Document AS_HELP_STRING fix.
8004         Autotest formatting touchups.
8005         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
8006         output.
8007         (PATH): Simplify computation of new PATH.
8009 2007-09-26  Eric Blake  <ebb9@byu.net>
8011         Fix testsuite breakage in last patch.
8012         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
8013         font-lock fix.
8014         * tests/torture.at (@%:@define header templates): Rename, so that
8015         output lines up correctly.
8017         More font-lock happiness.
8018         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
8019         confusion.
8021 2007-09-25  Eric Blake  <ebb9@byu.net>
8023         Typo fixes.
8024         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
8025         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
8027         Improve documentation of M4 parameter expansion.
8028         * doc/autoconf.texi (Quoting and Parameters): New section.
8029         (Quotation and Nested Macros): Improve wording.
8031         Improve C99 detection.
8032         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
8033         avoid deprecation warning with icc.
8034         * THANKS: Update.
8035         Reported by Ted Bullock.
8037 2007-09-24  Jim Meyering  <jim@meyering.net>
8039         Whenever possible, use the vertical bar as sed delimiter.
8040         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
8041         Use "|", not "!".
8042         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
8043         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
8044         * tests/mktests.sh (as_me): Likewise.
8045         * lib/freeze.mk (check-forbidden-patterns): Likewise.
8046         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
8047         * configure: Regenerate.
8048         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
8049         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
8050         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
8051         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
8053 2007-09-22  Jim Meyering  <jim@meyering.net>
8055         Add a comment.
8056         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
8057         2004-05-31 change also with a comment in the code.
8059 2007-09-20  Eric Blake  <ebb9@byu.net>
8061         More contribution housekeeping.
8062         * THANKS: Sort.
8063         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
8065         Ignore additional files, when copying cross-repository.
8066         * .gitignore: Ignore CVS directories, emacs edits.
8067         * .cvsignore: Ignore .git directory, emacs edits.
8069 2007-09-15  Eric Blake  <ebb9@byu.net>
8071         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
8072         * doc/autoconf.texi (Text processing Macros): Remove mention of
8073         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
8074         once again.
8075         (Notices): Move AC_PREREQ...
8076         (Versioning): ...to this new section, alongside the new AC_VERSION
8077         alias for the undocumented m4_PACKAGE_VERSION.
8078         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
8079         * lib/autoconf/general.m4 (AC_VERSION): New macro.
8080         * NEWS: Update to match this rename.
8081         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
8082         m4_PACKAGE_VERSION.
8083         * tests/tools.at (autoconf: AC_VERSION): New test.
8084         Suggested by Paolo Bonzini and Benoit Sigoure.
8086 2007-09-14  Eric Blake  <ebb9@byu.net>
8088         Prepare for conversion to git.
8089         * doc/.cvsignore: Avoid multiple listings on one line.
8090         * bin/.cvsignore: Likewise.
8091         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
8092         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
8093         lib/autoscan/.gitignore, lib/autotest/.gitignore,
8094         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
8095         tests/.gitignore: New files, identical to .cvsignore counterpart.
8097 2007-09-13  Eric Blake  <ebb9@byu.net>
8099         Editing eye-candy.
8100         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
8101         font-lock balance.
8102         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
8103         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
8104         * configure: Regenerate.
8106         Clean up 'make dist' of previous patch.
8107         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
8108         (CLEANFILES): Don't clean the stamp, since we distribute the
8109         generated files pre-built.
8110         (MAINTAINERCLEANFILES): Clean it here instead.
8111         * tests/Makefile.in: Regenerate.
8113         Avoid parallel 'make check' issue.
8114         * tests/Makefile.am (mktests.stamp): New witness.
8115         (TESTSUITE_GENERATED_AT): Use it.
8116         (CLEANFILES): Clean the witness.
8117         * tests/.cvsignore (mktests.stamp): Ignore the witness.
8119         Document another awk pitfall.
8120         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
8121         limitation of field variables in END.
8122         Reported by Gary V. Vaughan.
8124         * AUTHORS: Add missing entries.
8126 2007-09-12  Eric Blake  <ebb9@byu.net>
8128         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
8129         * doc/autoconf.texi (Text processing Macros): Document
8130         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
8131         (Redefined M4 Macros): Document m4_ifndef.
8132         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
8133         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
8134         used it while it was undocumented.
8135         * NEWS: Document this change.
8136         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
8137         * lib/m4sugar/Makefile.in: Regenerate.
8138         * tests/m4sugar.at (m4@&t@_version_compare): New test.
8139         Reported by Bruno Haible.
8141         * doc/autoconf.texi (Generic Compiler Characteristics): Add
8142         missing index entries.
8144 2007-09-11  Eric Blake  <ebb9@byu.net>
8146         Centralize all system extensions checks.
8147         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
8148         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
8149         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
8150         AC_USE_SYSTEM_EXTENSIONS.
8151         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
8152         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
8153         * doc/autoconf.texi (Posix Variants): Reword this section,
8154         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
8155         rather than a series of system-specific checks.
8156         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
8157         AC_MINIX.
8158         * NEWS: Document this change.
8159         * THANKS: Update.
8160         Reported by Martin Koeppe.
8162 2007-09-08  Eric Blake  <ebb9@byu.net>
8164         Clean up obsolete macros references.
8165         * doc/autoconf.texi: Add anchors to support better
8166         cross-referencing.
8167         (Particular Structures): Move obsolete macros descriptions...
8168         (External Software): Likewise.
8169         (Package Options): Likewise.
8170         (Obsolete Macros): ...to here.  Add cross-references to
8171         documentation on replacements.
8172         * NEWS: Mention that these macros have been obsolete for a while
8173         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
8175         Improve M4 path searching during configure.
8176         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
8177         macro.
8178         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
8179         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
8180         parameter, and kill side effects.
8181         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
8182         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
8183         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
8184         is found.
8185         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
8186         allow bootstrapping with autoconf 2.61.
8187         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
8188         * configure: Regenerate.
8189         * doc/autoconf.texi (Generic Programs): Document new macro.
8190         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
8191         macro.
8192         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
8193         * NEWS: Document the change.
8194         * THANKS: Update.
8195         Reported by Hans Aberg.
8197         * doc/autoconf.texi (Generic Programs): Fix typo.
8199 2007-09-06  Eric Blake  <ebb9@byu.net>
8201         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
8202         :, and make it clear that optional @var{path} defaults to $PATH.
8203         (Erlang Compiler and Interpreter): Likewise.
8205         Texinfo cleanup.
8206         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
8207         Reword some paragraphs to avoid overfull, underfull hbox
8208         warnings.  Add index entries to avoid overfull vbox warnings.
8210 2007-09-05  Eric Blake  <ebb9@byu.net>
8212         * NEWS: Adjust wording for AC_CONFIG_LINKS.
8213         Reported by Ralf Wildenhues.
8215 2007-09-03  Eric Blake  <ebb9@byu.net>
8217         * NEWS: Document fixes that have been applied since 2.61a.
8219         Housekeeping.
8220         * THANKS: Update, and convert to UTF-8 encoding.
8221         * AUTHORS: Likewise.
8223 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8225         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
8226         names beginning with `-' again.
8228 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
8229             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8231         * doc/autoconf.texi (Defining Directories): Mention
8232         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
8234 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8236         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
8237         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
8238         * tests/base.at (configure arguments): New test.
8239         * THANKS: Update.
8240         Report by Olaf Lenz.
8242         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
8243         arguments in comment.
8244         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
8246 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
8248         * doc/autoconf.texi (File System Conventions): Index the proper
8249         way of detecting absolute file names.
8251 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8253         * build-aux/config.guess, build-aux/config.sub,
8254         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
8255         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
8256         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
8257         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
8258         sectioning change in fdl.texi.
8260         * bin/autoconf.as: Update --version output to match current GCS.
8261         * bin/autoheader.in: Likewise.
8262         * bin/autom4te.in: Likewise.
8263         * bin/autoreconf.in: Likewise.
8264         * bin/autoscan.in: Likewise.
8265         * bin/autoupdate.in: Likewise.
8266         * bin/ifnames.in: Likewise.
8268 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8270         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
8271         file to itself if source and build trees coincide.
8272         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
8273         test.
8274         Report by Sebastian Freundt <hroptatyr@gna.org>.
8276 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8278         Reword the copyright notices to match what's suggested in GPLv3.
8279         In ChangeLog files, use more-permissive notice rather than GPL, as
8280         per usual GNU standards these days.
8282 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
8284         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
8285         limitation reported by Leo Moisio in
8286         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
8288 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8290         * COPYING: Update to GPLv3.  All uses changed.
8292 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8293         and Paul Eggert  <eggert@cs.ucla.edu>
8295         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
8296         fails on AIX 5.3.
8298 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
8300         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
8301         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
8302         `srcdir' as subdirectory of `builddir'.
8304 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
8306         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
8307         * tests/autotest.at (srcdir propagation): New test.
8308         * THANKS: Update.
8309         Reported by Mike Frysinger.
8311 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
8313         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
8314         Problem reported by Fred Kreek in
8315         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
8316         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
8317         (Macro Names, Defining Directories): Don't mention PATH as a name
8318         for a fully qualified file name, as this usage violates the GNU
8319         coding standards and we shouldn't recommend it.
8321         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
8322         string and then assume shell builtins like "test" will work.
8324 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
8326         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
8327         not a valid shell variable name.
8328         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
8329         * tests/torture.at (AC_SUBST: variable name validation): New test.
8330         Reported by Andreas Schwab.
8332 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
8334         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
8335         works with both C and C++.
8337 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
8338             Bruno Haible  <bruno@clisp.org>
8340         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
8341         brand tests.
8343 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
8345         * doc/autoconf.texi (Particular Types): Give example of use for
8346         AC_TYPE_INT8_T etc.
8348 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
8350         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
8352 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
8354         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
8355         define HAVE_INT8_T, and likewise for similar macros.
8356         Problem reported by Patrick Welche in
8357         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
8359 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
8361         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
8363 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
8365         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
8366         choice, since that's what we do with --enable-largefile etc.
8367         Redo indenting and assignments to simplify things a bit, and make
8368         the parens work with Emacs.
8370         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
8371         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
8372         Haible.
8374 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
8376         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
8377         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
8379 2007-05-21  Bruno Haible  <bruno@clisp.org>
8381         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
8382         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
8383         * doc/autoconf.texi (Generic Compiler Characteristics): Move
8384         renamed AC_OPENMP documentation here, from "C compiler".
8385         Mention C++ and Fortran.
8387 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
8389         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
8391 2007-05-21  Bruno Haible  <bruno@clisp.org>
8393         * NEWS: Mention AC_C_OPENMP.
8394         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
8395         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
8396         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
8397         macro in the Autoconf macro archive.
8399 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8401         * bin/autom4te.in: Fix typos.
8403 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
8405         * bin/autoconf.as: Handle `-' just like other input files.
8406         * bin/autom4te.in (parse_args): Pass `-' through.
8407         (handle_output): Skip the forbidden token search if we read from stdin.
8408         (up_to_date): Always treat stdin as out of date.
8409         * tests/tools.at (autoconf: input from stdin): New test.
8410         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
8412 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
8414         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
8415         parameters for AT_CLEANUP.
8416         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
8418 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8420         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
8421         * doc/autoconf.texi (C Compiler): Likewise.
8423 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
8425         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
8427 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
8429         * doc/autoconf.texi: Direntry for "autoconf Invocation"
8430         renamed to "autoconf-invocation"
8432         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
8433         in the examples should not use the internal "ac_" prefix.
8435 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
8437         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
8438         * doc/autoconf.texi ($@, case): Document Zsh limitations.
8440 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
8442         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
8443         Reorganize the comments before and in the macro.
8445 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
8447         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
8448         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
8449         section titles and other comments; no code change.
8451 2007-05-01  Kevin Ryde  <user42@zip.com.au>
8453         * doc/autoconf.texi (Particular Programs): Typo
8454         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
8456 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
8458         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
8459         'configure' will fail if the shell lacks proper support for shell
8460         functions.  Suggested by RMS.
8462 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
8464         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
8465         about Solaris /bin/printf '%010000x' 123.  Problem reported by
8466         Bruno Haible.
8468 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
8470         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
8471         for a.* when searching for executables, as this prevents users
8472         from having files like a.c.  Problem reported by Ralf Wildenhues in:
8473         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
8474         This fixes a problem introduced on 2000-12-19.
8476 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
8478         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
8479         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
8480         via Bruno Haible.
8482 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8484         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
8485         AC_CHECK_TYPE, AC_CHECK_TYPES.
8486         * doc/autoconf.texi (Generic types): C types must be type-names
8487         (the C terminology), not type-ids (the C++ term).  C++ types
8488         must not be anonymous.
8489         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
8490         for C++; this drops support for anonymous struct and union types,
8491         which were problematic anyway.
8492         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
8493         for C++.
8495 2007-04-12  Jim Meyering  <jim@meyering.net>
8497         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
8499 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8501         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
8502         to prefer a link source from the build tree, if it exists.
8503         Report by Pallav Gupta <pallavgupta@gmail.com>.
8505 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8507         * doc/autoconf.texi (Generic Types): Document the restrictions
8508         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
8509         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
8510         with objects too.  Document the restrictions on its use.
8511         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
8512         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
8513         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
8514         works but the latter doesn't, then it's a valid type.
8515         This lets people use function types and so forth.
8516         For C++ there doesn't seem to be a simple solution, so leave it alone.
8517         (AC_CHECK_SIZEOF): Allow argument to be a variable.
8518         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
8519         AC_CHECK_TYPE; that wasn't documented or necessary.
8521 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
8523         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
8524         when cross-compiling.
8526 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
8528         * doc/autoconf.texi (External Software): Fix a typo in the
8529         previous change.
8531 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8533         * doc/autoconf.texi (External Software, Package Options):
8534         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
8536 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
8538         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
8539         obsolescent.  Suggested by Bruno Haible.
8540         * NEWS: Document this.
8542 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
8544         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
8545         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
8546         default still has the problem.  Problem reported by Bruce Korb.
8548 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
8549         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8551         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
8552         comment in the generated config.status.
8554 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
8556         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
8558 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
8560         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
8561         command and case statements to make it a bit clearer and describe
8562         more pitfalls.
8564 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
8566         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
8567         checks for unsigned long long int.
8569 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8571         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
8572         nonstandard grep R.E. escape sequences.
8574 2007-03-17  Jim Meyering  <jim@meyering.net>
8576         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
8577         (Limitations of Usual Tools): Also list \< and \>, and mention that
8578         HP-UX's grep, like the one from Solaris, does not support that syntax.
8580 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
8582         * doc/autoconf.texi (Specifying Names): `--host' does not
8583         change the build type.
8585 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
8587         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
8588         suggests AC_CONFIG_HEADERS.
8589         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
8590         AC_CONFIG_HEADERS.  Problem reported by
8591         Peter O'Gorman.
8593 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
8595         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
8596         Problem reported by Paolo Bonzini in:
8597         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
8598         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
8599         universal binaries.  Problem reported by Elias Pipping.
8601 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
8603         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
8604         * doc/autoconf.texi (C Compiler): Document this.  There is a new
8605         extra argument ACTION-IF-UNIVERSAL.
8606         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
8607         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
8608         Reindent for sanity's sake.
8610 2007-02-24  Eric Blake  <ebb9@byu.net>
8612         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
8613         copyright.
8614         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
8615         * lib/autotest/general.m4 (AT_INIT): Likewise.
8616         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
8618 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8620         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
8621         status of rm so we know when it failed.
8622         If cleaning of test dir failed before running the test, warn.
8623         Output the line separator in verbose mode before the warning
8624         to make clear the warning belongs to the following test.
8626 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
8628         * doc/autoconf.texi (Parentheses): Mention problem with (( in
8629         shells.
8631 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8632         and Paul Eggert  <eggert@cs.ucla.edu>
8634         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
8635         errors introduced in last change.
8637 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8639         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
8640         an actual carriage return.  Use "ac_cr" to contain the actual
8641         carriage return.
8642         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
8643         with traditional Awk and begin.
8644         * tests/torture.at (Limitations of Builtins): Document the problem
8645         with Bash 2.03 printf.
8646         (Substitute and define special characters):
8647         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
8649 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
8651         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
8652         input from /dev/null in awk test, so even Solaris /usr/bin/awk
8653         will not wait for input with a script containing only a BEGIN
8654         rule.
8656 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8658         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
8659         requirements.
8660         * README: Likewise.
8662 2007-02-02  Eric Blake  <ebb9@byu.net>
8664         * NEWS: Update copyright.
8666         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
8667         broken.
8668         * configure.ac: Update error message.
8669         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
8670         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
8671         by Stepan Kasal:
8672         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
8674 2007-01-31  Eric Blake  <ebb9@byu.net>
8676         * THANKS (people): Update.
8678 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8680         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
8681         latest version.
8682         (Shell Substitutions): Note problems with @{var:=value} etc.
8683         Add a new section for problems with @{#var} etc.  Problem noted
8684         by Ralf Wildenhues.  See:
8685         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
8687 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8689         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
8690         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
8691         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
8692         substitution will still be done by the special code.
8693         Report by Jim Meyering.
8695         * doc/autoconf.texi (File System Conventions): Mention that
8696         $PATH_SEPARATOR is for the build system only.
8697         Report by Keith Marshall.
8699 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8701         * doc/autoconf.texi (Setting Output Variables): Mention that
8702         all non-NUL characters are ok in substituted values.
8703         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
8704         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
8705         carriage return for $AWK, needed for BSD awk.
8706         * tests/torture.at (Substitute and define special characters):
8707         Test all 8 bit non-NUL characters.
8708         Report against Automake by Patrick Welche.
8710 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
8712         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
8714 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8716         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
8717         early on the reader side, drop stderr of the input to avoid
8718         `broken pipe' error output; this may happen even with shell
8719         builtin `echo' of some bash versions.  Reports by Ian Macdonald
8720         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
8722 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8724         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
8725         separate items of `ac_user_opts', to avoid long lines.
8726         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
8728 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8730         * doc/autoconf.texi: Fix some typos.
8732 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8734         Fix some wording problems noted by Paolo Bonzini in:
8735         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
8736         * doc/autoconf.texi (Signed Overflow Examples): Give more
8737         discussion about the allow_superuser_privileges example,
8738         and change it a bit to make things clearer.
8739         (Optimization and Wraparound): Clarify whether the compiler
8740         will generate an infinite loop for the example derived from
8741         Autoconf's mktime test.
8742         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
8743         Also, clarify unsigned multiplication overflow.
8745 2007-01-04  Eric Blake  <ebb9@byu.net>
8747         * bin/Makefile.am (RELEASE_YEAR): New macro.
8748         (edit): Use it to supply correct copyright year to scripts.
8749         * bin/autoconf.as (version): Use it.
8750         * bin/autoheader.in ($version): Likewise.
8751         * bin/autom4te.in ($version): Likewise.
8752         * bin/autoreconf.in ($version): Likewise.
8753         * bin/autoscan.in ($version): Likewise.
8754         * bin/autoupdate.in ($version): Likewise.
8755         * bin/ifnames.in ($version): Likewise.
8757 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
8759         * doc/autoconf.texi (Integer Overflow): Revised based on today's
8760         feedback.  The most important changes document what happens when
8761         you convert an out-of-range value to a signed integer type, and
8762         say that (sum < a) != (b < 0) reliably detects overflow when sum =
8763         a + b.
8765         * doc/autoconf.texi (Integer Overflow): Greatly expand and
8766         rewrite, taking notions from the recent discussion on the gcc and
8767         autoconf mailing lists; please see
8768         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
8769         and follow the many links.
8770         (Integer Overflow Basics, Signed Overflow Examples):
8771         (Optimization and Wraparound, Signed Overflow Advice):
8772         (Signed Integer Division): New sections.
8774 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
8776         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
8777         preprocessor macro arguments in traced name.
8778         * doc/autoconf.texi (Defining symbols): Document longstanding
8779         support for AC_DEFINE-ing macros with arguments, and document
8780         behavior when the same variable has multiple AC_DEFINEs.
8781         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
8782         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
8783         macros directly, giving much shorter and simpler code.
8785 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
8787         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
8788         space before "$ac_configure_args" to prevent a 'config.status
8789         --recheck' failure if ac_configure_args doesn't contain a leading
8790         space.  This works around a problem with the XEmacs configure.ac,
8791         which uses the (undocumented) ac_configure_args variable
8792         inconsistently with Autoconf.
8794 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8796         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
8797         Include <limits.h>, and use its INT_MAX to rewrite the
8798         j loop so that it does not overflow 'int'.  Problem reported by
8799         Ralf Wildenhues in
8800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8801         Play it safe by shifting left by 1 rather than multiplying by 2,
8802         as GCC is less likely to optimize this away when the value
8803         is signed (when it assumes overflow leads to undefined behavior).
8804         Also, don't assume time_t uses two's complement.
8806 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8808         * tests/torture.at (Substitute a 2000-byte string): Avoid using
8809         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
8810         dumps core on it.  Report by Tim Rice.
8812 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
8814         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
8815         --disable-option-checking to --help output even when
8816         AC_PRESERVE_HELP_ORDER is not used.
8817         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
8818         --with argument, rather than argument with [-.] replaced by
8819         underscores.
8820         * NEWS: Fix typo in previous change; the news was in the
8821         wrong section.
8823 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8825         * NEWS: Warnings are now generated by default for unknown
8826         --enable-* and --with-* options.
8827         * doc/autoconf.texi (Option Checking): Renamed from
8828         (Configure Option Checking).  Tighten up the wording a bit.
8829         (External Software, Package Options): Cross-reference to Option
8830         Checking, and use this to shorten our section.
8831         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
8832         "$x" to test "x$foo" != x.
8833         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
8834         Don't warn if $enable_option_checking is "no".
8835         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
8836         ac_unrecognized_opts to the empty string.
8837         Don't echo the unrecognized opts, as this might mishandle
8838         backslashes or leading -.
8839         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
8840         usage next to the other --disable-FEATURE options in the
8841         help string.
8843 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
8845         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
8846         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
8847         Print warning for unrecognized --with and --enable options
8848         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
8849         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
8850         Disable option checking when subdirs are configured.
8851         (AC_OUTPUT): If warnings are enabled, print warning about
8852         unrecognized --with and --enable options at the end of
8853         the configure output (as well as at the beginning).
8854         * doc/autoconf.texi (Option Checking): New node.
8855         Document new option warning functionality.
8857 2006-12-16  Eric Blake  <ebb9@byu.net>
8859         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
8860         * NEWS: Start news for current version.
8862 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
8864         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
8865         Define HAVE_GETMNTENT to 1, not to the empty string.
8866         Problem originally reported by Jochen Friedrich in
8867         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
8869         This change prompted by a problem report by Andrey Simonenko in
8870         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
8871         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
8872         object-like macros only, in the traditional portable character
8873         set.
8874         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
8875         Warn about attempts to define things that are not identifiers.
8876         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
8877         awful hack that AC_DEFINEd macro names containing parentheses.
8879 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
8881         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
8882         too drastic, even if Texinfo in theory requires it for info mode.
8884         (config.status Invocation): Renamed back from Recreating a
8885         Configuration).
8886         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
8887         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
8889 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8891         * NEWS: Version 2.61a.
8893 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8894         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8896         * NEWS: Document changes with echo and printf, and the lack
8897         of limits on the total size of multi-line values of substituted
8898         variables, and the AC_FUNC_FSEEKO fix.
8900 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
8902         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
8903         Writing configure.ac.
8904         (Autoconf Input Layout): Renamed from configure.ac Layout.
8905         (Recreating a Configuration): Renamed from config.status Invocation.
8906         (Obsolete Recreation): Renamed from Obsolete config.status Use.
8907         (acconfig Header): Renamed from acconfig.h.
8908         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
8909         (Writing Testsuites): Renamed from Writing testsuite.at.
8910         (Autom4te Cache): Renamed from autom4te.cache.
8912         * BUGS: Remove mention of VPATH problem, since it's now documented
8913         not to be a bug in the Autoconf build procedure itself, but rather
8914         a problem with the proprietary `make' programs.
8916         * doc/autoconf.texi (Build Directories): Add a cross reference
8917         to VPATH and Make.
8919         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
8920         * doc/standards.texi: Sync from gnulib.
8922         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
8923         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
8924         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
8925         generated automatically.
8927 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
8929         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
8930         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
8931         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
8933 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8935         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
8936         `CEOF$ac_eof' special marker, the awk script cannot contain a
8937         line matching `^CEOF', so this is not needed any more.
8938         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
8939         special marker in the test.
8941 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
8943         * tests/tools.at (autom4te preselections): Use `find -newer';
8944         remove one of the sleeps.
8946         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
8947         more readable, using ...
8948         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
8950         * doc/autoconf.texi (autoheader Invocation): Do not double-
8951         quote the parameter of `AH_BOTTOM' in the example.
8953 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
8955         * doc/autoconf.texi (Configuration Headers): Remove the
8956         example with multiple input files.
8957         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
8958         multiple input files.
8960 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8962         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
8963         creating the awk substitution script, handle one input line at a
8964         time, so that the maximum length of a substituted (multi-line)
8965         value is not limited by the size of the sed pattern space.
8966         The trade-off is a slightly repetitive sed script.
8967         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
8968         can only have up to 7 characters, due to Solaris 10 /bin/sed.
8969         * tests/torture.at (Substitute a 2000-byte string): Increase the
8970         test with several long lines, they should not be caught by sed
8971         limits any more.
8973         * tests/tools.at (autom4te preselections): New test, to flag
8974         entries missing from autom4te.cfg.
8975         Report by David Byron <dbyron@hheld.com>.
8977         * tests/torture.at (Substitute a 2000-byte string): Actually use
8978         AC_PROG_AWK, so the last change works as intended.
8979         (Substitute and define special characters): Likewise.
8980         (Substitute a newline): Likewise.
8982         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
8983         instead of `awk' consistently.
8984         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
8985         * tests/torture.at (Torturing config.status): Test both the
8986         result of AC_PROG_AWK and plain awk.
8987         (Substitute a 2000-byte string): Likewise.
8988         (Substitute and define special characters): Likewise.
8989         (Substitute a newline): Likewise.
8991 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
8993         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
8994         can be assigned to a function pointer.  Problem reported by
8995         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
8996         part of a patch by Ralf Wildenhues in that same bug report.
8998 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9000         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
9001         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
9003 2006-12-01  Eric Blake  <ebb9@byu.net>
9005         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
9006         cross-compiling from cygwin to mingw.
9007         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
9008         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
9009         to lib/autoconf/c.m4.
9011 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9013         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
9014         string for more reliable failure.  Wrap the entire test that
9015         causes the broken Solaris printf to dump core, in a subshell,
9016         so the segmentation fault message is reliably suppressed.
9017         Fix shell expansion errors by using /usr/ucb/echo always;
9018         avoid an error on systems without it by another subshell.
9019         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
9020         subshell-$as_echo to `as_echo', for better error message.
9022 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9024         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
9025         `BASH_SOURCE' contain a newline, set them to empty, as they may
9026         not be unset.
9028 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9030         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
9031         years and is too hard to maintain now.  The last straw was
9032         reported by Jerker Baeck in
9033         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
9034         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
9035         * doc/autoconf.texi (Particular Functions): Move
9036         AC_FUNC_SETVBUF_REVERSED from here...
9037         (Obsolete Macros): ... to here.  Say that it does nothing now.
9038         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
9039         Turn into (almost) a no-op.
9041         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
9042         (AC_C_VOLATILE):
9043         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
9044         These macros are obsolescent and new applications shouldn't need them.
9045         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
9046         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
9047         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
9048         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
9049         (AC_FUNC_VPRINTF): Likewise.
9050         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
9051         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
9052         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
9054         * doc/autoconf.texi (Setting Output Variables): Mention that
9055         @VAR1@VAR2 has unspecified behavior.  Problem reported by
9056         Ralf Wildenhues.
9057         * NEWS: Mention this.
9059         * Makefile.am: Put only a single '#' into the copyright notice,
9060         so that it's also present in the output file.  Standardize wording
9061         in makefile copyright notices to match GNU coding standards.
9062         * bin/Makefile.am: Likewise.
9063         * doc/Makefile.am: Likewise.
9064         * lib/Makefile.am: Likewise.
9065         * lib/freeze.mk: Likewise.
9066         * lib/autoconf/Makefile.am: Likewise.
9067         * lib/autoscan/Makefile.am: Likewise.
9068         * lib/autotest/Makefile.am: Likewise.
9069         * lib/m4sugar/Makefile.am: Likewise.
9070         * man/Makefile.am: Likewise.
9071         * tests/Makefile.am: Likewise.
9072         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
9073         one-line file.
9075 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9077         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
9078         in the sed script that mangles the awk script: delete up to the
9079         first exclamation mark only.
9080         * tests/torture.at (Substitute and define special characters):
9081         Test '!' too.
9083 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9085         Rewrite config files generation: avoid quadratic growth in
9086         the number of substituted variables by using awk instead of sed
9087         for the bulk of the substitutions.
9088         * NEWS: Mention this.
9089         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
9090         forbidden in the output (and thus input) file.
9091         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
9092         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
9093         generate just one large awk script for substitutions,
9094         eliminating much of the earlier complexity, while adding some
9095         new complexity.  Only expand the substitution templates at
9096         configure time, for smaller configure script size.  If
9097         _AC_SUBST_FILES are used, test 'awk' for working getline support
9098         at config.status time.  If absent, interpolate through the
9099         shell.  The awk script was written with much help
9100         from Paolo Bonzini and Paul Eggert.
9101         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
9102         (_AC_SED_FRAG_NUM): Likewise.
9103         (_AC_SUBST_CMDS): Renamed from...
9104         (_AC_SED_CMDS): ...this.
9105         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
9106         * tests/torture.at (Substitute a 2000-byte string): Also
9107         substitute a line with 1000 words, and a variable with several
9108         long lines.
9109         (Substitute and define special characters): Test awk special
9110         characters, and put substitution input strings `@foo@' in the
9111         output, to test that no recursion happens; test several other
9112         combinations from Paolo Bonzini.
9114 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9116         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
9117         that replaced echo with AS_ECHO where this wasn't necessary.
9118         Problem reportd by Ralf Wildenhues.
9119         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
9120         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
9121         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
9123 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9125         * lib/freeze.mk (GREP): Removed, no need to initialize this.
9127 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
9129         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
9130         that traditional Awk lacks 3-arg "split".  It has it.
9131         Mention that FS must be a single character, and a few other
9132         99-byte limits of traditional Awk.
9133         Mention that if (i in a) doesn't work with traditional Awk.
9135 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
9137         * tests/autotest.at (BSx641-newline in command):
9138         (BS-BS-newline in command, BSx640-newline in command):
9139         (Newline-CODE-BS-newline in command):
9140         (Single-quote-BS-newline in command):
9141         (Single-quote-newline-BS-newline in command):
9142         Use printf '%s\n' instead of echo, for portability to hosts
9143         where echo interprets backslashes.  This will break on hosts
9144         that lack printf, but for now let's assume all such hosts
9145         are dead (if not, we should get reports of test failures).
9147 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9149         'echo' has some portability problems, when given a first argument
9150         with a leading '-', or when given any argument containing '\'.
9151         Avoid using 'echo' in these cases.
9152         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
9153         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
9154         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
9155         * lib/autotest/general.m4 (AT_INIT): Likewise.
9156         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
9157         argument might be unportable.
9158         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
9159         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
9160         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
9161         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
9162         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
9163         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
9164         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
9165         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
9166         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
9167         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
9168         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
9169         (AC_PROG_MAKE_SET): Likewise.
9170         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
9171         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
9172         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
9173         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
9174         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
9175         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
9176         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
9177         * bin/autoconf.as: Redo verbose flag implementation, as the old
9178         scheme wouldn't work with AS_ECHO.
9179         * lib/autotest/general.m4 (AT_INIT): Likewise.
9180         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
9181         Don't use ECHO_T, since ECHO_N is now reliable.
9182         * lib/autotest/general.m4 (AT_INIT): Likewise.
9183         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
9184         rather than using a here-document to put the script into a file.
9185         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
9186         use AS_ECHO.
9187         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
9188         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
9189         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
9190         bug, but we might as well stop using ECHO_N and ECHO_C internally.
9191         * lib/autotest/general.m4 (AT_SETUP): Likewise.
9192         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
9193         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
9194         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
9195         operand, as AS_ECHO requires.  Avoid double file name expansion.
9196         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
9197         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
9198         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
9199         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
9200         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
9201         Double-quote strings that would otherwise contain M4 comments.
9202         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
9204         * configure.ac (AC_INIT): Bump to 2.61a.
9205         * NEWS: Likewise.
9207 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9209         Version 2.61.
9211         * configure.ac (AC_INIT): Bump to 2.61.
9212         * NEWS: Likewise.
9214         * tests/autotest.at (Macro with backslash in a test title):
9215         Comment out for now, as this tests neither fails nor passes
9216         reliably.  Problem reported by Ralf Wildenhues.
9218 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9220         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
9221         in previous change, which caused test failures.
9223 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
9225         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
9226         code for --enable, --disable, --with, and --without to...
9227         (_AC_INIT_PARSE_ENABLE): ... a new macro.
9228         * doc/autoconf.texi (Package Options):
9229         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
9231 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9233         Import these changes from config via gnulib:
9235         2006-11-15  Ben Elliston  <bje@gnu.org>
9237         From Josselin Mouette <joss@debian.org>:
9238         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
9240         2006-11-08  Ben Elliston  <bje@gnu.org>
9242         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
9244         2006-11-07  Steve Woodford  <scw@NetBSD.org>
9245                     Ben Elliston  <bje@gnu.org>
9247         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
9248         * build-aux/config.sub (sh5el): New basic_machine.
9251         Import this change from coreutils:
9253         2006-02-13  Jim Meyering  <jim@meyering.net>
9255         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
9258         Import this change from gnustandards via gnulib:
9260         2006-11-15  Karl Berry  <karl@gnu.org>
9262         * standards.texi: core -> memory, throughout.
9263         (CPU Portability): show correct example of calling write
9264         on a char value; thanks to Paul Eggert for the code.
9265         Both of these suggestions from Eugene Y. Vasserman.
9268         Import these changes from texinfo via gnulib:
9270         2006-11-08  Karl Berry  <karl@gnu.org>
9272         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
9273           as well as pdf images, since they are supported in pdftex with
9274           no further ado.
9276         2006-11-05  Karl Berry  <karl@gnu.org>
9278         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
9280 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
9282         * NEWS: Document the AC_ARG_WITH change.
9284 2006-11-13  Bruno Haible  <bruno@clisp.org>
9286         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
9287         options, transliterate also dots to underscores.
9288         (_AC_ENABLE_IF): Transliterate also dots to underscores.
9289         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
9290         first argument may also contain dots.
9292 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9294         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
9295         benefit of platforms like Solaris+GCC where it is common to have a
9296         non-working g++ installation.
9298 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9299         and Joel E. Denny  <jdenny@ces.clemson.edu>
9300         and Paul Eggert  <eggert@cs.ucla.edu>
9302         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
9303         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
9304         ./micro-suite.
9306 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9308         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
9309         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
9310         Imported from a similar patch to gnulib by Bruno Haible.
9312 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9314         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
9315         * doc/autoconf.texi (C Compiler): Document them.
9316         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
9317         New macros, taken from gnulib.
9319 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9321         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9322         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9323         Matthew Woehlke.
9325 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9327         * tests/torture.at (Configuring subdirectories): Do not skip
9328         Automake 1.10 nor future Automake 11.1 (sic).
9330 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
9331         and Stepan Kasal  <kasal@ucw.cz>
9333         Handle special characters in test case titles correctly.
9334         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
9335         properly.
9336         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
9337         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
9338         argument.  Extend to check titles printed by ./micro-suite and
9339         ./micro-suite -l and the title in micro-suite.log.
9340         (Backquote in a test title,
9341         Single-quote in a test title,
9342         Double-quote in a test title): Don't expect failure anymore.
9343         (Backslash in a test title): Put a non-whitespace character after the
9344         backslash so that Bourne shells might actually see it as an escape
9345         sequence.
9346         (Brackets in a test title,
9347         Pound in a test title,
9348         Comma in a test title,
9349         Quoted Macro in a test title,
9350         Macro in a test title,
9351         Macro with single-quote in a test title): New tests.
9352         (Macro with backquote in a test title,
9353         Macro with double-quote in a test title,
9354         Macro with backslash in a test title): New tests expected to fail.
9355         * tests/torture.at (#define header templates): M4-quote this title in
9356         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
9357         The visible effect was a stray [] in the testsuite output.
9359 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9361         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
9362         `trap ... 0' inside a function, for AIX sh.
9364 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9366         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
9367         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
9368         5363) simply issues a warning when dividing by zero at compile
9369         time.  Problem reported by Elias Pipping.
9371 2006-10-26  Eric Blake  <ebb9@byu.net>
9373         * THANKS: Update.
9374         * doc/autoconf.texi (Evaluation Macros): Improve the example to
9375         show effect on macros that expand with commas.
9376         Reported by Joel E. Denny.
9378         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
9379         Also work with M4 1.4.8.
9381 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9383         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
9384         Jim Meyering.
9386 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
9388         * tests/tools.at (autom4te --force): New test, verifies that
9389         `--force' always rewrites the output file.
9391 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9393         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
9394         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
9396 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
9398         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
9400 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9402         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
9403         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
9404         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
9405         reported by Nelson H. F. Beebe for Coreutils 6.4.
9407         * tests/tools.at (autoconf --trace: user macros): Remove test
9408         for tracing multiline macros, since m4 1.4.7a uses a different
9409         way to number lines.  Problem reported by Ralf Wildenhues.
9411 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
9413         * bin/autom4te.in (handle_m4): Do not redirect stdin to
9414         /dev/null since the heuristics for interactive behaviour was
9415         fixed in CVS m4.
9417         * bin/autom4te.in: With --force, always refresh the output
9418         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
9420         * bin/autoconf.as: Fix the verbose message at the end.
9422 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
9424         * configure.ac (AC_INIT): Bump to 2.60c.
9425         * NEWS: Likewise.
9427 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9429         * NEWS: Version 2.60b.
9431         Import this change from Texinfo:
9432         2006-10-15  Karl Berry  <karl@gnu.org>
9433         * build-aux/texinfo.tex: automake 1.10
9435         * NEWS: Remove AC_CACHE_CHECK_INT.
9436         * doc/autoconf.texi (Caching Results): Likewise.
9437         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
9438         AC_CACHE_CHECK_INT, since it's no longer public.
9439         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
9440         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
9442 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9444         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
9446 2006-10-19  Eric Blake  <ebb9@byu.net>
9448         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
9449         (m4_maketemp): Avoid warnings with M4 1.9a.
9450         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
9451         m4_mkstemp.
9452         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
9453         * NEWS: Likewise.
9455 2006-10-16  Eric Blake  <ebb9@byu.net>
9457         * doc/autoconf.texi (Setting Output Variables): Fix typo.
9459         * bin/autoconf.as (version): Reword to match GNU Coding
9460         Standards.
9461         * bin/autoheader.in (version): Likewise.
9462         * bin/autom4te.in (version): Likewise.
9463         * bin/autoreconf.in (version): Likewise.
9464         * bin/autoscan.in (version): Likewise.
9465         * bin/autoupdate.in (version): Likewise.
9466         * bin/ifnames.in (version): Likewise.
9468 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
9470         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
9471         looking for special shell characters.
9472         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
9473         macro defined by AS_VAR_PUSHDEF before passing it as a
9474         parameter.
9475         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
9476         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
9477         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
9478         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
9479         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
9480         Likewise.
9481         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
9482         AS_VAR_* properly.
9483         * tests/m4sh.at (AS_LITERAL_IF): New test.
9485 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9487         (Imported from Automake.)
9488         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9489         which incorrectly sets the mode of an existing destination
9490         directory.  In some cases the unpatched install-sh could do the
9491         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9492         system.  We hope this is rare in practice, but it's clearly worth
9493         fixing.  Problem reported by Alex Unleashed in
9494         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9495         Also, don't bother to check for -m bugs unless we're using -m;
9496         suggested by Stepan Kasal.
9498 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9500         Import this change from Automake:
9502         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
9503         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
9504         is enabled by default with gnu and gnits strictness.
9505         Report from Bruno Haible.
9507         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
9508         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
9509         gnu and gnits modes.
9511         Import this change from Config:
9513         2006-09-20  Ben Elliston  <bje@gnu.org>
9514         * build-aux/config.sub (score, score-*): New.
9516         Import this change from Gnulib:
9518         2006-09-16  Karl Berry  <karl@gnu.org>
9519         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
9520         to avoid sectioning errors.
9522         Import these changes from Texinfo:
9524         2006-10-04  Karl Berry  <karl@gnu.org>
9525         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
9526         (\quoteexpand): rename to \rquoteexpand.
9527         (\codequoteleft): new def, to look for @set codequotebacktick.
9528         (\lquoteexpand, \quoteexpand): new defs.
9529         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
9530         (\code): must use new \...Char values, since now ` is active.
9532         2006-08-26  Karl Berry  <karl@gnu.org>
9533         * build-aux/texinfo.tex (\textdegree): New command.
9535         2006-08-12  Karl Berry  <karl@gnu.org>
9536         * build-aux/texinfo.tex (error \box0): smaller font.
9538 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9540         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
9542 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
9544         * doc/autoconf.texi (Autoheader Macros): Warn that the text
9545         added to the template can get mangled.
9547 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9549         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
9550         include the default headers, and redefine obstack_chunk_alloc
9551         and obstack_chunk_free.  Fixes false failure with glibc.
9553 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9555         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
9556         for backward compatibility with Libtool 1.5.22.  Problem reported
9557         by Ralf Wildenhues.
9559 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9561         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
9562         AC_PROG_CC.
9563         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
9565 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9567         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
9568         the NonStop platform.
9569         * doc/autoconf.texi (Posix Variants): Likewise.
9570         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
9572         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
9573         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
9574         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
9575         Use a better substitute, by inspecting the output of "ls"
9576         rather than just using ":".
9577         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
9578         rather than AS_EXECUTABLE_P, since we needn't worry about
9579         non-regular files here.
9581         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
9582         due to configuration hassles with this.  See Tonya Underwood's report
9583         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
9584         * doc/autoconf.texi (Special Shell Variables): Likewise.
9586 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9587             Stepan Kasal  <kasal@ucw.cz>
9589         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
9590         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
9592 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
9594         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
9595           initialization which is not inherited through the environment
9596         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
9597         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
9599 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
9601         * doc/autoconf.texi (Limitations of Usual Tools): Describe
9602         problems with mkdir -p -m.
9604 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9606         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
9607         comment about ac_cpp_err; it was incorrect, and anyway
9608         ac_cpp_err is being removed below.
9609         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
9610         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
9611         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
9612         nobody uses it.
9613         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
9614         with werror_flag and conftest.err and so forth.  This is more
9615         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
9616         and anyway the user shouldn't normally want to see this gorp logged.
9617         Problem reported by Ralf Wildenhues.
9618         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
9619         empty, not 'no', since the rest of the code uses 'test -z'.
9621 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
9623         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
9624         Use a single call to AC_DO_TOKENS rather than multiple, for
9625         efficiency.
9626         (_AC_LINK_IFELSE): Test that resulting file is executable.
9627         Problem reported by mwoehlke in
9628         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
9630         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
9631         than creating a file to use with test -x; this is much faster.
9633 2006-10-02  Bruno Haible  <bruno@clisp.org>
9635         * lib/autom4te.in (Automake-preselections): Add
9636         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
9638 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
9640         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
9641         standard error, `experr' should be used, not `expout'.
9643 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9645         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
9646         fseeko testing program twice; just use the earlier result.
9647         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
9648         Set cache var to 'unknown' (not 'no') if leaving the macro unset
9649         still doesn't let the program compile.
9650         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
9651         failed.
9653         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
9654         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
9655         include it, without including anything else.
9656         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
9657         expressions.
9658         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
9660 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9662         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
9663         `error.h', and include it, for a `error_at_line' prototype.
9664         Use a nonempty format string in the link test.
9665         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
9666         for a declaration of wait3.
9668 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9670         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
9671         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
9672         can apply to constants too, and that it checks for macro defns.
9673         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
9674         and simply cast the identifier to void.  This handles structure
9675         values.  Problem reported by Ralf Wildenhues.
9676         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
9678 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9680         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
9681         structure, and function symbols.
9683 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9685         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
9686         member.
9688 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9690         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
9691         * README: Likewise.
9692         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
9694 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9695         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9697         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
9698         warnings (uninitialized value).
9699         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
9700         present.
9701         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
9702         parentheses.
9703         (AC_STRUCT_TM): Likewise, avoid unused variables.
9705 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9707         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
9708         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
9709         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
9710         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
9711         Report by Olly Betts.
9713 2006-09-19  Eric Blake  <ebb9@byu.net>
9715         * m4/m4.m4: Change copyright.
9716         * configure: Regenerate.
9717         * Makefile.in: Likewise.
9718         * bin/Makefile.in: Likewise.
9719         * doc/Makefile.in: Likewise.
9720         * lib/Makefile.in: Likewise.
9721         * lib/Autom4te/Makefile.in: Likewise.
9722         * lib/autoconf/Makefile.in: Likewise.
9723         * lib/autoscan/Makefile.in: Likewise.
9724         * lib/autotest/Makefile.in: Likewise.
9725         * lib/emacs/Makefile.in: Likewise.
9726         * lib/m4sugar/Makefile.in: Likewise.
9727         * man/Makefile.in: Likewise.
9728         * tests/Makefile.in: Likewise.
9730         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
9731         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
9732         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
9733         --error-output, to avoid warnings with M4 2.0.
9735 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
9737         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
9738           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
9739         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
9741 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
9743         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
9744         expansion of AC_CHECK_FUNCS.
9746 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
9748         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
9749         mistaken comment: the path has to be relative; do not use
9750         the path at runtime.
9752 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9754         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
9755         argument to `--prefix' for sub-configure scripts.
9756         Pass `--silent' to sub-configure scripts.
9757         * tests/torture.at (Configuring subdirectories): Add tests
9758         for both changes.
9759         * doc/autoconf.texi (Setting Output Variables): Fix example to
9760         not show `--silent' being passed to a `configure' re-run.
9762 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9764         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
9765         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
9766         for the existence of the directory at configure-time.  That's
9767         too late, anyway.  Problem reported by Stefan Seefeld.
9769         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
9770         7.1.4 /usr/bin/posix/sh described by Tim Rice in
9771         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
9773 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
9775         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
9776         works with GNU M4 1.4.3 again; make the normalized form
9777         match the current m4 message; fix the description.
9778         * test/tools.at (autom4te cache): Adapt to the change.
9780 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9782         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
9783         to catch glibc bug 2821
9784         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9786         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
9787         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
9788         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
9789         assume C89.
9791 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
9793         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
9794         preselections ...
9795         (Autoconf): ... here.
9796         (Autoscan-preselections): Delete.
9798 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
9800         * lib/autom4te.in (Automake-preselections): Preselect
9801         AM_ENABLE_MULTILIB.
9803 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9805         * doc/autoconf.texi (Preset Output Variables): srcdir and
9806         top_srcdir are not necessarily relative.  Problem reported
9807         by Dries Kimpe.
9809 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9811         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
9812         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
9813         accept files with extension `.f'.  For consistency, also prefer
9814         xlf over f77.
9815         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
9816         from last patch.
9818 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
9820         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
9821         of ERLANG_LIB_VER_* variables.
9822         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
9823         variables.
9825 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
9826         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9828         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
9829         bugs of Bash 2.01 and 2.05a.
9830         (Fortran Compiler): Document that AC_PROG_CC should be called
9831         before AC_PROG_FC, due to a bug in Autoconf.
9833 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9835         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
9836         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
9837         except the first two arguments are reversed.
9838         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
9839         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
9840         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
9841         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
9842         equivalent to the old AC_COMPUTE_INT.
9843         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
9844         All uses changed to AC_CACHE_CHECK_INT.
9845         * tests/base.at (AC_CACHE_CHECK_INT): New test.
9846         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
9848 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9850         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
9851         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
9852         programs should use their Gnulib counterparts.
9853         * doc/autoconf.texi (Particular Functions): Likewise.
9854         (Macro Names, testsuite Invocation): Replace uses of these
9855         obsolete macros with uses of non-obsolete macros.
9857 2006-08-29  Eric Blake  <ebb9@byu.net>
9859         * configure.ac (AC_INIT): Bump to 2.60b.
9860         * NEWS: Update.
9862 2006-08-28  Eric Blake  <ebb9@byu.net>
9864         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
9865         mistakenly swapped on 2006-08-15.
9867 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9869         * NEWS: Version 2.60a.
9871 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
9873         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
9874         file created by the PGI compiler.
9876 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
9878         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
9879         simplify the code.
9881 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9883         Fix Lex library problem reported to us by Julio Garvia.
9884         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
9885         for the default, which the user can override.
9886         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
9887         deal with LEXLIB.
9888         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
9889         didn't work if some values were cached but not others.  Test for
9890         broken lex libraries like native ia64-hp-hpux11.22; see
9891         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
9892         work around the problem by preferring an empty LEXLIB to -lfl or
9893         -ll.  Let the user set LEXLIB='' to indicate no library needed.
9895         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
9896         * README: Likewise.
9897         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
9899 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9901         Rework to use more-modern build style.
9902         Many files are renamed; all uses of their names were changed.
9903         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
9904         * .x-sc_useless_cpp_parens: New file.
9905         * build-aux/config.guess: Renamed from config/config.guess.  Update.
9906         * build-aux/config.sub: Renamed from config/config.sub.  Update.
9907         * build-aux/elisp-comp: Renamed from config/elisp-comp.
9908         * build-aux/install-sh: Renamed from config/install-sh.  Update.
9909         * build-aux/mdate-sh: Renamed from config/mdate-sh.
9910         * build-aux/missing: Renamed from config/missing.
9911         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
9912         * build-aux/vc-list-files: Renamed from config/vc-list-files.
9913         * config/Makefile.am: Removed.
9914         * config/mkinstalldirs: Removed.
9915         * config/move-if-change: Removed.
9916         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
9917         * Makefile.am (SUBDIRS): Remove config.
9918         (ACLOCAL_AMFLAGS): Include from m4, not config.
9919         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
9920         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
9921         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
9922         Fail if there's an error.
9923         * Makefile.cfg (move_if_change): Remove.
9924         (wget_files): Remove.
9925         (cvs_executable_files): New macro.
9926         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
9927         (executable-update): Use $(cvs_executable_files).
9928         (local-checks-to-skip): Remove.
9929         * Makefile.maint: Merge from coreutils, plus add our own changes
9930         (gzip_rsyncable): New macro.
9931         (GZIP_ENV): Use it.
9932         (CVS_LIST): Use build-aux/vc-list-files.
9933         (VERSION_REGEXP): New macro.
9934         (local-checks-available): Add patch-check, $(syntax-check-rules),
9935         check-AUTHORS.
9936         (syntax-check-rules): Compute dynamically.
9937         (sc_cast_of_x_alloc_return_value): Work even if no source files.
9938         (sc_cast_of_alloca_return_value): Likewise.
9939         (sc_prohibit_atoi_atof): Simplify regexp.
9940         (sc_no_if_have_config_h, sc_require_config_h):
9941         (sc_prohibit_assert_without_use,
9942         (sc_obsolete_symbols): Check for O_NDELAY.
9943         (sc_texi_notab): Remove.
9944         (sc-changelog): Don't make an exception for '----' lines.
9945         (.re-list): Remove, so we don't have a junk file behind.
9946         (sc_system_h_headers): Remove the need for .re-list.
9947         (sc_the_the):  New rule.
9948         (sc_tight_scope): Simplify.
9949         (sc_trailing_blank): Renamed from sc_trailing_space.
9950         (longopt_re): New macro.
9951         (sc_two_space_separator_in_usage): New rule.
9952         (sc_unmarked_diagnostics): Look at all files under CVS.
9953         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
9954         (news-date-check, changelog-check): Version is OK.
9955         (po-check): Look for lib files even if not in CVS.
9956         (copyright-check): Use $() not ``.
9957         (maintainer-distcheck): Do not depend on changelog-check.
9958         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
9959         Also check for -Wpointer-arith.
9960         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
9961         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
9962         Remove.
9963         (announcement): Add --gpg-key-id arg.
9964         (cvs-sv): Remove.
9965         (move_if_change): Just use mv.
9966         (local_updates: Remove wget-update, po-update.
9967         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
9968         (config.guess-url_prefix, config.sub-url_prefix): Remove.
9969         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9970         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
9971         ($(get-targets)): Remove.
9972         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
9973         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
9974         (cvs-update): Get from gnulib.
9975         (emut_upload_commands): gnupload is in build-aux now.
9976         (alpha beta major): Add changelog-check.  Check version.
9977         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
9978         (AC_CONFIG_FILES): Remove.
9979         * bin/autoconf.as: Add spaces to avoid distcheck warning.
9980         * config/announce-gen: Sync from coreutils.
9981         * doc/make-stds.texi: Sync from gnulib.
9982         * doc/standards.texi: Likewise.
9983         * man/Makefile.am: Adjust for config -> build-aux renaming.
9984         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
9985         * tests/local.at: Adjust from config -> build-aux renaming.
9986         * tests/tools.at: Likewise.
9987         * tests/torture.at: Likewise.
9989         * NEWS: The C99 check now tests for vararg macros and 64-bit
9990         preprocessor ints.
9991         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
9992         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
9993         64-bit preprocessor ints.  Check for static initialization of
9994         long long.  Remove unnecessary casts.
9996 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9998         * doc/autoconf.texi (Particular Programs): Mention that
9999         @INSTALL@ and @MKDIR_P@ may vary for different output files.
10000         Reported by Alexandre Duret-Lutz.
10002 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10004         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
10005         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
10006         Bill Northcott in
10007         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
10009 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10011         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
10012         pacify insanely picky compilers.  Problem reported by Eric Blake.
10014         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
10015         longer supported by Sun.
10017 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10019         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
10020         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
10021         -Wundef -Werror".  Problem reported by David Fang in
10022         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
10023         * doc/autoconf.texi (Header Templates, Default Includes):
10024         (Particular Functions, Generic Functions, Header Portability):
10025         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
10026         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
10027         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
10028         Prefer #ifdef to #if.
10029         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
10030         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
10031         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
10032         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
10033         Likewise.
10034         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
10035         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
10036         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
10037         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
10038         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
10039         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
10040         this.
10042 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10044         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
10045         problems with arg script text that doesn't end in newline, and
10046         with '-e a...'.  Problems reported by Ralf Wildenhues.
10048 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
10050         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
10051         check for libXt by a check for libX11.
10053 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10055         * doc/autoconf.texi (config.status Invocation): Adjust according
10056         to last change.
10058 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10060         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
10061         --help' should mention that `--version' outputs configuration
10062         settings.  Report by Bruno Haible.
10064 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
10066         Fix test suite failures reported by Pierre in
10067         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
10068         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
10069         the compiler created a file "b.out" when it didn't create anything
10070         at all.
10071         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
10072         Discard stderr too, when invoking the test script.
10074 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
10076         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
10077         in the restoring of the werror flag.
10079 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
10081         * doc/autoconf.texi (Volatile Objects): Be even a little
10082         less skeptical about "volatile", after discussion with
10083         Bruno Haible on bug-gnulib.
10084         (Limitations of Usual Tools): Warn about sed stripping
10085         leading white space from text.  From Bruno Haible.
10087 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
10089         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
10090         compiler complains about it, even if things works after the
10091         complaint.  Problem reported by Peter O'Gorman.
10093         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
10094         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
10095         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
10097 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
10099         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
10100         after -R regardless of host.  Patrick Welche reports that this
10101         fixes things on NetBSD 3.99.
10103         * NEWS: Recommend M4 1.4.5.
10104         * README: Likewise.
10105         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
10106         * tests/tools.at (autom4te cache): Update wording of diagnostic
10107         to match M4 1.4.5.
10109 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10111         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
10112         under AC_C_VOLATILE.
10113         (Volatile Objects): Be a little less skeptical about what
10114         "volatile" means.  Derived from thoughts by Ben Pfaff in
10115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
10117 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10119         * doc/autoconf.texi: Fix some typos.
10121 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10123         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
10124         more globally, since the 2006-06-30 patch didn't suffice.  Problem
10125         reported by Keith Marshall.  Also, don't bother with builddir2,
10126         since it shouldn't be needed any more.
10128 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
10130         * doc/autoconf.texi (Generic compiler characteristics):
10131         Document AC_COMPUTE_INT.  Fix wrong statements on Default
10132         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
10134         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
10135         (_AC_COMPUTE_INT): Add obsoletion warnings.
10136         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
10137         AC_COMPUTE_INT.
10139         * NEWS: Document change.
10141 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10143         * doc/autoconf.texi (Volatile Objects): New section.
10145         * NEWS: Document previous change.
10147 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10149         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
10150         Require that long long int be at least 64 bits wide.  C99 requires
10151         this and enough programs depend on it so we should check for it.
10152         Bruno Haible reports in
10153         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
10154         that long long int is 32 bits wide with some nonstandard compilers.
10155         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10157 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10159         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
10160         to a nonexistent file, so that we don't have to worry about
10161         a local site configuration that doesn't use /usr/local.
10162         Problem reported by Keith Marshall in
10163         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
10165 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10167         * doc/autoconf.texi: Be more consistent about using @acronym with
10168         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
10169         quite right (it talked about "OSF/Tru64", even though the
10170         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
10171         and it even mentioned "OSF 4"!) and at this point there's little
10172         reason to talk about OSF any more, since it died in 1994.
10173         (Specific Compiler Characteristics): Simplify example of
10174         negative-size array.
10175         (File Descriptors): Reorder to make the text flow better.
10176         Remove joke about "appreciate the various levels"; I didn't get it.
10177         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
10178         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
10179         (File Descriptors, Limitations of Usual Tools):
10180         Tone down the advice against renaming or removing open files.
10181         (Limitations of Usual Tools): Add a new section, on 'rm'.
10183 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
10185         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
10186         -lXt in LIBS, idea from Karsten Hopp; this was due since
10187         this change:
10189         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10190         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
10191         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
10192         (which belong to Xt, not X itself).  See Debian bug 327655.
10194 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10196         * configure.ac (AC_INIT): Bump to 2.60a.
10197         * NEWS: Update.
10199 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10201         Version 2.60.
10203         * configure.ac, NEWS: Update.
10205 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10207         * config/texinfo.tex: Sync from upstream.
10209         * bin/autom4te.in (handle_traces): Transform the `@S|@'
10210         quadrigraph correctly in traces.
10212         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
10213         Fix typos.
10215         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
10216         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
10217         not defined.
10218         * doc/autoconf.texi (Changed Directory Variables): New node,
10219         to document the whole `datarootdir' business a bit better.
10220         * NEWS: Update.
10221         * tests/torture.at (datarootdir workaround): Extend test.
10222         Prompted by report by Alexandre Julliard.
10224 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10226         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
10227         when using default mode of IBM C 6 for AIX.  Problem and two-line
10228         fix reported by Larry Jones.
10230 2006-06-22  Alexandre Julliard <julliard@winehq.org>
10232         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
10233         about literal '${datarootdir}' if a definition is found in the
10234         output file.
10236 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10238         * NEWS: Use "M4" rather than "m4" when appropriate.
10239         Problem reported by Eric Blake.
10240         * doc/autoconf.texi: Likewise.
10241         Use @acronym around BSD, GCC, and GNU when appropriate.
10242         (Why GNU M4): Renamed from "Why GNU m4".
10243         (Redefined M4 Macros): Mention that Posix
10244         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
10245         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
10246         to int.
10248 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10250         * bin/autom4te.in (handle_output): Do not forbid the empty
10251         pattern.
10252         * tests/tools.at (autoconf: the empty token): New test.
10254 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
10256         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
10257         calls, so that we do not care whether they are LIFO or FIFO;
10258         in the m4_wrap, do not check which diversion is the topmost
10259         one, just check that the stack is balanced at the end.
10260         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
10261         base diversion forever--pop the previous diversion before
10262         opening the new one; consequently, remove the m4_wrap call.
10263         * lib/autotest/general.m4 (AT_INIT): Likewise.
10264         * tests/m4sugar.at: Do not use
10265         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
10267 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10268         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10270         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
10271         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
10272         Rework example of m4wrap token-pasting trouble so that it doesn't
10273         care whether it's LIFO or FIFO.
10274         Fix some "contrary to"s that are awkward in English.
10276 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10278         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
10279         to `yes' instead of `int$1_t' if the type is found, for more
10280         consistent configure output (where $1 is the number of bits).
10281         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
10282         Suggested by Bruno Haible.
10284         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
10285         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
10286         with system headers.  Report by Bruno Haible.
10288 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10290         * config/config.guess, config/config.sub: Sync from upstream.
10292         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
10293         in order to avoid picking up an older installed frozen m4sh.m4f.
10294         Besides an outdated shell startup, this could have been created
10295         by an earlier M4 version with incompatible frozen file format.
10297 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
10299         * README: Recommend m4 1.4.4 instead of 1.4.3..
10300         * doc/autoconf.texi: Likewise.
10301         (Special Chars in Names): Say that $(.FOO) is portable, as
10302         suggested by Stepan Kasal.
10303         (Installation Directory Variables, Build Directories):
10304         (Automatic Remaking, Subdirectories, Fortran Compiler):
10305         (Making testsuite Scripts, Defining Directories):
10306         Quote variable usages better.
10307         (Making testsuite Scripts): Add clean-local rule to makefile
10308         snippet, by Eric Blake.
10309         (Installation Directory Variables): Fix table item font.
10310         Reword slightly to clarify.  Generalize advice about
10311         not using special characters to include all file-related
10312         vars, not just VPATH.
10313         (Special Chars in Variables): Warn about special characters in
10314         $(srcdir) too.
10315         (Assignments): Clarify default-value example as suggested by
10316         Ralf Wildenhues in
10317         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
10318         (Special Shell Variables): Note leading ./ or ../, as suggested
10319         by Eric Blake.
10320         (Limitations of Builtins): Under cd, warn about CDPATH.
10321         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
10322         Ralf Wildenhues.
10324 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10326         * doc/autoconf.texi (Configuration Actions): Remove duplicate
10327         `@var', for texi2html.
10328         (Systemology): Some more word wrapping, for DVI output.
10329         (autom4te Invocation): The short option for `--melt' is `-M',
10330         not `-m'.
10332 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
10334         * doc/autoconf.texi: More formatting and English tweaks,
10335         many suggested by Ralf Wildenhues.
10336         Reword to avoid "@code{...}'s" and the like, since it's ugly
10337         with Emacs info mode.  discontents -> woes.
10338         Put a few "will"s back.  time stamp -> timestamp.
10339         side-effect -> side effect.
10341 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
10343         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
10344         Warn about $@ not persisting.  Problem reported by Julien Danjou in
10345         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
10346         (Special Chars in Names): Renamed from Leading _ in Macro Names.
10347         Mention other special chars, too.
10349 2006-06-14  Eric Blake  <ebb9@byu.net>
10351         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
10353 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
10355         * doc/autoconf.texi: Some systematic minor improvements, as
10356         follows.  Use "makefile" when talking about makefiles
10357         generally (which might be named "makefile" or "Makefile" or even
10358         "foo.mk"), "Makefile" when talking about a specific makefile
10359         called "Makefile".  This unclutters the text from weird quotes
10360         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
10361         values" rather than "@var{foo}s" and similar constructs containing
10362         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
10363         English-language improvements.  Change the prefix "sub-" to "sub"
10364         and "re-" to "re".
10365         Put blank lines around examples more consistently.
10366         Avoid "rather" and "very" as intensifiers.
10367         Avoid "will" as an auxiliary.
10368         (Limitations of Make): Split this node into....
10369         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
10370         (Leading _ in Macro Names, Backslash-Newline-Newline):
10371         (Backslash-Newline Comments, Long Lines in Makefiles):
10372         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
10373         (obj/ and Make, make -k Status, VPATH and Make):
10374         (VPATH and Double-colon, $< in Explicit Rules):
10375         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
10376         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
10377         New nodes, resulting from splitup of Limitations of Make.
10378         All cross-references changed.  Raise the top node from
10379         a section to a chapter, and all subnodes accordingly.
10380         Redo the introductory wording to match the new organization.
10381         (Installation Directory Variables): Use an example that is
10382         closer to what Autoconf actually does.  Mention that VPATH's
10383         value should not contain metacharacters or white space.
10384         (Fortran Compiler): Fix a VPATH bug in an example.
10385         (Leading _ in Macro Names): Mention that this problem is no longer
10386         of practical concern.
10387         (VPATH and Make): Reword the advice to make it clearer
10388         that Autoconf and Automake support VPATH in non-GNU make, but
10389         many packages have bugs in this area.
10390         ($< in Explicit Rules): Refer to Build Directories rather
10391         than using a (non-VPATH-safe) example.
10392         (Automatic Rule Rewriting): Mention the sort of disaster that
10393         can ensue with Solaris-style rule rewriting with VPATH.
10395 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10397         * doc/install.texi (Compilers and Options): Weaken the
10398         suggestion to use GNU make for VPATH builds.
10400         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
10401         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
10403         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
10404         in regular expression.
10406 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10408         * doc/autoconf.texi (Installation Directory Variables):
10409         Drop extra @samp from `@table @samp' item.
10410         (Limitations of Usual Tools): Comment fix.
10411         Do not nest @samp just to point to other table items.
10412         (Writing testsuite.at) <AT_CHECK>: The second argument to
10413         `@dvar' is already @samp'ed.
10414         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
10415         do not use @var in the second argument.
10417 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
10419         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
10420         $as_shell.exe too.  Problem reported by Andreas Buening in
10421         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
10423 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10425         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
10426         `unused variable' compiler warning, for `-Wall -Werror'.
10427         Reported by Jaap Haitsma in
10428         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
10430 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
10432         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
10433         case the compiler dumps core.  Problem reported for
10434         OpenServer 5.0.7 by Tim Rice in
10435         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
10436         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
10437         Likewise.
10439 2006-06-06  Tim Rice <tim@multitalents.net>.
10441         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
10442         "ERROR" only shows up in "make check" output if there is an
10443         error.
10445 2006-06-06  Eric Blake  <ebb9@byu.net>
10447         * tests/tools.at (automatically allowed tokens): Fix typo.
10449 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
10451         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
10453         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
10454         typically overflows on x86 CPUs, even though the C standard
10455         requires otherwise.
10457 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10459         * configure.ac (AC_INIT): Bump to 2.59e.
10460         * NEWS: Update.
10462 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10464         Version 2.59d.
10466         * config/texinfo.tex: Sync from upstream.
10468         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
10469         seen, invoke libtoolize with `--ltdl' argument.
10470         * lib/autom4te.in (Autoreconf-preselections): Adjust.
10471         * NEWS: Update.
10472         Suggested by Eric Blake.
10474 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
10476         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
10477         reported by Ralf Wildenhues.
10478         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
10480 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10482         * THANKS: Update.
10484 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
10486         * doc/autoconf.texi: Modernize some of the references to Solaris.
10488 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
10490         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
10491         message issued by AC_REQUIRE.
10492         * tests/m4sugar.at: Check m4_require's error message.
10493         * tests/base.at: Check AC_REQUIRE's error message.
10494         * tests/local.at (AT_CHECK_M4): New macro, almost identical
10495         to...
10496         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
10497         AT_CHECK_M4.
10498         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
10499         `expout' as the last parameter.
10500         * tests/tools.at: Adapt to the above change.
10502 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
10504         * doc/autoconf.texi (Limitations of Usual Tools): Correct
10505         information about race-free implementations of mkdir.
10507 2006-06-04  Eric Blake  <ebb9@byu.net>
10509         * bin/autoreconf.in (help): Document M4 environment variable.
10510         * bin/autoconf.as (Usage): Likewise.
10511         * bin/autom4te.in (help): Likewise.
10512         * doc/autoconf.texi (autom4te Invocation): Likewise.
10514 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
10516         * NEWS: GNU make now recommended for VPATH builds.
10517         Mention that some macros are now documented to be obsolescent.
10518         * doc/autoconf.texi:
10519         Prefer "current" to "modern" to describe
10520         currently-used (albeit perhaps old-fashioned) hosts.
10521         Mention which ancient features no longer need to be worried about.
10522         setgid -> set-group-ID
10523         setuid -> set-user-ID (these are the Posix terms)
10524         Fix some misuses of "only".
10525         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
10526         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
10527         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
10528         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
10529         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
10530         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
10531         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
10532         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
10533         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
10534         Mention that these macros are obsolescent.
10535         (Installation Directory Variables): shall -> should
10536         (File Descriptors): Mention that 0, 1, 2 might get reopened.
10537         Mention that it's now safe to use 3 and 4.
10538         (Limitations of Usual Tools): cp -r is now specified by Posix.
10539         Omit longwinded and obsolescent discussion of cp -f.
10540         Modernize discussion of expr, ls.
10541         (Limitations of Make): Modernize discussion of VPATH builds.
10542         Mention $? as a workaround in some cases.
10543         * doc/install.texi (Basic Installation):
10544         Mention "./configure; make; make install" first.  Be more
10545         specific about why this file is generic.  Remove unnecessary
10546         parens.  Remove misleading "only".  Remove obsolete advice
10547         about csh.  Don't say "configure" takes awhile; say it
10548         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
10549         and CC=c99 rather than CC=c89, as these are blessed by current
10550         Posix.  Recommend GNU make if doing a VPATH build.
10552 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
10554         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
10555         examples involving shell prompts.
10557 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
10558         and Paul Eggert  <eggert@cs.ucla.edu>
10560         * doc/autoconf.texi (Here-Documents): Add details about the
10561         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
10562         use "here-documents" instead of "here documents".
10564 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10566         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
10568 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
10570         * doc/autoconf.texi (File System Conventions): Warn about ":"
10571         anywhere in directory names.
10573 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
10575         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
10576         about quoting the case statement, just in case.
10577         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
10578         was fixed in ksh93g; reported by Ralf Wildenhues.
10580 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
10582         * doc/autoconf.texi (System Services): Do not document
10583         overriding EXEEXT via ac_cv_exeext=ext.
10584         (Particular Programs) <AC_PROG_MKDIR_P>:
10585         Document that ${MKDIR_P} understands --.
10586         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
10587         comment.
10589 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10591         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
10592         argument with leading hyphen.  Problem reported by Paul Eggert.
10594 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
10596         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
10597         about quoting ac_try: quote all of it, if any of it seems suspicious.
10598         This means we don't have to worry about ${ or sed any more.
10599         Also, double-quote the case statement, to work around misuses via
10600         underquoting as reported by Ralf Wildenhues in
10601         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
10602         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
10603         undocumented and dangerous macro.
10604         Problem reported by Ralf Wildenhues in
10605         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
10607 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10609         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
10610         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
10611         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
10613 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
10615         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
10616         since evidently some packages rely on the old, broken behavior.
10617         Problem reported by Ralf Wildenhues in
10618         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
10619         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
10620         pre-2006-05-26 definitions, but leave in the comments that
10621         these macros are dangerous and should not be used.
10622         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
10623         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
10624         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
10625         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
10626         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
10628 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
10630         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
10631         the use of 'tr', since this is our only use of 'tr'.
10633 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10634         and Paul Eggert  <eggert@cs.ucla.edu>
10636         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
10637         Don't assume 'grep' works on long lines, since AIX grep doesn't.
10639 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10641         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
10642         the output file in the `${datarootdir}' test.
10644 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
10645         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10647         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
10648         mention of `datarootdir' in the input file(s), but literal
10649         `${datarootdir}' in the output file, and we haven't warned yet,
10650         then warn as well: the user may have (erroneously) used
10651         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
10652         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
10653         * tests/torture.at (datarootdir workaround): Extend this test.
10654         * NEWS: Update.
10656 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10657         and Paul Eggert  <eggert@cs.ucla.edu>
10659         * doc/autoconf.texi (autoheader Invocation): The first argument to
10660         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
10661         alternatives and clear up the language a bit.
10663 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10665         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
10666         ac_config_guess, ac_config_sub, ac_configure.
10667         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
10668         Fix typo that prevented an unnecessary space from being removed.
10669         Problems reported by Ralf Wildenhues in:
10670         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
10672 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10674         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
10675         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
10676         Don't use the term "thread-safe" to talk about mkdir race
10677         conditions, since the problem is more a process than a thread
10678         issue.  Problem reported by Stepan Kasal in:
10679         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
10680         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
10681         the test for 'install' more closely.  Look at MKDIR_P first.
10682         Look in the PATH, and at /opt/sfw/bin.
10683         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
10684         Don't bother to try mkdir -p, since we already check mkdir --version;
10685         just look at the version number.  (There's no easy way to check
10686         for race-free implementations.)
10687         * tests/tools.at (autoconf: subdirectories): Adjust to above
10688         changes, since MKDIR_P now might end in "/mkdir -p".
10690         * doc/autoconf.texi (autoheader Invocation): Mention that the
10691         first arg of AC_DEFINE_UNQUOTED must be a literal.
10692         Problem reported by Ben Pfaff in
10693         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
10695         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
10696         * doc/autoconf.texi (Special Chars in Variables): New section.
10697         (Preset Output Variables): Warn about special chars in CPPFLAGS.
10698         (Installation Directory Variables): Quote $(datadir) better.
10699         (Limitations of Builtins): Describe some of eval's trickiness.
10701         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
10702         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
10703         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
10704         in front of every arg, not just trailing args.  Quote apostrophes.
10705         (_AC_EVAL_ECHO): New macro.
10706         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
10707         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
10708         removed.
10709         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
10710         exposed by quoting of eval argument.  Put the command on line line
10711         so it logs better.
10712         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
10713         (_AC_PATH_X, AC_PATH_X): Quote more safely.
10714         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
10715         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
10716         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
10717         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
10718         Use eval more safely.
10719         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
10720         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
10721         to be replaced.
10722         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
10723         lines, exposed by quoting of eval argument.
10725 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
10726         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10728         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
10729         initialization of `ac_cv_exeext', do not override it if it was
10730         already set, unless it was set to `no', for compatibility with
10731         Autoconf-2.13, and comment this.
10732         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
10733         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
10734         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
10735         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
10736         Document that this test may be overridden by setting
10737         `ac_cv_exeext'.
10739 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10741         Revert these two patches:
10743         2006-04-06  Eric Blake  <ebb9@byu.net>
10744         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
10745         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
10746         2006-04-01.
10748         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
10749         Clean up _AC_COMPILER_EXEEXT* macros.
10750         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
10751           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
10752           ac_file to the name of the default output file and call
10753           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
10754           initial `rm' of the candidate files...
10755         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
10756           the same list in subsequent `rm' calls, and for the temporary
10757           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
10758           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
10759         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
10760         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
10761           no longer needed) by libtool.  Make it a cache check.
10762         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
10763           copied here by mistake.
10764         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
10765           _AC_COMPILER_EXEEXT.
10766         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
10767           _AC_COMPILER_OBJEXT directly.
10768         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
10770 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10772         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
10773         Fix description of how the buggy `sed' works.
10775 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
10777         Sync from Automake:
10779         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
10780         ENOLCK.  Only mention `make -j' when applicable.  Only raise
10781         fatal errors when `make -j' is involved.  Improve error message.
10783 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10785         * doc/autoconf.texi (Here-Documents): We now know more about
10786         the variable expansion in here documents bug.
10787         Thanks to Tim Rice and Stepan Kasal.
10789         * doc/autoconf.texi (Making testsuite Scripts): Add an example
10790         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
10792 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10794         * tests/autotest.at (Multiline command from M4 expansion):
10795         No failure to be expected if the shell quotes newlines in
10796         commands in the `set -x' output.  Report by Tim Rice.
10797         * THANKS: Update.
10799 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
10801         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
10802         expansion in the here-documents used by config.status, as that
10803         runs afoul of the Korn shell version M-12/28/93d bug described in
10804         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
10805         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
10806         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
10808 2006-05-23  Jim Meyering  <jim@meyering.net>
10810         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
10811         Fix typo introduced with 2006-04-02 change.  It reversed the sense
10812         of the test.
10814 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
10816         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
10817         ac_dB slightly, to save bytes in the script.
10818         Max out at 50 lines, rather than 96; this is more likely
10819         (though not guaranteed) to avoid obscure 'sed' failures.
10821 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10823         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
10824         `tr -d -' as bad option argument.  Work around this by deleting
10825         an unrelated character.
10826         Report by Tim Rice <tim@multitalents.net>.
10828 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
10829             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
10830             Stepan Kasal  <kasal@ucw.cz>
10832         * doc/autoconf.texi (Particular Programs): Do not promise that
10833         we always prefer the GNU version of the program, and that we
10834         search according to PATH; both rules can have exceptions.
10835         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
10836         AC_PROG_SED.  Move descriptions of limitations
10837         to the Limitations of Usual Tools section.
10838         (Limitations of Usual Tools) <sed>: Mention script length
10839         limitations with Solaris /usr/ucb/sed.
10840         <grep>: Fix wording for empty alternative.  Mention that -c and
10841         -l should not be combined, and that -E and -F should not be
10842         combined.
10844 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
10845         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10847         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
10848         limits in Solaris 8 /usr/ucb/sed by testing a long script.
10850 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
10852         * doc/autoconf.texi (Defining Symbols): Literal parameter of
10853         AC_DEFINE is now passed to m4_pattern_allow.
10854         * NEWS: Mention that; likewise for AC_SUBST.
10855         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
10856         the parameter to m4_pattern_allow.
10857         * tests/tools.at: Add a check for that.
10859 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
10861         * lib/autoconf/status.m4: Fix typos.
10863 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10865         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
10866         only the files that this macro generates.
10868 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
10870         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
10871         the HP-UX sed limitation of 99 commands, labels do not count.
10872         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
10873         in the comment.
10874         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
10876 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
10878         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
10879         Import the following fix from coreutils:
10881         2006-01-13  Jim Meyering  <jim@meyering.net>
10883         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10884         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
10885         not double-quote uses of that variable, to accommodate the rare
10886         case in which getmntent is available in none of the libraries
10887         checked.  This happens at least on FreeBSD 5.0.
10889 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
10891         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
10892         ac_config_guess, ac_config_sub, and ac_configure, since evidently
10893         some other programs unwisely rely on these undocumented vars.
10894         But put in warning comments about them.
10895         Problem reported by Ralf Wildenhues in
10896         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
10897         * NEWS: Document that these variables are intended to go away.
10899 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10901         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
10902         and set the language to C++ (analogous to the equivalent Fortran
10903         tests).
10905         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
10906         * doc/autoconf.texi (C++ Compiler): Document it.
10907         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
10908         * NEWS: Update.
10910 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
10912         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
10913         that caused config.status to generate 100-command sed scripts; the
10914         portable limit is 99.
10916 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10918         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
10919         variable `ac_d' instead of `d' to avoid infringing namespace.
10920         Report by Ralf Menzel.
10922 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
10924         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
10925         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
10926         * tests/tools.at (autoconf: subdirectories): New test, taken from
10927         the corresponding problem report by Ralf Wildenhues in:
10928         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
10930         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
10931         Quote some uses of shell variables if they might suffer unexpected
10932         globbing.  This doesn't fix all instances of quoting problems that
10933         I found, just the easy ones that look safe.
10934         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
10935         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
10936         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
10937         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
10938         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
10939         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
10940         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
10941         Likewise.
10942         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
10943         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
10945 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10947         * bin/autoreconf.in ($help): Reword according to the manual.
10948         Suggested by Olly Betts.
10950 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
10951         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10953         * bin/autoreconf.in: Pass the directory argument to
10954         `require_configure_ac'.  Fix comment.
10955         * tests/torture.at (Configuring subdirectories): Expose this.
10956         Reported by Olly Betts.
10958 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10960         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
10961         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
10962         Automake as follows:
10964         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
10965         `$configure_in' instead of `configure.in', to preserve
10966         directory component.
10968 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10970         * config/config.guess, config/config.sub, config/texinfo.tex,
10971         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
10973 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
10975         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
10976         test for C99 conformance; (bool) 0.5 is an integer constant
10977         expression, but (bool) -0.5 is not.  Problem reported by Fedor
10978         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
10980 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
10982         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
10983         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
10984         Warn about obsolete install-sh files.  Remove stray sentence
10985         fragment and fix cross reference.
10986         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
10987         install -d; this undoes the 2006-05-10 change.
10988         (MKDIR_P): Mark with AN_MAKEVAR.
10989         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
10990         that we don't require $INSTALL to be thread-safe.  Move comments
10991         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
10992         of AC_PROG_INSTALL.  Output a message saying that we're checking
10993         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
10994         MKDIR_P instead of AC_SUBST.
10995         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
10996         Special magic for MKDIR_P, too.
10997         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
10998         a dnl.
10999         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
11001 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11003         Sync from Automake, as follows:
11005         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11006         * config/install-sh: Initialize IFS, so field splitting isn't
11007         turned off later.
11008         * config/mkinstalldirs: Likewise.
11009         * config/missing: Remove superfluous quotes.  Replace all uses of
11010         `[' by `test', for consistency, and for..
11011         * config/missing (sed_minuso, sed_output): New variables.
11012         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
11013         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
11014         Fixes `missing' to detect `--output' for help2man.  Fixes
11015         PR automake/483.  Report by Dennis J. Linse.
11016         (autom4te): Document in `missing --help'.
11018 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11020         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
11021         * config/install-sh: Don't use 'path' to talk about file names,
11022         as per GNU coding standards.  Close a race condition reported by Ralf
11023         Wildenhues and Stepan Kasal.  There is still a race condition
11024         on hosts that predate Posix 1003.1-1992, but we can't help this.
11025         Don't mishandle weird characters like space on pre-Posix hosts.
11026         Invoke mkdir at most once per dir arg on pre-Posix hosts.
11027         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
11028         AC_PROG_MKDIR_P from AS_MKDIR_P.
11029         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
11030         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
11031         earlier editions are not (including Automake 1.8.3).
11032         Do not suggest mkinstalldirs for thread-safety.
11033         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
11034         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
11035         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
11036         presence of special characters and race conditions.
11037         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
11038         in Autoconf's name space.
11040 2006-05-10  Bruno Haible  <bruno@clisp.org>
11041         and Paul Eggert  <eggert@cs.ucla.edu>
11043         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
11044         from Automake with minor changes.
11045         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
11047 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11049         * config/install-sh: Update to Automake CVS version, as follows:
11050         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
11051         * lib/install-sh: Simplify the expr implementation of dirname.
11052         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11053         * lib/install-sh: Handle --, and diagnose unknown options.
11055 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11057         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
11058         `./autom4te' to create `./testsuite', since the `all' target
11059         will ensure its presence, but `installcheck' should not create
11060         the uninstalled wrappers.
11062         * tests/torture.at (Unusual Automake input files): Skip if we
11063         detect automake < 1.8.
11065 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11067         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
11068         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
11069         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
11070         * NEWS: Update.
11072 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11074         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
11075         munge (multiple) white space and other oddities.
11076         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
11077         single quotes in variable assignment.
11078         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
11079         and similar failures by adding multiple spaces, tabs, and other
11080         special characters.
11081         Report and different test suggested by Francesco Romani
11082         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
11084         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
11085         single quotes, we only need to search for single quotes; this
11086         both simplifies the search pattern, and makes us less
11087         susceptible to `echo' variations for arguments not containing
11088         single quotes.
11089         (_AC_ARG_VAR_VALIDATE): Likewise.
11091 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11093         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
11094         `$*' and IFS concatenation issue with traditional shells and
11095         bash-2.04.  Report by Seanster@Seanster.com.
11097 2006-05-03  Bruno Haible  <bruno@clisp.org>
11099         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
11100         precisely which Mac OS X versions have the od problem.
11102 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11104         * doc/autoconf.texi: Use @option systematically.
11106 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11107         and Bruno Haible  <bruno@clisp.org>
11109         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
11110         about 'od'.
11111         (Integer Overflow): Mention the special case of integer division
11112         overflow.
11114 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11116         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
11117         traditional shells like the Solaris one that do not use the
11118         first IFS character for assembling `$*'.
11119         Prompted by a related report from autoconf_bug@nro.ca.
11121 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11122         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11124         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
11125         Mention more problems with the -e option.
11127 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11129         * NEWS: Typo.
11130         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
11132         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
11133         in URLs to improve DVI formatted output (requires texinfo 4.6).
11134         (System Services, Systemology, Shellology): Likewise.
11135         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
11136         output.
11138         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
11139         continuous text.
11140         (Runtime): Fix macro argument names to match description:
11141         `action-if-found' -> `action-if-true' and similarly.
11142         (Obsolete Macros): Likewise.
11143         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
11144         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
11145         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
11147 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11149         * doc/autoconf.texi (Limitations of Make): Clean up markup.
11151         * ChangeLog: Typo.
11152         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
11153         DVI output.
11155 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11157         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
11158         /bin/sh set unsorted output.
11159         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
11160         * tests/local.at: Likewise.
11162 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
11164         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
11165         (Integer Overflow, Null Pointers, Buffer Overruns):
11166         (Floating Point Portability, Exiting Portably): New sections.
11167         (Writing Test Programs): Fix some langauge.  Recommend exiting
11168         with status 1, not merely nonzero.  Clarify exit declaration.
11169         (Run Time): Move C exit status stuff to new Exiting Portably section.
11170         (Systemology): Mention Posix and levenez.  Update v7 reference.
11171         (Portable Shell): Mention the Posix shell.
11173 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
11175         * bin/autoconf.as (me): Replace by as_me.
11177 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11179         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
11180         since as_me isn't set yet.
11182 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
11184         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
11185         a few minor bugs in this area.
11187         * doc/autoconf.texi (Programming in M4sh): Comment out the
11188         documentation of AS_BASENAME, for now.
11189         (Shell Substitutions): Do not use AS_DIRNAME in an example.
11190         (Limitations of Builtins) <basename>: Do not refer to
11191         AS_BASENAME.
11192         * bin/autoconf.as (me): Don't use AS_BASENAME.
11193         (dir): Remove the unused variable.
11194         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
11195         AS_DETECT_REQUIRED.  All uses changed.
11196         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
11197         All uses changed.
11198         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
11199         (AS_BASENAME): Use "basename --" to protect against leading "-".
11200         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
11201         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
11202         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
11203         (_AS_DIRNAME_PREPARE): Likewise.
11204         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
11205         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
11206         (AS_DIRNAME): Use "dirname --".
11208 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
11210         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
11211         of "run time" and "run-time" changed to "runtime", for consistency.
11212         * lib/autoconf/fortran.m4: Likewise (in comment).
11213         * lib/autoconf/functions.m4: Likewise.
11214         * lib/autoconf/general.m4: Likewise.
11215         * lib/autoconf/headers.m4: Likewise.
11217         * doc/autoconf.texi (Run Time): Document the exit status situation
11218         with more accuracy and detail.
11220 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11222         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
11223         Archive is not officially `GNU' any more.  Update URL.
11224         (Defining Directories): Likewise
11225         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
11227 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11229         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
11230         newline from the `trap' code to finish `config.log'; the NetBSD
11231         /bin/sh resets the exit status after an empty command, as
11232         documented in doc/autoconf.texi.
11233         Reported by Dalibor Topic <robilad@kaffe.org>.
11235 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
11237         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
11238         Suggested by Bruno Haible.
11240 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
11242         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
11243         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
11244         Instead, just list the shells that we know work.
11245         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
11246         changed.  Be more cautious about the _cv_ variable.
11247         * tests/tools.at (Syntax of the shell scripts): Check the
11248         _cv_ variable once, at first, to avoid an internal autoconf error
11249         when sh -n does not work.
11251 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11253         * lib/Autom4te/FileUtils.pm: Sync from Automake.
11255 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
11257         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
11258         use ">&-" since we're only 99.999% sure that this is portable,
11259         and since the MinGW bug is fixed in a different way.
11260         * lib/autotest/general.m4 (AT_INIT): Likewise.
11262 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
11264         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
11265         before opening config.log, to avoid hitting a bug on MinGW.
11267 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
11269         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
11270         AS_MESSAGE_LOG_FD before reopening it onto the log file.
11271         This works around a MinGW bug reported by Eric Paire.
11272         Make sure that all writes to the log file append to it,
11273         rather than possibly losing data.
11274         * lib/autotest/general.m4 (AT_INIT): Likewise.
11276 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
11278         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
11279         description.
11281 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11283         * NEWS: Update.
11285         * configure.ac (AC_INIT): Bump to 2.59d.
11287 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11289         Version 2.59c.
11291         * Makefile.maint (news-date-check): Do not require a leading `*'
11292         before the release date in NEWS.
11294 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
11295         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11297         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
11298         the instantiated file do not contain the string 'datarootdir'
11299         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
11300         @mandir@, replace the reference '${datarootdir}' by the value.
11301         * tests/torture.at (datarootdir workaround): New test.
11302         * NEWS: Advertise this temporary fixup.
11303         Based on a patch by Bruno Haible, reported and analyzed by
11304         Paul Eggert and Noah Misch.
11306 2006-04-12  Eric Blake  <ebb9@byu.net>
11308         * tests/autotest.at (Debugging a failed test): Fix comment.
11310 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
11312         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
11313         all the changes since 2006-04-07.
11315 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11317         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
11318         succeeded, but `ln -s file dir' failed, take care to remove the
11319         leftover target before the next test, to prevent its spurious
11320         failure; also make sure `ln file dir' works before selecting it.
11321         Thanks to Keith Marshall for pointing this out.
11322         * THANKS: Update.
11324         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
11325         assignments in `at_debug_args', so that we put them correctly
11326         in the `run' script.
11327         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
11328         Reported by Eric Blake.
11330 2006-04-11  Eric Blake  <ebb9@byu.net>
11332         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
11333         top-level tests after micro-suite has been run.   Used in...
11334         (Debugging a successful test, Debugging script and environment),
11335         (Debugging a failed test): ...these new tests.  The first of these
11336         is fixed by...
11337         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
11338         macro, split out from...
11339         (AT_INIT): ...here, so that using -d also generates a run script.
11340         Document that -d inhibits top-level logging.
11341         * doc/autoconf.texi (testsuite Invocation): Document that -d only
11342         inhibits top-level logging; debug scripts are created.
11344         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
11345         check.
11346         * tests/autotest.at (Empty test, Empty check): New test to check it.
11348         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
11349         from gcc.
11351 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
11353         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
11354         the files if a problem appears.  Make the empty *.at files
11355         read-only, too.  Proposed by Ralf Wildenhues.
11357 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11359         * config/Makefile.am: Add comment to force updated Makefile.in.
11361         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
11362         space only patch to this file, this patch causes the Makefile.in
11363         files that include freeze.mk to be updated, and thus have a
11364         newer time stamp again, which in turn makes a pristine CVS
11365         checkout have correct time stamps.
11367         * Makefile.maint (cvs-sv): New macro, to be used..
11368         (config.guess-url_prefix, config.sub-url_prefix)
11369         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
11370         point to CVS text checkout of Gnulib files.
11371         (copyright-check): Bump current year.
11372         (announcement): Do not hard-wire `./announce-gen'.
11373         (cvs-update): Propagate failures of `cvs' and `move-if-change'
11374         correctly.
11375         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
11376         `chmod +x'.
11377         (wget_files): Update config.guess, config.sub, texinfo.tex by
11378         `wget-update', now that their URLs work again.
11380 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11382         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
11383         Problem noted by Paul D. Smith.
11385 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11387         * doc/autoconf.texi: Remove unused words from word list.
11388         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
11389         .x-sc_trailing_space: New files.
11391         * doc/standards.texi: Sync from gnulib.
11393         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
11394         `LIBOBJDIR' as experimental.
11396         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
11397         with a target directory; it's internally implemented as `cp'
11398         anyway, but since Autoconf advertises the possibility to use
11399         a target directory when LN_S is `ln -s', we need to find out.
11400         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
11401         analyzed by Keith Marshall <keith.marshall@total.com>.
11403         * THANKS: Update.
11405 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
11407         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
11408         confdefs.h as-is.  In general, if it has backslash-newline or the
11409         like, then it doesn't work either to sort or to remove empty
11410         lines.
11412 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
11414         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
11416 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
11418         * lib/autom4te.in (Automake-preselections): Preselect
11419         _AM_SUBST_NOTMAKE.
11421 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
11423         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
11424         apostrophe within a single-quoted string, as this is the usual
11425         tradition and is easier to read than '"'"'.  Don't rely on the
11426         shell treating "$/" like '$/'.  Use a more-consistent indenting
11427         style for the trap.
11429 2006-04-09  Eric Blake  <ebb9@byu.net>
11431         * tests/autotest.at (Backquote command substitution),
11432         (Multiline backquote command substitution): Remove mistaken
11433         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
11434         applied...
11435         (Parenthetical command substitution, Multiline parenthetical
11436         command substitution): here.
11438 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
11440         Import macros from gnulib (often changing their name).
11442         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
11443         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
11444         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
11445         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
11446         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
11447         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
11448         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
11449         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
11450         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
11451         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
11452         The manual mentions Gnulib more prominently.
11453         * doc/autoconf.texi (Gnulib): New node.
11454         (Pointers): Add Gnulib URL.
11455         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
11456         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
11457         Gnulib section.
11458         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
11459         suggest a #define rather than a typedef for _Bool, and mention
11460         Gnulib rather than trying to substitute stdbool code.
11461         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
11462         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
11463         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
11464         AC_STRUCT_DIRENT_D_TYPE.
11465         (Particular Types): Mention stdint.h and inttypes.h as standard
11466         headers too.
11467         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
11468         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
11469         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
11470         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
11471         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
11472         (C Compiler): Move AC_C_LONG_DOUBLE to ...
11473         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
11474         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
11475         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
11476         (Coding Style).  Don't mention m4_expand_once.
11477         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
11478         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
11479         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
11480         (AC_CHECK_FUNCS): Use it.
11481         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
11482         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
11483         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
11484         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
11485         (AC_HEADER_ASSERT): New macro.
11486         (AC_HEADER_STDBOOL): Don't assume "#error" works.
11487         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
11488         Catch a bug in an HP-UX C compiler.
11489         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
11490         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
11491         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
11492         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
11493         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
11494         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
11495         New macros.
11497         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
11498         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
11500 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
11502         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
11503         of the warning introduced by the 2001-08-28 change.
11505 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
11506             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11508         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
11509         variables shall be overriden by the cache.
11510         * tests/torture.at (AC_ARG_VAR): Test also with a first value
11511         that contains braces.
11513 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
11515         Revert the patch from 2006-04-01 and only improve
11516         _AS_DETECT_BETTER_SHELL:
11518         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
11519         skip nonexistent directories.
11520         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
11521         only shell candidates which exist.
11522         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
11523         * lib/autotest/general.m4 (AT_INIT): No need to give three
11524         parameters to _AS_PATH_WALK.
11526 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
11527             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11529         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
11530         distinguish m4sugar macros.
11531         * tests/tools.at (autoupdating with aclocal and m4_include):
11532         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
11533         test case by Noah Misch <noah@cs.caltech.edu>.
11535 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
11537         Revert my change from 2006-03-17, in other words:
11538         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
11539           and DUALCASE=1.
11540         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
11541         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
11542           it is set.
11544 2006-04-07  Eric Blake  <ebb9@byu.net>
11546         * doc/autoconf.texi (Programming in M4sh): Document that
11547         AS_MKDIR_P exits the script on failure.
11548         * lib/autotest/general.m4: Remove redundant AS_ERROR.
11550 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11552         * config/elisp-comp, config/install-sh, config/mdate-sh,
11553         config/missing, config/mkinstalldirs: Sync from Automake.
11555         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
11556         from Automake.
11558         * doc/make-stds.texi: Sync from gnulib.
11560 2006-04-06  Eric Blake  <ebb9@byu.net>
11562         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
11563         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
11564         2006-04-01.
11566 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
11567             Eric Blake  <ebb9@byu.net>,
11568             Paul Eggert  <eggert@cs.ucla.edu>,
11569             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11571         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
11572         whether `set' quotes correctly: redirect stderr of the tested
11573         `set', and use a subshell, for Ultrix; use `sed' instead of
11574         `grep' for zsh `set' which may write binary output; match only
11575         at the beginning of a line, to avoid false positives.
11576         In order to avoid false positives by unrelated variables with
11577         multiline content, put the dump algorithm in a subshell and
11578         unset all variables containing newlines (except some which are
11579         special to the shell).  Warn about cache variables that are
11580         unset.
11582 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11584         * config/config.guess, config/config.sub, config/texinfo.tex:
11585         Sync from upstream.
11587         * tests/mktests.sh: Reword comments.
11589         * tests/mktests.sh: Only skip internal macros starting with
11590         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
11591         Update exclusion lists for the test suite to this end:
11592         (AC_ARG_VAR): Do test this now.
11593         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
11594         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
11595         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
11596         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
11598         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
11599         shell issue with double-quoted command substitutions of native
11600         commands.
11601         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
11602         Marshall.
11604         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
11605         no file matches the glob, discard the warning, set `nullglob'.
11606         (syntax-check): Likewise.
11607         (sc_cast_of_x_alloc_return_value): Likewise.
11608         (sc_cast_of_alloca_return_value, sc_error_exit_success)
11609         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
11610         (m4-check): Likewise.
11611         (sc_system_h_headers): Do not print rule on execution.
11612         (sc_tight_scope): Do not fail for non-existing `src' directory.
11613         (sc_changelog): Skip the Copyright footer.
11614         * lib/autoconf/lang.m4: Remove trailing space.
11616         * lib/autoconf/status.m4: More replacements to
11617         <tab><space> where this makes sense.
11619 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
11621         * tests/Makefile.am (maintainer-check-posix):
11622           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
11624         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
11625           ac_config_<foo>s again, sometimes normalized, sometimes not.
11626         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
11627         (AC_CONFIG_COMMANDS): Do not do so here.
11628         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
11629           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
11630           2005-07-25 rewrite.  Noticed by Noah Misch.
11632         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
11633           _AC_PRESERVE_HELP_ORDER, ...
11634         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
11636         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
11637           inside m4_expand_once; it is redundant.
11639         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
11640           for --help from Cygnus `configure.'
11642 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
11644         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
11645         on a patch proposed by Ralf Wildenhues.
11647 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
11649         * lib/autoconf/status.m4: Replace <space>''<tab> with
11650         <tab><space> where this makes sense.
11652 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
11653             Noah Misch  <noah@cs.caltech.edu>
11655         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
11656         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
11657         * doc/autoconf.texi (Help Formatting): New node.
11658         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
11660 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11662         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
11663         lib/autoconf/specific.m4, lib/autoconf/status.m4,
11664         lib/autoconf/types.m4, lib/autotest/general.m4,
11665         tests/mktests.sh, tests/torture.at: White space cleanup:
11666         remove some SPACE before TAB, or add quoting ('' or @&t@).
11668         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
11670         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
11672 2006-04-05  Eric Blake  <ebb9@byu.net>
11674         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
11675         empty test suite works.
11676         * tests/autotest.at (Empty test suite): Remove xfail.
11678 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
11680         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
11681         TAGS to ac_config_<foo>s.
11682         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
11683         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
11684         normalizing it, consistent it with previous releases.
11685         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
11687 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
11689         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
11690         Use simplified args that Eric Blake originally suggested.
11692 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11694         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
11695         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
11696         Use 'comm' rather than N instances of grep; this also fixes a bug
11697         whereby substrings were incorrectly matched, causing us to not
11698         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
11699         (exclude_list): Exclude empty macros.
11700         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
11702         Use awk rather than grep -E or egrep, to avoid
11703         portability problems with regular expressions containing newlines.
11704         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
11705         Switch from grep to awk syntax.
11706         (ac_exclude_script): Renamed from ac_exclude_egrep.
11707         (au_exclude_script): Renamed from au_exclude_egrep.
11709 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
11711         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
11712         a subdirectory subject to Cygnus `configure'.
11713         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
11715         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
11716         report request when we have no AC_PACKAGE_BUGREPORT.
11718 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11720         * THANKS: Update.
11722         * tests/mktests.sh: Update copyright year in the header of the
11723         generated files.
11725         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
11726         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
11727         typedef'ed restricted pointer, to catch a compiler bug on
11728         HP-UX 11.x, and fix warnings so it passes with -Werror.
11729         (_AC_PROG_CC_C99): Likewise.
11730         Reported by Albert Chin <china@thewrittenword.com>.
11731         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
11733 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
11735         * bin/autoscan.in (subdirs): New global.
11736         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
11737         (output): Emit AC_CONFIG_SUBDIRS as needed.
11738         * tests/autoscan.at (autoscan): Remove XFAIL.
11740 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
11742         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
11744 2006-04-03  Eric Blake  <ebb9@byu.net>
11746         * THANKS: Add myself.
11748 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11750         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
11751         to log, point to testsuite output tree.
11753 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11755         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
11756         * doc/autoconf.texi (Function Portability): Mention that C++
11757         has trouble with 'exit'.
11758         (Guidelines): Test programs shouldn't use 'exit'.
11759         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
11760         Remove; all uses removed.
11761         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
11762         Return from 'main' instead of calling 'exit'.
11763         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
11764         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
11765         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
11766         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
11767         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
11768         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
11769         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
11770         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
11771         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11772         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
11773         * tests/compile.at: Likewise.
11775 2006-04-02  Pavel Roskin  <proski@gnu.org>
11777         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
11779 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
11781         Clean up _AC_COMPILER_EXEEXT* macros.
11783         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
11784           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
11785           ac_file to the name of the default output file and call
11786           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
11787           initial `rm' of the candidate files...
11788         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
11789           the same list in subsequent `rm' calls, and for the temporary
11790           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
11791           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
11792         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
11793         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
11794           no longer needed) by libtool.  Make it a cache check.
11795         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
11796           copied here by mistake.
11797         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
11798           _AC_COMPILER_EXEEXT.
11799         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
11800           _AC_COMPILER_OBJEXT directly.
11801         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
11803 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
11805         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
11806         (AS_DIRNAME): Use it.
11807         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
11809         * tests/*.at: Remove the generated ones.
11811 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
11813         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
11815 2006-04-01  Eric Blake  <ebb9@byu.net>
11817         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
11818         directories, unless optional third argument supplied.
11819         (AS_UNAME): Don't optimize PATH walk.
11821         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
11823 2006-04-01  Eric Blake  <ebb9@byu.net>
11824         and Stepan Kasal  <kasal@ucw.cz>
11826         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
11827         and fix some typos.
11829 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
11831         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
11832         Autoconf version number despite a zero- or one-argument AC_INIT.
11834         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
11835         subordinate tools.
11836         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
11837         * doc/autoconf.texi (autoreconf Invocation): Document it.
11839         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
11840         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
11842 2006-04-01  Eric Blake  <ebb9@byu.net>
11844         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
11845         * lib/autotest/general.m4: Be tolerant of existing directory when
11846           rm failed to remove it.
11848 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11850         * bin/autoupdate.in: Redefine m4_location so that warnings print
11851         the correct lines of the input file by subtracting..
11852         (_au__first_line): ..this new definition.
11854         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
11855         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
11856         Remove stray newline in output.
11857         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
11858         AC_DEFUN this for autoconf, including the obsoletion diagnose.
11859         Fixes autoupdating of code where the replacement output contains
11860         m4sugar macros.
11861         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
11862         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
11863          (au_exclude_list): Add AC_LANG_SAVE.
11864         * tests/tools.at: Several new tests for all of this.
11865         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
11866         hairy details.
11867         The AC_LANG_SAVE issue was reported against Libtool by
11868         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
11869         Kristian Kvilekval <kris@cs.ucsb.edu>.
11871 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
11873         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
11874           switch all of them on and of when necessary.  Fixes the bug when
11875           m4sugar macros (e.g., m4_define) were expanded after the first
11876           automatic update (e.g., after AC_PREREQ or AC_INIT).
11878 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
11880         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
11881         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
11883         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
11884         correctly.  Problem reported by Eric Blake.
11885         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
11886         Ralf Wildenhues.
11888 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11890         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
11891         Tighten up the basename/dirname wording.
11893 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11895         * Makefile.maint (sc_texi_notab): New check: do not use TABs
11896         in texinfo files outside of verbatim environments.
11897         (syntax-check-rules): Update.
11898         * doc/autoconf.texi (Configuration Headers): Conform to it.
11900 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
11902         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
11903           aclocal cannot be given on the command line.
11905 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
11907         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
11908         Give an example for AS_DIRNAME instead of referring to Posix..
11909         (File System Conventions): Put discussion of // versus / here, and
11910         modernize it a bit.
11911         (Limitations of Usual Tools): Add basename.  Remove verbiage
11912         after dirname, since it got moved to the above sections.
11913         All this was inspired by a patch proposed earlier by Eric Blake.
11915 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11917         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
11918         `$0' to protect against spaces.
11919         * lib/autotest/general.m4 (AT_INIT): Likewise.
11920         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
11921         `$0', $as_me.
11923 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11925         * bin/autoscan.in: The value of find_configure_ac should be
11926         checked for existence, so we don't barf over a nonexisting
11927         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
11929 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11931         * bin/autoupdate.in: Fix some typos.
11933 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
11935         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
11937         * lib/autoscan/autoscan.list: Refreshed.
11939 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11941         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
11942         and Erlang related variables.
11944         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
11945         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
11946         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
11947         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
11948         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
11949         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
11950         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
11951         (_AC_PROG_OBJC_G): New macros.
11952         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
11953         * doc/autoconf.texi (Objective C Compiler): New node.
11954         (Preset Output Variables): Document OBJCFLAGS.
11955         (Language Choice): Document `Objective C' language.
11956         (Fortran Compiler): Fix typo.
11957         * NEWS: Updated.
11958         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
11960 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
11962         * doc/autoconf.texi (Default Includes): Fix typo
11963           s/AC_HEADERS_STDC/AC_HEADER_STDC/
11964         (Limitations of Usual Tools): s/unwriteable/unwritable/
11965         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
11966           Fix typos in the comments.
11968 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
11970         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
11971           Factor out the warning to...
11972         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
11973         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
11974         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
11976         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
11977           case `ac_delim' when writing the sed script.
11979         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
11980           moved DUALCASE=1 ...
11981         (AS_SHELL_SANITIZE): ... here.
11982         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
11983           that it is set.
11985         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
11986           AC_SUBST.
11987         (_AC_PATH_PROG): Store the result to VARIABLE.
11988         (AC_PATH_PROG): No need to set VARIABLE again.
11990         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
11991           the first one is usual AT_CHECK_MACRO test, the second one checks
11992           that the same works when cross-compiling.
11993         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
11994         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
11996 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11998         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
11999         the directory `/usr/bin/posix' in the shell search, to prefer
12000         the Posix shell not only in subsequent spawns as with `$BIN_SH'
12001         on Tru64.
12003         * doc/autoconf.texi (contents): To fix texi2html output, hide
12004         `@setcontentsaftertitlepage' for HTML.
12005         (Writing Autoconf Macros): Likewise, insert space after `@c'.
12006         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
12007         `@,{c}'.
12009 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
12011         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
12012           sanitizing...
12013         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
12014         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
12015           why IFS is restored so late; thank you, Ralf, for reminding us.
12017 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
12019         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
12020           variables in the examples.
12022 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
12024         * doc/autoconf.texi (several sections): Cleaned up documentation for
12025         macros in erlang.m4.
12027 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12029         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
12030         failure condition for `$(cmd)' style command substitutions.
12031         (Parenthetical command substitution, Multiline parenthetical
12032         command substitution): Use it.
12034         * doc/autoconf.texi (Special Shell Variables): Missing word.
12035         Reported by Keith Marshall <keith.marshall@total.com>.
12037         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
12038         IFS even in case of empty `$PATH'.
12040 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12042         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
12043         `expr' away if there is nothing to do.
12044         < --keywords >: Simplify and robustify argument handling.
12045         Revert erroneous comment from 2005-08-23.  Extend to allow
12046         keyword negation with `!'.
12047         Update help message.  Remove broken code to prevent running
12048         tests multiple times.
12049         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
12050         Update and fix the documentation accordingly.
12051         * tests/autotest.at (Keywords): Renamed to..
12052         (Keywords and ranges): .. this.  Extended to make sure negated
12053         keywords, keywords taken from AT_SETUP arguments, and numeric
12054         test ranges work, and that matching is case-insensitive.
12056 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12058         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
12059         allow to pass unnamed structs even in C++.
12060         (AC_CHECK_SIZEOF):  Likewise.
12061         Also fix quoting error in `AC_MSG_FAILURE' arguments.
12062         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
12063         struct): New tests for unnamed structs, each both native and
12064         cross-compiling.
12066         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
12067         a structure inside a cast, for C++ conformance.
12068         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
12069         Also fix quoting error in `AC_MSG_FAILURE' arguments.
12071         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
12072         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
12073         trying to execute the command `no'.
12075         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
12076         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
12077         expanded outside.
12079         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
12080         example.  Do not emphasize `$%', it is hardly new and special.
12081         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
12083         * doc/autoconf.texi (Limitations of Usual Tools): Document
12084         OpenBSD and traditional `grep' failure to handle multiple
12085         patterns separated by newlines.
12087 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
12089         * doc/autoconf.texi (several sections): Add documentation for macros
12090         in erlang.m4.
12092 2006-03-10  Eric Blake  <ebb9@byu.net>
12094         * doc/autoconf.texi (Obsolete Macros): Fix wording of
12095         AC_TRY_LINK_FUNC.
12097 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
12099         * doc/autoconf.texi: Use @acronym more consistently for acronyms
12100         like BSD, GPL, LGPL.  Fix minor English typos.
12101         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
12102         Mention that these macros are becoming obsolete.
12103         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
12104         Use more modern terminology for which standard is what.
12105         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
12106         and to ansi2knr.
12107         (AC_PROG_CXX): Likewise.
12108         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
12109         Remove obsolete discussion about how to port to K&R.
12110         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
12111         the obsolescent AC_HEADER_STDC.
12112         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
12113         can't rely on it.
12115 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12117         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
12118         Remove stdin redirection from /dev/null to allow pipe to work.
12120 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
12122         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
12123         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
12124         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
12125         Ralf Wildenhues.
12127 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12129         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
12130         HP-UX sed is 99 commands, not 100.
12131         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
12132         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
12133         newline for portability.
12134         * tests/torture.at (Torturing config.status): Also test 100
12135         AC_SUBST_FILE invocations.  Fix test to actually verify the
12136         AC_CONFIG_FILES output.
12137         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
12138         command, label, and read-file `r' limits.  Unify HP-UX spelling.
12140         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
12141         non-suffix rule.
12142         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
12143         non-GNU make.
12144         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
12145         * tests/mktests.sh: Small shell portability fixes.
12147 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12149         * doc/autoconf.texi (Caching Results): Fix the examples to use a
12150         recommended quoting style and discard unwanted output.
12152 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
12154         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
12155         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
12156         cases, and to work around Tru64 expr bug.
12158 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12160         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
12161         expr bug that turns the result of a regex match into a number if
12162         possible.
12164 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12166         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
12167         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
12168         in section `Specific Compiler Characteristics'.
12170 2006-03-04  Eric Blake  <ebb9@byu.net>
12172         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
12173         variable warning.
12175 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12177         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
12178         order of variable initialization, so even the Solaris 2.6 shell
12179         can create a config header correctly.  Fixes lots of test suite
12180         failures.
12182 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12184         * doc/autoconf.texi (Text processing Macros): New node to
12185         document the m4sugar macros m4_re_escape, m4_tolower,
12186         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
12188 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
12190         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
12191         XrmInitialize (0) -> XrmInitialize ().
12192         Reported by Toshio Kuratomi.
12194 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12196         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
12197         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
12198         * doc/autoconf.texi (Programming in M4sh): Adjusted.
12199         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
12200         both macros are defun'ed so that required macros are evaluated
12201         outside.
12203         * doc/autoconf.texi (Prerequisite Macros): State more precisely
12204         where a required macro will be expanded.
12205         (Coding Style): Another reason not to use `m4_define'.
12207 2006-02-21  Eric Blake  <ebb9@byu.net>
12209         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
12211 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12213         * doc/autoconf.texi (Looping constructs): New node, to
12214         document m4_for, m4_foreach, m4_foreach_w, and mention
12215         obsolete AC_FOREACH.
12216         (Obsolete Macros): Document AC_FOREACH.
12217         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
12218         (m4_for): Fix to never loop (almost) endlessly, work correctly
12219         with arithmetic expressions in arguments, a step of zero or
12220         non-integer multiple of the interval, and avoid integer
12221         overflow.
12222         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
12223         m4_foreach_w.
12225 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
12227         Add basic support for Erlang, both for configuring Erlang/OTP
12228         tools, and Erlang as a conf test language.
12229         * lib/autoconf/erlang.m4: New file.
12230         * lib/autoconf/autoconf.m4: Add erlang.m4.
12231         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
12232         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
12233         * NEWS: Add short description of new macros.
12234         * THANKS: Add Romain Lenglet.
12236 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12238         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
12239         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
12241 2006-02-15  Eric Blake  <ebb9@byu.net>
12243         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
12244         warning.
12246 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12248         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
12249         (_AS_CASE): Private helper macro.
12250         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
12251         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
12252         Fix syntax of AS_IF description
12253         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
12254         for the AC_REQUIRE mess.
12255         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
12256         AS_SHELL_SANITIZE.
12258 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12260         * doc/autoconf.texi: Minor style cleanup.
12261         Be consistent about spaces after commas.
12262         Insert [] where empty args look a bit funny.
12263         Fix some "i.e." and "e.g." usages.
12264         Try to avoid "X/Y" usages.
12265         Don't be pedantic about "ISO C99"; just say C99.
12266         Prefer GNU style for spaces in front of parens.
12267         (Function Portability): Comment about C89 versus C99
12268         signed integer division.
12269         (Particular Headers): Use current gnulib style for dirent
12270         includes.
12272 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
12273         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12275         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
12276         macros without parameters.
12277         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
12278         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
12279         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
12280         `$#' bug.
12281         (autoupdate): Updated to match AU_ALIAS fix.
12283 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12284         and Paul Eggert  <eggert@cs.ucla.edu>
12286         * doc/autoconf.texi (Programming in M4sh): Document
12287         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
12289 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12291         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
12292         (AS_BOURNE_COMPATIBLE): ..this.
12293         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
12295 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12297         * doc/install.texi (Defining Variables): Tighten up the
12298         CONFIG_SHELL wording.
12300 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
12301         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12303         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
12304         of (set -o) rather than testing whether (set -o posix) succeeds,
12305         to work around a bug in the AIX 5.3 shell.  Problem originally
12306         reportd by Howard Chu for libtool.
12308 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
12310         * doc/autoconf.texi (Running the Compiler, Running the Linker):
12311         Changes the macro arguments in summaries to match the
12312         descriptions.
12314 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
12316         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
12317         hint as ``a workaround for a bug.''
12319 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12321         * bin/autoreconf.in: New option `--no-recursive'.
12322         Improve wording for subpackages a bit.
12323         * doc/autoconf.texi (autoreconf Invocation): Updated.
12324         * NEWS: Updated.
12326         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
12327         in environment of `configure', not the command line.
12328         Reported by Howard Chu <hyc@highlandsun.com>.
12330 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12332         * doc/autoconf.texi (Limitations of Builtins): Document the
12333         problem with "trap -".
12335 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
12337         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
12338         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
12339         messages to differentiate Fortran and Fortran 77 tests.
12340         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
12341         AC_LANG_ASSERT, to allow use in mixed-language projects.
12343 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12345         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
12346         FOO" to "defined (FOO)".
12347         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
12348         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
12349         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
12350         * tests/tools.at (ifnames): Likewise.
12352 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12354         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
12355         * lib/Autom4te/General.pm (mktmpdir): Likewise.
12356         (END): Improve error message a bit.
12357         Reported by Bruce Korb <bkorb@gnu.org>.
12359 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12361         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
12362         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
12364 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
12366         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
12367         requires sys/stream.h.  Reported by Oliver Kiddle.
12369 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12370             Stepan Kasal  <kasal@ucw.cz>
12372         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
12373         before the removals of test dirs, use `find' to avoid modification
12374         of symlinked directories.
12376 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
12378         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
12379         Don't ignore the macro arguments.
12381 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
12383         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
12384         declaration that works for MSVC.
12386 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12388         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
12389         Add `*.map' and `.inf' for Green Hills compiler.
12390         Reported by Stefan Seefeld <stefan@codesourcery.com>.
12392         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
12393         correctly: pad with spaces after FIRST_PREFIX if necessary,
12394         and compute string lenghts with `m4_qlen' instead of `m4_len'.
12395         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
12396         * tests/m4sh.at (AS_HELP_STRING): Test extended.
12397         * NEWS: Updated.
12398         Reported by numerous people, numerous times.
12400 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
12402         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
12403         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
12404         * lib/autoconf/general.m4, lib/autoconf/status.m4:
12405         * lib/autotest/general.m4, tests/local.at:
12406         Update copyright year to 2006.
12408         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
12409         sed substitutions.
12410         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
12411         for file names, again.  Reported by Noah Misch.
12412         (Coding Style): Explain that s|a|b| is preferred for file names.
12413         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
12414         (AC_OUTPUT_MAKE_DEFS): Likewise.
12415         * lib/autotest/general.m4 (AT_INIT): Likewise.
12416         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
12417         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
12419         Fix Posix-conformance bugs re use of { command in sed scripts,
12420         and improve the sed-related documentation a bit.
12421         * doc/autoconf.texi (Installation Directory Variables): Use
12422         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
12423         rather than "sed" when talking about Sed in general.
12424         (Particular Programs): Likewise.
12425         (Coding Style): y is like s with respect to / and ,.
12426         (Limitations of Usual Tools): Document the weird restrictions
12427         that Posix has about { }.  Use better quoting.
12428         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
12429         Rewrite to conform to Posix rules about { } in sed scripts.
12430         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
12431         * tests/foreign.at (Libtool): Likewise.
12432         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
12433         Use our own style advice re 's,a,b,' versus 's|a|b|'.
12435 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12437         * lib/autoconf/status.m4: Fix typo.
12439         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
12440         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
12441         `-def', for the benefit of Portland `pgf90 -Mipa'.
12442         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
12444 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12446         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
12447         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
12448         shell from zsh to bash.
12450 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
12452         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
12453           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
12455 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12457         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
12458         parentheses in $(...).  Problem reported by Eric Blake.
12460 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
12462         * doc/autoconf.texi (Limitations of Usual Tools):
12463         Mention which characters can be escaped with \ in portable regular
12464         expressions used in grep, sed, expr.  Mention the leading ^ problem
12465         with expr.  Clean up some confusing wording.  Mention which
12466         grep options are portable.
12468 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
12470         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
12472 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12474         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
12475         patch, noted by Ralf Wildenhues.
12477 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12479         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
12480         posix' unconditionally, for pdksh in `native sh' emulation.
12482 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12484         * doc/autoconf.texi (Shellology): Document eval $? problem
12485         with ash.
12486         (Limitations of Builtins): Likewise.
12488 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12490         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
12491         CONFIG_SHELL in the environment of the configure rerun.
12492         * doc/autoconf.texi (Here-Documents, config.status Invocation):
12493         Suggest passing CONFIG_SHELL absolute, and in the environment
12494         rather than as option.
12496 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12498         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
12499         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
12500         Fix macro quoting.  Fix output for n * 98 substituted variables.
12502 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12504         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
12505         `tmp' to avoid file removal race.
12507 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12509         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
12510         ac_clean_files and LIBOBJS.
12512 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12514         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
12515         Factor functionality to..
12516         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
12517         `AC_SUBST($1)' in the public version.
12518         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
12519         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
12520         ac_pt_* variables.
12522 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
12524         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
12525         filesystems.
12527 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12529         * NEWS: Move AH_HEADER mention to right place.
12531 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
12533         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
12534         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
12536 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
12538         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
12539         conftst2.$ac_objext.
12540         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
12542 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
12544         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
12545         conftest.o, to see whether the compiler really obeys; rm the object
12546         file before and after the test and register it with ac_clean_files.
12547         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
12549 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
12551         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
12552         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
12553         code so that the most common case requires less forks.
12555 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
12557         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
12558         not portable; thanks to Paul Eggert and Alexandre.
12560         * NEWS: Fix an old typo.
12562 2005-10-20  Jim Meyering  <jim@meyering.net>
12564         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
12565         the latter'', in two places.
12567 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
12569         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
12570         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
12571         the inner workings of AC_LANG_FUNC_LINK_TRY.
12572         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
12573         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
12574         by the function rather than ignoring it.
12575         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
12576         comparing its address.  Intel's interprocedural optimization was
12577         outsmarting the old heuristic.  Problem reported by
12578         Mikulas Patocka.
12580 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
12582         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
12584 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12586         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
12587         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
12589 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
12591         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
12592         before removing it (chmod -R u+rwx); there are three instances of this.
12594 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12595             Stepan Kasal  <kasal@ucw.cz>
12597         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
12598         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
12599         make its content writable before removing it.  Remove an errorneous
12600         comment from the end, where the logs of the failed tests are copied
12601         to the main log file.
12603 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
12605         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
12606           in case the computer is too quick.  Double quote the configure.ac
12607           snippets.
12609         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
12610           problems if the testsuite were running too fast.
12612 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12614         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
12615         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
12616         (which belong to Xt, not X itself).  See Debian bug 327655.
12617         * NEWS: Mention this.
12619 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
12621         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
12623 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12625         * config/move-if-change: Don't output "$2 is unchanged";
12626         suggested by Ben Elliston.  Handle weird characters correctly.
12628 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
12630         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
12631           calls, so that the final expansion of this macro is shorter.
12632           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
12633           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
12634           the cleanup there.  Use AS_VAR_* macros, to be more general.
12635         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
12637         * lib/autoconf/general.m4: Use AS_IF where appropriate.
12639         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
12641 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
12643         * doc/autoconf.texi (Configuration Headers): Add an index entry
12644           for AH_HEADER.
12646 2005-08-26  Pavel Roskin  <proski@gnu.org>
12648         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
12649         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
12650         running xmkmf.
12652 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12654         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
12655         The previous patch didn't work, so try a better one.
12657 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
12659         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
12660         in the example.  Reported by Bruno Haible.
12661         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
12662         "if $undefined_var;" succeeds with my shell.
12664         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
12665         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
12666         but change the m4_divert_text to m4_divert_once.
12668 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12670         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
12671         Work around bug in Solaris /usr/xpg4/bin/awk.
12672         The bug is present in at least Solaris 8 through 10.
12674 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
12676         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
12677         some evil values and relying on the fact that $* concatenates the
12678         parameters by the first character from IFS.
12680 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
12681             Stepan Kasal  <kasal@ucw.cz>
12683         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
12684         first header appears, define AH_HEADER.
12685         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
12686         Update limitations about when to call AC_CONFIG_HEADERS.
12687         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
12688         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
12689         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
12690         ``Configuration Actions''; fix their index entries.
12692         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
12693         options correctly.  Process N-M as M-N if M is smaller than N.
12694         Process ranges correctly so that N-N will run only N.
12695         Sort and uniquify the tests that will be run.  If there is more
12696         than one test, reinsert the banners for the tests.
12697         * tests/autotest.at (Keywords): Unmark XFAIL.
12699 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
12701         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
12702           before passing the macro name to AH_TEMPLATE.
12704         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
12705           now opens log after option processing; in particular, --version
12706           and --help do not touch config.log.
12708         * Makefile.maint: Revert the change from 2005-08-12.
12710 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
12712         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
12713           common code to...
12714         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
12716 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12718         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
12719         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
12720         Language cleanup.
12722         * doc/autoconf.texi (Defining Symbols, Changed Results):
12723         Prepend to LIBS, not append, in examples.
12725 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
12727         When building in place, set srcdir="."; suggested by Tim Van Holder.
12729         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
12730           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
12731         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
12732         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
12733           does not mean "no --srcdir option".
12735 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12737         * tests/autoscan.at (autoscan): New file.
12738         * tests/suite.at: Use it.
12739         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
12740         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
12742         * tests/autotest.at (Keywords): Test keywords combinations.
12744 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
12746         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
12747           add "2>&1"; gzip 1.2.4 prints help on stderr.
12749 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
12751         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
12752         was pushdef'ed twice while popped only once.  Push it only once.
12753         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
12755 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
12757         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
12758         prefixed by mere "===", not "configure: === ".
12760 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12762         * Makefile.maint: Update from Bison.
12764         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
12765         "<tab>" in comment, so that the point is understandable.
12767 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
12769         Rewrite substantial part of lib/autoconf/status.m4.
12770         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
12771         and CONFIG_COMMANDS are not processed in four separate loops.
12772         Instead, there is one main loop.  This alows that the common code
12773         is expanded only once, thus config.status (and configure) is smaller.
12775         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
12776         the AC_LIST_FILES and cousins macros are no longer used.
12778         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
12779         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
12780         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
12781         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
12782         contain the initialization, nor the for loop, nor the associated
12783         commands; all these go to ...
12784         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
12785         _AC_OUTPUT_CONFIG_STATUS.
12786         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
12787         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
12788         (_AC_OUTPUT_FILE): The creation of the sed script ...
12789         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
12790         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
12791         _AC_OUTPUT_MAIN_LOOP.
12792         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
12793         _AC_CONFIG_COMMANDS): Use ...
12794         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
12795         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
12796         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
12797         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
12798         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
12799         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
12800         ... new macros.
12801         (_AC_CONFIG_UNIQUE): Update.
12802         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
12803         Replaced by this ...
12804         (_AC_LIST_TAGS): ... new common macro.
12805         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
12806         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
12807         (_AC_LIST_TAG_COMMANDS): ... new common macro.
12808         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
12809         this didn't belong to the `config commands' section.
12810         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
12811         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
12812         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
12813         to the `config commands' section either.
12814         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
12815         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
12817         ... and many changes to the comments nearby.
12819         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
12820         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
12821         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12822         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
12823         (#define header templates): The comment at the top of the generated
12824         header now includes the name(s) of the source file(s).
12826         Several unrelated small changes:
12828         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
12829         parameter to AC_DIAGNOSE.
12830         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
12831         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
12832         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
12833         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
12834         with AU::AC_OUTPUT.
12835         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
12836         in AC_OUTPUT doesn't double-quote it either.
12837         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
12838         parameters.
12840 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
12842         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
12843         versions of Portland Group compiler produce single- and double-quoted
12844         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
12845         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
12847 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12849         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
12850         This is a corrected version of yesterday's patch.
12852 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
12854         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
12855         path, too; insert a "===" to emphasize the line.
12857         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
12858           ac_cv_build_alias to ac_build_alias.
12859         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
12861         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
12862         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
12863         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
12864         (AC_ARG_VAR): ... here.
12865         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
12866           target_alias.
12868         Keep a list of all precious variables and process them with one simple
12869         for loop, instead of expanding all commands, or, OTOH, complicated
12870         processing of output of "set".
12871         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
12872         variable names in new macro...
12873         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
12874         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
12875           a loop to assign all ac_env_* and ac_cv_env_* variables.
12876         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
12877           to INIT_PREPARE.
12878         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
12879           its value to shell variable ac_precious_vars and call
12880           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
12881         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
12882           _AC_ARG_VAR_VALIDATE.
12884         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
12885           and the AC_SUBSTs ...
12886         (AC_INIT): ... here.
12888         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
12889           the ac_subst_files section in config.log.
12891         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
12893 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12895         * NEWS: New macro AC_C_TYPEOF.
12896         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
12897         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
12898         * tests/c.at (C keywords): Test AC_C_TYPEOF.
12900         Fix problems reported by Nicolas Joly.
12901         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
12902         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
12903         They are generated by the Tru64 v5.1B shell.
12905 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
12907         Fix my changes from 2005-07-01; reported by Noah Misch.
12908         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
12909         description, the macro now accepts only a single tag.
12910         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
12912         Fix cases when the varsions of Autoconf and Autotest don't match.
12913         Reported by Noah Misch.
12914         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
12915         at_top_builddir, for compatibility with older autotest.
12916         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
12917         is not set, use at_top_builddir, for compatibility with older
12918         versions of autoconf.
12920 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12922         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
12923         Problem reported by Patrick Welche.
12925 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12927         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
12928         sed substitution command, so that we allow | in program prefixes
12929         and program suffixes.  (& is a problem anyway; we're not fixing
12930         that here.)
12931         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
12932         configure_input, top_builddir, srcdir, etc.
12933         * lib/autotest/general.m4 (AT_INIT): Likewise, for
12934         PATH_SEPARATOR in AUTOTEST_PATH.
12936 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
12938         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
12939         for loop over config.site files using `set', to allow
12940         directory names containing IFS characters.
12942 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12944         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
12945         directories with weird names.  Apparently some people like living
12946         on the edge.  However, improve the test that "pwd" actually does
12947         report a name for the working directory.
12948         * NEWS: Remove the claim that we test for funny chars in dir names.
12950 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
12952         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
12953         replaced ...
12954         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
12955         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
12956         Now accept a single tag, not whitespace separated list.
12957         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
12959 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
12961         * doc/autoconf.texi (Configuration Headers): Change the explanation
12962         about #include <config.h>.
12963         (Generic Functions): Mention the Gnulib project.
12964         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
12966         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
12967         document to output the default config_* lists to config.status.
12968         Don't recognize option --file, if the functionality is not there.
12969         Likewise for --header; moreover, recognize --he and --h as shortcuts
12970         for --help in that case.
12972         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
12973         matches the order of execution.  No code changed.
12975 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12977         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
12978         single-quoted -cmdline argument in Portland Group compiler.
12979         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
12981 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
12983         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
12985 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
12987         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
12988         descriptors to child processes; reported by Norman Gray.
12990 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
12992         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
12994         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
12995         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
12996         (AC_SUBST): Call it.
12997         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
12998         the directory specific variables; but don't call it for configure_input.
13000 2005-06-28  Derek Price  <derek@ximbiot.com>
13002         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
13003         addition.
13005 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13007         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
13008         directory have inherent problems with special characters like spaces,
13009         due to limitations in Make syntax.  Problem reported by Alexandre
13010         Duret-Lutz.
13011         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
13012         Also, fix Tru64 porting problem with shell patterns,
13013         reported by Ralf Wildenhues.
13015 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13017         * doc/autoconf.texi (Subdirectories): Fix markup typos.
13019 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13021         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
13023         Fix some more shell quoting problems.  Prompted by a bug report
13024         from Justace Clutter.
13025         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
13026         variable into diagnostic.  Make the diagnostic an error, not a warning,
13027         because we really don't support spaces and suchlike in dir names.
13028         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
13029         Don't worry about backslashes in srcdir; it can't happen now.
13030         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
13031         Simplify ac_optarg handling.
13032         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
13034 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
13036         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
13037         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
13038         * tests/atlocal.in: Propagate $EGREP and $SED.
13039         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
13040         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
13042         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
13043         that '\|' is not allowed in BREs; recommend using newline separated
13044         list of patterns instead of multiple -e options.
13046         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
13048         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
13050 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13052         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
13054 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
13056         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
13057         b, t, r, w commands require single space, while : cannot have any.
13058         (Special Shell Variables): Fix sed code this in the example.
13059         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
13060         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
13062         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
13063         expand to the empty list.  Don't use two pairs of m4_changequote,
13064         it's not necessary.
13066 2005-06-20  Derek Price  <derek@ximbiot.com>
13068         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
13070 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
13072         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
13073         * doc/autoconf.texi:
13074         Don't mention Solaris versions so much, if a
13075         problem is common to all extant versions of Solaris.  Say "SunOS
13076         4" instead of "SunOS" for SunOS 4.
13077         (awk): Mention more of the limitations of traditional Awk.
13078         (cat): Don't talk about cat -v.
13080 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
13082         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
13083         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
13084         but the implementation is entirely different and is designed
13085         to be compatible with glibc strverscmp.
13086         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
13088         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
13089         on Mac OS X 10.4 reported by Peter O'Gorman in:
13090         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
13091         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
13092         Use shell builtins rather than 'expr', to work around expr bug.
13094 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13096         * doc/autoconf.texi: "filesystem" -> "file system".
13097         "behaviour" -> "behavior".
13098         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
13099         * lib/autoconf/general.m4: Omit blank after ":" sed command,
13100         as per POSIX.
13101         * lib/m4sugar/m4sh.m4: Likewise.
13102         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
13103         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
13105         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
13106         (.x.1): Ignore the time stamp in the .TH line when deciding whether
13107         to update the man page.  That way, we don't have to check in new
13108         man pages every month.
13110         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
13111         quotes and backslashes.  Patch from Derek Price.
13113 2005-06-10  Derek Price  <derek@ximbiot.com>
13115         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
13116         AS_TR_SH.
13118 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
13120         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
13121         -u, since it outputs chatter if the input files are the same.
13122         Problem reported by Ralf Menzel.
13124 2005-06-08  Derek Price  <derek@ximbiot.com>
13126         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
13127         renaming them since they are about to be redefined anyhow.
13129 2005-06-08  Derek Price  <derek@ximbiot.com>
13131         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
13132         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
13133         Move m4_undefine to alphabetical order.
13135 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
13137         * README: Recommend GNU M4 1.4.3 or later.
13138         * doc/autoconf.texi (Introduction): Likewise.
13139         Reword to avoid some formatting glitches.
13140         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
13141         Clarify explanation of HP compiler bug.
13142         Redo example output tp match current CVS snapshot.
13143         Use @example.org in email addresses when the examples
13144         might get inadvertently cut-and-pasted into user code.
13145         Remove example of autom4te usage that doesn't seem to work now.
13146         Use modern AC_INIT (except when the example is meant to be
13147         shown with Autoconf 2.13).
13148         Update ksh info for Solaris 9 and later.
13149         KB -> kB.
13150         Modernize description of Automake versions a bit.
13151         Don't claim a future version of Autoconf is near.
13152         * doc/install.texi: Reword to avoid some formatting glitches.
13154 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13156         * doc/autoconf.texi: Add [] to examples, so that the manual
13157         follows its own advice about quoting better.
13158         Reword to avoid some formatting glitches.
13159         * doc/installt.exi: Reword to avoid some formatting glitches.
13161         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
13162         Tru64 ksh pattern matching bug.  Reported against Libtool by
13163         Albert Chin <libtool@mlists.thewrittenword.com> and
13164         Nicolas Joly <njoly@pasteur.fr>.
13166 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
13168         m4_cdr of one-member list was [[]] (one-member list containing an
13169         empty string) instead of [] (an empty list.  Callers were skewed to
13170         match this misbehaviour.  As a consequence of this:
13171          - m4_foreach([x], [], [foo]) expanded to `foo', while
13172          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
13173         This bug has been fixed:
13175         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
13176           expand to an empty string; print error msg if called without
13177           an argument list.
13178         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
13179           misbehaviour; handle [] and [[]] correctly.
13181 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
13183         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
13184         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
13185           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
13187 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
13189         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
13190           swallow records with more than 99 fields.
13191         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
13192           parse the long line.
13194 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
13196         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
13197           swallow literals longer than 399.  Reported by Ralf Wildenhues.
13198         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
13199           to workaround this limitation.
13201 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
13203         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
13204         to gfortran, and make these the first two compiler names
13205         checked (following the general autoconf preference for gcc).
13207 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
13209         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
13210         (DISTCLEANFILES): Remove $(check_SCRIPTS).
13211         (testsuite): Make sure autotest.m4f is up-to-date before using it.
13213 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13215         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
13216         expression of unbounded size when processing the --list
13217         option.  This runs afoul of a limit of 399 bytes per regular
13218         expression on AIX.  Problem reported by Ralf Wildenhues.
13220 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
13222         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
13223         * doc/autoconf.texi (Particular Headers): Reword example
13224         for multiline stdbool replacement.
13225         (Setting Output Variables): Reword text a bit.  Don't
13226         give all the details about |#_!!_#|.
13227         Reword description of line replacement.
13229 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
13231         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
13232         now contain newlines, and substituted files must be referenced on
13233         a line alone; the sed scripts to substitute them are now very
13234         different.
13235         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
13236         commands can be put in a sed script portably.
13237         * doc/autoconf.texi (Setting Output Variables): Document above
13238         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
13239         use of multiline substitution.
13240         * tests/torture.at: No longer expect substitution of newline to fail.
13242 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13244         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
13245         From Ralf Menzel (trivial change).
13247 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
13249         * tests/local.at: Don't attempt to check for negated character
13250         classes in shell scripts.  The test was too brittle.
13252 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
13254         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
13255         * doc/autoconf.texi (Limitations of Builtins): Document this
13256           limitation.
13258 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
13260         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
13261           common code; used in many places in the tree.
13262         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
13263         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
13265         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
13267         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
13268           messages when ac_unique_file is not found.
13269         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
13270         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
13271           commands, for consistency with AC_MSG_ERROR and such.
13273         * bin/autoconf.as: Make more use of "shift 2" in option processing.
13275         * bin/Makefile.am: Merge the two rules for creating scripts.
13277 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
13279         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
13280         obsolete; it was never documented.
13281         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
13283 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
13285         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
13286         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
13287         (ac_top_builddir): ... this ...
13288         (ac_top_build_prefix): ... to this; the old name is also kept, for
13289           backward compatibility.
13290         (ac_top_builddir_sub): New variable, without the trailing slash,
13291           always nonempty.
13292         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
13293         * doc/autoconf.texi (Configuration Actions): Rename
13294           ac_top_builddir to ac_top_build_prefix.
13295         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
13296           at_top_builddir to at_top_build_prefix.
13297         * lib/autotest/general.m4 (AT_INIT): Likewise.
13299 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
13301         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
13302           of confdefs.h .
13304 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
13306         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
13307           argument to m4_foreach.  I guess it was necessary in the past,
13308           but I think it's a no-op now.
13310 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
13312         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
13313           ``cat <<_ACEOF'' commands to one.
13314         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
13315         * lib/autoconf/status.m4: On various places, use expr instead of
13316           ``echo|sed.''
13317         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
13318         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
13319         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
13320           a range.
13321         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
13322           the wrong patterns between ``case'' and ``esac.''  The previous
13323           code had false positives.
13325 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
13327         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
13328         as on 2005-05-02.
13329         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
13330         Mention LIBOBJDIR.
13332 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13334         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
13335         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
13336         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
13337         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
13338         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
13339         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
13340         config/config.guess, config/config.sub, config/elisp-comp,
13341         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
13342         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
13343         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
13344         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
13345         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
13346         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
13347         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
13348         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
13349         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
13350         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
13351         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
13352         lib/autoconf/general.m4, lib/autoconf/headers.m4,
13353         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
13354         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
13355         lib/autoconf/specific.m4, lib/autoconf/status.m4,
13356         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
13357         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
13358         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
13359         lib/autotest/general.m4, lib/emacs/Makefile.am,
13360         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
13361         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
13362         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
13363         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
13364         tests/compile.at, tests/foreign.at, tests/fortran.at,
13365         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
13366         tests/semantics.at, tests/suite.at, tests/tools.at,
13367         tests/torture.at, tests/wrapper.as:
13368         Update FSF postal mail address.
13370 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
13372         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
13373           check.
13374         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
13375           enough arguments, similarly as in m4_bpatsubsts.
13377 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
13379         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
13380           of absolute paths.
13382 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
13384         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
13385           for absolute directory names in one loop.
13386         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
13387           abbreviations of --version and --debug.
13389 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
13391         * doc/autoconf.texi (Autoconf Language): Be more precise about
13392         quoting rules.  Problems noted by Stepan Kasal.
13393         Also, throughout this document, be more careful about white space.
13394         "blank", "white space", and "space" all have different meanings
13395         and we should be careful to say what we mean.
13397 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13399         Fix C++ related problems reported by Werner Lemberg.
13400         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
13401         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
13402         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
13403         avoid problems with C++ and throw.
13404         * tests/compile.at: .cpp, not .cc.
13406         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
13408 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13410         * doc/autoconf.texi (Generic Functions): Typos.
13412 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
13414         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
13415         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
13416         set by latest automake.
13418 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13420         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
13421         outputs 0 on GNU/Linux these days.
13423 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
13425         * doc/autoconf.texi (Autoconf Language): Add more description
13426         about quoting heuristics.
13427         (Limitations of Builtins): Describe "set -" problems.
13429 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13431         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
13432         not newline.
13434         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
13435         by AC_DEFINE; it was a mistake.
13436         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
13438 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
13440         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
13442 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
13444         * doc/autoconf.texi (External Software): Quadrigraphs are not
13445           processed correctly in AS_HELP_STRING; avoid this in the examples.
13446         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
13447         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
13448           comment and reduce m4_default([foo], []) to [foo].
13449         (m4_strip): Update the explanation.
13451 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
13453         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
13454         Remove core.conftest.* too; it's generated by Tru64 5.1.
13455         Problem reported by Jennis Pruett.
13456         * lib/autoconf/functions.m4
13457         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
13458         Don't bother to remove core files; AC_RUN_IFELSE should do that
13459         for you.
13461 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
13463         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
13465 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
13467         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
13468         Report from Horst Wente.
13470 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
13472         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
13473           the comment.
13475 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
13477         * doc/autoconf.texi (External Software, Package Options): Add
13478           examples showing how to implement --with-* and --enable-* options.
13480 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13482         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
13483         as well as configure.in.  Problem reported by Gregorio Guidi.
13485 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
13487         * doc/autoconf.texi (Particular Functions): Use gnulib's current
13488         pattern for alloca snippet.
13490 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
13492         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
13494 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
13496         * doc/autoconf.texi (Generic Programs): Fix a typo.
13498 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
13500         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
13501         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
13503 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13505         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
13506         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
13507         whole-archive (-zallextract, -zdefaultextract) options in the hope of
13508         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
13509         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
13511 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
13513         * NEWS: The configure command now warns you if you attempt to use
13514         a directory whose name contains a special character like space,
13515         newline, or "\".
13516         * doc/autoconf.texi (Installation Directory Variables): Allow
13517         "," in file names.  Do not use \@; it's not a portable regexp.
13518         * bin/Makefile.am (edit): Likewise.
13519         * lib/Makefile.am (edit): Likewise.
13520         * tests/Makefile.am (edit): Likewise.
13521         * tests/semantics.at: Likewise.
13522         * tests/torture.at: Likewise.
13523         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
13524         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
13525         * doc/autoconf.texi (File System Conventions): Warn about
13526         unportable file names.
13527         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
13528         (AC_INIT): Use it.
13529         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
13530         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
13531         ac_pwd, and quote srcdir.
13532         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
13534         * doc/autoconf.texi: Fix some systematic formatting problems.
13535         ".)"  needs a following @: if not at the end of a sentence, and
13536         similarly for "!)".  "etc." should be preceded by a comma.
13537         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
13539 2005-03-22  Bruno Haible  <bruno@clisp.org>
13541         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
13542         argument is often called 'build-aux'.
13544 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
13546         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
13547           macro AC_TRY_LINK is obsolete.
13548         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
13549           `AC_CONFIG_FILES'.
13551 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
13553         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
13554           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
13555           from a Common Lisp's `cl'.
13556         (AC_PROG_CXX): Behave according to the documentation: don't
13557           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
13558           make the variable CCC precious; use `cl.exe', not `cl'.
13560 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
13561             Alexandre Duret-Lutz  <adl@gnu.org>
13563         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
13564         /dev/null, as "configure" shouldn't read stdin, and this insulates
13565         us from problems (e.g., when testing for "cl").  Also, do this
13566         redirection before invoking "hostname" or "uname", and keep the
13567         original input stream available via...
13568         (AS_ORIGINAL_STDIN_FD): ... this new macro.
13569         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
13570         bother with "</dev/null" since it's now done at the top of
13571         'configure'.
13572         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
13573         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
13574         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
13575         * doc/autoconf.texi (File Descriptor Macros): New section.
13576         (Printing Messages): Mention it.
13577         * tests/base.at (Input/Output): New test.
13579 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
13581         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
13582         newline if neither \c nor -n work, as that would output two
13583         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
13585 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
13587         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
13588         This causes that any required macros inside will get before the if.
13589         * doc/autoconf.texi (autom4te.cache): A typo.
13591 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13593         Undo previous change, except keep the change to
13594         lib/autoconf/programs.m4 that replaced grep with shell
13595         pattern-matching.  This is because net-snmp configure reads stdin.
13596         Reported by Noah Misch.
13598 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
13600         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
13601         from /dev/null, as "configure" shouldn't read stdin, and this
13602         insulates us from problems (e.g., when testing for "cl").
13603         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
13604         before invoking "hostname" or "uname".
13605         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
13606         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
13607         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
13608         "</dev/null" since it's now done at the top of 'configure'.
13609         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
13610         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
13611         Also, replace grep with shell pattern-matching, to save a process.
13613 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
13615         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
13616         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
13617         avoid thinking that Allegro Common Lisp's "cl" command is a C++
13618         compiler.
13620 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
13622         * doc/autoconf.texi (Limitations of Usual Tools): Document that
13623         grep -q isn't portable.  Improve grep -s explanation.
13624         Problem reported by Dan Manthey.
13626 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
13628         * doc/autoconf.texi (Special Shell Variables): Clarify
13629         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
13631 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13633         * doc/autoconf.texi: Use @acronym for DJGPP.
13634         Fix some @code's that should have been @env's, and vice versa.
13635         Sort environment variable names.
13636         Mention that shells no longer inherit IFS.
13637         Don't recommend PATH_SEPARATOR=';' so strongly.
13638         Mention that $RANDOM might expand to the empty string.
13639         "symlink" and "soft link" -> "symbolic link".
13640         Improve mktemp description (reported by Bruno Haible).
13642 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13644         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
13645         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
13646         Likewise.
13647         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
13648         Likewise.
13650 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13652         * NEWS: Mention AT_COPYRIGHT.
13654         * tests/local.at (AT_CMP): Use diff directly on input files rather
13655         than copying them.
13657         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
13658         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
13660 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
13661         and Paul Eggert  <eggert@cs.ucla.edu>
13663         * tests/autotest.at (Empty test suite): New test.
13664         * tests/torture.at (Substitute and define special characters)
13665         (Substitute a 2000-byte string, Define to a 2000-byte string)
13666         (Substitute a newline, Define a newline): New tests.
13668 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
13670         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
13671         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
13672         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
13673         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
13674         (Standard regular expressions): New test.
13675         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
13676         excess test name quoting.
13677         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
13678         CPPFLAGS to `configure' instead of setting it in `configure'.
13680         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
13681         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
13682         on some platforms.
13684         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
13685         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
13687         * tests/local.at (AT_CMP): New macro.
13688         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
13689         (AC_SAVE_STATE): Move environment grep...
13690         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
13691         (AT_CONFIG_CMP): New macro.
13692         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
13693         * tests/c.at (Extensions): Do not exit early.
13694         * tests/atlocal.in: Inherit $GREP.
13696         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
13697         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
13699         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
13700         (AC_COPYRIGHT): Factor header comment portion out and move into...
13701         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
13702         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
13703         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
13704         --version output.
13705         * tests/local.at: Add Autoconf test suite copyright notice.
13706         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
13708 2005-02-04  Bruno Haible  <bruno@clisp.org>
13709         and Paul Eggert  <eggert@cs.ucla.edu>
13711         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
13713 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13715         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
13716         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
13718         Try not to generated lines of unlimited length, as POSIX places a
13719         2047-byte limit on line length of portable text files.
13720         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
13721         Use newline as a separator, not space.
13722         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
13723         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
13724         space.
13726 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13728         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
13729         as_func_*.  Add test to check whether positional parameters
13730         are restored after function return.
13732 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13734         * doc/autoconf.texi (Special Shell Variables): Mention _,
13735         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
13736         if they contain a lower-case letter.  The DUALCASE problem was
13737         reported by Ralf Wildenhues.
13739         * bin/autoconf.as: Don't exit with status 0 after write failure
13740         with --help or --version.
13741         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
13742         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
13744 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13746         * doc/autoconf.texi (Limitations of Usual Tools):
13747         Unicos 9 sed limitations.
13748         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
13749         to get the option-enhanced interface on older Crays.  Try ftn for
13750         Fortran 95 (newer Crays).
13752 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13754         * man/Makefile.am (.x.1): Go back to the simple solution, but take
13755         care to echo the commands, so the user knows what's going on.
13756         Modified from a suggestion by Stepan Kasal.
13758         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
13759         with a cross reference.  Derived from a suggestion by Bruce Korb.
13761 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13763         * doc/autoconf.texi (config.status Invocation): Warn about
13764         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
13765         * doc/install.texi (Defining Variables): Likewise.
13766         Based on a proposed patch by Ralf Wildenhues.
13768         * man/Makefile.am (.x.1): Make sure the required generated files
13769         are up to date.  Problem and original solution proposed by Stepan Kasal.
13770         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
13771         implicit-man-prerequisites): New rules, used by the above.
13773         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
13774         * config/config.guess, config/config.sub, config/install-sh: Likewise.
13775         * config/missing, config/texinfo.tex: Likewise.
13777 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
13779         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
13780         Update the long comment explaining it.
13782         m4_require no longer writes an ``is required by'' line to the
13783         execution stack.  It contains only one bit of non-redundant
13784         information: that the macro was required, not called.  And even
13785         this bit is useless in most situations: have you ever met a macro
13786         which both calls and requires the same macro?
13788         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
13789         (_m4_defun_pro_outer): ... only via this macro, for the outermost
13790           macro.
13791         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
13792         (m4_expansion_stack_pop): Remove the misplaced comment.
13793         (m4_require): Don't put the ``is required by'' line to the
13794           execution stack; slightly improve the out-of-a-defun error message.
13795         (_m4_divert_grow): New macro, counter for the temporary diversions.
13796         (_m4_require_call): Use it.
13797         * tests/m4sugar.at (m4_require): Expect output without the
13798           ``is required by'' messages.
13800 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13802         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
13803         rather than x for expr.
13805         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
13806         this is safe.
13807         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
13808         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
13809         * lib/autotest/general.m4 (AT_INIT): Likewise.
13810         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
13811         * tests/mktests.sh: Likewise.
13813 2005-01-27  Akim Demaille  <akim@epita.fr>
13815         Have autoheader honor --force.
13817         * doc/make-stds.texi, doc/standards.texi: Update from masters.
13818         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
13819         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
13820         from masters, so that FileUtils.pm's update_file provide --force
13821         support.
13822         * bin/autoheader.in: Pass $force to update_file so that
13823         config.h.in is always recreated when --force.
13825 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
13827         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
13829 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13831         * doc/autoconf.texi (Limitations of Builtins): Clarify that
13832         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
13834 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13836         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
13837         Warn about newline stripping in `` and $().  Update Solaris
13838         version to 9.
13839         (Limitations of Builtins): Use expr "X...", not expr "x...", as
13840         X insulates us from future changes to Posix.
13841         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
13842         stripping.
13844 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
13846         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
13847           you cannot use AC_DEFINE to define macros containing `[' or `]'.
13849 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
13851         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
13852         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
13853         bug-tar mailing list.
13855 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
13857         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
13859 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
13861         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
13862         ulongval to be static, to avoid unwanted GCC warning.  Problem
13863         reported by Michael Jennings via Daniel Reed; see
13864         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
13866 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
13868         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
13869         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
13870         datadir, infodir, and mandir.  Adjust argument parsing code.
13871         (_AC_INIT_HELP): Update help text.
13872         * doc/autoconf.texi (Installation Directory Variables): Document
13873         new variables.
13875 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
13877         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
13878         not seem to work, assume it does set $(MAKE).
13879         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
13881 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
13883         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
13885 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
13887         A cleanup of the diversion support in m4sugar.
13889         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
13890         (_m4_divert_n_stack): New macro; the expansion is
13891           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
13892           otherwise.
13893         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
13894         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
13895           stored in _m4_divert_diversion or _m4_divert_dump.
13896         (m4_divert_pop): When the parameter is given, compare the symbolic
13897           name with the last diversion pushed on the stack.  Previously, the
13898           current diversion was compared with the numeric value of the
13899           diversion given as the parameter.
13900         (m4_require): If the macro hasn't been expanded yet, call ...
13901         (_m4_require_call): this new macro.
13903 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13905         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
13906         Workarounds for documented `case' limitations.
13908 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
13910         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
13911         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
13913 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
13915         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
13916         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
13917         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
13919         Patch from Roger Leigh (with some minor changes) as follows:
13920         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
13921         Resurrect AC_PROG_CC_STDC.
13922         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
13923         AC_PROG_CC_C89, AC_PROG_CC_C99.
13924         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
13925         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
13926         AC_PROG_CC_C99): New macros.
13927         (AC_PROG_CC_STDC): Use them.
13928         (_AC_PROG_CC_STDC): Remove.
13929         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
13930         * THANKS: Add Roger Leigh.
13932 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
13934         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
13935         signals that the package uses Automake; a `Makefile.am' is typical but
13936         not essential.  Reported by Magnus Therning.
13937         * tests/torture.at (autoreconf.): New banner.
13938         (autoreconf and non-AC configure): Rename to `Non-Autoconf
13939         AC_CONFIG_SUBDIRS'.
13940         (autoreconf an empty directory): Rename to `Empty directory'.
13941         (Unusual Automake input files): New test.
13943 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
13945         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
13946         (AT_SETUP): Clear AT_capture_files.
13947         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
13948         (AT_KEYWORDS): Fix comment typo.
13949         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
13950         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
13951         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
13953 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
13955         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
13956         If the variable to set is already set, set ac_cv_path_$1
13957         to the preset value so caller can assume ac_cv_path_$1
13958         is available.  (trivial change)
13960 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
13962         * BUGS (Minor Problems): Warn about makefile limitations.
13963         * Makefile.am: Find and update `INSTALL' in $(srcdir).
13964         * man/Makefile.am: Find and update manual pages in $(srcdir).
13966 2004-12-24  Eric Blake  <ebb9@byu.net>
13968         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
13969         shells in subshell, to avoid noise from ash.  (trivial change)
13971 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13973         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
13974         problems with SunOS ksh and backslash escaping, Bourne shells and
13975         closing brackets (both within character classes).  Bug reported
13976         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
13977         <read>: New entry.  Mention non-availability of -r.
13979 2004-12-21  Akim Demaille  <akim@epita.fr>
13981         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
13982         avoid cluttering displayed messages.  Rather, prepend srcdir where
13983         AT_LINE is used for log files.
13985 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
13987         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
13988         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
13989           no longer part of the macro, quote the occurrence of ``$tmp''.
13990         * doc/autoconf.texi (Forbidden Patterns): Typo.
13992 2004-12-21  Akim Demaille  <akim@epita.fr>
13994         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
13995         separated from the test title by forcing a white space.
13997 2004-12-21  Akim Demaille  <akim@epita.fr>
13999         Enable Emacs navigation within testsuite.log files.
14001         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
14002         use the compilation mode.
14003         (AT_LINE): Point to the srcdir.
14005 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
14007         * tests/Makefile.am (installcheck-local): Use $(bindir).
14008         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
14009         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
14010         Makefile.am scheme Autoconf now uses.
14012 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
14014         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
14015         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
14017 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
14019         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
14020         (_AT_CHECK): Use it.
14021         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
14022         (AS_ESCAPE): Fix comment.
14023         * tests/autotest.at: Adjust section banner comments.
14024         (AT_CHECK_AT): Accept STATUS and STDERR.
14025         (AT_CHECK_AT_TEST): Likewise.
14026         (Invalid brace-enclosed parameter expansion)
14027         (Multiline command from M4 expansion)
14028         (Double-M4-quoted command): New tests.
14030 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
14032         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
14034 2004-12-17  Akim Demaille  <akim@epita.fr>
14036         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
14037         m4_pattern_allow.
14038         Suggested by Alexandre Duret-Lutz.
14039         * doc/autoconf.texi (Setting Output Variables): Catch up.
14041 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
14043         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
14045 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
14047         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
14048           remove the comment which said we cannot.
14050 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
14052         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
14053         Reini Urban and Paul Eggert for reporting the dependencies.
14055         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
14056         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
14057         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
14059 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
14061         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
14062           so that eg. ``autoscan --help'' doesn't truncate it.
14064 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
14066         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
14067         generated conftest files.
14069 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
14071         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
14072         tracing on commands with possibly-escaped newlines.
14073         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
14074         discontinued behavior and its implications.
14075         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
14076         (BSx641-newline in command, BS-BS-newline in command)
14077         (BSx640-newline in command, Newline-CODE-BS-newline in command)
14078         (Single-quote-BS-newline in command)
14079         (Single-quote-newline-BS-newline in command): New tests.
14081 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
14083         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
14084           on platforms where it works.
14085         (_AS_TEST_PREPARE): Test for ``test -x''.
14086         (_AS_BROKEN_TEST_PREPARE): Nuke.
14088 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
14090         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
14091         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
14092           give only 4-letter prefix to AS_TMPDIR, comment fixed.
14093         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
14094           create the temporary directory.
14095         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
14097 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
14099         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
14100         (trivial change)
14102 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
14104         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
14106 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
14108         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
14109         to avoid using a negated character class.  Reported by Nicolas Joly.
14110         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
14112 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
14114         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
14115         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
14116         Don't depend on .x file explicitly, since "make" does that for us.
14117         Suggested by Stepan Kasal.
14119         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
14120         Add *.tmp.
14121         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
14122         ifnames): Factor common code.  And they said it couldn't be done!
14124 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
14126         * bin/.cvsignore: Add autoconf.in.
14127         * tests/.cvsignore: Add wrapper.in.
14128         * lib/autotest/general.m4: Escape '$' in case pattern.
14130 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
14132         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
14134         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
14136         * tests/autotest.at: New file.
14137         * tests/suite.at: Include it.
14138         * tests/Makefile.am: Distribute it.
14140         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
14141           shell tracing on a command that could contain multiple lines.
14142         * doc/autoconf.text: Document that fact and its implications.
14143         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
14144         * tests/autotest.at (Multiline backquote command substitution,
14145           Multiline parameter expansion, Literal multiline command,
14146           Multiline parenthetical command substitution): Remove XFAIL.
14148 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
14150         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
14151         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
14153 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
14155         * configure.ac (test suite): Cease to generate wrapper scripts.
14156         * configure: Regenerate.
14157         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
14158         (m4f_dependencies): Adjust accordingly.
14159         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
14160         (wrapper.in): Generate it in the build directory.
14161         (MAINTAINERCLEANFILES): Delete wrapper.in.
14162         (CLEANFILES): Add wrapper.in.
14163         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
14164         the output.  Replace each $as_me with a @wrap_program@.
14165         * tests/wrapper.in: Delete it; we always build it.
14167         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
14168         (EXTRA_DIST): Remove autoconf.in.
14169         (CLEANFILES): Add autoconf.in.
14170         (autoconf): Find autoconf.in in the build directory.
14171         * bin/autoconf.in: Delete it; we always build it.
14173 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
14175         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
14176         PATH members so as to not prepend an empty element.  Move a comment.
14177         * Makefile.am (SUBDIRS): Build in `tests' last.
14178         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
14180 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14182         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
14183         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
14184         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
14185         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
14187 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
14189         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
14190         patch: extra "-l"s.
14192 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14194         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
14195         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
14196         * doc/autoconf.texi (Particular Functions): Mention new behavior.
14198 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
14200         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
14201           out the common code to ...
14202         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
14203           value of the #define--default to 1, iff the macro was called
14204           with exactly one parameter.
14206 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
14208         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
14209         "char c = '\200';" rather than "char c = 0x80;" as the
14210         latter doesn't conform to the strict C standard due to
14211         overflow on signed char hosts.
14213         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
14214         to -qlanglvl=ansi.  We don't want to disable extensions.
14216 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14218         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
14219         (Using Autotest, testsuite Scripts, Writing testsuite.at):
14220         Reword slightly to avoid some English-language problems noted
14221         by Ralf Wildenhues in:
14222         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
14224 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
14226         * NEWS: Add ^L above each release.
14228 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
14230         Fix documentation problems reported by Russ Boylan in
14231         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
14232         along with some nearby cruft.
14233         * doc/autoconf.texi (Libtool): Libtool can be used without
14234         Automake (not without Autoconf).
14235         (Introduction): Mention lists.gnu.org.
14236         * BUGS: Don't mention bugs.gnu.org.
14237         Remove mention of ancient libtool compatibility problem.
14238         * NEWS: Mention that bugs.gnu.org is kaput.
14239         * README: Likewise.  Mention where mailing list archives can be found.
14241 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
14243         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
14245 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14247         * doc/autoconf.texi (Pretty Help Strings): Go back to
14248         single-quoting assignments to cache variables.
14250 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
14252         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
14253         with the examples; fix the bug in MY_ARG_WITH example reported
14254         by Alexandre Duret-Lutz.
14255         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
14256         expansion of $1 in the comment emitted to configure.
14258 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14260         * doc/autoconf.texi (Pretty Help Strings): Fix typo
14261         in my editing of the previous patch.  Problem reported
14262         by Alexandre Duret-Lutz.
14264 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
14266         * doc/autoconf.texi (Autoconf Language): Explain that
14267         ``descriptions'' may not be double quotes.
14268         (Quotation Rule Of Thumb): Likewise.
14269         (Pretty Help Strings): Likewise; remove the wrong comment;
14270         simplify the examples and improve their quoting.
14272 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
14274         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
14275         the $1_found variable, don't test whether the file is executable;
14276         Both things are checked ...
14277         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
14278         the former ``test -f''.
14279         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
14281 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14283         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
14284         use cp -R instead.
14286 2004-11-10  Derek R. Price  <derek@ximbiot.com>
14288         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
14289         limitations.  Reorder paragraphs for clarity.
14291 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14293         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
14294         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
14295         variants", "Unix", and some related minor wording fixups.
14297         (Shellology, Special Shell Variables): Document that the Zsh
14298         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
14299         to Alexandre Duret-Lutz for this info.
14301 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
14303         * doc/autoconf.texi (One-Shot Macros): New node.
14305 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14307         * doc/autoconf.texi (Function Portability): Fix misdescription
14308         of putenv.  Problem reported by Michael Wardle.
14310 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14312         * doc/autoconf.texi (auindex): New macro.
14313         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
14314         Problem reported by Stepan Kasal.
14316 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14318         Fix problems reported by Andreas Buening in:
14319         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
14320         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
14321         in test makefile.
14322         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
14323         readable; it's not true in OS/2-emx.
14325 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
14327         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
14328         "/usr/include", clear ac_x_includes instead of leaving it as "no"
14329         (trivial change).  Problem and patch reported by Andrew Church in:
14330         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
14332 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
14334         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
14335         three args in examples.  Problem reported by Frederik Fouvry in:
14336         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
14337         Also, fix some minor spacing and punctuation bugs.
14339 2004-09-02  Akim Demaille  <akim@epita.fr>
14341         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
14342         "case" to restore ordering.
14343         Reported by Stepan Kasal.
14345 2004-08-26  Akim Demaille  <akim@epita.fr>
14347         * doc/autoconf.texi: Minor typos and stylos.
14349 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14351         * configure.ac (AC_INIT): Bump to 2.59c.
14353 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14355         Version 2.59b.
14357         * README: Add advice about m4 1.4.2.
14359         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
14360         texinfo.tex for now (done by hand now).
14361         * Makefile.maint (wget_files, cvs_files):
14362         Remove ansi2knr.c; nobody uses it.
14363         (ansi2knr.c-url_prefix): Remove.
14364         (cvs-update): Fix test for failure.  I don't know why it ever
14365         worked...
14367         * doc/autoconf.texi: Update URLs, some of which went stale.
14368         Use @uref rather than @href.
14370         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
14371         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
14373         * config/config.guess, config/config.sub, config/elisp-comp,
14374         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
14375         doc/fdl.texi, doc/standards.texi: Sync with master copy.
14377         * NEWS, TODO, configure.ac, bin/autoscan.in,
14378         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
14379         doc/install.texi, lib/Autom4te/Configure_ac.pm,
14380         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
14381         lib/autoconf/programs.m4, lib/autoconf/status.m4,
14382         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
14383         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
14384         tests/tools.at, tests/torture.at:
14385         Use "file name" rather than "filename" or "path",
14386         to be consistent with the terminology of the GNU coding standards.
14388 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14390         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
14391         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
14392         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
14393         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
14395         More fixes to support spaces in the name of the build directory.
14396         This isn't a complete fix but it's an improvement.
14398         * bin/autoconf.as (autom4te_options): New var.
14399         Use it instead of appending to AUTOM4TE, so that we can allow
14400         spaces in the build directory's absolute name.
14401         * bin/autoheader.in ($autoconf): Allow spaces in file names.
14402         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
14403         AT_CHECK_NOESCAPE): Likewise.
14404         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
14405         main program): Likewise.
14407 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14409         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
14410         From Ralf Corsepius in:
14411         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
14413 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14415         * doc/autoconf.texi (Function Portability): Document isinf and
14416         and isnan.  From a suggestion by Kevin Ryde.
14418         * lib/Autom4te/General.pm (END): Return correct exit status even
14419         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
14421 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14423         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
14424         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
14425         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
14427 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
14429         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
14430         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
14431         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
14432         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
14433         * lib/autom4te.in (Automake-preselections): Preselect
14434         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
14436 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
14438         * lib/autom4te.in (Automake-preselections): Preselect
14439         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
14440         trace them.
14442 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
14444         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
14445         Tru64.
14446         * doc/autoconf.texi (Shellology): Mention BIN_SH.
14447         Document problem with "`""`" in pdksh POSIX mode.
14449 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
14451         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
14452         with pdksh, too.  Problem reported by Patrick Welche via
14453         Gary V. Vaughan.
14454         * doc/autoconf.texi (Shellology): Note that set -o posix is
14455         useful for pkdsh, too.
14457 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14459         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
14460         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
14461         Don't fail if ENV or BASH_ENV is readonly.
14462         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
14463         etc. are read only.  Problem reported by Ludovic Courtes.
14465 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
14467         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
14468         zsh, disable GLOB_SUBST to avoid backslash handling problems.
14469         (trivial change)
14471 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14473         * doc/autoconf.texi (File System Conventions): Warn about
14474         names like "aux".  Problem reported by Eric Blake.
14476         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
14477         by zero instead of array size, so that we can use any arithmetic
14478         constant expression (instead of requiring an integer constant
14479         expression).  This allows us to test expressions like DBL_MAX <
14480         LDBL_MAX, which didn't conform to the C standard using the old
14481         method.
14482         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
14483         now that we can do floating-point tests at compile time.
14485 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14487         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
14488         and LDBL_EPSILON, as the resulting expression isn't an
14489         integer constant expression and violates the C standard.
14490         Problem reported by Nelson H. F. Beebe.  Also, check
14491         for "L" suffix, and check that long double doesn't have
14492         worse range or precision than double, that mixed-mode
14493         arithmetic doesn't generate a diagnostic, that double
14494         constants fit in long double.
14496 2004-06-03  Kevin Ryde  <user42@zip.com.au>
14498         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
14499         malloc(0) and realloc(NULL,size).
14501         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
14502         Bob Proulx.
14504 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14506         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
14507         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
14508         by Jim Meyering.
14510 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14512         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
14513         can be rewritten using if-then-else.  Suggested by Bruno Haible.
14515 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14517         * doc/autoconf.texi (testsuite Scripts): Fix typo.
14518         Problem reported by Stepan Kasal.
14520 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
14522         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
14523         change).  Patch reported by Ralf Wildenhues in
14524         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
14526         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
14527         function F exists if the compiler and linker let you compile an
14528         expression like (F != 0).  Recent versions of GCC optimize away
14529         the reference to F in that case, since every function address must
14530         be nonzero, so the link succeeds even if F does not exist.
14531         Problem reported by Manu in
14532         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
14534         * doc/autoconf.texi (Systemology): Standardize on the spelling of
14535         "Unix".  Many uses changed.
14536         (Limitations of Builtins): Explain better why the ! command isn't
14537         portable.
14539 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
14541         * lib/autom4te.in (Automake-preselections): Preselect
14542         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
14544 2004-05-19  Kevin Ryde  <user42@zip.com.au>
14546         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
14547         referencing AC_FUNC_STRERROR_R.
14549         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
14550         note pessimistic assumption when cross compiling.
14552 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14554         * doc/autoconf.texi (Limitations of Make): Note that BSD make
14555         (until 2004) invoked subcommands with sh -e, contra POSIX.
14556         Reported by Kevin Ryde.
14558 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
14560         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
14561         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
14562         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
14563         `test -f "        /usr/bin/grep"', which _always_ failed.
14564         (AC_PROG_SED): Ditto bogus PATH fix.
14565         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
14566         requires that grep correctly supports _multiple_ `-e' options, rather
14567         than stating only that grep should accept `-e'.
14569 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
14571         Port to C99, which requires that 'exit' be declared.
14573         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
14574         to ensure that stdlib.h is included.
14575         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
14576         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
14577         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
14578         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
14579         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
14580         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
14581         when using 'exit' in a test; C99 requires that 'exit' be declared.
14583 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14585         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
14586         now prefers 'grep' implementations that accept -e.
14587         (Limitations of Usual Tools): Describe problems of traditional
14588         egrep and fgrep with long input lines, and of traditional grep
14589         with -e.
14590         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
14591         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
14592         All callers changed.  Append /usr/xpg4/bin to the PATH, for
14593         Solaris.
14594         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
14595         the user with complaints about multiple -e options.
14596         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
14597         Define it with AC_PROG_GREP.
14598         * configure.ac (AC_PROG_GREP): Add.
14599         * lib/freeze.mk (GREP): New macro.
14601 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
14603         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
14604         a possible candidate only after all others fail, rather than
14605         consulting it first.  This improves backward compatibility by
14606         better reflecting the way shell selection occurred in previous
14607         versions of Autoconf, and should help to avoid triggering latent
14608         problems in other packages, such as the one in Automake where zsh
14609         is not handled robustly:
14610         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
14611         Although it is not Autoconf's responsibility to work around
14612         problems in Automake, it nevertheless makes sense to avoid
14613         introducing unnecessary incompatibilites.
14615 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
14616             Gary V. Vaughan  <gary@gnu.org>
14618         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
14619         how deeply nested we are when a suitable tool is found, set the
14620         ac_path_TOOL_found flag.
14621         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
14622         nested we are in this macro.  Break out of all 3 nested loops if
14623         ac_path_TOOL_found is set.
14625 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
14627         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
14628         of the _AS_PATH_WALK loop too if GNU flavor is found.
14630 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
14632         * doc/autoconf.texi (Limitations of Make): Update documentation
14633         for `$<'.  New entry `Long lines', based on a report from Simon
14634         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
14635         paragraph about DJGPP, based on a mail from Richard Dawe.
14637 2004-04-20  Paul Eggert  <eggert@twinsun.com>
14639         * tests/c.at (C keywords): Don't assume that GCC supports
14640         "restrict" and "inline", as sufficiently-old GCC versions do not
14641         (also, GCC configured to be in pedantic C89 mode does not).
14642         Problem reported by Sumit Pandya in:
14643         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
14645         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
14646         consider -g to work if it generates warnings when plain compiles
14647         don't.  Problem reported by Braden McDaniel in:
14648         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
14650         * doc/autoconf.texi (Slashes): New section, to document a problem
14651         reported by Jim Meyering in:
14652         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
14654         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
14655         linker output files before linking, to work around IRIX 6 linker bug.
14656         Problem reported by Rainer Orth in:
14657         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
14659 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
14661         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
14662         best tool so far counter rely on the tool path variable name to
14663         avoid checks for one tool being affected by the results of running
14664         the length check on a previous tool.
14666         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
14667         match expression argument, as different greps have different
14668         regular expression flavours.
14669         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
14670         literals.
14671         (AC_PROG_EGREP): Pass 'EGREP$'.
14672         (AC_PROG_GREP): Pass 'GREP$'.
14674 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
14676         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
14677         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
14679 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14681         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
14682         Types, Specific Compiler Characteristics, System Services,
14683         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
14684         etc. consistently instead of 'long', 'short', 'unsigned' etc.
14685         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
14686         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
14687         Likewise.
14688         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
14689         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
14690         AC_TYPE_OFF_T): Likewise.
14691         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
14692         Likewise.
14694         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
14695         pacify libtool 1.5.2.  Fix quoting problems in sed command.
14697 2004-03-28  Paul Eggert  <eggert@twinsun.com>
14699         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
14700         now defines HAVE_DECL_TZNAME if it is declared, when
14701         HAVE_STRUCT_TM_TM_ZONE is not defined.
14702         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
14703         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
14704         for HAVE_TZNAME.
14706 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
14708         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
14709         superfluous backslashing of quotes (") in sed expressions;
14710         thanks to Paul Eggert.
14712 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
14714         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
14715         Fortran compiler is ifort, also added pghpf; thanks to Nelson
14716         H. F. Beebe for the bug report.
14718 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
14720         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
14721         quoted -cmdline argument in Portland Group compiler (bug
14722         reported by Jeffrey J. Barteet).
14724 2004-03-25  Kevin Ryde  <user42@zip.com.au>
14726         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
14727         (Run Time): ... here, where it's now mentioned.
14729 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
14731         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
14732         inherits from language Autoconf-without-aclocal-m4.
14733         (Customizing autom4te): Adjust example; the cache must now be
14734         disabled for language Autoconf-without-aclocal-m4.
14736 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
14737             Nathanael Nerode  <neroden@twcny.rr.com>
14739         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
14740         AC_CHECK_TOOLS): Warn if a cross-tool is found without
14741         a prefix.
14742         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
14743         AC_CHECK_TARGET_TOOLS): New macros.
14744         * doc/autoconf.texi (Generic Programs): Document
14745         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
14746         AC_CHECK_TARGET_TOOLS, and warn for future changes
14747         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
14748         AC_CHECK_TOOLS.
14749         (Specifying Names): Document the reason for these future
14750         behavioral changes.
14751         * tests/mktests.sh: Do not generate tests for the
14752         new macros.
14753         * NEWS: Document these changes.
14755         * doc/autoconf.texi: Avoid macros with unbraced arguments,
14756         they make TeX hang up.
14758 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
14760         * NEWS: New macro AC_CHECK_ALIGNOF.
14761         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
14762         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
14763         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
14764         vowel.
14765         (AC_CHECK_ALIGNOF): New macro.
14766         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
14767         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
14768         those for sizeof.
14770 2004-03-03  Paul Eggert  <eggert@twinsun.com>
14772         * bin/Makefile.am (edit): Don't use $< in a context where
14773         POSIX doesn't require support for it.  Use $@.in instead.
14774         Problem reported by Anthony N. Frasso in
14775         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
14776         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
14778 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
14780         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
14781         from the next generation of Libtool.
14782         * lib/autom4te.in (Autoreconf-preselections): Ditto.
14784 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
14786         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
14787         is not always thread-safe.  Report from Nathanael Nerode.
14789 2004-02-18  Paul Eggert  <eggert@twinsun.com>
14791         Fix a dependencies problem, stemming from a Autoconf 2.59 build
14792         problem on QNX reported by Stephen Rasku in
14793         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
14795         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
14796         $(m4sh_m4f_dependencies); this removes a FIXME.
14797         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
14798         (MAINTAINERCLEANFILES): Split into pieces,
14799         one per related section.  Add $(srcdir)/wrapper.in.
14801 2004-02-09  Paul Eggert  <eggert@twinsun.com>
14803         * doc/autoconf.texi (Setting Output Variables): Emphasize that
14804         AC_SUBST provides no portable way to escape literal newlines.
14806         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
14807         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
14808         Darwin uses -lcrt2.o and there's little point to cataloging all
14809         the system variants.  Partial fix reported by Andreas Waechter in:
14810         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
14811         for bug reported by Nelson H. F. Beebe in:
14812         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
14814 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
14816         * doc/autoconf.texi (AU_DEFUN): Fix English,
14817         suggested by Paul Eggert.
14818         * lib/autoconf/autoupdate.m4: Correct reference to
14819         acobsolete.m4, suggested by Alexandre Duret-Lutz.
14821 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
14823         * bin/autoupdate.in: Define __file__ so that warnings
14824         refer to the correct file.
14825         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
14826         the behavior of the third argument.
14827         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
14828         correctly the behavior of the third argument.  Document
14829         what the three macros that AU_DEFUN defines do.  Fix
14830         warning message when the third argument includes $0
14831         (reported by Alexandre Duret-Lutz).
14833 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
14834             Eric Sunshine  <sunshine@sunshineco.com>
14835             Paul Eggert  <eggert@twinsun.com>
14837         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
14838         (AS_INIT): Output shell initialization there. Removed optional
14839         parameter. Expand _AS_SHELL_FN_SPY.
14840         (AS_INIT_WITH_SHELL_FN): Removed.
14841         (_AS_SHELL_FN_SPY): New macro.
14842         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
14843         macros.
14844         (AS_SHELL_SANITIZE): Remove loop to find better shell
14845         and documentation for the parameter.
14846         (_AS_DETECT_BETTER_SHELL): Move it here.
14847         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
14848         (_AS_RUN): Move it here, support testing with eval.
14849         (AS_REQUIRE_SHELL_FN): Require shell functions when
14850         it is used.
14851         (_AS_LINENO_WORKS): Put around braces, we do not
14852         trigger the bash bug anymore.
14853         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
14854         use AS_INIT_WITH_SHELL_FN.
14855         * bin/autoconf.in, tests/wrapper.in: Regenerated.
14857 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
14859         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
14860         * doc/autoconf.texi: Don't say that the third parameter
14861         is broken.
14862         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
14863         (AU_DEFUN): Honor the third parameter, create autoupdate
14864         macros with AU_DEFINE.
14865         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
14866         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
14867         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
14868         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
14869         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
14870         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
14871         AC_XENIX_DIR): Likewise.
14872         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
14873         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
14874         * lib/autoconf/status.m4: Remove FIXME.
14875         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
14876         that the macro is not present anymore in the updated
14877         configure.ac.
14878         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
14879         of autoupdate.
14881 2004-01-28  Paul Eggert  <eggert@twinsun.com>
14883         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
14884         copyright years.
14885         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
14886         2003 (except 1997) to the list of copyright years.  This undoes
14887         the 2003-05-22 change, which removed the older years from the list.
14888         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
14890 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
14891             Albert Chin-A-Young  <china@thewrittenword.com>
14893         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
14894         grep or ggrep program in PATH that accepts as long lines as
14895         possible.
14896         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
14897         AC_PROG_GREP.
14898         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
14899         egrep and fgrep respectively if $GREP -E/-F don't work.
14900         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
14901         _AC_PROG_GREP, and AC_PROG_SED.
14902         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
14903         longest input length accepted by a command.
14904         (AC_PROG_SED): Use it.
14905         * doc/autoconf.texi (Particular Programs): Document the changes.
14906         * NEWS: Updated.
14908 2004-01-27  Paul Eggert  <eggert@twinsun.com>
14910         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
14911         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
14912         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
14913         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
14915         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
14916         bin/autoconf.in, config/Makefile.in, config/config.guess,
14917         config/config.sub, config/install-sh, config/mdate-sh,
14918         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
14919         lib/Makefile.in, lib/Autom4te/Makefile.in,
14920         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
14921         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
14922         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
14923         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
14924         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
14925         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
14926         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
14927         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
14928         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
14929         tests/actypes.at: Regenerate and/or sync with original
14930         sources.
14932 2004-01-26  Paul Eggert  <eggert@twinsun.com>
14934         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
14935         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
14936         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
14937         not <inttypes.h>.  Problem reported by Tim Mooney in
14938         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
14939         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
14940         Likewise.
14942         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
14943         otherwise "make check" fails because it forbids cmp (I guess
14944         because cmp treats files as binary on DOS-like systems).
14946         * tests/mktests.sh: Update copyright date to 2004, since some tests
14947         have changed in 2004.
14949 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
14951         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
14952         non-truncating sed or gsed program in PATH.
14953         * tests/acprograms.at: Add it.
14954         * doc/autoconf.texi (Particular Programs): Document it.
14955         * NEWS: Updated.
14957 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14959         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
14960         -std1 disables some useful extensions on Tru64.  Problem reported
14961         by N. Lichtmaier in
14962         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
14964 2004-01-14  Paul Eggert  <eggert@twinsun.com>
14966         * doc/autoconf.texi (Programming in M4sh): Document that
14967         AS_MKDIR_P succeeds if the destination is a symbolic link
14968         to an existing directory.
14969         (Limitations of Usual Tools): Note that mkdir -p might not
14970         succeed on symlinks to directories.
14972 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
14974         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
14975         * bin/autoheader.in: Grammar fix in message.
14976         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
14977         Test for dir before calling mkdir -p.  (trivial changes)
14979 2004-01-13  Eric Blake  <ebb9@byu.net>
14981         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
14982         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
14984 2004-01-10  Jim Meyering  <jim@meyering.net>
14986         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
14988 2004-01-09  Paul Eggert  <eggert@twinsun.com>
14990         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
14991         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
14992         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
14993         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
14994         AC_COMPILE_IFELSE, since we now assume our caller invokes
14995         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
14996         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
14997         of AC_RUN_IFELSE; this avoids the warning mentioned above.
14998         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
15000 2004-01-07  Paul Eggert  <eggert@twinsun.com>
15002         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
15003         `"'...'"`, as it's confusing (and I suspect it may not work on
15004         some platforms).  The code was incorrect anyway, as it assumed
15005         that \$ evaluated to itself in that context.  Reported by
15006         Alexandre Duret-Lutz.
15008 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
15010         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
15011         and _LT_AC_TAGCONFIG.
15013 2004-01-06  Paul Eggert  <eggert@twinsun.com>
15015         * doc/autoconf.texi (One Macro Call): Fix an incorrect
15016         example, and add more examples.  Reported by Eric Sunshine.
15018 2004-01-05  Paul Eggert  <eggert@twinsun.com>
15020         * doc/autoconf.texi (Limitations of Usual Tools):
15021         Remove warning against "rm -fr" introduced yesterday; it
15022         was a false alarm.
15024         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
15025         autoscan, autoupdate, ifnames): Don't use chmod -w.
15026         * lib/Makefile.am (autom4te.cfg): Likewise.
15027         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
15028         "chmod -w".
15030 2004-01-04  Paul Eggert  <eggert@twinsun.com>
15031             Paolo Bonzini  <bonzini@gnu.org>
15033         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
15034         by doing lineno substitution only on lines containing "$LINENO".
15036 2004-01-04  Paul Eggert  <eggert@twinsun.com>
15038         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
15039         Use "rm -f" to remove conftest.sed, not plain "rm".
15040         Bug reported by David Relson in
15041         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
15043         * Makefile.am (autom4te-update):
15044         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
15045         * Makefile.maint (my-distcheck, do-po-update): Likewise.
15046         * doc/autoconf.texi (Guidelines): Likewise.
15047         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
15048         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
15049         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
15050         * lib/autotest/general.m4 (AT_INIT): Likewise.
15051         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
15052         * tests/Makefile.am (clean-local): Likewise.
15053         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
15054         srcdir): Likewise.
15055         * doc/autoconf.texi (Limitations of Usual Tools):
15056         Warn against "rm -fr".
15058 2004-01-03  Paul Eggert  <eggert@twinsun.com>
15060         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
15061         -c -o might not work.  From a suggestion by Kevin Ryde.
15062         (C Compiler, Generating Sources, Limitations
15063         of Usual Tools, Limitations of Make, Making testsuite Scripts):
15064         Don't put '-o' after non-options, as POSIX doesn't allow this.
15065         Mention that cc's name might be gcc or c89 or whatever.
15067 2004-01-04  Kevin Ryde  <user42@zip.com.au>
15069         * doc/autoconf.texi: Add various further index entries.
15071 2003-12-29  Paul Eggert  <eggert@twinsun.com>
15073         * bin/autoreconf.in (autoreconf_current_directory):
15074         Fix typo: mkdir without umask arg.
15076 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
15078         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
15079         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
15080         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
15081         explanation clearer.
15083 2003-12-24  Andreas Schwab  <schwab@suse.de>
15085         * doc/autoconf.texi (Default Includes): Fix misspelling of
15086         AC_INCLUDES_DEFAULT.
15088 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
15090         * configure.ac: Test if sh -n works.
15091         * configure: Regenerate.
15092         * tests/atlocal.in: Store the result here.
15093         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
15094         tools.at, looking in atlocal's ac_cv_sh_n_works instead
15095         of explicitly testing.
15096         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
15097         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
15098         * tests/tools.at (Syntax of the shell scripts): Simplify
15099         using AT_CHECK_SHELL_SYNTAX.
15100         (Syntax of the Perl scripts): Remove definition of
15101         AT_CHECK_PERL_SYNTAX.
15103 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
15105         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
15106         stderr to /dev/null.
15107         * bin/autoconf.in: Regenerate.
15108         * bin/wrapper.in: Regenerate.
15110 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
15112         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
15113         Extracted from AS_SHELL_SANITIZE.
15114         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
15115         macros.
15116         (AS_SHELL_SANITIZE): Move reinvocation code from
15117         _AS_LINENO_WORKS, use it to find out if shell
15118         functions work.
15119         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
15120         does not work.
15121         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
15122         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
15123         was called.
15124         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
15125         * bin/autoconf.in: Regenerate.
15126         * tests/wrapper.in: Regenerate.
15127         * tests/tools.at: Test the syntax of tests/autoconf
15128         and tests/testsuite.
15130 2003-11-24  Akim Demaille  <akim@epita.fr>
15132         * config/announce-gen (&print_locations, &print_signatures)
15133         (&sizes): New.
15134         Use them.
15135         No longer rely on Gnus to inline the list of signatures: compute
15136         them on the fly.
15138 2003-11-24  Akim Demaille  <akim@epita.fr>
15140         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
15141         override some files.
15142         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
15143         From Debian Autoconf 2.58.
15145 2003-11-24  Akim Demaille  <akim@epita.fr>
15147         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
15148         uses.
15149         From Debian Autoconf 2.58.
15151 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
15153         * TODO: Remove already done things.  Update the part about finding
15154         tools for the target.
15156 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
15158         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
15159         Make wording more consistent.
15160         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
15161         Explain the transition better.
15162         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
15163         the transition better.
15165 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
15167         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
15168         parameter of AU_DEFUN.
15169         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
15170         (AU_DEFUN): Remove the third parameter, it was not used.
15171         Use AC_DEFUN directly, not AU_DEFINE.
15172         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
15173         the expanded body, consistently with other macros such as AC_USG.
15175 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15177         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
15178         into the initial confdefs.h, to work around a bug in NextStep 3.3
15179         patch 3 reported by Eric Sunshine.
15181 2003-11-15  Kevin Ryde  <user42@zip.com.au>
15183         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
15184         than $target since the latter is not usual, add guidelines on when to
15185         use or not use the system type.
15187 2003-11-12  Derek Price  <derek@ximbiot.com>
15189         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
15190         typo misrepaired by an auto-spellcheck.
15192 2003-11-12  Akim Demaille  <akim@epita.fr>
15194         * bin/autoreconf.in (&parse_args): Don't call automake with
15195         --force-missing unless it actually supports it.
15196         From Debian #219336.
15198 2003-11-12  Akim Demaille  <akim@epita.fr>
15200         * configure.ac: Bump to 2.59a.
15201         Require 2.59.
15203 2003-11-06  Akim Demaille  <akim@epita.fr>
15205         Version 2.59.
15207 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
15209         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
15210         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
15211         and ac_abs_top_srcdir are absolute paths.
15212         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
15214 2003-11-05  Akim Demaille  <akim@epita.fr>
15216         * configure.ac: Bump to 2.58a.
15218 2003-11-05  Kevin Ryde  <user42@zip.com.au>
15220         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
15221         it provokes a warning from makeinfo about looking like a cross
15222         reference in info output.
15224         * doc/autoconf.texi (Function Portability): Add notes on signal
15225         handler return type, as per AC_TYPE_SIGNAL.
15227 2003-11-04  Akim Demaille  <akim@epita.fr>
15229         Version 2.58.
15230         * doc/standards.texi: Update from master.
15232         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
15234 2003-11-04  Akim Demaille  <akim@epita.fr>
15236         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
15237         computing the absolute path to d1 in the source hierarchy: it may
15238         not exist at all.  So don't cd into it.
15239         From Alexandre Duret-Lutz.
15240         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
15242         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
15243         From Paul Eggert, but named after Perl's IO::Spec->catfile.
15244         * doc/autoconf.texi (Programming in M4sh): Document.
15245         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
15247 2003-11-03  Pavel Roskin  <proski@gnu.org>
15249         * doc/autoconf.texi (Generic Structure Checks): Describe
15250         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
15252 2003-10-31  Akim Demaille  <akim@epita.fr>
15254         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
15255         (GNU Fortran): New.
15256         * doc/autoconf.texi (Language Choice): Document.
15257         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
15258         the current language is Fortran.
15260 2003-10-31  Akim Demaille  <akim@epita.fr>
15262         * bin/autom4te.in (&freeze): Use a less likely warning separator
15263         than `\n\n', so that `\n\n\n' is valid in warnings.
15264         Reported by Steve Huston.
15266 2003-10-28  Akim Demaille  <akim@epita.fr>
15268         * Makefile.cfg (local_updates, executable-update): Tweak to be
15269         robust to parallel makes.
15270         Suggested by Alexandre Duret-Lutz.
15272 2003-10-27  Akim Demaille  <akim@epita.fr>
15274         * Makefile.cfg (executable-update): New.
15275         (local_updates): Call it.
15277 2003-10-27  Akim Demaille  <akim@epita.fr>
15279         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
15280         Don't remove core.* as it may remove valid user files.
15281         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
15282         (AC_FUNC_UTIME_NULL): Likewise.
15284 2003-10-23  Akim Demaille  <akim@epita.fr>
15286         Version 2.57g.
15287         * config/config.guess, config/config.sub: Upgrade from masters.
15289 2003-10-23  Akim Demaille  <akim@epita.fr>
15291         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
15292         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
15293         hand...
15295 2003-10-23  Akim Demaille  <akim@epita.fr>
15297         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
15298         Don't forget to remove conftest.err.
15300 2003-10-23  Akim Demaille  <akim@epita.fr>
15302         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
15303         same object file in $LIBOBJS.
15304         Reported by Alexandre Duret-Lutz & Derek Robert Price.
15305         * doc/autoconf.texi (Generic Functions): Adjust.
15307 2003-10-20  Paul Eggert  <eggert@twinsun.com>
15309         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
15310         Use 'eval', so that the resulting configure scripts work even if
15311         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
15313 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
15315         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
15316         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
15317         (_AC_LINK_IFELSE): Check the werror flag.
15318         * doc/autoconf.texi (Generic Compiler Characteristics): Document
15319         AC_LANG_WERROR.
15320         * NEWS: Mention it.
15322 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
15324         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
15325         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
15326         override AC_LINK_IFELSE.
15328 2003-10-15  Paul Eggert  <eggert@twinsun.com>
15330         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
15331         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
15332         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
15333         Mention /usr/dt/bin/dtksh on Solaris.
15334         (Shell Substitutions): Warn about $((...)).
15335         (Parentheses): New section.
15337 2003-10-15  Kevin Ryde  <user42@zip.com.au>
15339         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
15340         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
15342 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
15344         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
15345         cross test.
15347 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
15349         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
15350         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
15352 2003-10-10  Andreas Schwab  <schwab@suse.de>
15354         * bin/autoheader.in: Avoid empty first line in --version and
15355         --help output.
15356         * bin/ifnames.in: Likewise.
15358 2003-10-09  Paul Eggert  <eggert@twinsun.com>
15360         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
15361         Issue a more-informative diagnostic.
15362         Problems reported by Eric Sunshine.
15364 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
15366         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
15367         -mGLOB_options_string stuff for Intel ifc, which can cause
15368         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
15369         pattern-matching instead of grep.
15371 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
15373         * doc/autoconf.texi: Document new FC Fortran macros.
15375 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
15377         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
15378         that future autopoint/aclocal/automake/autoreconf will be able
15379         to trace to find where to install local m4 macros.
15380         * doc/autoconf.texi (Input): Document it.
15381         * NEWS: Updated.
15383 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
15385         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
15386         -lcrtbegin.o to list of ignored flags and fix underquoting of
15387         -lcrt[01].o.
15389 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
15391         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
15392         cache variable instead of $G77 to decide whether to include -O2,
15393         since $G77 is specific to Fortran 77.
15395 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
15397         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
15398         free" flag.  Re-order flags tested into rough order of popularity.
15400 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
15402         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
15403         arguments so that it can be used with syntax identical to
15404         AC_PROG_F77, and so that we can more easily decide to
15405         remove/deprecate the DIALECT optional argument in the future if it
15406         proves troublesome.
15407         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
15408         non-freeform-supporting compilers.  Document freeform flags.
15410 2003-10-03  Akim Demaille  <akim@epita.fr>
15412         * configure.ac: Look for emacs, not macs.
15413         Reported by Eric Sunshine.
15415 2003-10-03  Akim Demaille  <akim@epita.fr>
15417         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
15418         * bin/autoreconf.in (autoreconf_current_directory): Create the
15419         AUX_DIR if needed, for sake of automake --add-missing etc.
15420         Suggested by Alexandre Duret-Lutz.
15422 2003-10-03  Akim Demaille  <akim@epita.fr>
15424         * configure.ac: Quotation and formatting changes.
15425         (EMACS): Don't set it if it is not recent enough to support
15426         autoconf-mode.el.
15427         From Eric Sunshine.
15429 2003-10-02  Akim Demaille  <akim@epita.fr>
15431         * bin/ifnames.in (&scan_file): Skip C++ comments.
15432         From Jeremy Yallop.
15434 2003-10-01  Pavel Roskin  <proski@gnu.org>
15436         * doc/autoconf.texi (Particular Structure Checks):
15437         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
15439 2003-10-01  Akim Demaille  <akim@epita.fr>
15441         Version 2.57f.
15443 2003-09-30  Paul Eggert  <eggert@twinsun.com>
15445         * lib/Autom4te/XFile.pm: Use Errno.
15446         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
15447         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
15449 2003-09-30  Akim Demaille  <akim@epita.fr>
15451         * config/announce-gen (&print_news_deltas): Extracted from...
15452         (&print_changelog_deltas): here.
15453         (&news_file): Rename as...
15454         (@news_file): this.
15456 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
15458         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
15459         have been created when invoking the compiler.
15460         * tests/fortran.at (GNU Fortran 77): Quote $G77.
15462 2003-09-29  Akim Demaille  <akim@epita.fr>
15464         Version 2.57e.
15466         * config/mkinstalldirs: Upgrade.
15468 2003-09-28  Paul Eggert  <eggert@twinsun.com>
15470         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
15471         Problem reported by Lars J. Aas in
15472         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
15473         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
15474         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
15475         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
15477 2003-09-26  Akim Demaille  <akim@epita.fr>
15479         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
15480         directory for AC_CONFIG_COMMANDS' first argument exists.
15481         This makes valid the invocation of _AC_SRCPATH that follows.
15482         Reported by Eric Sunshine.
15483         * doc/autoconf.texi (Configuration Commands): Adjust.
15485 2003-09-26  Akim Demaille  <akim@epita.fr>
15487         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
15488         Reported by Ralf Corsepius.
15490 2003-09-26  Akim Demaille  <akim@epita.fr>
15492         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
15493         arguments.
15494         Actually, use AU_ALIAS.
15495         From Bruno Haible.
15497 2003-09-26  Paul Eggert  <eggert@twinsun.com>
15499         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
15500         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
15501         Problem reported by Eric Sunshine in:
15502         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
15504 2003-09-26  Akim Demaille  <akim@epita.fr>
15506         The test suite are sometimes assigning timings incorrectly.
15507         Reported by Henk Krus.
15508         Diagnosed by Nicolas Joly.
15510         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
15511         AT_help_all.
15512         Instead of making AT_help a sequence of assignments to grow
15513         $at_help_all, just make AT_help_all be the growing contents of
15514         $at_help_all, and make a single assignment in...
15515         (AT_INIT): here.
15516         (at_times_skip): Flip the meaning and rename as...
15517         (at_times_p): this.
15518         (AT_INIT): When summarizing the test that ran, remove
15519         $at_times_file after use, and check it is present before trying to
15520         use it.
15522 2003-09-25  Akim Demaille  <akim@epita.fr>
15524         Version 2.57d.
15526         * bin/Makefile.am (edit): Handle '@configure_input@'.
15527         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
15528         (ifnames): chmod -w.
15529         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
15530         executables, not bin/ executables!  Otherwise all the magic needed
15531         to find non installed files is turned off.  This caused a failure
15532         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
15533         as found in its environment (sent by tests/autoreconf): pointing
15534         to bin/autom4te that could not find its files.
15535         * tests/mktests.sh: Force the replacement of generated files, for
15536         the sake of "mv" program that are interactive when overwriting a
15537         -w file.
15538         * config/install-sh: Upgrade from CVS Automake.
15540 2003-09-23  Paul Eggert  <eggert@twinsun.com>
15542         * doc/autoconf.texi (Limitations of Builtins): Document test -h
15543         versus test -L issues.
15545 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
15546             Paul Eggert  <eggert@twinsun.com>
15548         Trivial change to support GCC's configuration procedure.
15549         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
15550         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
15551         about inconsistency if the preprocessor is set to give errors for
15552         any warning.
15553         * doc/autoconf.texi (C Compiler Characteristics): Document this.
15555 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
15557         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
15558         and XFile.pm from Automake.
15559         * lib/Autom4te/XFile.pm: Update from Automake.
15561 2003-09-12  Akim Demaille  <akim@epita.fr>
15563         Version 2.57c.
15565 2003-09-12  Akim Demaille  <akim@epita.fr>
15567         * config/config.guess, config/config.sub, config/missing,
15568         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
15569         from masters.
15571 2003-09-12  Akim Demaille  <akim@epita.fr>
15573         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
15574         not asm/types.h.
15576 2003-09-11  Akim Demaille  <akim@epita.fr>
15578         * doc/autoconf.texi (Header Portability): linux/random.h.
15579         From Peter Hendrickson.
15581 2003-09-10  Akim Demaille  <akim@epita.fr>
15583         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
15584         willing to edit the output files.
15586 2003-09-10  Akim Demaille  <akim@epita.fr>
15588         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
15589         and AC_FC_FREEFORM.
15590         * tests/mktests.sh: Skip AC_FC_SRCEXT.
15591         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
15593 2003-09-09  Akim Demaille  <akim@epita.fr>
15595         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
15596         Reported by Gary Vaughan.
15597         * bin/autom4te.in (handle_m4): Likewise.
15599 2003-09-09  Akim Demaille  <akim@epita.fr>
15601         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
15602         trailing files.
15604 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15606         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
15607         Improve the accuracy of the wording about obsolescence.
15608         From a suggestion by Ian Lance Taylor in
15609         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
15611 2003-09-05  Paul Eggert  <eggert@twinsun.com>
15613         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
15614         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
15616 2003-09-04  Akim Demaille  <akim@epita.fr>
15618         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
15619         AC_FUNC_WAIT3.
15621 2003-09-04  Akim Demaille  <akim@epita.fr>
15623         * bin/autom4te.in: Use &fatal where more appropriate than &error.
15624         (freeze): When exiting, use $exit_code.
15625         * lib/autoconf/fortran.m4: Comment changes.
15627 2003-09-04  Akim Demaille  <akim@epita.fr>
15629         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
15631 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
15633         Add support for newer Fortran dialects.  The F77 interface is
15634         unchanged, and continues to support Fortran 77.  New FC macros
15635         correspond to all the old F77 macros, with output variables FC,
15636         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
15637         available dialect, but older dialects can be specified.  There are
15638         new macros AC_FC_SRCEXT to set the source extension, and
15639         AC_FC_FREEFORM to accept free-form source files.
15641         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
15642         New macros.
15643         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
15644         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
15645         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
15646         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
15647         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
15648         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
15649         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
15650         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
15651         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
15652         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
15653         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
15654         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
15655         AC_FC_SRCEXT, AC_FC_FREEFORM):
15656         New macros.
15657         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
15658         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
15659         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
15660         Rewrite in terms of the above.
15661         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
15662         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
15663         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
15664         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
15666 2003-09-02  Paul Eggert  <eggert@twinsun.com>
15668         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
15669         Document problems with timestamp resolution that 'make', 'cp -p', and
15670         'touch -r' have.
15672 2003-08-27  Akim Demaille  <akim@epita.fr>
15674         * tests/m4sugar.at (cross_warning): Make sure to enable the
15675         output, so that we can track spurious m4sugar output.
15676         * tests/local.at: Require 2.57.
15677         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
15678         are defaulted by AT_CHECK anyway.
15679         Use AT_CHECK_AUTOM4TE.
15680         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
15681         missing dnl.
15683 2003-08-27  Akim Demaille  <akim@epita.fr>
15685         * bin/autoheader.in: Issue the "Using auxiliary..." message only
15686         when -Wobsolete is set.
15687         Set it on by default.
15688         Suggested by Klee Dienes.
15690 2003-08-27  Akim Demaille  <akim@epita.fr>
15692         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
15693         documentation.
15694         From Guido Draheim.
15696 2003-08-26  Akim Demaille  <akim@epita.fr>
15698         * doc/autoconf.texi (Output): Make clear that one can run code
15699         after AC_OUTPUT.
15701 2003-08-25  Akim Demaille  <akim@epita.fr>
15703         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
15704         CVS Bison.
15706 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
15708         * bin/autoreconf.in (parse_args): Do not pass --no-force to
15709         Automake versions prior to 1.8.
15711 2003-08-25  Akim Demaille  <akim@epita.fr>
15713         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
15714         From Ville Karaila.
15716 2003-08-24  Akim Demaille  <akim@epita.fr>
15718         * configure.ac: Bump to 2.57c.
15720 2003-08-22  Akim Demaille  <akim@epita.fr>
15722         Version 2.57b.
15724         * Makefile.cfg (local-checks-to-skip): New.
15725         * Makefile.maint (local-check): Rename as...
15726         (local-checks-available): this.
15727         (local-check): New.
15729         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
15730         * configure.ac: Require Automake 1.7.6.
15732 2003-08-22  Akim Demaille  <akim@epita.fr>
15734         Output stack traces in warnings.
15736         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
15737         Replace the former...
15738         (m4_warn): Pass the call stack to _m4_warn.
15739         * bin/autom4te.in: Adjust to output the call stack.
15740         * tests/m4sugar.at (m4@&t@_warn): Adjust.
15742 2003-08-22  Akim Demaille  <akim@epita.fr>
15744         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
15745         * bin/autom4te.in: Adjust.
15747 2003-08-21  Akim Demaille  <akim@epita.fr>
15749         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
15750         (&verbose): Remove.
15751         (&getopt): Adjust the note and verb channels, depending upon
15752         --verbose.
15753         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
15754         * bin/autoupdate.in: Adjust.
15755         Use &verb, not &verbose.
15757 2003-08-21  Akim Demaille  <akim@epita.fr>
15759         * bin/autoheader.in (&parse_args): Use &parse_warnings and
15760         &parse_WARNINGS.
15761         ($help): Use Autom4te::ChannelDefs::usage.
15762         * bin/autoscan.in: Use Autom4te::ChannelDefs.
15763         * lib/Autom4te/General.pm: Don't export error: you don't own it.
15765 2003-08-21  Akim Demaille  <akim@epita.fr>
15767         First stab at preserving warnings between calls to autom4te,
15768         including when the cache is used.
15770         There are still several issues: (i) there are too many runs of m4
15771         (one for include, one for warnings, and some more), (ii) warnings
15772         spreading on several lines are not handled gracefully, (iii) the
15773         code meant to have the call stack display for errors does not work
15774         (its handling should move from m4 to autom4te).
15776         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
15777         Use them.
15778         (@preselect): Add m4_warn.
15779         ($exit_status): Remove, use $exit_code.
15780         ($help): Use Autom4te::ChannelDefs::usage.
15781         (&handle_m4): No longer define the m4_warnings.
15782         At each run, extract and report the warnings.
15783         Always cache the result, including if the exit status is on
15784         failure, since if nothing changes, we should result in the same
15785         failure, hence we can use the cache.
15786         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
15787         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
15788         Remove.
15789         (m4_warn): Redefine as a do-nothing: it is its invocation that
15790         matters, as warnings are now reported via traces.
15791         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
15792         the contents of m4_warn: make it _call_ m4_warn, so that tracing
15793         the latter reveals calls to the former.
15795         Adjust the tests.
15797         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
15799 2003-08-21  Akim Demaille  <akim@epita.fr>
15801         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
15802         Use them.
15804 2003-08-21  Akim Demaille  <akim@epita.fr>
15806         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
15807         forward order.
15808         * lib/Autom4te/ChannelDefs.pm: Doc typos.
15809         (&parse_warnings): Accept a list of warning requests.
15810         (&usage): Return a string, not a side effect.
15811         (cross): New warning category.
15813 2003-08-21  Akim Demaille  <akim@epita.fr>
15815         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
15816         (&require_configure_ac): Accept an optional directory argument.
15817         ($configure_ac): Remove.
15818         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
15819         (&catfile): Remove.
15820         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
15821         * bin/autoscan.in: Adjust.
15823 2003-08-20  Akim Demaille  <akim@epita.fr>
15825         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
15826         Reported by Alexandre Duret-Lutz.
15828 2003-08-20  Akim Demaille  <akim@epita.fr>
15830         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
15831         * bin/autom4te: Adjust.
15832         In particular, be Autoconf tools are really silent when properly
15833         working, bind the verbosity of the 'note' channel to $verbose.
15834         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
15835         (&xsystem, &contents): Remove, since they are exported by...
15836         * lib/Autom4te/FileUtils.pm: this.
15837         More perldoc.
15838         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
15839         * lib/Autom4te/FileUtils.pm: here.
15841 2003-08-20  Akim Demaille  <akim@epita.fr>
15843         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
15844         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
15845         from CVS Automake.
15847 2003-08-20  Akim Demaille  <akim@epita.fr>
15849         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
15850         (autom4te-update): New.
15851         * Makefile.cfg (update): Bind autom4te-update.
15853 2003-08-19  Derek Price  <derek@ximbiot.com>
15855         * lib/autotest/general.m4: Comment various HELP_* diversions.
15856         (PARSE_ARGS_BEGIN): New section for option parsing related
15857         initialization.
15858         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
15859         package specific options and associated help.
15861 2003-08-19  Akim Demaille  <akim@epita.fr>
15863         * config/announce-gen, Makefile.cfg: New.
15864         * Makefile.am: Adjust.
15865         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
15867 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
15869         * lib/autom4te.in (Automake-preselections): Preselect
15870         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
15871         and m4_sinclude.
15873 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
15875         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
15876         (Autoconf-without-aclocal-m4): ... this new language.
15877         * doc/autoconf.texi (autom4te Invocation): Mention
15878         Autoconf-without-aclocal-m4.
15880 2003-08-18  Derek Price  <derek@ximbiot.com>
15882         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
15883         RUN-IF-PASS optional arguments.
15885 2003-08-18  Derek Price  <derek@ximbiot.com>
15887         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
15889 2003-08-16  Derek Price  <derek@ximbiot.com>
15891         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
15892         STDOUT & STDERR arguments.
15894 2003-08-14  Derek Price  <derek@ximbiot.com>
15896         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
15897         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
15898         shorter column three.  Add DESCRIPTION to log file content.
15900 2003-08-13  Derek Price  <derek@ximbiot.com>
15902         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
15903         output.
15905 2003-08-12  Derek Price  <derek@ximbiot.com>
15907         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
15908         (AT_CHECK_NOESCAPE): Move core functionality to...
15909         (_AT_CHECK): ...this new macro.
15911 2003-08-07  Derek Price  <derek@ximbiot.com>
15913         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
15914         (AT_CHECK_NOESCAPE): ...to this new macro.
15916 2003-07-31  Paul Eggert  <eggert@twinsun.com>
15918         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
15919         in Bash 2.01.  Problem reported by Brian Gough in
15920         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
15922 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
15924         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
15925         -lcrt1.o, for OS X.  (trivial change)
15927 2003-07-07  Paul Eggert  <eggert@twinsun.com>
15929         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
15930         inside '#ifndef __cplusplus'.  Problem reported by
15931         Bob Friesenhahn.
15933 2003-07-06  Bill Clarke  <llib@computer.org>
15935         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
15936         'long', not 'int', for benefit of Sun's recent C++ compilers
15937         (trivial change).  See:
15938         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
15939         (This really should be 'intptr_t', not 'long', but that would
15940         take more work.)
15942 2003-06-25  Akim Demaille  <akim@epita.fr>
15944         * lib/Makefile.am (autom4te.cfg): Make it read only.
15945         Depend on Makefile since it contains substitutions.
15946         From Paolo Bonzini.
15947         * lib/autom4te.in (args): Add local.at? for Autotest args.
15948         This change was made on autom4te.cfg which is generated.
15949         Reported by Raja R. Harinath.
15951 2003-06-25  Akim Demaille  <akim@epita.fr>
15953         * doc/autoconf.texi (Header Portability): sys/mount.h.
15954         From Gareth McCaughan.
15956 2003-06-23  Akim Demaille  <akim@epita.fr>
15958         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
15959         not all of them.  This fixes 1. the fact that when testing
15960         Autoconf there are many many config.log, 2. the incorrect use of
15961         top_srcdir to find config.log.
15962         Don't mix the detailed output of failed test with the summary of
15963         failures.  Rather, append detailed log afterwards.
15965 2003-06-23  Akim Demaille  <akim@epita.fr>
15967         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
15968         always run: output config.log on $at_group_log.
15970 2003-06-23  Akim Demaille  <akim@epita.fr>
15972         * tests/torture.at (#define header templates): Don't use quotes in
15973         C++ comments as it puzzles Emacs' sh font-lock-mode.
15975 2003-06-23  Akim Demaille  <akim@epita.fr>
15977         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
15978         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
15979         * tests/atspecific.m4: Rename as...
15980         * tests/local.at: This.
15981         * tests/suite.at: Move the globals into...
15982         * tests/local.at: here.
15983         * tests/Makefile.am: Adjust.
15984         * doc/autoconf.texi (testsuite Scripts): Adjust.
15986 2003-06-21  Kevin Ryde  <user42@zip.com.au>
15988         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
15989         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
15990         ensuring we add -std1 for full-ANSI.
15992         * doc/autoconf.texi (hdrindex): New macro.
15993         Add index entries for portability of various standard header files.
15995 2003-06-20  Akim Demaille  <akim@epita.fr>
15997         * configure.ac: Bump to 2.57b.
15999 2003-06-20  Akim Demaille  <akim@epita.fr>
16001         Version 2.57a.
16003 2003-06-20  Akim Demaille  <akim@epita.fr>
16005         * bin/autom4te.in: Don't rely on $HOME being defined.
16006         Reported by Marc Espie as PR/233.
16008 2003-06-20  Akim Demaille  <akim@epita.fr>
16010         * lib/autotest/general.m4: Use at_times_file only if used.
16011         From Nicolas Joly.
16013 2003-06-20  Akim Demaille  <akim@epita.fr>
16015         * config/config.guess, config/config.sub, config/elisp-comp,
16016         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
16017         Update from masters.
16019 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
16021         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
16022         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
16023         (TEST_SCRIPT): New diversion.
16024         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
16025         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
16026         (AT_INIT): Support for expected failures.
16028 2003-06-02  Akim Demaille  <akim@epita.fr>
16030         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
16031         changes.
16032         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
16033         Autoconf nor Automake.
16034         (&contents): New, from Automake.
16035         PODify.
16037 2003-05-28  Paul Eggert  <eggert@twinsun.com>
16039         * NEWS, doc/autoconf.texi (Particular Functions),
16040         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
16041         is the inverse of localtime.
16043 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
16045         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
16046         (handle_exec_errors): New function.  Work around $! being
16047         altered by WEXITSTATUS.
16048         (xqx, xsystem): Use handle_exec_errors.
16050 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
16052         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
16053         Do not call `_exit()', simply modify `$?'.
16054         (xsystem): Reset $! before running system, and check it afterward.
16055         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
16056         63 for version mismatches.
16058 2003-05-23  Akim Demaille  <akim@epita.fr>
16060         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
16061         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
16062         the middle of a line).
16063         * lib/m4sugar/m4sugar.m4: Likewise.
16064         Remove useless spaces in comments.
16066 2003-05-23  Akim Demaille  <akim@epita.fr>
16068         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
16069         exit 63, so that we (or Automake's "missing") can tell the
16070         difference with a plain failure.
16071         * doc/autoconf.texi (Notices): Adjust.
16073 2003-05-23  Akim Demaille  <akim@epita.fr>
16075         * Makefile.am, bin/Makefile.am, config/Makefile.am,
16076         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
16077         White spaces cleanup.
16079 2003-05-22  Jim Meyering  <jim@meyering.net>
16080             Paul Eggert  <eggert@twinsun.com>
16082         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
16083         Remove `#include <stdlib.h>' from the list; we should never
16084         make confdefs.h include <stdlib.h> or <cstdlib>, because the
16085         resulting namespace pollution would cause other tests to fail.
16086         Configure scripts run with some older versions of g++ and HP's
16087         aCC would fail due to such an #include.  Problems reported by
16088         Matthew Mueller in <http://bugs.debian.org/120704> and by
16089         Keith Bostic in
16090         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
16091         In the test, use the test declaration before including <stdlib.h>,
16092         as that's closer to how it'll be used.
16094 2003-05-23  Akim Demaille  <akim@epita.fr>
16096         * doc/autoconf.texi (Header Portability): ucred.h.
16097         From Ian Redfern.
16099 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
16101         Overhaul Autotest's logging: generate separate log files
16102         in testsuite.dir/NNN/testsuite.log, and append them to
16103         testsuite.log instead of re-running the test verbosely.
16105         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
16106         file descriptor, write 0 to at_status_file instead of setting
16107         at_status=0, initialize some new variables (at_status_file,
16108         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
16109         to rerun the tests, instead append the at_group_log to the
16110         at_suite_log when a test fails.
16111         (AT_SETUP): pipe the test case's output into at_tee_pipe,
16112         with the AS_MESSAGE_LOG_FD redirected to stdout.
16113         (AT_CLEANUP): save the output status in $at_status_file
16114         and restore it, redirect the AS_MESSAGE_LOG_FD back to
16115         its original place.
16116         (AT_CHECK): since tests are run with a redirected stdout,
16117         and used to be re-run in verbose mode, turn some $at_verbose
16118         into echo, and don't redirect the output of testing stdout
16119         and stderr.
16121         * lib/autotest/autoconf.texi (testsuite Scripts): Update
16122         the name of the debugging directory and information about
16123         its contents.
16125 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
16127         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
16128         parameter.
16130 2003-05-22  Akim Demaille  <akim@epita.fr>
16132         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
16133         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
16134         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
16135         * lib/autoconf/status.m4: Fix and adjust copyright notices.
16137 2003-05-22  Akim Demaille  <akim@epita.fr>
16139         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
16140         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
16141         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
16142         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
16143         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
16144         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
16145         * lib/autoconf/status.m4, lib/autoconf/types.m4,
16146         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
16147         * tests/atspecific.m4, tests/base.at, tests/compile.at,
16148         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
16149         * tests/tools.at, tests/torture.at:
16150         Whitespace clean up.
16151         Suggested by Jim Meyering.
16153 2003-05-22  Akim Demaille  <akim@epita.fr>
16155         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
16156         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
16157         Reported by Jim Meyering.
16159 2003-05-22  Akim Demaille  <akim@epita.fr>
16161         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
16162         Add AC_HELP_STRING  to the obsolete macros section.
16163         Typos.
16164         Use '@.' for sentences that ended in a capital letter.
16165         From Art Haas.
16167 2003-05-22  Akim Demaille  <akim@epita.fr>
16169         * config/config.guess, config/config.sub, config/elisp-comp,
16170         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
16171         * config/texinfo.tex, doc/standards.texi: Update from masters.
16173 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
16175         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
16176         it to eval.
16178 2003-05-21  Akim Demaille  <akim@epita.fr>
16180         * bin/autoupdate.in ($m4): Fix quotation.
16181         Reported by Martin Mokrejs.
16183 2003-05-19  Paul Eggert  <eggert@twinsun.com>
16185         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
16186         Remove non-ASCII characters.
16188 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
16190         * tests/semantics.at (AC_SEARCH_LIBS): New test.
16191         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
16192         AC_CHECK_HEADERS_NEW): New tests.
16194 2003-05-17  Akim Demaille  <akim@epita.fr>
16196         * lib/autoconf/functions.m4: Use the default includes so that
16197         memcmp be declared before being tested.
16198         Reported by Sander Niemeijer.
16199         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
16200         * doc/autoconf.texi (Default Includes): Document
16201         AC_INCLUDES_DEFAULT.
16203 2003-05-17  Akim Demaille  <akim@epita.fr>
16205         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
16206         * doc/autoconf.texi (Obsolete Macros): Adjust.
16207         Reported by Werner LEMBERG and Debian Bug 190886.
16209 2003-05-16  Akim Demaille  <akim@epita.fr>
16211         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
16212         user name space clashes.
16213         Reported by Bruno Haible.
16215 2003-05-16  Akim Demaille  <akim@epita.fr>
16217         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
16218         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
16219         them uniform, and more robust to Perl special characters.
16220         Reported by Martin Mokrejs.
16222 2003-05-14  Akim Demaille  <akim@epita.fr>
16224         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
16226 2003-05-14  Akim Demaille  <akim@epita.fr>
16228         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
16229         linux/irda.h.
16231 2003-05-12  Akim Demaille  <akim@epita.fr>
16233         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
16234         message.
16235         From Matthias Andree.
16237 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
16239         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
16240         and truncate.
16242 2003-05-06  Akim Demaille  <akim@epita.fr>
16244         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
16245         longer updates aclocal.m4 if useless, (ii) if a file m4_included
16246         by aclocal.m4 is changed it might require the importing of another
16247         m4 extension file, i.e., aclocal must be run.
16249         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
16250         (&parse_args): Use --force with aclocal if required and supported.
16251         (&autoreconf_current_directory): Use &run_aclocal.
16253 2003-05-06  Akim Demaille  <akim@epita.fr>
16255         Lock autom4te's cache.
16257         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
16258         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
16259         argument instead of a file name, so that the request file remains
16260         open during the whole autom4te run.
16261         ($icache_file): New.
16262         (&freeze): Lock the $icache_file.
16264 2003-04-29  Derek Price  <derek@ximbiot.com>
16266         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
16267         seperator with m4_append_uniq().  It doesn't work.
16268         (AT_CLEANUP): Add `;' to end of at_help_all.
16269         (AT_INIT): Allow --keywords to be specified more than once.  When
16270         grepping $at_help_all for keywords, use the field and keyword
16271         seperators to ensure a complete keyword match.  Alter at_prev handling
16272         to support the new --keywords behavior.
16274 2003-04-27  Karl Berry  <karl@freefriends.org>
16276         * doc/autoconf.texi: Make the dir entries in the autoconf manual
16277         align better with others.  I also made some of the individual
16278         entries on one line, for brevity and to make it easier for me to
16279         sort my dir-example file in the Texinfo distribution :).
16281 2003-04-12  Jim Meyering  <jim@meyering.net>
16283         * NEWS: Mention the new macro.
16284         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
16285         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
16286         * tests/c.at: Test AC_C_RESTRICT.
16287         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
16289 2003-04-08  Akim Demaille  <akim@epita.fr>
16291         * bin/ifnames.in: Skip C++ comments.
16292         From Jeremy Yallop.
16294 2003-04-08  Akim Demaille  <akim@epita.fr>
16296         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
16297         From Ilya Zakharevich.
16299 2003-04-08  Akim Demaille  <akim@epita.fr>
16301         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
16302         net/if.h, stdlib.h.
16304 2003-04-01  Derek Price  <derek@ximbiot.com>
16306         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
16307         from Akim's checkin of 2003-03-29.
16309 2003-04-01  Derek Price  <derek@ximbiot.com>
16311         * tests/torture.at (Configuring subdirectories): Add missing
16312         close-quote for Akim's change from 2003-03-28.
16314 2003-04-01  Akim Demaille  <akim@epita.fr>
16316         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
16317         (AC, AT, MS): these.
16318         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
16319         New.
16320         Use them.
16321         * doc/Makefile.am (CLEANFILES): Adjust.
16322         (TEXI2DVI): Make it --batch.
16324 2003-03-31  Derek Price  <derek@ximbiot.com>
16326         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
16327         which removed the main loop.
16328         Thanks to Akim Demaille.
16330 2003-03-29  Akim Demaille  <akim@epita.fr>
16332         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
16333         that starts a GUI.
16334         From Ilya Zakharevich.
16336 2003-03-29  Akim Demaille  <akim@epita.fr>
16338         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
16339         documentation to read is Autoconf's.
16340         Suggested by Paul Eggert.
16342 2003-03-28  Akim Demaille  <akim@epita.fr>
16344         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
16345         reading the section "Present But Cannot Be Compiled" when the
16346         header causes problems.
16348 2003-03-28  Akim Demaille  <akim@epita.fr>
16350         * tests/torture.at (Configuring subdirectories): Require aclocal
16351         1.4, otherwise the test fails, as it does support configure.ac.
16352         This fixes the "test 40 failed" bug reports.
16354 2003-03-28  Akim Demaille  <akim@epita.fr>
16356         * doc/autoconf.texi (C Compiler): `#line' portability.
16357         From Paul Eggert and Nelson H. F. Beebe.
16359 2003-03-27  Derek Price  <derek@ximbiot.com>
16361         * lib/autotest/general.m4: Eliminate main loop and reorganize test
16362         layout in order to allow scripting around test groups.
16364 2003-03-27  Derek Price  <derek@ximbiot.com>
16366         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
16367         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
16368         use new diversions in preparation for accepting new arguments and
16369         allowing scripting around tests.
16370         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
16372 2003-03-26  Derek Price  <derek@ximbiot.com>
16374         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
16375         obsolete AC_HELP_STRING.
16376         (AC_HELP_STRING): AU_DEFUN to...
16377         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
16378         * tests/m4sh.at (AS_HELP_STRING): New test.
16380         * tests/acgeneral.at: Regenerated.
16382 2003-03-26  Derek Price  <derek@ximbiot.com>
16384         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
16385         sense.  Verbosify the diversion definitions comment.
16387 2003-03-26  Derek Price  <derek@ximbiot.com>
16389         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
16390         AS_PREPARE.
16392 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
16394         * doc/autoconf.texi (Present But Cannot Be Compiled):
16395         Grammar fixes and minor rewording. (trivial change)
16397 2003-03-06  Paul Eggert  <eggert@twinsun.com>
16399         Work around a problem noted by Nelson H. F. Beebe with coreutils
16400         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
16401         2002/05/09) rejects '#line 32768 "configure"' because the line
16402         number overflows.
16403         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
16404         #line directives.
16405         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
16406         * doc/autoconf.texi (Generating Sources): Document this.
16408 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
16410         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
16411         file name for the m4 program, when it has an "exe" file extension.
16412         DJGPP's error messages include the error code in brackets -
16413         remove the error code during normalization.
16415 2003-02-28  Akim Demaille  <akim@epita.fr>
16417         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
16419 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
16421         * doc/autoconf.texi (Limitations of Make): Remove the section
16422         about `$<' in inference rules, it was a bogus interpretation of
16423         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
16424         Tru64 make in the "target lookup" section.
16425         (Automake): Automake 1.5+ no longer requires special tools to be
16426         present on the developer's host.
16428 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
16430         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
16431         to a shell that can handle redirection or quoting correctly.
16432         Override SHELL with the shell detected by configure.
16433         Use of $^O suggested by Tim van Holder.
16434         * bin/autom4te.in (BEGIN): Likewise.
16435         * bin/autoreconf.in (BEGIN): Likewise.
16436         * bin/autoscan.in (BEGIN): Likewise.
16437         * bin/autoupdate.in (BEGIN): Likewise.
16438         * bin/ifnames.in (BEGIN): Likewise.
16440         * bin/ifnames.in: Add final newline to help and version messages.
16442         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
16443         to cope with DOS-style absolute paths, when constructing
16444         ${ac_make}.
16446         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
16447         When constructing paths with IFS=:, quote the path. If we're
16448         constructing a DOS-style absolute path, we don't want to split it
16449         on the colon.
16451         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
16452         in description.
16454 2003-02-25  Pavel Roskin  <proski@gnu.org>
16456         * bin/autoheader.in: Add missing newline when printing
16457         suggestion how change AC_DEFINE call.
16459 2003-02-24  Paul Eggert  <eggert@twinsun.com>
16461         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
16462         2002-09-01 patch by replacing "test -n" with "test -z".
16463         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
16464         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
16466         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
16467         to fix a mismatch between example and discussion.
16469 2003-02-24  Kevin Ryde  <user42@zip.com.au>
16471         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
16472         format starting with "-".
16474 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
16476         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
16477         is not portable inside Makefile.
16479 2003-02-20  Akim Demaille  <akim@epita.fr>
16481         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
16482         compiler says yeah, but preproc says nope, compiler is right.
16483         Conversely, prompt the reader to send a bug report to the
16484         maintainers of the package, not of Autoconf.
16486 2003-02-20  Klee Dienes  <kdienes@apple.com>
16488         * bin/autoreconf.in (autoreconf_current_directory): Properly
16489         handle an empty aclocal.m4.
16491 2003-02-20  Akim Demaille  <akim@epita.fr>
16493         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
16494         $ac_prefix_program.
16495         From Larry Jones.
16497 2002-12-23  Paul Eggert  <eggert@twinsun.com>
16499         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
16500         innocuous variant befor including <limits.h> or <assert.h>.  This
16501         works around a bug reported by Albert Chin: HP-UX 11i
16502         (and earlier versions) have a <limits.h> that declares
16503         gettimeofday and many other functions.
16505 2002-12-03  Paul Eggert  <eggert@twinsun.com>
16507         Version 2.57.
16509         * NEWS, configure.ac: Update version.
16511         * doc/fdl.texi: Upgrade to FDL version 1.2.
16513         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
16514         nontrivially in main's body, so that f's external declaration is
16515         not optimized away in AIX.  This should fix the bug reported by
16516         Martin Frydl in
16517         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
16519         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
16520         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
16521         defined, to support freestanding compilers.  This should fix the
16522         bug reported by Momchil Velkov in
16523         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
16525         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
16526         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
16527         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
16528         by Simon Josefsson in
16529         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
16531         * Makefile.maint (www-gnu): New macro.
16532         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
16533         the location has moved.
16535 2002-12-02  Martin Frydl  <martin@systinet.com>
16537         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
16538         \(.*\) match is too long and there is something more to be checked.
16539         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
16541 2002-11-15  Akim Demaille  <akim@epita.fr>
16543         Version 2.56.
16545         * config/install-sh: chmod +x.
16546         From Paul Eggert.
16547         * config/move-if-change: Indenting changes.
16548         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
16549         * configure.ac (AM_INIT_AUTOMAKE): here.
16550         Require 1.7.1.
16552 2002-11-14  Akim Demaille  <akim@epita.fr>
16554         Version 2.55.
16556         * config/config.guess, config/config.sub, config/install-sh:
16557         Update from masters.
16559 2002-11-14  Akim Demaille  <akim@epita.fr>
16561         * Makefile.maint: Sync with Bison, i.e.:
16562         (po-check): Scan .l and .y files instead of the
16563         .c and the .h files that they generate.  This fixes the bug
16564         reported by Tim Van Holder in:
16565         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
16566         Look for N_ as well as for _.  Try to avoid matching #define for
16567         N_ and _.
16568         From Paul Eggert.
16570 2002-11-14  Akim Demaille  <akim@epita.fr>
16572         * doc/autoconf.texi (C Compiler): Compiling several files at once.
16573         From Paul Eggert and Albert Chin-A-Young.
16575 2002-11-14  Akim Demaille  <akim@epita.fr>
16577         * doc/autoconf.texi (C Compiler): Solitary backslashes.
16578         From Paul Eggert and Albert Chin-A-Young.
16580 2002-11-14  Kevin Ryde  <user42@zip.com.au>
16582         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
16583         than assigning in main, to avoid HP cc +O3 optimizing it away.
16585 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
16587         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
16588         option.  Process --recheck after parsing all options.  Pass -q
16589         option to configure on --recheck.
16590         (AC_OUTPUT): Pass -q from configure to config.status.
16591         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
16592         arguments to record.
16593         * doc/autoconf.texi (config.status Invocation): Document
16594         config.status -q option.
16596 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
16598         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
16599         Makefile.in if Makefile.am exists.
16600         (output): Strip `.am' from Makefiles.  Don't
16601         output AC_CONFIG_FILES if no Makefiles were found.
16603 2002-11-07  Akim Demaille  <akim@epita.fr>
16605         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
16606         (local_updates): New.
16607         * Makefile.maint: Update, from CVS Bison.
16608         (local_updates): New.
16610 2002-11-06  Akim Demaille  <akim@epita.fr>
16612         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
16613         declaration in extern "C" too.
16614         Reported by Roberto Bagnara.
16616 2002-11-06  Akim Demaille  <akim@epita.fr>
16618         * tests/torture.at (Configuring subdirectories): Don't use grep
16619         -w.
16620         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
16621         Reported by Ezra Peisach.
16623 2002-11-05  Akim Demaille  <akim@epita.fr>
16625         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
16626         Remove.
16627         We _have_ to stop using the old compatibility scheme that tried to
16628         avoid useless backslashes because Libtool 1.4.3 contains a
16629         AC_DEFINE([error_t], [int],
16630         [Define to a type to use for \`error_t' if it is not
16631         otherwise available.])
16632         We _have_ to quote the single quote and backslashes with \.  The
16633         old compatibility scheme saw that ` was backslashed, and therefore
16634         did not quote the single quote.  Hence before this patch, Autoconf
16635         was not compatible with Libtool.
16637 2002-11-04  Paul Eggert  <eggert@twinsun.com>
16639         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
16640         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
16641         LC_NAME, LC_PAPER, LC_TELEPHONE.
16642         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
16644 2002-11-04  Akim Demaille  <akim@epita.fr>
16646         Version 2.54c.
16648         * Makefile.maint (update, cvs-update, po-update, do-po-update):
16649         New.
16650         * config/texinfo.tex: Update.
16652 2002-11-03  Akim Demaille  <akim@epita.fr>
16654         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
16655         from...
16656         (&autoreconf): here.
16657         ($help, $make, &parse_args, &autoreconf_current_directory):
16658         Support -m/--make.
16659         * doc/autoconf.texi (autoreconf Invocation): Adjust.
16661 2002-10-31  Bruno Haible  <bruno@clisp.org>
16663         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
16664         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
16665         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
16666         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
16667         to ac_cv_func_realloc_0_nonnull.
16668         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
16670 2002-10-31  Akim Demaille  <akim@epita.fr>
16672         The test suite was no longer checking for trailing envvars and files.
16674         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
16675         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
16677 2002-10-31  Akim Demaille  <akim@epita.fr>
16679         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
16680         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
16681         Make variable, not a shell variable.
16682         Suggested by Bruno Haible.
16684 2002-10-31  Akim Demaille  <akim@epita.fr>
16686         * bin/autom4te.in (load_configuration): Reject #args out of any
16687         language.
16689 2002-10-31  Akim Demaille  <akim@epita.fr>
16691         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
16692         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
16693         (_AC_RUN_IFELSE): Use it.
16694         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
16695         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
16696         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
16697         inline it.
16699 2002-10-30  Akim Demaille  <akim@epita.fr>
16701         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
16702         * doc/autoconf.texi (autom4te Invocation): Adjust.
16703         Suggested by Tim van Holder.
16705 2002-10-29  Paul Eggert  <eggert@twinsun.com>
16707         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
16708         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
16709         Problem reported by Bruno Haible.
16711 2002-10-29  Akim Demaille  <akim@epita.fr>
16713         * doc/autoconf.texi (Header Templates): Put also in words what the
16714         pictures says to assist free style readers.
16715         (Customizing autom4te): s/--cache=/--cache /.
16717 2002-10-29  Akim Demaille  <akim@epita.fr>
16719         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
16720         sys/wait.h.
16721         sparc_address_test returns void.
16722         Use it with an argument, as prototyped.
16723         From Bruno Haible.
16725 2002-10-29  Akim Demaille  <akim@epita.fr>
16727         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
16728         configure.in, not configure.ac.
16729         Reported by Bruno Haible.
16731 2002-10-29  Akim Demaille  <akim@epita.fr>
16733         * tests/torture.at (Deep Package): New test.
16734         (Configuring subdirectories): Don't use a testSubDir as Autotest
16735         now does it itself.
16737 2002-10-29  Akim Demaille  <akim@epita.fr>
16739         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
16740         * doc/autoconf.texi (Invoking autom4te): Rename as...
16741         (autom4te Invocation): this, for consistency with the other nodes.
16743 2002-10-29  Akim Demaille  <akim@epita.fr>
16745         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
16746         Reported by Ralf Corsepius.
16748 2002-10-29  Akim Demaille  <akim@epita.fr>
16750         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
16751         characters is a back as an `obsolete' warning now.
16752         Reported by Ralf Corsepius.
16754 2002-10-28  Akim Demaille  <akim@epita.fr>
16756         * configure.ac: Bump to 2.54c.
16758 2002-10-28  Akim Demaille  <akim@epita.fr>
16760         Version 2.54b.
16762         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
16764 2002-10-28  Akim Demaille  <akim@epita.fr>
16766         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
16767         m4 executable names, and different GNU M4 version.
16768         Reported by Ezra Peisach and Paul Jarc.
16770 2002-10-27  Akim Demaille  <akim@epita.fr>
16772         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
16773         AC_RUN_IFELSE.
16775 2002-10-27  Akim Demaille  <akim@epita.fr>
16777         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
16778         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
16779         Die when a simple Fortran program cannot be compiled.
16780         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
16781         Issue a warning if no function is given.
16783 2002-10-27  Akim Demaille  <akim@epita.fr>
16785         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
16786         Move the documentation of AC_TRY_RUN to...
16787         (Obsolete Macros): here.
16788         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
16789         (autoconf Invocation): Remove the duplicates with `invoking
16790         autom4te'.
16791         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
16792         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
16794 2002-10-27  Akim Demaille  <akim@epita.fr>
16796         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
16797         and AC_LANG_FUNC_LINK_TRY.
16798         (Examining Libraries): Rename as...
16799         (Running the Linker): this.
16800         Document AC_LINK_IFELSE.
16801         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
16802         (Obsolete Macros): here.
16803         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
16804         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
16805         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
16806         * lib/autoconf/headers.m4 (AC_USG): Likewise.
16808 2002-10-27  Akim Demaille  <akim@epita.fr>
16810         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
16812         More `check config.log' messages.
16814         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
16815         * doc/autoconf.texi (Printing Messages): Document it.
16816         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
16817         appropriate.
16818         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
16819         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
16820         (_AC_COMPILER_OBJEXT): Likewise.
16821         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
16822         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
16823         Likewise.
16824         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
16825         Likewise.
16827         Deprecate macros with unusual interfaces.
16829         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
16830         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
16832         Document the new ones, and proper style.
16834         * doc/autoconf.texi (Generating Sources): New.
16835         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
16836         (Examining Declarations): Rename as...
16837         (Running the Preprocessor): this.
16838         Document AC_PREPROC_IFELSE.
16839         (Examining Syntax): Rename as...
16840         (Running the Compiler): this.
16841         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
16842         (Obsolete Macros): Move the definition of AC_TRY_CPP and
16843         AC_TRY_COMPILE here.
16845 2002-10-27  Akim Demaille  <akim@epita.fr>
16847         Move sections around.
16849         * doc/autoconf.texi (Customizing autom4te): Remove a lost
16850         sentence.
16851         Reported by Burno Haible.
16852         (Language Choice): Now the first section of...
16853         (Writing Tests): this section.
16854         Make the introduction less C-centric.
16855         (Guidelines, Test Functions): Move to...
16856         (Writing Test Programs): this new section.
16857         (Test Programs): Merge into...
16858         (Run Time): this.
16860 2002-10-27  Akim Demaille  <akim@epita.fr>
16862         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
16863         autom4te.in that resulted in the need for two `make' runs.
16865 2002-10-27  Akim Demaille  <akim@epita.fr>
16867         * configure.ac: Bump to 2.54b.
16869 2002-10-25  Akim Demaille  <akim@epita.fr>
16871         Version 2.54a.
16873         * Makefile.maint: Update from the Coreutils.
16874         (AMTAR): Remove, obsolete.
16875         (automake_repo): Update to redhat.com.
16876         (cvs_file): New.
16877         Adjust to the fact that ansi2knr is now hosted by Automake.
16878         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
16879         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
16880         Update from masters.
16881         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
16882         autoscan.pre is not to be installed, and autoscan.list is not to
16883         be shipped.
16884         (CLEANFILES): Add autoscan.list.
16885         (autoscan.list): Disable the cache.
16886         * bin/Makefile.am: Include freeze.mk.
16888 2002-10-25  Akim Demaille  <akim@epita.fr>
16890         * bin/autom4te.in (&load_configuration): Take the file as
16891         argument.
16892         (&parse_args): Handle -C, --cache.
16893         ($help): Adjust.
16894         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
16895         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
16896         * doc/autoconf.texi (Invoking autom4te): Document --cache.
16897         Now a subsection of...
16898         (Using autom4te): This new section.
16899         (Customizing autom4te): New.
16900         (autom4te.cache): Adjust.
16902 2002-10-25  Akim Demaille  <akim@epita.fr>
16904         * doc/autoconf.texi (Generic Headers): More information on how to
16905         use AC_CHECK_HEADERS.
16907 2002-10-25  Akim Demaille  <akim@epita.fr>
16909         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
16910         Space changes.
16912 2002-10-25  Akim Demaille  <akim@epita.fr>
16914         * bin/autoscan.in (output): Output AC_PREREQ.
16915         (%needed_macros): Add AC_PREREQ so that configure.ac without one
16916         be reported.
16918 2002-10-23  Akim Demaille  <akim@epita.fr>
16920         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
16921         document _Bool.
16923 2002-10-23  Akim Demaille  <akim@epita.fr>
16925         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
16926         Reported by Peter Eisentraut.
16928 2002-10-23  Akim Demaille  <akim@epita.fr>
16930         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
16931         type _Bool.
16932         Fix a typo.
16933         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
16934         Eggert's recommandations.
16936 2002-10-22  Akim Demaille  <akim@epita.fr>
16938         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
16939         Bison, by Paul Eggert.
16940         * doc/autoconf.texi (Particular Headers): Document it.
16942 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
16944         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
16945         `$ac_configure_args'.
16947 2002-10-22  Akim Demaille  <akim@epita.fr>
16949         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
16950         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
16951         From Art Haas.
16953 2002-10-22  Akim Demaille  <akim@epita.fr>
16955         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
16957         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
16958         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
16959         (_AC_CHECK_HEADER_NEW): Rename as...
16960         (AC_CHECK_HEADER): this.
16962 2002-10-22  Akim Demaille  <akim@epita.fr>
16964         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
16965         words about HP-UX cmp: it was actually a user-written cmp.
16967 2002-10-22  Akim Demaille  <akim@epita.fr>
16969         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
16970         are a few warnings.
16971         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
16972         Quote for Perl '' strings, not "".
16973         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
16974         strings.
16976 2002-10-22  Akim Demaille  <akim@epita.fr>
16978         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
16979         characters is a syntax warning now.
16980         (_AS_QUOTE): Accept $2 as list of characters to quote.
16981         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
16982         Quote for Perl, not sh.
16983         * bin/autoheader.in: When $debug, report the file which is
16984         `do'ne.
16985         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
16986         `@', to tickle Perl's lists.
16987         Reported by Carlos Velasco.
16989 2002-10-18  Akim Demaille  <akim@epita.fr>
16991         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
16992         missing included files _are_ errors.
16993         Thanks to Alexandre Duret-Lutz.
16994         * tests/tools.at (autom4te cache): Adjust.
16995         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
16996         (AT_CHECK_M4SUGAR): Use it.
16997         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
16998         Adjust.
16999         * tests/tools.at (autom4te): Now it does exit 1.
17001 2002-10-17  Akim Demaille  <akim@epita.fr>
17003         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
17004         Fixes the `AC_ARG_VAR' test failures.
17005         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
17006         * lib/freeze.mk (check-forbidden-patterns): New.
17007         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
17008         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
17009         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
17010         /dev/null.
17011         Reported months ago by H. Merijn Brand.
17013 2002-10-17  Akim Demaille  <akim@epita.fr>
17015         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
17017 2002-10-16  Paul Eggert  <eggert@twinsun.com>
17019         * Makefile.maint (wget_files): Remove ansi2knr.c.
17020         (ansi2knr.c-url_prefix): Remove.
17022 2002-10-16  Akim Demaille  <akim@epita.fr>
17024         Because of caching, some files that no longer exist and are no
17025         longer required can still cause errors.
17026         Reported by Alexandre Duret-Lutz.
17028         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
17029         to frozen files in @ARGV, as @ARGV must remain being a list of
17030         files.  Rather, at M4 call sites, use this...
17031         (&files_to_options): New function.
17032         (&freeze): Use &error.
17033         (&up_to_date): If a file that was included according to the cache
17034         is no longer there, then the output is out dated.
17035         (&main): Don't even check whether a file is up to date is anyway
17036         --force is given.
17037         * tests/tools.at (autom4te cache): New.
17039 2002-10-16  Akim Demaille  <akim@epita.fr>
17041         * bin/autoconf.as: Kill dead options.
17042         * bin/autoupdate.in (&parse_args): Kill old options.
17043         * bin/autoreconf.in (&parse_args): Remove dead options.
17044         Factor some code.
17045         (&autoreconf): Report the directories we enter *and leave*, so
17046         that error messages can be easily located, and use GNU Make
17047         format, so that Emacs' compile mode understands us.
17048         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
17049         if some file was changed instead of `print'.
17050         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
17051         (&parse_args): Remove the dead options.
17052         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
17053         autoheader's quiet mode.
17054         (AT_CHECK_AUTOUPDATE): Likewise.
17055         * tests/tools.at (autoupdate): Adjust.
17056         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
17058 2002-10-11  Akim Demaille  <akim@epita.fr>
17060         No longer use CPP to check for the existing of headers: use CC to
17061         check for compilability.
17063         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
17064         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
17065         (_AC_CHECK_HEADER_NEW): Rename as...
17066         (AC_CHECK_HEADER): this.
17068         * lib/autotest/general.m4 (AT_INIT): Include the failed test
17069         numbers in the Subject suggestion.
17071 2002-10-11  Akim Demaille  <akim@epita.fr>
17073         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
17074         Suggest using AC_CHECK_DECLS instead.
17076 2002-10-11  Akim Demaille  <akim@epita.fr>
17078         * tests/torture.at (AC_ARG_VAR): Have configure report the value
17079         of `precious'.
17081 2002-10-11  Akim Demaille  <akim@epita.fr>
17083         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
17084         file name to enable parallel executions.
17085         From Sam Varshavchik.
17087 2002-10-08  Akim Demaille  <akim@epita.fr>
17089         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
17090         aclocal invocation, as Gettext macros might not be visible to
17091         aclocal.
17092         Instead of blindly running autopoint, scan configure.ac (not the
17093         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
17094         Reported by Paul D. Smith.
17096 2002-10-08  Paul Eggert  <eggert@twinsun.com>
17098         Work around problems found when POSIXLY_CORRECT=1 is set.
17099         None of this seems to have anything to do with POSIX, really,
17100         but it's how Perl getopt works.
17101         * bin/autom4te.in (parse_args): Configure GetOpt with
17102         "permute", too.
17103         * doc/autoconf.texi (Invoking autom4te):
17104         --warning -> --warnings.
17105         * lib/autom4te.in: --warning -> --warnings.
17107 2002-09-28  Akim Demaille  <akim@epita.fr>
17109         * doc/autoconf.texi (autom4te.cache): New section.
17111 2002-09-28  Akim Demaille  <akim@epita.fr>
17113         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
17114         (Automake-preselections): Update.
17115         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
17117 2002-09-28  Akim Demaille  <akim@epita.fr>
17119         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
17120         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
17121         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
17122         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
17124 2002-09-28  Akim Demaille  <akim@epita.fr>
17126         * tests/torture.at (Configuring subdirectories): Be robust to
17127         users who use config.site to require for a cache: in this case,
17128         the two last configure runs, using two different sets of
17129         arguments, trigger a legitimate error.
17131 2002-09-28  Akim Demaille  <akim@epita.fr>
17133         * tests/m4sh.at (Functions Support, Functions and return Support):
17134         New.
17136 2002-09-28  Akim Demaille  <akim@epita.fr>
17138         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
17139         autoheader are Perl programs.
17140         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
17141         (autom4te): Specify that the sources are in the $srcdir.
17142         * doc/autoconf.texi (Installation Directory Variables): Adjust.
17144 2002-09-28  Akim Demaille  <akim@epita.fr>
17146         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
17147         (tm_zone): Move their rules to...
17148         * lib/autoconf/types.m4: here, using AN_ macros.
17149         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
17150         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
17151         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
17152         * lib/autoconf/programs.m4: here.
17153         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
17154         (ETAGS_FOR_AUTOCONF): New.
17155         Use it.
17157 2002-09-28  Akim Demaille  <akim@epita.fr>
17159         * lib/autoconf/autoscan.m4: New file.
17160         * lib/autoconf/autoconf.m4: Include it.
17161         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
17162         that were listed in the original autoscan.list.
17163         * lib/autoconf/headers.m4: Similarly with headers.
17164         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
17165         (.m4.m4f): Don't pass --prepend-include, since that's done by
17166         tests/autom4te itself.
17167         * lib/autoscan/Makefile.am: Include freeze.mk.
17168         (autoscan.list): New target --this file is no longer a source.
17169         (autoscan.pre): New file.
17171 2002-09-28  Akim Demaille  <akim@epita.fr>
17173         * bin/autoscan.in (@kinds): Make them singular.
17174         Adjust all uses.
17175         (&init_tables): When --debug, report the list of rules to ease
17176         tracking changes in autoscan.list.
17177         * lib/autoscan/autoscan.list (function): Strip comments, sort.
17179 2002-09-28  Akim Demaille  <akim@epita.fr>
17181         * lib/autoscan/functions, lib/autoscan/headers,
17182         * lib/autoscan/identifiers, lib/autoscan/makevars,
17183         * lib/autoscan/programs: Merge into...
17184         * lib/autoscan/autoscan.list: this.
17185         * bin/autoscan.in (&init_tables): Adjust.
17187 2002-09-28  Akim Demaille  <akim@epita.fr>
17189         * lib/autoscan/functions, lib/autoscan/headers,
17190         * lib/autoscan/identifiers, lib/autoscan/makevars,
17191         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
17192         `functions' line is now prefixed with `function:'.
17193         * bin/autoscan.in (&init_tables): Adjust.
17195 2002-09-28  Akim Demaille  <akim@epita.fr>
17197         From now on, autoscan files must always map a macro name to a
17198         word: there is no `default' macro for autoscan.
17200         * bin/autoscan.in (&init_tables): Reject entries with no macro at
17201         all.
17202         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
17203         explicit.
17205 2002-09-28  Akim Demaille  <akim@epita.fr>
17207         * bin/autoscan.in (%c_keywords): Remove.
17208         (&used): Keep only track of the words we might be interested in.
17209         (&output_kind): It is no longer needed to look for non active
17210         checks.
17212 2002-09-27  Akim Demaille  <akim@epita.fr>
17214         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
17215         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
17216         * lib/autoscan/functions: Adjust.
17217         * doc/autoconf.texi (Particular Functions): Adjust.
17219 2002-09-27  Akim Demaille  <akim@epita.fr>
17221         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
17222         from /tmp.
17223         Thanks to Bill Moseley and Paul Eggert.
17224         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
17225         the tmpdir must be created.
17226         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
17227         dir be in the build tree, instead of $TMPDIR.
17229 2002-09-27  Akim Demaille  <akim@epita.fr>
17231         * bin/autoscan.in: Improve the comments.
17232         (&parse_args): Drop obsolete undocumented options.
17233         (&output_kind): Output warnings.
17234         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
17235         (getwd): Trigger a warning.
17237 2002-09-26  Akim Demaille  <akim@epita.fr>
17239         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
17240         Reported by Ralf Corsepius.
17241         * doc/autoconf.texi (autoreconf Invocation): Likewise.
17243 2002-09-26  Akim Demaille  <akim@epita.fr>
17245         Single suffix rules and seperated dependencies are not portable.
17247         * doc/autoconf.texi (Installation Directory Variables): Update.
17248         (Limitations of Make): Some about `Single Suffix Rules and
17249         Separated Dependencies'.
17250         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
17251         (ifnames, autoscan, autom4te): Un-factor into several rules.
17253 2002-09-25  Paul Eggert  <eggert@twinsun.com>
17255         * BUGS (Interoperability bugs): New section.  Mention libtool
17256         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
17258 2002-09-24  Paul Eggert  <eggert@twinsun.com>
17260         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
17261         make handles suffix-rules differently from GNU make.
17263         * bin/Makefile.am (SUFFIXES, .in): Remove.
17264         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
17265         Move the body of the old .in rule here.
17267 2002-09-16  Akim Demaille  <akim@epita.fr>
17269         i960 compilers create `b.out' files by default.
17270         Reported by Ralf Corsepius.
17272         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
17273         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
17275 2002-09-13  Paul Eggert  <eggert@twinsun.com>
17277         * doc/autoconf.texi (Particular Headers): Remove obsolete
17278         reference to `struct timezone' in the description of
17279         AC_HEADER_TIME.
17281 2002-09-13  Akim Demaille  <akim@epita.fr>
17283         Version 2.54.
17285         * config/config.sub, config/config.guess: Update.
17286         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
17287         * Makefile.am: Adjust.
17289 2002-09-13  Akim Demaille  <akim@epita.fr>
17291         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
17292         reading config.log when the compiler is rejected.
17293         Suggested by Guido Draheim.
17295 2002-09-13  Akim Demaille  <akim@epita.fr>
17297         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
17298         (chdir_init) might hang when stat'ing mounted directories.
17299         Reported by Vance Shipley.
17301 2002-09-12  Akim Demaille  <akim@epita.fr>
17303         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
17304         the lists.
17306 2002-09-12  Akim Demaille  <akim@epita.fr>
17308         * doc/autoconf.texi (Defining Symbols): Present two different
17309         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
17310         difference between 1 argument calls, and 2-3 argument calls.
17312 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
17314         * doc/autoconf.texi: Review grammar and punctuation.
17316 2002-09-11  Paul Eggert  <eggert@twinsun.com>
17318         * doc/autoconf.texi: Fix minor formatting, spelling, and
17319         grammatical typos.
17320         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
17321         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
17322         is obsolescent.
17324 2002-09-11  Akim Demaille  <akim@epita.fr>
17326         * doc/autoconf.texi (Questions): Rename as...
17327         (FAQ): this.
17328         (Defining Directories): New.
17330 2002-09-09  Akim Demaille  <akim@epita.fr>
17332         * doc/autoconf.texi (Making testsuite Scripts): Update.
17333         Suggested by Nishio Futoshi.
17335 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
17337         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
17338         plain `@' is wanted.
17340 2002-09-09  Akim Demaille  <akim@epita.fr>
17342         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
17343         `duplicates', since the algorithm was too naive and could keep
17344         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
17345         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
17346         Reported by Ralf Corsepius.
17347         * tests/torture.at (Configuring subdirectories): Exercise these
17348         cases.
17350 2002-09-09  Akim Demaille  <akim@epita.fr>
17352         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
17353         looking for a replacement file.
17354         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
17355         directory is relative.
17356         * doc/autoconf.texi (Generic Functions): Clarify the replacement
17357         directory definition.
17358         Reported by Andreas Schwab and Jim Meyering.
17360 2002-09-06  Akim Demaille  <akim@epita.fr>
17362         * doc/autoconf.texi (Setting Output Variables): Clarify what
17363         precious variables are.
17364         Suggested by Pontus Skoeld.
17366 2002-09-05  Akim Demaille  <akim@epita.fr>
17368         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
17369         (ifnames, autoscan, autom4te): Since we don't only depend on
17370         configure.ac variables (such as VERSION etc.), but also on prefix
17371         and so forth, depend on Makefile, not configure.ac.
17372         Reported by Alexandre Duret-Lutz.
17373         * doc/autoconf.texi (Installation Directory Variables): Adjust.
17375 2002-09-05  Kevin Ryde  <user42@zip.com.au>
17377         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
17378         doesn't seem to be confined to ia64, just say "some versions".
17380 2002-09-04  Akim Demaille  <akim@epita.fr>
17382         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
17383         Automake 1.6c.
17384         * Makefile.am (maintainer-clean-local): Remove.
17385         (MAINTAINERCLEANFILES): Remove COPYING.
17387 2002-09-03  Paul Eggert  <eggert@twinsun.com>
17389         * doc/autoconf.texi (Configuration Commands): Remove obsolete
17390         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
17391         Brinkmann.
17393 2002-09-03  Akim Demaille  <akim@epita.fr>
17395         * configure.ac: Bump to 2.53d.
17396         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
17397         as of today, on Automake's team suggestion.
17399 2002-09-03  Akim Demaille  <akim@epita.fr>
17401         Version 2.53c.
17403 2002-09-02  Akim Demaille  <akim@epita.fr>
17405         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
17406         SITE_MACRO_DIR.
17407         * configure.ac: Disable SITE_MACRO_DIR.
17409 2002-09-02  Jim Meyering  <meyering@lucent.com>
17411         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
17412         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
17413         Also, tweak grammar: s/make sure to/be sure to/.
17415 2002-09-02  Paul Eggert  <eggert@twinsun.com>
17417         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
17418         directory names are generally preferable to physical names.
17420 2002-09-02  Akim Demaille  <akim@epita.fr>
17422         * lib/Autom4te/General.pm (&update_file): s/die/error/.
17423         Reported by Raja R. Harinath.
17424         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
17425         * bin/autoupdate.in: Use error instead of die.
17427 2002-09-01  Paul Eggert  <eggert@twinsun.com>
17429         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
17430         ordinary shell concatenation rather than echo+tr+sed command that
17431         runs afoul of a long-line-related sed bug in Solaris 8.
17433         * bin/autoheader.in (parse_args): --warning -> --warnings.
17435         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
17436         stdout, as traditional "ls" does.
17437         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
17438         _AC_COMPILER_EXEEXT_O): Likewise.
17439         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
17441         * bin/autoconf.as: Add --prepend-include option.  This patch was
17442         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
17443         but bin/autoconf.in is generated automatically from bin/autoconf.as.
17445         * bin/autoconf.in, configure: Regenerate.
17447         * doc/autoconf.texi (Special Shell Variables): Mention
17448         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
17450         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
17451         MAILPATH and set PS1, PS2, PS4 to default values, to work
17452         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
17453         For LC_ALL etc, first try to set to "C" as POSIX requires and as
17454         the Autoconf documentation specifies; fall back to "unset" only if
17455         this fails.  Use a shell for-loop for this rather than an m4 loop,
17456         to shorten the output script.
17458 2002-08-30  Paul Eggert  <eggert@twinsun.com>
17460         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
17461         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
17462         for the CDPATH problem.  Document PWD.
17463         (Limitations of Builtins): Document the problem that "cd $foo" and
17464         "ls $foo" may refer to different directories in shells conforming
17465         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
17466         example, since the old example is now out of date.
17468         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
17469         FOO" and "ls FOO" talk about different directories; this catches
17470         problems when POSIX 1003.1-2001 "cd" fails due to symlink
17471         spaghetti.
17473         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
17474         of rolling our own unset.
17475         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
17476         in practice we needn't worry about CDPATH if unset doesn't work.
17478         * Makefile.in, aclocal.m4, bin/Makefile.in,
17479         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
17480         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
17481         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
17482         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
17483         tests/Makefile.in: Regenerate with Automake 1.6.3.
17485         * config/config.guess, config/config.sub, config/mkinstalldirs:
17486         Update.
17488         * configure: Regenerate with self.
17490 2002-08-30  Kevin Ryde  <user42@zip.com.au>
17492         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
17493         default output.
17495 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17497         * bin/autom4te.in (Request::load): Correctly test for "do" read
17498         failure.
17500 2002-08-29  Akim Demaille  <akim@epita.fr>
17502         * lib/Autom4te/General.pm (&xqx): New.
17503         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
17504         hand, which is not portable.
17505         (&error): New.
17506         * bin/autom4te.in: Use them.
17507         Use &error instead of die.
17508         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
17509         Adjust.
17511 2002-08-17  Paul Eggert  <eggert@twinsun.com>
17513         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
17514         default list of compilers to try, since it was long ago superseded
17515         by the ksh fc builtin.  Suggested by Steven G. Johnson.
17517 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
17519         * doc/autoconf.texi (Invoking autom4te): End the option table,
17520         fixing a bug introduced by the previous patch.
17521         (Limitations of Make): Add a 'target lookup' subentry in the
17522         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
17524 2002-07-29  Mark D. Roth  <roth@feep.net>
17526         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
17527         options and use $AUTOM4TE_PATH.
17528         * doc/autoconf.texi: Remove documentation of autom4te
17529         --include-envvar and --site-macro-subdir options and document
17530         use of $AUTOM4TE_PATH.
17531         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
17532         arguments from each language section.
17534 2002-07-29  Paul Eggert  <eggert@twinsun.com>
17536         * doc/install.texi: Include copyright symbol in copyright notice.
17538         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
17539         Replace with:
17540         (AM_MAKEINFOFLAGS): New macro.
17541         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
17542         * Makefile.am (INSTALL): Use the new macros.
17543         Use -o rather than --output, since "missing" does not grok --output.
17545 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
17547         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
17548         comments do not always work. Never trust the exit status of
17549         `make -k'.
17551 2002-07-24  Kevin Ryde  <user42@zip.com.au>
17553         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
17554         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
17556 2002-07-23  Paul Eggert  <eggert@twinsun.com>
17558         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
17559         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
17560         apparently treats PATH="nonexistent" as if it contained ".".
17561         Bug reported by Stefan `Sec' Zehl.
17563 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
17565         * doc/autoconf.texi (Limitations of Make): Mention the special
17566         handling of the obj/ directory by BSD make.
17568 2002-07-20  Kevin Ryde  <user42@zip.com.au>
17570         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
17571         backslashes.
17573 2002-07-19  Akim Demaille  <akim@epita.fr>
17575         * doc/autoconf.texi (Function Portability): `exit'.
17576         (Programming in M4sh): Ethymology of M4sh.
17578 2002-07-19  Akim Demaille  <akim@epita.fr>
17580         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
17582 2002-07-18  Akim Demaille  <akim@epita.fr>
17584         Version 2.53b.
17586 2002-07-18  Akim Demaille  <akim@epita.fr>
17588         * config/config.guess, config/config.sub: Update.
17590 2002-07-18  Akim Demaille  <akim@epita.fr>
17592         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
17593         Automake's parts.
17595         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
17596         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
17597         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
17599 2002-07-18  Akim Demaille  <akim@epita.fr>,
17600             Alexandre Duret-Lutz  <duret_g@epita.fr>
17602         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
17603         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
17605 2002-07-17  Russ Allbery  <rra@stanford.edu>
17607         * doc/autoconf.texi (Initializing configure): Clarify the
17608         description of the tarname default.
17610 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
17612         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
17613         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
17614         latter was not run.
17616 2002-07-17  Akim Demaille  <akim@epita.fr>
17618         * lib/Autom4te/General.pm (find_file): Browse the directories in
17619         the order they are given.
17621 2002-07-17  Akim Demaille  <akim@epita.fr>
17623         * tests/wrapsh.as, tests/wrappl.as: Merge into...
17624         * tests/wrapper.as: this.
17625         * tests/Makefile.am, configure.ac: Adjust.
17627 2002-07-17  Mark D. Roth  <roth@feep.net>
17629         * configure.ac: Add --enable-site-macro-dir option.
17630         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
17631         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
17632         --site-macro-subdir options.
17633         * bin/autoconf.in: Add --prepend-include option.
17634         * bin/autoheader.in: Add --prepend-include option.
17635         * bin/autoreconf.in: Add --prepend-include option.
17636         * bin/autoscan.in: Add --prepend-include option.
17637         * bin/autoupdate.in: Add --prepend-include option.
17638         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
17639         macro directory, remove note that include path directories are
17640         used in reverse order, and document --prepend-include option.
17641         * lib/autom4te.in: Use --prepend-include instead of --include.
17642         * tests/wrapsh.in: Use --prepend-include instead of --include.
17644 2002-07-17  Akim Demaille  <akim@epita.fr>
17646         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
17647         tarnames.
17648         * doc/autoconf.texi (Initializing configure): Adjust.
17650 2002-07-17  Akim Demaille  <akim@epita.fr>
17652         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
17653         (_AC_FUNC_MALLOC): New.
17654         (AC_FUNC_MALLOC): Use the latter.
17655         Define HAVE_MALLOC to 0 if broken.
17656         * doc/autoconf.texi (Particular Functions): Adjust.
17658 2002-07-16  Akim Demaille  <akim@epita.fr>
17660         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
17661         * doc/autoconf.texi (C Compiler): Adjust.
17663 2002-07-09  Akim Demaille  <akim@epita.fr>
17665         * doc/autoconf.texi: Properly set the ``header'' part.
17667 2002-07-09  Akim Demaille  <akim@epita.fr>
17669         * doc/autoconf.texi (Systemology): Some about Darwin.
17671 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
17673         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
17674         Don't use AC_REQUIRE in AU_DEFUN.
17676 2002-07-09  Art Haas  <ahaas@neosoft.com>
17678         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
17680 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
17682         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
17683         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
17684         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
17685         so that Emacs setups GNU style for perl-mode and cperl-mode.
17687 2002-06-27  Paul Eggert  <eggert@twinsun.com>
17689         * config/install-sh: Quote $src.  Prefer || to test's -o option,
17690         as per "Limitations of Builtins".
17691         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
17692         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
17694         * tests/mktests.sh: Use grep instead of fgrep, as per
17695         "Limitations of Builtins".
17697 2002-06-15  Paul Eggert  <eggert@twinsun.com>
17699         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
17700         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
17701         so that we consistently test the just-built programs.
17702         * tests/wrappl.as: Likewise.
17704 2002-06-12  Paul Eggert  <eggert@twinsun.com>
17706         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
17707         name, so that symlinks to 'autoconf' work properly.  Bug reported
17708         by Bruno Haible.
17709         * bin/autoheader.in (AUTOM4TE): Likewise.
17710         * bin/autoreconf.in (autoconf, autoheader): Likewise.
17711         * bin/autoscan.in (autom4te): Likewise.
17712         * bin/autoupdate.in (autom4te): Likewise.
17714         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
17715         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
17716         on Solaris 2.5.1.
17718 2002-06-11  Andreas Schwab  <schwab@suse.de>
17720         * doc/autoconf.texi: Add more dir entries.
17722 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
17724         * bin/autom4te.in ($cache): Don't define using `$me', the name
17725         of the cache should not depend on the name under which autom4te
17726         was installed.
17728 2002-06-07  Akim Demaille  <akim@epita.fr>
17730         * tests/tools.at (autoconf: forbidden tokens, basic)
17731         (autoconf: forbidden tokens, exceptions): Adjust to the change of
17732         words in autom4te.in.
17734 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
17736         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
17737         _AC_LANG_PROGRAM_C_F77_HOOKS.
17739 2002-06-07  Akim Demaille  <akim@epita.fr>
17741         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
17742         rename as...
17743         (AC_REPLACE_FNMATCH): this.
17744         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
17745         AC_FUNC_FNMATCH_GNU.
17747 2002-06-07  Akim Demaille  <akim@epita.fr>
17749         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
17750         Rosetta Stone for Unix.
17752 2002-06-07  Akim Demaille  <akim@epita.fr>
17754         * bin/autom4te.in (warn_forbidden): When rejecting a token,
17755         suggest m4_pattern_allow.
17756         Suggested by Adam J. Richter.
17758 2002-06-07  Akim Demaille  <akim@epita.fr>
17760         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
17761         ac_config_libobj_dir.
17762         (AC_CONFIG_LIBOBJ_DIR): New.
17763         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
17764         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
17765         Use ac_config_libobj_dir to find the replacement files.
17766         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
17767         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
17768         (AC_REPLACE_FNMATCH_GNU): these.
17769         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
17770         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
17771         * tests/mktests.sh (ac_exclude_list): Don't check
17772         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
17774 2002-06-06  Paul Eggert  <eggert@twinsun.com>
17776         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
17777         if ln doesn't work.
17778         * NEWS: Likewise.
17779         * doc/autoconf.texi (Configuration Links): Likewise.
17780         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
17782 2002-06-05  Paul Eggert  <eggert@twinsun.com>
17784         * config/config.guess, config/config.sub, config/texinfo.tex:
17785         Update from masters.
17787 2002-05-29  Paul Eggert  <eggert@twinsun.com>
17789         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
17790         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
17791         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
17792         Likewise.
17793         * lib/autoconf/Makefile.am (check-local): Likewise.
17794         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
17795         * lib/autoconf/types.m4 (commentary only): Likewise.
17796         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
17797         * lib/autotest/Makefile.am (check-local): Likewise.
17798         * lib/m4sugar/Makefile.am (check-local): Likewise.
17799         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
17800         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
17802         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
17803         * doc/autoconf.texi (Particular Programs): Document them.
17804         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
17805         * NEWS: Likewise.
17807 2002-05-27  Paul Eggert  <eggert@twinsun.com>
17809         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
17810         * NEWS, doc/autoconf.texi (Particular Types): Document it.
17811         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
17812         instead of AC_MBSTATE_T, which never existed.
17814 2002-05-23  Akim Demaille  <akim@epita.fr>
17816         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
17817         version of Autoconf that is discussed.
17819 2002-05-22  Paul Eggert  <eggert@twinsun.com>
17821         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
17822         from the default list of compilers to try.  Suggested by
17823         Kate Hedstrom.
17824         * NEWS: Document the above.
17825         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
17827 2002-05-17  Paul Eggert  <eggert@twinsun.com>
17829         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
17830         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
17831         This improves on an earlier suggestion by H. Peter Anvin.
17833 2002-05-16  Paul Eggert  <eggert@twinsun.com>
17835         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
17836         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
17837         Both macros now accept an optional source-dir arg.
17838         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
17840         * NEWS: Document this.
17841         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
17843         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
17844         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
17845         not for GNU extensions; this undoes part of the 2000-11-03 change,
17846         reverting to 2.13-compatible behavior.
17847         Add new optional argument DIR.
17848         (AC_FUNC_FNMATCH_GNU): New macro.
17850         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
17852 2002-05-08  Paul Eggert  <eggert@twinsun.com>
17854         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
17855         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
17856         and it causes a 'test' syntax error if it fails.
17857         Bug reported by Stephen Gildea.
17859         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
17860         If prototypes are supported, use them to check this at compile-time,
17861         instead of trying to check it at run-time.  If we must do a run-time
17862         check, assume that setvbuf is standard when cross-compiling, as
17863         nonstandard setvbuf occurs only on ancient and unlikely hosts.
17864         Bug reported by Paul D. Smith.
17866         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
17867         argument specifying location of getloadavg.c.  This removes a
17868         FIXME.  This idea was taken from Jim Meyering's implementation in
17869         textutils.
17870         * doc/autoconf.texi (Particular Functions): Document this.
17871         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
17872         that's what the code does; this fixes a bug reported by
17873         Paul D. Smith.
17875 2002-05-03  Akim Demaille  <akim@epita.fr>
17877         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
17878         autopoint instead of gettextize.
17879         ($uses_alocal): Rename as...
17880         ($uses_aclocal): this.
17881         * doc/autoconf.texi (autoreconf Invocation): Adjust.
17882         Suggested by Bruno Haible.
17884 2002-05-03  Akim Demaille  <akim@epita.fr>
17886         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
17888 2002-04-29  Paul Eggert  <eggert@twinsun.com>
17890         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
17891         files to be 1 second older; just set them to be the same time.
17892         Also, sleep 1 second after the first aclocal, to work around
17893         problems with sub-second time stamps on the input files.
17895 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
17897         * doc/autoconf.texi: Mention "set -e -x" lossage
17898         under node "Limitations of Builtins".
17900 2002-04-29  Akim Demaille  <akim@epita.fr>
17902         * doc/install.texi: Better wording for setting variables when
17903         running configure.
17904         From Christian Cornelssen.
17906 2002-04-29  Akim Demaille  <akim@epita.fr>
17908         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
17909         of lack of $LINENO support, then the test will compare the $LINENO
17910         in testsuite vs. the lineno in the test file.  This is wrong, of
17911         course.
17912         Be sure to protect it.
17913         Reported by Patrick Welche.
17915 2002-04-25  Akim Demaille  <akim@epita.fr>
17917         * doc/autoconf.texi (Obsolete Macros): Typo.
17918         Reported by Vladimir Volovich.
17920 2002-04-25  Akim Demaille  <akim@epita.fr>
17922         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
17923         than some of the input files, hence, on the second run of aclocal,
17924         if some of its input are younger, make them older.
17925         Suggested by Paul Eggert.
17927 2002-04-25  Akim Demaille  <akim@epita.fr>
17929         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
17930         Thanks to Paul Eggert.
17932 2002-04-25  Akim Demaille  <akim@epita.fr>
17934         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
17935         and ac_subst_vars be sh variables containing the list of
17936         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
17937         DEFAULT diversion.
17938         (_AC_INIT_PREPARE): Use them to log them.
17939         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
17940         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
17941         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
17942         _AC_SUBST_FILES and _AC_SUBST_VARS.
17943         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
17945 2002-04-24  Akim Demaille  <akim@epita.fr>
17947         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
17948         autoheader, so that automake does not complain about a missing
17949         config.h.in that was to be created.
17951 2002-04-23  Akim Demaille  <akim@epita.fr>
17953         * bin/autoheader.in (parse_args): --warning takes an argument.
17954         Fixes PR/220.
17956 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
17958         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
17959         and bb.out when cleaning up.
17961 2002-04-22  Akim Demaille  <akim@epita.fr>
17963         Version 2.53a.
17965 2002-04-22  Akim Demaille  <akim@epita.fr>
17967         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
17969 2002-04-22  Akim Demaille  <akim@epita.fr>
17971         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
17972         comma.
17973         Reported by Gregory Giannoni.
17975 2002-04-22  Akim Demaille  <akim@epita.fr>
17977         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
17978         Fixes false failures on Darwin.
17980 2002-04-21  Paul Eggert  <eggert@twinsun.com>
17982         * TODO, bin/autoupdate.in, doc/autoconf.texi,
17983         lib/autoconf/general.m4, lib/autoconf/libs.m4,
17984         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
17985         tests/tools.at: Minor spelling and grammar fixes.
17987 2002-04-20  Paul Eggert  <eggert@twinsun.com>
17989         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
17990         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
17991         * lib/autotest/general.m4 (AT_INIT): Likewise.
17992         * tests/atgeneral.m4 (AT_INIT): Likewise.
17994 2002-04-19  Paul Eggert  <eggert@twinsun.com>
17996         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
17997         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
17998         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
17999         lib/autoconf/functions.m4, lib/autoconf/general.m4,
18000         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
18001         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
18002         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
18003         Minor spelling and grammar fixes.
18005         * doc/autoconf.texi: Follow the outline suggested in the GNU
18006         Sample Texts sections of the Texinfo 4.2 manual.  Most
18007         importantly, this makes sure that the copyright notices appear in
18008         all output formats.  You probably need Texinfo 4.2 to generate
18009         the manual now.
18011         Fix some bugs when using "$@" when there might be zero positional
18012         arguments in cases where this matters.
18014         * bin/autoconf.as: Rewrite so that the problem does not come up.
18015         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
18016         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
18017         * lib/autotest/general.m4 (AT_INIT): Likewise.
18019         * bin/autoheader.in: Use 'case' statement to work around problem.
18020         * bin/auto4mte.in: Likewise.
18021         * bin/autoreconf.in: Likewise.
18022         * bin/autoscan.in: Likewise.
18023         * bin/autoupdate.in: Likewise.
18024         * bin/ifnames.in: Likewise.
18026         * doc/autoconf.texi (Shell Substitutions): Document the problem.
18028         * lib/autotest/general.m4 (AT_INIT):
18029         Use Zsh alias to work around problem.
18030         * tests/atgeneral.m4 (AT_INIT): Likewise.
18032         * tests/c.at: We can't have zero arguments, so remove workaround
18033         that is not portable to Zsh.
18035 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
18037         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
18038         from aclocal.m4 too.
18040 2002-04-12  Akim Demaille  <akim@epita.fr>
18042         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
18044 2002-04-10  Akim Demaille  <akim@epita.fr>
18046         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
18047         workaround for ${1+"$@"}.
18048         * doc/autoconf.texi (Shell Substitutions): Explain it.
18049         From Oliver Kiddle and Peter Stephenson.
18051         Have M4sh perform minimal shell sanitizing.
18053         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
18054         part into...
18055         (_AS_PREPARE): this new macro.
18056         (AS_PREPARE): New.
18057         (AS_INIT): Invoke AS_SHELL_SANITIZE.
18058         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
18060         Adjust Autoconf and Autotest.
18062         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
18063         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
18064         * lib/autotest/general.m4 (AT_INIT): Likewise.
18065         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
18066         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
18067         AS_SHELL_SANITIZE.
18069         Use this M4sh to generate Autoconf's shell scripts.
18071         * tests/wrapsh.as: New, precursor of wrapsh.in.
18072         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
18073         on Autotest and M4sh.
18074         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
18075         (wrapsh.in): New target.
18076         * bin/autoconf.as: New, precursor of autoconf.in.
18077         (autoconf.in): New target.
18079 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
18081         * doc/autoconf.texi (Limitations of Make): Mention the issue
18082         with indented comments in rules.
18084 2002-04-09  Andreas Schwab  <schwab@suse.de>
18086         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
18087         ac_top_builddir when setting ac_abs_top_builddir.
18089 2002-04-06  Kevin Ryde  <user42@zip.com.au>
18091         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
18092         (Portable Shell): Cross reference to Systemology.
18094 2002-04-05  Akim Demaille  <akim@epita.fr>
18096         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
18097         directories when descending in a SUBDIRS.
18098         Reported by Ezra Peisach.
18100 2002-04-04  Andreas Schwab  <schwab@suse.de>
18102         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
18103         contains no literal separators.
18105 2002-04-03  Akim Demaille  <akim@epita.fr>
18107         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
18108         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
18109         Use dnl, not the KILL diversion.
18110         Extracted from...
18111         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
18112         (AC_CONFIG_LINKS): here.
18113         Adjust.
18114         Don't use the KILL diversion, as it kills spurious output, which
18115         results in failures being hidden.
18116         Use m4_defn where appropriate.
18117         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
18118         after the second argument.
18119         Use m4_defn.
18120         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
18121         syntax, as it is provided by M4sugar.
18122         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
18124 2002-04-03  Andreas Schwab  <schwab@suse.de>
18126         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
18127         expanded if $# <= 2.
18129         * bin/autoreconf.in (autoreconf): Run automake after rerunning
18130         aclocal.
18132 2002-04-03  Akim Demaille  <akim@epita.fr>
18134         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
18135         (_AC_COMPILER_EXEEXT_REJECT): New.
18136         Also recognize *.bb and *.bbg as compilation byproducts.
18137         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
18138         (_AC_COMPILER_OBJEXT): Use them.
18139         Fixes Debian #138666.
18141 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
18143         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
18145         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
18146         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
18147         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
18148         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
18149         (AC_C_CONST): Same.
18150         (AC_C_INLINE): Same.
18151         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
18152         * doc/autoconf.texi, NEWS: Document.
18153         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
18154         AC_C_CROSS.
18156 2002-04-02  Akim Demaille  <akim@epita.fr>
18158         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
18159         _AS_MKDIR_P_PREPARE.
18161 2002-03-28  Kevin Ryde  <user42@zip.com.au>
18163         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
18164         to avoid versions of HP C which don't allow that.
18166 2002-03-27  Paul Eggert  <eggert@twinsun.com>
18168         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
18169         (AS_SHELL_SANITIZE): Invoke it.
18170         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
18172 2002-03-26  Akim Demaille  <akim@epita.fr>
18174         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
18176 2002-03-26  Akim Demaille  <akim@epita.fr>
18178         * doc/autoconf.texi (Introduction): The GNATS base moved.
18180 2002-03-25  Paul Eggert  <eggert@twinsun.com>
18182         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
18183         as POSIX requires, as it doesn't work with Zsh.
18184         * doc/autoconf.texi (Assignments): Document the problem.
18186 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
18188         * doc/autoconf.texi (Limitations of Make): Mention more issue
18189         about VPATH, overriding of macros in sub-makes, and handling of
18190         SHELL.
18192 2002-03-21  Paul Eggert  <eggert@twinsun.com>
18194         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
18195         problem with here-document buffer boundaries.
18197         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
18198         when reinvoking the shell, to work around problems with installers
18199         who put strange things like "cd" commands in their environments.
18201 2002-03-19  Akim Demaille  <akim@epita.fr>
18203         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
18204         From Aaron Ucko.
18206 2002-03-19  Akim Demaille  <akim@epita.fr>
18208         * bin/autoscan.in (scan_file): Specify the location in `&used'
18209         invocations.
18210         From Nicolas Joly.
18212 2002-03-19  Akim Demaille  <akim@epita.fr>
18214         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
18215         From Nishio Futoshi.
18217 2002-03-19  Akim Demaille  <akim@epita.fr>
18219         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
18221 2002-03-18  Paul Eggert  <eggert@twinsun.com>
18223         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
18224         (Limitations of Usual Tools): Add mkdir section.
18226         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
18227         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
18228         back on AS_DIRNAME to compute prefixes otherwise; this is
18229         roughly what mkinstalldirs does.  That way, we need not have
18230         our own filename disassembler.  The old disassembler did not
18231         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
18233         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
18234         Create at_test_all by a series of assignments,
18235         not by a single assignment of a long string.  The latter causes ksh
18236         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
18237         presumably because of a buffer overrun.
18239 2002-03-14  Paul Eggert  <eggert@twinsun.com>
18241         * lib/autotest/general.m4 (at_times_skip):
18242         Renamed from at_times.  Now a boolean.
18243         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
18244         says 'times: not found'.
18246 2002-03-14  Akim Demaille  <akim@epita.fr>
18248         * bin/autoreconf.in (&study_gettextize): New.
18249         (&autoreconf): Handle newest gettextize.
18250         Rerun aclocal if needed.
18251         Suggested by Andreas Schwab.
18253 2002-03-13  Akim Demaille  <akim@epita.fr>
18255         * doc/autoconf.texi (Special Shell Variables): More about IFS.
18257 2002-03-13  Akim Demaille  <akim@epita.fr>
18259         * doc/autoconf.texi (Header Portability): New.
18260         Add information about stdint.h and inttypes.h from Paul Eggert.
18262 2002-03-13  Akim Demaille  <akim@epita.fr>
18264         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
18265         -p'.
18266         From Bob Proulx.
18268 2002-03-12  Akim Demaille  <akim@epita.fr>
18270         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
18271         m4_require.
18273 2002-03-11  Andreas Schwab  <schwab@suse.de>
18275         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
18276         does not do it if --with-lispdir is given.
18278 2002-03-08  Akim Demaille  <akim@epita.fr>
18280         Version 2.53.
18282 2002-03-08  Akim Demaille  <akim@epita.fr>
18284         * doc/autoconf.texi (Subdirectories): Clarify that the
18285         subdirectory should exist.
18287 2002-03-08  Akim Demaille  <akim@epita.fr>
18289         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
18291 2002-03-08  Akim Demaille  <akim@epita.fr>
18293         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
18294         aliases the actual variables, and modifications of the former
18295         affect the latter.
18297 2002-03-08  Akim Demaille  <akim@epita.fr>
18299         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
18300         because of C-c: have m4 output in tmp files, then mv them.
18302 2002-03-08  Akim Demaille  <akim@epita.fr>
18304         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
18305         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
18306         * bin/ifnames.in: Copyright update.
18308 2002-03-08  Akim Demaille  <akim@epita.fr>
18310         * doc/autoconf.texi (Invoking autom4te): New.
18312 2002-03-05  Akim Demaille  <akim@epita.fr>
18314         * doc/autoconf.texi (Specifying Names): Clarification suggested by
18315         Kevin Ryde.
18317 2002-03-05  Akim Demaille  <akim@epita.fr>
18319         Version 2.52i.
18321 2002-03-04  Akim Demaille  <akim@epita.fr>
18323         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
18324         * lib/autoconf/general.m4 (AC_INIT): More informative error
18325         message for LIBOBJ.
18327 2002-03-04  Akim Demaille  <akim@epita.fr>
18329         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
18330         parallel builds.
18332 2002-03-04  Akim Demaille  <akim@epita.fr>
18334         * doc/autoconf.texi (Transforming Names): Equality between target
18335         and host is irrelevant.
18336         (Specifying Names, Canonicalizing): Remove all references to the
18337         backward compatibility hooks.  Rather, collect them all into...
18338         (Hosts and Cross-Compilation): this new section.
18339         * doc/install.texi (System Type): Ditto.
18340         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
18341         that `--host' implies cross-compilation.
18343 2002-03-04  Akim Demaille  <akim@epita.fr>
18345         * doc/autoconf.texi (Evaluation Macros): New.
18346         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
18347         useless.
18348         (_m4_foreach): Define the variant with immediate evaluation so
18349         that it contains exactly the items, not an expression which
18350         evaluation is the current item.
18351         (m4_re_string, m4_re_word): Don't over quote them.
18353 2002-03-04  Akim Demaille  <akim@epita.fr>
18355         Instead of having stacking `shift's evaluated at the end, let
18356         `foreach' loops immediately evaluate them.
18358         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
18359         $*.  This is the n-th time I change my mind, but hopefully this is
18360         the last...
18361         (m4_lquote): New.
18362         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
18363         efficient.
18364         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
18365         it was only a hack for m4_text_wrap.
18366         (m4_car2): Remove, replaced by...
18367         (m4_cdr): New.
18368         (_m4_foreach): Adjust.
18369         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
18370         m4_bpatsubst for clarification.
18372 2002-03-04  Akim Demaille  <akim@epita.fr>
18374         * doc/autoconf.texi (Changequote is Evil): New.
18376 2002-03-03  Kevin Ryde  <user42@zip.com.au>
18378         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
18379         on old systems like SunOS.
18381 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
18383         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
18384         lib/autoconf/functions.m4, lib/autoconf/general.m4,
18385         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
18386         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
18387         of messages.
18389 2002-02-28  Akim Demaille  <akim@epita.fr>
18391         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
18392         message to be sent.
18394 2002-02-28  Kevin Ryde  <user42@zip.com.au>
18396         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
18398 2002-02-25  Akim Demaille  <akim@epita.fr>
18400         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
18401         From Akinori Musha.
18403 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
18405         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
18406         translate \r\n to \n.
18408 2002-02-07  Akim Demaille  <akim@epita.fr>
18410         Version 2.52h.
18412 2002-02-07  Akim Demaille  <akim@epita.fr>
18414         Fix Autoconf PR/209.
18415         Also reported by Frank Denis.
18417         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
18419 2002-02-07  Akim Demaille  <akim@epita.fr>
18421         Fix Autoconf PR/207:
18422         AC_PREFIX_PROGRAM fails with dashed program names
18424         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
18425         variable when looking for the prefix program.
18426         Now it also works for shell variables.
18428 2002-02-07  Akim Demaille  <akim@epita.fr>
18430         * doc/autoconf.texi (Limitations of Builtins): More about
18431         case/esac.
18433 2002-02-06  Akim Demaille  <akim@epita.fr>
18435         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
18436         case/esac, some shells don't support it.
18437         Reported by Zack Weinberg.
18438         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
18440 2002-02-06  Akim Demaille  <akim@epita.fr>
18442         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
18443         sure not to introduce newlines in at_groups.
18444         * lib/autotest/Makefile.am (autotest.m4f): Typo.
18446 2002-02-06  Akim Demaille  <akim@epita.fr>
18448         * tests/torture.at (Configuring subdirectories): Skip if aclocal
18449         is not available.
18451 2002-02-05  Paul Eggert  <eggert@twinsun.com>
18453         * doc/autoconf.texi (Specific Compiler Characteristics):
18454         Describe HP-UX cc bug workaround more accurately.
18455         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
18456         not unsigned long.
18457         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
18458         cross-compilers, too.  This undoes some of the most recent change
18459         to this file.
18461 2002-02-05  Akim Demaille  <akim@epita.fr>
18463         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
18464         to make sure they are up to date when `check' is run.
18466 2002-02-05  Akim Demaille  <akim@epita.fr>
18468         * doc/autoconf.texi (Making testsuite Scripts): Document
18469         package.m4.
18471 2002-02-05  Akim Demaille  <akim@epita.fr>
18473         * lib/freeze.mk: New.
18475 2002-02-05  Akim Demaille  <akim@epita.fr>
18477         Implement `autom4te --freeze'.
18479         * bin/autom4te.in (&freeze): New.
18480         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
18481         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
18483 2002-02-05  Akim Demaille  <akim@epita.fr>
18485         * bin/autom4te.in (&parse_args): Implement `frozen files are
18486         optional are the sum of the previous files on the command line'.
18487         Also, pass `--reload-state=' on them, so...
18488         (handle_m4): don't.
18489         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
18490         (M4sh): Rely on M4sugar.
18491         (Autotest, M4sh, M4sugar): Use frozen files.
18493 2002-01-31  Akim Demaille  <akim@epita.fr>
18495         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
18496         * doc/autoconf.texi (Initializing configure): Adjust.
18498 2002-01-30  Akim Demaille  <akim@epita.fr>
18500         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
18501         alphanumeric to `-' instead of `_'.
18503 2002-01-30  Akim Demaille  <akim@epita.fr>
18505         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
18506         for plain code, the other for cross-compilation code.  The latter
18507         is now run with GCC only.
18508         * doc/autoconf.texi (Compilers and Preprocessors): New.
18510 2002-01-30  Akim Demaille  <akim@epita.fr>
18512         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
18513         values.
18514         * doc/autoconf.texi (Initializing configure): Explain how to
18515         change AC_INIT default values.
18517 2002-01-29  Akim Demaille  <akim@epita.fr>
18519         * tests/torture.at (Configuring subdirectories): Use configure.in,
18520         so that aclocal 1.4 works.
18521         Reported by Alexandre Duret-Lutz and Larry Schmitt.
18523 2002-01-28  Akim Demaille  <akim@epita.fr>
18525         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
18526         needs an argument.
18528 2002-01-28  Akim Demaille  <akim@epita.fr>
18530         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
18531         AUTOTEST_PATH *after* it was set.
18532         Don't put `.' in the PATH: the user should be precise and `./' if
18533         needed.  In addition, given that the test suite does some `cd', if
18534         `.' is in the path, the `tested programs' sections will report
18535         programs found in the test suite's directory, while during the
18536         tests (performed in their own directory), these programs are no
18537         longer visible.  In other words, the results is confusing and
18538         useless.
18539         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
18541 2002-01-24  Akim Demaille  <akim@epita.fr>
18543         Version 2.52g.
18545 2002-01-24  Akim Demaille  <akim@epita.fr>
18547         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
18548         * doc/autoconf.texi: Finally add Akim as an author.
18550 2002-01-24  Akim Demaille  <akim@epita.fr>
18552         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
18553         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
18554         Bourne. Use /bin/sh.
18555         From Andreas Buening.
18557 2002-01-24  Akim Demaille  <akim@epita.fr>
18559         * config/config.guess, config/config.sub, config/texinfo.tex:
18560         Update from masters.
18562 2002-01-24  Akim Demaille  <akim@epita.fr>
18564         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
18565         * config/auxdir.m4, config/cond.m4, config/depend.m4,
18566         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
18567         * config/missing.m4, config/sanity.m4, config/select.m4,
18568         * config/strip.m4: Remove, to ease sync'ing with any version of
18569         Automake.
18571 2002-01-24  Akim Demaille  <akim@epita.fr>
18573         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
18574         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
18575         Reported by Geir Ove Myhr.
18577 2002-01-21  Akim Demaille  <akim@epita.fr>
18579         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
18581 2002-01-21  Akim Demaille  <akim@epita.fr>
18583         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
18584         message on invalid options.
18585         * bin/autom4te.in (parse_args): Don't use
18586         Autoconf::General::getopt with non valid options.
18588 2002-01-17  Jim Meyering  <meyering@lucent.com>
18590         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
18591         $ac_cv_exeext so we don't use an old, invalid, cached value.
18593 2002-01-11  Akim Demaille  <akim@epita.fr>
18595         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
18596         Meyering.
18597         * doc/autoconf.texi (Function Portability): Document the strnlen
18598         limitation.
18599         (Particular Functions): Document AC_FUNC_STRNLEN.
18600         * lib/autoscan/functions: Adjust.
18602 2002-01-06  Akim Demaille  <akim@epita.fr>
18604         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
18605         package.m4, since is really depends upon configure.ac, not
18606         configure.
18607         * doc/autoconf.texi (testsuite Scripts): Adjust.
18608         * tests/Makefile.am (package.m4): New.
18609         EXTRA_DIST it since its a source.
18611 2002-01-06  Akim Demaille  <akim@epita.fr>
18613         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
18614         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
18615         and PACKAGE_BUGREPORT from here...
18616         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
18617         arguments.
18618         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
18619         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
18620         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
18621         * tests/tools.at (autoheader): Adjust.
18622         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
18624 2002-01-06  Akim Demaille  <akim@epita.fr>
18626         * bin/autoscan.in (scan_file): Use `&used'.
18628 2002-01-03  Akim Demaille  <akim@epita.fr>
18630         * doc/autoconf.texi (Output): Improved wording regarding use of
18631         AC_OUTPUT.
18632         From Olly Betts.
18634 2001-12-18  Kevin Ryde  <user42@zip.com.au>
18636         * doc/autoconf.texi (Function Portability): Add notes on sscanf
18637         sometimes needing writable input.
18639 2001-12-17  Jim Meyering  <meyering@lucent.com>
18641         * doc/autoconf.texi (New Macros): Tweak wording.
18643 2001-12-14  Akim Demaille  <akim@epita.fr>
18645         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
18646         trailing files, don't apply `-rf' to files which might not be
18647         created by configure (core, core.*, and *.core), but just `rm -f'.
18648         Suggested by Jonathan Kamens.
18650 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
18652         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
18654 2001-12-14  Akim Demaille  <akim@epita.fr>
18656         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
18658 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
18660         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
18661         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
18662         abs_srcdir, top_srcpath to abs_top_srcdir.
18663         (_AC_OUTPUT_FILES): Adjust.
18664         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
18665         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
18666         * tests/wrappl.in, tests/wrapsh.in: Adjust.
18668 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
18670         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
18671         C/Fortran linking on HP/UX, by extracting the Fortran library
18672         search path from the LPATH line in the $F77 -v output.
18674 2001-12-12  Kevin Ryde  <user42@zip.com.au>
18676         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
18677         forbidden file descriptors table.
18679 2001-11-26  Akim Demaille  <akim@epita.fr>
18681         * bin/autoscan.in (%c_keywords): Build it at top level.
18682         Map to 1 in order to simplify its uses.
18684 2001-11-26  Akim Demaille  <akim@epita.fr>
18686         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
18687         Remove $filepath, useless.
18688         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
18689         variables, they are really part of the tokens.
18690         Split the input line on spaces and then look for tokens.
18691         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
18692         because of `lex$U.$(OBJEXT)'.
18693         (&scan_files): Use "@list" instead of join.
18694         * doc/Makefile.am (CLEANFILES): Add *.fns.
18696 2001-11-26  Akim Demaille  <akim@epita.fr>
18698         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
18699         Remove, replaced by...
18700         * tests/wrappl.in: Be common for all the Perl executables.
18701         In particular autoscan and autoheader want -I.
18702         * configure.ac: Adjust.
18703         * lib/autoscan/headers: errno.h is portable.
18705 2001-11-26  Akim Demaille  <akim@epita.fr>
18707         * bin/autoscan.in (used): New.
18708         Use it.
18710 2001-11-26  Akim Demaille  <akim@epita.fr>
18712         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
18713         directives.
18714         (&scan_sh_file): Remove a duplicate pattern.
18715         (&check_configure_ac): Use long options.
18716         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
18718 2001-11-26  Akim Demaille  <akim@epita.fr>
18720         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
18721         Before, having a line containing the opening of a multi line
18722         comment made the whole line be ignored.
18724 2001-11-26  Akim Demaille  <akim@epita.fr>
18726         * doc/autoconf.texi (Using an Autotest Test Suite): New.
18727         (testsuite Scripts): Be one of its subsection.
18728         (Autotest Logs): New.
18730 2001-11-26  Akim Demaille  <akim@epita.fr>
18732         Test groups are now run two directories deeper.
18734         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
18735         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
18736         at_top_builddir.
18737         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
18738         top_srcdir, builddir and top_builddir.
18739         Use `at_*dir' relatively to the directory containing the
18740         suite, use `*dir' when relatively to the current group dir.
18742 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18744         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
18745         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
18746         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
18747         spelling errors.
18749 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
18751         * doc/autoconf.texi (Using System Type): Add an example of `case
18752         $host' usage so people quit using `case $target' everywhere.
18754 2001-11-22  Akim Demaille  <akim@epita.fr>
18756         * doc/autoconf.texi (Installation Directory Variables): Englishoes
18757         spotted by Jim Meyering.
18759 2001-11-16  Paul Eggert  <eggert@twinsun.com>
18761         This patch implements a `long double' suggestion by Oliver Kiddle.
18763         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
18764         static, to catch errors if the value isn't known at compile-time
18765         and the compiler supports dynamic arrays.  Change its name from
18766         `_array_' to `test_array' to avoid potential name clashes.
18767         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
18768         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
18769         better than double.  Catch a bug in GCC 2.95.2 x86.
18770         * doc/autoconf.texi (C Compiler): Document the above.
18771         * NEWS: Likewise.
18773 2001-11-13  Akim Demaille  <akim@epita.fr>
18775         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
18776         hand.
18777         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
18779 2001-11-13  Akim Demaille  <akim@epita.fr>
18781         * lib/autotest/general.m4 (AT_INIT): After having run the test
18782         group, go back to the initial directory, not to at_suite_dir.
18784 2001-11-13  Akim Demaille  <akim@epita.fr>
18786         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
18787         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
18788         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
18789         option.
18790         (AT_CHECK_CONFIGURE): Use absolute paths.
18791         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
18792         The problem is still the old one: there is no means in M4 (that I
18793         know about) to create a defining macro, because there is no means
18794         to create `$1' etc., therefore, the defining macro ``swallows''
18795         all the arguments meant to the defined macro.
18797 2001-11-13  Akim Demaille  <akim@epita.fr>
18799         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
18800         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
18801         configure.ac.
18802         * tests/aclocal.m4: Remove, as it is no longer used.
18804 2001-11-13  Akim Demaille  <akim@epita.fr>
18806         * lib/autotest/general.m4: Change `tests?' into `groups?' in
18807         variable names when referring to a single test group, or to
18808         `suite' when referring to the whole test suite.
18809         `at_last_test' is removed: m4 compute at_format itself.
18810         (at_stdout, at_stder1, at_stderr): New variables.
18811         (AT_CHECK): Use them.
18813 2001-11-13  Akim Demaille  <akim@epita.fr>
18815         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
18816         in PATH.
18817         Create `testsuite.dir/003/run' instead of `testsuite.003'.
18818         Do it as soon as a test fails, don't wait till the end of the test
18819         suite.
18820         Don't remove $as_me.[0-9]*, since these files no longer exist.
18822 2001-11-13  Akim Demaille  <akim@epita.fr>
18824         * tests/tools.at: Use absolute paths, since we are no longer run
18825         in place.
18827 2001-11-13  Akim Demaille  <akim@epita.fr>
18829         Now that tests are running in their own private dir, there is no
18830         need to list the files to remove at the end of tests groups.
18832         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
18833         (AT_data_files, at_data_files): Remove.
18834         (AT_CLEANUP, AT_DATA): Simplify.
18835         (AT_INIT): Adjust.
18836         Remove the group dir if !debug && !failed.
18837         * tests/atspecific.m4: Adjust.
18839 2001-11-13  Akim Demaille  <akim@epita.fr>
18841         Start a new layout for Autotest: `testsuite' creates
18842         `testsuite.dir' in which the at-check-line etc. files are to be
18843         found, and `testsuite.dir/003' where the test group 3 is run.
18845         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
18846         at_check_line_file, at_format, at_test_normalized, at_group_dir
18847         are new variables.
18848         Create the directories.
18849         Use absolute paths for at- files.
18850         (AT_CHECK): Adjust.
18852 2001-11-11  Michael Matz  <matz@kde.org>
18854         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
18855         (m4_car2): New.
18856         (m4_car): Properly quote arguments.
18858 2001-11-13  Akim Demaille  <akim@epita.fr>
18860         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
18861         with stricter rules on LIBOBJS.
18863 2001-11-12  Paul Eggert  <eggert@twinsun.com>
18865         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
18866         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
18867         __PROTOTYPES too.
18869 2001-11-12  Akim Demaille  <akim@epita.fr>
18871         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
18873 2001-11-12  Akim Demaille  <akim@epita.fr>
18875         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
18876         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
18877         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
18878         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
18879         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
18880         specify to what the macro should be defined (typically to 1).
18882 2001-11-12  Akim Demaille  <akim@epita.fr>
18884         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
18885         From Jim Meyering.
18887 2001-11-12  Akim Demaille  <akim@epita.fr>
18889         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
18890         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
18891         definition used by Automake where LEX is +/- "${missing} lex" and
18892         `missing' itself contains variables.
18894 2001-11-12  Akim Demaille  <akim@epita.fr>
18896         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
18897         Now that M4sh pushes BODY, the comments were output at the end of
18898         the test suites.
18900 2001-11-08  Akim Demaille  <akim@epita.fr>
18902         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
18903         that we can trace macros from aclocal.m4.
18904         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
18905         obsoleted, and redirect to the former anyway.
18906         Reported by Ralf Corsepius.
18908 2001-11-08  Akim Demaille  <akim@epita.fr>
18910         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
18911         processed only if present.
18912         * tests/torture.at (Configuring subdirectories): Use autoreconf
18913         instead of successive calls to autoconf.
18914         Add a nonexistent subdirectory to exercise the patch above.
18915         Reported by Ralf Corsepius.
18917 2001-11-08  Kevin Ryde  <user42@zip.com.au>
18919         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
18920         doesn't accept .S files.
18922 2001-11-07  Akim Demaille  <akim@epita.fr>
18924         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
18925         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
18926         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
18927         * bin/autom4te.in (warn_forbidden): New.
18928         (handle_output): Use it.
18929         Read m4_pattern_forbid with messages.
18931 2001-11-05  Akim Demaille  <akim@epita.fr>
18933         * bin/autom4te.in (--normalize): Remove.
18934         * lib/autom4te.in: Adjust.
18936 2001-11-05  Akim Demaille  <akim@epita.fr>
18938         * tests/Makefile.am (testsuite): Rename this target as...
18939         ($(TESTSUITE)): this.
18940         From Nicolas Joly.
18942 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
18944         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
18945         the --prefix option, also remove it's argument.
18947 2001-11-05  Akim Demaille  <akim@epita.fr>
18949         * doc/autoconf.texi (testsuite Invocation): Update.
18950         (Writing testsuite.at): Update.
18952 2001-11-03  Akim Demaille  <akim@epita.fr>
18954         * doc/autoconf.texi: s/@code/@command/ where appropriate.
18956 2001-11-03  Akim Demaille  <akim@epita.fr>
18958         * lib/Autom4te/General.pm: (&catfile, &canonfile)
18959         (&file_name_is_absolute): New, wrappers around routines from
18960         File::Spec.
18961         Use and export them.
18962         (&find_configure_ac): Optionally take a directory where to look at.
18963         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
18964         the arguments.
18965         Default @ARGV to `.', not find_configure_ac.
18966         (&autoreconf): Argument is a directory.
18967         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
18968         * doc/autoconf.texi (autoreconf Invocation): Update.
18970 2001-11-03  Akim Demaille  <akim@epita.fr>
18972         * lib/Autom4te/General.pm (@export_vars, @export_subs)
18973         (@export_forward_subs): New.
18974         Add basename, dirname, and fileparse.
18975         (@EXPORT): Adjust.
18976         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
18977         Don't look for aclocal flags if we already know aclocal is not
18978         used.
18979         Move aclocal.m4t only if it exists.
18980         Reported by Ezra Peisach.
18982 2001-11-03  Akim Demaille  <akim@epita.fr>
18984         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
18985         passed on command line, defaulting to ./configure.ac if present.
18986         (&maybe_autoreconf, File::Find): Remove, unused.
18987         (&autoreconf): If autoconf is not used, don't try to trace.
18989 2001-11-02  Akim Demaille  <akim@epita.fr>
18991         * configure.ac: Bump to 2.52g.
18993 2001-11-02  Akim Demaille  <akim@epita.fr>
18995         Version 2.52f.
18997 2001-11-02  Akim Demaille  <akim@epita.fr>
18999         * config/config.guess, config/config.sub, doc/standards.texi:
19000         * config/lispdir.m4: Update from masters.
19001         * configure.ac: Bump to 2.52f.
19003 2001-11-02  Akim Demaille  <akim@epita.fr>
19005         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
19006         Don't run aclocal when aclocal.m4 is not from aclocal.
19007         From Ezra Peisach.
19008         Don't run libtoolize and gettextize if --install is not given.
19010 2001-11-01  Paul Eggert  <eggert@twinsun.com>
19012         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
19013         be invoked before _AS_LINENO_PREPARE.
19014         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
19015         than character ranges.
19017         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
19018         invoking AS_BASENAME.  Set the locale variables to 'C' if
19019         possible, as POSIX requires this to get the traditional
19020         behavior.
19021         * doc/autoconf.texi (Special Shell Variables): Describe the above.
19023 2001-10-31  Paul Eggert  <eggert@twinsun.com>
19025         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
19026         with {}, as that triggers a bug in Bash 2.05.
19028         (_AS_LINENO_PREPARE): Use Sed rather than
19029         Awk.  Fix the sed prepass to work even if there are multiple
19030         instances of $LINENO on the same line.  Do not substitute for
19031         other variables like $LINENOT.  Do not check file dates; such a
19032         check is unreliable on sufficiently fast machines, and removing
19033         the check makes the code simpler and more reliable.  Check for
19034         output and chmod failures.
19036         * doc/autoconf.texi (Special Shell Variables): Document
19037         the above.
19039 2001-10-31  Akim Demaille  <akim@epita.fr>
19041         * tests/Makefile.am (atconfig): Remove this target, Automake
19042         handles it now.
19044 2001-10-31  Akim Demaille  <akim@epita.fr>
19046         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
19047         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
19048         provided, while it is optional.
19049         * configure.ac: Adjust.
19051 2001-10-26  Paul Eggert  <eggert@twinsun.com>
19053         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
19054           lib/Autom4te/Struct.pm:
19055         Require Perl 5.005_03 instead of just 5.005, as some tests fail
19056         with 5.005_02.
19058         * doc/autoconf.texi (Special Shell Variables): Document some
19059         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
19061         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
19062         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
19063         eval $LINENO is not portable in practice.
19065 2001-10-24  Akim Demaille  <akim@epita.fr>
19067         * lib/Autom4te/General.pm (backname): New.
19069 2001-10-24  Akim Demaille  <akim@epita.fr>
19071         * m4/: Remove, merged into...
19072         * config/: here.
19074 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
19076         * doc/autoconf.texi (Shellology): Mention the problems with bash
19077         2.05's use of ANSI quoting in its `set' builtin.
19079 2001-10-22  Paul Eggert  <eggert@twinsun.com>
19081         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
19082         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
19083         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
19084         POSIX decided to standardize on the int flavor of strerror_r.
19085         Always do char* test, as there's no reason not to.
19086         Assign to a char* var, to catch strerror_r that returns int*.
19088         * doc/autoconf.texi (Particular Functions):
19089         Document the above changes.  Also, document the fact that
19090         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
19092         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
19094 2001-10-20  Akim Demaille  <akim@epita.fr>
19096         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
19097         the executable was missing from the log.
19099 2001-10-20  Akim Demaille  <akim@epita.fr>
19101         * lib/Autom4te/General.pm (&update_file): If destination is
19102         unchanged, remove the source.
19103         (&up_to_date_p): Don't be verbose, be debug.
19104         * bin/autoreconf.in: No longer support --m4dir.
19105         (&autoreconf): Display the full path of the configure.ac we are
19106         studying.
19107         Trace it only once.
19108         Be sure to honor --force with gettextize.
19109         Always run aclocal.
19110         * doc/autoconf.texi: Adjust.
19112 2001-10-20  Akim Demaille  <akim@epita.fr>
19114         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
19115         Remove, dead.
19116         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
19117         `intl' is already present, as it refuses unless --force.
19118         (&parse_args): Use -I, --include instead of the old Autoconf
19119         options.
19120         ($localdir, $autoconf_dir): Remove.
19121         (@include): New.
19122         (&maybe_autoreconf): New, to preserve $_ for File::Find.
19124 2001-10-19  Jens Petersen  <petersen@redhat.com>
19126         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
19127         * doc/autoconf.texi (Particular Programs): Likewise.
19129 2001-10-19  Akim Demaille  <akim@epita.fr>
19131         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
19132         file in @configure_input@.
19133         Don't mention `automatically' in addition to `generated'.
19134         * tests/torture.at (#define header templates): Adjust.
19136 2001-10-19  Akim Demaille  <akim@epita.fr>
19138         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
19139         comment, explain how to install automatic mode selection.
19140         From Russ Allbery.
19142 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
19144         * bin/autoreconf.in (autoreconf): Display the path to the
19145         configure.ac being studied.
19147 2001-10-18  Paul Eggert  <eggert@twinsun.com>
19149         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
19150         long, to work around a bug in the HP C compiler version HP92453-01
19151         B.11.11.23709.GP.
19153         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
19154         (AS_BASENAME_EXPR): New macro.
19155         (AS_BASENAME_SED): Do not assume GNU sed semantics.
19156         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
19157         and fall back on 'sed' only if the other two fail.  This makes
19158         AS_BASENAME act more like AS_DIRNAME.
19159         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
19160         contains white space.
19161         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
19162         Use AS_DIRNAME, since I think it's now DOS-friendly.
19163         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
19164         Allow "dirname //FOO" to return either / or //, as POSIX allows
19165         either behavior.
19167 2001-10-10  Akim Demaille  <akim@epita.fr>
19169         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
19170         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
19171         From Eric Sharkey.
19173 2001-10-10  Akim Demaille  <akim@epita.fr>
19175         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
19176         m4_define, since...
19177         (_AS_ECHO_N): AS_REQUIREs it.
19179 2001-10-10  Akim Demaille  <akim@epita.fr>
19181         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
19182         (AC_INCLUDES_DEFAULT): Move to...
19183         * lib/autoconf/headers.m4: here.
19184         * lib/autoconf/types.m4: Comment changes.
19185         * doc/autoconf.texi: Specify where the default includes are used
19186         in the macro prototypes.
19188 2001-10-09  Akim Demaille  <akim@epita.fr>
19190         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
19191         transition code.
19193 2001-10-08  Akim Demaille  <akim@epita.fr>
19195         * bin/autoreconf.in (&autoreconf): Remove debugging code.
19196         (&parse_args): Pass verbosity/debugging options to subtools when
19197         --debug, not when --verbose.
19198         * lib/autom4te.in (Autoreconf-preselections): New.
19199         (Autoconf): Use it.
19201 2001-10-08  Akim Demaille  <akim@epita.fr>
19203         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
19205 2001-10-08  Akim Demaille  <akim@epita.fr>
19207         * doc/autoconf.texi (autoreconf Invocation): Adjust.
19208         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
19210 2001-10-08  Akim Demaille  <akim@epita.fr>
19212         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
19213         (Syntax of the shell scripts): Don't.
19214         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
19215         bother with $force since...
19216         * lib/Autom4te/General.pm: does.
19218 2001-10-08  Akim Demaille  <akim@epita.fr>
19220         * bin/autoreconf.in: Rewrite in Perl.
19221         * configure.ac: Adjust.
19222         * lib/Autom4te/General.pm (&up_to_date_p): New.
19223         * bin/autom4te.in (&up_to_date_p): Use it.
19224         Rename as...
19225         (&up_to_date): this.
19227 2001-10-08  Akim Demaille  <akim@epita.fr>
19229         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
19230         (m4_list_cmp): Use $0 to reinvoke yourself.
19231         (m4_patsubsts): New.
19232         (m4_strip, m4_version_unletter): Use it.
19233         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
19235 2001-10-08  Akim Demaille  <akim@epita.fr>
19237         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
19238         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
19239         * lib/autoconf/types.m4, lib/autotest/general.m4,
19240         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
19241         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
19242         m4_bregexp, m4_bpatsubst, and m4_bmatch.
19243         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
19245 2001-10-08  Akim Demaille  <akim@epita.fr>
19247         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
19249 2001-10-08  Akim Demaille  <akim@epita.fr>
19251         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
19252         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
19253         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
19254         * tests/tools.at, tests/m4sh.at: Use it.
19255         * tests/m4sh.at: Don't rely on Autoconf macros.
19256         (DIRNAME_TEST): Also exercise the expr variant.
19257         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
19258         preferred M4sugar extension is now `.4s'.
19259         * tests/README: Remove.
19261 2001-10-08  Akim Demaille  <akim@epita.fr>
19263         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
19264         (m4_provide_if): this.
19265         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
19266         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
19267         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
19268         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
19270 2001-10-08  Akim Demaille  <akim@epita.fr>
19272         Use `add-log-current-defun-function' for ChangeLog creation.
19273         Suggested by Tom Tromey.
19275         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
19276         (autotest-mode): Adjust.
19277         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
19278         'comment-region onto `C-c ;'.
19279         Comments are `#', not `dnl'.
19280         (autoconf-current-defun): New.
19281         (autoconf-font-lock-keywords): Recognize `m4_defun'.
19283 2001-10-08  Akim Demaille  <akim@epita.fr>
19285         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
19286         * lib/m4sugar/m4sh.m4: here.
19287         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
19288         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
19289         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
19290         include handle the m4_pattern_*, no longer push the
19291         BODY diversion nor set the /bin/sh line, AS_INIT does it.
19292         * lib/autotest/general.m4 (AT_INIT): Likewise.
19293         * tests/base.at: Adjust the tests to use AS_INIT.
19294         * tests/tools.at (AT_DATA_FORBIDDEN): New.
19295         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
19296         Autoconf.
19298 2001-10-07  Paul Eggert  <eggert@twinsun.com>
19300         * doc/autoconf.texi (config.status Invocation):
19301         CONFIG_SHELL defaults to a shell that supports LINENO if available.
19303         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
19304         shell does not support LINENO, and if CONFIG_SHELL is unset or
19305         empty, and if we can find a shell that does support LINENO,
19306         then set CONFIG_SHELL to that shell and then re-execute
19307         ourselves with CONFIG_SHELL.
19309 2001-10-05  Paul Eggert  <eggert@twinsun.com>
19311         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
19312         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
19313         build of $(TESTSUITE).
19315 2001-10-05  Akim Demaille  <akim@epita.fr>
19317         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
19318         iff we are a bareword.
19319         Reported by Raja R Harinath.
19321 2001-10-05  Akim Demaille  <akim@epita.fr>
19323         * tests/m4sh.at (LINENO): New.
19324         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
19325         PATH_SEPARATOR before using it.
19326         Fix the absolute path case/esac pattern.
19327         Provide $0 as fallback for as_myself.
19328         Reported by Raja R Harinath.
19330 2001-10-05  Akim Demaille  <akim@epita.fr>
19332         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
19333         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
19335 2001-10-05  Akim Demaille  <akim@epita.fr>
19337         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
19338         (AS_SHELL_SANITIZE): here.  Use it.
19339         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
19340         From Paul Eggert.
19342 2001-10-04  Akim Demaille  <akim@epita.fr>
19344         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
19345         combination of Awk and sed to replace $LINENO.
19347 2001-10-02  Paul Eggert  <eggert@twinsun.com>
19349         * doc/autoconf.texi (Limitations of Builtins): You can't use
19350         "source"; it's not portable.  Remove confusing and
19351         somewhat-incorrect example involving "." and "/".
19353         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
19354         compatibility with POSIX shells.
19356 2001-10-02  Akim Demaille  <akim@epita.fr>
19358         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
19359         instead of exec'ing to preserve $0 and $@.
19361 2001-10-01  Akim Demaille  <akim@epita.fr>
19363         * tests/testsuite (AT_INIT) <at_pass_list>: New.
19364         Don't run twice the same test.
19366 2001-10-01  Akim Demaille  <akim@epita.fr>
19368         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
19369         No longer output the list of tests.
19370         <--list>: New option.
19371         <--full-help>: Remove.
19372         Complete the short/long options duality.
19373         Various small adjustments.
19375 2001-10-01  Akim Demaille  <akim@epita.fr>
19377         * doc/autoconf.texi: Use @kbd for user input.
19378         Always use `$' as shell prompt.
19380 2001-09-30  Paul Eggert  <eggert@twinsun.com>
19382         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
19383         Don't use nested parenthesization.  This patch was originally
19384         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
19385         but somehow it didn't get incorporated then.
19386         * doc/autoconf.texi (Limitations of Usual Tools):
19387         Clarify remark about sed and nested parenthesization.
19389         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
19390         Report an error if the size cannot be determined even though
19391         the type exists.
19392         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
19393         Check for `expr' arithmetic overflow, and for compilation failure,
19394         and invoke a new argument $4 if either is discovered.
19395         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
19396         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
19398 2001-09-28  Akim Demaille  <akim@epita.fr>
19400         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
19401         * m4/lispdir.m4: New.
19402         * aclocal.m4, configure.ac: Adjust.
19404 2001-09-28  Akim Demaille  <akim@epita.fr>
19406         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
19407         (AT_TESTED): this.
19408         (AT_INIT): More the wrapped section to where it will be expanded.
19409         Output `AT_tested' only when existing.
19410         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
19412 2001-09-27  Akim Demaille  <akim@epita.fr>
19414         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
19415         generates too many bug reports.
19417         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
19418         status when executing the ACTION-IF-FALSE.
19419         * tests/base.at (AC_TRY_*): Rename as...
19420         (AC_TRY_COMMAND): this.
19421         (AC_RUN_IFELSE): New.
19422         * tests/compile.at (Extensions, C keywords)
19423         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
19424         (Broken/missing compilers, AC_PROG_CPP with warnings)
19425         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
19426         * tests/c.at (Extensions, C keywords)
19427         (Broken/missing compilers, AC_PROG_CPP with warnings)
19428         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
19429         (AC_PROG_CPP requires AC_PROG_CC): here and...
19430         * tests/fortran.at (GNU Fortran 77): there.
19431         * doc/autoconf.texi (autoconf Invocation): Fix the example:
19432         AC_TRY_RUN is about compilation, not shell commands.
19433         (Test Programs): AC_TRY_RUN works as used to be advertised.
19435 2001-09-27  Akim Demaille  <akim@epita.fr>
19437         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
19438         Raja R Harinath:
19439         Be sure to detect when $LINENO always returns the same value.
19440         Look for the original script, basename($0) is certainly not
19441         enough.
19442         Pass the CLI arguments to `$as_me.lineno'.
19444 2001-09-25  Akim Demaille  <akim@epita.fr>
19446         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
19447         Be sure the close and reopen the LOG fd before and after using tee
19448         to extend the log.
19449         <at_tests_pattern>: Adjust to the new format of at_help_all.
19451 2001-09-23  Akim Demaille  <akim@epita.fr>
19453         * bin/autom4te.in (parse_args): There can be several invocations
19454         of --language now.
19456 2001-09-23  Akim Demaille  <akim@epita.fr>
19458         * doc/autoconf.texi (Top): Wrap in @ifnottex.
19460 2001-09-23  Akim Demaille  <akim@epita.fr>
19462         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
19463         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
19464         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
19465         builddir, buildpath, top_builddir, and top_buildpath.
19466         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
19467         the current directory.
19468         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
19469         variables *before* changing the current directory.
19470         Skip nonexistent dirs.
19471         * doc/autoconf.texi (Preset Output Variables): Document these
19472         variables.
19474         * lib/autotest/general.m4: Do not reset AT_victims.
19475         Don't compute at_srcdir nor at_top_srcdir.
19477         * tests/tools.at: Hence use top_srcdir.
19479         * tests/Makefile.am, tests/autoconf, tests/autoheader,
19480         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
19481         Remove.
19482         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
19483         * tests/wrapsh.in, tests/autoupdate.in: New.
19484         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
19485         * configure.ac: Build the position independent wrappers.
19487         * man/Makefile.am: Now that test wrappers are position
19488         independent, use them and drop dark envvar magic.
19490 2001-09-23  Akim Demaille  <akim@epita.fr>
19492         * doc/autoconf.texi (Common Shell Constructs): Rename as...
19493         (Programming in M4sh): this.
19494         Promote to @section.
19496 2001-09-23  Akim Demaille  <akim@epita.fr>
19498         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
19499         Pass $at_debug_args to the rerun test suite.
19500         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
19501         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
19502         From Paul Eggert.
19504 2001-09-23  Akim Demaille  <akim@epita.fr>
19506         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
19508 2001-09-23  Akim Demaille  <akim@epita.fr>
19510         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
19511         over-escaping.
19513 2001-09-23  Akim Demaille  <akim@epita.fr>
19515         * lib/Autom4te/General.pm (&debug): New.
19516         * bin/autom4te.in ($language): Move to...
19517         (parse_args): here.
19518         Handle --language in languages.
19519         * lib/autom4te.in (Automake-selections, Autoheader-selections)
19520         (Autoscan-selections): New.
19521         (Autoconf): Adjust.
19523 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
19525         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
19526         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
19527         to match current versions from CVS Automake.
19529 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
19531         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
19532         for $LINENO.
19534 2001-09-22  Akim Demaille  <akim@epita.fr>
19536         * lib/autoconf/autotest.m4: Create `package.m4'.
19537         * tests/Makefile.am (package.m4): Remove.
19539 2001-09-22  Akim Demaille  <akim@epita.fr>
19541         Rely on `$LINENO' when possible instead of `__oline__'.
19543         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
19544         `$LINENO' support replacement when not supported.
19545         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
19546         them explicitly to be sure they are not output before this section
19547         (via m4_require).  Cosmetic only.
19548         * lib/autoconf/c.m4, lib/autoconf/general.m4,
19549         * lib/autoconf/programs.m4: Replace all the occurrences of
19550         `__oline__' with `$LINENO'.
19551         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
19553 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
19555         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
19556         character (u: -> ue) in a code comment.
19557         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
19558         it works.
19560 2001-09-21  Akim Demaille  <akim@epita.fr>
19562         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
19563         Suggested by Jim Meyering.
19565 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19567         * lib/autoconf/programs.m4: Use extensions listed in
19568         $ac_executable_extensions when looking for programs.
19570 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19572         * lib/autoconf/general.m4: Fix a small Englisho.
19573         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
19574         setting up ac_dir_suffix and ac_top_builddir.
19575         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
19577 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19579         * doc/autoconf.texi (File System Conventions): Clarify the use of
19580         PATH_SEPARATOR.
19581         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
19582         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
19583         be used instead of ':'.
19584         * lib/autotest/general.m4: Replace occurrences of ':' in
19585         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
19587 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19589         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
19590         arguments.  Fixed a typo.
19592 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19594         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
19595         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
19597 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19599         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
19600         * bin/autoupdate.in: Ditto.
19601         * bin/autoheader.in: Reworded a few comments.
19602         * bin/autoconf.in: Reworded help text for a few options.
19603         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
19604         * bin/autoscan.in, bin/autoupdate.in: Ditto.
19606 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
19608         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
19609         already have $file).  Set output files to binary mode (helps avoid
19610         CR issues on DOSish systems).
19612 2001-09-19  Akim Demaille  <akim@epita.fr>
19614         * lib/autotest/general.m4: Englishoes.
19615         From Tim Van Holder and Alexey Mahotkin.
19617 2001-09-18  Paul Eggert  <eggert@twinsun.com>
19619         * doc/autoconf.texi (Common Shell Constructs): New node,
19620         documenting AS_DIRNAME.
19621         (Limitations of Usual Tools): Refer to it when discussing dirname.
19622         Also, update discussion of POSIX standard to reflect latest draft.
19624         * lib/autoconf/c.m4:
19625         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
19627         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
19628         Do not pass a first argument with leading '-'
19629         to expr, by parenthesizing initial integers that might be negative.
19631         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
19632         now merely checks whether it is an error to pass an argument
19633         to getpgrp.
19635         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
19636         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
19637         whether it is a (compile-time) error to pass an argument to
19638         getpgrp.  This simpler test supports the revised documentation,
19639         and is all that AC_FUNC_GETPGRP's users really need.
19641 2001-09-18  Akim Demaille  <akim@epita.fr>
19643         * doc/autoconf.texi (Limitations of Make) <$<>: New.
19645 2001-09-18  Akim Demaille  <akim@epita.fr>
19647         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
19648         `{}'.
19649         * lib/autotest/general.m4 (AT_INIT): Adjust.
19651 2001-09-18  Paul Wagland  <paul@wagland.net>
19653         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
19654         correctly.
19655         Add test for AS_BASENAME.
19656         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
19657         added test. It now correctly handles /1/2/3/, returning '3' not ''.
19658         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
19659         * tests/base.at: Fixed the expected responses. The old ones were
19660         one line out...
19661         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
19662         the documentation claims it should (and how it behaved in 2.13).
19664 2001-09-18  Akim Demaille  <akim@epita.fr>
19666         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
19667         the AC_CONFIG_COMMANDS invocation.
19668         This also solves the name clash problems.
19669         Don't set the package's ID.
19670         * lib/m4sugar/Makefile.am (version.m4): Revamp.
19671         No longer to be shipped.
19672         (version.in): Remove.
19673         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
19674         * lib/autoconf/status.m4: Adjust.
19675         Use `m4_PACKAGE_STRING'.
19676         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
19677         the only optional argument is the name of the test suite.
19678         Expect `package.m4' to define the package signature.
19679         * lib/autom4te.in (Autotest): Add `package.m4?'.
19680         * tests/Makefile.am (package.m4): New.
19681         * tests/suite.at: ifnames is a victim.
19683 2001-09-18  Akim Demaille  <akim@epita.fr>
19685         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
19686         AC_LIBSOURCE, AC_CONFIG_FILES.
19687         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
19688         program version string doesn't match the package's.
19689         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
19690         after `(cached)'.
19692 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19694         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
19695         Allow expression to return any value that can fit into unsigned long
19696         (not int, as before).  Check for output errors.
19698 2001-09-17  Bruno Haible  <haible@ilog.fr>
19700         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
19701         Always include <stdio.h> and <stdlib.h>. Evaluate
19702         the expression in an extra function before these includes. Call
19703         fprintf "%d" only after ensuring the argument is of type 'int'.
19704         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
19706 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19708         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
19709         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
19710         fatal errors, and AC_CHECK_LIB causes it to include libraries even
19711         when they don't exist.
19713         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
19714         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
19715         need it.
19717         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
19718         version with the version used by fileutils 4.1, except use
19719         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
19720         we don't need it.
19722         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
19724 2001-09-13  Akim Demaille  <akim@epita.fr>
19726         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
19727         _first_.
19728         Reported by Gerrit P. Haase.
19730 2001-09-13  Akim Demaille  <akim@epita.fr>
19732         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
19733         m4_defn'ing is valid.
19735 2001-09-13  Akim Demaille  <akim@epita.fr>
19737         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
19738         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
19739         Use it.
19741 2001-09-13  Akim Demaille  <akim@epita.fr>
19743         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
19744         m4_match.
19745         (m4_re_escape): New.
19746         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
19747         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
19748         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
19749         Likewise.
19750         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
19751         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
19752         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
19753         AT_tests_all for consistency.
19754         Set at_victims.
19755         (AT_VICTIMS): Similar to AT_KEYWORDS.
19756         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
19758 2001-09-13  Akim Demaille  <akim@epita.fr>
19760         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
19762 2001-09-13  Akim Demaille  <akim@epita.fr>
19764         * lib/autotest/general.m4 (AT_INIT): Create and remove
19765         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
19766         test suites can cohabit.
19768 2001-09-13  Akim Demaille  <akim@epita.fr>
19770         * tests/mktests.sh: Don't output banners for empty test files.
19772 2001-09-13  Akim Demaille  <akim@epita.fr>
19774         Test suites can be run independently of configure.
19776         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
19777         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
19778         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
19779         ECHO_N etc.
19780         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
19781         and at_c.
19782         * lib/autotest/general.m4: Use ECHO_*.
19784 2001-09-13  Akim Demaille  <akim@epita.fr>
19786         * bin/ifnames.in: Rewrite in Perl.
19787         * configure.ac: Don't look for AWK.
19788         * tests/tools.at (AWK portability): Remove.
19789         (Syntax of the shell scripts): Don't check ifnames.
19790         (AT_CHECK_PERL_SYNTAX): New.
19791         (Syntax of the Perl scripts): Check ifnames.
19792         * tests/ifnames: New.
19794 2001-09-13  Akim Demaille  <akim@epita.fr>
19796         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
19797         test group titles.
19798         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
19799         Remove all the other keywords.
19801 2001-09-10  Akim Demaille  <akim@epita.fr>
19803         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
19804         SETUP: no longer used.
19805         Support -k, --keywords.
19806         <at_help>: Be `no', `short', or `long'.
19807         <at_help_all>: New variable.
19808         (AT_KEYWORDS): New.
19809         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
19810         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
19811         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
19812         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
19813         No longer fill the HELP diversion.
19814         (AT_CLEANUP): Use them.
19815         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
19816         (m4_list_append): Remove.
19818         Spread a few keywords in the Autoconf test suite.
19820 2001-09-10  Akim Demaille  <akim@epita.fr>
19822         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
19823         PATH_SEPARATOR, let M4sh compute it.
19824         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
19825         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
19826         Move to...
19827         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
19828         Simplify when the path is not a literal.
19829         (AS_UNAME): Use it to report PATH.
19830         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
19831         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
19832         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
19833         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
19834         normalize the path, and to look for victims.
19835         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
19836         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
19838 2001-09-07  Akim Demaille  <akim@epita.fr>
19840         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
19841         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
19842         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
19843         related variables into `at_package_*'.
19844         * lib/autotest/general.m4 (AT_VICTIMS): New.
19845         (AT_INIT): Adjust for stand-alone/embedded test suites.
19846         (AS_MESSAGE_LOG_FD): Define and use it.
19847         * tests/suite.at (AT_VICTIMS): Use it.
19848         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
19849         at_version.
19851 2001-09-07  Akim Demaille  <akim@epita.fr>
19853         Move toward possibly stand-alone test suites.
19855         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
19856         in addition, it introduces useless differences in logs.
19857         (AT_INIT): Let atconfig and atlocal be both optional.
19858         Adjust PATH computation.
19859         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
19861 2001-09-07  Akim Demaille  <akim@epita.fr>
19863         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
19864         m4sugar/version.m4.
19866 2001-09-05  Akim Demaille  <akim@epita.fr>
19868         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
19869         to avoid GCC warnings.
19870         From Uwe Seimet.
19872 2001-09-05  Akim Demaille  <akim@epita.fr>
19874         * bin/autom4te.in: --language is -l, not -s.
19876 2001-09-05  Akim Demaille  <akim@epita.fr>
19878         Be ready to handle filenames as stupid as `dnl.at', for if even
19879         the maintainer is dumb enough to do that...
19881         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
19882         excellence in M4 quotation: consider `__file__' is active.
19884         And BTW, when invoking m4, pass the --include in the right order:
19885         the wrong one.
19887         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
19888         4m.
19890 2001-09-05  Akim Demaille  <akim@epita.fr>
19892         * lib/Autom4te/XFile.pm: New lib file.
19893         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
19894         * bin/autoheader.in: Use it.
19896 2001-09-05  Akim Demaille  <akim@epita.fr>
19898         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
19899         defined.
19901 2001-09-05  Akim Demaille  <akim@epita.fr>
19903         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
19904         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
19906         * bin/autoscan.in: Use `getopt' and `find_files' etc.
19907         Add -I, --include support.
19908         * doc/autoconf.texi (autoscan Invocation): Adjust.
19910 2001-09-05  Akim Demaille  <akim@epita.fr>
19912         CVS GNU M4 doesn't like `undefine(undefined)'.
19914         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
19915         New, extracted from main.
19916         Use IO::File wherever possible.
19917         (input.m4): Be constant, use -I instead of hard coding $tmp.
19918         Therefore be a quoted heredoc.
19919         Don't invoke `_au_disable', since ac was not loaded, but just
19920         `unm4.m4'.
19922 2001-08-31  Akim Demaille  <akim@epita.fr>
19924         Version 2.52d.
19926 2001-08-31  Akim Demaille  <akim@epita.fr>
19928         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
19929         previous patch.
19930         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
19932 2001-08-31  Akim Demaille  <akim@epita.fr>
19934         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
19935         serious problems handling heredocs in heredocs.
19936         Reported by Nicolas Joly.
19938 2001-08-31  Akim Demaille  <akim@epita.fr>
19940         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
19941         (Making testsuite Scripts): Update.
19943 2001-08-31  Akim Demaille  <akim@epita.fr>
19945         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
19947 2001-08-31  Akim Demaille  <akim@epita.fr>
19949         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
19950         (testsuite Scripts): There is no such thing as `atconfig.in'.
19951         And actually one diagram is missing: test suite runtime.
19953 2001-08-31  Akim Demaille  <akim@epita.fr>
19955         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
19956         inverse order.
19958 2001-08-31  Akim Demaille  <akim@epita.fr>
19960         * bin/autoupdate.in (@include): `installcheck' revealed the path
19961         to m4sugar was lacking!
19963 2001-08-31  Akim Demaille  <akim@epita.fr>
19965         * man/Makefile.am (.x.1): We really have to pass
19966         autom4te_perllibdir.
19968 2001-08-31  Akim Demaille  <akim@epita.fr>
19970         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
19971         debug scripts, in particular passing explicitly listed tests to
19972         run is stupid.
19974 2001-08-31  Akim Demaille  <akim@epita.fr>
19976         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
19977         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
19978         Use directly autom4te, not autoconf.
19979         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
19981 2001-08-31  Akim Demaille  <akim@epita.fr>
19983         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
19984         * bin/autoheader.in (%symbol): Strip arguments of macros.
19986 2001-08-31  Akim Demaille  <akim@epita.fr>
19988         * doc/autoconf.texi: Catch up -I, --include changes.
19990 2001-08-31  Akim Demaille  <akim@epita.fr>
19992         * bin/autom4te.in (&parse_args): Die on unknown languages.
19993         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
19994         need for autoconf.
19995         Promote --include over --macrodir and other obsolete options.
19997 2001-08-31  Akim Demaille  <akim@epita.fr>
19999         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
20000         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
20001         * bin/autom4te.in ($autoconf): Pass --force.
20002         `print $out' doesn't print `$_' but `$out'.
20003         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
20004         (autoheader): Pass --force since the test suite goes too fast for
20005         the time stamps.
20006         Adjust to the new autoheader messages.
20008 2001-08-31  Akim Demaille  <akim@epita.fr>
20010         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
20011         Check the completeness of the #template.
20012         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
20013         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
20014         invocation.
20016 2001-08-31  Akim Demaille  <akim@epita.fr>
20018         * lib/Autom4te/General.pm (&find_file, &update_file): New.
20019         * bin/autoupdate.in, bin/autoheader.in: Adjust.
20020         Drop AC_MACRODIR dead for real.
20021         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
20022         `autoheader: `config.hin' is created'.
20023         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
20025 2001-08-31  Akim Demaille  <akim@epita.fr>
20027         * bin/autoheader.in: Rewrite in Perl.
20028         * tests/autoheader: Adjust.
20030 2001-08-31  Akim Demaille  <akim@epita.fr>
20032         * bin/autoconf.in (--include, -I): New option.
20033         Map --localdir, --autoconf-dir onto it.
20034         Forward autom4te's options instead of interpreting them.
20035         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
20036         There is no such envvar since the inception of autom4te.cfg.
20037         * bin/autom4te.in (&parse_args): Uniquify `@include'.
20038         * bin/autoupdate.in: Adjust, and perform more control.
20039         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
20040         * tests/autoconf: Dittowise.
20042 2001-08-31  Akim Demaille  <akim@epita.fr>
20044         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
20045         * bin/autom4te.in (&find_file): Support `FILE?' standing for
20046         optionally `FILE'.
20047         Use -e, not -f, since /dev/null for instance is OK.
20048         (&parse_args): Adjust.
20049         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
20051 2001-08-31  Akim Demaille  <akim@epita.fr>
20053         * configure.ac: Also find tested executables in bin.
20054         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
20055         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
20056         installed peer executables, only PATH is allowed to resolve it.
20057         Pass `autoconf_dir' via options, not via invisible envvars.
20058         * lib/Autom4te/General.pm (&find_peer): Remove.
20059         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
20060         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
20061         * man/Makefile.am: Let help2man rely on PATH instead of trying to
20062         find the executables for it.
20063         * tests/Makefile.am: Major cleanup.  Too lazy to document...
20064         * tests/atlocal.in: Remove all the obscure envvar manipulations.
20065         We only need PERL.
20066         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
20067         indeed related to running the test suite, while passing
20068         --autoconf-dir and others is related to running non installed
20069         Autoconf executables.  So don't do that, leave it to...
20070         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
20071         * tests/autoscan: New.
20072         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
20073         refer to library files: rely on --language.
20075 2001-08-29  Akim Demaille  <akim@epita.fr>
20077         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
20078         s/--set/--language/.
20080 2001-08-29  Akim Demaille  <akim@epita.fr>
20082         * doc/autoconf.texi: Strip the @nodes.
20083         Suggested by Paul Eggert.
20084         (Initializing configure): Typo.
20086 2001-08-29  Akim Demaille  <akim@epita.fr>
20088         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
20089         Suggested by Paul Eggert.
20091 2001-08-29  Akim Demaille  <akim@epita.fr>
20093         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
20094         download in a tmp dir.
20096 2001-08-29  Akim Demaille  <akim@epita.fr>
20098         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
20099         case insensitive OSes out there :(
20100         From Tim Van Holder.
20102 2001-08-29  Akim Demaille  <akim@epita.fr>
20104         * lib/autom4te.in: New.
20105         * lib/Makefile.am (edit, autom4te.cfg): New.
20106         * bin/autom4te.in (BEGIN): Simplify.
20107         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
20108         (&load_configuration): New.  Use it.
20109         (&parse_args): Support --mode, --set, and --melt.
20110         * bin/autoconf.in: Simplify and adjust.
20111         * tests/Makefile.am (AUTOMAKE): Use --set.
20112         * tests/atlocal.in: Adjust.
20113         * BUGS: distcheck and check are weak.
20115 2001-08-29  Akim Demaille  <akim@epita.fr>
20117         * lib/autotest/general.m4: Use
20118                 foo=`(command) 2>/dev/null`
20119         not
20120                 foo=`command` 2>/dev/null
20121         (at-devnull): Rename as...
20122         (AT-devnull): this.
20123         (--clean): Remove AT-* files too.
20124         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
20125         Reported by Nicolas Joly.
20127 2001-08-28  Akim Demaille  <akim@epita.fr>
20129         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
20130         quotes inside single quotes.
20131         Reported by Nicolas Joly.
20133 2001-08-28  Kevin Ryde  <user42@zip.com.au>
20135         * doc/autoconf.texi (Function Portability): Mention C right shifts.
20137 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
20139         * lib/autotest/general.m4: Reword some messages.
20140         (AT_INIT): Check for the `times' builtin before using it.
20141         Support test ranges as arguments to the testsuite.
20142         Have -e imply -d as the help text suggested.
20144 2001-08-27  Akim Demaille  <akim@epita.fr>
20146         * Makefile.maint: Formatting changes.
20147         (do-po-update, po-update, cvs-update, update): New targets.
20148         (AMTAR): Remove.
20150 2001-08-27  Akim Demaille  <akim@epita.fr>
20152         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
20153         <at_cmd_line>: New.
20154         Pass it to debug-*.sh scripts.
20155         <AUTOTEST_PATH>: May contain absolute dir names.
20157 2001-08-27  Akim Demaille  <akim@epita.fr>
20159         * lib/autotest/general.m4 (AT_INIT): Log the command line.
20160         Support `VAR=VAL' as arguments.
20161         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
20162         may be set via the command line.
20164 2001-08-27  Akim Demaille  <akim@epita.fr>
20166         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
20167         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
20168         first the build dirs, then the src dirs.
20169         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
20171 2001-08-27  Akim Demaille  <akim@epita.fr>
20173         * lib/autotest/general.m4 (AT_INIT): Output the definition of
20174         at_data_files earlier.
20175         (--clean, -c): New option.
20176         * tests/Makefile.am: Use this option.
20178 2001-08-27  Akim Demaille  <akim@epita.fr>
20180         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
20181         `ac_top_builddir' to mimic Automake's vocabulary, which much more
20182         readable.
20183         Adjust callers.
20184         * doc/autoconf.texi (Configuration Actions): Document the vars
20185         available in commands.
20186         Emphasize the risks of collisions in init-cmds.
20188 2001-08-27  Akim Demaille  <akim@epita.fr>
20190         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
20191         (Initializing configure): this new node.
20193 2001-08-27  Akim Demaille  <akim@epita.fr>
20195         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
20197 2001-08-27  Akim Demaille  <akim@epita.fr>
20199         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
20200         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
20201         New file.
20202         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
20204 2001-08-27  Akim Demaille  <akim@epita.fr>
20206         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
20207         to...
20208         * lib/autoconf/autoheader.m4: this new file.
20209         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
20210         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
20211         Move to...
20212         * lib/autoconf/autoupdate.m4: this new file.
20214 2001-08-27  Akim Demaille  <akim@epita.fr>
20216         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
20217         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
20218         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
20219         -> ac_dir).
20220         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
20221         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
20223 2001-08-27  Akim Demaille  <akim@epita.fr>
20225         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
20226         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
20227         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
20228         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
20229         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
20230         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
20231         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
20232         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
20233         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
20234         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
20235         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
20236         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
20237         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
20238         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
20239         (_AC_OUTPUT_SUBDIRS): Move to...
20240         * lib/autoconf/status.m4: this new file.
20241         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
20242         * tests/Makefile.am, tests/suite.at: Adjust.
20244 2001-08-27  Akim Demaille  <akim@epita.fr>
20246         Automake 1.5.
20248         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
20249         (AMTAR): Help automake define it.
20250         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
20251         needed, 1.5 can have a macro and a target with the same name.
20252         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
20253         * m4/strip.m4: New.
20254         * m4/init.m4, m4/sanity.m4: Update.
20255         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
20256         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
20257         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
20258         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
20260 2001-08-27  Akim Demaille  <akim@epita.fr>
20262         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
20264         * lib/autoconf/version.in: Remove.
20265         * lib/m4sugar/version.in: New.
20266         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
20267         Adjust callers.
20268         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
20269         the name of the directory they're in, instead of the filename,
20270         since version.m4 is now in m4sugar, but m4_acversion must not be
20271         classified as an Autoconf macro.
20272         ($input_m4): Don't qualify the path to m4sugar.
20273         Rather, pass autoconf_dir to m4.
20274         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
20275         * tests/suite.at: Require 2.52c.
20277 2001-08-27  Akim Demaille  <akim@epita.fr>
20279         testsuite.log should include config.log.
20281         * lib/autotest/autotest.m4: New.
20282         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
20283         * tests/suite.at : Adjust.
20284         (AT_INIT): Log config.log.
20285         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
20286         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
20287         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
20288         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
20289         of config.log on traps.
20290         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
20291         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
20292         for config.status'.
20293         Open the log as soon as possible.
20294         Use the same log introduction as configure's.
20296 2001-08-22  Paul Eggert  <eggert@twinsun.com>
20298         * doc/autoconf.texi (Indices): New node.
20299         Move indices out of the top level menu and into this submenu.
20301 2001-08-22  Akim Demaille  <akim@epita.fr>
20303         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
20304         AC_TRY_COMMAND.
20305         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
20307 2001-08-22  Akim Demaille  <akim@epita.fr>
20309         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
20310         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
20311         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
20312         * lib/autoconf/programs.m4: here.
20313         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
20314         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
20315         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
20316         * lib/autoconf/programs.m4: here.
20317         (_AC_DECL_YYTEXT): Rename as...
20318         (_AC_PROG_LEX_YYTEXT_DECL): this.
20319         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
20320         * tests/Makefile.am, tests/suite.am: Adjust.
20322 2001-08-22  Akim Demaille  <akim@epita.fr>
20324         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
20325         Move to...
20326         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
20327         here.
20328         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
20329         * lib/autoconf/functions.m4: here.
20330         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
20331         (AH_CHECK_LIB): Move to...
20332         * lib/autoconf/libs: this new file.
20333         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
20334         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
20335         * lib/autoconf/libs.m4: here.
20336         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
20338 2001-08-22  Akim Demaille  <akim@epita.fr>
20340         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
20341         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
20342         (AC_SITE_LOAD): Better logging of config.site.
20344 2001-08-20  Akim Demaille  <akim@epita.fr>
20346         * configure.ac (AT_CONFIG): Fix the path.
20347         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
20348         can be used.
20350 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
20352         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
20353         program with AC_LANG_PROGRAM before feeding it to
20354         AC_COMPILE_IFELSE.  Cleanup grep usage.
20356 2001-08-20  Akim Demaille  <akim@epita.fr>
20358         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
20359         * NEWS, README, README-alpha, TODO, tests/README: This package is
20360         `Autoconf', not `autoconf' (the executable).
20362 2001-08-20  Akim Demaille  <akim@epita.fr>
20364         Info readers seem to need `Index' in the index node title :(
20366         * doc/autoconf.texi: Reverse the 2001-08-15 change which
20367         simplified index node names.
20369 2001-08-20  Akim Demaille  <akim@epita.fr>
20371         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
20372         arguments are not literals.
20373         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
20374         Specify the output variables, and macros defined.
20376 2001-08-20  Akim Demaille  <akim@epita.fr>
20378         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
20379         (Examining Syntax) <AC_TRY_COMPILE>
20380         (Examining Libraries) <AC_TRY_LINK>
20381         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
20382         their arguments.
20383         Reported by Werner Lemberg.
20385 2001-08-20  Akim Demaille  <akim@epita.fr>
20387         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
20388         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
20389         Load atlocal late enough to dump it in the log.
20390         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
20392 2001-08-20  Akim Demaille  <akim@epita.fr>
20394         * tests/torture.at (Configuring subdirectories): New test.
20395         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
20396         looking for.
20397         * m4/atconfig.m4: Be sure the let $[0] be expandable.
20398         (top_srcdir): Fix its computation.
20400 2001-08-20  Akim Demaille  <akim@epita.fr>
20402         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
20403         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
20404         test suite lives.
20405         Create `atconfig' automagically.
20406         Configure atlocal.in if present.
20407         * tests/atconfig.in: Remove.
20408         * tests/atlocal.in: New.
20409         * tests/Makefile.am: Adjust.
20411 2001-08-20  Akim Demaille  <akim@epita.fr>
20413         Huh!?!?!  There are still some user EOF tags used, which prevents
20414         their use in AC_CONFIG_COMMANDS for instance...
20416         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
20417         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
20418         `_CSEOF', or `_ATEOF', as appropriate.
20419         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
20420         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
20422 2001-08-20  Akim Demaille  <akim@epita.fr>
20424         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
20425         * tests/semantics.at, tests/tools.at, tests/torture.at:
20426         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
20428 2001-08-20  Akim Demaille  <akim@epita.fr>
20430         Autotest invokes M4sh's initialization.
20432         * lib/autotest/general.m4: Adjust the diversion names.
20433         (AT_INIT): Run AS_INIT.
20434         Use the BINSH diversion to invoke /bin/sh.
20435         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
20436         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
20438 2001-08-20  Akim Demaille  <akim@epita.fr>
20440         Let M4sh have its own diversions.
20442         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
20443         (_m4_divert(NOTICE)): Rename as...
20444         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
20445         (_m4_divert(HEADER-COMMENT)): these.
20446         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
20447         (_m4_divert(NOTICE)): New, for Libtool.
20448         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
20449         long ago with `_m4_divert(GROW)'.
20450         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
20452 2001-08-20  Akim Demaille  <akim@epita.fr>
20454         * tests/base.at, tests/compile.at, tests/foreign.at,
20455         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
20456         * tests/semantics.at, tests/suite.at, tests/tools.at,
20457         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
20459 2001-08-20  Akim Demaille  <akim@epita.fr>
20461         * bin/autom4te.in (handle_output): Handle @__@.
20463 2001-08-20  Akim Demaille  <akim@epita.fr>
20465         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
20466         * lib/autotest/general.m4: Adjust the license.
20468 2001-08-17  Paul Eggert  <eggert@twinsun.com>
20470         * doc/autoconf.texi (Function Portability): Mention snprintf,
20471         following up on a suggestion by Kevin Ryde.
20473 2001-08-17  Akim Demaille  <akim@epita.fr>
20475         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
20476         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
20478 2001-08-17  Akim Demaille  <akim@epita.fr>
20480         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
20481         `$0.log' as for projects where testsuite is in src, we'd have
20482         testsuite.log created in src.
20484 2001-08-17  Akim Demaille  <akim@epita.fr>
20486         * bin/autom4te.in (&parse_args): Recognize --normalize.
20488 2001-08-17  Akim Demaille  <akim@epita.fr>
20490         Start implementing the AC_CHECK_HEADER transition scheme.
20492         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
20493         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
20494         (AC_CHECK_HEADER): Use them.
20496 2001-08-17  Akim Demaille  <akim@epita.fr>
20498         * doc/autoconf.texi: Work around Texinfo buglets.
20499         (Transformation Rules): One example is enough, users are expected
20500         to have their brains on. And BTW, use DESTDIR.
20501         (dvar): New macro.  Use it.
20503 2001-08-17  Akim Demaille  <akim@epita.fr>
20505         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
20506         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
20507         looking for ChangeLogs.
20509 2001-08-17  Akim Demaille  <akim@epita.fr>
20511         * bin/autom4te.in: --normalize is a new option.
20512         * bin/autoconf.in: Use it.
20514 2001-08-17  Akim Demaille  <akim@epita.fr>
20516         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
20517         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
20519 2001-08-16  Paul Eggert  <eggert@twinsun.com>
20521         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
20522         start, not at end.
20524 2001-08-15  Akim Demaille  <akim@epita.fr>
20526         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
20527         Use it.
20529 2001-08-15  Akim Demaille  <akim@epita.fr>
20531         * doc/autoconf.texi (pr): New index.
20532         (prindex, findex): Use, merge, and output them.
20533         (Environment Variable Index, Output Variable Index)
20534         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
20535         (Autotest Macro Index): Rename as...
20536         (Environment Variables, Output Variables,Preprocessor Symbols)
20537         (Autoconf Macros, M4 Macros, Autotest Macros): these.
20538         * doc/install.texi: Use @command.
20539         (Environment Variables): Rename as...
20540         (Defining Variables): this.
20542 2001-08-15  Akim Demaille  <akim@epita.fr>
20544         * doc/autoconf.texi (Function Portability): sprintf's return
20545         value.
20546         From Kevin Ryde.
20548 2001-08-15  Akim Demaille  <akim@epita.fr>
20550         * Makefile.maint (CVS): New.
20551         (local-check): Run changelog-check. last.
20552         (alpha): Don't depend upon local-check, since...
20553         (cvs-dist): depends upon it.
20555 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
20557         * tests/Makefile.am: Use a clean-local rule to remove
20558         autom4te.cache (it's a directory, not a file.
20559         * Makefile.am: Ditto (but maintainer-clean-local).
20561 2001-08-15  Akim Demaille  <akim@epita.fr>
20563         * bin/autom4te.in (@m4_warning): New.
20564         (&handle_m4): Use it.
20565         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
20566         warnings are issued at each run.
20567         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
20568         is in the src tree.
20570 2001-08-15  Akim Demaille  <akim@epita.fr>
20572         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
20573         don't waste time running `autoupdate --version' works.
20574         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
20576 2001-08-13  Akim Demaille  <akim@epita.fr>
20578         * doc/autoconf.texi (ma): Rename this index as...
20579         (ac): this.
20581 2001-08-13  Akim Demaille  <akim@epita.fr>
20583         * Makefile.am: Remove dead code and dead comments.
20584         (pdf, html): New targets.
20585         * doc/autoconf.texi (Using Autotest): New chapter.
20586         * doc/Makefile.am (pdf): New targets.
20587         (CLEANFILES): Adjust.
20589 2001-08-13  Akim Demaille  <akim@epita.fr>
20591         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
20592         duration of the test suite.
20594 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
20596         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
20597         endianness for comparison instead of relying on AT_CHECK_ENV.
20599 2001-08-11  Paul Eggert  <eggert@twinsun.com>
20601         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
20602         to the INSTALL file.
20604 2001-08-11  Paul Eggert  <eggert@twinsun.com>
20606         * NEWS: The autoconf manual now is distributed under the terms
20607         of the GNU Free Documentation License.
20609         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
20610         Add an appendix "Copying This Manual" for the FDL.
20612         * doc/fdl.texi: New file, from
20613         <http://www.gnu.org/licenses/fdl.texi>.
20615         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
20617 2001-08-10  Paul Eggert  <eggert@twinsun.com>
20619         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
20620         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
20621         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
20622         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
20623         m4/sanity.m4, tests/README, tests/aclocal.m4,
20624         tests/atspecific.m4, tests/base.at, tests/compile.at,
20625         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
20626         tests/semantics.at, tests/suite.at, tests/tools.at,
20627         tests/torture.at: Add copyright notice.
20629         * tests/mktests.sh: Update year in copyright notice.
20631 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
20633         * tests/semantics.at (AC_C_BIGENDIAN): New test.
20635 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
20637         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
20638         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
20639         * doc/autoconf.texi (C Compiler Characteristics): Update
20640         documentation for AC_C_BIGENDIAN.
20642 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
20644         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
20645         magic values from an object file when cross-compiling.
20646         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
20648 2001-08-10  Akim Demaille  <akim@epita.fr>
20650         * bin/autom4te.in (&handle_output): Don't use `grep' with side
20651         effects.
20652         Suggested by Russ Allbery.
20654 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
20656         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
20657         current $prefix to the sub-configures.
20659 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
20661         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
20662         extension (needed on BeOS).  Reported by Guido van Rossum.
20664 2001-08-09  Akim Demaille  <akim@epita.fr>
20666         * bin/autom4te.in ($icache): Load it only if older than autom4te.
20668 2001-08-07  Akim Demaille  <akim@epita.fr>
20670         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
20671         removed.
20672         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
20673         No need to remove the files before and after the each test, before
20674         each test and at the end of the suite is enough.
20675         Display only the children `times', not the shell's.
20676         If the test failed or was skipped, at-times is not available.
20678 2001-08-07  Akim Demaille  <akim@epita.fr>
20680         Always produce testsuite.log, including when there are no
20681         failures.  This helps getting information on skipped tests, and
20682         duration of the tests.  Err, implement the latter btw.
20684         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
20685         Dump information on the first run of each test.
20686         (AT_CLEANUP): Create `at-times' containing the duration of the
20687         test group.
20689 2001-08-07  Akim Demaille  <akim@epita.fr>
20691         The use of `dumpstat' revealed that `len' was used although it
20692         should not.  m4_text_wrap was using it, but in the Autoconf world
20693         where it is legal.  Hence (i) test M4sh in its own world, not
20694         Autoconf's, and (ii), ahem, fix the bug :)
20696         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
20697         does not like `' instead of [].
20698         (AT_INIT): Forbid `^_?AT_'.
20699         And don't output such tokens.
20700         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
20701         `script.as', and `autom4te.cache'.
20702         Remove `empty' and `macro' which are no longer used.
20703         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
20704         * tests/m4sugar.at: Use it.
20705         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
20707 2001-08-07  Akim Demaille  <akim@epita.fr>
20709         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
20711 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
20713         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
20715 2001-08-04  Akim Demaille  <akim@epita.fr>
20717         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
20718         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
20719         AC_TRY_LINK.
20720         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
20721         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
20722         (AC_F77_MAIN): Likewise.
20724 2001-08-04  Akim Demaille  <akim@epita.fr>
20726         Don't rely on M4sugar outputting the patterns in files, since we
20727         might process the output _without_ running m4, hence without these
20728         files.
20730         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
20731         * bin/autom4te.in (@Request::includes): Remove, unused.
20732         (@Request::source): Rename as...
20733         (@Request::input): this.
20734         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
20735         (&handle_output): Fetch the patterns from the traces.
20736         `$forbidden' and `$allowed' are constant: use m//o.
20737         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
20738         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
20740 2001-08-04  Akim Demaille  <akim@epita.fr>
20742         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
20743         autoconf', i.e., in addition to caching traces, cache the output.
20745         * bin/autom4te.in (Request::cache): Rename as...
20746         (Request::id): this.
20747         ($cache, $icache, $tcache, $ocache): New.
20748         (&handle_m4): Save M4 output in the cache instead of $tmp.
20749         (&handle_output): Adjust.
20750         (&up_to_date_p): Check that the output cache is up to date too.
20751         (top level): Run `&handle_m4' iff force or the cache is invalid.
20752         Run `&handle_output' if the output cache is more recent.
20754 2001-08-04  Akim Demaille  <akim@epita.fr>
20756         * bin/autom4te.in ($force): New.
20757         (&parse_args, &print_usage): -f, --force is a new option.
20758         (&handle_output): CPP directives might have spaces after `#'.
20759         (&parse_args): The first file only can be frozen.
20761 2001-08-04  Akim Demaille  <akim@epita.fr>
20763         Don't let autom4te compute the `include' traces several times:
20764         first check that the trace cache file is up to date, and then
20765         compare its timestamp with that of the output.
20767         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
20768         the preamble.  Don't require 5.005 as Autom4te::General does it,
20769         and better yet (use `use', not `require'!).
20770         * lib/Autom4te/Struct.pm: Rename the last occurrences of
20771         Class::Struct as Autom4te::Struct.
20772         * lib/Autom4te/General.pm (File::stat): Use it.
20773         (&mtime): New, export it.
20774         * bin/autom4te.in: Use it.
20775         Declare `$req' is invalid if it is outdated.
20776         Don't declare it valid before saving it if something went wrong.
20778 2001-08-04  Akim Demaille  <akim@epita.fr>
20780         Autom4te shall not encode Autoconf data, and preselecting traces
20781         must be proposed to the users.
20783         * bin/autom4te.in (@required_trace): Remove.
20784         (@preselect): New.
20785         (&parse_args, &print_usage): -p, --preselect is a new option.
20786         (&up_to_date_p): Adjust.
20787         * bin/autoconf.in: Preselect some Autoconf macros.
20789 2001-08-04  Akim Demaille  <akim@epita.fr>
20791         * tests/tools.at (autoconf --trace: user macros): Check traces on
20792         macros invoked without arguments, and macros invoked with multiple
20793         lines arguments.
20795 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
20797         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
20798         arguments.
20800 2001-08-03  Akim Demaille  <akim@epita.fr>
20802         * bin/autoconf.in ($@): Work around the usual sh bug.
20803         From Nicolas Joly.
20805 2001-08-03  Akim Demaille  <akim@epita.fr>
20807         Clean up the handling of the M4 builtins tracing exception.
20809         * bin/autom4te.in (Request::request): Don't complete M4 builtins
20810         trace requests.
20811         (@m4_builtins): Rename as...
20812         (@m4_builtin): this.
20813         (%m4_builtin_alternate_name): New.
20814         (&parse_args): Complete the trace requests with alternate names.
20815         (&handle_traces): Hence no longer do it here.
20816         (&trace_requests): Remove, unused.
20818 2001-08-03  Akim Demaille  <akim@epita.fr>
20820         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
20821         m4_if, and m4_wrap.
20823 2001-08-03  Akim Demaille  <akim@epita.fr>
20825         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
20826         (m4_divert_pop): Dump the whole diversion stack when a diversion
20827         mismatch happens.
20828         * bin/autom4te.in (&handle_output): Remember of the first
20829         occurrence of a possibly undefined macro, not the last.
20830         Complain about the possibly undefined macros in the same order as
20831         the appear in the output.
20832         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
20833         * tests/tools.at (autoconf: forbidden tokens, basic)
20834         (autoconf: forbidden tokens, exceptions): No longer sort
20835         autoconf's stderr, as it is now deterministic.
20836         Check that `dnl' is caught.
20838 2001-08-01  Akim Demaille  <akim@epita.fr>
20840         * configure.ac: Bump to 2.52c.
20842 2001-08-01  Akim Demaille  <akim@epita.fr>
20844         Version 2.52b.
20846         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
20848 2001-08-01  Akim Demaille  <akim@epita.fr>
20850         Version 2.52a.
20852 2001-08-01  Akim Demaille  <akim@epita.fr>
20854         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
20855         `die'.
20856         (&END): New.
20857         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
20858         `END', as `Autom4te::General::END' will be triggered.
20859         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
20860         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
20861         system to run `mv', `rm', and `cmp'.
20863 2001-08-01  Akim Demaille  <akim@epita.fr>
20865         * lib/Autom4te/General.pm (&unique): New.
20866         * bin/autoscan.in (&output): Use it to issue trace requests once.
20868 2001-08-01  Akim Demaille  <akim@epita.fr>
20870         * lib/Autom4te/General.pm: New.
20871         * bin/autom4te.in (Autom4te::General): Use it.
20872         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
20873         (&find_configure_ac, &find_slave): Remove.
20874         * bin/autoscan.in: Likewise.
20875         * bin/autoupdate.in: Likewise.
20877 2001-08-01  Akim Demaille  <akim@epita.fr>
20879         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
20880         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
20881         * bin: here, new directory.
20882         * lib/Autoconf: Rename as...
20883         * lib/Autom4te: this, to please case insensitive junkie OSes.
20885 2001-08-01  Akim Demaille  <akim@epita.fr>
20887         * autom4te.in ($m4): Handle the --nesting-limit.
20888         * autoconf.in (M4): Remove.
20890 2001-08-01  Akim Demaille  <akim@epita.fr>
20892         * autoconf.in ($AWK): Remove, no longer used.
20893         * test/tools.at: Use AT_CHECK_AUTOCONF.
20894         (AWK portability): Remove, for autoconf no longer uses AWK.
20895         (Syntax of the Perl scripts): New.
20896         * configure.ac: autoconf no longer needs an AWK with a good
20897         regexp engine.
20898         Use a static test on AC_PACKAGE_VERSION.
20899         * autom4te.in (&up_to_date_p): Output depends on the arguments.
20900         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
20901         * tests/atconfig.in (PERL): New.
20903 2001-08-01  Akim Demaille  <akim@epita.fr>
20905         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
20906         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
20907         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
20908         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
20909         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
20910         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
20911         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
20912         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
20913         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
20914         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
20915         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
20916         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
20917         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
20918         * lib/autoconf/c.m4: here, new file.
20920         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
20921         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
20922         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
20923         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
20924         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
20925         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
20926         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
20927         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
20928         (AC_F77_FUNC): Move to...
20929         * lib/autoconf/fortran.m4: here, new file.
20931 2001-08-01  Akim Demaille  <akim@epita.fr>
20933         * acfunctions.m4: Rename as...
20934         * lib/autoconf/functions.m4: this.
20935         * acgeneral.m4: Rename as...
20936         * lib/autoconf/general.m4: this.
20937         * acheaders.m4: Rename as...
20938         * lib/autoconf/headers.m4: this.
20939         * aclang.m4: Rename as...
20940         * lib/autoconf/lang.m4: this.
20941         * acoldnames.m4: Rename as...
20942         * lib/autoconf/oldnames.m4: this.
20943         * acspecific.m4: Rename as...
20944         * lib/autoconf/specific.m4: this.
20945         * actypes.m4: Rename as...
20946         * lib/autoconf/types.m4: this.
20947         * autoconf.m4: Rename as...
20948         * lib/autoconf/autoconf.m4: this.
20950         * m4sugar.m4: Rename as...
20951         * lib/m4sugar/m4sugar.m4: this.
20952         * m4sh.m4: Rename as...
20953         * lib/m4sugar/m4sh.m4: this.
20955         * tests/atgeneral.m4: Rename as...
20956         * lib/autotest/general.m4: this.
20958         * acfunctions: Rename as...
20959         * lib/autoscan/functions: this.
20960         * acheaders: Rename as...
20961         * lib/autoscan/headers: this.
20962         * acidentifiers: Rename as...
20963         * lib/autoscan/identifiers: this.
20964         * aclibraries: Rename as...
20965         * lib/autoscan/libraries: this.
20966         * acmakevars: Rename as...
20967         * lib/autoscan/makevars: this.
20968         * acprograms: Rename as...
20969         * lib/autoscan/programs: this.
20971 2001-08-01  Akim Demaille  <akim@epita.fr>
20973         * doc/autoconf.texi: Moving/deleting open files is not portable.
20974         Portability issues for `.' (source), and more information about sed.
20976 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
20978         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
20979         which has a special meaning and is not a reference to libibmil.a.
20980         Reported by Matteo Frigo.
20982 2001-07-25  Pavel Roskin  <proski@gnu.org>
20984         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
20985         output.
20987 2001-07-25  Akim Demaille  <akim@epita.fr>
20989         * autoconf.in: Try to define the variables before using them.
20990         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
20991         instead of `$perllibdir'.
20992         * tests/atconfig.in ($autom4te_perllibdir): Export it.
20994 2001-07-25  Akim Demaille  <akim@epita.fr>
20996         * autoconf.in (ac_LF_and_DOT): Remove, unused.
20998 2001-07-24  Akim Demaille  <akim@epita.fr>
21000         Let autoconf use autom4te for traces.
21002         * autoconf.in ($task, task trace): Remove, merely pass --trace to
21003         autom4te.
21004         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
21005         (Because I found no way for autom4te to accept `-').
21006         * autom4te.in (&Request::request): Beware of M4 builtins.
21007         (END): Don't try to remove the content of an empty dir.
21008         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
21009         (&handle_output): Set a default value to `$forbidden'.
21010         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
21011         ($autoconf): Pass --debug and --verbose.
21012         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
21013         cache.
21015 2001-07-24  Akim Demaille  <akim@epita.fr>
21017         Let autoconf use autom4te to create configure.
21019         * autoconf.in ($automate): New var.
21020         (task script): Use autom4te.
21021         * autom4te.in (File::Spec): Use it.
21022         (&find_file): New.
21023         (&parse_args): --warning is -W, not -w.
21024         Find the top level files.
21025         (&handle_m4): Pass the warnings flags.
21026         Don't report verbosely m4's failures, unless requested.
21027         (&handle_output): Don't complain for forbidden tokens in comments.
21028         Be sure to report all the forbidden tokens within a single line.
21029         (&trace_format_to_m4): Preserve `$_'.
21030         (&handle_traces): Sort the output macros.
21031         (&up_to_date_p): Find the files before trying to get its time stamp.
21033 2001-07-24  Akim Demaille  <akim@epita.fr>
21035         * Makefile.am: Ship, build and install Autom4te.
21036         (SUBDIRS): Add lib.
21037         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
21038         * configure.in: Require Perl.
21039         * man/autom4te.in: New.
21041 2001-07-19  Paul Eggert  <eggert@twinsun.com>
21043         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
21044         example, rather than (exit 1); exit (which isn't portable).
21046 2001-07-18  Akim Demaille  <akim@epita.fr>
21048         Version 2.52.
21050 2001-07-18  Akim Demaille  <akim@epita.fr>
21052         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
21053         was run, while they are needed also when it is expanded.
21054         Reported by Nicolas Joly.
21056         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
21057         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
21058         AC_F77_DUMMY_MAIN being expanded.
21060 2001-07-18  Akim Demaille  <akim@epita.fr>
21062         * configure.in: Bump to 2.51a.
21064 2001-07-17  Akim Demaille  <akim@epita.fr>
21066         Version 2.51.
21068 2001-07-17  Akim Demaille  <akim@epita.fr>
21070         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
21071         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
21073 2001-07-17  Akim Demaille  <akim@epita.fr>
21075         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
21076         used.  Well, then use the prototypes when you can, and runtime as
21077         a last resort.
21078         Reported by Artur Frysiak
21080         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
21081         (AC_FUNC_GETPGRP): Use it.
21082         First try to compile with 0-ary or 1-ary calls.
21084 2001-07-17  Akim Demaille  <akim@epita.fr>
21086         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
21087         replacement type.
21088         From Paul Eggert.
21090 2001-07-17  Akim Demaille  <akim@epita.fr>
21092         * Makefile.maint: Sync. with cppi 1.10.
21094 2001-07-17  Akim Demaille  <akim@epita.fr>
21096         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
21097         AC_F77_DUMMY_MAIN has been run.
21098         From Pavel Roskin and Steven G. Johnson.
21100 2001-07-17  Akim Demaille  <akim@epita.fr>
21102         * configure.in: Rename as...
21103         * configure.ac: this.
21105 2001-07-17  Akim Demaille  <akim@epita.fr>
21107         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
21108         rules.
21109         From Marc Espie.
21110         * Makefile.maint (release-archive-dir): Rename as...
21111         (release_archive_dir): this, so that it can be specialized in
21112         Makefile.
21114 2001-07-14  Akim Demaille  <akim@epita.fr>
21116         * configure.in: Bump to 2.50d.
21118 2001-07-14  Akim Demaille  <akim@epita.fr>
21120         Version 2.50c.
21121         * Makefile.maint (alpha): Typo.
21123 2001-07-14  Akim Demaille  <akim@epita.fr>
21125         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
21127 2001-07-14  Akim Demaille  <akim@epita.fr>
21129         * config/config.guess, config/config.sub, config/texinfo.tex
21130         * doc/standards.texi, doc/make-stds.texi: Update.
21132 2001-07-14  Akim Demaille  <akim@epita.fr>
21134         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
21136 2001-07-14  Akim Demaille  <akim@epita.fr>
21138         * Makefile.maint (maintainer-check): Rename as...
21139         (maintainer-distcheck): this.
21140         (changelog-check, static-check): New.
21141         Use them.
21143 2001-07-14  Kevin Ryde  <user42@zip.com.au>
21145         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
21146         for CXX is g++, not gcc.
21148 2001-07-14  Akim Demaille  <akim@epita.fr>
21150         * doc/autoconf.texi (Files): New subsection.
21152 2001-07-14  Akim Demaille  <akim@epita.fr>
21154         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
21155         of...
21156         (Generic Compiler Characteristics): this.
21157         (C++ Compiler): New subsection.
21159 2001-07-14  Akim Demaille  <akim@epita.fr>
21161         * autoscan.in: Use IO::File.
21162         Adjust all the routines to use it.
21163         ($log): New file (autoscan.log).
21164         (output): Dump detailed logs into $log, and a shortened version to
21165         stderr.
21166         (&scan_makefile): Refine the regexp catching tokens in the code.
21167         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
21168         and the `configure.ac' checking feature.
21170 2001-07-12  Akim Demaille  <akim@epita.fr>
21172         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
21173         Reported by Michael Elizabeth Chastain.
21175         * autoconf.in: Refuse such AWK.
21176         * configure.in: Likewise.
21177         * Makefile.am (acversion.m4): Do not use move-if-change this file
21178         has dependencies.
21179         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
21181 2001-07-10  Jens Petersen  <petersen@redhat.com>
21183         * autoscan.in (&scan_makefile): Improve programs regexp to parse
21184         things like "g++", "file.c" and "some-conf" as tokens.
21185         (&scan_file): Match C++ files extensions.
21186         If the filename extension is C++ then ask for c++.
21188 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
21190         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
21191         AC_TRY_LINK_FUNC, to check whether defining a dummy
21192         main-like routine is needed for linking with F77 libs.
21194 2001-07-05  Pavel Roskin  <proski@gnu.org>
21196         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
21197         after using break.
21198         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
21199         linking.
21201 2001-07-05  Akim Demaille  <akim@epita.fr>
21203         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
21204         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
21205         Makes' lives.
21206         Reported by Nicolas Joly.
21208 2001-07-04  Akim Demaille  <akim@epita.fr>
21210         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
21211         up.
21212         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
21213         warnings from compilers.
21214         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
21215         for all the compilers, not only GNU.  Hence move from here...
21216         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
21218 2001-07-04  Akim Demaille  <akim@epita.fr>
21220         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
21221         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
21222         AC_COMPILE_IFELSE.
21224 2001-07-04  Akim Demaille  <akim@epita.fr>
21226         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
21227         the ``strings.h'' change claimed below.
21229 2001-07-04  Akim Demaille  <akim@epita.fr>
21231         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
21233 2001-07-04  Akim Demaille  <akim@epita.fr>
21235         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
21236         strings.h if usable with string.h.
21237         Suggested by Paul Eggert.
21239 2001-07-04  Akim Demaille  <akim@epita.fr>
21241         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
21242         From Jens Petersen.
21244 2001-07-03  Akim Demaille  <akim@epita.fr>
21246         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
21247         etc. in the log.
21249 2001-07-03  Akim Demaille  <akim@epita.fr>
21251         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
21252         compiler, not the preprocessor.
21253         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
21254         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
21255         the right thing.
21256         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
21257         earlier if there are.
21259 2001-07-03  Akim Demaille  <akim@epita.fr>
21261         * autoscan.in ($initfile): Remove.
21262         (&find_file): Rename as...
21263         (&scan_file): this.
21264         Immediately scan the current file, instead of gathering them, and
21265         later having them handled by &scan_files.
21266         (&scan_files): Merely invoke Find::File.
21267         Adjust.
21269 2001-07-02  Akim Demaille  <akim@epita.fr>
21271         * autoscan.in: Formatting changes, matching the invocation order.
21272         (File::Find): Use it instead of Perl 4's `find.pl'.
21273         (&wanted): Rename as...
21274         (&find_file): this.
21276 2001-07-01  Pavel Roskin  <proski@gnu.org>
21278         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
21279         break in the argument to AC_TRY_LINK_FUNC.
21280         (AC_F77_MAIN): Remove conftest* after using break in the
21281         argument to AC_TRY_LINK.
21283 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
21285         Add alternate 'main' routine detection for linking C/C++ with Fortran,
21286         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
21288         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
21289         dummy alternate main is required even if the user provides her own
21290         'main'.
21291         (AC_F77_MAIN): New macro to detect whether it is possible to
21292         provide an alternate 'main' function name, using the 'main' from
21293         the Fortran libraries.
21294         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
21295         cross-language link tests can be performed successfully.
21296         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
21297         after $LIBS, for consistency; this should be the general rule since
21298         the user may want to link to Fortran libraries that require $FLIBS.
21299         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
21301 2001-06-29  Pavel Roskin  <proski@gnu.org>
21303         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
21304         at-stdout and at-stderr instead of removing the newline
21305         from the echo output, which is not guaranteed to work.
21307 2001-06-28  Jens Petersen  <petersen@redhat.com>
21309         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
21310         confdefs.h when non-zero.
21312 2001-06-28  Akim Demaille  <akim@epita.fr>
21314         * configure.in: Bump to 2.50c.
21316 2001-06-26  Akim Demaille  <akim@epita.fr>
21318         Version 2.50b.
21320 2001-06-26  Akim Demaille  <akim@epita.fr>
21322         Version 2.50a.
21324 2001-06-25  Pavel Roskin  <proski@gnu.org>
21326         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
21327         argument, AUTOCONF-FLAGS.
21328         * tests/mktests.sh (update_exclude_list): Add
21329         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
21330         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
21331         AC_FUNC_WAIT3 with "-W no-obsolete".
21333 2001-06-25  Akim Demaille  <akim@epita.fr>
21335         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
21337 2001-06-25  Akim Demaille  <akim@epita.fr>
21339         * autoscan.in (%macro): Now maps from word to list of macros.
21340         (&init_tables): Die when a word which is already handled by
21341         explicit macros is mapped to the default macro.
21342         (&print_unique): Remove, inlined in...
21343         (&output_kind): here.
21344         (File::Basename): Use it.
21345         (&output): Sort the CONFIG_FILES.
21346         * acheaders: Normalize.
21347         * acfunctions: Likewise.
21349 2001-06-25  Akim Demaille  <akim@epita.fr>
21351         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
21352         characteristics in the logs.
21353         Suggested by Mo DeJong.
21355 2001-06-24  Akim Demaille  <akim@epita.fr>
21357         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
21358         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
21359         * doc/autoconf.texi (Autoconf 2.13): New section.
21361 2001-06-24  Akim Demaille  <akim@epita.fr>
21363         * autoconf.in (Task traces): Separate the error messages from the
21364         traces to improve robustness.
21366 2001-06-23  Akim Demaille  <akim@epita.fr>
21368         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
21369         three as failures are unlikely, and speed matters.
21371 2001-06-23  Akim Demaille  <akim@epita.fr>
21373         * doc/autoconf.texi (Redefined M4 Macros): New.
21375 2001-06-23  Akim Demaille  <akim@epita.fr>
21377         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
21378         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
21379         5.3.
21381 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
21383         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
21384         config.status targets to after the evaluation of the INIT-CMDS.
21385         Double quote config.status targets (used to be single quoted).
21387 2001-06-23  Akim Demaille  <akim@epita.fr>
21389         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
21390         Check the content of the created file.
21391         Check the ./config.status command line invocation.
21393 2001-06-23  Akim Demaille  <akim@epita.fr>
21395         * tests/foreign.at (Libtool): Reject prehistoric versions.
21397 2001-06-23  Akim Demaille  <akim@epita.fr>
21399         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
21400         preexisting files matching a.*.
21402 2001-06-23  Akim Demaille  <akim@epita.fr>
21404         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
21405         stderr.
21406         * doc/autoconf.texi (AC_ARG_VAR): Update.
21408 2001-06-21  Akim Demaille  <akim@epita.fr>
21410         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
21411         precious variables have changed.
21412         * tests/torture.at (AC_ARG_VAR): Adjust.
21414 2001-06-21  Akim Demaille  <akim@epita.fr>
21416         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
21417         but some sed choke on multiple `;', and other tools (e.g.,
21418         Automake), include the separator themselves.
21420         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
21422 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
21424         * doc/autoconf.texi (Functions Portability): Rename as...
21425         (Function Portability): this.
21426         (Function Portability): Document potential problems with unlink().
21428 2001-06-19  Paul Eggert  <eggert@twinsun.com>
21430         * NEWS, doc/autoconf.texi: Document quadrigraphs.
21432 2001-06-18  Akim Demaille  <akim@epita.fr>
21434         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
21436 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
21438         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
21439         (_AC_FUNC_VFORK): this.
21440         Remove AC_DEFINEs and don't guess cross-compilation values.
21441         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
21442         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
21443         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
21444         vfork doesn't work.
21445         Guess values if cross-compiling, but warn.
21446         * acfunctions: Add AC_FUNC_FORK.
21447         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
21448         and vfork appropriately.
21450 2001-06-18  Akim Demaille  <akim@epita.fr>
21452         * doc/autoconf.texi (Functions Portability): New section.
21454 2001-06-18  Akim Demaille  <akim@epita.fr>
21456         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
21457         in $M4.
21458         Suggested by Andreas Schwab.
21460 2001-06-18  Akim Demaille  <akim@epita.fr>
21462         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
21463         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
21464         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
21465         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
21466         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
21467         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
21468         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
21469         the converse).
21471 2001-06-18  Akim Demaille  <akim@epita.fr>
21473         * doc/autoconf.texi (ms): New index.
21474         (Macro Index): Rename as...
21475         (Autoconf Macro Index): this.
21476         (M4 Macro Index): New appendix.
21477         (Programming in M4): New chapter.
21478         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
21479         (Quoting): Rename as...
21480         (M$ Quotation): this.
21481         Be part of `Programming in M4).
21483 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
21485         * tests/torture.at (AC_ARG_VAR): Set variables and export them
21486         in separate statements for compatibility with Tru64 v5.1.
21488 2001-06-17  Akim Demaille  <akim@epita.fr>
21490         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
21491         current values of the precious variables, not the previously
21492         cached values.
21493         Pass precious variables which are set to config.status.
21494         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
21495         * tests/torture.at (AC_ARG_VAR): New.
21497 2001-06-15  Paul Eggert  <eggert@twinsun.com>
21499         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
21500         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
21501         and explain why and how to replace them.
21502         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
21503         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
21505 2001-06-15  Akim Demaille  <akim@epita.fr>
21507         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
21508         Reported by Bruno Haible.
21510         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
21511          (_AC_ARG_VAR_PRECIOUS): to here.
21513 2001-06-15  Pavel Roskin  <proski@gnu.org>
21515         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
21516         an unused pointer use cast to this type and `if' statement to
21517         avoid warnings from the compiler.
21518         (AC_HEADER_TIME): Likewise.
21519         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
21520         in `if' statement to avoid warnings from the compiler. Declare
21521         ac_aggr static to avoid the need to initialize it.
21523 2001-06-14  Akim Demaille  <akim@epita.fr>
21525         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
21526         Macros'.
21528 2001-06-13  Akim Demaille  <akim@epita.fr>
21530         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
21531         Suggested by Alexander Mai.
21533 2001-06-13  Akim Demaille  <akim@epita.fr>
21535         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
21536         sys/types.h and sys/stat.h, and check for them.
21538 2001-06-13  Akim Demaille  <akim@epita.fr>
21540         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
21541         INCLUDES.
21543 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
21545         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
21546         succeeds and only try adding libdnet upon a failure.
21548 2001-06-12  Akim Demaille  <akim@epita.fr>
21550         * autoscan.in (&output_kind): Output the comment only if it exists.
21551         (%kind_comment): Add entry for `programs'.
21552         (&output_programs): Use &output_kind.
21553         (&output_functions, &output_identifiers, &output_headers)
21554         (&output_programs): Inline, and remove.
21556 2001-06-12  Akim Demaille  <akim@epita.fr>
21558         * autoscan.in (%kind_comment): New.
21559         (output_kind): New.
21560         (output_functions, output_identifiers, output_headers): Use it.
21562 2001-06-12  Akim Demaille  <akim@epita.fr>
21564         * autoscan.in (&print_unique): Take `$kind' and `$word' as
21565         arguments, to factor indirections into `%macro' and `%used'.
21566         (%generic_macro): Fix a typo.
21568 2001-06-12  Akim Demaille  <akim@epita.fr>
21570         * aclibraries: New.
21571         * autoscan.in (@kinds): Add `libraries'.
21572         Use `@kinds' instead of hard coded lists.
21573         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
21574         Remove, replaced by...
21575         (%used): this.
21577 2001-06-12  Akim Demaille  <akim@epita.fr>
21579         * autoscan.in (%functions_macros %headers_macros)
21580         (%identifiers_macros %programs_macros %makevars_macros): Remove,
21581         replaced by...
21582         (%macro): New.
21584 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
21586         * aclang.m4 (AC_NO_EXECUTABLES): Override
21587         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
21589 2001-06-11  Akim Demaille  <akim@epita.fr>
21591         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
21592         trailing new line.
21593         Reported by Andreas Schwab.
21595 2001-06-11  Akim Demaille  <akim@epita.fr>
21597         * Makefile.am, Makefile.maint: Typos.
21599 2001-06-09  Akim Demaille  <akim@epita.fr>
21601         * doc/autoconf.texi (Here-Documents): New section, gathering
21602         documentation about here-documents.
21603         Use `href', not `uref', and other changes.
21605 2001-06-09  Akim Demaille  <akim@epita.fr>
21607         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
21608         chapter.
21610 2001-06-09  Akim Demaille  <akim@epita.fr>
21612         * doc/autoconf.texi (Limitations of Builtins): Complete the
21613         description of the here-docs penalties with Alexandre Oliva's
21614         explanations.
21616 2001-06-01  Paul Eggert  <eggert@twinsun.com>
21618         * doc/autoconf.texi: Talk about here documents and speedups.
21619         Do not use "echo" on arbitrary strings.
21620         Spell "here-documents" consistently with the standard.
21622 2001-06-09  Akim Demaille  <akim@epita.fr>
21624         * doc/autoconf.texi (Concept Index): Introduce it.
21625         Regenerate the menus.
21627 2001-06-09  Akim Demaille  <akim@epita.fr>
21629         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
21630         * config/prev-version.txt: New.
21631         * config/move-if-change: New, for GNU libc.
21633 2001-06-06  Pavel Roskin  <proski@gnu.org>
21635         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
21637 2001-06-06  Akim Demaille  <akim@epita.fr>
21639         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
21640         properly when $1 is not a literal.
21641         Fixes PR Autoconf/187, reported by Bram Moolenaar.
21643 2001-06-06  Akim Demaille  <akim@epita.fr>
21645         Invoking AC_COPYRIGHT before AC_INIT fails.
21647         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
21648         * acgeneral.m4 (_m4_divert(VERSION_FSF))
21649         (_m4_divert(VERSION_USER)): New.
21650         (AC_COPYRIGHT): $2 is the diversion to use.
21651         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
21652         (AC_INIT): Remove dead comments as now it's commutative.
21654 2001-06-06  Akim Demaille  <akim@epita.fr>
21656         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
21657         PR autoconf/187.
21659 2001-06-05  Akim Demaille  <akim@epita.fr>
21661         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
21662         can be empty.
21663         `*dir' variables cannot be NONE.
21664         Reported by Mark Kettenis.
21666 2001-06-05  Paul Eggert  <eggert@twinsun.com>
21668         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
21670 2001-06-04  Akim Demaille  <akim@epita.fr>
21672         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
21673         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
21674         (AC_TR_SH): Move as...
21675         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
21676         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
21677         (AS_TR_SH): these.
21678         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
21679         (_AS_TR_SH_PREPARE): New.
21680         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
21681         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
21683 2001-06-02  Akim Demaille  <akim@epita.fr>
21685         * Makefile.am (.m4.m4f): Pass the options first.
21686         Fixes PR autoconf/182.
21688 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
21690         GNU getopt, when POSIXLY_CORRECT does not permute options and
21691         arguments.  So pass the options first.
21692         Fixes PR autoconf/184.
21694         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
21695         (run_m4): Remove files.
21696         (run_m4f): Remove.
21697         Update remainder of script to use them.
21698         (for warning in): Do not use a literal comma as it will not be
21699         split by IFS.
21701 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
21703         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
21704         Fortran compilers to check.
21705         (_AC_PROG_F77_V): Add '-###' as a possible option to print
21706         information on library and object files.
21707         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
21708         to check.
21710 2001-06-02  Akim Demaille  <akim@epita.fr>
21712         * autom4te.in (Request::@request): Declare with `vars', not `my',
21713         as it prevents updates via `do FILENAME'.
21715 2001-06-02  Akim Demaille  <akim@epita.fr>
21717         * configure.in (standards_texi): Remove, dead code.
21719 2001-06-02  Akim Demaille  <akim@epita.fr>
21721         * autom4te.in: New.
21723 2001-06-02  Pavel Roskin  <proski@gnu.org>
21725         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
21726         for signals other than 0 - exit with code 1.
21727         * m4sh.m4 (AS_TMPDIR): Likewise.
21728         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
21729         * autoheader.in: Likewise.
21730         * autoreconf.in: Likewise.
21731         * tests/torture.at (Signal handling): New test for the above.
21733 2001-06-01  Akim Demaille  <akim@epita.fr>
21735         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
21736         message.
21738 2001-05-31  Akim Demaille  <akim@epita.fr>
21740         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
21741         Add copyright and comments.
21742         * acheaders: Add stdint.h.
21743         Suggested by Paul Eggert.
21745 2001-05-31  Akim Demaille  <akim@epita.fr>
21747         * atgeneral.m4 (AT_INIT): Use $SHELL.
21748         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
21750 2001-05-31  Akim Demaille  <akim@epita.fr>
21752         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
21753         stdint.h.
21754         From Paul Eggert and Lars Hecking.
21756 2001-05-31  Akim Demaille  <akim@epita.fr>
21758         * tests/base.at: Adjust line numbers in error messages.
21760 2001-05-31  Akim Demaille  <akim@epita.fr>
21762         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
21763         to emit the bangshe line.
21764         Reported by David Carter.
21766 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
21768         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
21769         Fortran (95) compilers to check.
21771 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
21773         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
21774         Macro Archive URL.
21776 2001-05-23  Pavel Roskin  <proski@gnu.org>
21778         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
21779         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
21780         (AC_PROG_CXXCPP): Likewise.
21782 2001-05-22  Akim Demaille  <akim@epita.fr>
21784         * config: New directory.
21785         * configure.in: AC_CONFIG_AUX_DIR it.
21786         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
21788 2001-05-22  Akim Demaille  <akim@epita.fr>
21790         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
21791         * autoupdate.in: Specify the Emacs mode.
21792         * acversion.m4.in: Rename as...
21793         * acversion.m4: this.
21794         * tests/Makefile.am (CLEANFILES): More garbage.
21796 2001-05-22  Akim Demaille  <akim@epita.fr>
21798         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
21799         Rename as...
21800         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
21801         these.
21803 2001-05-21  Akim Demaille  <akim@epita.fr>
21805         * configure.in: Bump to 2.50a.
21808         -----
21810         Local Variables:
21811         coding: utf-8
21812         End:
21814         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
21815         2009, 2010 Free Software Foundation, Inc.
21817         This program is free software: you can redistribute it and/or
21818         modify it under the terms of the GNU General Public License as
21819         published by the Free Software Foundation, either version 3 of the
21820         License, or (at your option) any later version.
21822         This program is distributed in the hope that it will be useful,
21823         but WITHOUT ANY WARRANTY; without even the implied warranty of
21824         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21825         General Public License for more details.
21827         You should have received a copy of the GNU General Public License
21828         along with this program.  If not, see
21829         <http://www.gnu.org/licenses/>.