Reduce overhead of m4_builtin([defn]).
[autoconf.git] / ChangeLog
blob974c025eccb5cc1272debfc4e561afee110b76c7
1 2008-07-19  Eric Blake  <ebb9@byu.net>
3         Reduce overhead of m4_builtin([defn]).
4         * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
5         internal macros, which are slightly more efficient than
6         m4_builtin([defn]) and company.
7         (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
8         (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
9         (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
10         (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
11         (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
12         (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
13         (m4_version_prereq): Use them.
15         Use warnings from m4 when available.
16         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
17         define slower wrapper if m4 will warn on our behalf; key off of
18         __m4_version__, added alongside the new warnings in m4 1.6.
19         * tests/m4sugar.at (m4@&t@_defn): New test.
21 2008-07-18  Eric Blake  <ebb9@byu.net>
23         Add m4_joinall.
24         * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
25         * tests/m4sugar.at (m4@&t@_join): Test them.
26         * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
27         m4_joinall.
28         * NEWS: Likewise.
30 2008-07-17  Stepan Kasal  <skasal@redhat.com>
31         and Eric Blake  <ebb9@byu.net>
33         Improve documentation of config.h.in template rules.
34         * doc/autoconf.texi (Header Templates): Mention rules on comments
35         and whitespace, and that the user cannot rely on #undef to survive
36         through config.status.
38 2008-07-16  Eric Blake  <ebb9@byu.net>
40         Revert m4_prepend; it is less efficient, and unused by bison.
41         * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
42         (m4_prepend_uniq_w): Delete addition from 2008-07-11.
43         (_m4_grow_uniq_1): Rename back...
44         (_m4_append_uniq): ...to this.
45         * NEWS: Revert NEWS blurb.
46         * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
47         * tests/m4sugar.at (m4@&t@_prepend): Delete.
49 2008-07-15  Eric Blake  <ebb9@byu.net>
51         Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
52         * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
53         definition for non-Autoconf clients of m4sugar.
55 2008-07-14  Eric Blake  <ebb9@byu.net>
57         Tighten bound of potential speed of m4_append.
58         * doc/autoconf.texi (Text processing Macros) <m4_append>
59         <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
60         O(n log n).
61         * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
62         Analysis by Bruno Haible.
64 2008-07-11  Eric Blake  <ebb9@byu.net>
66         Inherit improvements from bison's fork of m4sugar.
67         * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
68         find version.texi, since bison does not provide it.
69         (m4_prepend): Add new macro, from bison.
70         (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
71         completeness.
72         (_m4_append_uniq): Rename...
73         (_m4_grow_uniq_1): ...to this to share implementation, and
74         optimize initial assignment.
75         (m4_append_uniq_w): Adjust caller.
76         * NEWS: Document new macros.
77         * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
78         speed consideration.
79         <m4_prepend>: Document the new prepend variants.
80         * tests/m4sugar.at (m4@&t@_prepend): New test.
82         Work around M4 1.6 warning on undefined macros.
83         * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
84         not already available as builtins.
86 2008-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88         * doc/autoconf.texi (@dvar): Remove trailing newline.
89         (@ovar): Likewise.  Fix macro documentation.
91 2008-07-02  Stepan Kasal  <skasal@redhat.com>
93         Add quotes to the header of autoscan-generated source.
94         * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
96 2008-06-28  Andreas Schwab  <schwab@suse.de>
98         * doc/autoconf.texi (autoscan Invocation): Fix spacing.
99         (autoconf Invocation): Likewise.
100         (autoreconf Invocation): Likewise.
101         (autoheader Invocation): Likewise.
102         (autom4te Invocation): Likewise.
104 2008-06-19  Eric Blake  <ebb9@byu.net>
106         Add comment explaining recent patch.
107         * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
108         of * vs. ? globbing.
110 2008-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
112         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
113         linking a file to itself.
114         Report by Bruno Haible.
116 2008-06-19  Eric Blake  <ebb9@byu.net>
118         Resync with gnulib.
119         * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
120         Reported by Stepan Kasal.
122 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124         Reorganize autotest files, factorize for parallel execution.
125         * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
126         earlier in the file.
127         (AT_INIT): Create line number cache in
128         $at_suite_dir/at-source-lines.
129         <at_helper_dir>: New directory at-groups below $at_suite_dir.
130         Add comment explaining the new directory structure.
131         (at_func_group_prepare, at_func_group_postprocess): New shell
132         functions to factorize per-test group work.  Keep the actual
133         test execution outside of a shell function in order to avoid
134         zsh 4.x exit status bugs.
135         <at_check_line_file, at_status_file, at_stdout, at_stder1>
136         <at_stderr, at_test_source>: Turn these into per-group files
137         below $at_helper_dir.  Also store test results there in files
138         named pass, fail, xpass, xfail, skip.  Let the parent collect
139         results from $at_helper_dir.  Adjust summary statistics
140         computation and result output.
142 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
144         Fix '#undef variable /* comment */' transform in config headers.
145         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
146         undefined preprocessor macros that are followed by a comment
147         in the header template, do not create nested comments in the
148         output.
149         * tests/torture.at (@%:@define header templates): Extend test.
150         * NEWS: Update.
151         Report by Karsten Hopp <karsten@redhat.com>.
153 2008-06-09  Eric Blake  <ebb9@byu.net>
155         Mark AC_TYPE_SIGNAL as obsolete.
156         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
157         * doc/autoconf.texi (Function Portability): Update documentation.
158         (Particular Types): Move AC_TYPE_SIGNAL...
159         (Obsolete Macros): ...here, and mention why.
160         * NEWS: Mention the change.
162         Allow lib64 as a default X library location.
163         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
164         * NEWS: Mention the change.
165         * THANKS: Update.
166         Reported by Brad Walker.
168 2008-06-05  Eric Blake  <ebb9@byu.net>
170         Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
171         * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
172         converting it to lower case.
173         * tests/autotest.at (Keywords and ranges): Test this.
174         * NEWS: Document the fix.
175         * THANKS: Update.
176         Reported via Karsten Hopp, by Jochen Schmitt in
177         https://bugzilla.redhat.com/show_bug.cgi?id=449973
179 2008-06-03  Eric Blake  <ebb9@byu.net>
181         Fix 'make dist' regression from 2008-05-08.
182         * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
183         GNUmakefile's _autoconf rule removes INSTALL.
185 2008-05-27  Eric Blake  <ebb9@byu.net>
187         Document Solaris /bin/sh redirection pitfall.
188         * doc/autoconf.texi (File Descriptors): Mention redirection bug.
190 2008-05-14  Eric Blake  <ebb9@byu.net>
192         Improve documentation of ! issues.
193         * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
194         Reported by Noah Misch.
196         Document some FreeBSD shell bugs.
197         * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
198         in compound pipe commands.
199         <export>: Mention difference of exporting an undefined variable.
200         (Shell Functions): Mention loss of $? in entry to shell functions.
201         Extracted from the git mailing list.
203 2008-05-13  Stepan Kasal  <kasal@ucw.cz>
205         Work around MSYS and Cygwin bugs when dealing with trailing space.
206         * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
207         even when platform bugs are tickled.
208         Reported by Keith Marshall and Eric Blake.
210 2008-05-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
212         Let AC_MSG_FAILURE report pwd.
213         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
214         Output $ac_pwd along with fatal failure.
215         * tests/torture.at (Deep Package): Extend test.
216         Reported numerous times against GCC, and probably other packages.
218 2008-05-12  Eric Blake  <ebb9@byu.net>
220         Enforce --help and --version compliance.
221         * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
223 2008-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>  (tiny change)
225         Avoid case-insensitive `make install' vs. `INSTALL' conflict.
226         * Makefile.am ($(srcdir)/INSTALL): Replace all references...
227         ($(abs_srcdir)/INSTALL): ...with this.
229 2008-05-06  Eric Blake  <ebb9@byu.net>
231         Fix typo.
232         * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
234         Avoid overfull \hbox.
235         * doc/autoconf.texi (Versioning): Reword to fit line size.
237         Document $(( )) pitfalls.
238         * doc/autoconf.texi (Shell Substitutions): Mention octal
239         vs. decimal.  Mention autotest's at_func_arith.
241         Improve behavior of './testsuite 01'.
242         * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
243         Alter usage to eval its arguments, in order to normalize away
244         leading zero.  All callers updated.
245         * tests/autotest.at (Keywords and ranges): Test range
246         normalization with leading 0.
248 2008-04-26  Eric Blake  <ebb9@byu.net>
250         Mention Solaris /usr/ucb/tr pitfall.
251         * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
252         Reported by Bruno Haible and Jim Meyering.
254 2008-04-24  Eric Blake  <ebb9@byu.net>
256         Mention m4sugar's internal quote strings.
257         * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
258         in m4sugar, and how to still output it literally.
259         * tests/m4sugar.at (m4@&t@_split): And test it.
260         Reported by Joel E. Denny.
262 2008-04-23  Eric Blake  <ebb9@byu.net>
264         Allow unbalanced () in m4_expand.
265         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
266         quotes.
267         (m4_noquote, _m4_split): Use consistent complex quote.
268         * tests/autotest.at (Left paren, Right paren): Test this.
269         (Parentheses): Ensure new quadrigraphs still work.
270         (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
271         * NEWS: Mention the fix.
272         * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
273         require quadrigraphs for ().
274         (Evaluation Macros) <m4_expand>: Relax the restriction against
275         unbalanced ().
276         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
277         (Writing Testsuites) <AT_SETUP>: Likewise.
278         Reported by Joel E. Denny, fix suggested by Noah Misch.
280 2008-04-22  Eric Blake  <ebb9@byu.net>
282         Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
283         * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
284         (handle_traces): Likewise.
285         * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
286         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
287         * doc/autoconf.texi (Quadrigraphs): Document them.
288         (Evaluation Macros) <m4_expand>: Enhance documentation.
289         (Text processing Macros) <m4_text_box>: Document cases where
290         quadrigraphs can help for problemetic unbalanced parentheses.
291         (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
292         (Writing Testsuites) <AT_SETUP>: Likewise.
293         (Limitations of Builtins) <case>: Consolidate text on unbalanced
294         parentheses, and add an example of creative comments.
295         * NEWS: Document the addition.
296         Reported by Joel E. Denny.
298 2008-04-16  Eric Blake  <ebb9@byu.net>
300         Document pdksh exec behavior.
301         * doc/autoconf.texi (Limitations of Builtins) <exec>: New
302         subsection.
303         Discovered by Jim Meyering.
305 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
307         * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
308         arguments to the inner suite.
309         (errexit, input from stdin): New tests.
311 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313         * NEWS: Post-release update.
315 2008-04-10  Eric Blake  <ebb9@byu.net>
317         AC_AUTOCONF_VERSION might contain arbitrary macro names.
318         * doc/autoconf.texi (Versioning): Mention problem with expansion.
319         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
321 2008-04-09  Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de>  (tiny change)
323         Flush buffered output before exit.
324         * bin/autom4te.in (handle_output): Explicitly close file.
325         * THANKS: Update.
326         See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
328 2008-04-08  Eric Blake  <ebb9@byu.net>
330         Generate web docs for 2.62.
331         * doc/autoconf.texi (Evaluation Macros): Fix typo.
332         (Notices): Use recommended means to escape RCS keyword.
333         * cfg.mk (gnulib_dir): New macro.
334         (web-manual): New target.
336 2008-04-05  Eric Blake  <ebb9@byu.net>
338         Release Version 2.62.
339         * NEWS: Mention the release.
341 2008-04-04  Stepan Kasal  <kasal@ucw.cz>
342         and Eric Blake  <ebb9@byu.net>
344         Return back to GPLv2+, until the text of the exceptions is
345         finalized, reverting the change from 2007-07-03 and the first
346         part of the change from 2007-07-20.
347         * COPYING: Revert to GPLv2.
348         * COPYINGv3: New file, since some auxiliary build tools, used for
349         building autoconf and not installed, are GPLv3.
350         * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
351         * NEWS: Remove mention of GPLv3.
352         * README: Clarify situation regarding GPLv3.
354 2008-04-05  Eric Blake  <ebb9@byu.net>
356         Prepare for release.
357         * maint.mk (announcement): Avoid deleted option.
358         * cfg.mk (release_archive_dir): Use default.
359         * build-aux/gnupload: New file, from automake/gnulib.
360         * Makefile.am (EXTRA_DIST): Distribute it.
361         * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
362         from syntax check.
364 2008-04-05  Jim Meyering  <meyering@redhat.com>
365         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
367         Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
368         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
369         is the EOL marker, skip a step that would remove and translate
370         carriage return bytes.
371         * THANKS: Update.
372         Reported by Elbert Pol.
374 2008-04-05  Eric Blake  <ebb9@byu.net>
376         Avoid some autoreconf -Wall warnings.
377         * configure.ac: Use proper quoting, to be a good example.
378         (PACKAGE_NAME): Remove setting covered by autoconf.
379         (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
380         * doc/Makefile.am (TEXI2DVI): Remove settings covered by
381         automake.
382         (html, autoconf_1.html, standards_1.html): Likewise.
383         (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
384         * Makefile.am (html): Likewise.
385         * doc/autoconf.texi (Quoting and Parameters): Add missing section
386         name.
387         * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
388         warning about our override, until Automake is fixed.
389         * README-hacking: Document minimum requirements for bootstrap.
391 2008-04-03  Eric Blake  <ebb9@byu.net>
393         Fix version number generation in man pages.
394         * Makefile.am (EXTRA_DIST): Distribute .version.
395         (.version): New rule.
396         * man/Makefile.am (common_dep): Depend on .version, not
397         configure.ac.
398         (.x.1): Use package name for version string.
399         * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
400         * build-aux/git-version-gen: Sync from upstream.
402         More maintainer tweaks: pass 'make maintainer-distcheck'.
403         * GNUmakefile (_is-dist-target): Sync from upstream.
404         * build-aux/vc-list-files: Sync from upstream, yet again.
405         * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
406         * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
407         package.m4.
408         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
410         Fix VPATH 'make syntax-check'.
411         * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
412         (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
413         (author_mark_check): Avoid error message.
414         * build-aux/vc-list-files: Sync from upstream again.
415         * build-aux/texinfo.tex: Likewise.
417         Sync files from upstream, and pass 'make syntax-check'.
418         * config/announce-gen: Move...
419         * build-aux/announce-gen: ...here, and sync from gnulib.
420         * Makefile.am (EXTRA_DIST): Adjust accordingly.
421         * cfg.mk (announce_gen): Likewise.
422         (prev_version_file): Delete, relying on default in maint.mk.
423         (gpg_key_ID): New macro.
424         (url_dir_list): Rewrite to match coreutils.
425         * config/prev-version.txt: Move...
426         * .prev-version: ...here, and adjust to 2.61.
427         * build-aux/vc-list-files: Sync from coreutils.
428         * maint.mk: Resynchronize with coreutils, where possible.
429         (ME): Remove $(srcdir) from definition.
430         (CVS): Delete.
431         (GIT, VC, VC-tag): New macros.
432         (CVS_LIST, CVS_LIST_EXCEPT): Rename...
433         (VC_LIST, VC_LIST_EXCEPT): ...to this.
434         (cvs-tag-check): Delete.
435         (cvs-diff-check): Rename...
436         (vc-diff-check): ...to this.
437         (sc_file_system): Allow FHS acronym.
438         * doc/autoconf.texi (Particular Functions): Recommend
439         unconditional <config.h>.
440         * build-aux/config.guess: Sync from upstream (manually).
441         * build-aux/config.sub: Likewise.
442         * build-aux/texinfo.tex: Likewise.
443         * doc/make-stds.texi: Likewise.
444         * doc/standards.texi: Likewise.
445         * .gitattributes: Ignore whitespace problems in upstream files.
447 2008-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
449         * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
450         bug on HP-UX/IA.
451         Report by Peter O'Gorman.
453 2008-04-02  Eric Blake  <ebb9@byu.net>
455         Recommend the just-released M4 1.4.11.
456         * NEWS: Update recommendation.
457         * README: Likewise.
458         * doc/autoconf.texi (Introduction): Likewise.
459         * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
461 2008-04-01  Eric Blake  <ebb9@byu.net>
463         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
464         copyright year.
466 2008-03-28  Peter O'Gorman  <peter@pogma.com>
468         Find X11 on Mac OS X too.
469         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
470         Check for libX11 with extensions dylib la and dll too.
471         * THANKS: Update.
472         Reported by Martin Costabel.
474 2008-03-28  Eric Blake  <ebb9@byu.net>
476         Update TODO based on completed tasks.
477         * TODO (AC_PROG_INSTALL takes multiple files): Done.
478         (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
479         (AC_COMPILE_IFELSE documentation): Done.
480         (Tracing builtins): Done, now that we require M4 1.4.5.
481         (AC_PROG_CC_POSIX suggestion, providing header files)
482         (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
483         (cache consistency): Done with precious variables.
485 2008-03-26  Eric Blake  <ebb9@byu.net>
487         Document --trace=macro:format in --help output.
488         * bin/autom4te.in (help): Mention optional trace format.
489         * bin/autoconf.as (usage): Likewise.
491         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
492         typos in last patch.
493         Reported by Ralf Wildenhues.
495 2008-03-26  Jim Meyering  <meyering@redhat.com>
497         Fix texinfo syntax error.
498         * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
500 2008-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
502         Warn, not fail on whitespace-only precious variable differences.
503         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
504         precious variable differences less ambiguous with `ugly-quotes'.
505         If their settings differ only in whitespace, do not fail, but
506         reuse the old value.
507         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
508         an optional status and expected-warning argument.  Fix m4
509         quotation for initial value.
510         (AC_ARG_VAR): Also test for whitespace-only differences, and
511         that the old value is retained in this case.
512         * doc/autoconf.texi (Setting Output Variables): Document this.
513         * NEWS: Update.
514         Report and initial patch by Paolo Bonzini.
516 2008-03-26  Eric Blake  <ebb9@byu.net>
518         Document busybox sed bug.
519         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
520         restrictions when using back-references.
521         Reported by Vincent Lefevre:
522         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
524         Document Automake interaction with AC_CONFIG_MACRO_DIR.
525         * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
526         users.
527         * THANKS: Update.
528         Reported by Chris Pickett.
530 2008-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
532         * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
534         * tests/local.at (AT_CHECK_M4): Factorize warning output
535         normalization.
536         Suggested by Eric Blake.
538 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
540         Fix .exe-related test failure on MinGW.
541         * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
542         for comparing warning output.
544         Fix Fortran testsuite failures with gfortran 4.3.
545         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
546         verbose compiler output, skip lines that set variables; gfortran
547         4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
548         * THANKS: Update.
549         Report by Vincent Lefèvre.
551 2008-03-21  Eric Blake  <ebb9@byu.net>
553         * GNUmakefile: Resynchronize with gnulib.
555         Document more uses of $cross_compiling.
556         * doc/autoconf.texi (Runtime): Document that a temporary override
557         is permissible.
558         * THANKS: Update.
559         Reported by Ineiev, example by Ralf Wildenhues.
561         Don't swallow $1 in textual local variables.
562         * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
563         expansion of text arguments, as that swallows $1.
564         (m4_text_wrap): Likewise, by splitting out...
565         (_m4_text_wrap): ...new helper macro.  Also, allow arbitrary
566         expression for width.
567         * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
568         (m4@&t@_combine): Likewise.
570 2008-03-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572         Avoid leftover files on Leopard.
573         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
574         directory created on darwin.
575         (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
576         left over from a broken link.
577         * tests/c.at (AC_NO_EXECUTABLES (working linker))
578         (AC_NO_EXECUTABLES (broken linker)): New tests.
579         Report by Gary V. Vaughan.
581         * lib/autom4te.in (Automake-preselections): Trace
582         _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
584 2008-03-20  Eric Blake  <ebb9@byu.net>
586         Kill more CVS references.
587         * README-cvs: Delete.  See README-hacking instead.
588         * README-hacking: Update wording, based on older file.
589         * BUGS: Remove CVS mention.
591 2008-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593         * tests/tools.at (autotools and whitespace in file names): Skip
594         if aclocal is not present.
596 2008-03-20  Eric Blake  <ebb9@byu.net>
598         Sync GNUmakefile with gnulib.
599         * GNUmakefile (Makefile.cfg): Rename...
600         (cfg.mk): ...to this, and make optional.
601         (GNUmakefile.cfg): Delete, redundant with cfg.mk.
602         (Makefile.maint): Rename...
603         (maint.mk): ...to this.
604         (all) [!_have-Makefile]: Rename...
605         (abort-due-to-no-makefile): ...to this, and invoke via
606         .DEFAULT_GOAL to pick up all targets.
607         * Makefile.cfg: Rename...
608         * cfg.mk: ...to this.
609         * Makefile.maint: Rename...
610         * maint.mk ...to this.
611         (ME): Reflect name change.
612         (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
613         rather than hard-coded name.
614         * GNUmakefile.cfg: Delete; move rules into cfg.mk.
615         * Makefile.am (EXTRA_DIST): Reflect file name changes.
616         * .x-sc_prohibit_atoi_atof: Likewise.
617         * lib/freeze.mk: Likewise.
619 2008-03-19  Stepan Kasal  <kasal@ucw.cz>
621         * doc/autoconf.texi (Introduction): Improve the paraphrase of
622         Henry Spencer's quotation.
624 2008-03-19  Eric Blake  <ebb9@byu.net>
626         AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
627         * bin/autoscan.in (output): Avoid obsolete spelling.
628         * tests/local.at (AC_STATE_SAVE): Update usage.
629         * THANKS: Update.
630         Reported by John Calcote.
632         Emphasize that ease of configure triumphs over ease of autoconf.
633         * doc/autoconf.texi (Introduction): Expand on primary
634         vs. secondary goal of autoconf.
635         * THANKS: Update.
636         Inspired by Paul Smith.
638 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
640         * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
641         $hint, show if the executing program does not exist.
642         (xsystem_hint): New function, like xsystem but allows to pass
643         a hint.
644         * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
645         libtoolize.
646         Report by Bruce Korb.
648 2008-03-14  Stepan Kasal  <kasal@ucw.cz>
650         * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
651         tests/mktests.sh, tests/wrapper.as: Fix typos.
653 2008-03-12  Eric Blake  <ebb9@byu.net>
655         Fix yesterday's regression in m4_wrap([$1]).
656         * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
657         text, since it may contain text that looks like parameters.
658         * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
660 2008-03-11  Eric Blake  <ebb9@byu.net>
662         Improve error messages for common testsuite bugs.
663         * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
664         macros for defining order-enforced macros.
665         (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
666         (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
667         messages when order violations are detected.
668         * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
669         (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
670         (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
671         (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
672         (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
673         (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
674         (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
675         (Banner-only test suite): New tests.
676         Reported by Christopher Hulbert.
678         Tweak m4_wrap to force FIFO or LIFO semantics.
679         * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
680         (m4_wrap_lifo, _m4_wrap): New macros.
681         * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
682         order, prior to m4sugar's.
683         (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
684         m4_wrap.
685         * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
686         known order, prior to m4sh's.
687         * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
688         argument.
689         (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
690         new behavior.
691         * tests/m4sh.at (AS_INIT cleanup): New test.
692         * NEWS: Document the change.
694 2008-03-10  Eric Blake  <ebb9@byu.net>
696         Encode nested autotest data.
697         * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
698         (unusual file names): Likewise.
699         (m4_pattern_allow): Remove loophole, to make it easier to catch
700         poorly written tests.
702         Factor some autotest tests.
703         * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
704         common initialization.
705         (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
706         (whitespace in absolute testdir, unusual file names): Use it.
708 2008-03-06  Eric Blake  <ebb9@byu.net>
710         Minor documentation fix.
711         * doc/autoconf.texi (Evaluation Macros): Fix typo.
713 2008-03-04  Eric Blake  <ebb9@byu.net>
715         Make AT_CHECK act like a simple command.
716         * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
717         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
719 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721         On MinGW, substitution of CR and 0xFF fails.
722         * tests/torture.at (Substitute and define special characters):
723         MinGW awk cannot handle 0xFF, and on MinGW, the test does the
724         wrong thing for CR.
726 2008-03-04  Eric Blake  <ebb9@byu.net>
728         Pull in recent maintainer improvements from coreutils.
729         * GNUmakefile (_is-dist-target): 'make distclean' should not
730         trigger autoreconf.
731         (_dummy): Change directories before removing autom4te.cache.
732         (check dist distcheck install) [!_have-Makefile]: Provide nicer
733         diagnostics.
734         * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
735         builds, after initial bootstrap.
736         * Makefile.am (distclean-local): Work around current automake bug.
737         * Makefile.maint (ME): Allow VPATH usage.
739         Use git-merge-changelog when available.
740         * .gitattributes: New file.
741         * README-hacking: Document use of git-merge-changelog.
743         Work around cygwin bug.
744         * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
745         "touch 't\'" creates regular file 't'.
747         Ignore tests that require read-only directories under root.
748         * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
749         no-write portion if user has root-like privileges.
751 2008-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
753         * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
755 2008-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757         autoreconf -m now honors $MAKE.
758         * bin/autoreconf.in ($run_make): Renamed from ...
759         ($make): ... this.  Use now as command to run `make',
760         overridden by $MAKE.  Document this in --help output.
761         * doc/autoconf.texi (autoreconf Invocation): Document
762         all environment variables honored by autoreconf.
763         * NEWS: Update.
764         Report by Paul Eggert.
766 2008-03-03  Eric Blake  <ebb9@byu.net>
768         Documentation improvements.
769         * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
770         (Evaluation Macros): Drop `1' suffix from metasyntax variable name
771         that preceeds @dots.  Improve wording.
772         (Text processing Macros): Drop `1' suffix from metasyntax variable
773         name that preceeds @dots.
774         (Number processing Macros): Drop `1' suffix from metasyntax
775         variable name that preceeds @dots.  Improve wording.
776         * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
777         Suggested by Ralf Wildenhues.
779 2008-03-02  Jim Meyering  <meyering@redhat.com>
781         Don't infloop upon "make dist".
782         * GNUmakefile: Merge from coreutils.
783         * Makefile.am (dist-hook): Inject .tarball-version into tarball,
784         not .version.
785         * configure.ac (AC_INIT): Use .tarball-version, not .version.
786         * build-aux/git-version-gen: Update from gnulib.
788 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
790         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
791         Before using /dev/full, check that it is a writable character
792         special device.
793         Report by Benoit Sigoure and Eric Blake.
795         Actually test that @configure_input@ is expanded correctly.
796         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
797         Actually check generated file contents for the name of the
798         generated file, using AC_PROG_FGREP and $FGREP.
800 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
802         Be nice with file systems that don't handle unusual characters.
803         * tests/atlocal.in (func_sanitize_file_name)
804         (func_sanitize_dir_name): New shell functions.
805         * tests/tools.at (autom4te and whitespace in file names)
806         (autotools and whitespace in file names): Use them.
807         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
808         Cover more potentially problemtic file names.  Use the new
809         functions.
811         Properly handle funny file names for headers in config.status.
812         The test suite did not cover this bug because the code was not
813         quoting properly the arguments of `rm -f' (which "fails" silently)
814         as well as the arguments of `diff' (whose output was redirected to
815         /dev/null so we couldn't see its error message).
816         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
817         file names passed to `rm' and `diff'.
818         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
819         Add a regression test.
821 2008-03-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
822         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
824         Properly expand @configure_input@ in config.status.
825         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
826         Escape the backslashes and ampersands in $configure_input before
827         using it in the sed replacement string to expand @configure_input@.
828         Report by Eric Blake and Patrick Welche.
830 2008-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
832         Ignore errors from ./run on w32.
833         * tests/autotest.at (whitespace in absolute testdir):
834         Ignore stderr for `./run' which fails to remove the
835         busy test directory on w32.
837 2008-02-22  Eric Blake  <ebb9@byu.net>
839         Improve documentation for writing autotest suites.
840         * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
841         checks must live inside a test group.
842         Reported by Christopher Hulbert.
844 2008-02-21  Eric Blake  <ebb9@byu.net>
846         Sync git-version-gen from upstream.
847         * build-aux/git-version-gen: Pull from gnulib.
848         * configure.ac (AC_INIT): Adjust to new calling convention.
850 2008-02-12  Eric Blake  <ebb9@byu.net>
852         Avoid trailing space in config.h with AC_DEFINE([var], []).
853         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
854         defines with a comment.
856 2008-02-08  Eric Blake  <ebb9@byu.net>
858         Fix texinfo typos in previous patch.
859         * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
860         Reported by Ralf Wildenhues.
862         Describe a config.site that can be used for FHS compliance.
863         * doc/autoconf.texi (Site Defaults): Fix typo.  Add new example
864         for FHS.
865         * THANKS: Update.
866         Reported by Jules Colding and Ralf Wildenhues.
868 2008-02-02  Eric Blake  <ebb9@byu.net>
870         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
872 2008-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
874         * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
875         again, broken since introduction of `-C dir'.
876         * tests/autotest.at (Choosing where testsuite is run): Test it.
878 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
880         * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
882 2008-01-29  Eric Blake  <ebb9@byu.net>
884         Fix more autotest regressions.
885         * lib/autotest/general.m4 (AT_LINE): Fix regression from
886         2007-10-04 when file name is `dnl'.
887         (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
888         <TESTS_BEGIN>: ...to this new diversion, to fix regression from
889         yesterday in libtool's testsuite.
890         (_AT_ARG_OPTION): Detect write failure.
891         * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
892         make libtool's use kosher.  Document m4_init.
893         (Programming in M4sh): Document AS_INIT.
894         (Writing Testsuites): Document limitation of AT_DATA file name.
895         * tests/autotest.at (unusual file names): New test.
896         (Banners, Keywords and ranges): Use correct shell.
898         More corner cases in testsuite VAR=VALUE handling.
899         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
900         bug.
901         <PARSE_ARGS_END>: Also detect leading digits in assignments.
902         * tests/autotest.at (Using atlocal): Enhance test to catch last
903         bug.
905         * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
906         bug.
908 2008-01-28  Eric Blake  <ebb9@byu.net>
910         Fix regression in handling VAR=VALUE arguments to testsuite.
911         * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
912         leading = as invalid.  Defer use of command-line variable
913         assignments...
914         <PREPARE_TESTS>: ...here, after atconfig has been sourced.  Fix
915         regression in sourcing files.
916         * tests/autotest.at (Using atlocal): New test to catch this.
917         (Debugging a successful test, Choosing where testsuite is run):
918         Use correct shell.
919         Reported by Ralf Wildenhues.
921         Document grep peculiarity.
922         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
923         BSD behavior on binary input.
925         Minor testsuite improvements.
926         * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
927         forks when sanitizing PATH.  Always output machine information,
928         not just when atconfig was located.
930         Add 'testsuite -C dir'.
931         * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
932         detection...
933         (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
934         argument.
935         <DEFAULTS>: Delay computation of variables based on $at_dir...
936         <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
937         <TESTS>: Re-invoke via absolute name, since -C may be in effect.
938         <PARSE_ARGS>: Parse new option.
939         <HELP_TUNING>: Document it.
940         * tests/autotest.at (Choosing where testsuite is run): New test
941         for this feature.
942         (Keywords and ranges): Add test for missing -k argument.
943         * NEWS: Document this.
944         * doc/autoconf.texi (testsuite Invocation): Likewise.
946 2008-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
948         * build-aux/config.guess, build-aux/config.sub,
949         build-aux/texinfo.tex: Sync from gnulib.
950         * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
951         Likewise.
953 2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
955         * doc/autoconf.texi (Particular Programs): Do not mention the
956         Autoconf version in which the AC_PROG_INSTALL change was done.
957         Suggested by Paul Eggert.
959 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
961         Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
962         * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
963         mode, we change to the source directory, also set $ac_pwd so we
964         do not go back to the build tree for the next config subdir.
965         * tests/torture.at (Deep Package): Extend test to contain two
966         config subdirs on the top level.
968         Fix parallel `maintainer-check'.
969         * Makefile.am (maintainer-check-tests): Depend on `all'.
970         Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
971         * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
972         Likewise.
973         (maintainer-check): Serialize the testsuite runs.
975         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
976         in feature string for --enable/--with.  Convert to underscore
977         for variable name.
979         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
980         `install -c file1 file2 dir' works.
981         * doc/autoconf.texi (Particular Programs): Document this.
982         * NEWS: Update.
984 2008-01-21  Eric Blake  <ebb9@byu.net>
986         Improve documentation about default include directives.
987         * doc/autoconf.texi (Generic Headers, Generic Declarations)
988         (Generic Structures, Generic Types)
989         (Generic Compiler Characteristics): Add links to
990         AC_INCLUDES_DEFAULT.
991         Reported by Reuben Thomas.
993 2008-01-15  Eric Blake  <ebb9@byu.net>
995         * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
997 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
999         * tests/Makefile.am (noinst_SCRIPTS): Renamed from
1000         check_SCRIPTS.  Building the wrappers for `all' allows help2man
1001         to use them for the manpages.
1002         Report by Benoit Sigoure.
1004         * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
1006 2007-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1008         Fix some write failure cases in Autotest.
1009         * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
1010         upon write failures for --help, --version, --list.
1011         Guard against write failures for intermediate created scripts.
1012         <at_func_create_debugging_script>: Do not make the debugging
1013         script executable if it is not complete.
1015 2007-12-12  Eric Blake  <ebb9@byu.net>
1017         Fix thinko in earlier patch - m4_join isn't defined yet.
1018         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
1019         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
1020         (m4_require): Use m4_do, not m4_join.
1022         Fix some whitespace tests on cygwin.
1023         * tests/tools.at (autom4te and whitespace in file names): Restore
1024         font-lock.  Create $TMPDIR before it might be used.
1026         Fix spurious testsuite failure with M4 1.4.11.
1027         * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
1029         Optimize AC_REQUIRE.
1030         * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
1031         (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
1032         (m4_require): Avoid extra macro calls.
1034 2007-12-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1036         * tests/torture.at (srcdir): Fix quoting.
1038         Do not pass top_srcdir to configure scripts in testsuite.
1039         * tests/autotest.at (srcdir propagation): Copy install-sh to
1040         source tree.
1041         (my only test): Drop setting of `top_srcdir'.
1042         * tests/base.at (Input/Output): Likewise.
1043         * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
1044         config.guess, and config.sub to test source tree.
1045         Drop AC_CONFIG_AUX_DIR setting.
1046         (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
1047         * tests/torture.at (Substitute a 2000-byte string): Drop
1048         AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
1049         (Substitute a newline, datarootdir workaround): Likewise.
1050         (Define a newline): Adjust for linenumber changes in configure.ac.
1051         * tests/foreign.at (Libtool): Adjust comment to reflect changes.
1053         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
1054         if `pwd` contains whitespace.
1056         Quote $abs_top_srcdir in tests.
1057         * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
1058         * tests/tools.at (Syntax of the shell scripts): Likewise.
1060         * tests/m4sh.at (LINENO): Quote $0.
1062         Fix testsuite program wrapper for whitespace in `pwd`.
1063         The problem here is that the usual mantra is that command
1064         variables can contain arguments, thus we cannot just escape
1065         $AUTOCONF, $AUTOM4TE etc.  The compromise is to put the
1066         $top_builddir/tests directory early in $PATH, so that the
1067         wrappers are found by their plain name.
1068         * tests/wrapper.as: Put $testdir early in $PATH.
1069         (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
1071         Proper config.status --file/--header and $srcdir escaping.
1072         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
1073         characters in $ac_file_inputs.
1074         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
1075         accordingly.
1076         * tests/torture.at (datarootdir workaround): Adjust.
1077         (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
1079         Fix Autotest for whitespace in `pwd`.
1080         * lib/autotest/general.m4 (AT_INIT)
1081         <at_func_create_debugging_script, Driver Loop>:
1082         Quote $at_group_dir.
1083         * tests/autotest.at (whitespace in absolute testdir): New test.
1085         * lib/autom4te.in: Quote @datadir@.
1087         Proper file name escaping in Autoconf programs and Perl modules.
1088         This includes escaping of characters special to the shell
1089         as well as special to Perl, e.g., leading `<' or `>'.
1090         For example, when $file starts with `>', `open ">$file"'
1091         wrongly tries to append to a different file.
1092         * bin/autoconf.as: Fix quoting for autom4te options.
1093         * lib/Autom4te/General.pm (shell_quote): New function, taken
1094         from coreutils, written by Jim Meyering.
1095         (mktmpdir): Use it.
1096         * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
1097         and open_quote.
1098         * bin/autoreconf.in (parse_args): Likewise.
1099         * bin/autoscan.in (main): Likewise.
1100         * bin/autoupdate.in (main): Likewise.
1101         * bin/autoheader.in: Likewise, fixing old insufficient escaping.
1102         * bin/ifnames.in: Likewise, XFile usage fixes.
1103         * tests/tools.at (autom4te and whitespace in file names): Extend
1104         test.  Test twice, with special characters allowed on w32, and the
1105         rest.  Test leading and trailing whitespace, for `open_quote'.
1106         (autotools and whitespace in file names): New, analogous test.
1107         Reported by Paul Eggert and Benoit Sigoure, additional suggestions
1108         by Russ Allbery and Eric Blake.
1110         Sync from Automake.
1111         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
1112         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
1113         * lib/Autom4te/FileUtils.pm (open_quote): New function.
1114         (update_file, contents): Use it.
1116         * Makefile.am (autom4te-update): Rewrite for git.
1118 2007-12-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1120         * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
1122         Fix copyright years.
1123         * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
1124         lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
1126 2007-12-04  Eric Blake  <ebb9@byu.net>
1128         Manually resync with gnulib, since 'make cvs-update' no longer works.
1129         * build-aux/config.guess: New upstream version.
1130         * build-aux/config.sub: Likewise.
1132         When using older automake, don't downgrade build-aux/texinfo.tex.
1133         * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
1134         * doc/Makefile.am (TEXINFO_TEX): Add.
1136 2007-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1138         Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
1139         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
1140         #undef as this runs afoul of our new way of creating config.h.
1141         Problem reported by Jim Meyering in
1142         <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
1144 2007-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1146         Fix autom4te for unusual characters in input file names.
1147         * bin/autom4te.in (files_to_options): Quote active characters
1148         for the shell.
1149         * tests/tools.at (autom4te and white space in file names):
1150         New test.
1152         * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
1153         Document that Tru64 awk always splits $0.
1155 2007-11-24  Stepan Kasal  <kasal@ucw.cz>
1157         * lib/autotest/general.m4 (AT_INIT): Do not extract the
1158         `#AT_STOP_...' line at the end of each test.
1160 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1162         * lib/autotest/general.m4 (AT_INIT): For awk line number
1163         extraction script, ensure `$at_group' has a defined value
1164         even for the empty set, and properly quote its usage inside
1165         the awk script.
1167 2007-11-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1169         * doc/autoconf.texi (Shell Functions): New chapter.  Document
1170         IRIX sh $0 issue in functions, move content from ...
1171         (Portable Shell): ... here.
1172         (Shell Script Compiler): Note that shell functions are not
1173         totally unportable any more.
1175 2007-11-22  Stepan Kasal  <kasal@ucw.cz>
1176         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1178         * lib/autotest/general.m4 (AT_INIT): Exit awk script after
1179         extracting the line numbers of the last needed test.
1181 2007-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1183         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
1184         Fix quoting.
1186 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1188         Fix IRIX testsuite debugging failures: $0 in functions.
1189         * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
1190         Do not use $0 inside a function, as IRIX sh will set that to the
1191         function name rather than the script invocation name.
1193 2007-11-19  Paolo Bonzini  <bonzini@gnu.org>
1194         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1196         * lib/autotest/general.m4 (at_func_test): Use cached line numbers
1197         to extract test scripts.
1198         (AT_INIT): Extract and cache test script line numbers.
1200 2007-11-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1202         * lib/autotest/general.m4: Revert 2007-11-15 patch and
1203         subsequent fixups; the awk -> here-document conversion trashes
1204         performance too much with AIX sh.
1206 2007-11-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1208         * tests/local.at: Do not test m4, perl with AT_TESTED.
1210         Diagnose and guard against write errors dealing with config.status.
1211         The general idea is this: all write failures from `configure'
1212         writing `config.status' are indicated by $ac_write_error, which
1213         is only checked at the end.  This is safe because config.status
1214         code is not executed before the file is complete.  Other write
1215         failures, be they inside config.status, or in sub shell/awk
1216         scripts spawned from configure or config.status, typically need
1217         earlier checking, as their results are used right afterwards.
1218         * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
1219         before writing config.status, check afterwards.
1220         (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
1221         (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
1222         Set `ac_write_error' for write failures to config.status.  Barf
1223         upon write failures to temporary files.
1224         Adjust note about closing and reopening the here-document.
1225         (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
1226         (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
1227         reopening the here-document.
1228         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1229         Ensure `ac_write_error' does not escape into config.status.
1230         Also, add a couple of code paths not yet exercised in the test
1231         suite: a config file with input from stdin, and a config header
1232         output to stdout.
1233         Suggestion for catching write errors by Bruno Haible.
1235 2007-11-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1237         Avoid error with Tru64 awk and testsuite lines with many words.
1238         * lib/autotest/general.m4 (AT_INIT): In the awk script that
1239         reads the testsuite, set the field separator to an unusual value,
1240         in order to not run over the limit of 199 fields.  Tru64 4.0D awk
1241         even splits the input if $i, i>0, was never accessed in the script.
1243         Revert 2007-10-17 change.
1244         * TODO: Multiline args in config files and headers mean something
1245         different and are not fixed, see
1246         <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
1247         Report by Stepan Kasal.
1249         * doc/autoconf.texi (Generic Programs): Fix typo.
1251 2007-11-16  Stepan Kasal  <kasal@ucw.cz>
1253         AC_*_TOOL does not canonicalize the prefix
1254         * doc/autoconf.texi (Generic Programs): Do not say that
1255         the *_TOOL macros canonicalize, they simply use the `host_alias'.
1257 2007-11-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1259         Diagnose write errors in config.status instantiations.
1260         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
1261         (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
1262         on write errors.
1263         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
1264         Extend test to also check for some write error failures, using...
1265         <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
1266         Report by Bruno Haible.
1268         Indentation fixups.
1269         * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
1270         indentation.
1271         (_AT_CHECK): Use less indentation, to save space.
1273 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1275         Add witness macro for @top_build_prefix@ substitution.
1276         * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
1277         (_AC_OUTPUT_FILE): Mention it here.
1279 2007-11-15  Paolo Bonzini  <bonzini@gnu.org>
1280         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1282         * lib/autotest/general.m4 (at_func_test): Remove.
1283         (AT_INIT): Pre-extract test groups into separate files.
1284         (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
1285         Remove at-test-source files together with the $at_group_dir.
1286         * tests/autotest.at (Long test source lines): New test.
1288 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1290         Shell functions and variables may share a namespace.
1291         * doc/autoconf.texi (Portable Shell): Mention Solaris sh
1292         limitation.
1294 2007-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1296         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
1297         gnulib.
1299 2007-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1301         * lib/autoconf/status.m4: Fix a couple of comment typos.
1303         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
1305 2007-11-13  Jim Meyering  <meyering@redhat.com>
1307         Clean up the rule to create "expr".
1308         * tests/Makefile.am (expr): Don't redirect directly to target.
1309         Redirect just once, not for each echo statement.
1310         Use $@, not literal "expr".
1312 2007-11-13  Paul Eggert  <eggert@cs.ucla.edu>
1314         Don't worry about preprocessor when testing long long.
1315         See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
1316         * doc/autoconf.texi (Preprocessor Arithmetic): New section.
1317         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
1318         These no longer check for preprocessor flaws.
1319         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
1320         Do not check for preprocessor flaws.
1322 2007-11-13  Jim Meyering  <meyering@redhat.com>
1324         Adapt dependencies, now that a version change doesn't modify configure.ac
1325         * GNUmakefile: Remove "make clean" kludge.
1326         * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
1327         configure.ac.
1328         Don't redirect directly to target.
1329         Use $@, not literal "version.m4".
1331 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1333         * doc/autoconf.texi (Making testsuite Scripts): Document
1334         ":;{" shorthand as in previous patch.
1336 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
1338         * doc/autoconf.texi (Limitations of Builtins): Document problem
1339         with { ... } a bit more clearly.  Suggest ":;{" as a shorthand
1340         for the workaround.
1341         * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
1342         Use ":;{" shorthand.
1343         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
1345 2007-11-12  Jim Meyering  <meyering@redhat.com>
1347         Add more non-srcdir build support.
1348         * GNUmakefile (dummy): Split a long line.
1349         Add -v option to autoreconf invocation.
1351         Remove the autoreconf-provided INSTALL, so that we regenerate it.
1352         * GNUmakefile (dummy): Remove INSTALL.
1354         Remove racy commands to build scripts in bin/ and tests/.
1355         * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
1356         are guaranteed to be built, remove the rules that tried to build
1357         them.  Before, with a parallel build, these rules could lead to
1358         two processes writing tests/wrapper.in concurrently.
1360         Build in man/ only *after* building in bin/ and tests/.
1361         * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
1362         in both bin/ and tests/.
1364         Accommodate non-srcdir build-from-checkout.
1365         * build-aux/git-version-gen: Require an additional parameter: $srcdir.
1366         Use git's --git-dir=$srcdir/.git option.
1367         Add quotes, in case tarball_version_file contains shell meta-characters.
1368         * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
1369         * configure.ac: Pass "." to git-version-gen.
1371         Avoid spurious test failures due to version skew.
1372         * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
1374 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1376         Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
1377         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
1378         Remove conftest.dSYM directory.
1379         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
1380         (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
1381         Remove `conftest.*' recursively.
1382         * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
1383         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
1384         Likewise.
1385         (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
1386         * THANKS: Update.
1387         Report and analysis by Jeff Squyres and Peter O'Gorman.
1389 2007-11-12  Benoit Sigoure  <tsuna@lrde.epita.fr>
1391         Fix typos in variable names.
1392         * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
1394 2007-11-11  Benoit Sigoure  <tsuna@lrde.epita.fr>
1396         Document that $((expression)) is not portable.
1397         * doc/autoconf.texi (Shell Substitutions): Here.
1399 2007-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1401         Ignore configure --help* errors due to LINENO-impaired shells.
1402         * tests/torture.at (Configuring subdirectories, Deep Package):
1403         In the --help* tests in read-only trees, make `.' temporarily
1404         writable again for the `stderr' file, and ignore errors due to
1405         the attempt to write configure.lineno.
1406         Report by Patrick Welche.
1408 2007-11-10  Jim Meyering  <meyering@redhat.com>
1410         Generate package.m4 in build-dir, not srcdir.
1411         * tests/Makefile.am (package.m4): Adjust target.
1412         Don't redirect directly to $@.
1413         (CLEANFILES): Add package.m4.
1414         ($(TESTSUITE)): Depend on just-built package.m4, not the one
1415         in $(srcdir).
1416         When running $(AUTOTEST), search "." before searching $(srcdir).
1418         Avoid a race condition that would make parallel "distclean" fail.
1419         * tests/Makefile.am (distclean-generic): Replace the default,
1420         automake-provided rule with an identical one, but with an additional
1421         dependency on distclean-local.  Simply adding the dependency would
1422         cause automake not to emit the rule at all.
1423         * BUGS: Building with -jN works, now.
1425         Distribute git-version-gen.
1426         * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
1427         since GNUmakefile is distributed, and requires it for dist* rules.
1429         Remove two more generated files from version control.
1430         * INSTALL: Remove generated file.
1431         * lib/autoscan/autoscan.list: Remove generated file.
1433 2007-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1435         * GNUmakefile (PATH): Remove stray apostrophes; they become
1436         part of PATH, which isn't wanted here.
1438 2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440         New config files output variable `top_build_prefix'.
1441         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
1442         `top_build_prefix'.
1443         * doc/autoconf.texi (Preset Output Variables): Document it.
1444         * NEWS: Update.
1445         Report by Bob Friesenhahn.
1447         Avoid expr for arithmetic evaluation if the shell accepts $((...)).
1448         * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
1449         function, to parametrize arithmetic with expr vs. the shell.
1450         Use it where possible.
1451         Suggestion by Benoit Sigoure.
1453 2007-11-03  Benoit Sigoure  <tsuna@lrde.epita.fr>
1455         Adjust the documentation of autotest WRT atlocal.
1456         * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
1457         when using Automake, to write a rule to produce atlocal, since it's
1458         an AC_CONFIG_FILES.  Mention that atlocal.in needs to be
1459         distributed, not atconfig.in.
1461 2007-11-04  Eric Blake  <ebb9@byu.net>
1463         Update list information.
1464         * README: Mention new autoconf-commit list.
1465         * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
1467 2007-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1469         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
1471         * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
1473         * build-aux/.gitignore: Ignore mkinstalldirs.
1475         * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
1477 2007-11-03  Jim Meyering  <meyering@redhat.com>
1479         s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
1480         * build-aux/git-version-gen: This syncs from coreutils.
1482         Adjust the build procedure so "make check" works reliably.
1483         * README-hacking: Include an extra step between "make" and
1484         "make check" to ensure that the latter passes.
1486         Use just-built tools, when possible.
1487         * GNUmakefile (PATH): Set and export here, ...
1488         (dummy): ... rather than here.
1490 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1491         and Andreas Schwab  <schwab@suse.de>
1493         * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
1494         exit status bug.
1496 2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1498         * configure.ac (AC_PREREQ): Require version 2.60, for
1499         AC_PROG_SED, AC_PROG_GREP.
1501 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
1502         and Jim Meyering  <meyering@redhat.com>
1503         and Andreas Schwab <schwab@suse.de>
1504         and Eric Blake  <ebb9@byu.net>
1506         Document a bug in GNU Bash with compound commands and redirections.
1507         * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
1508         Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
1509         workaround.
1511 2007-11-03  Eric Blake  <ebb9@byu.net>
1513         Support m4 1.4.5 in testsuite.
1514         * tests/torture.at (Define a newline): Exclude line numbers in
1515         error message.
1516         Reported by Ralf Wildenhues.
1518 2007-11-03  Jim Meyering  <meyering@redhat.com>
1520         Remove automake-provided files from version control.
1521         * build-aux/elisp-comp: Remove file.
1522         * build-aux/install-sh: Remove file.
1523         * build-aux/missing: Remove file.
1524         * build-aux/mdate-sh: Remove file.
1525         * build-aux/.gitignore: New file.
1526         Suggestion from Ralf Wildenhues.
1528 2007-11-03  Eric Blake  <ebb9@byu.net>
1530         Adjust version comparison to account for git snapshot numbers.
1531         * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
1532         component separator.
1533         * doc/autoconf.texi (Number processing Macros)
1534         <m4_version_compare>: Document this change.
1535         * tests/m4sugar.at (m4@&t@_version_compare): Test it.
1537 2007-10-30  Bruno Haible  <bruno@clisp.org>
1539         * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
1540         extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
1541         (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
1542         Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
1543         <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
1544         Suggested by Paul Eggert.
1546 2007-10-28  Jim Meyering  <meyering@redhat.com>
1548         * README-hacking: Autoconf, Automake, and Perl are required to build.
1549         List Gzip and Tar separately.  Suggested by Ralf Wildenhues.
1551 2007-10-28  Jim Meyering  <meyering@redhat.com>
1553         README-hacking: Recommend running autoreconf -vi.
1554         * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
1555         so that we use just-built tools when they're available.
1556         Suggestions from Ralf Wildenhues.
1558 2007-10-28  Jim Meyering  <meyering@redhat.com>
1560         Make inter-release --version output more useful.
1562         Now, each unofficial build has a version "number" like 2.61a-19-58dd,
1563         which indicates that it is built using the 19th change set
1564         (in _some_ repository) following the "v2.61a" tag, and that 58dd
1565         is a prefix of the commit SHA1.
1566         * build-aux/git-version-gen: New file.
1567         * configure.ac: Run it to set the version.
1568         (AM_INIT_AUTOMAKE): Don't check NEWS here.
1569         * Makefile.am (dist-hook): Arrange so that .version appears only
1570         in distribution tarballs, never in a checked-out repository.
1571         * .gitignore: Add .version here, too.  Just in case.
1572         * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
1573         not configure.ac, now that the version number changes automatically.
1575         Ensure that $(VERSION) is up to date for dist-related targets.
1576         * GNUmakefile: Arrange to rerun autoconf, if the version reported by
1577         git-version-gen doesn't match $(VERSION), but only for dist targets.
1579 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1581         Fix `Deep Package' failure with a configure script early in PATH
1582         * tests/torture.at (Deep Package): Add `.' early in PATH.
1583         Report by Jim Meyering.
1585 2007-10-27  Jim Meyering  <meyering@redhat.com>
1587         Remove all generated files from version control.
1588         * aclocal.m4: Remove.
1589         * configure: Remove.
1590         * Makefile.in: Remove, along with all other Makefile.in in subdirs.
1591         * .gitignore: Add aclocal.m4, configure and Makefile.in.  Sort.
1592         * README-hacking: New file: how to build from just-checked-out sources.
1594 2007-10-23  Eric Blake  <ebb9@byu.net>
1596         Improve corner case of m4_expand.
1597         * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
1598         efficiently.
1599         * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
1600         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
1601         documentation.
1603 2007-10-23  Paul Eggert  <eggert@cs.ucla.edu>
1605         * doc/make-stds.texi: Update from gnulib.
1607 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1608         and Eric Blake  <ebb9@byu.net>
1610         * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
1611         problem reported by Bruno Haible in
1612         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
1614 2007-10-22  Eric Blake  <ebb9@byu.net>
1616         * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
1617         preprocessor.
1619 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1621         Don't check for bug in HP-UX 11.00 cpp.
1622         * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
1623         Use -1ull rather than -1u, since that causes problems with gnulib; see
1624         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
1626 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1628         * tests/autotest.at (Backquote command substitution)
1629         (Multiline backquote command substitution)
1630         (Parenthetical command substitution)
1631         (Multiline parenthetical command substitution): Fix typos in
1632         test names.
1634 2007-10-21  Eric Blake  <ebb9@byu.net>
1636         * configure: Regenerate.
1638 2007-10-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1640         Fix config status generation with Tru64 ksh.
1641         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
1642         escaping of backslash in here-documents.
1644         Fix `Deep Package' test failure on FreeBSD.
1645         * tests/torture.at (Deep Package): Do not add `.' to $PATH
1646         unnecessarily.  Do not try running `/bin/sh configure' with a
1647         configure script to be found in $PATH, if the shell does not do
1648         this resolution.  Fixes test failure on FreeBSD.
1650         Fix config header generation with AIX awk.
1651         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
1652         script, use helper array D_is_set, as `" 0"' does not evaluate
1653         to true for AIX awk.
1655 2007-10-21  Eric Blake  <ebb9@byu.net>
1657         * tests/autotest.at (Banners): Reinstate test, with typo
1658         corrected.
1660 2007-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1662         * lib/autotest/general.m4 (Defaults): Validate input ranges ...
1663         <at_func_validate_ranges>: ... using this new function.
1664         * tests/autotest.at (Keywords and ranges): Test invalid ranges.
1665         Test --list with ranges and keywords.
1666         (Banners): Remove one now-failing test.
1668 2007-10-20  Eric Blake  <ebb9@byu.net>
1670         Fix testsuite --list subset.
1671         * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
1672         back to spaces, before listing subset of tests.
1673         Reported by Ralf Wildenhues.
1675 2007-10-19  Eric Blake  <ebb9@byu.net>
1677         s/parenthesis/parentheses/ where appropriate.
1678         * doc/autoconf.texi: Fix typos.
1679         * lib/m4sugar/m4sugar.m4: Likewise.
1680         Reported by Ralf Wildenhues.
1682         Document m4_expand limitation.
1683         * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
1684         unbalanced parse.
1685         * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
1686         (Writing Testsuites): Mention limitations inherited from
1687         m4_expand.
1689         Improve AT_BANNER handling.
1690         * lib/autotest/general.m4 (BANNERS): New named diversion.
1691         (TESTS_END): Diversion no longer used.
1692         (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
1693         shell function, which prints only as needed, using an associative
1694         array of banner text from a special diversion.
1695         <PARSE_ARGS_END>: No longer need awk to find banners.
1696         <TESTS>: Banners are no longer processed by main driver loop, so
1697         we no longer need case statement.
1698         (AT_BANNER): Rewrite to populate new diversion.
1699         (AT_SETUP): Each test invokes its own banner.  No output is needed
1700         to the TESTS diversion.
1701         * doc/autoconf.texi (Writing Testsuites): Document slight
1702         semantics change.
1703         * tests/autotest.at (AT_BANNERS): Enhance test.
1704         * NEWS: Document AT_BANNER.
1706         Document and test AT_BANNER.
1707         * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
1708         * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
1709         (AT_CHECK_BANNERS): New test.
1711         Doc touchups.
1712         * doc/autoconf.texi (Text processing Macros) <m4_strip>
1713         <m4_text_wrap>: Clarify and fix typos.
1715 2007-10-18  Eric Blake  <ebb9@byu.net>
1717         Ignore `make dist' changelogs in testsuite.log.
1718         * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
1719         directories matching AT_PACKAGE_TARNAME-*.
1721         Fix AT_TESTED, AT_KEYWORDS.
1722         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
1723         occurs in string, as duplicates may be added.
1724         (_m4_append_uniq): New helper macro.
1725         (m4_append_uniq_w): New macro.
1726         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
1727         duplication bug by using new macro.
1728         (AT_INIT) <at_tested>: Restore newline separators.  Invoke tested
1729         programs with stdin redirected, so programs that don't
1730         understand --version won't try to behave interactively.
1731         * tests/autotest.at (Tested programs): Catch this bug.
1732         * tests/m4sugar.at (m4@&t@_append): Test new macro.
1733         * tests/local.at (AT_TESTED): Add m4, perl.
1734         * doc/autoconf.texi (Text processing Macros): Document
1735         m4_append_uniq_w, and update text on m4_append.
1736         * NEWS: Document the addition.
1738 2007-10-17  Eric Blake  <ebb9@byu.net>
1740         Function cleanup.
1741         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
1742         from m4 macro...
1743         (AT_INIT) <at_func_create_debugging_script>: ...to shell
1744         function.
1745         (AT_INIT): Defer function declarations until after --help,
1746         --version.  Format functions consistently, trying to fit in 80
1747         columns.
1748         (TEST_FUNCTIONS): Based on recent changes, rename...
1749         (TEST_GROUPS): ...to this.
1751         Reject FreeBSD m4.
1752         * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
1753         * configure: Regenerate.
1754         Reported by Bob Friesenhahn.
1756         Test recent additions.
1757         * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
1758         (m4@&t_max and m4@&t_min): New tests.
1759         * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
1760         description.
1762 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1764         * TODO: multiline args in config files and headers work now.
1766         Autotest: do not use shell functions for individual tests.
1767         * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
1768         extract the source test source, do not invoke it.
1769         (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
1770         * tests/autotest.at (Fallacy): Actually let the inner suite fail,
1771         expect exit status of 1.
1772         * tests/autotest.at (Skip): New test, for bogus zsh exit status.
1774         * lib/autotest/general.m4 (at_func_test): Fix test extraction
1775         script.
1777 2007-10-17  Eric Blake  <ebb9@byu.net>
1779         Fix m4_combine for empty suffix list.
1780         * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
1781         * doc/autoconf.texi (Text processing Macros): Document this.
1783         Add m4_combine, based on Libtool's lt_combine.
1784         * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
1785         * doc/autoconf.texi (Text processing Macros): Document it.
1786         * NEWS: Likewise.
1788 2007-10-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1790         Fix `configure --help=recursive' in unconfigured/read-only trees.
1791         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
1792         is not writable, use 'cp -p' in this case, in the hope that it
1793         will not actually be needed.  Still try removing files, in case
1794         of other write errors.
1795         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
1796         use $as_myself, not $0.
1797         (_AC_INIT_HELP): For --help=recursive, if the subdir does not
1798         exist, try again in the the source tree.  This change assumes
1799         that the subpackage configure script is capable of running
1800         --help=recursive in the source tree.
1801         * tests/torture.at (Configuring subdirectories, Deep Package):
1802         Adjust tests to expose both issues, also try invocation as
1803         `sh configure ...' and plain `configure ...' with PATH adjusted.
1804         * NEWS, THANKS: Update.
1805         Report by Hans Ulrich Niedermann.
1807 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1809         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
1810         Problem reported by H.Merijn Brand in
1811         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
1812         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
1813         (AC_TYPE_UNSIGNED_LONG_LONG_INT):
1814         Check that preprocessor handles 64-bit ints, too.
1816 2007-10-16  Eric Blake  <ebb9@byu.net>
1818         m4_map is a looping construct.
1819         * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
1821         Fix m4_map, and add some more utility macros.
1822         * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
1823         (m4_echo, m4_make_list): New documented macros.
1824         (_m4_quote, _m4_shift2): New helper macros.
1825         (m4_map): Change semantics to allow calling macro without
1826         arguments.
1827         (m4_map_sep): Likewise.  Also change semantics to quote separator,
1828         to match m4_join and m4_append.
1829         (m4_version_unletter): Fix use of m4_map.
1830         * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
1831         m4_count, m4_dquote_elt, m4_echo, m4_make_list.
1832         (Text processing Macros): Mention m4_dquote as a faster
1833         alternative to joining with commas.
1834         (Looping constructs): Document m4_map, m4_map_sep.
1835         * NEWS: Mention new macros.
1837         A few more m4sugar improvements, to benefit libtool.
1838         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
1839         of expansion by avoiding extra uses of $@.
1840         (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
1841         (_m4_cdr): New helper macro.
1842         (_m4_map, m4_map_sep): Use it to reduce size of expansion.
1843         (_m4_shift3): New helper macro.
1844         (_m4_foreach): Swap argument order, and use new macro to reduce
1845         size of expansion.
1846         * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
1847         count must be positive.
1849         * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
1850         Reported by Ralf Wildenhues.
1852 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1854         * doc/autoconf.texi (Portable Shell): Improve description of zsh
1855         4.x function subshell bug with exit and trap.
1857 2007-10-15  Eric Blake  <ebb9@byu.net>
1859         Enhance AS_HELP_STRING.
1860         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
1861         and reduce number of expansions.
1862         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
1863         and to take indent and wrap column numbers.
1864         * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
1865         * doc/autoconf.texi (Pretty Help Strings): Document details about
1866         arguments.
1867         (Text processing Macros): Minor tweaks.
1868         * NEWS: Document this change.
1870         Fix 2007-10-03 regression with AT_SETUP([a, b]).
1871         * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
1872         (m4_text_box): Use it.
1873         * lib/autotest/general.m4 (AT_SETUP): Use it.
1874         * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
1875         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
1876         * NEWS: Revert caveat about semantics change on comma.
1877         * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
1879 2007-10-13  Eric Blake  <ebb9@byu.net>
1881         Change m4_join to match libtool's ltsugar semantics.
1882         * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
1883         Ignore empty arguments, using...
1884         (_m4_join): ...this new helper.
1885         * tests/m4sugar.at (m4@&t@_join): New test.
1886         * doc/autoconf.texi (Text processing Macros): Document new
1887         semantics of m4_join.
1889         Make AC_PREREQ faster and more robust.
1890         * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
1891         (m4_version_prereq): Inline constant expansions.
1892         (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
1893         Rewrite in terms of [] list, not () list.
1894         (_m4_list_cmp, _m4_version_unletter): New helper macros.
1895         (m4_version_unletter): Write wrapper around new implementation to
1896         preserve old semantics.
1897         (m4_version_compare): Pass correct type of list, and avoid
1898         overhead of flattening expressions too early.
1899         (m4_do): Move to be near other quoting macros.
1900         (m4_max, m4_min): Always result in decimal output.
1901         * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
1902         Move m4_do...
1903         (Evaluation Macros): ...here.  Add m4_ignore, m4_unquote.
1904         (Text processing Macros): Move m4_version_compare...
1905         (Number processing Macros): ...to this new node; document m4_cmp,
1906         m4_list_cmp, m4_sign, m4_max, m4_min.
1907         * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
1908         up on bugs fixed by this patch.
1909         * NEWS: Document new macros.
1911 2007-10-12  Eric Blake  <ebb9@byu.net>
1913         * doc/autoconf.texi (Text processing Macros): Fix bad merge.
1914         (Reporting Messages): Fix underfull hbox.
1916         Some more m4sugar documentation.
1917         * lib/m4sugar/m4sugar.m4: Clean up macro order.
1918         * doc/autoconf.texi (Programming in M4): Lighten the warning on
1919         using m4sugar; it is stabilizing and useful.
1920         (Redefined M4 Macros): Touch up wording on M4 builtins; sort.  Add
1921         m4_divert, m4_undivert, __file__, __line__, __oline__.
1922         (Diagnostics): New node, documenting m4_assert, m4_errprintn,
1923         m4_fatal, m4_location, m4_warn.
1924         (Diversion support): New node, documenting m4_divert_push,
1925         m4_divert_pop, m4_divert_text, m4_divert_once.
1926         (Text processing Macros): Sort.  Add m4_flatten, m4_join,
1927         m4_newline, m4_strip, m4_text_box, m4_text_wrap.
1928         (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
1929         as obsolescent.
1930         (Printing Messages): Change cross-reference.
1932         Document interaction of recent m4_append change with Libtool HEAD.
1933         * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
1934         (m4_append_uniq): Add new parameters, based on lt_append_uniq.
1935         * tests/m4sugar.at (m4@&t@_append): New test.
1936         * NEWS: Document semantics change.
1937         * doc/autoconf.texi (Text processing Macros): Likewise.
1939         s/AC_VERSION/AC_AUTOCONF_VERSION/.
1940         * doc/autoconf.texi (Versioning): Change the name.
1941         * NEWS: Likewise.
1942         * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
1943         * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
1944         Suggested by Ralf Wildenhues.
1946         Namespace cleanup.
1947         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
1948         (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
1949         autoconf namespace.
1950         * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
1951         (Programming in M4sh, Macro Names): Beef up description of
1952         namespaces reserved for autoconf.
1953         * configure: Regenerate.
1955 2007-10-12  Eric Blake  <ebb9@byu.net>
1956         and Paolo Bonzini  <bonzini@gnu.org>
1958         Speed up execution of subset of testsuite.
1959         * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
1960         (AT_INIT) <at_func_test>: New shell function.
1961         (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
1962         (AT_INIT) <at_test_source> New variable, names file that holds
1963         current test function definition.
1964         (AT_SETUP): Start the shell function at_func_test_#, into the
1965         TEST_FUNCTIONS diversion.
1966         (AT_CLEANUP): End the shell function.  Simplify the TESTS
1967         diversion to invoke the function.
1969 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1971         * .gitignore: Ignore tags and TAGS files.
1973 2007-10-11  Eric Blake  <ebb9@byu.net>
1975         Config header generation followup.
1976         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
1977         which won't work with the preprocessor nor with the awk
1978         implementation.
1979         * tests/torture.at (Define a newline): Test raw newline detection,
1980         removing the XFAIL.
1981         * doc/autoconf.texi (Defining Symbols): Document recent change to
1982         allow backslash-newline.
1983         * THANKS: Update.
1985 2007-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1987         * lib/autotest/general.m4: Put function braces in separate line.
1989 2007-10-10  Eric Blake  <ebb9@byu.net>
1991         Avoid some overhead from m4_defn and m4_popdef.
1992         * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
1993         pass on first argument, since we are documented that way.
1994         (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
1995         check where it is safe to do so.
1996         (m4_append): Likewise, and quote the separator.
1997         (m4_text_box): Likewise, and avoid regex, also be robust to
1998         expansion and quadrigraphs.
2000         Another AC_DEFINE speedup.
2001         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
2002         elision...
2003         (_AC_DEFINE_Q): ...here, and only do it once.
2004         * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
2005         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
2006         introduced 2007-10-05.
2008         Whitespace cleanup.
2009         * lib/autoconf/general.m4: Use consistent indentation.
2010         * configure: Regenerate.
2012         * NEWS: Announce recent round of speed optimizations.
2014 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2016         * NEWS: Announce shell function usage in Autotest.
2018 2007-10-10  Eric Blake  <ebb9@byu.net>
2019         and Paul Eggert  <eggert@cs.ucla.edu>
2021         Reduce number of forks at startup.
2022         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
2023         sanitization.
2024         * configure: Regenerate.
2026 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2027         and Paul Eggert  <eggert@cs.ucla.edu>
2029         Use awk for config header generation.
2030         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
2031         (_AC_OUTPUT_HEADERS_PREPARE): New macro.  Rewrite of the config
2032         header machinery for use with awk and placement outside the main
2033         config.status instantiation loop.  Retain multi-line defines
2034         through backslash-newline combinations, do not split the script
2035         any more.
2036         (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
2037         (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
2038         needed.
2039         (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
2040         from define values.
2041         * NEWS: Update.
2042         * tests/torture.at (#define header templates): Extend test by
2043         several more cases: white space before and after `#', macros
2044         with parameters in config.hin and as defines, multi-line macro
2045         values.
2046         (Torturing config.status): Use a define value twice the length
2047         in order to exercise the awk literal string limit.
2048         (Substitute and define special characters): Also try special
2049         delimiter, to exercise the special-case code.
2050         Suggestion by Eric Lemings.
2052 2007-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2054         * tests/local.at (AT_COPYRIGHT): Bump copyright years.
2056 2007-10-09  Eric Blake  <ebb9@byu.net>
2058         Improve header of bin/autoconf.
2059         * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
2060         * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
2061         from M4sh.
2062         * bin/autoconf.as: Put copyright up front in generated file.
2064         * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
2066 2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2068         * doc/install.texi (Basic Installation): Document `uninstall'.
2069         * INSTALL: Regenerate.
2070         Suggestion by Roberto Bagnara.
2072 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2074         * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
2076         Adjust doc. to match latest gnulib.
2077         * build-aux/texinfo.tex: Sync from gnulib.
2078         * doc/standards.texi: Likewise.
2079         * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
2080         Documentation License" and remove the subsection.  This simplifies
2081         the manual a bit and is more like what other GNU projects do
2082         nowadays.
2084 2007-10-08  Eric Blake  <ebb9@byu.net>
2086         Use recent changes.
2087         * configure: Regenerate.
2089         Fix regression in m4_text_wrap from 2007-10-05.
2090         * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
2091         (m4_sign): Sort.
2092         (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
2093         m4_format.
2094         * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
2095         * tests/autotest.at (Long test title, Longer test title): Test
2096         this fix, beyond what AS_HELP_STRING already tests.
2098         Avoid m4 warnings on bad m4_format usage.
2099         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
2100         evaulates to 0.
2101         * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
2102         enough arguments are provided.
2104 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
2106         * doc/autoconf.texi (Shell portability): Document shell function
2107         portability.
2109 2007-10-06  Paolo Bonzini  <bonzini@gnu.org>
2111         * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
2112         at_func_check_skip, at_func_check_status, at_func_filter_trace,
2113         at_func_log_failure shell functions.  Use test -s to avoid
2114         useless diff invocations.
2115         (at_func_check_newline): Renamed from at_check_newline.
2116         (AT_SETUP): Define AT_captured_files to empty.
2117         (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
2118         (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir.  Use all
2119         the shell functions.
2121 2007-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2123         Don't assume "." is writeable, for commands like "autoconf --version".
2124         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
2125         different heuristic instead, one that doesn't rely on creating
2126         files.
2128         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
2129         correctly.
2131 2007-10-05  Jim Meyering  <meyering@redhat.com>
2133         Avoid makeinfo warnings.
2134         * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
2135         (Looping constructs): Add ` ' after @defmac'd name, m4_do.
2137 2007-10-05  Eric Blake  <ebb9@byu.net>
2139         Resolve Python issue 1676135 regarding configure directory args.
2140         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
2141         slashes from directory arguments.
2142         * tests/base.at (configure directories): New test.
2143         * doc/autoconf.texi (Installation Directory Variables): Document
2144         the change.
2145         * NEWS: Likewise.
2146         * THANKS: Update.
2147         Reported by Björn Lindqvist.
2149         Provide better short-circuiting operation.
2150         * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
2151         (m4_text_wrap): Use it.  Also avoid useless m4_for.
2152         * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
2153         new macro.
2154         (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
2155         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
2156         to avoid regexps.
2157         * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
2158         documentation.  Sort m4_mkstemp, m4_undefine.  Move m4_ifndef...
2159         (Conditional constructs): ...here, to new section.  Also document
2160         m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
2161         m4_bpatsubsts, and m4_default.
2162         (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
2163         m4_do.
2165 2007-10-04  Eric Blake  <ebb9@byu.net>
2167         Fix recent testsuite failures.
2168         * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
2169         that must not be re-expanded after AS_ESCAPE.
2170         * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
2171         checking if it is an identifier.
2173         Whitespace cleanup.
2174         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
2175         leading whitespace, as it caused space-tab in testsuite.
2176         (AT_INIT): Avoid trailing newlines in testsuite.
2178         One more round of m4_foreach_w speedups.
2179         * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
2180         is present.
2181         (_m4_split): Avoid useless expansions inside definition.  Move
2182         argument defaulting...
2183         (m4_split): ...here.  Change alternate quote to something less
2184         likely to appear in $1.  Also, special case space as regexp...
2185         (m4_foreach_w): ...to avoid regexp on single-term list.
2186         (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
2187         useless expansions inside definition.
2188         * tests/m4sugar.at (m4@&t@_split): Add tests.
2190 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
2192         * general.m4 (AT_INIT): Add at_check_newline function.
2193         (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
2194         (_AT_CHECK): Don't use at_trace_this.
2196 2007-10-04  Paolo Bonzini  <bonzini@gnu.org>
2198         Fix previous commit.
2199         * lib/autotest/general.m4 (AT_LINE): Fix regex.
2201 2007-10-04  Eric Blake  <ebb9@byu.net>
2203         Speed up building testsuites.
2204         * lib/autotest/general.m4 (AT_LINE): Only use regex when file
2205         changed since last time.  Use simpler regex.
2207 2007-10-03  Eric Blake  <ebb9@byu.net>
2209         Optimize checking for identifiers.
2210         * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
2211         macros, more efficient than regex on m4_re_word.
2212         * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
2213         Rewrite in terms of new macro.  As a side-effect, AC_DEFINE can
2214         now use @&t@.
2215         * configure: Regenerate.
2217         Remove some XFAILs, and make AT_SETUP output line up.
2218         * lib/autotest/general.m4 (AT_SETUP): Only expand description
2219         once; thereafter, use its expansion, properly quoted.
2220         * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
2221         expansion with arguments, and check for aligned output.
2222         (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
2223         Add a test for macros with parameters.
2224         * NEWS: Document the semantics change.
2225         * tests/base.at: Fix test titles containing commas.
2226         * tests/compile.at: Likewise.
2227         * tests/tools.at: Likewise.
2228         * tests/torture.at: Likewise.
2230         Another round of regex avoidance.
2231         * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
2232         (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
2233         (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
2234         (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
2235         character ranges useful in m4_translit.
2236         (m4_toupper, m4_tolower): Optimize the constant portion of
2237         definition.
2238         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
2239         creates $, and reject [] thanks to AS_TR_SH rewrite.
2240         (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
2241         (AS_ESCAPE): Factor...
2242         (_AS_ESCAPE): ...into new macro, with second argument required.
2243         Avoid regex in common case.
2244         (_AS_QUOTE): Use new macro.
2246         Whitespace cleanup.
2247         * lib/autoconf/types.m4: Avoid space-tab.
2248         * lib/m4sugar/m4sh.m4: Use tab consistently.
2250 2007-10-03  Paul Eggert  <eggert@cs.ucla.edu>
2252         * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
2253         (m4_shiftn): Remove no-longer-needed optimization.  Perhaps we
2254         should remove m4_shiftn entirely?
2255         (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
2256         Prefer m4_shift2 and m4_shift3 to m4_shiftn.
2257         * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
2258         * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
2259         * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
2261 2007-10-03  Eric Blake  <ebb9@byu.net>
2263         Comment touchups.
2264         * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
2266 2007-10-02  Eric Blake  <ebb9@byu.net>
2268         Optimize appending text.
2269         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
2270         expressions.
2272         Optimize recursion.
2273         * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
2274         lot of hot spots; optimize it for 2 and 3 shifts.
2276         Optimize AC_PREREQ and other m4sugar numerics.
2277         * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
2278         (m4_cmp): Compare arbitrary expressions, without overflow.
2279         (m4_version_unletter): Also recognize capital letters.
2280         (m4_version_compare): Avoid regex when splitting version number
2281         string.
2283 2007-10-01  Eric Blake  <ebb9@byu.net>
2285         Once again, reject IRIX m4.
2286         * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
2287         implementations that ignore --trace.
2288         * configure: Regenerate.
2289         Reported by Ralf Wildenhues.
2291         Fix regression in AC_DEFINE([macro(with_arg)]).
2292         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
2293         quotes with a careless m4_substr.
2295 2007-09-30  Eric Blake  <ebb9@byu.net>
2297         Allow nameless iteration.
2298         * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
2299         indirectly.
2300         * tests/m4sugar.at (myvar): Test this.
2302 2007-09-29  Eric Blake  <ebb9@byu.net>
2304         Speed optimization: avoid m4 regex when other algorithms work.
2305         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
2306         (_AS_QUOTE_IFELSE): Likewise.
2307         * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
2308         (m4_bpatsubsts): Split...
2309         (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
2310         regex.
2311         (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
2312         (m4_qlen): Optimize on short strings, to avoid regex.
2313         (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
2314         * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
2315         (AC_DEFINE_TRACE): Likewise.
2317 2007-09-28  Eric Blake  <ebb9@byu.net>
2319         Oops - my earlier 'optimization' caused a regression.
2320         * tests/local.at (AT_CHECK_M4): Fix typo.
2322 2007-09-27  Eric Blake  <ebb9@byu.net>
2323         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2325         Catch even more common AC_CACHE_VAL mistakes.
2326         * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
2327         lacks '_cv_', or if AC_SUBST appears in body.
2328         * tests/base.at (AC_CACHE_CHECK): Test this change.
2330 2007-09-27  Stepan Kasal  <kasal@ucw.cz>
2331         and Eric Blake  <ebb9@byu.net>
2333         Autotest no longer caters to Ultrix redirection limitation.
2334         * doc/autoconf.texi (Writing testsuite.at): Remove the
2335         limitation that the first parameter of AT_CHECK cannot
2336         contain redirection.
2337         (File Descriptors): Mention that Ultrix limitation is no longer a
2338         show-stopper in modern code.
2339         * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
2340         parameter is `stderr' or `experr'.  Optimize if it was `ignore'.
2341         * lib/autotest/general.m4 (AT_CHECK): Update comment.
2343 2007-09-27  Eric Blake  <ebb9@byu.net>
2345         Squelch changeword in m4sugar.
2346         * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
2347         feature of m4 1.4.x.
2349         Configure whitespace touchups.
2350         * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
2351         installation directories, and avoid TAB, in configure --help
2352         output.
2353         * configure.ac: Avoid extra trailing newline.
2354         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
2355         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
2356         config.status --help output.
2357         * configure: Regenerate.
2359         Fix underquotation in AS_HELP_STRING.
2360         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
2361         argument.
2362         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
2363         first-prefix argument.
2364         * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
2365         * NEWS: Document AS_HELP_STRING fix.
2367         Autotest formatting touchups.
2368         * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
2369         output.
2370         (PATH): Simplify computation of new PATH.
2372 2007-09-26  Eric Blake  <ebb9@byu.net>
2374         Fix testsuite breakage in last patch.
2375         * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
2376         font-lock fix.
2377         * tests/torture.at (@%:@define header templates): Rename, so that
2378         output lines up correctly.
2380         More font-lock happiness.
2381         * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
2382         confusion.
2384 2007-09-25  Eric Blake  <ebb9@byu.net>
2386         Typo fixes.
2387         * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
2388         * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
2390         Improve documentation of M4 parameter expansion.
2391         * doc/autoconf.texi (Quoting and Parameters): New section.
2392         (Quotation and Nested Macros): Improve wording.
2394         Improve C99 detection.
2395         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
2396         avoid deprecation warning with icc.
2397         * THANKS: Update.
2398         Reported by Ted Bullock.
2400 2007-09-24  Jim Meyering  <jim@meyering.net>
2402         Whenever possible, use the vertical bar as sed delimiter.
2403         * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
2404         Use "|", not "!".
2405         * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
2406         [ac_dir_suffix]: Use "|", not "," as sed delimiter.
2407         * tests/mktests.sh (as_me): Likewise.
2408         * lib/freeze.mk (check-forbidden-patterns): Likewise.
2409         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
2410         * configure: Regenerate.
2411         * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
2412         * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
2413         in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
2414         This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
2416 2007-09-22  Jim Meyering  <jim@meyering.net>
2418         Add a comment.
2419         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
2420         2004-05-31 change also with a comment in the code.
2422 2007-09-20  Eric Blake  <ebb9@byu.net>
2424         More contribution housekeeping.
2425         * THANKS: Sort.
2426         * AUTHORS: Sort, reflect recent assignment from Helge Deller.
2428         Ignore additional files, when copying cross-repository.
2429         * .gitignore: Ignore CVS directories, emacs edits.
2430         * .cvsignore: Ignore .git directory, emacs edits.
2432 2007-09-15  Eric Blake  <ebb9@byu.net>
2434         Provide AC_VERSION, not m4_AUTOCONF_VERSION.
2435         * doc/autoconf.texi (Text processing Macros): Remove mention of
2436         m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
2437         once again.
2438         (Notices): Move AC_PREREQ...
2439         (Versioning): ...to this new section, alongside the new AC_VERSION
2440         alias for the undocumented m4_PACKAGE_VERSION.
2441         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
2442         * lib/autoconf/general.m4 (AC_VERSION): New macro.
2443         * NEWS: Update to match this rename.
2444         * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
2445         m4_PACKAGE_VERSION.
2446         * tests/tools.at (autoconf: AC_VERSION): New test.
2447         Suggested by Paolo Bonzini and Benoit Sigoure.
2449 2007-09-14  Eric Blake  <ebb9@byu.net>
2451         Prepare for conversion to git.
2452         * doc/.cvsignore: Avoid multiple listings on one line.
2453         * bin/.cvsignore: Likewise.
2454         * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
2455         lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
2456         lib/autoscan/.gitignore, lib/autotest/.gitignore,
2457         lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
2458         tests/.gitignore: New files, identical to .cvsignore counterpart.
2460 2007-09-13  Eric Blake  <ebb9@byu.net>
2462         Editing eye-candy.
2463         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
2464         font-lock balance.
2465         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
2466         * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
2467         * configure: Regenerate.
2469         Clean up 'make dist' of previous patch.
2470         * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
2471         (CLEANFILES): Don't clean the stamp, since we distribute the
2472         generated files pre-built.
2473         (MAINTAINERCLEANFILES): Clean it here instead.
2474         * tests/Makefile.in: Regenerate.
2476         Avoid parallel 'make check' issue.
2477         * tests/Makefile.am (mktests.stamp): New witness.
2478         (TESTSUITE_GENERATED_AT): Use it.
2479         (CLEANFILES): Clean the witness.
2480         * tests/.cvsignore (mktests.stamp): Ignore the witness.
2482         Document another awk pitfall.
2483         * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
2484         limitation of field variables in END.
2485         Reported by Gary V. Vaughan.
2487         * AUTHORS: Add missing entries.
2489 2007-09-12  Eric Blake  <ebb9@byu.net>
2491         Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
2492         * doc/autoconf.texi (Text processing Macros): Document
2493         m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
2494         (Redefined M4 Macros): Document m4_ifndef.
2495         * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
2496         can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
2497         used it while it was undocumented.
2498         * NEWS: Document this change.
2499         * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
2500         * lib/m4sugar/Makefile.in: Regenerate.
2501         * tests/m4sugar.at (m4@&t@_version_compare): New test.
2502         Reported by Bruno Haible.
2504         * doc/autoconf.texi (Generic Compiler Characteristics): Add
2505         missing index entries.
2507 2007-09-11  Eric Blake  <ebb9@byu.net>
2509         Centralize all system extensions checks.
2510         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
2511         from AC_AIX, AC_GNU_SOURCE, AC_MINIX.  Add Interix support.
2512         (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
2513         AC_USE_SYSTEM_EXTENSIONS.
2514         (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
2515         (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
2516         * doc/autoconf.texi (Posix Variants): Reword this section,
2517         emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
2518         rather than a series of system-specific checks.
2519         (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
2520         AC_MINIX.
2521         * NEWS: Document this change.
2522         * THANKS: Update.
2523         Reported by Martin Koeppe.
2525 2007-09-08  Eric Blake  <ebb9@byu.net>
2527         Clean up obsolete macros references.
2528         * doc/autoconf.texi: Add anchors to support better
2529         cross-referencing.
2530         (Particular Structures): Move obsolete macros descriptions...
2531         (External Software): Likewise.
2532         (Package Options): Likewise.
2533         (Obsolete Macros): ...to here.  Add cross-references to
2534         documentation on replacements.
2535         * NEWS: Mention that these macros have been obsolete for a while
2536         now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
2538         Improve M4 path searching during configure.
2539         * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
2540         macro.
2541         (_AC_PATH_PROG_FEATURE_CHECK): Rename...
2542         (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
2543         parameter, and kill side effects.
2544         (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
2545         (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
2546         * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
2547         is found.
2548         (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
2549         allow bootstrapping with autoconf 2.61.
2550         * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
2551         * configure: Regenerate.
2552         * doc/autoconf.texi (Generic Programs): Document new macro.
2553         * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
2554         macro.
2555         * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
2556         * NEWS: Document the change.
2557         * THANKS: Update.
2558         Reported by Hans Aberg.
2560         * doc/autoconf.texi (Generic Programs): Fix typo.
2562 2007-09-06  Eric Blake  <ebb9@byu.net>
2564         * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
2565         :, and make it clear that optional @var{path} defaults to $PATH.
2566         (Erlang Compiler and Interpreter): Likewise.
2568         Texinfo cleanup.
2569         * doc/autoconf.texi: Avoid lines > 80 columns when possible.
2570         Reword some paragraphs to avoid overfull, underfull hbox
2571         warnings.  Add index entries to avoid overfull vbox warnings.
2573 2007-09-05  Eric Blake  <ebb9@byu.net>
2575         * NEWS: Adjust wording for AC_CONFIG_LINKS.
2576         Reported by Ralf Wildenhues.
2578 2007-09-03  Eric Blake  <ebb9@byu.net>
2580         * NEWS: Document fixes that have been applied since 2.61a.
2582         Housekeeping.
2583         * THANKS: Update, and convert to UTF-8 encoding.
2584         * AUTHORS: Likewise.
2586 2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2588         * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
2589         names beginning with `-' again.
2591 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
2592             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2594         * doc/autoconf.texi (Defining Directories): Mention
2595         AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
2597 2007-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2599         * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
2600         here, this macro is expanded by AC_INIT.  Fixes 2.60 regression.
2601         * tests/base.at (configure arguments): New test.
2602         * THANKS: Update.
2603         Report by Olaf Lenz.
2605         * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
2606         arguments in comment.
2607         Report by Vincent Torri <vtorri at univ minus evry dot fr>.
2609 2007-08-20  Benoit Sigoure  <tsuna@lrde.epita.fr>
2611         * doc/autoconf.texi (File System Conventions): Index the proper
2612         way of detecting absolute file names.
2614 2007-08-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2616         * build-aux/config.guess, build-aux/config.sub,
2617         build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
2618         build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
2619         doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
2620         * doc/autoconf.texi (GNU Free Documentation License): Adjust for
2621         sectioning change in fdl.texi.
2623         * bin/autoconf.as: Update --version output to match current GCS.
2624         * bin/autoheader.in: Likewise.
2625         * bin/autom4te.in: Likewise.
2626         * bin/autoreconf.in: Likewise.
2627         * bin/autoscan.in: Likewise.
2628         * bin/autoupdate.in: Likewise.
2629         * bin/ifnames.in: Likewise.
2631 2007-08-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2633         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
2634         file to itself if source and build trees coincide.
2635         * tests/torture.at (AC_CONFIG_LINKS and identical files): New
2636         test.
2637         Report by Sebastian Freundt <hroptatyr@gna.org>.
2639 2007-07-20  Paul Eggert  <eggert@cs.ucla.edu>
2641         Reword the copyright notices to match what's suggested in GPLv3.
2642         In ChangeLog files, use more-permissive notice rather than GPL, as
2643         per usual GNU standards these days.
2645 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2647         * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
2648         limitation reported by Leo Moisio in
2649         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
2651 2007-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2653         * COPYING: Update to GPLv3.  All uses changed.
2655 2007-06-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2656         and Paul Eggert  <eggert@cs.ucla.edu>
2658         * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
2659         fails on AIX 5.3.
2661 2007-06-17  Noah Misch  <noah@cs.caltech.edu>
2663         * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
2664         * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
2665         `srcdir' as subdirectory of `builddir'.
2667 2007-06-13  Noah Misch  <noah@cs.caltech.edu>
2669         * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
2670         * tests/autotest.at (srcdir propagation): New test.
2671         * THANKS: Update.
2672         Reported by Mike Frysinger.
2674 2007-06-13  Paul Eggert  <eggert@cs.ucla.edu>
2676         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
2677         Problem reported by Fred Kreek in
2678         <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
2679         * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
2680         (Macro Names, Defining Directories): Don't mention PATH as a name
2681         for a fully qualified file name, as this usage violates the GNU
2682         coding standards and we shouldn't recommend it.
2684         * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
2685         string and then assume shell builtins like "test" will work.
2687 2007-06-12  Noah Misch  <noah@cs.caltech.edu>
2689         * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
2690         not a valid shell variable name.
2691         * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
2692         * tests/torture.at (AC_SUBST: variable name validation): New test.
2693         Reported by Andreas Schwab.
2695 2007-06-04  Noah Misch  <noah@cs.caltech.edu>
2697         * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
2698         works with both C and C++.
2700 2007-06-03  Noah Misch  <noah@cs.caltech.edu>,
2701             Bruno Haible  <bruno@clisp.org>
2703         * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
2704         brand tests.
2706 2007-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2708         * doc/autoconf.texi (Particular Types): Give example of use for
2709         AC_TYPE_INT8_T etc.
2711 2007-05-29  Stepan Kasal  <kasal@ucw.cz>
2713         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
2715 2007-05-28  Paul Eggert  <eggert@cs.ucla.edu>
2717         * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
2718         define HAVE_INT8_T, and likewise for similar macros.
2719         Problem reported by Patrick Welche in
2720         <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
2722 2007-05-25  Noah Misch  <noah@cs.caltech.edu>
2724         * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
2726 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2728         * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
2729         choice, since that's what we do with --enable-largefile etc.
2730         Redo indenting and assignments to simplify things a bit, and make
2731         the parens work with Emacs.
2733         * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
2734         in my previous change: AC_C_OPENMP -> AC_OPENMP.  Reported by Bruno
2735         Haible.
2737 2007-05-21  Noah Misch  <noah@cs.caltech.edu>
2739         * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
2740         * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
2742 2007-05-21  Bruno Haible  <bruno@clisp.org>
2744         * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
2745         * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
2746         * doc/autoconf.texi (Generic Compiler Characteristics): Move
2747         renamed AC_OPENMP documentation here, from "C compiler".
2748         Mention C++ and Fortran.
2750 2007-05-21  Paul Eggert  <eggert@cs.ucla.edu>
2752         * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
2754 2007-05-21  Bruno Haible  <bruno@clisp.org>
2756         * NEWS: Mention AC_C_OPENMP.
2757         * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
2758         * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
2759         Based in part on Steven G. Johnson's investigations for the AX_OPENMP
2760         macro in the Autoconf macro archive.
2762 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2764         * bin/autom4te.in: Fix typos.
2766 2007-05-16  Noah Misch  <noah@cs.caltech.edu>
2768         * bin/autoconf.as: Handle `-' just like other input files.
2769         * bin/autom4te.in (parse_args): Pass `-' through.
2770         (handle_output): Skip the forbidden token search if we read from stdin.
2771         (up_to_date): Always treat stdin as out of date.
2772         * tests/tools.at (autoconf: input from stdin): New test.
2773         (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
2775 2007-05-16  Stepan Kasal  <kasal@ucw.cz>
2777         * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
2778         parameters for AT_CLEANUP.
2779         * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
2781 2007-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2783         * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
2784         * doc/autoconf.texi (C Compiler): Likewise.
2786 2007-05-14  Noah Misch  <noah@cs.caltech.edu>
2788         * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
2790 2007-05-09  Stepan Kasal  <kasal@ucw.cz>
2792         * doc/autoconf.texi: Direntry for "autoconf Invocation"
2793         renamed to "autoconf-invocation"
2795         * doc/autoconf.texi (Caching Results): The CACHE-ID variable
2796         in the examples should not use the internal "ac_" prefix.
2798 2007-05-05  Noah Misch  <noah@cs.caltech.edu>
2800         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
2801         * doc/autoconf.texi ($@, case): Document Zsh limitations.
2803 2007-05-03  Stepan Kasal  <kasal@ucw.cz>
2805         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
2806         Reorganize the comments before and in the macro.
2808 2007-05-02  Stepan Kasal  <kasal@ucw.cz>
2810         * lib/autoconf/lang.m4, lib/autoconf/c.m4,
2811         lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
2812         section titles and other comments; no code change.
2814 2007-05-01  Kevin Ryde  <user42@zip.com.au>
2816         * doc/autoconf.texi (Particular Programs): Typo
2817         @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
2819 2007-04-30  Paul Eggert  <eggert@cs.ucla.edu>
2821         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
2822         'configure' will fail if the shell lacks proper support for shell
2823         functions.  Suggested by RMS.
2825 2007-04-29  Paul Eggert  <eggert@cs.ucla.edu>
2827         * doc/autoconf.texi (Limitations of Builtins): Correct the warning
2828         about Solaris /bin/printf '%010000x' 123.  Problem reported by
2829         Bruno Haible.
2831 2007-04-28  Paul Eggert  <eggert@cs.ucla.edu>
2833         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
2834         for a.* when searching for executables, as this prevents users
2835         from having files like a.c.  Problem reported by Ralf Wildenhues in:
2836         http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
2837         This fixes a problem introduced on 2000-12-19.
2839 2007-04-26  Paul Eggert  <eggert@cs.ucla.edu>
2841         * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
2842         /bin/printf '%010000x' 123.  Problem reported by Arto C. Nirkko
2843         via Bruno Haible.
2845 2007-04-12  Paul Eggert  <eggert@cs.ucla.edu>
2847         * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
2848         AC_CHECK_TYPE, AC_CHECK_TYPES.
2849         * doc/autoconf.texi (Generic types): C types must be type-names
2850         (the C terminology), not type-ids (the C++ term).  C++ types
2851         must not be anonymous.
2852         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
2853         for C++; this drops support for anonymous struct and union types,
2854         which were problematic anyway.
2855         * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
2856         for C++.
2858 2007-04-12  Jim Meyering  <jim@meyering.net>
2860         * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
2862 2007-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2864         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
2865         to prefer a link source from the build tree, if it exists.
2866         Report by Pallav Gupta <pallavgupta@gmail.com>.
2868 2007-04-11  Paul Eggert  <eggert@cs.ucla.edu>
2870         * doc/autoconf.texi (Generic Types): Document the restrictions
2871         on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
2872         (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
2873         with objects too.  Document the restrictions on its use.
2874         Document the restrictions on AC_CHECK_ALIGNOF's type argument.
2875         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
2876         For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
2877         works but the latter doesn't, then it's a valid type.
2878         This lets people use function types and so forth.
2879         For C++ there doesn't seem to be a simple solution, so leave it alone.
2880         (AC_CHECK_SIZEOF): Allow argument to be a variable.
2881         (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
2882         AC_CHECK_TYPE; that wasn't documented or necessary.
2884 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
2886         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
2887         when cross-compiling.
2889 2007-04-11  Stepan Kasal  <kasal@ucw.cz>
2891         * doc/autoconf.texi (External Software): Fix a typo in the
2892         previous change.
2894 2007-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2896         * doc/autoconf.texi (External Software, Package Options):
2897         Fix ambiguous wording.  Report by Reuben Thomas <rrt@sc3d.org>.
2899 2007-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2901         * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
2902         obsolescent.  Suggested by Bruno Haible.
2903         * NEWS: Document this.
2905 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2907         * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
2908         (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
2909         default still has the problem.  Problem reported by Bruce Korb.
2911 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
2912         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2914         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
2915         comment in the generated config.status.
2917 2007-03-27  Stepan Kasal  <kasal@ucw.cz>
2919         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
2921 2007-03-26  Paul Eggert  <eggert@cs.ucla.edu>
2923         * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
2924         command and case statements to make it a bit clearer and describe
2925         more pitfalls.
2927 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2929         * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
2930         checks for unsigned long long int.
2932 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2934         * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
2935         nonstandard grep R.E. escape sequences.
2937 2007-03-17  Jim Meyering  <jim@meyering.net>
2939         * doc/autoconf.texi: Adjust grammar around use of "heuristics".
2940         (Limitations of Usual Tools): Also list \< and \>, and mention that
2941         HP-UX's grep, like the one from Solaris, does not support that syntax.
2943 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
2945         * doc/autoconf.texi (Specifying Names): `--host' does not
2946         change the build type.
2948 2007-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2950         * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
2951         suggests AC_CONFIG_HEADERS.
2952         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
2953         AC_CONFIG_HEADERS.  Problem reported by
2954         Peter O'Gorman.
2956 2007-02-28  Paul Eggert  <eggert@cs.ucla.edu>
2958         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
2959         Problem reported by Paolo Bonzini in:
2960         http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
2961         * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
2962         universal binaries.  Problem reported by Elias Pipping.
2964 2007-02-27  Paul Eggert  <eggert@cs.ucla.edu>
2966         * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
2967         * doc/autoconf.texi (C Compiler): Document this.  There is a new
2968         extra argument ACTION-IF-UNIVERSAL.
2969         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
2970         Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
2971         Reindent for sanity's sake.
2973 2007-02-24  Eric Blake  <ebb9@byu.net>
2975         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
2976         copyright.
2977         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
2978         * lib/autotest/general.m4 (AT_INIT): Likewise.
2979         (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
2981 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2983         * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
2984         status of rm so we know when it failed.
2985         If cleaning of test dir failed before running the test, warn.
2986         Output the line separator in verbose mode before the warning
2987         to make clear the warning belongs to the following test.
2989 2007-02-08  Paul Eggert  <eggert@cs.ucla.edu>
2991         * doc/autoconf.texi (Parentheses): Mention problem with (( in
2992         shells.
2994 2007-02-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2995         and Paul Eggert  <eggert@cs.ucla.edu>
2997         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
2998         errors introduced in last change.
3000 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3002         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
3003         an actual carriage return.  Use "ac_cr" to contain the actual
3004         carriage return.
3005         * doc/autoconf.texi (Limitations of Usual Tools): Document problem
3006         with traditional Awk and begin.
3007         * tests/torture.at (Limitations of Builtins): Document the problem
3008         with Bash 2.03 printf.
3009         (Substitute and define special characters):
3010         Remove trailing white space.  Work around a bug in Solaris 8 /bin/bash.
3012 2007-02-06  Ralf Menzel  <menzel@ls6.cs.uni-dortmund.de>  (tiny change)
3014         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
3015         input from /dev/null in awk test, so even Solaris /usr/bin/awk
3016         will not wait for input with a script containing only a BEGIN
3017         rule.
3019 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3021         * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
3022         requirements.
3023         * README: Likewise.
3025 2007-02-02  Eric Blake  <ebb9@byu.net>
3027         * NEWS: Update copyright.
3029         * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
3030         broken.
3031         * configure.ac: Update error message.
3032         * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
3033         Reported by Gary Vaughan and Jim Meyering, and problem analyzed
3034         by Stepan Kasal:
3035         http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
3037 2007-01-31  Eric Blake  <ebb9@byu.net>
3039         * THANKS (people): Update.
3041 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3043         * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
3044         latest version.
3045         (Shell Substitutions): Note problems with @{var:=value} etc.
3046         Add a new section for problems with @{#var} etc.  Problem noted
3047         by Ralf Wildenhues.  See:
3048         http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
3050 2007-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3052         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
3053         AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
3054         trace, if a package uses AC_PROG_MKDIR_P explicitly.  The actual
3055         substitution will still be done by the special code.
3056         Report by Jim Meyering.
3058         * doc/autoconf.texi (File System Conventions): Mention that
3059         $PATH_SEPARATOR is for the build system only.
3060         Report by Keith Marshall.
3062 2007-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3064         * doc/autoconf.texi (Setting Output Variables): Mention that
3065         all non-NUL characters are ok in substituted values.
3066         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
3067         (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
3068         carriage return for $AWK, needed for BSD awk.
3069         * tests/torture.at (Substitute and define special characters):
3070         Test all 8 bit non-NUL characters.
3071         Report against Automake by Patrick Welche.
3073 2007-01-15  Stepan Kasal  <kasal@ucw.cz>
3075         * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
3077 2007-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3079         * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
3080         early on the reader side, drop stderr of the input to avoid
3081         `broken pipe' error output; this may happen even with shell
3082         builtin `echo' of some bash versions.  Reports by Ian Macdonald
3083         <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
3085 2007-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3087         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
3088         separate items of `ac_user_opts', to avoid long lines.
3089         (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
3091 2007-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3093         * doc/autoconf.texi: Fix some typos.
3095 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3097         Fix some wording problems noted by Paolo Bonzini in:
3098         http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
3099         * doc/autoconf.texi (Signed Overflow Examples): Give more
3100         discussion about the allow_superuser_privileges example,
3101         and change it a bit to make things clearer.
3102         (Optimization and Wraparound): Clarify whether the compiler
3103         will generate an infinite loop for the example derived from
3104         Autoconf's mktime test.
3105         (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
3106         Also, clarify unsigned multiplication overflow.
3108 2007-01-04  Eric Blake  <ebb9@byu.net>
3110         * bin/Makefile.am (RELEASE_YEAR): New macro.
3111         (edit): Use it to supply correct copyright year to scripts.
3112         * bin/autoconf.as (version): Use it.
3113         * bin/autoheader.in ($version): Likewise.
3114         * bin/autom4te.in ($version): Likewise.
3115         * bin/autoreconf.in ($version): Likewise.
3116         * bin/autoscan.in ($version): Likewise.
3117         * bin/autoupdate.in ($version): Likewise.
3118         * bin/ifnames.in ($version): Likewise.
3120 2007-01-02  Paul Eggert  <eggert@cs.ucla.edu>
3122         * doc/autoconf.texi (Integer Overflow): Revised based on today's
3123         feedback.  The most important changes document what happens when
3124         you convert an out-of-range value to a signed integer type, and
3125         say that (sum < a) != (b < 0) reliably detects overflow when sum =
3126         a + b.
3128         * doc/autoconf.texi (Integer Overflow): Greatly expand and
3129         rewrite, taking notions from the recent discussion on the gcc and
3130         autoconf mailing lists; please see
3131         http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
3132         and follow the many links.
3133         (Integer Overflow Basics, Signed Overflow Examples):
3134         (Optimization and Wraparound, Signed Overflow Advice):
3135         (Signed Integer Division): New sections.
3137 2006-12-28  Steven G. Johnson  <stevenj@alum.mit.edu>
3139         * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
3140         preprocessor macro arguments in traced name.
3141         * doc/autoconf.texi (Defining symbols): Document longstanding
3142         support for AC_DEFINE-ing macros with arguments, and document
3143         behavior when the same variable has multiple AC_DEFINEs.
3144         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
3145         old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
3146         macros directly, giving much shorter and simpler code.
3148 2006-12-28  Malcolm Purvis <malcolmp@xemacs.org>  (trivial change)
3150         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
3151         space before "$ac_configure_args" to prevent a 'config.status
3152         --recheck' failure if ac_configure_args doesn't contain a leading
3153         space.  This works around a problem with the XEmacs configure.ac,
3154         which uses the (undocumented) ac_configure_args variable
3155         inconsistently with Autoconf.
3157 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3159         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
3160         Include <limits.h>, and use its INT_MAX to rewrite the
3161         j loop so that it does not overflow 'int'.  Problem reported by
3162         Ralf Wildenhues in
3163         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3164         Play it safe by shifting left by 1 rather than multiplying by 2,
3165         as GCC is less likely to optimize this away when the value
3166         is signed (when it assumes overflow leads to undefined behavior).
3167         Also, don't assume time_t uses two's complement.
3169 2006-12-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3171         * tests/torture.at (Substitute a 2000-byte string): Avoid using
3172         a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
3173         dumps core on it.  Report by Tim Rice.
3175 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
3177         * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
3178         --disable-option-checking to --help output even when
3179         AC_PRESERVE_HELP_ORDER is not used.
3180         (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
3181         --with argument, rather than argument with [-.] replaced by
3182         underscores.
3183         * NEWS: Fix typo in previous change; the news was in the
3184         wrong section.
3186 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3188         * NEWS: Warnings are now generated by default for unknown
3189         --enable-* and --with-* options.
3190         * doc/autoconf.texi (Option Checking): Renamed from
3191         (Configure Option Checking).  Tighten up the wording a bit.
3192         (External Software, Package Options): Cross-reference to Option
3193         Checking, and use this to shorten our section.
3194         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
3195         "$x" to test "x$foo" != x.
3196         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
3197         Don't warn if $enable_option_checking is "no".
3198         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
3199         ac_unrecognized_opts to the empty string.
3200         Don't echo the unrecognized opts, as this might mishandle
3201         backslashes or leading -.
3202         (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
3203         usage next to the other --disable-FEATURE options in the
3204         help string.
3206 2006-12-18  Steven G. Johnson  <stevenj@alum.mit.edu>
3208         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
3209         (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
3210         Print warning for unrecognized --with and --enable options
3211         (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
3212         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
3213         Disable option checking when subdirs are configured.
3214         (AC_OUTPUT): If warnings are enabled, print warning about
3215         unrecognized --with and --enable options at the end of
3216         the configure output (as well as at the beginning).
3217         * doc/autoconf.texi (Option Checking): New node.
3218         Document new option warning functionality.
3220 2006-12-16  Eric Blake  <ebb9@byu.net>
3222         * configure.ac (AC_INIT): Bump version, since 2.61a is released.
3223         * NEWS: Start news for current version.
3225 2006-12-15  Paul Eggert  <eggert@cs.ucla.edu>
3227         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
3228         Define HAVE_GETMNTENT to 1, not to the empty string.
3229         Problem originally reported by Jochen Friedrich in
3230         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
3232         This change prompted by a problem report by Andrey Simonenko in
3233         <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
3234         * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
3235         object-like macros only, in the traditional portable character
3236         set.
3237         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
3238         Warn about attempts to define things that are not identifiers.
3239         * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
3240         awful hack that AC_DEFINEd macro names containing parentheses.
3242 2006-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3244         * doc/autoconf.texi: Undo some of the 2006-12-10 change.  It was
3245         too drastic, even if Texinfo in theory requires it for info mode.
3247         (config.status Invocation): Renamed back from Recreating a
3248         Configuration).
3249         (Obsolete config.status Use): Renamed back from Obsolete Recreation.
3250         (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
3252 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3254         * NEWS: Version 2.61a.
3256 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3257         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3259         * NEWS: Document changes with echo and printf, and the lack
3260         of limits on the total size of multi-line values of substituted
3261         variables, and the AC_FUNC_FSEEKO fix.
3263 2006-12-10  Paul Eggert  <eggert@cs.ucla.edu>
3265         * doc/autoconf.texi (Writing Autoconf Input): Renamed from
3266         Writing configure.ac.
3267         (Autoconf Input Layout): Renamed from configure.ac Layout.
3268         (Recreating a Configuration): Renamed from config.status Invocation.
3269         (Obsolete Recreation): Renamed from Obsolete config.status Use.
3270         (acconfig Header): Renamed from acconfig.h.
3271         (20th-century Autoconf 2): Renamed from Autoconf 2.13.
3272         (Writing Testsuites): Renamed from Writing testsuite.at.
3273         (Autom4te Cache): Renamed from autom4te.cache.
3275         * BUGS: Remove mention of VPATH problem, since it's now documented
3276         not to be a bug in the Autoconf build procedure itself, but rather
3277         a problem with the proprietary `make' programs.
3279         * doc/autoconf.texi (Build Directories): Add a cross reference
3280         to VPATH and Make.
3282         * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
3283         * doc/standards.texi: Sync from gnulib.
3285         * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
3286         * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
3287         * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
3288         generated automatically.
3290 2006-12-06  Paul Eggert  <eggert@cs.ucla.edu>
3292         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
3293         C 5.8 on Solaris 10.  Using -xc99=all rather than -xc99 bypasses
3294         the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
3296 2006-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3298         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
3299         `CEOF$ac_eof' special marker, the awk script cannot contain a
3300         line matching `^CEOF', so this is not needed any more.
3301         * tests/torture.at (Substitute a newline): Expose the `%!_!# '
3302         special marker in the test.
3304 2006-12-06  Stepan Kasal  <kasal@ucw.cz>
3306         * tests/tools.at (autom4te preselections): Use `find -newer';
3307         remove one of the sleeps.
3309         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
3310         more readable, using ...
3311         (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
3313         * doc/autoconf.texi (autoheader Invocation): Do not double-
3314         quote the parameter of `AH_BOTTOM' in the example.
3316 2006-12-05  Stepan Kasal  <kasal@ucw.cz>
3318         * doc/autoconf.texi (Configuration Headers): Remove the
3319         example with multiple input files.
3320         (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
3321         multiple input files.
3323 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3325         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
3326         creating the awk substitution script, handle one input line at a
3327         time, so that the maximum length of a substituted (multi-line)
3328         value is not limited by the size of the sed pattern space.
3329         The trade-off is a slightly repetitive sed script.
3330         * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
3331         can only have up to 7 characters, due to Solaris 10 /bin/sed.
3332         * tests/torture.at (Substitute a 2000-byte string): Increase the
3333         test with several long lines, they should not be caught by sed
3334         limits any more.
3336         * tests/tools.at (autom4te preselections): New test, to flag
3337         entries missing from autom4te.cfg.
3338         Report by David Byron <dbyron@hheld.com>.
3340         * tests/torture.at (Substitute a 2000-byte string): Actually use
3341         AC_PROG_AWK, so the last change works as intended.
3342         (Substitute and define special characters): Likewise.
3343         (Substitute a newline): Likewise.
3345         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
3346         instead of `awk' consistently.
3347         (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
3348         * tests/torture.at (Torturing config.status): Test both the
3349         result of AC_PROG_AWK and plain awk.
3350         (Substitute a 2000-byte string): Likewise.
3351         (Substitute and define special characters): Likewise.
3352         (Substitute a newline): Likewise.
3354 2006-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3356         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
3357         can be assigned to a function pointer.  Problem reported by
3358         Peter Palfrader in <http://bugs.debian.org/401377>.  Based on
3359         part of a patch by Ralf Wildenhues in that same bug report.
3361 2006-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3363         * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
3364         * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
3366 2006-12-01  Eric Blake  <ebb9@byu.net>
3368         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
3369         cross-compiling from cygwin to mingw.
3370         Reported by Bob Rossi.  This resurrects the 2000-11-30 patch to
3371         aclang.m4, which was mistakenly removed in the 2001-09-17 patch
3372         to lib/autoconf/c.m4.
3374 2006-12-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3376         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
3377         string for more reliable failure.  Wrap the entire test that
3378         causes the broken Solaris printf to dump core, in a subshell,
3379         so the segmentation fault message is reliably suppressed.
3380         Fix shell expansion errors by using /usr/ucb/echo always;
3381         avoid an error on systems without it by another subshell.
3382         Avoid m4 expansion of `$1'.  Set the zeroth argument of the
3383         subshell-$as_echo to `as_echo', for better error message.
3385 2006-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3387         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
3388         `BASH_SOURCE' contain a newline, set them to empty, as they may
3389         not be unset.
3391 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3393         Turn AC_FUNC_SETVBUF_REVERSED into a noop.  It's been obsolete for
3394         years and is too hard to maintain now.  The last straw was
3395         reported by Jerker Baeck in
3396         <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
3397         * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
3398         * doc/autoconf.texi (Particular Functions): Move
3399         AC_FUNC_SETVBUF_REVERSED from here...
3400         (Obsolete Macros): ... to here.  Say that it does nothing now.
3401         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
3402         Turn into (almost) a no-op.
3404         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
3405         (AC_C_VOLATILE):
3406         Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
3407         These macros are obsolescent and new applications shouldn't need them.
3408         * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
3409         (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
3410         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
3411         (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3412         (AC_FUNC_VPRINTF): Likewise.
3413         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
3414         (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
3415         * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
3417         * doc/autoconf.texi (Setting Output Variables): Mention that
3418         @VAR1@VAR2 has unspecified behavior.  Problem reported by
3419         Ralf Wildenhues.
3420         * NEWS: Mention this.
3422         * Makefile.am: Put only a single '#' into the copyright notice,
3423         so that it's also present in the output file.  Standardize wording
3424         in makefile copyright notices to match GNU coding standards.
3425         * bin/Makefile.am: Likewise.
3426         * doc/Makefile.am: Likewise.
3427         * lib/Makefile.am: Likewise.
3428         * lib/freeze.mk: Likewise.
3429         * lib/autoconf/Makefile.am: Likewise.
3430         * lib/autoscan/Makefile.am: Likewise.
3431         * lib/autotest/Makefile.am: Likewise.
3432         * lib/m4sugar/Makefile.am: Likewise.
3433         * man/Makefile.am: Likewise.
3434         * tests/Makefile.am: Likewise.
3435         * lib/emacs/Makefile.am: Remove copyright notice; it's just a
3436         one-line file.
3438 2006-11-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3440         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
3441         in the sed script that mangles the awk script: delete up to the
3442         first exclamation mark only.
3443         * tests/torture.at (Substitute and define special characters):
3444         Test '!' too.
3446 2006-11-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3448         Rewrite config files generation: avoid quadratic growth in
3449         the number of substituted variables by using awk instead of sed
3450         for the bulk of the substitutions.
3451         * NEWS: Mention this.
3452         * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
3453         forbidden in the output (and thus input) file.
3454         * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
3455         (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
3456         generate just one large awk script for substitutions,
3457         eliminating much of the earlier complexity, while adding some
3458         new complexity.  Only expand the substitution templates at
3459         configure time, for smaller configure script size.  If
3460         _AC_SUBST_FILES are used, test 'awk' for working getline support
3461         at config.status time.  If absent, interpolate through the
3462         shell.  The awk script was written with much help
3463         from Paolo Bonzini and Paul Eggert.
3464         (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
3465         (_AC_SED_FRAG_NUM): Likewise.
3466         (_AC_SUBST_CMDS): Renamed from...
3467         (_AC_SED_CMDS): ...this.
3468         (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
3469         * tests/torture.at (Substitute a 2000-byte string): Also
3470         substitute a line with 1000 words, and a variable with several
3471         long lines.
3472         (Substitute and define special characters): Test awk special
3473         characters, and put substitution input strings `@foo@' in the
3474         output, to test that no recursion happens; test several other
3475         combinations from Paolo Bonzini.
3477 2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3479         * lib/autotest/general.m4 (AT_INIT): Undo recent changes
3480         that replaced echo with AS_ECHO where this wasn't necessary.
3481         Problem reportd by Ralf Wildenhues.
3482         * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
3483         where "/usr/bin/printf '%s\n' S" dumps core if S is long.
3484         This is Sun bug 4206210.  Problem reportd by Ralf Wildenhues.
3486 2006-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3488         * lib/freeze.mk (GREP): Removed, no need to initialize this.
3490 2006-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3492         * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
3493         that traditional Awk lacks 3-arg "split".  It has it.
3494         Mention that FS must be a single character, and a few other
3495         99-byte limits of traditional Awk.
3496         Mention that if (i in a) doesn't work with traditional Awk.
3498 2006-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3500         * tests/autotest.at (BSx641-newline in command):
3501         (BS-BS-newline in command, BSx640-newline in command):
3502         (Newline-CODE-BS-newline in command):
3503         (Single-quote-BS-newline in command):
3504         (Single-quote-newline-BS-newline in command):
3505         Use printf '%s\n' instead of echo, for portability to hosts
3506         where echo interprets backslashes.  This will break on hosts
3507         that lack printf, but for now let's assume all such hosts
3508         are dead (if not, we should get reports of test failures).
3510 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3512         'echo' has some portability problems, when given a first argument
3513         with a leading '-', or when given any argument containing '\'.
3514         Avoid using 'echo' in these cases.
3515         * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
3516         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
3517         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3518         * lib/autotest/general.m4 (AT_INIT): Likewise.
3519         * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
3520         argument might be unportable.
3521         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
3522         * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
3523         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
3524         (_AC_FC_LIBRARY_LDFLAGS): Likewise.
3525         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
3526         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
3527         (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
3528         (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
3529         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
3530         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
3531         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
3532         (AC_PROG_MAKE_SET): Likewise.
3533         * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
3534         (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
3535         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
3536         (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
3537         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
3538         (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
3539         (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
3540         * bin/autoconf.as: Redo verbose flag implementation, as the old
3541         scheme wouldn't work with AS_ECHO.
3542         * lib/autotest/general.m4 (AT_INIT): Likewise.
3543         * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
3544         Don't use ECHO_T, since ECHO_N is now reliable.
3545         * lib/autotest/general.m4 (AT_INIT): Likewise.
3546         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
3547         rather than using a here-document to put the script into a file.
3548         (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
3549         use AS_ECHO.
3550         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
3551         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
3552         AS_ECHO_N rather than ECHO_N and ECHO_C.  This doesn't fix any
3553         bug, but we might as well stop using ECHO_N and ECHO_C internally.
3554         * lib/autotest/general.m4 (AT_SETUP): Likewise.
3555         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
3556         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
3557         (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
3558         operand, as AS_ECHO requires.  Avoid double file name expansion.
3559         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
3560         Don't set as_nl, since _AS_ECHO_PREPARE does that now.
3561         (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
3562         (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
3563         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
3564         Double-quote strings that would otherwise contain M4 comments.
3565         * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
3567         * configure.ac (AC_INIT): Bump to 2.61a.
3568         * NEWS: Likewise.
3570 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3572         Version 2.61.
3574         * configure.ac (AC_INIT): Bump to 2.61.
3575         * NEWS: Likewise.
3577         * tests/autotest.at (Macro with backslash in a test title):
3578         Comment out for now, as this tests neither fails nor passes
3579         reliably.  Problem reported by Ralf Wildenhues.
3581 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3583         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
3584         in previous change, which caused test failures.
3586 2006-11-16  Stepan Kasal  <kasal@ucw.cz>
3588         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
3589         code for --enable, --disable, --with, and --without to...
3590         (_AC_INIT_PARSE_ENABLE): ... a new macro.
3591         * doc/autoconf.texi (Package Options):
3592         * NEWS: Document that AC_ARG_ENABLE allows dots, too.
3594 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3596         Import these changes from config via gnulib:
3598         2006-11-15  Ben Elliston  <bje@gnu.org>
3600         From Josselin Mouette <joss@debian.org>:
3601         * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
3603         2006-11-08  Ben Elliston  <bje@gnu.org>
3605         * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
3607         2006-11-07  Steve Woodford  <scw@NetBSD.org>
3608                     Ben Elliston  <bje@gnu.org>
3610         * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
3611         * build-aux/config.sub (sh5el): New basic_machine.
3614         Import this change from coreutils:
3616         2006-02-13  Jim Meyering  <jim@meyering.net>
3618         * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
3621         Import this change from gnustandards via gnulib:
3623         2006-11-15  Karl Berry  <karl@gnu.org>
3625         * standards.texi: core -> memory, throughout.
3626         (CPU Portability): show correct example of calling write
3627         on a char value; thanks to Paul Eggert for the code.
3628         Both of these suggestions from Eugene Y. Vasserman.
3631         Import these changes from texinfo via gnulib:
3633         2006-11-08  Karl Berry  <karl@gnu.org>
3635         * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
3636           as well as pdf images, since they are supported in pdftex with
3637           no further ado.
3639         2006-11-05  Karl Berry  <karl@gnu.org>
3641         * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
3643 2006-11-13  Paul Eggert  <eggert@cs.ucla.edu>
3645         * NEWS: Document the AC_ARG_WITH change.
3647 2006-11-13  Bruno Haible  <bruno@clisp.org>
3649         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
3650         options, transliterate also dots to underscores.
3651         (_AC_ENABLE_IF): Transliterate also dots to underscores.
3652         * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
3653         first argument may also contain dots.
3655 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3657         * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
3658         benefit of platforms like Solaris+GCC where it is common to have a
3659         non-working g++ installation.
3661 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3662         and Joel E. Denny  <jdenny@ces.clemson.edu>
3663         and Paul Eggert  <eggert@cs.ucla.edu>
3665         * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
3666         and non-portable sed scripts, and use $CONFIG_SHELL when invoking
3667         ./micro-suite.
3669 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3671         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
3672         ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
3673         Imported from a similar patch to gnulib by Bruno Haible.
3675 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3677         * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
3678         * doc/autoconf.texi (C Compiler): Document them.
3679         * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
3680         New macros, taken from gnulib.
3682 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3684         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3685         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3686         Matthew Woehlke.
3688 2006-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3690         * tests/torture.at (Configuring subdirectories): Do not skip
3691         Automake 1.10 nor future Automake 11.1 (sic).
3693 2006-10-26  Joel E. Denny  <jdenny@ces.clemson.edu>
3694         and Stepan Kasal  <kasal@ucw.cz>
3696         Handle special characters in test case titles correctly.
3697         * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
3698         properly.
3699         (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
3700         * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
3701         argument.  Extend to check titles printed by ./micro-suite and
3702         ./micro-suite -l and the title in micro-suite.log.
3703         (Backquote in a test title,
3704         Single-quote in a test title,
3705         Double-quote in a test title): Don't expect failure anymore.
3706         (Backslash in a test title): Put a non-whitespace character after the
3707         backslash so that Bourne shells might actually see it as an escape
3708         sequence.
3709         (Brackets in a test title,
3710         Pound in a test title,
3711         Comma in a test title,
3712         Quoted Macro in a test title,
3713         Macro in a test title,
3714         Macro with single-quote in a test title): New tests.
3715         (Macro with backquote in a test title,
3716         Macro with double-quote in a test title,
3717         Macro with backslash in a test title): New tests expected to fail.
3718         * tests/torture.at (#define header templates): M4-quote this title in
3719         AT_SETUP call so that no M4 code is commented inadvertently somewhere.
3720         The visible effect was a stray [] in the testsuite output.
3722 2006-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3724         * doc/autoconf.texi (Limitations of Builtins): Do not invoke
3725         `trap ... 0' inside a function, for AIX sh.
3727 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3729         * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
3730         since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
3731         5363) simply issues a warning when dividing by zero at compile
3732         time.  Problem reported by Elias Pipping.
3734 2006-10-26  Eric Blake  <ebb9@byu.net>
3736         * THANKS: Update.
3737         * doc/autoconf.texi (Evaluation Macros): Improve the example to
3738         show effect on macros that expand with commas.
3739         Reported by Joel E. Denny.
3741         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
3742         Also work with M4 1.4.8.
3744 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3746         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
3747         Jim Meyering.
3749 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
3751         * tests/tools.at (autom4te --force): New test, verifies that
3752         `--force' always rewrites the output file.
3754 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3756         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
3757         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
3759 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
3761         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
3763 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3765         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
3766         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
3767         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
3768         reported by Nelson H. F. Beebe for Coreutils 6.4.
3770         * tests/tools.at (autoconf --trace: user macros): Remove test
3771         for tracing multiline macros, since m4 1.4.7a uses a different
3772         way to number lines.  Problem reported by Ralf Wildenhues.
3774 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
3776         * bin/autom4te.in (handle_m4): Do not redirect stdin to
3777         /dev/null since the heuristics for interactive behaviour was
3778         fixed in CVS m4.
3780         * bin/autom4te.in: With --force, always refresh the output
3781         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
3783         * bin/autoconf.as: Fix the verbose message at the end.
3785 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
3787         * configure.ac (AC_INIT): Bump to 2.60c.
3788         * NEWS: Likewise.
3790 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3792         * NEWS: Version 2.60b.
3794         Import this change from Texinfo:
3795         2006-10-15  Karl Berry  <karl@gnu.org>
3796         * build-aux/texinfo.tex: automake 1.10
3798         * NEWS: Remove AC_CACHE_CHECK_INT.
3799         * doc/autoconf.texi (Caching Results): Likewise.
3800         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
3801         AC_CACHE_CHECK_INT, since it's no longer public.
3802         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
3803         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
3805 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3807         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
3809 2006-10-19  Eric Blake  <ebb9@byu.net>
3811         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
3812         (m4_maketemp): Avoid warnings with M4 1.9a.
3813         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
3814         m4_mkstemp.
3815         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
3816         * NEWS: Likewise.
3818 2006-10-16  Eric Blake  <ebb9@byu.net>
3820         * doc/autoconf.texi (Setting Output Variables): Fix typo.
3822         * bin/autoconf.as (version): Reword to match GNU Coding
3823         Standards.
3824         * bin/autoheader.in (version): Likewise.
3825         * bin/autom4te.in (version): Likewise.
3826         * bin/autoreconf.in (version): Likewise.
3827         * bin/autoscan.in (version): Likewise.
3828         * bin/autoupdate.in (version): Likewise.
3829         * bin/ifnames.in (version): Likewise.
3831 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
3833         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
3834         looking for special shell characters.
3835         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
3836         macro defined by AS_VAR_PUSHDEF before passing it as a
3837         parameter.
3838         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
3839         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
3840         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
3841         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
3842         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
3843         Likewise.
3844         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
3845         AS_VAR_* properly.
3846         * tests/m4sh.at (AS_LITERAL_IF): New test.
3848 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3850         (Imported from Automake.)
3851         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3852         which incorrectly sets the mode of an existing destination
3853         directory.  In some cases the unpatched install-sh could do the
3854         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3855         system.  We hope this is rare in practice, but it's clearly worth
3856         fixing.  Problem reported by Alex Unleashed in
3857         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3858         Also, don't bother to check for -m bugs unless we're using -m;
3859         suggested by Stepan Kasal.
3861 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3863         Import this change from Automake:
3865         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
3866         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
3867         is enabled by default with gnu and gnits strictness.
3868         Report from Bruno Haible.
3870         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
3871         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
3872         gnu and gnits modes.
3874         Import this change from Config:
3876         2006-09-20  Ben Elliston  <bje@gnu.org>
3877         * build-aux/config.sub (score, score-*): New.
3879         Import this change from Gnulib:
3881         2006-09-16  Karl Berry  <karl@gnu.org>
3882         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3883         to avoid sectioning errors.
3885         Import these changes from Texinfo:
3887         2006-10-04  Karl Berry  <karl@gnu.org>
3888         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
3889         (\quoteexpand): rename to \rquoteexpand.
3890         (\codequoteleft): new def, to look for @set codequotebacktick.
3891         (\lquoteexpand, \quoteexpand): new defs.
3892         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
3893         (\code): must use new \...Char values, since now ` is active.
3895         2006-08-26  Karl Berry  <karl@gnu.org>
3896         * build-aux/texinfo.tex (\textdegree): New command.
3898         2006-08-12  Karl Berry  <karl@gnu.org>
3899         * build-aux/texinfo.tex (error \box0): smaller font.
3901 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3903         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
3905 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
3907         * doc/autoconf.texi (Autoheader Macros): Warn that the text
3908         added to the template can get mangled.
3910 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3912         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
3913         include the default headers, and redefine obstack_chunk_alloc
3914         and obstack_chunk_free.  Fixes false failure with glibc.
3916 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3918         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
3919         for backward compatibility with Libtool 1.5.22.  Problem reported
3920         by Ralf Wildenhues.
3922 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3924         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
3925         AC_PROG_CC.
3926         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
3928 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3930         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
3931         the NonStop platform.
3932         * doc/autoconf.texi (Posix Variants): Likewise.
3933         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
3935         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
3936         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
3937         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
3938         Use a better substitute, by inspecting the output of "ls"
3939         rather than just using ":".
3940         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
3941         rather than AS_EXECUTABLE_P, since we needn't worry about
3942         non-regular files here.
3944         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
3945         due to configuration hassles with this.  See Tonya Underwood's report
3946         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
3947         * doc/autoconf.texi (Special Shell Variables): Likewise.
3949 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3950             Stepan Kasal  <kasal@ucw.cz>
3952         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
3953         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
3955 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
3957         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
3958           initialization which is not inherited through the environment
3959         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
3960         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
3962 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3964         * doc/autoconf.texi (Limitations of Usual Tools): Describe
3965         problems with mkdir -p -m.
3967 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3969         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
3970         comment about ac_cpp_err; it was incorrect, and anyway
3971         ac_cpp_err is being removed below.
3972         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
3973         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
3974         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
3975         nobody uses it.
3976         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
3977         with werror_flag and conftest.err and so forth.  This is more
3978         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
3979         and anyway the user shouldn't normally want to see this gorp logged.
3980         Problem reported by Ralf Wildenhues.
3981         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
3982         empty, not 'no', since the rest of the code uses 'test -z'.
3984 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
3986         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
3987         Use a single call to AC_DO_TOKENS rather than multiple, for
3988         efficiency.
3989         (_AC_LINK_IFELSE): Test that resulting file is executable.
3990         Problem reported by mwoehlke in
3991         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
3993         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
3994         than creating a file to use with test -x; this is much faster.
3996 2006-10-02  Bruno Haible  <bruno@clisp.org>
3998         * lib/autom4te.in (Automake-preselections): Add
3999         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
4001 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
4003         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
4004         standard error, `experr' should be used, not `expout'.
4006 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4008         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
4009         fseeko testing program twice; just use the earlier result.
4010         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
4011         Set cache var to 'unknown' (not 'no') if leaving the macro unset
4012         still doesn't let the program compile.
4013         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
4014         failed.
4016         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
4017         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
4018         include it, without including anything else.
4019         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
4020         expressions.
4021         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
4023 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4025         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
4026         `error.h', and include it, for a `error_at_line' prototype.
4027         Use a nonempty format string in the link test.
4028         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
4029         for a declaration of wait3.
4031 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4033         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
4034         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
4035         can apply to constants too, and that it checks for macro defns.
4036         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
4037         and simply cast the identifier to void.  This handles structure
4038         values.  Problem reported by Ralf Wildenhues.
4039         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
4041 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4043         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
4044         structure, and function symbols.
4046 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4048         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
4049         member.
4051 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4053         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
4054         * README: Likewise.
4055         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
4057 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4058         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4060         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
4061         warnings (uninitialized value).
4062         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
4063         present.
4064         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
4065         parentheses.
4066         (AC_STRUCT_TM): Likewise, avoid unused variables.
4068 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4070         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
4071         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
4072         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
4073         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
4074         Report by Olly Betts.
4076 2006-09-19  Eric Blake  <ebb9@byu.net>
4078         * m4/m4.m4: Change copyright.
4079         * configure: Regenerate.
4080         * Makefile.in: Likewise.
4081         * bin/Makefile.in: Likewise.
4082         * doc/Makefile.in: Likewise.
4083         * lib/Makefile.in: Likewise.
4084         * lib/Autom4te/Makefile.in: Likewise.
4085         * lib/autoconf/Makefile.in: Likewise.
4086         * lib/autoscan/Makefile.in: Likewise.
4087         * lib/autotest/Makefile.in: Likewise.
4088         * lib/emacs/Makefile.in: Likewise.
4089         * lib/m4sugar/Makefile.in: Likewise.
4090         * man/Makefile.in: Likewise.
4091         * tests/Makefile.in: Likewise.
4093         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
4094         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
4095         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
4096         --error-output, to avoid warnings with M4 2.0.
4098 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
4100         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
4101           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
4102         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
4104 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
4106         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
4107         expansion of AC_CHECK_FUNCS.
4109 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
4111         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
4112         mistaken comment: the path has to be relative; do not use
4113         the path at runtime.
4115 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4117         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
4118         argument to `--prefix' for sub-configure scripts.
4119         Pass `--silent' to sub-configure scripts.
4120         * tests/torture.at (Configuring subdirectories): Add tests
4121         for both changes.
4122         * doc/autoconf.texi (Setting Output Variables): Fix example to
4123         not show `--silent' being passed to a `configure' re-run.
4125 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
4127         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
4128         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
4129         for the existence of the directory at configure-time.  That's
4130         too late, anyway.  Problem reported by Stefan Seefeld.
4132         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
4133         7.1.4 /usr/bin/posix/sh described by Tim Rice in
4134         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
4136 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
4138         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
4139         works with GNU M4 1.4.3 again; make the normalized form
4140         match the current m4 message; fix the description.
4141         * test/tools.at (autom4te cache): Adapt to the change.
4143 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4145         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
4146         to catch glibc bug 2821
4147         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4149         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
4150         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
4151         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
4152         assume C89.
4154 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
4156         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
4157         preselections ...
4158         (Autoconf): ... here.
4159         (Autoscan-preselections): Delete.
4161 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
4163         * lib/autom4te.in (Automake-preselections): Preselect
4164         AM_ENABLE_MULTILIB.
4166 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4168         * doc/autoconf.texi (Preset Output Variables): srcdir and
4169         top_srcdir are not necessarily relative.  Problem reported
4170         by Dries Kimpe.
4172 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4174         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
4175         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
4176         accept files with extension `.f'.  For consistency, also prefer
4177         xlf over f77.
4178         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
4179         from last patch.
4181 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
4183         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
4184         of ERLANG_LIB_VER_* variables.
4185         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
4186         variables.
4188 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4189         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4191         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
4192         bugs of Bash 2.01 and 2.05a.
4193         (Fortran Compiler): Document that AC_PROG_CC should be called
4194         before AC_PROG_FC, due to a bug in Autoconf.
4196 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4198         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
4199         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
4200         except the first two arguments are reversed.
4201         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
4202         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
4203         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
4204         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
4205         equivalent to the old AC_COMPUTE_INT.
4206         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
4207         All uses changed to AC_CACHE_CHECK_INT.
4208         * tests/base.at (AC_CACHE_CHECK_INT): New test.
4209         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
4211 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4213         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
4214         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
4215         programs should use their Gnulib counterparts.
4216         * doc/autoconf.texi (Particular Functions): Likewise.
4217         (Macro Names, testsuite Invocation): Replace uses of these
4218         obsolete macros with uses of non-obsolete macros.
4220 2006-08-29  Eric Blake  <ebb9@byu.net>
4222         * configure.ac (AC_INIT): Bump to 2.60b.
4223         * NEWS: Update.
4225 2006-08-28  Eric Blake  <ebb9@byu.net>
4227         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
4228         mistakenly swapped on 2006-08-15.
4230 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4232         * NEWS: Version 2.60a.
4234 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
4236         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
4237         file created by the PGI compiler.
4239 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
4241         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
4242         simplify the code.
4244 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4246         Fix Lex library problem reported to us by Julio Garvia.
4247         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
4248         for the default, which the user can override.
4249         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
4250         deal with LEXLIB.
4251         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
4252         didn't work if some values were cached but not others.  Test for
4253         broken lex libraries like native ia64-hp-hpux11.22; see
4254         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
4255         work around the problem by preferring an empty LEXLIB to -lfl or
4256         -ll.  Let the user set LEXLIB='' to indicate no library needed.
4258         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
4259         * README: Likewise.
4260         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
4262 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4264         Rework to use more-modern build style.
4265         Many files are renamed; all uses of their names were changed.
4266         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
4267         * .x-sc_useless_cpp_parens: New file.
4268         * build-aux/config.guess: Renamed from config/config.guess.  Update.
4269         * build-aux/config.sub: Renamed from config/config.sub.  Update.
4270         * build-aux/elisp-comp: Renamed from config/elisp-comp.
4271         * build-aux/install-sh: Renamed from config/install-sh.  Update.
4272         * build-aux/mdate-sh: Renamed from config/mdate-sh.
4273         * build-aux/missing: Renamed from config/missing.
4274         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
4275         * build-aux/vc-list-files: Renamed from config/vc-list-files.
4276         * config/Makefile.am: Removed.
4277         * config/mkinstalldirs: Removed.
4278         * config/move-if-change: Removed.
4279         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
4280         * Makefile.am (SUBDIRS): Remove config.
4281         (ACLOCAL_AMFLAGS): Include from m4, not config.
4282         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
4283         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
4284         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
4285         Fail if there's an error.
4286         * Makefile.cfg (move_if_change): Remove.
4287         (wget_files): Remove.
4288         (cvs_executable_files): New macro.
4289         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
4290         (executable-update): Use $(cvs_executable_files).
4291         (local-checks-to-skip): Remove.
4292         * Makefile.maint: Merge from coreutils, plus add our own changes
4293         (gzip_rsyncable): New macro.
4294         (GZIP_ENV): Use it.
4295         (CVS_LIST): Use build-aux/vc-list-files.
4296         (VERSION_REGEXP): New macro.
4297         (local-checks-available): Add patch-check, $(syntax-check-rules),
4298         check-AUTHORS.
4299         (syntax-check-rules): Compute dynamically.
4300         (sc_cast_of_x_alloc_return_value): Work even if no source files.
4301         (sc_cast_of_alloca_return_value): Likewise.
4302         (sc_prohibit_atoi_atof): Simplify regexp.
4303         (sc_no_if_have_config_h, sc_require_config_h):
4304         (sc_prohibit_assert_without_use,
4305         (sc_obsolete_symbols): Check for O_NDELAY.
4306         (sc_texi_notab): Remove.
4307         (sc-changelog): Don't make an exception for '----' lines.
4308         (.re-list): Remove, so we don't have a junk file behind.
4309         (sc_system_h_headers): Remove the need for .re-list.
4310         (sc_the_the):  New rule.
4311         (sc_tight_scope): Simplify.
4312         (sc_trailing_blank): Renamed from sc_trailing_space.
4313         (longopt_re): New macro.
4314         (sc_two_space_separator_in_usage): New rule.
4315         (sc_unmarked_diagnostics): Look at all files under CVS.
4316         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
4317         (news-date-check, changelog-check): Version is OK.
4318         (po-check): Look for lib files even if not in CVS.
4319         (copyright-check): Use $() not ``.
4320         (maintainer-distcheck): Do not depend on changelog-check.
4321         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
4322         Also check for -Wpointer-arith.
4323         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
4324         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
4325         Remove.
4326         (announcement): Add --gpg-key-id arg.
4327         (cvs-sv): Remove.
4328         (move_if_change): Just use mv.
4329         (local_updates: Remove wget-update, po-update.
4330         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
4331         (config.guess-url_prefix, config.sub-url_prefix): Remove.
4332         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
4333         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
4334         ($(get-targets)): Remove.
4335         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
4336         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
4337         (cvs-update): Get from gnulib.
4338         (emut_upload_commands): gnupload is in build-aux now.
4339         (alpha beta major): Add changelog-check.  Check version.
4340         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
4341         (AC_CONFIG_FILES): Remove.
4342         * bin/autoconf.as: Add spaces to avoid distcheck warning.
4343         * config/announce-gen: Sync from coreutils.
4344         * doc/make-stds.texi: Sync from gnulib.
4345         * doc/standards.texi: Likewise.
4346         * man/Makefile.am: Adjust for config -> build-aux renaming.
4347         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
4348         * tests/local.at: Adjust from config -> build-aux renaming.
4349         * tests/tools.at: Likewise.
4350         * tests/torture.at: Likewise.
4352         * NEWS: The C99 check now tests for vararg macros and 64-bit
4353         preprocessor ints.
4354         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
4355         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
4356         64-bit preprocessor ints.  Check for static initialization of
4357         long long.  Remove unnecessary casts.
4359 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4361         * doc/autoconf.texi (Particular Programs): Mention that
4362         @INSTALL@ and @MKDIR_P@ may vary for different output files.
4363         Reported by Alexandre Duret-Lutz.
4365 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4367         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
4368         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
4369         Bill Northcott in
4370         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
4372 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4374         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
4375         pacify insanely picky compilers.  Problem reported by Eric Blake.
4377         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
4378         longer supported by Sun.
4380 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4382         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
4383         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
4384         -Wundef -Werror".  Problem reported by David Fang in
4385         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
4386         * doc/autoconf.texi (Header Templates, Default Includes):
4387         (Particular Functions, Generic Functions, Header Portability):
4388         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
4389         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
4390         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
4391         Prefer #ifdef to #if.
4392         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
4393         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
4394         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
4395         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
4396         Likewise.
4397         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
4398         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
4399         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
4400         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4401         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
4402         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
4403         this.
4405 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4407         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
4408         problems with arg script text that doesn't end in newline, and
4409         with '-e a...'.  Problems reported by Ralf Wildenhues.
4411 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
4413         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
4414         check for libXt by a check for libX11.
4416 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4418         * doc/autoconf.texi (config.status Invocation): Adjust according
4419         to last change.
4421 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4423         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
4424         --help' should mention that `--version' outputs configuration
4425         settings.  Report by Bruno Haible.
4427 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
4429         Fix test suite failures reported by Pierre in
4430         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
4431         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
4432         the compiler created a file "b.out" when it didn't create anything
4433         at all.
4434         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
4435         Discard stderr too, when invoking the test script.
4437 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
4439         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
4440         in the restoring of the werror flag.
4442 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4444         * doc/autoconf.texi (Volatile Objects): Be even a little
4445         less skeptical about "volatile", after discussion with
4446         Bruno Haible on bug-gnulib.
4447         (Limitations of Usual Tools): Warn about sed stripping
4448         leading white space from text.  From Bruno Haible.
4450 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
4452         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
4453         compiler complains about it, even if things works after the
4454         complaint.  Problem reported by Peter O'Gorman.
4456         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
4457         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
4458         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
4460 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
4462         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
4463         after -R regardless of host.  Patrick Welche reports that this
4464         fixes things on NetBSD 3.99.
4466         * NEWS: Recommend M4 1.4.5.
4467         * README: Likewise.
4468         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
4469         * tests/tools.at (autom4te cache): Update wording of diagnostic
4470         to match M4 1.4.5.
4472 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4474         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
4475         under AC_C_VOLATILE.
4476         (Volatile Objects): Be a little less skeptical about what
4477         "volatile" means.  Derived from thoughts by Ben Pfaff in
4478         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
4480 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4482         * doc/autoconf.texi: Fix some typos.
4484 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
4486         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
4487         more globally, since the 2006-06-30 patch didn't suffice.  Problem
4488         reported by Keith Marshall.  Also, don't bother with builddir2,
4489         since it shouldn't be needed any more.
4491 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
4493         * doc/autoconf.texi (Generic compiler characteristics):
4494         Document AC_COMPUTE_INT.  Fix wrong statements on Default
4495         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
4497         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
4498         (_AC_COMPUTE_INT): Add obsoletion warnings.
4499         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
4500         AC_COMPUTE_INT.
4502         * NEWS: Document change.
4504 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4506         * doc/autoconf.texi (Volatile Objects): New section.
4508         * NEWS: Document previous change.
4510 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
4512         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
4513         Require that long long int be at least 64 bits wide.  C99 requires
4514         this and enough programs depend on it so we should check for it.
4515         Bruno Haible reports in
4516         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
4517         that long long int is 32 bits wide with some nonstandard compilers.
4518         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4520 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
4522         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
4523         to a nonexistent file, so that we don't have to worry about
4524         a local site configuration that doesn't use /usr/local.
4525         Problem reported by Keith Marshall in
4526         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
4528 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
4530         * doc/autoconf.texi: Be more consistent about using @acronym with
4531         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
4532         quite right (it talked about "OSF/Tru64", even though the
4533         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
4534         and it even mentioned "OSF 4"!) and at this point there's little
4535         reason to talk about OSF any more, since it died in 1994.
4536         (Specific Compiler Characteristics): Simplify example of
4537         negative-size array.
4538         (File Descriptors): Reorder to make the text flow better.
4539         Remove joke about "appreciate the various levels"; I didn't get it.
4540         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
4541         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
4542         (File Descriptors, Limitations of Usual Tools):
4543         Tone down the advice against renaming or removing open files.
4544         (Limitations of Usual Tools): Add a new section, on 'rm'.
4546 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
4548         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
4549         -lXt in LIBS, idea from Karsten Hopp; this was due since
4550         this change:
4552         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4553         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
4554         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
4555         (which belong to Xt, not X itself).  See Debian bug 327655.
4557 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4559         * configure.ac (AC_INIT): Bump to 2.60a.
4560         * NEWS: Update.
4562 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4564         Version 2.60.
4566         * configure.ac, NEWS: Update.
4568 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4570         * config/texinfo.tex: Sync from upstream.
4572         * bin/autom4te.in (handle_traces): Transform the `@S|@'
4573         quadrigraph correctly in traces.
4575         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
4576         Fix typos.
4578         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
4579         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
4580         not defined.
4581         * doc/autoconf.texi (Changed Directory Variables): New node,
4582         to document the whole `datarootdir' business a bit better.
4583         * NEWS: Update.
4584         * tests/torture.at (datarootdir workaround): Extend test.
4585         Prompted by report by Alexandre Julliard.
4587 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4589         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
4590         when using default mode of IBM C 6 for AIX.  Problem and two-line
4591         fix reported by Larry Jones.
4593 2006-06-22  Alexandre Julliard <julliard@winehq.org>
4595         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
4596         about literal '${datarootdir}' if a definition is found in the
4597         output file.
4599 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4601         * NEWS: Use "M4" rather than "m4" when appropriate.
4602         Problem reported by Eric Blake.
4603         * doc/autoconf.texi: Likewise.
4604         Use @acronym around BSD, GCC, and GNU when appropriate.
4605         (Why GNU M4): Renamed from "Why GNU m4".
4606         (Redefined M4 Macros): Mention that Posix
4607         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
4608         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
4609         to int.
4611 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4613         * bin/autom4te.in (handle_output): Do not forbid the empty
4614         pattern.
4615         * tests/tools.at (autoconf: the empty token): New test.
4617 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
4619         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
4620         calls, so that we do not care whether they are LIFO or FIFO;
4621         in the m4_wrap, do not check which diversion is the topmost
4622         one, just check that the stack is balanced at the end.
4623         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
4624         base diversion forever--pop the previous diversion before
4625         opening the new one; consequently, remove the m4_wrap call.
4626         * lib/autotest/general.m4 (AT_INIT): Likewise.
4627         * tests/m4sugar.at: Do not use
4628         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
4630 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4631         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4633         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
4634         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
4635         Rework example of m4wrap token-pasting trouble so that it doesn't
4636         care whether it's LIFO or FIFO.
4637         Fix some "contrary to"s that are awkward in English.
4639 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4641         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
4642         to `yes' instead of `int$1_t' if the type is found, for more
4643         consistent configure output (where $1 is the number of bits).
4644         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
4645         Suggested by Bruno Haible.
4647         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
4648         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
4649         with system headers.  Report by Bruno Haible.
4651 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4653         * config/config.guess, config/config.sub: Sync from upstream.
4655         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
4656         in order to avoid picking up an older installed frozen m4sh.m4f.
4657         Besides an outdated shell startup, this could have been created
4658         by an earlier M4 version with incompatible frozen file format.
4660 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
4662         * README: Recommend m4 1.4.4 instead of 1.4.3..
4663         * doc/autoconf.texi: Likewise.
4664         (Special Chars in Names): Say that $(.FOO) is portable, as
4665         suggested by Stepan Kasal.
4666         (Installation Directory Variables, Build Directories):
4667         (Automatic Remaking, Subdirectories, Fortran Compiler):
4668         (Making testsuite Scripts, Defining Directories):
4669         Quote variable usages better.
4670         (Making testsuite Scripts): Add clean-local rule to makefile
4671         snippet, by Eric Blake.
4672         (Installation Directory Variables): Fix table item font.
4673         Reword slightly to clarify.  Generalize advice about
4674         not using special characters to include all file-related
4675         vars, not just VPATH.
4676         (Special Chars in Variables): Warn about special characters in
4677         $(srcdir) too.
4678         (Assignments): Clarify default-value example as suggested by
4679         Ralf Wildenhues in
4680         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
4681         (Special Shell Variables): Note leading ./ or ../, as suggested
4682         by Eric Blake.
4683         (Limitations of Builtins): Under cd, warn about CDPATH.
4684         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
4685         Ralf Wildenhues.
4687 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4689         * doc/autoconf.texi (Configuration Actions): Remove duplicate
4690         `@var', for texi2html.
4691         (Systemology): Some more word wrapping, for DVI output.
4692         (autom4te Invocation): The short option for `--melt' is `-M',
4693         not `-m'.
4695 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
4697         * doc/autoconf.texi: More formatting and English tweaks,
4698         many suggested by Ralf Wildenhues.
4699         Reword to avoid "@code{...}'s" and the like, since it's ugly
4700         with Emacs info mode.  discontents -> woes.
4701         Put a few "will"s back.  time stamp -> timestamp.
4702         side-effect -> side effect.
4704 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
4706         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
4707         Warn about $@ not persisting.  Problem reported by Julien Danjou in
4708         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
4709         (Special Chars in Names): Renamed from Leading _ in Macro Names.
4710         Mention other special chars, too.
4712 2006-06-14  Eric Blake  <ebb9@byu.net>
4714         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
4716 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
4718         * doc/autoconf.texi: Some systematic minor improvements, as
4719         follows.  Use "makefile" when talking about makefiles
4720         generally (which might be named "makefile" or "Makefile" or even
4721         "foo.mk"), "Makefile" when talking about a specific makefile
4722         called "Makefile".  This unclutters the text from weird quotes
4723         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
4724         values" rather than "@var{foo}s" and similar constructs containing
4725         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
4726         English-language improvements.  Change the prefix "sub-" to "sub"
4727         and "re-" to "re".
4728         Put blank lines around examples more consistently.
4729         Avoid "rather" and "very" as intensifiers.
4730         Avoid "will" as an auxiliary.
4731         (Limitations of Make): Split this node into....
4732         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
4733         (Leading _ in Macro Names, Backslash-Newline-Newline):
4734         (Backslash-Newline Comments, Long Lines in Makefiles):
4735         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
4736         (obj/ and Make, make -k Status, VPATH and Make):
4737         (VPATH and Double-colon, $< in Explicit Rules):
4738         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
4739         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
4740         New nodes, resulting from splitup of Limitations of Make.
4741         All cross-references changed.  Raise the top node from
4742         a section to a chapter, and all subnodes accordingly.
4743         Redo the introductory wording to match the new organization.
4744         (Installation Directory Variables): Use an example that is
4745         closer to what Autoconf actually does.  Mention that VPATH's
4746         value should not contain metacharacters or white space.
4747         (Fortran Compiler): Fix a VPATH bug in an example.
4748         (Leading _ in Macro Names): Mention that this problem is no longer
4749         of practical concern.
4750         (VPATH and Make): Reword the advice to make it clearer
4751         that Autoconf and Automake support VPATH in non-GNU make, but
4752         many packages have bugs in this area.
4753         ($< in Explicit Rules): Refer to Build Directories rather
4754         than using a (non-VPATH-safe) example.
4755         (Automatic Rule Rewriting): Mention the sort of disaster that
4756         can ensue with Solaris-style rule rewriting with VPATH.
4758 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4760         * doc/install.texi (Compilers and Options): Weaken the
4761         suggestion to use GNU make for VPATH builds.
4763         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
4764         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
4766         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
4767         in regular expression.
4769 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4771         * doc/autoconf.texi (Installation Directory Variables):
4772         Drop extra @samp from `@table @samp' item.
4773         (Limitations of Usual Tools): Comment fix.
4774         Do not nest @samp just to point to other table items.
4775         (Writing testsuite.at) <AT_CHECK>: The second argument to
4776         `@dvar' is already @samp'ed.
4777         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
4778         do not use @var in the second argument.
4780 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
4782         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
4783         $as_shell.exe too.  Problem reported by Andreas Buening in
4784         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
4786 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4788         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
4789         `unused variable' compiler warning, for `-Wall -Werror'.
4790         Reported by Jaap Haitsma in
4791         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
4793 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
4795         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
4796         case the compiler dumps core.  Problem reported for
4797         OpenServer 5.0.7 by Tim Rice in
4798         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
4799         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
4800         Likewise.
4802 2006-06-06  Tim Rice <tim@multitalents.net>.
4804         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
4805         "ERROR" only shows up in "make check" output if there is an
4806         error.
4808 2006-06-06  Eric Blake  <ebb9@byu.net>
4810         * tests/tools.at (automatically allowed tokens): Fix typo.
4812 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4814         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
4816         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
4817         typically overflows on x86 CPUs, even though the C standard
4818         requires otherwise.
4820 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4822         * configure.ac (AC_INIT): Bump to 2.59e.
4823         * NEWS: Update.
4825 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4827         Version 2.59d.
4829         * config/texinfo.tex: Sync from upstream.
4831         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
4832         seen, invoke libtoolize with `--ltdl' argument.
4833         * lib/autom4te.in (Autoreconf-preselections): Adjust.
4834         * NEWS: Update.
4835         Suggested by Eric Blake.
4837 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4839         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
4840         reported by Ralf Wildenhues.
4841         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
4843 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4845         * THANKS: Update.
4847 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
4849         * doc/autoconf.texi: Modernize some of the references to Solaris.
4851 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
4853         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
4854         message issued by AC_REQUIRE.
4855         * tests/m4sugar.at: Check m4_require's error message.
4856         * tests/base.at: Check AC_REQUIRE's error message.
4857         * tests/local.at (AT_CHECK_M4): New macro, almost identical
4858         to...
4859         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
4860         AT_CHECK_M4.
4861         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
4862         `expout' as the last parameter.
4863         * tests/tools.at: Adapt to the above change.
4865 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
4867         * doc/autoconf.texi (Limitations of Usual Tools): Correct
4868         information about race-free implementations of mkdir.
4870 2006-06-04  Eric Blake  <ebb9@byu.net>
4872         * bin/autoreconf.in (help): Document M4 environment variable.
4873         * bin/autoconf.as (Usage): Likewise.
4874         * bin/autom4te.in (help): Likewise.
4875         * doc/autoconf.texi (autom4te Invocation): Likewise.
4877 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4879         * NEWS: GNU make now recommended for VPATH builds.
4880         Mention that some macros are now documented to be obsolescent.
4881         * doc/autoconf.texi:
4882         Prefer "current" to "modern" to describe
4883         currently-used (albeit perhaps old-fashioned) hosts.
4884         Mention which ancient features no longer need to be worried about.
4885         setgid -> set-group-ID
4886         setuid -> set-user-ID (these are the Posix terms)
4887         Fix some misuses of "only".
4888         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
4889         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
4890         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
4891         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
4892         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
4893         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
4894         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
4895         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
4896         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
4897         Mention that these macros are obsolescent.
4898         (Installation Directory Variables): shall -> should
4899         (File Descriptors): Mention that 0, 1, 2 might get reopened.
4900         Mention that it's now safe to use 3 and 4.
4901         (Limitations of Usual Tools): cp -r is now specified by Posix.
4902         Omit longwinded and obsolescent discussion of cp -f.
4903         Modernize discussion of expr, ls.
4904         (Limitations of Make): Modernize discussion of VPATH builds.
4905         Mention $? as a workaround in some cases.
4906         * doc/install.texi (Basic Installation):
4907         Mention "./configure; make; make install" first.  Be more
4908         specific about why this file is generic.  Remove unnecessary
4909         parens.  Remove misleading "only".  Remove obsolete advice
4910         about csh.  Don't say "configure" takes awhile; say it
4911         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
4912         and CC=c99 rather than CC=c89, as these are blessed by current
4913         Posix.  Recommend GNU make if doing a VPATH build.
4915 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
4917         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
4918         examples involving shell prompts.
4920 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
4921         and Paul Eggert  <eggert@cs.ucla.edu>
4923         * doc/autoconf.texi (Here-Documents): Add details about the
4924         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
4925         use "here-documents" instead of "here documents".
4927 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4929         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
4931 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
4933         * doc/autoconf.texi (File System Conventions): Warn about ":"
4934         anywhere in directory names.
4936 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
4938         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
4939         about quoting the case statement, just in case.
4940         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
4941         was fixed in ksh93g; reported by Ralf Wildenhues.
4943 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
4945         * doc/autoconf.texi (System Services): Do not document
4946         overriding EXEEXT via ac_cv_exeext=ext.
4947         (Particular Programs) <AC_PROG_MKDIR_P>:
4948         Document that ${MKDIR_P} understands --.
4949         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
4950         comment.
4952 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4954         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
4955         argument with leading hyphen.  Problem reported by Paul Eggert.
4957 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
4959         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
4960         about quoting ac_try: quote all of it, if any of it seems suspicious.
4961         This means we don't have to worry about ${ or sed any more.
4962         Also, double-quote the case statement, to work around misuses via
4963         underquoting as reported by Ralf Wildenhues in
4964         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
4965         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
4966         undocumented and dangerous macro.
4967         Problem reported by Ralf Wildenhues in
4968         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
4970 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4972         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
4973         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
4974         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
4976 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
4978         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
4979         since evidently some packages rely on the old, broken behavior.
4980         Problem reported by Ralf Wildenhues in
4981         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
4982         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
4983         pre-2006-05-26 definitions, but leave in the comments that
4984         these macros are dangerous and should not be used.
4985         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
4986         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
4987         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
4988         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
4989         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
4991 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
4993         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
4994         the use of 'tr', since this is our only use of 'tr'.
4996 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4997         and Paul Eggert  <eggert@cs.ucla.edu>
4999         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
5000         Don't assume 'grep' works on long lines, since AIX grep doesn't.
5002 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5004         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
5005         the output file in the `${datarootdir}' test.
5007 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
5008         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5010         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
5011         mention of `datarootdir' in the input file(s), but literal
5012         `${datarootdir}' in the output file, and we haven't warned yet,
5013         then warn as well: the user may have (erroneously) used
5014         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
5015         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
5016         * tests/torture.at (datarootdir workaround): Extend this test.
5017         * NEWS: Update.
5019 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5020         and Paul Eggert  <eggert@cs.ucla.edu>
5022         * doc/autoconf.texi (autoheader Invocation): The first argument to
5023         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
5024         alternatives and clear up the language a bit.
5026 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
5028         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
5029         ac_config_guess, ac_config_sub, ac_configure.
5030         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
5031         Fix typo that prevented an unnecessary space from being removed.
5032         Problems reported by Ralf Wildenhues in:
5033         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
5035 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5037         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
5038         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
5039         Don't use the term "thread-safe" to talk about mkdir race
5040         conditions, since the problem is more a process than a thread
5041         issue.  Problem reported by Stepan Kasal in:
5042         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
5043         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
5044         the test for 'install' more closely.  Look at MKDIR_P first.
5045         Look in the PATH, and at /opt/sfw/bin.
5046         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
5047         Don't bother to try mkdir -p, since we already check mkdir --version;
5048         just look at the version number.  (There's no easy way to check
5049         for race-free implementations.)
5050         * tests/tools.at (autoconf: subdirectories): Adjust to above
5051         changes, since MKDIR_P now might end in "/mkdir -p".
5053         * doc/autoconf.texi (autoheader Invocation): Mention that the
5054         first arg of AC_DEFINE_UNQUOTED must be a literal.
5055         Problem reported by Ben Pfaff in
5056         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
5058         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
5059         * doc/autoconf.texi (Special Chars in Variables): New section.
5060         (Preset Output Variables): Warn about special chars in CPPFLAGS.
5061         (Installation Directory Variables): Quote $(datadir) better.
5062         (Limitations of Builtins): Describe some of eval's trickiness.
5064         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
5065         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
5066         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
5067         in front of every arg, not just trailing args.  Quote apostrophes.
5068         (_AC_EVAL_ECHO): New macro.
5069         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
5070         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
5071         removed.
5072         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
5073         exposed by quoting of eval argument.  Put the command on line line
5074         so it logs better.
5075         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
5076         (_AC_PATH_X, AC_PATH_X): Quote more safely.
5077         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
5078         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
5079         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
5080         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
5081         Use eval more safely.
5082         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
5083         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
5084         to be replaced.
5085         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
5086         lines, exposed by quoting of eval argument.
5088 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
5089         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5091         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
5092         initialization of `ac_cv_exeext', do not override it if it was
5093         already set, unless it was set to `no', for compatibility with
5094         Autoconf-2.13, and comment this.
5095         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
5096         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
5097         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
5098         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
5099         Document that this test may be overridden by setting
5100         `ac_cv_exeext'.
5102 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5104         Revert these two patches:
5106         2006-04-06  Eric Blake  <ebb9@byu.net>
5107         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
5108         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
5109         2006-04-01.
5111         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
5112         Clean up _AC_COMPILER_EXEEXT* macros.
5113         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
5114           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
5115           ac_file to the name of the default output file and call
5116           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
5117           initial `rm' of the candidate files...
5118         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
5119           the same list in subsequent `rm' calls, and for the temporary
5120           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
5121           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
5122         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
5123         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
5124           no longer needed) by libtool.  Make it a cache check.
5125         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
5126           copied here by mistake.
5127         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
5128           _AC_COMPILER_EXEEXT.
5129         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
5130           _AC_COMPILER_OBJEXT directly.
5131         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
5133 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5135         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
5136         Fix description of how the buggy `sed' works.
5138 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
5140         Sync from Automake:
5142         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
5143         ENOLCK.  Only mention `make -j' when applicable.  Only raise
5144         fatal errors when `make -j' is involved.  Improve error message.
5146 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5148         * doc/autoconf.texi (Here-Documents): We now know more about
5149         the variable expansion in here documents bug.
5150         Thanks to Tim Rice and Stepan Kasal.
5152         * doc/autoconf.texi (Making testsuite Scripts): Add an example
5153         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
5155 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5157         * tests/autotest.at (Multiline command from M4 expansion):
5158         No failure to be expected if the shell quotes newlines in
5159         commands in the `set -x' output.  Report by Tim Rice.
5160         * THANKS: Update.
5162 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
5164         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
5165         expansion in the here-documents used by config.status, as that
5166         runs afoul of the Korn shell version M-12/28/93d bug described in
5167         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
5168         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
5169         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
5171 2006-05-23  Jim Meyering  <jim@meyering.net>
5173         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
5174         Fix typo introduced with 2006-04-02 change.  It reversed the sense
5175         of the test.
5177 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
5179         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
5180         ac_dB slightly, to save bytes in the script.
5181         Max out at 50 lines, rather than 96; this is more likely
5182         (though not guaranteed) to avoid obscure 'sed' failures.
5184 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5186         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
5187         `tr -d -' as bad option argument.  Work around this by deleting
5188         an unrelated character.
5189         Report by Tim Rice <tim@multitalents.net>.
5191 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
5192             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
5193             Stepan Kasal  <kasal@ucw.cz>
5195         * doc/autoconf.texi (Particular Programs): Do not promise that
5196         we always prefer the GNU version of the program, and that we
5197         search according to PATH; both rules can have exceptions.
5198         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
5199         AC_PROG_SED.  Move descriptions of limitations
5200         to the Limitations of Usual Tools section.
5201         (Limitations of Usual Tools) <sed>: Mention script length
5202         limitations with Solaris /usr/ucb/sed.
5203         <grep>: Fix wording for empty alternative.  Mention that -c and
5204         -l should not be combined, and that -E and -F should not be
5205         combined.
5207 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
5208         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5210         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
5211         limits in Solaris 8 /usr/ucb/sed by testing a long script.
5213 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
5215         * doc/autoconf.texi (Defining Symbols): Literal parameter of
5216         AC_DEFINE is now passed to m4_pattern_allow.
5217         * NEWS: Mention that; likewise for AC_SUBST.
5218         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
5219         the parameter to m4_pattern_allow.
5220         * tests/tools.at: Add a check for that.
5222 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
5224         * lib/autoconf/status.m4: Fix typos.
5226 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5228         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
5229         only the files that this macro generates.
5231 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
5233         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
5234         the HP-UX sed limitation of 99 commands, labels do not count.
5235         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
5236         in the comment.
5237         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
5239 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
5241         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
5242         Import the following fix from coreutils:
5244         2006-01-13  Jim Meyering  <jim@meyering.net>
5246         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5247         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
5248         not double-quote uses of that variable, to accommodate the rare
5249         case in which getmntent is available in none of the libraries
5250         checked.  This happens at least on FreeBSD 5.0.
5252 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
5254         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
5255         ac_config_guess, ac_config_sub, and ac_configure, since evidently
5256         some other programs unwisely rely on these undocumented vars.
5257         But put in warning comments about them.
5258         Problem reported by Ralf Wildenhues in
5259         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
5260         * NEWS: Document that these variables are intended to go away.
5262 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5264         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
5265         and set the language to C++ (analogous to the equivalent Fortran
5266         tests).
5268         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
5269         * doc/autoconf.texi (C++ Compiler): Document it.
5270         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
5271         * NEWS: Update.
5273 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5275         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
5276         that caused config.status to generate 100-command sed scripts; the
5277         portable limit is 99.
5279 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5281         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
5282         variable `ac_d' instead of `d' to avoid infringing namespace.
5283         Report by Ralf Menzel.
5285 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
5287         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
5288         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
5289         * tests/tools.at (autoconf: subdirectories): New test, taken from
5290         the corresponding problem report by Ralf Wildenhues in:
5291         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
5293         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
5294         Quote some uses of shell variables if they might suffer unexpected
5295         globbing.  This doesn't fix all instances of quoting problems that
5296         I found, just the easy ones that look safe.
5297         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
5298         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
5299         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
5300         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
5301         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
5302         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5303         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
5304         Likewise.
5305         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
5306         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
5308 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5310         * bin/autoreconf.in ($help): Reword according to the manual.
5311         Suggested by Olly Betts.
5313 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
5314         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5316         * bin/autoreconf.in: Pass the directory argument to
5317         `require_configure_ac'.  Fix comment.
5318         * tests/torture.at (Configuring subdirectories): Expose this.
5319         Reported by Olly Betts.
5321 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5323         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
5324         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
5325         Automake as follows:
5327         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
5328         `$configure_in' instead of `configure.in', to preserve
5329         directory component.
5331 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5333         * config/config.guess, config/config.sub, config/texinfo.tex,
5334         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
5336 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5338         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5339         test for C99 conformance; (bool) 0.5 is an integer constant
5340         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5341         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5343 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
5345         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
5346         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
5347         Warn about obsolete install-sh files.  Remove stray sentence
5348         fragment and fix cross reference.
5349         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
5350         install -d; this undoes the 2006-05-10 change.
5351         (MKDIR_P): Mark with AN_MAKEVAR.
5352         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
5353         that we don't require $INSTALL to be thread-safe.  Move comments
5354         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
5355         of AC_PROG_INSTALL.  Output a message saying that we're checking
5356         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
5357         MKDIR_P instead of AC_SUBST.
5358         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
5359         Special magic for MKDIR_P, too.
5360         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
5361         a dnl.
5362         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
5364 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
5366         Sync from Automake, as follows:
5368         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5369         * config/install-sh: Initialize IFS, so field splitting isn't
5370         turned off later.
5371         * config/mkinstalldirs: Likewise.
5372         * config/missing: Remove superfluous quotes.  Replace all uses of
5373         `[' by `test', for consistency, and for..
5374         * config/missing (sed_minuso, sed_output): New variables.
5375         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
5376         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
5377         Fixes `missing' to detect `--output' for help2man.  Fixes
5378         PR automake/483.  Report by Dennis J. Linse.
5379         (autom4te): Document in `missing --help'.
5381 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5383         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
5384         * config/install-sh: Don't use 'path' to talk about file names,
5385         as per GNU coding standards.  Close a race condition reported by Ralf
5386         Wildenhues and Stepan Kasal.  There is still a race condition
5387         on hosts that predate Posix 1003.1-1992, but we can't help this.
5388         Don't mishandle weird characters like space on pre-Posix hosts.
5389         Invoke mkdir at most once per dir arg on pre-Posix hosts.
5390         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
5391         AC_PROG_MKDIR_P from AS_MKDIR_P.
5392         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
5393         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
5394         earlier editions are not (including Automake 1.8.3).
5395         Do not suggest mkinstalldirs for thread-safety.
5396         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
5397         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
5398         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
5399         presence of special characters and race conditions.
5400         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
5401         in Autoconf's name space.
5403 2006-05-10  Bruno Haible  <bruno@clisp.org>
5404         and Paul Eggert  <eggert@cs.ucla.edu>
5406         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
5407         from Automake with minor changes.
5408         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
5410 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5412         * config/install-sh: Update to Automake CVS version, as follows:
5413         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
5414         * lib/install-sh: Simplify the expr implementation of dirname.
5415         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
5416         * lib/install-sh: Handle --, and diagnose unknown options.
5418 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5420         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
5421         `./autom4te' to create `./testsuite', since the `all' target
5422         will ensure its presence, but `installcheck' should not create
5423         the uninstalled wrappers.
5425         * tests/torture.at (Unusual Automake input files): Skip if we
5426         detect automake < 1.8.
5428 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5430         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
5431         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
5432         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
5433         * NEWS: Update.
5435 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5437         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
5438         munge (multiple) white space and other oddities.
5439         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
5440         single quotes in variable assignment.
5441         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
5442         and similar failures by adding multiple spaces, tabs, and other
5443         special characters.
5444         Report and different test suggested by Francesco Romani
5445         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
5447         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
5448         single quotes, we only need to search for single quotes; this
5449         both simplifies the search pattern, and makes us less
5450         susceptible to `echo' variations for arguments not containing
5451         single quotes.
5452         (_AC_ARG_VAR_VALIDATE): Likewise.
5454 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5456         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
5457         `$*' and IFS concatenation issue with traditional shells and
5458         bash-2.04.  Report by Seanster@Seanster.com.
5460 2006-05-03  Bruno Haible  <bruno@clisp.org>
5462         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
5463         precisely which Mac OS X versions have the od problem.
5465 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5467         * doc/autoconf.texi: Use @option systematically.
5469 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5470         and Bruno Haible  <bruno@clisp.org>
5472         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
5473         about 'od'.
5474         (Integer Overflow): Mention the special case of integer division
5475         overflow.
5477 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5479         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
5480         traditional shells like the Solaris one that do not use the
5481         first IFS character for assembling `$*'.
5482         Prompted by a related report from autoconf_bug@nro.ca.
5484 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
5485         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5487         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
5488         Mention more problems with the -e option.
5490 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5492         * NEWS: Typo.
5493         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
5495         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
5496         in URLs to improve DVI formatted output (requires texinfo 4.6).
5497         (System Services, Systemology, Shellology): Likewise.
5498         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
5499         output.
5501         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
5502         continuous text.
5503         (Runtime): Fix macro argument names to match description:
5504         `action-if-found' -> `action-if-true' and similarly.
5505         (Obsolete Macros): Likewise.
5506         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
5507         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
5508         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
5510 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5512         * doc/autoconf.texi (Limitations of Make): Clean up markup.
5514         * ChangeLog: Typo.
5515         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
5516         DVI output.
5518 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5520         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
5521         /bin/sh set unsorted output.
5522         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
5523         * tests/local.at: Likewise.
5525 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
5527         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
5528         (Integer Overflow, Null Pointers, Buffer Overruns):
5529         (Floating Point Portability, Exiting Portably): New sections.
5530         (Writing Test Programs): Fix some langauge.  Recommend exiting
5531         with status 1, not merely nonzero.  Clarify exit declaration.
5532         (Run Time): Move C exit status stuff to new Exiting Portably section.
5533         (Systemology): Mention Posix and levenez.  Update v7 reference.
5534         (Portable Shell): Mention the Posix shell.
5536 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
5538         * bin/autoconf.as (me): Replace by as_me.
5540 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5542         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
5543         since as_me isn't set yet.
5545 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
5547         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
5548         a few minor bugs in this area.
5550         * doc/autoconf.texi (Programming in M4sh): Comment out the
5551         documentation of AS_BASENAME, for now.
5552         (Shell Substitutions): Do not use AS_DIRNAME in an example.
5553         (Limitations of Builtins) <basename>: Do not refer to
5554         AS_BASENAME.
5555         * bin/autoconf.as (me): Don't use AS_BASENAME.
5556         (dir): Remove the unused variable.
5557         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
5558         AS_DETECT_REQUIRED.  All uses changed.
5559         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
5560         All uses changed.
5561         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
5562         (AS_BASENAME): Use "basename --" to protect against leading "-".
5563         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
5564         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
5565         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
5566         (_AS_DIRNAME_PREPARE): Likewise.
5567         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
5568         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
5569         (AS_DIRNAME): Use "dirname --".
5571 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
5573         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
5574         of "run time" and "run-time" changed to "runtime", for consistency.
5575         * lib/autoconf/fortran.m4: Likewise (in comment).
5576         * lib/autoconf/functions.m4: Likewise.
5577         * lib/autoconf/general.m4: Likewise.
5578         * lib/autoconf/headers.m4: Likewise.
5580         * doc/autoconf.texi (Run Time): Document the exit status situation
5581         with more accuracy and detail.
5583 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5585         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
5586         Archive is not officially `GNU' any more.  Update URL.
5587         (Defining Directories): Likewise
5588         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
5590 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5592         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
5593         newline from the `trap' code to finish `config.log'; the NetBSD
5594         /bin/sh resets the exit status after an empty command, as
5595         documented in doc/autoconf.texi.
5596         Reported by Dalibor Topic <robilad@kaffe.org>.
5598 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5600         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
5601         Suggested by Bruno Haible.
5603 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
5605         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
5606         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
5607         Instead, just list the shells that we know work.
5608         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
5609         changed.  Be more cautious about the _cv_ variable.
5610         * tests/tools.at (Syntax of the shell scripts): Check the
5611         _cv_ variable once, at first, to avoid an internal autoconf error
5612         when sh -n does not work.
5614 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5616         * lib/Autom4te/FileUtils.pm: Sync from Automake.
5618 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
5620         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
5621         use ">&-" since we're only 99.999% sure that this is portable,
5622         and since the MinGW bug is fixed in a different way.
5623         * lib/autotest/general.m4 (AT_INIT): Likewise.
5625 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
5627         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
5628         before opening config.log, to avoid hitting a bug on MinGW.
5630 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
5632         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
5633         AS_MESSAGE_LOG_FD before reopening it onto the log file.
5634         This works around a MinGW bug reported by Eric Paire.
5635         Make sure that all writes to the log file append to it,
5636         rather than possibly losing data.
5637         * lib/autotest/general.m4 (AT_INIT): Likewise.
5639 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
5641         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
5642         description.
5644 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5646         * NEWS: Update.
5648         * configure.ac (AC_INIT): Bump to 2.59d.
5650 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5652         Version 2.59c.
5654         * Makefile.maint (news-date-check): Do not require a leading `*'
5655         before the release date in NEWS.
5657 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
5658         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5660         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
5661         the instantiated file do not contain the string 'datarootdir'
5662         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
5663         @mandir@, replace the reference '${datarootdir}' by the value.
5664         * tests/torture.at (datarootdir workaround): New test.
5665         * NEWS: Advertise this temporary fixup.
5666         Based on a patch by Bruno Haible, reported and analyzed by
5667         Paul Eggert and Noah Misch.
5669 2006-04-12  Eric Blake  <ebb9@byu.net>
5671         * tests/autotest.at (Debugging a failed test): Fix comment.
5673 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
5675         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
5676         all the changes since 2006-04-07.
5678 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5680         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
5681         succeeded, but `ln -s file dir' failed, take care to remove the
5682         leftover target before the next test, to prevent its spurious
5683         failure; also make sure `ln file dir' works before selecting it.
5684         Thanks to Keith Marshall for pointing this out.
5685         * THANKS: Update.
5687         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
5688         assignments in `at_debug_args', so that we put them correctly
5689         in the `run' script.
5690         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
5691         Reported by Eric Blake.
5693 2006-04-11  Eric Blake  <ebb9@byu.net>
5695         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
5696         top-level tests after micro-suite has been run.   Used in...
5697         (Debugging a successful test, Debugging script and environment),
5698         (Debugging a failed test): ...these new tests.  The first of these
5699         is fixed by...
5700         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
5701         macro, split out from...
5702         (AT_INIT): ...here, so that using -d also generates a run script.
5703         Document that -d inhibits top-level logging.
5704         * doc/autoconf.texi (testsuite Invocation): Document that -d only
5705         inhibits top-level logging; debug scripts are created.
5707         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
5708         check.
5709         * tests/autotest.at (Empty test, Empty check): New test to check it.
5711         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
5712         from gcc.
5714 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
5716         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
5717         the files if a problem appears.  Make the empty *.at files
5718         read-only, too.  Proposed by Ralf Wildenhues.
5720 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5722         * config/Makefile.am: Add comment to force updated Makefile.in.
5724         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
5725         space only patch to this file, this patch causes the Makefile.in
5726         files that include freeze.mk to be updated, and thus have a
5727         newer time stamp again, which in turn makes a pristine CVS
5728         checkout have correct time stamps.
5730         * Makefile.maint (cvs-sv): New macro, to be used..
5731         (config.guess-url_prefix, config.sub-url_prefix)
5732         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
5733         point to CVS text checkout of Gnulib files.
5734         (copyright-check): Bump current year.
5735         (announcement): Do not hard-wire `./announce-gen'.
5736         (cvs-update): Propagate failures of `cvs' and `move-if-change'
5737         correctly.
5738         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
5739         `chmod +x'.
5740         (wget_files): Update config.guess, config.sub, texinfo.tex by
5741         `wget-update', now that their URLs work again.
5743 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5745         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
5746         Problem noted by Paul D. Smith.
5748 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5750         * doc/autoconf.texi: Remove unused words from word list.
5751         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
5752         .x-sc_trailing_space: New files.
5754         * doc/standards.texi: Sync from gnulib.
5756         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
5757         `LIBOBJDIR' as experimental.
5759         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
5760         with a target directory; it's internally implemented as `cp'
5761         anyway, but since Autoconf advertises the possibility to use
5762         a target directory when LN_S is `ln -s', we need to find out.
5763         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
5764         analyzed by Keith Marshall <keith.marshall@total.com>.
5766         * THANKS: Update.
5768 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5770         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
5771         confdefs.h as-is.  In general, if it has backslash-newline or the
5772         like, then it doesn't work either to sort or to remove empty
5773         lines.
5775 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
5777         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
5779 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
5781         * lib/autom4te.in (Automake-preselections): Preselect
5782         _AM_SUBST_NOTMAKE.
5784 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
5786         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
5787         apostrophe within a single-quoted string, as this is the usual
5788         tradition and is easier to read than '"'"'.  Don't rely on the
5789         shell treating "$/" like '$/'.  Use a more-consistent indenting
5790         style for the trap.
5792 2006-04-09  Eric Blake  <ebb9@byu.net>
5794         * tests/autotest.at (Backquote command substitution),
5795         (Multiline backquote command substitution): Remove mistaken
5796         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
5797         applied...
5798         (Parenthetical command substitution, Multiline parenthetical
5799         command substitution): here.
5801 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
5803         Import macros from gnulib (often changing their name).
5805         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
5806         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
5807         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
5808         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
5809         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
5810         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
5811         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
5812         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
5813         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
5814         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
5815         The manual mentions Gnulib more prominently.
5816         * doc/autoconf.texi (Gnulib): New node.
5817         (Pointers): Add Gnulib URL.
5818         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
5819         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
5820         Gnulib section.
5821         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
5822         suggest a #define rather than a typedef for _Bool, and mention
5823         Gnulib rather than trying to substitute stdbool code.
5824         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
5825         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
5826         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
5827         AC_STRUCT_DIRENT_D_TYPE.
5828         (Particular Types): Mention stdint.h and inttypes.h as standard
5829         headers too.
5830         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
5831         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
5832         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
5833         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
5834         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
5835         (C Compiler): Move AC_C_LONG_DOUBLE to ...
5836         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
5837         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
5838         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
5839         (Coding Style).  Don't mention m4_expand_once.
5840         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
5841         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
5842         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
5843         (AC_CHECK_FUNCS): Use it.
5844         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
5845         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
5846         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
5847         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
5848         (AC_HEADER_ASSERT): New macro.
5849         (AC_HEADER_STDBOOL): Don't assume "#error" works.
5850         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
5851         Catch a bug in an HP-UX C compiler.
5852         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
5853         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
5854         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
5855         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
5856         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
5857         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
5858         New macros.
5860         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
5861         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
5863 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
5865         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
5866         of the warning introduced by the 2001-08-28 change.
5868 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
5869             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5871         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
5872         variables shall be overriden by the cache.
5873         * tests/torture.at (AC_ARG_VAR): Test also with a first value
5874         that contains braces.
5876 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
5878         Revert the patch from 2006-04-01 and only improve
5879         _AS_DETECT_BETTER_SHELL:
5881         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
5882         skip nonexistent directories.
5883         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
5884         only shell candidates which exist.
5885         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
5886         * lib/autotest/general.m4 (AT_INIT): No need to give three
5887         parameters to _AS_PATH_WALK.
5889 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
5890             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5892         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
5893         distinguish m4sugar macros.
5894         * tests/tools.at (autoupdating with aclocal and m4_include):
5895         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
5896         test case by Noah Misch <noah@cs.caltech.edu>.
5898 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
5900         Revert my change from 2006-03-17, in other words:
5901         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
5902           and DUALCASE=1.
5903         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
5904         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
5905           it is set.
5907 2006-04-07  Eric Blake  <ebb9@byu.net>
5909         * doc/autoconf.texi (Programming in M4sh): Document that
5910         AS_MKDIR_P exits the script on failure.
5911         * lib/autotest/general.m4: Remove redundant AS_ERROR.
5913 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5915         * config/elisp-comp, config/install-sh, config/mdate-sh,
5916         config/missing, config/mkinstalldirs: Sync from Automake.
5918         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
5919         from Automake.
5921         * doc/make-stds.texi: Sync from gnulib.
5923 2006-04-06  Eric Blake  <ebb9@byu.net>
5925         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
5926         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
5927         2006-04-01.
5929 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
5930             Eric Blake  <ebb9@byu.net>,
5931             Paul Eggert  <eggert@cs.ucla.edu>,
5932             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5934         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
5935         whether `set' quotes correctly: redirect stderr of the tested
5936         `set', and use a subshell, for Ultrix; use `sed' instead of
5937         `grep' for zsh `set' which may write binary output; match only
5938         at the beginning of a line, to avoid false positives.
5939         In order to avoid false positives by unrelated variables with
5940         multiline content, put the dump algorithm in a subshell and
5941         unset all variables containing newlines (except some which are
5942         special to the shell).  Warn about cache variables that are
5943         unset.
5945 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5947         * config/config.guess, config/config.sub, config/texinfo.tex:
5948         Sync from upstream.
5950         * tests/mktests.sh: Reword comments.
5952         * tests/mktests.sh: Only skip internal macros starting with
5953         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
5954         Update exclusion lists for the test suite to this end:
5955         (AC_ARG_VAR): Do test this now.
5956         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
5957         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
5958         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
5959         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
5961         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
5962         shell issue with double-quoted command substitutions of native
5963         commands.
5964         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
5965         Marshall.
5967         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
5968         no file matches the glob, discard the warning, set `nullglob'.
5969         (syntax-check): Likewise.
5970         (sc_cast_of_x_alloc_return_value): Likewise.
5971         (sc_cast_of_alloca_return_value, sc_error_exit_success)
5972         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
5973         (m4-check): Likewise.
5974         (sc_system_h_headers): Do not print rule on execution.
5975         (sc_tight_scope): Do not fail for non-existing `src' directory.
5976         (sc_changelog): Skip the Copyright footer.
5977         * lib/autoconf/lang.m4: Remove trailing space.
5979         * lib/autoconf/status.m4: More replacements to
5980         <tab><space> where this makes sense.
5982 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
5984         * tests/Makefile.am (maintainer-check-posix):
5985           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
5987         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
5988           ac_config_<foo>s again, sometimes normalized, sometimes not.
5989         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
5990         (AC_CONFIG_COMMANDS): Do not do so here.
5991         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
5992           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
5993           2005-07-25 rewrite.  Noticed by Noah Misch.
5995         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
5996           _AC_PRESERVE_HELP_ORDER, ...
5997         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
5999         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
6000           inside m4_expand_once; it is redundant.
6002         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
6003           for --help from Cygnus `configure.'
6005 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
6007         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
6008         on a patch proposed by Ralf Wildenhues.
6010 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
6012         * lib/autoconf/status.m4: Replace <space>''<tab> with
6013         <tab><space> where this makes sense.
6015 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
6016             Noah Misch  <noah@cs.caltech.edu>
6018         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
6019         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
6020         * doc/autoconf.texi (Help Formatting): New node.
6021         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
6023 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6025         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
6026         lib/autoconf/specific.m4, lib/autoconf/status.m4,
6027         lib/autoconf/types.m4, lib/autotest/general.m4,
6028         tests/mktests.sh, tests/torture.at: White space cleanup:
6029         remove some SPACE before TAB, or add quoting ('' or @&t@).
6031         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
6033         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
6035 2006-04-05  Eric Blake  <ebb9@byu.net>
6037         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
6038         empty test suite works.
6039         * tests/autotest.at (Empty test suite): Remove xfail.
6041 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
6043         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
6044         TAGS to ac_config_<foo>s.
6045         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
6046         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
6047         normalizing it, consistent it with previous releases.
6048         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
6050 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
6052         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
6053         Use simplified args that Eric Blake originally suggested.
6055 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
6057         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
6058         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
6059         Use 'comm' rather than N instances of grep; this also fixes a bug
6060         whereby substrings were incorrectly matched, causing us to not
6061         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
6062         (exclude_list): Exclude empty macros.
6063         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
6065         Use awk rather than grep -E or egrep, to avoid
6066         portability problems with regular expressions containing newlines.
6067         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
6068         Switch from grep to awk syntax.
6069         (ac_exclude_script): Renamed from ac_exclude_egrep.
6070         (au_exclude_script): Renamed from au_exclude_egrep.
6072 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
6074         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
6075         a subdirectory subject to Cygnus `configure'.
6076         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
6078         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
6079         report request when we have no AC_PACKAGE_BUGREPORT.
6081 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6083         * THANKS: Update.
6085         * tests/mktests.sh: Update copyright year in the header of the
6086         generated files.
6088         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
6089         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
6090         typedef'ed restricted pointer, to catch a compiler bug on
6091         HP-UX 11.x, and fix warnings so it passes with -Werror.
6092         (_AC_PROG_CC_C99): Likewise.
6093         Reported by Albert Chin <china@thewrittenword.com>.
6094         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
6096 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
6098         * bin/autoscan.in (subdirs): New global.
6099         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
6100         (output): Emit AC_CONFIG_SUBDIRS as needed.
6101         * tests/autoscan.at (autoscan): Remove XFAIL.
6103 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
6105         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
6107 2006-04-03  Eric Blake  <ebb9@byu.net>
6109         * THANKS: Add myself.
6111 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6113         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
6114         to log, point to testsuite output tree.
6116 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6118         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
6119         * doc/autoconf.texi (Function Portability): Mention that C++
6120         has trouble with 'exit'.
6121         (Guidelines): Test programs shouldn't use 'exit'.
6122         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6123         Remove; all uses removed.
6124         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
6125         Return from 'main' instead of calling 'exit'.
6126         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
6127         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
6128         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
6129         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
6130         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
6131         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
6132         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
6133         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
6134         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
6135         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
6136         * tests/compile.at: Likewise.
6138 2006-04-02  Pavel Roskin  <proski@gnu.org>
6140         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
6142 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
6144         Clean up _AC_COMPILER_EXEEXT* macros.
6146         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
6147           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
6148           ac_file to the name of the default output file and call
6149           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
6150           initial `rm' of the candidate files...
6151         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
6152           the same list in subsequent `rm' calls, and for the temporary
6153           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
6154           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
6155         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
6156         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
6157           no longer needed) by libtool.  Make it a cache check.
6158         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
6159           copied here by mistake.
6160         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
6161           _AC_COMPILER_EXEEXT.
6162         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
6163           _AC_COMPILER_OBJEXT directly.
6164         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
6166 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
6168         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
6169         (AS_DIRNAME): Use it.
6170         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
6172         * tests/*.at: Remove the generated ones.
6174 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
6176         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
6178 2006-04-01  Eric Blake  <ebb9@byu.net>
6180         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
6181         directories, unless optional third argument supplied.
6182         (AS_UNAME): Don't optimize PATH walk.
6184         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
6186 2006-04-01  Eric Blake  <ebb9@byu.net>
6187         and Stepan Kasal  <kasal@ucw.cz>
6189         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
6190         and fix some typos.
6192 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
6194         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
6195         Autoconf version number despite a zero- or one-argument AC_INIT.
6197         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
6198         subordinate tools.
6199         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
6200         * doc/autoconf.texi (autoreconf Invocation): Document it.
6202         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
6203         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
6205 2006-04-01  Eric Blake  <ebb9@byu.net>
6207         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
6208         * lib/autotest/general.m4: Be tolerant of existing directory when
6209           rm failed to remove it.
6211 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6213         * bin/autoupdate.in: Redefine m4_location so that warnings print
6214         the correct lines of the input file by subtracting..
6215         (_au__first_line): ..this new definition.
6217         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
6218         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
6219         Remove stray newline in output.
6220         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
6221         AC_DEFUN this for autoconf, including the obsoletion diagnose.
6222         Fixes autoupdating of code where the replacement output contains
6223         m4sugar macros.
6224         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
6225         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
6226          (au_exclude_list): Add AC_LANG_SAVE.
6227         * tests/tools.at: Several new tests for all of this.
6228         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
6229         hairy details.
6230         The AC_LANG_SAVE issue was reported against Libtool by
6231         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
6232         Kristian Kvilekval <kris@cs.ucsb.edu>.
6234 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
6236         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
6237           switch all of them on and of when necessary.  Fixes the bug when
6238           m4sugar macros (e.g., m4_define) were expanded after the first
6239           automatic update (e.g., after AC_PREREQ or AC_INIT).
6241 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
6243         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
6244         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
6246         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
6247         correctly.  Problem reported by Eric Blake.
6248         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
6249         Ralf Wildenhues.
6251 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6253         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
6254         Tighten up the basename/dirname wording.
6256 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6258         * Makefile.maint (sc_texi_notab): New check: do not use TABs
6259         in texinfo files outside of verbatim environments.
6260         (syntax-check-rules): Update.
6261         * doc/autoconf.texi (Configuration Headers): Conform to it.
6263 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
6265         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
6266           aclocal cannot be given on the command line.
6268 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
6270         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
6271         Give an example for AS_DIRNAME instead of referring to Posix..
6272         (File System Conventions): Put discussion of // versus / here, and
6273         modernize it a bit.
6274         (Limitations of Usual Tools): Add basename.  Remove verbiage
6275         after dirname, since it got moved to the above sections.
6276         All this was inspired by a patch proposed earlier by Eric Blake.
6278 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6280         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
6281         `$0' to protect against spaces.
6282         * lib/autotest/general.m4 (AT_INIT): Likewise.
6283         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
6284         `$0', $as_me.
6286 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6288         * bin/autoscan.in: The value of find_configure_ac should be
6289         checked for existence, so we don't barf over a nonexisting
6290         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
6292 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6294         * bin/autoupdate.in: Fix some typos.
6296 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
6298         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
6300         * lib/autoscan/autoscan.list: Refreshed.
6302 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6304         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
6305         and Erlang related variables.
6307         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
6308         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
6309         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
6310         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
6311         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
6312         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
6313         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
6314         (_AC_PROG_OBJC_G): New macros.
6315         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
6316         * doc/autoconf.texi (Objective C Compiler): New node.
6317         (Preset Output Variables): Document OBJCFLAGS.
6318         (Language Choice): Document `Objective C' language.
6319         (Fortran Compiler): Fix typo.
6320         * NEWS: Updated.
6321         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
6323 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
6325         * doc/autoconf.texi (Default Includes): Fix typo
6326           s/AC_HEADERS_STDC/AC_HEADER_STDC/
6327         (Limitations of Usual Tools): s/unwriteable/unwritable/
6328         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
6329           Fix typos in the comments.
6331 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
6333         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
6334           Factor out the warning to...
6335         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
6336         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
6337         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
6339         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
6340           case `ac_delim' when writing the sed script.
6342         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
6343           moved DUALCASE=1 ...
6344         (AS_SHELL_SANITIZE): ... here.
6345         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
6346           that it is set.
6348         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
6349           AC_SUBST.
6350         (_AC_PATH_PROG): Store the result to VARIABLE.
6351         (AC_PATH_PROG): No need to set VARIABLE again.
6353         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
6354           the first one is usual AT_CHECK_MACRO test, the second one checks
6355           that the same works when cross-compiling.
6356         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
6357         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
6359 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6361         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
6362         the directory `/usr/bin/posix' in the shell search, to prefer
6363         the Posix shell not only in subsequent spawns as with `$BIN_SH'
6364         on Tru64.
6366         * doc/autoconf.texi (contents): To fix texi2html output, hide
6367         `@setcontentsaftertitlepage' for HTML.
6368         (Writing Autoconf Macros): Likewise, insert space after `@c'.
6369         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
6370         `@,{c}'.
6372 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
6374         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
6375           sanitizing...
6376         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
6377         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
6378           why IFS is restored so late; thank you, Ralf, for reminding us.
6380 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
6382         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
6383           variables in the examples.
6385 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6387         * doc/autoconf.texi (several sections): Cleaned up documentation for
6388         macros in erlang.m4.
6390 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6392         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
6393         failure condition for `$(cmd)' style command substitutions.
6394         (Parenthetical command substitution, Multiline parenthetical
6395         command substitution): Use it.
6397         * doc/autoconf.texi (Special Shell Variables): Missing word.
6398         Reported by Keith Marshall <keith.marshall@total.com>.
6400         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
6401         IFS even in case of empty `$PATH'.
6403 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6405         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
6406         `expr' away if there is nothing to do.
6407         < --keywords >: Simplify and robustify argument handling.
6408         Revert erroneous comment from 2005-08-23.  Extend to allow
6409         keyword negation with `!'.
6410         Update help message.  Remove broken code to prevent running
6411         tests multiple times.
6412         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
6413         Update and fix the documentation accordingly.
6414         * tests/autotest.at (Keywords): Renamed to..
6415         (Keywords and ranges): .. this.  Extended to make sure negated
6416         keywords, keywords taken from AT_SETUP arguments, and numeric
6417         test ranges work, and that matching is case-insensitive.
6419 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6421         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
6422         allow to pass unnamed structs even in C++.
6423         (AC_CHECK_SIZEOF):  Likewise.
6424         Also fix quoting error in `AC_MSG_FAILURE' arguments.
6425         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
6426         struct): New tests for unnamed structs, each both native and
6427         cross-compiling.
6429         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
6430         a structure inside a cast, for C++ conformance.
6431         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
6432         Also fix quoting error in `AC_MSG_FAILURE' arguments.
6434         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
6435         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
6436         trying to execute the command `no'.
6438         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
6439         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
6440         expanded outside.
6442         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
6443         example.  Do not emphasize `$%', it is hardly new and special.
6444         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
6446         * doc/autoconf.texi (Limitations of Usual Tools): Document
6447         OpenBSD and traditional `grep' failure to handle multiple
6448         patterns separated by newlines.
6450 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6452         * doc/autoconf.texi (several sections): Add documentation for macros
6453         in erlang.m4.
6455 2006-03-10  Eric Blake  <ebb9@byu.net>
6457         * doc/autoconf.texi (Obsolete Macros): Fix wording of
6458         AC_TRY_LINK_FUNC.
6460 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
6462         * doc/autoconf.texi: Use @acronym more consistently for acronyms
6463         like BSD, GPL, LGPL.  Fix minor English typos.
6464         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
6465         Mention that these macros are becoming obsolete.
6466         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
6467         Use more modern terminology for which standard is what.
6468         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
6469         and to ansi2knr.
6470         (AC_PROG_CXX): Likewise.
6471         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
6472         Remove obsolete discussion about how to port to K&R.
6473         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
6474         the obsolescent AC_HEADER_STDC.
6475         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
6476         can't rely on it.
6478 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6480         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6481         Remove stdin redirection from /dev/null to allow pipe to work.
6483 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
6485         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6486         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
6487         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
6488         Ralf Wildenhues.
6490 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6492         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
6493         HP-UX sed is 99 commands, not 100.
6494         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
6495         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
6496         newline for portability.
6497         * tests/torture.at (Torturing config.status): Also test 100
6498         AC_SUBST_FILE invocations.  Fix test to actually verify the
6499         AC_CONFIG_FILES output.
6500         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
6501         command, label, and read-file `r' limits.  Unify HP-UX spelling.
6503         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
6504         non-suffix rule.
6505         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
6506         non-GNU make.
6507         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
6508         * tests/mktests.sh: Small shell portability fixes.
6510 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6512         * doc/autoconf.texi (Caching Results): Fix the examples to use a
6513         recommended quoting style and discard unwanted output.
6515 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
6517         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
6518         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
6519         cases, and to work around Tru64 expr bug.
6521 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6523         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
6524         expr bug that turns the result of a regex match into a number if
6525         possible.
6527 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6529         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
6530         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
6531         in section `Specific Compiler Characteristics'.
6533 2006-03-04  Eric Blake  <ebb9@byu.net>
6535         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
6536         variable warning.
6538 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6540         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
6541         order of variable initialization, so even the Solaris 2.6 shell
6542         can create a config header correctly.  Fixes lots of test suite
6543         failures.
6545 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6547         * doc/autoconf.texi (Text processing Macros): New node to
6548         document the m4sugar macros m4_re_escape, m4_tolower,
6549         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
6551 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
6553         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
6554         XrmInitialize (0) -> XrmInitialize ().
6555         Reported by Toshio Kuratomi.
6557 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6559         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
6560         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
6561         * doc/autoconf.texi (Programming in M4sh): Adjusted.
6562         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
6563         both macros are defun'ed so that required macros are evaluated
6564         outside.
6566         * doc/autoconf.texi (Prerequisite Macros): State more precisely
6567         where a required macro will be expanded.
6568         (Coding Style): Another reason not to use `m4_define'.
6570 2006-02-21  Eric Blake  <ebb9@byu.net>
6572         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
6574 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6576         * doc/autoconf.texi (Looping constructs): New node, to
6577         document m4_for, m4_foreach, m4_foreach_w, and mention
6578         obsolete AC_FOREACH.
6579         (Obsolete Macros): Document AC_FOREACH.
6580         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
6581         (m4_for): Fix to never loop (almost) endlessly, work correctly
6582         with arithmetic expressions in arguments, a step of zero or
6583         non-integer multiple of the interval, and avoid integer
6584         overflow.
6585         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
6586         m4_foreach_w.
6588 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
6590         Add basic support for Erlang, both for configuring Erlang/OTP
6591         tools, and Erlang as a conf test language.
6592         * lib/autoconf/erlang.m4: New file.
6593         * lib/autoconf/autoconf.m4: Add erlang.m4.
6594         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
6595         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
6596         * NEWS: Add short description of new macros.
6597         * THANKS: Add Romain Lenglet.
6599 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6601         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
6602         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
6604 2006-02-15  Eric Blake  <ebb9@byu.net>
6606         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
6607         warning.
6609 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6611         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
6612         (_AS_CASE): Private helper macro.
6613         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
6614         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
6615         Fix syntax of AS_IF description
6616         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
6617         for the AC_REQUIRE mess.
6618         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
6619         AS_SHELL_SANITIZE.
6621 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6623         * doc/autoconf.texi: Minor style cleanup.
6624         Be consistent about spaces after commas.
6625         Insert [] where empty args look a bit funny.
6626         Fix some "i.e." and "e.g." usages.
6627         Try to avoid "X/Y" usages.
6628         Don't be pedantic about "ISO C99"; just say C99.
6629         Prefer GNU style for spaces in front of parens.
6630         (Function Portability): Comment about C89 versus C99
6631         signed integer division.
6632         (Particular Headers): Use current gnulib style for dirent
6633         includes.
6635 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
6636         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6638         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
6639         macros without parameters.
6640         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
6641         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
6642         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
6643         `$#' bug.
6644         (autoupdate): Updated to match AU_ALIAS fix.
6646 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6647         and Paul Eggert  <eggert@cs.ucla.edu>
6649         * doc/autoconf.texi (Programming in M4sh): Document
6650         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
6652 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6654         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
6655         (AS_BOURNE_COMPATIBLE): ..this.
6656         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
6658 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6660         * doc/install.texi (Defining Variables): Tighten up the
6661         CONFIG_SHELL wording.
6663 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
6664         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6666         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
6667         of (set -o) rather than testing whether (set -o posix) succeeds,
6668         to work around a bug in the AIX 5.3 shell.  Problem originally
6669         reportd by Howard Chu for libtool.
6671 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
6673         * doc/autoconf.texi (Running the Compiler, Running the Linker):
6674         Changes the macro arguments in summaries to match the
6675         descriptions.
6677 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
6679         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
6680         hint as ``a workaround for a bug.''
6682 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6684         * bin/autoreconf.in: New option `--no-recursive'.
6685         Improve wording for subpackages a bit.
6686         * doc/autoconf.texi (autoreconf Invocation): Updated.
6687         * NEWS: Updated.
6689         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
6690         in environment of `configure', not the command line.
6691         Reported by Howard Chu <hyc@highlandsun.com>.
6693 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6695         * doc/autoconf.texi (Limitations of Builtins): Document the
6696         problem with "trap -".
6698 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
6700         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
6701         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
6702         messages to differentiate Fortran and Fortran 77 tests.
6703         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
6704         AC_LANG_ASSERT, to allow use in mixed-language projects.
6706 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6708         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
6709         FOO" to "defined (FOO)".
6710         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
6711         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
6712         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
6713         * tests/tools.at (ifnames): Likewise.
6715 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6717         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
6718         * lib/Autom4te/General.pm (mktmpdir): Likewise.
6719         (END): Improve error message a bit.
6720         Reported by Bruce Korb <bkorb@gnu.org>.
6722 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6724         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
6725         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
6727 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
6729         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
6730         requires sys/stream.h.  Reported by Oliver Kiddle.
6732 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6733             Stepan Kasal  <kasal@ucw.cz>
6735         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
6736         before the removals of test dirs, use `find' to avoid modification
6737         of symlinked directories.
6739 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
6741         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
6742         Don't ignore the macro arguments.
6744 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
6746         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
6747         declaration that works for MSVC.
6749 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6751         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
6752         Add `*.map' and `.inf' for Green Hills compiler.
6753         Reported by Stefan Seefeld <stefan@codesourcery.com>.
6755         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
6756         correctly: pad with spaces after FIRST_PREFIX if necessary,
6757         and compute string lenghts with `m4_qlen' instead of `m4_len'.
6758         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
6759         * tests/m4sh.at (AS_HELP_STRING): Test extended.
6760         * NEWS: Updated.
6761         Reported by numerous people, numerous times.
6763 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6765         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
6766         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
6767         * lib/autoconf/general.m4, lib/autoconf/status.m4:
6768         * lib/autotest/general.m4, tests/local.at:
6769         Update copyright year to 2006.
6771         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
6772         sed substitutions.
6773         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
6774         for file names, again.  Reported by Noah Misch.
6775         (Coding Style): Explain that s|a|b| is preferred for file names.
6776         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
6777         (AC_OUTPUT_MAKE_DEFS): Likewise.
6778         * lib/autotest/general.m4 (AT_INIT): Likewise.
6779         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
6780         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
6782         Fix Posix-conformance bugs re use of { command in sed scripts,
6783         and improve the sed-related documentation a bit.
6784         * doc/autoconf.texi (Installation Directory Variables): Use
6785         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
6786         rather than "sed" when talking about Sed in general.
6787         (Particular Programs): Likewise.
6788         (Coding Style): y is like s with respect to / and ,.
6789         (Limitations of Usual Tools): Document the weird restrictions
6790         that Posix has about { }.  Use better quoting.
6791         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
6792         Rewrite to conform to Posix rules about { } in sed scripts.
6793         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
6794         * tests/foreign.at (Libtool): Likewise.
6795         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
6796         Use our own style advice re 's,a,b,' versus 's|a|b|'.
6798 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6800         * lib/autoconf/status.m4: Fix typo.
6802         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
6803         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
6804         `-def', for the benefit of Portland `pgf90 -Mipa'.
6805         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
6807 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6809         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
6810         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
6811         shell from zsh to bash.
6813 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
6815         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
6816           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
6818 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6820         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
6821         parentheses in $(...).  Problem reported by Eric Blake.
6823 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
6825         * doc/autoconf.texi (Limitations of Usual Tools):
6826         Mention which characters can be escaped with \ in portable regular
6827         expressions used in grep, sed, expr.  Mention the leading ^ problem
6828         with expr.  Clean up some confusing wording.  Mention which
6829         grep options are portable.
6831 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
6833         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
6835 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6837         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
6838         patch, noted by Ralf Wildenhues.
6840 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6842         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
6843         posix' unconditionally, for pdksh in `native sh' emulation.
6845 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6847         * doc/autoconf.texi (Shellology): Document eval $? problem
6848         with ash.
6849         (Limitations of Builtins): Likewise.
6851 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6853         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
6854         CONFIG_SHELL in the environment of the configure rerun.
6855         * doc/autoconf.texi (Here-Documents, config.status Invocation):
6856         Suggest passing CONFIG_SHELL absolute, and in the environment
6857         rather than as option.
6859 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6861         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
6862         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
6863         Fix macro quoting.  Fix output for n * 98 substituted variables.
6865 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6867         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
6868         `tmp' to avoid file removal race.
6870 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6872         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
6873         ac_clean_files and LIBOBJS.
6875 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6877         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
6878         Factor functionality to..
6879         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
6880         `AC_SUBST($1)' in the public version.
6881         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
6882         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
6883         ac_pt_* variables.
6885 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
6887         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
6888         filesystems.
6890 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6892         * NEWS: Move AH_HEADER mention to right place.
6894 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
6896         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
6897         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6899 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
6901         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
6902         conftst2.$ac_objext.
6903         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6905 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
6907         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
6908         conftest.o, to see whether the compiler really obeys; rm the object
6909         file before and after the test and register it with ac_clean_files.
6910         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
6912 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
6914         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
6915         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
6916         code so that the most common case requires less forks.
6918 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
6920         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
6921         not portable; thanks to Paul Eggert and Alexandre.
6923         * NEWS: Fix an old typo.
6925 2005-10-20  Jim Meyering  <jim@meyering.net>
6927         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
6928         the latter'', in two places.
6930 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6932         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
6933         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
6934         the inner workings of AC_LANG_FUNC_LINK_TRY.
6935         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
6936         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
6937         by the function rather than ignoring it.
6938         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
6939         comparing its address.  Intel's interprocedural optimization was
6940         outsmarting the old heuristic.  Problem reported by
6941         Mikulas Patocka.
6943 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
6945         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
6947 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6949         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
6950         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
6952 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
6954         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
6955         before removing it (chmod -R u+rwx); there are three instances of this.
6957 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6958             Stepan Kasal  <kasal@ucw.cz>
6960         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
6961         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
6962         make its content writable before removing it.  Remove an errorneous
6963         comment from the end, where the logs of the failed tests are copied
6964         to the main log file.
6966 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
6968         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
6969           in case the computer is too quick.  Double quote the configure.ac
6970           snippets.
6972         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
6973           problems if the testsuite were running too fast.
6975 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
6977         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
6978         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
6979         (which belong to Xt, not X itself).  See Debian bug 327655.
6980         * NEWS: Mention this.
6982 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
6984         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
6986 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6988         * config/move-if-change: Don't output "$2 is unchanged";
6989         suggested by Ben Elliston.  Handle weird characters correctly.
6991 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
6993         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
6994           calls, so that the final expansion of this macro is shorter.
6995           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
6996           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
6997           the cleanup there.  Use AS_VAR_* macros, to be more general.
6998         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
7000         * lib/autoconf/general.m4: Use AS_IF where appropriate.
7002         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
7004 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
7006         * doc/autoconf.texi (Configuration Headers): Add an index entry
7007           for AH_HEADER.
7009 2005-08-26  Pavel Roskin  <proski@gnu.org>
7011         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
7012         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
7013         running xmkmf.
7015 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
7017         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
7018         The previous patch didn't work, so try a better one.
7020 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
7022         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
7023         in the example.  Reported by Bruno Haible.
7024         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
7025         "if $undefined_var;" succeeds with my shell.
7027         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
7028         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
7029         but change the m4_divert_text to m4_divert_once.
7031 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
7033         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
7034         Work around bug in Solaris /usr/xpg4/bin/awk.
7035         The bug is present in at least Solaris 8 through 10.
7037 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
7039         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
7040         some evil values and relying on the fact that $* concatenates the
7041         parameters by the first character from IFS.
7043 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
7044             Stepan Kasal  <kasal@ucw.cz>
7046         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
7047         first header appears, define AH_HEADER.
7048         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
7049         Update limitations about when to call AC_CONFIG_HEADERS.
7050         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
7051         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
7052         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
7053         ``Configuration Actions''; fix their index entries.
7055         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
7056         options correctly.  Process N-M as M-N if M is smaller than N.
7057         Process ranges correctly so that N-N will run only N.
7058         Sort and uniquify the tests that will be run.  If there is more
7059         than one test, reinsert the banners for the tests.
7060         * tests/autotest.at (Keywords): Unmark XFAIL.
7062 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
7064         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
7065           before passing the macro name to AH_TEMPLATE.
7067         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
7068           now opens log after option processing; in particular, --version
7069           and --help do not touch config.log.
7071         * Makefile.maint: Revert the change from 2005-08-12.
7073 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
7075         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
7076           common code to...
7077         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
7079 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7081         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
7082         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
7083         Language cleanup.
7085         * doc/autoconf.texi (Defining Symbols, Changed Results):
7086         Prepend to LIBS, not append, in examples.
7088 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
7090         When building in place, set srcdir="."; suggested by Tim Van Holder.
7092         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
7093           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
7094         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
7095         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
7096           does not mean "no --srcdir option".
7098 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7100         * tests/autoscan.at (autoscan): New file.
7101         * tests/suite.at: Use it.
7102         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
7103         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
7105         * tests/autotest.at (Keywords): Test keywords combinations.
7107 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
7109         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
7110           add "2>&1"; gzip 1.2.4 prints help on stderr.
7112 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
7114         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
7115         was pushdef'ed twice while popped only once.  Push it only once.
7116         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
7118 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
7120         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
7121         prefixed by mere "===", not "configure: === ".
7123 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7125         * Makefile.maint: Update from Bison.
7127         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
7128         "<tab>" in comment, so that the point is understandable.
7130 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
7132         Rewrite substantial part of lib/autoconf/status.m4.
7133         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
7134         and CONFIG_COMMANDS are not processed in four separate loops.
7135         Instead, there is one main loop.  This alows that the common code
7136         is expanded only once, thus config.status (and configure) is smaller.
7138         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
7139         the AC_LIST_FILES and cousins macros are no longer used.
7141         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
7142         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
7143         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
7144         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
7145         contain the initialization, nor the for loop, nor the associated
7146         commands; all these go to ...
7147         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
7148         _AC_OUTPUT_CONFIG_STATUS.
7149         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
7150         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
7151         (_AC_OUTPUT_FILE): The creation of the sed script ...
7152         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
7153         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
7154         _AC_OUTPUT_MAIN_LOOP.
7155         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
7156         _AC_CONFIG_COMMANDS): Use ...
7157         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
7158         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
7159         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
7160         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
7161         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
7162         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
7163         ... new macros.
7164         (_AC_CONFIG_UNIQUE): Update.
7165         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
7166         Replaced by this ...
7167         (_AC_LIST_TAGS): ... new common macro.
7168         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
7169         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
7170         (_AC_LIST_TAG_COMMANDS): ... new common macro.
7171         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
7172         this didn't belong to the `config commands' section.
7173         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
7174         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
7175         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
7176         to the `config commands' section either.
7177         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
7178         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
7180         ... and many changes to the comments nearby.
7182         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
7183         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
7184         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
7185         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
7186         (#define header templates): The comment at the top of the generated
7187         header now includes the name(s) of the source file(s).
7189         Several unrelated small changes:
7191         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
7192         parameter to AC_DIAGNOSE.
7193         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
7194         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
7195         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
7196         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
7197         with AU::AC_OUTPUT.
7198         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
7199         in AC_OUTPUT doesn't double-quote it either.
7200         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
7201         parameters.
7203 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
7205         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
7206         versions of Portland Group compiler produce single- and double-quoted
7207         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
7208         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
7210 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
7212         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
7213         This is a corrected version of yesterday's patch.
7215 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
7217         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
7218         path, too; insert a "===" to emphasize the line.
7220         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
7221           ac_cv_build_alias to ac_build_alias.
7222         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
7224         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
7225         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
7226         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
7227         (AC_ARG_VAR): ... here.
7228         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
7229           target_alias.
7231         Keep a list of all precious variables and process them with one simple
7232         for loop, instead of expanding all commands, or, OTOH, complicated
7233         processing of output of "set".
7234         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
7235         variable names in new macro...
7236         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
7237         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
7238           a loop to assign all ac_env_* and ac_cv_env_* variables.
7239         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
7240           to INIT_PREPARE.
7241         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
7242           its value to shell variable ac_precious_vars and call
7243           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
7244         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
7245           _AC_ARG_VAR_VALIDATE.
7247         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
7248           and the AC_SUBSTs ...
7249         (AC_INIT): ... here.
7251         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
7252           the ac_subst_files section in config.log.
7254         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
7256 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7258         * NEWS: New macro AC_C_TYPEOF.
7259         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
7260         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
7261         * tests/c.at (C keywords): Test AC_C_TYPEOF.
7263         Fix problems reported by Nicolas Joly.
7264         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
7265         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
7266         They are generated by the Tru64 v5.1B shell.
7268 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
7270         Fix my changes from 2005-07-01; reported by Noah Misch.
7271         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
7272         description, the macro now accepts only a single tag.
7273         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
7275         Fix cases when the varsions of Autoconf and Autotest don't match.
7276         Reported by Noah Misch.
7277         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
7278         at_top_builddir, for compatibility with older autotest.
7279         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
7280         is not set, use at_top_builddir, for compatibility with older
7281         versions of autoconf.
7283 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7285         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
7286         Problem reported by Patrick Welche.
7288 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7290         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
7291         sed substitution command, so that we allow | in program prefixes
7292         and program suffixes.  (& is a problem anyway; we're not fixing
7293         that here.)
7294         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
7295         configure_input, top_builddir, srcdir, etc.
7296         * lib/autotest/general.m4 (AT_INIT): Likewise, for
7297         PATH_SEPARATOR in AUTOTEST_PATH.
7299 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
7301         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
7302         for loop over config.site files using `set', to allow
7303         directory names containing IFS characters.
7305 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7307         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
7308         directories with weird names.  Apparently some people like living
7309         on the edge.  However, improve the test that "pwd" actually does
7310         report a name for the working directory.
7311         * NEWS: Remove the claim that we test for funny chars in dir names.
7313 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
7315         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
7316         replaced ...
7317         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
7318         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
7319         Now accept a single tag, not whitespace separated list.
7320         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
7322 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
7324         * doc/autoconf.texi (Configuration Headers): Change the explanation
7325         about #include <config.h>.
7326         (Generic Functions): Mention the Gnulib project.
7327         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
7329         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
7330         document to output the default config_* lists to config.status.
7331         Don't recognize option --file, if the functionality is not there.
7332         Likewise for --header; moreover, recognize --he and --h as shortcuts
7333         for --help in that case.
7335         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
7336         matches the order of execution.  No code changed.
7338 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7340         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
7341         single-quoted -cmdline argument in Portland Group compiler.
7342         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
7344 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
7346         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
7348 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
7350         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
7351         descriptors to child processes; reported by Norman Gray.
7353 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
7355         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
7357         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
7358         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
7359         (AC_SUBST): Call it.
7360         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
7361         the directory specific variables; but don't call it for configure_input.
7363 2005-06-28  Derek Price  <derek@ximbiot.com>
7365         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
7366         addition.
7368 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7370         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
7371         directory have inherent problems with special characters like spaces,
7372         due to limitations in Make syntax.  Problem reported by Alexandre
7373         Duret-Lutz.
7374         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
7375         Also, fix Tru64 porting problem with shell patterns,
7376         reported by Ralf Wildenhues.
7378 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7380         * doc/autoconf.texi (Subdirectories): Fix markup typos.
7382 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7384         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
7386         Fix some more shell quoting problems.  Prompted by a bug report
7387         from Justace Clutter.
7388         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
7389         variable into diagnostic.  Make the diagnostic an error, not a warning,
7390         because we really don't support spaces and suchlike in dir names.
7391         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
7392         Don't worry about backslashes in srcdir; it can't happen now.
7393         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
7394         Simplify ac_optarg handling.
7395         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
7397 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
7399         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
7400         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
7401         * tests/atlocal.in: Propagate $EGREP and $SED.
7402         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
7403         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
7405         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
7406         that '\|' is not allowed in BREs; recommend using newline separated
7407         list of patterns instead of multiple -e options.
7409         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
7411         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
7413 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7415         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
7417 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
7419         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
7420         b, t, r, w commands require single space, while : cannot have any.
7421         (Special Shell Variables): Fix sed code this in the example.
7422         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
7423         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
7425         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
7426         expand to the empty list.  Don't use two pairs of m4_changequote,
7427         it's not necessary.
7429 2005-06-20  Derek Price  <derek@ximbiot.com>
7431         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
7433 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
7435         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
7436         * doc/autoconf.texi:
7437         Don't mention Solaris versions so much, if a
7438         problem is common to all extant versions of Solaris.  Say "SunOS
7439         4" instead of "SunOS" for SunOS 4.
7440         (awk): Mention more of the limitations of traditional Awk.
7441         (cat): Don't talk about cat -v.
7443 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
7445         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
7446         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
7447         but the implementation is entirely different and is designed
7448         to be compatible with glibc strverscmp.
7449         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
7451         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
7452         on Mac OS X 10.4 reported by Peter O'Gorman in:
7453         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
7454         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
7455         Use shell builtins rather than 'expr', to work around expr bug.
7457 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
7459         * doc/autoconf.texi: "filesystem" -> "file system".
7460         "behaviour" -> "behavior".
7461         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
7462         * lib/autoconf/general.m4: Omit blank after ":" sed command,
7463         as per POSIX.
7464         * lib/m4sugar/m4sh.m4: Likewise.
7465         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
7466         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
7468         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
7469         (.x.1): Ignore the time stamp in the .TH line when deciding whether
7470         to update the man page.  That way, we don't have to check in new
7471         man pages every month.
7473         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
7474         quotes and backslashes.  Patch from Derek Price.
7476 2005-06-10  Derek Price  <derek@ximbiot.com>
7478         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
7479         AS_TR_SH.
7481 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
7483         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
7484         -u, since it outputs chatter if the input files are the same.
7485         Problem reported by Ralf Menzel.
7487 2005-06-08  Derek Price  <derek@ximbiot.com>
7489         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
7490         renaming them since they are about to be redefined anyhow.
7492 2005-06-08  Derek Price  <derek@ximbiot.com>
7494         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
7495         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
7496         Move m4_undefine to alphabetical order.
7498 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
7500         * README: Recommend GNU M4 1.4.3 or later.
7501         * doc/autoconf.texi (Introduction): Likewise.
7502         Reword to avoid some formatting glitches.
7503         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
7504         Clarify explanation of HP compiler bug.
7505         Redo example output tp match current CVS snapshot.
7506         Use @example.org in email addresses when the examples
7507         might get inadvertently cut-and-pasted into user code.
7508         Remove example of autom4te usage that doesn't seem to work now.
7509         Use modern AC_INIT (except when the example is meant to be
7510         shown with Autoconf 2.13).
7511         Update ksh info for Solaris 9 and later.
7512         KB -> kB.
7513         Modernize description of Automake versions a bit.
7514         Don't claim a future version of Autoconf is near.
7515         * doc/install.texi: Reword to avoid some formatting glitches.
7517 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7519         * doc/autoconf.texi: Add [] to examples, so that the manual
7520         follows its own advice about quoting better.
7521         Reword to avoid some formatting glitches.
7522         * doc/installt.exi: Reword to avoid some formatting glitches.
7524         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
7525         Tru64 ksh pattern matching bug.  Reported against Libtool by
7526         Albert Chin <libtool@mlists.thewrittenword.com> and
7527         Nicolas Joly <njoly@pasteur.fr>.
7529 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
7531         m4_cdr of one-member list was [[]] (one-member list containing an
7532         empty string) instead of [] (an empty list.  Callers were skewed to
7533         match this misbehaviour.  As a consequence of this:
7534          - m4_foreach([x], [], [foo]) expanded to `foo', while
7535          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
7536         This bug has been fixed:
7538         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
7539           expand to an empty string; print error msg if called without
7540           an argument list.
7541         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
7542           misbehaviour; handle [] and [[]] correctly.
7544 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
7546         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
7547         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
7548           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
7550 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
7552         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
7553           swallow records with more than 99 fields.
7554         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
7555           parse the long line.
7557 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
7559         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
7560           swallow literals longer than 399.  Reported by Ralf Wildenhues.
7561         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
7562           to workaround this limitation.
7564 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
7566         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
7567         to gfortran, and make these the first two compiler names
7568         checked (following the general autoconf preference for gcc).
7570 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
7572         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
7573         (DISTCLEANFILES): Remove $(check_SCRIPTS).
7574         (testsuite): Make sure autotest.m4f is up-to-date before using it.
7576 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
7578         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
7579         expression of unbounded size when processing the --list
7580         option.  This runs afoul of a limit of 399 bytes per regular
7581         expression on AIX.  Problem reported by Ralf Wildenhues.
7583 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
7585         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
7586         * doc/autoconf.texi (Particular Headers): Reword example
7587         for multiline stdbool replacement.
7588         (Setting Output Variables): Reword text a bit.  Don't
7589         give all the details about |#_!!_#|.
7590         Reword description of line replacement.
7592 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
7594         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
7595         now contain newlines, and substituted files must be referenced on
7596         a line alone; the sed scripts to substitute them are now very
7597         different.
7598         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
7599         commands can be put in a sed script portably.
7600         * doc/autoconf.texi (Setting Output Variables): Document above
7601         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
7602         use of multiline substitution.
7603         * tests/torture.at: No longer expect substitution of newline to fail.
7605 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
7607         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
7608         From Ralf Menzel (trivial change).
7610 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7612         * tests/local.at: Don't attempt to check for negated character
7613         classes in shell scripts.  The test was too brittle.
7615 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
7617         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
7618         * doc/autoconf.texi (Limitations of Builtins): Document this
7619           limitation.
7621 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
7623         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
7624           common code; used in many places in the tree.
7625         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
7626         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
7628         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
7630         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
7631           messages when ac_unique_file is not found.
7632         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
7633         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
7634           commands, for consistency with AC_MSG_ERROR and such.
7636         * bin/autoconf.as: Make more use of "shift 2" in option processing.
7638         * bin/Makefile.am: Merge the two rules for creating scripts.
7640 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
7642         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
7643         obsolete; it was never documented.
7644         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
7646 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
7648         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
7649         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
7650         (ac_top_builddir): ... this ...
7651         (ac_top_build_prefix): ... to this; the old name is also kept, for
7652           backward compatibility.
7653         (ac_top_builddir_sub): New variable, without the trailing slash,
7654           always nonempty.
7655         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
7656         * doc/autoconf.texi (Configuration Actions): Rename
7657           ac_top_builddir to ac_top_build_prefix.
7658         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
7659           at_top_builddir to at_top_build_prefix.
7660         * lib/autotest/general.m4 (AT_INIT): Likewise.
7662 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
7664         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
7665           of confdefs.h .
7667 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
7669         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
7670           argument to m4_foreach.  I guess it was necessary in the past,
7671           but I think it's a no-op now.
7673 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
7675         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
7676           ``cat <<_ACEOF'' commands to one.
7677         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
7678         * lib/autoconf/status.m4: On various places, use expr instead of
7679           ``echo|sed.''
7680         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
7681         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
7682         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
7683           a range.
7684         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
7685           the wrong patterns between ``case'' and ``esac.''  The previous
7686           code had false positives.
7688 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
7690         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
7691         as on 2005-05-02.
7692         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
7693         Mention LIBOBJDIR.
7695 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
7697         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
7698         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
7699         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
7700         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
7701         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
7702         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
7703         config/config.guess, config/config.sub, config/elisp-comp,
7704         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
7705         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
7706         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
7707         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
7708         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
7709         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
7710         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
7711         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
7712         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
7713         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
7714         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
7715         lib/autoconf/general.m4, lib/autoconf/headers.m4,
7716         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
7717         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
7718         lib/autoconf/specific.m4, lib/autoconf/status.m4,
7719         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
7720         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
7721         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
7722         lib/autotest/general.m4, lib/emacs/Makefile.am,
7723         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
7724         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
7725         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
7726         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
7727         tests/compile.at, tests/foreign.at, tests/fortran.at,
7728         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
7729         tests/semantics.at, tests/suite.at, tests/tools.at,
7730         tests/torture.at, tests/wrapper.as:
7731         Update FSF postal mail address.
7733 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
7735         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
7736           check.
7737         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
7738           enough arguments, similarly as in m4_bpatsubsts.
7740 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
7742         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
7743           of absolute paths.
7745 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
7747         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
7748           for absolute directory names in one loop.
7749         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
7750           abbreviations of --version and --debug.
7752 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7754         * doc/autoconf.texi (Autoconf Language): Be more precise about
7755         quoting rules.  Problems noted by Stepan Kasal.
7756         Also, throughout this document, be more careful about white space.
7757         "blank", "white space", and "space" all have different meanings
7758         and we should be careful to say what we mean.
7760 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
7762         Fix C++ related problems reported by Werner Lemberg.
7763         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
7764         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
7765         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
7766         avoid problems with C++ and throw.
7767         * tests/compile.at: .cpp, not .cc.
7769         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
7771 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7773         * doc/autoconf.texi (Generic Functions): Typos.
7775 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
7777         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
7778         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
7779         set by latest automake.
7781 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
7783         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
7784         outputs 0 on GNU/Linux these days.
7786 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
7788         * doc/autoconf.texi (Autoconf Language): Add more description
7789         about quoting heuristics.
7790         (Limitations of Builtins): Describe "set -" problems.
7792 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7794         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
7795         not newline.
7797         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
7798         by AC_DEFINE; it was a mistake.
7799         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
7801 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
7803         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
7805 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
7807         * doc/autoconf.texi (External Software): Quadrigraphs are not
7808           processed correctly in AS_HELP_STRING; avoid this in the examples.
7809         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
7810         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
7811           comment and reduce m4_default([foo], []) to [foo].
7812         (m4_strip): Update the explanation.
7814 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
7816         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
7817         Remove core.conftest.* too; it's generated by Tru64 5.1.
7818         Problem reported by Jennis Pruett.
7819         * lib/autoconf/functions.m4
7820         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
7821         Don't bother to remove core files; AC_RUN_IFELSE should do that
7822         for you.
7824 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
7826         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
7828 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
7830         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
7831         Report from Horst Wente.
7833 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
7835         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
7836           the comment.
7838 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
7840         * doc/autoconf.texi (External Software, Package Options): Add
7841           examples showing how to implement --with-* and --enable-* options.
7843 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7845         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
7846         as well as configure.in.  Problem reported by Gregorio Guidi.
7848 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
7850         * doc/autoconf.texi (Particular Functions): Use gnulib's current
7851         pattern for alloca snippet.
7853 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
7855         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
7857 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
7859         * doc/autoconf.texi (Generic Programs): Fix a typo.
7861 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
7863         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
7864         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
7866 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7868         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
7869         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
7870         whole-archive (-zallextract, -zdefaultextract) options in the hope of
7871         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
7872         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
7874 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
7876         * NEWS: The configure command now warns you if you attempt to use
7877         a directory whose name contains a special character like space,
7878         newline, or "\".
7879         * doc/autoconf.texi (Installation Directory Variables): Allow
7880         "," in file names.  Do not use \@; it's not a portable regexp.
7881         * bin/Makefile.am (edit): Likewise.
7882         * lib/Makefile.am (edit): Likewise.
7883         * tests/Makefile.am (edit): Likewise.
7884         * tests/semantics.at: Likewise.
7885         * tests/torture.at: Likewise.
7886         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
7887         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
7888         * doc/autoconf.texi (File System Conventions): Warn about
7889         unportable file names.
7890         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
7891         (AC_INIT): Use it.
7892         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
7893         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
7894         ac_pwd, and quote srcdir.
7895         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
7897         * doc/autoconf.texi: Fix some systematic formatting problems.
7898         ".)"  needs a following @: if not at the end of a sentence, and
7899         similarly for "!)".  "etc." should be preceded by a comma.
7900         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
7902 2005-03-22  Bruno Haible  <bruno@clisp.org>
7904         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
7905         argument is often called 'build-aux'.
7907 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
7909         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
7910           macro AC_TRY_LINK is obsolete.
7911         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
7912           `AC_CONFIG_FILES'.
7914 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
7916         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
7917           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
7918           from a Common Lisp's `cl'.
7919         (AC_PROG_CXX): Behave according to the documentation: don't
7920           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
7921           make the variable CCC precious; use `cl.exe', not `cl'.
7923 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
7924             Alexandre Duret-Lutz  <adl@gnu.org>
7926         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
7927         /dev/null, as "configure" shouldn't read stdin, and this insulates
7928         us from problems (e.g., when testing for "cl").  Also, do this
7929         redirection before invoking "hostname" or "uname", and keep the
7930         original input stream available via...
7931         (AS_ORIGINAL_STDIN_FD): ... this new macro.
7932         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
7933         bother with "</dev/null" since it's now done at the top of
7934         'configure'.
7935         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
7936         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7937         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
7938         * doc/autoconf.texi (File Descriptor Macros): New section.
7939         (Printing Messages): Mention it.
7940         * tests/base.at (Input/Output): New test.
7942 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
7944         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
7945         newline if neither \c nor -n work, as that would output two
7946         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
7948 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
7950         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
7951         This causes that any required macros inside will get before the if.
7952         * doc/autoconf.texi (autom4te.cache): A typo.
7954 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7956         Undo previous change, except keep the change to
7957         lib/autoconf/programs.m4 that replaced grep with shell
7958         pattern-matching.  This is because net-snmp configure reads stdin.
7959         Reported by Noah Misch.
7961 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
7963         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
7964         from /dev/null, as "configure" shouldn't read stdin, and this
7965         insulates us from problems (e.g., when testing for "cl").
7966         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
7967         before invoking "hostname" or "uname".
7968         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
7969         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
7970         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
7971         "</dev/null" since it's now done at the top of 'configure'.
7972         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7973         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
7974         Also, replace grep with shell pattern-matching, to save a process.
7976 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
7978         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
7979         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
7980         avoid thinking that Allegro Common Lisp's "cl" command is a C++
7981         compiler.
7983 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
7985         * doc/autoconf.texi (Limitations of Usual Tools): Document that
7986         grep -q isn't portable.  Improve grep -s explanation.
7987         Problem reported by Dan Manthey.
7989 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
7991         * doc/autoconf.texi (Special Shell Variables): Clarify
7992         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
7994 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7996         * doc/autoconf.texi: Use @acronym for DJGPP.
7997         Fix some @code's that should have been @env's, and vice versa.
7998         Sort environment variable names.
7999         Mention that shells no longer inherit IFS.
8000         Don't recommend PATH_SEPARATOR=';' so strongly.
8001         Mention that $RANDOM might expand to the empty string.
8002         "symlink" and "soft link" -> "symbolic link".
8003         Improve mktemp description (reported by Bruno Haible).
8005 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8007         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
8008         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
8009         Likewise.
8010         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
8011         Likewise.
8013 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8015         * NEWS: Mention AT_COPYRIGHT.
8017         * tests/local.at (AT_CMP): Use diff directly on input files rather
8018         than copying them.
8020         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
8021         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
8023 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
8024         and Paul Eggert  <eggert@cs.ucla.edu>
8026         * tests/autotest.at (Empty test suite): New test.
8027         * tests/torture.at (Substitute and define special characters)
8028         (Substitute a 2000-byte string, Define to a 2000-byte string)
8029         (Substitute a newline, Define a newline): New tests.
8031 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
8033         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
8034         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
8035         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
8036         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
8037         (Standard regular expressions): New test.
8038         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
8039         excess test name quoting.
8040         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
8041         CPPFLAGS to `configure' instead of setting it in `configure'.
8043         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
8044         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
8045         on some platforms.
8047         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
8048         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
8050         * tests/local.at (AT_CMP): New macro.
8051         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
8052         (AC_SAVE_STATE): Move environment grep...
8053         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
8054         (AT_CONFIG_CMP): New macro.
8055         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
8056         * tests/c.at (Extensions): Do not exit early.
8057         * tests/atlocal.in: Inherit $GREP.
8059         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
8060         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
8062         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
8063         (AC_COPYRIGHT): Factor header comment portion out and move into...
8064         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
8065         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
8066         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
8067         --version output.
8068         * tests/local.at: Add Autoconf test suite copyright notice.
8069         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
8071 2005-02-04  Bruno Haible  <bruno@clisp.org>
8072         and Paul Eggert  <eggert@cs.ucla.edu>
8074         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
8076 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8078         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
8079         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
8081         Try not to generated lines of unlimited length, as POSIX places a
8082         2047-byte limit on line length of portable text files.
8083         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
8084         Use newline as a separator, not space.
8085         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
8086         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
8087         space.
8089 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8091         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
8092         as_func_*.  Add test to check whether positional parameters
8093         are restored after function return.
8095 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8097         * doc/autoconf.texi (Special Shell Variables): Mention _,
8098         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
8099         if they contain a lower-case letter.  The DUALCASE problem was
8100         reported by Ralf Wildenhues.
8102         * bin/autoconf.as: Don't exit with status 0 after write failure
8103         with --help or --version.
8104         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
8105         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
8107 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8109         * doc/autoconf.texi (Limitations of Usual Tools):
8110         Unicos 9 sed limitations.
8111         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
8112         to get the option-enhanced interface on older Crays.  Try ftn for
8113         Fortran 95 (newer Crays).
8115 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8117         * man/Makefile.am (.x.1): Go back to the simple solution, but take
8118         care to echo the commands, so the user knows what's going on.
8119         Modified from a suggestion by Stepan Kasal.
8121         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
8122         with a cross reference.  Derived from a suggestion by Bruce Korb.
8124 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8126         * doc/autoconf.texi (config.status Invocation): Warn about
8127         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
8128         * doc/install.texi (Defining Variables): Likewise.
8129         Based on a proposed patch by Ralf Wildenhues.
8131         * man/Makefile.am (.x.1): Make sure the required generated files
8132         are up to date.  Problem and original solution proposed by Stepan Kasal.
8133         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
8134         implicit-man-prerequisites): New rules, used by the above.
8136         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
8137         * config/config.guess, config/config.sub, config/install-sh: Likewise.
8138         * config/missing, config/texinfo.tex: Likewise.
8140 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
8142         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
8143         Update the long comment explaining it.
8145         m4_require no longer writes an ``is required by'' line to the
8146         execution stack.  It contains only one bit of non-redundant
8147         information: that the macro was required, not called.  And even
8148         this bit is useless in most situations: have you ever met a macro
8149         which both calls and requires the same macro?
8151         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
8152         (_m4_defun_pro_outer): ... only via this macro, for the outermost
8153           macro.
8154         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
8155         (m4_expansion_stack_pop): Remove the misplaced comment.
8156         (m4_require): Don't put the ``is required by'' line to the
8157           execution stack; slightly improve the out-of-a-defun error message.
8158         (_m4_divert_grow): New macro, counter for the temporary diversions.
8159         (_m4_require_call): Use it.
8160         * tests/m4sugar.at (m4_require): Expect output without the
8161           ``is required by'' messages.
8163 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8165         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
8166         rather than x for expr.
8168         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
8169         this is safe.
8170         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
8171         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
8172         * lib/autotest/general.m4 (AT_INIT): Likewise.
8173         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
8174         * tests/mktests.sh: Likewise.
8176 2005-01-27  Akim Demaille  <akim@epita.fr>
8178         Have autoheader honor --force.
8180         * doc/make-stds.texi, doc/standards.texi: Update from masters.
8181         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
8182         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
8183         from masters, so that FileUtils.pm's update_file provide --force
8184         support.
8185         * bin/autoheader.in: Pass $force to update_file so that
8186         config.h.in is always recreated when --force.
8188 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
8190         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
8192 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
8194         * doc/autoconf.texi (Limitations of Builtins): Clarify that
8195         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
8197 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8199         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
8200         Warn about newline stripping in `` and $().  Update Solaris
8201         version to 9.
8202         (Limitations of Builtins): Use expr "X...", not expr "x...", as
8203         X insulates us from future changes to Posix.
8204         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
8205         stripping.
8207 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
8209         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
8210           you cannot use AC_DEFINE to define macros containing `[' or `]'.
8212 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
8214         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
8215         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
8216         bug-tar mailing list.
8218 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
8220         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
8222 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8224         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
8225         ulongval to be static, to avoid unwanted GCC warning.  Problem
8226         reported by Michael Jennings via Daniel Reed; see
8227         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
8229 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
8231         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
8232         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
8233         datadir, infodir, and mandir.  Adjust argument parsing code.
8234         (_AC_INIT_HELP): Update help text.
8235         * doc/autoconf.texi (Installation Directory Variables): Document
8236         new variables.
8238 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
8240         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
8241         not seem to work, assume it does set $(MAKE).
8242         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
8244 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
8246         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
8248 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
8250         A cleanup of the diversion support in m4sugar.
8252         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
8253         (_m4_divert_n_stack): New macro; the expansion is
8254           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
8255           otherwise.
8256         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
8257         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
8258           stored in _m4_divert_diversion or _m4_divert_dump.
8259         (m4_divert_pop): When the parameter is given, compare the symbolic
8260           name with the last diversion pushed on the stack.  Previously, the
8261           current diversion was compared with the numeric value of the
8262           diversion given as the parameter.
8263         (m4_require): If the macro hasn't been expanded yet, call ...
8264         (_m4_require_call): this new macro.
8266 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8268         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
8269         Workarounds for documented `case' limitations.
8271 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8273         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
8274         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
8276 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
8278         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
8279         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8280         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
8282         Patch from Roger Leigh (with some minor changes) as follows:
8283         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
8284         Resurrect AC_PROG_CC_STDC.
8285         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
8286         AC_PROG_CC_C89, AC_PROG_CC_C99.
8287         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
8288         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
8289         AC_PROG_CC_C99): New macros.
8290         (AC_PROG_CC_STDC): Use them.
8291         (_AC_PROG_CC_STDC): Remove.
8292         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
8293         * THANKS: Add Roger Leigh.
8295 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
8297         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
8298         signals that the package uses Automake; a `Makefile.am' is typical but
8299         not essential.  Reported by Magnus Therning.
8300         * tests/torture.at (autoreconf.): New banner.
8301         (autoreconf and non-AC configure): Rename to `Non-Autoconf
8302         AC_CONFIG_SUBDIRS'.
8303         (autoreconf an empty directory): Rename to `Empty directory'.
8304         (Unusual Automake input files): New test.
8306 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
8308         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
8309         (AT_SETUP): Clear AT_capture_files.
8310         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
8311         (AT_KEYWORDS): Fix comment typo.
8312         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
8313         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
8314         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
8316 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
8318         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
8319         If the variable to set is already set, set ac_cv_path_$1
8320         to the preset value so caller can assume ac_cv_path_$1
8321         is available.  (trivial change)
8323 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
8325         * BUGS (Minor Problems): Warn about makefile limitations.
8326         * Makefile.am: Find and update `INSTALL' in $(srcdir).
8327         * man/Makefile.am: Find and update manual pages in $(srcdir).
8329 2004-12-24  Eric Blake  <ebb9@byu.net>
8331         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
8332         shells in subshell, to avoid noise from ash.  (trivial change)
8334 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8336         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
8337         problems with SunOS ksh and backslash escaping, Bourne shells and
8338         closing brackets (both within character classes).  Bug reported
8339         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
8340         <read>: New entry.  Mention non-availability of -r.
8342 2004-12-21  Akim Demaille  <akim@epita.fr>
8344         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
8345         avoid cluttering displayed messages.  Rather, prepend srcdir where
8346         AT_LINE is used for log files.
8348 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
8350         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
8351         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
8352           no longer part of the macro, quote the occurrence of ``$tmp''.
8353         * doc/autoconf.texi (Forbidden Patterns): Typo.
8355 2004-12-21  Akim Demaille  <akim@epita.fr>
8357         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
8358         separated from the test title by forcing a white space.
8360 2004-12-21  Akim Demaille  <akim@epita.fr>
8362         Enable Emacs navigation within testsuite.log files.
8364         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
8365         use the compilation mode.
8366         (AT_LINE): Point to the srcdir.
8368 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
8370         * tests/Makefile.am (installcheck-local): Use $(bindir).
8371         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
8372         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
8373         Makefile.am scheme Autoconf now uses.
8375 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
8377         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
8378         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
8380 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
8382         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
8383         (_AT_CHECK): Use it.
8384         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
8385         (AS_ESCAPE): Fix comment.
8386         * tests/autotest.at: Adjust section banner comments.
8387         (AT_CHECK_AT): Accept STATUS and STDERR.
8388         (AT_CHECK_AT_TEST): Likewise.
8389         (Invalid brace-enclosed parameter expansion)
8390         (Multiline command from M4 expansion)
8391         (Double-M4-quoted command): New tests.
8393 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
8395         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
8397 2004-12-17  Akim Demaille  <akim@epita.fr>
8399         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
8400         m4_pattern_allow.
8401         Suggested by Alexandre Duret-Lutz.
8402         * doc/autoconf.texi (Setting Output Variables): Catch up.
8404 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8406         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
8408 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8410         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
8411           remove the comment which said we cannot.
8413 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8415         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
8416         Reini Urban and Paul Eggert for reporting the dependencies.
8418         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
8419         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
8420         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
8422 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
8424         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
8425           so that eg. ``autoscan --help'' doesn't truncate it.
8427 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
8429         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
8430         generated conftest files.
8432 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
8434         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
8435         tracing on commands with possibly-escaped newlines.
8436         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
8437         discontinued behavior and its implications.
8438         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
8439         (BSx641-newline in command, BS-BS-newline in command)
8440         (BSx640-newline in command, Newline-CODE-BS-newline in command)
8441         (Single-quote-BS-newline in command)
8442         (Single-quote-newline-BS-newline in command): New tests.
8444 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
8446         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
8447           on platforms where it works.
8448         (_AS_TEST_PREPARE): Test for ``test -x''.
8449         (_AS_BROKEN_TEST_PREPARE): Nuke.
8451 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
8453         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
8454         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
8455           give only 4-letter prefix to AS_TMPDIR, comment fixed.
8456         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
8457           create the temporary directory.
8458         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
8460 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
8462         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
8463         (trivial change)
8465 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
8467         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
8469 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
8471         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
8472         to avoid using a negated character class.  Reported by Nicolas Joly.
8473         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
8475 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
8477         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
8478         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
8479         Don't depend on .x file explicitly, since "make" does that for us.
8480         Suggested by Stepan Kasal.
8482         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
8483         Add *.tmp.
8484         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
8485         ifnames): Factor common code.  And they said it couldn't be done!
8487 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
8489         * bin/.cvsignore: Add autoconf.in.
8490         * tests/.cvsignore: Add wrapper.in.
8491         * lib/autotest/general.m4: Escape '$' in case pattern.
8493 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
8495         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
8497         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
8499         * tests/autotest.at: New file.
8500         * tests/suite.at: Include it.
8501         * tests/Makefile.am: Distribute it.
8503         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
8504           shell tracing on a command that could contain multiple lines.
8505         * doc/autoconf.text: Document that fact and its implications.
8506         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
8507         * tests/autotest.at (Multiline backquote command substitution,
8508           Multiline parameter expansion, Literal multiline command,
8509           Multiline parenthetical command substitution): Remove XFAIL.
8511 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
8513         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
8514         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
8516 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
8518         * configure.ac (test suite): Cease to generate wrapper scripts.
8519         * configure: Regenerate.
8520         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
8521         (m4f_dependencies): Adjust accordingly.
8522         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
8523         (wrapper.in): Generate it in the build directory.
8524         (MAINTAINERCLEANFILES): Delete wrapper.in.
8525         (CLEANFILES): Add wrapper.in.
8526         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
8527         the output.  Replace each $as_me with a @wrap_program@.
8528         * tests/wrapper.in: Delete it; we always build it.
8530         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
8531         (EXTRA_DIST): Remove autoconf.in.
8532         (CLEANFILES): Add autoconf.in.
8533         (autoconf): Find autoconf.in in the build directory.
8534         * bin/autoconf.in: Delete it; we always build it.
8536 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
8538         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
8539         PATH members so as to not prepend an empty element.  Move a comment.
8540         * Makefile.am (SUBDIRS): Build in `tests' last.
8541         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
8543 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
8545         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
8546         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
8547         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
8548         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
8550 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
8552         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
8553         patch: extra "-l"s.
8555 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
8557         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
8558         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
8559         * doc/autoconf.texi (Particular Functions): Mention new behavior.
8561 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
8563         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
8564           out the common code to ...
8565         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
8566           value of the #define--default to 1, iff the macro was called
8567           with exactly one parameter.
8569 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8571         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
8572         "char c = '\200';" rather than "char c = 0x80;" as the
8573         latter doesn't conform to the strict C standard due to
8574         overflow on signed char hosts.
8576         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
8577         to -qlanglvl=ansi.  We don't want to disable extensions.
8579 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8581         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
8582         (Using Autotest, testsuite Scripts, Writing testsuite.at):
8583         Reword slightly to avoid some English-language problems noted
8584         by Ralf Wildenhues in:
8585         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
8587 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
8589         * NEWS: Add ^L above each release.
8591 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8593         Fix documentation problems reported by Russ Boylan in
8594         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
8595         along with some nearby cruft.
8596         * doc/autoconf.texi (Libtool): Libtool can be used without
8597         Automake (not without Autoconf).
8598         (Introduction): Mention lists.gnu.org.
8599         * BUGS: Don't mention bugs.gnu.org.
8600         Remove mention of ancient libtool compatibility problem.
8601         * NEWS: Mention that bugs.gnu.org is kaput.
8602         * README: Likewise.  Mention where mailing list archives can be found.
8604 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
8606         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
8608 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8610         * doc/autoconf.texi (Pretty Help Strings): Go back to
8611         single-quoting assignments to cache variables.
8613 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
8615         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
8616         with the examples; fix the bug in MY_ARG_WITH example reported
8617         by Alexandre Duret-Lutz.
8618         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
8619         expansion of $1 in the comment emitted to configure.
8621 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
8623         * doc/autoconf.texi (Pretty Help Strings): Fix typo
8624         in my editing of the previous patch.  Problem reported
8625         by Alexandre Duret-Lutz.
8627 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
8629         * doc/autoconf.texi (Autoconf Language): Explain that
8630         ``descriptions'' may not be double quotes.
8631         (Quotation Rule Of Thumb): Likewise.
8632         (Pretty Help Strings): Likewise; remove the wrong comment;
8633         simplify the examples and improve their quoting.
8635 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
8637         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
8638         the $1_found variable, don't test whether the file is executable;
8639         Both things are checked ...
8640         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
8641         the former ``test -f''.
8642         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
8644 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8646         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
8647         use cp -R instead.
8649 2004-11-10  Derek R. Price  <derek@ximbiot.com>
8651         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
8652         limitations.  Reorder paragraphs for clarity.
8654 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8656         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
8657         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
8658         variants", "Unix", and some related minor wording fixups.
8660         (Shellology, Special Shell Variables): Document that the Zsh
8661         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
8662         to Alexandre Duret-Lutz for this info.
8664 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
8666         * doc/autoconf.texi (One-Shot Macros): New node.
8668 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
8670         * doc/autoconf.texi (Function Portability): Fix misdescription
8671         of putenv.  Problem reported by Michael Wardle.
8673 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8675         * doc/autoconf.texi (auindex): New macro.
8676         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
8677         Problem reported by Stepan Kasal.
8679 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
8681         Fix problems reported by Andreas Buening in:
8682         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
8683         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
8684         in test makefile.
8685         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
8686         readable; it's not true in OS/2-emx.
8688 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
8690         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
8691         "/usr/include", clear ac_x_includes instead of leaving it as "no"
8692         (trivial change).  Problem and patch reported by Andrew Church in:
8693         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
8695 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
8697         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
8698         three args in examples.  Problem reported by Frederik Fouvry in:
8699         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
8700         Also, fix some minor spacing and punctuation bugs.
8702 2004-09-02  Akim Demaille  <akim@epita.fr>
8704         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
8705         "case" to restore ordering.
8706         Reported by Stepan Kasal.
8708 2004-08-26  Akim Demaille  <akim@epita.fr>
8710         * doc/autoconf.texi: Minor typos and stylos.
8712 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8714         * configure.ac (AC_INIT): Bump to 2.59c.
8716 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8718         Version 2.59b.
8720         * README: Add advice about m4 1.4.2.
8722         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
8723         texinfo.tex for now (done by hand now).
8724         * Makefile.maint (wget_files, cvs_files):
8725         Remove ansi2knr.c; nobody uses it.
8726         (ansi2knr.c-url_prefix): Remove.
8727         (cvs-update): Fix test for failure.  I don't know why it ever
8728         worked...
8730         * doc/autoconf.texi: Update URLs, some of which went stale.
8731         Use @uref rather than @href.
8733         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
8734         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
8736         * config/config.guess, config/config.sub, config/elisp-comp,
8737         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
8738         doc/fdl.texi, doc/standards.texi: Sync with master copy.
8740         * NEWS, TODO, configure.ac, bin/autoscan.in,
8741         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
8742         doc/install.texi, lib/Autom4te/Configure_ac.pm,
8743         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
8744         lib/autoconf/programs.m4, lib/autoconf/status.m4,
8745         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
8746         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
8747         tests/tools.at, tests/torture.at:
8748         Use "file name" rather than "filename" or "path",
8749         to be consistent with the terminology of the GNU coding standards.
8751 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8753         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
8754         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
8755         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
8756         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
8758         More fixes to support spaces in the name of the build directory.
8759         This isn't a complete fix but it's an improvement.
8761         * bin/autoconf.as (autom4te_options): New var.
8762         Use it instead of appending to AUTOM4TE, so that we can allow
8763         spaces in the build directory's absolute name.
8764         * bin/autoheader.in ($autoconf): Allow spaces in file names.
8765         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
8766         AT_CHECK_NOESCAPE): Likewise.
8767         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
8768         main program): Likewise.
8770 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8772         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
8773         From Ralf Corsepius in:
8774         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
8776 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
8778         * doc/autoconf.texi (Function Portability): Document isinf and
8779         and isnan.  From a suggestion by Kevin Ryde.
8781         * lib/Autom4te/General.pm (END): Return correct exit status even
8782         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
8784 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
8786         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
8787         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
8788         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
8790 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
8792         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
8793         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
8794         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
8795         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
8796         * lib/autom4te.in (Automake-preselections): Preselect
8797         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
8799 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
8801         * lib/autom4te.in (Automake-preselections): Preselect
8802         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
8803         trace them.
8805 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
8807         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
8808         Tru64.
8809         * doc/autoconf.texi (Shellology): Mention BIN_SH.
8810         Document problem with "`""`" in pdksh POSIX mode.
8812 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
8814         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
8815         with pdksh, too.  Problem reported by Patrick Welche via
8816         Gary V. Vaughan.
8817         * doc/autoconf.texi (Shellology): Note that set -o posix is
8818         useful for pkdsh, too.
8820 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
8822         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
8823         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
8824         Don't fail if ENV or BASH_ENV is readonly.
8825         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
8826         etc. are read only.  Problem reported by Ludovic Courtes.
8828 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
8830         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
8831         zsh, disable GLOB_SUBST to avoid backslash handling problems.
8832         (trivial change)
8834 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8836         * doc/autoconf.texi (File System Conventions): Warn about
8837         names like "aux".  Problem reported by Eric Blake.
8839         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
8840         by zero instead of array size, so that we can use any arithmetic
8841         constant expression (instead of requiring an integer constant
8842         expression).  This allows us to test expressions like DBL_MAX <
8843         LDBL_MAX, which didn't conform to the C standard using the old
8844         method.
8845         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
8846         now that we can do floating-point tests at compile time.
8848 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
8850         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
8851         and LDBL_EPSILON, as the resulting expression isn't an
8852         integer constant expression and violates the C standard.
8853         Problem reported by Nelson H. F. Beebe.  Also, check
8854         for "L" suffix, and check that long double doesn't have
8855         worse range or precision than double, that mixed-mode
8856         arithmetic doesn't generate a diagnostic, that double
8857         constants fit in long double.
8859 2004-06-03  Kevin Ryde  <user42@zip.com.au>
8861         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
8862         malloc(0) and realloc(NULL,size).
8864         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
8865         Bob Proulx.
8867 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
8869         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
8870         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
8871         by Jim Meyering.
8873 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
8875         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
8876         can be rewritten using if-then-else.  Suggested by Bruno Haible.
8878 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8880         * doc/autoconf.texi (testsuite Scripts): Fix typo.
8881         Problem reported by Stepan Kasal.
8883 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
8885         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
8886         change).  Patch reported by Ralf Wildenhues in
8887         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
8889         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
8890         function F exists if the compiler and linker let you compile an
8891         expression like (F != 0).  Recent versions of GCC optimize away
8892         the reference to F in that case, since every function address must
8893         be nonzero, so the link succeeds even if F does not exist.
8894         Problem reported by Manu in
8895         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
8897         * doc/autoconf.texi (Systemology): Standardize on the spelling of
8898         "Unix".  Many uses changed.
8899         (Limitations of Builtins): Explain better why the ! command isn't
8900         portable.
8902 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
8904         * lib/autom4te.in (Automake-preselections): Preselect
8905         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
8907 2004-05-19  Kevin Ryde  <user42@zip.com.au>
8909         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
8910         referencing AC_FUNC_STRERROR_R.
8912         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
8913         note pessimistic assumption when cross compiling.
8915 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
8917         * doc/autoconf.texi (Limitations of Make): Note that BSD make
8918         (until 2004) invoked subcommands with sh -e, contra POSIX.
8919         Reported by Kevin Ryde.
8921 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
8923         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
8924         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
8925         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
8926         `test -f "        /usr/bin/grep"', which _always_ failed.
8927         (AC_PROG_SED): Ditto bogus PATH fix.
8928         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
8929         requires that grep correctly supports _multiple_ `-e' options, rather
8930         than stating only that grep should accept `-e'.
8932 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
8934         Port to C99, which requires that 'exit' be declared.
8936         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
8937         to ensure that stdlib.h is included.
8938         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
8939         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
8940         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
8941         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
8942         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
8943         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
8944         when using 'exit' in a test; C99 requires that 'exit' be declared.
8946 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8948         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
8949         now prefers 'grep' implementations that accept -e.
8950         (Limitations of Usual Tools): Describe problems of traditional
8951         egrep and fgrep with long input lines, and of traditional grep
8952         with -e.
8953         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
8954         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
8955         All callers changed.  Append /usr/xpg4/bin to the PATH, for
8956         Solaris.
8957         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
8958         the user with complaints about multiple -e options.
8959         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
8960         Define it with AC_PROG_GREP.
8961         * configure.ac (AC_PROG_GREP): Add.
8962         * lib/freeze.mk (GREP): New macro.
8964 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
8966         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
8967         a possible candidate only after all others fail, rather than
8968         consulting it first.  This improves backward compatibility by
8969         better reflecting the way shell selection occurred in previous
8970         versions of Autoconf, and should help to avoid triggering latent
8971         problems in other packages, such as the one in Automake where zsh
8972         is not handled robustly:
8973         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
8974         Although it is not Autoconf's responsibility to work around
8975         problems in Automake, it nevertheless makes sense to avoid
8976         introducing unnecessary incompatibilites.
8978 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
8979             Gary V. Vaughan  <gary@gnu.org>
8981         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
8982         how deeply nested we are when a suitable tool is found, set the
8983         ac_path_TOOL_found flag.
8984         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
8985         nested we are in this macro.  Break out of all 3 nested loops if
8986         ac_path_TOOL_found is set.
8988 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
8990         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
8991         of the _AS_PATH_WALK loop too if GNU flavor is found.
8993 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
8995         * doc/autoconf.texi (Limitations of Make): Update documentation
8996         for `$<'.  New entry `Long lines', based on a report from Simon
8997         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
8998         paragraph about DJGPP, based on a mail from Richard Dawe.
9000 2004-04-20  Paul Eggert  <eggert@twinsun.com>
9002         * tests/c.at (C keywords): Don't assume that GCC supports
9003         "restrict" and "inline", as sufficiently-old GCC versions do not
9004         (also, GCC configured to be in pedantic C89 mode does not).
9005         Problem reported by Sumit Pandya in:
9006         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
9008         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
9009         consider -g to work if it generates warnings when plain compiles
9010         don't.  Problem reported by Braden McDaniel in:
9011         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
9013         * doc/autoconf.texi (Slashes): New section, to document a problem
9014         reported by Jim Meyering in:
9015         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
9017         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
9018         linker output files before linking, to work around IRIX 6 linker bug.
9019         Problem reported by Rainer Orth in:
9020         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
9022 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
9024         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
9025         best tool so far counter rely on the tool path variable name to
9026         avoid checks for one tool being affected by the results of running
9027         the length check on a previous tool.
9029         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
9030         match expression argument, as different greps have different
9031         regular expression flavours.
9032         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
9033         literals.
9034         (AC_PROG_EGREP): Pass 'EGREP$'.
9035         (AC_PROG_GREP): Pass 'GREP$'.
9037 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
9039         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
9040         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
9042 2004-03-29  Paul Eggert  <eggert@twinsun.com>
9044         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
9045         Types, Specific Compiler Characteristics, System Services,
9046         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
9047         etc. consistently instead of 'long', 'short', 'unsigned' etc.
9048         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
9049         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
9050         Likewise.
9051         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
9052         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
9053         AC_TYPE_OFF_T): Likewise.
9054         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
9055         Likewise.
9057         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
9058         pacify libtool 1.5.2.  Fix quoting problems in sed command.
9060 2004-03-28  Paul Eggert  <eggert@twinsun.com>
9062         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
9063         now defines HAVE_DECL_TZNAME if it is declared, when
9064         HAVE_STRUCT_TM_TM_ZONE is not defined.
9065         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
9066         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
9067         for HAVE_TZNAME.
9069 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
9071         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
9072         superfluous backslashing of quotes (") in sed expressions;
9073         thanks to Paul Eggert.
9075 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
9077         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
9078         Fortran compiler is ifort, also added pghpf; thanks to Nelson
9079         H. F. Beebe for the bug report.
9081 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
9083         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
9084         quoted -cmdline argument in Portland Group compiler (bug
9085         reported by Jeffrey J. Barteet).
9087 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9089         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
9090         (Run Time): ... here, where it's now mentioned.
9092 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
9094         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
9095         inherits from language Autoconf-without-aclocal-m4.
9096         (Customizing autom4te): Adjust example; the cache must now be
9097         disabled for language Autoconf-without-aclocal-m4.
9099 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
9100             Nathanael Nerode  <neroden@twcny.rr.com>
9102         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
9103         AC_CHECK_TOOLS): Warn if a cross-tool is found without
9104         a prefix.
9105         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
9106         AC_CHECK_TARGET_TOOLS): New macros.
9107         * doc/autoconf.texi (Generic Programs): Document
9108         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
9109         AC_CHECK_TARGET_TOOLS, and warn for future changes
9110         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
9111         AC_CHECK_TOOLS.
9112         (Specifying Names): Document the reason for these future
9113         behavioral changes.
9114         * tests/mktests.sh: Do not generate tests for the
9115         new macros.
9116         * NEWS: Document these changes.
9118         * doc/autoconf.texi: Avoid macros with unbraced arguments,
9119         they make TeX hang up.
9121 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
9123         * NEWS: New macro AC_CHECK_ALIGNOF.
9124         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
9125         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
9126         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
9127         vowel.
9128         (AC_CHECK_ALIGNOF): New macro.
9129         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
9130         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
9131         those for sizeof.
9133 2004-03-03  Paul Eggert  <eggert@twinsun.com>
9135         * bin/Makefile.am (edit): Don't use $< in a context where
9136         POSIX doesn't require support for it.  Use $@.in instead.
9137         Problem reported by Anthony N. Frasso in
9138         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
9139         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
9141 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
9143         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
9144         from the next generation of Libtool.
9145         * lib/autom4te.in (Autoreconf-preselections): Ditto.
9147 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
9149         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
9150         is not always thread-safe.  Report from Nathanael Nerode.
9152 2004-02-18  Paul Eggert  <eggert@twinsun.com>
9154         Fix a dependencies problem, stemming from a Autoconf 2.59 build
9155         problem on QNX reported by Stephen Rasku in
9156         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
9158         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
9159         $(m4sh_m4f_dependencies); this removes a FIXME.
9160         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
9161         (MAINTAINERCLEANFILES): Split into pieces,
9162         one per related section.  Add $(srcdir)/wrapper.in.
9164 2004-02-09  Paul Eggert  <eggert@twinsun.com>
9166         * doc/autoconf.texi (Setting Output Variables): Emphasize that
9167         AC_SUBST provides no portable way to escape literal newlines.
9169         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
9170         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
9171         Darwin uses -lcrt2.o and there's little point to cataloging all
9172         the system variants.  Partial fix reported by Andreas Waechter in:
9173         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
9174         for bug reported by Nelson H. F. Beebe in:
9175         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
9177 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
9179         * doc/autoconf.texi (AU_DEFUN): Fix English,
9180         suggested by Paul Eggert.
9181         * lib/autoconf/autoupdate.m4: Correct reference to
9182         acobsolete.m4, suggested by Alexandre Duret-Lutz.
9184 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
9186         * bin/autoupdate.in: Define __file__ so that warnings
9187         refer to the correct file.
9188         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
9189         the behavior of the third argument.
9190         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
9191         correctly the behavior of the third argument.  Document
9192         what the three macros that AU_DEFUN defines do.  Fix
9193         warning message when the third argument includes $0
9194         (reported by Alexandre Duret-Lutz).
9196 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
9197             Eric Sunshine  <sunshine@sunshineco.com>
9198             Paul Eggert  <eggert@twinsun.com>
9200         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
9201         (AS_INIT): Output shell initialization there. Removed optional
9202         parameter. Expand _AS_SHELL_FN_SPY.
9203         (AS_INIT_WITH_SHELL_FN): Removed.
9204         (_AS_SHELL_FN_SPY): New macro.
9205         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
9206         macros.
9207         (AS_SHELL_SANITIZE): Remove loop to find better shell
9208         and documentation for the parameter.
9209         (_AS_DETECT_BETTER_SHELL): Move it here.
9210         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
9211         (_AS_RUN): Move it here, support testing with eval.
9212         (AS_REQUIRE_SHELL_FN): Require shell functions when
9213         it is used.
9214         (_AS_LINENO_WORKS): Put around braces, we do not
9215         trigger the bash bug anymore.
9216         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
9217         use AS_INIT_WITH_SHELL_FN.
9218         * bin/autoconf.in, tests/wrapper.in: Regenerated.
9220 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
9222         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
9223         * doc/autoconf.texi: Don't say that the third parameter
9224         is broken.
9225         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
9226         (AU_DEFUN): Honor the third parameter, create autoupdate
9227         macros with AU_DEFINE.
9228         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
9229         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
9230         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
9231         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
9232         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
9233         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
9234         AC_XENIX_DIR): Likewise.
9235         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
9236         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
9237         * lib/autoconf/status.m4: Remove FIXME.
9238         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
9239         that the macro is not present anymore in the updated
9240         configure.ac.
9241         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
9242         of autoupdate.
9244 2004-01-28  Paul Eggert  <eggert@twinsun.com>
9246         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
9247         copyright years.
9248         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
9249         2003 (except 1997) to the list of copyright years.  This undoes
9250         the 2003-05-22 change, which removed the older years from the list.
9251         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
9253 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
9254             Albert Chin-A-Young  <china@thewrittenword.com>
9256         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
9257         grep or ggrep program in PATH that accepts as long lines as
9258         possible.
9259         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
9260         AC_PROG_GREP.
9261         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
9262         egrep and fgrep respectively if $GREP -E/-F don't work.
9263         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
9264         _AC_PROG_GREP, and AC_PROG_SED.
9265         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
9266         longest input length accepted by a command.
9267         (AC_PROG_SED): Use it.
9268         * doc/autoconf.texi (Particular Programs): Document the changes.
9269         * NEWS: Updated.
9271 2004-01-27  Paul Eggert  <eggert@twinsun.com>
9273         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
9274         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9275         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
9276         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
9278         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
9279         bin/autoconf.in, config/Makefile.in, config/config.guess,
9280         config/config.sub, config/install-sh, config/mdate-sh,
9281         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
9282         lib/Makefile.in, lib/Autom4te/Makefile.in,
9283         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
9284         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
9285         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
9286         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
9287         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
9288         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
9289         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
9290         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
9291         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
9292         tests/actypes.at: Regenerate and/or sync with original
9293         sources.
9295 2004-01-26  Paul Eggert  <eggert@twinsun.com>
9297         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
9298         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
9299         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
9300         not <inttypes.h>.  Problem reported by Tim Mooney in
9301         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
9302         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
9303         Likewise.
9305         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
9306         otherwise "make check" fails because it forbids cmp (I guess
9307         because cmp treats files as binary on DOS-like systems).
9309         * tests/mktests.sh: Update copyright date to 2004, since some tests
9310         have changed in 2004.
9312 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
9314         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
9315         non-truncating sed or gsed program in PATH.
9316         * tests/acprograms.at: Add it.
9317         * doc/autoconf.texi (Particular Programs): Document it.
9318         * NEWS: Updated.
9320 2004-01-15  Paul Eggert  <eggert@twinsun.com>
9322         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
9323         -std1 disables some useful extensions on Tru64.  Problem reported
9324         by N. Lichtmaier in
9325         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
9327 2004-01-14  Paul Eggert  <eggert@twinsun.com>
9329         * doc/autoconf.texi (Programming in M4sh): Document that
9330         AS_MKDIR_P succeeds if the destination is a symbolic link
9331         to an existing directory.
9332         (Limitations of Usual Tools): Note that mkdir -p might not
9333         succeed on symlinks to directories.
9335 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
9337         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
9338         * bin/autoheader.in: Grammar fix in message.
9339         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
9340         Test for dir before calling mkdir -p.  (trivial changes)
9342 2004-01-13  Eric Blake  <ebb9@byu.net>
9344         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
9345         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
9347 2004-01-10  Jim Meyering  <jim@meyering.net>
9349         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
9351 2004-01-09  Paul Eggert  <eggert@twinsun.com>
9353         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
9354         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
9355         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
9356         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
9357         AC_COMPILE_IFELSE, since we now assume our caller invokes
9358         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
9359         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
9360         of AC_RUN_IFELSE; this avoids the warning mentioned above.
9361         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
9363 2004-01-07  Paul Eggert  <eggert@twinsun.com>
9365         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
9366         `"'...'"`, as it's confusing (and I suspect it may not work on
9367         some platforms).  The code was incorrect anyway, as it assumed
9368         that \$ evaluated to itself in that context.  Reported by
9369         Alexandre Duret-Lutz.
9371 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
9373         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
9374         and _LT_AC_TAGCONFIG.
9376 2004-01-06  Paul Eggert  <eggert@twinsun.com>
9378         * doc/autoconf.texi (One Macro Call): Fix an incorrect
9379         example, and add more examples.  Reported by Eric Sunshine.
9381 2004-01-05  Paul Eggert  <eggert@twinsun.com>
9383         * doc/autoconf.texi (Limitations of Usual Tools):
9384         Remove warning against "rm -fr" introduced yesterday; it
9385         was a false alarm.
9387         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
9388         autoscan, autoupdate, ifnames): Don't use chmod -w.
9389         * lib/Makefile.am (autom4te.cfg): Likewise.
9390         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
9391         "chmod -w".
9393 2004-01-04  Paul Eggert  <eggert@twinsun.com>
9394             Paolo Bonzini  <bonzini@gnu.org>
9396         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
9397         by doing lineno substitution only on lines containing "$LINENO".
9399 2004-01-04  Paul Eggert  <eggert@twinsun.com>
9401         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
9402         Use "rm -f" to remove conftest.sed, not plain "rm".
9403         Bug reported by David Relson in
9404         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
9406         * Makefile.am (autom4te-update):
9407         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
9408         * Makefile.maint (my-distcheck, do-po-update): Likewise.
9409         * doc/autoconf.texi (Guidelines): Likewise.
9410         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
9411         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
9412         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
9413         * lib/autotest/general.m4 (AT_INIT): Likewise.
9414         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
9415         * tests/Makefile.am (clean-local): Likewise.
9416         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
9417         srcdir): Likewise.
9418         * doc/autoconf.texi (Limitations of Usual Tools):
9419         Warn against "rm -fr".
9421 2004-01-03  Paul Eggert  <eggert@twinsun.com>
9423         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
9424         -c -o might not work.  From a suggestion by Kevin Ryde.
9425         (C Compiler, Generating Sources, Limitations
9426         of Usual Tools, Limitations of Make, Making testsuite Scripts):
9427         Don't put '-o' after non-options, as POSIX doesn't allow this.
9428         Mention that cc's name might be gcc or c89 or whatever.
9430 2004-01-04  Kevin Ryde  <user42@zip.com.au>
9432         * doc/autoconf.texi: Add various further index entries.
9434 2003-12-29  Paul Eggert  <eggert@twinsun.com>
9436         * bin/autoreconf.in (autoreconf_current_directory):
9437         Fix typo: mkdir without umask arg.
9439 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
9441         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
9442         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
9443         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
9444         explanation clearer.
9446 2003-12-24  Andreas Schwab  <schwab@suse.de>
9448         * doc/autoconf.texi (Default Includes): Fix misspelling of
9449         AC_INCLUDES_DEFAULT.
9451 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
9453         * configure.ac: Test if sh -n works.
9454         * configure: Regenerate.
9455         * tests/atlocal.in: Store the result here.
9456         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
9457         tools.at, looking in atlocal's ac_cv_sh_n_works instead
9458         of explicitly testing.
9459         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
9460         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
9461         * tests/tools.at (Syntax of the shell scripts): Simplify
9462         using AT_CHECK_SHELL_SYNTAX.
9463         (Syntax of the Perl scripts): Remove definition of
9464         AT_CHECK_PERL_SYNTAX.
9466 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
9468         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
9469         stderr to /dev/null.
9470         * bin/autoconf.in: Regenerate.
9471         * bin/wrapper.in: Regenerate.
9473 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
9475         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
9476         Extracted from AS_SHELL_SANITIZE.
9477         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
9478         macros.
9479         (AS_SHELL_SANITIZE): Move reinvocation code from
9480         _AS_LINENO_WORKS, use it to find out if shell
9481         functions work.
9482         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
9483         does not work.
9484         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
9485         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
9486         was called.
9487         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
9488         * bin/autoconf.in: Regenerate.
9489         * tests/wrapper.in: Regenerate.
9490         * tests/tools.at: Test the syntax of tests/autoconf
9491         and tests/testsuite.
9493 2003-11-24  Akim Demaille  <akim@epita.fr>
9495         * config/announce-gen (&print_locations, &print_signatures)
9496         (&sizes): New.
9497         Use them.
9498         No longer rely on Gnus to inline the list of signatures: compute
9499         them on the fly.
9501 2003-11-24  Akim Demaille  <akim@epita.fr>
9503         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
9504         override some files.
9505         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
9506         From Debian Autoconf 2.58.
9508 2003-11-24  Akim Demaille  <akim@epita.fr>
9510         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
9511         uses.
9512         From Debian Autoconf 2.58.
9514 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9516         * TODO: Remove already done things.  Update the part about finding
9517         tools for the target.
9519 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9521         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
9522         Make wording more consistent.
9523         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
9524         Explain the transition better.
9525         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
9526         the transition better.
9528 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
9530         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
9531         parameter of AU_DEFUN.
9532         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
9533         (AU_DEFUN): Remove the third parameter, it was not used.
9534         Use AC_DEFUN directly, not AU_DEFINE.
9535         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
9536         the expanded body, consistently with other macros such as AC_USG.
9538 2003-11-17  Paul Eggert  <eggert@twinsun.com>
9540         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
9541         into the initial confdefs.h, to work around a bug in NextStep 3.3
9542         patch 3 reported by Eric Sunshine.
9544 2003-11-15  Kevin Ryde  <user42@zip.com.au>
9546         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
9547         than $target since the latter is not usual, add guidelines on when to
9548         use or not use the system type.
9550 2003-11-12  Derek Price  <derek@ximbiot.com>
9552         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
9553         typo misrepaired by an auto-spellcheck.
9555 2003-11-12  Akim Demaille  <akim@epita.fr>
9557         * bin/autoreconf.in (&parse_args): Don't call automake with
9558         --force-missing unless it actually supports it.
9559         From Debian #219336.
9561 2003-11-12  Akim Demaille  <akim@epita.fr>
9563         * configure.ac: Bump to 2.59a.
9564         Require 2.59.
9566 2003-11-06  Akim Demaille  <akim@epita.fr>
9568         Version 2.59.
9570 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
9572         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
9573         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
9574         and ac_abs_top_srcdir are absolute paths.
9575         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
9577 2003-11-05  Akim Demaille  <akim@epita.fr>
9579         * configure.ac: Bump to 2.58a.
9581 2003-11-05  Kevin Ryde  <user42@zip.com.au>
9583         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
9584         it provokes a warning from makeinfo about looking like a cross
9585         reference in info output.
9587         * doc/autoconf.texi (Function Portability): Add notes on signal
9588         handler return type, as per AC_TYPE_SIGNAL.
9590 2003-11-04  Akim Demaille  <akim@epita.fr>
9592         Version 2.58.
9593         * doc/standards.texi: Update from master.
9595         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
9597 2003-11-04  Akim Demaille  <akim@epita.fr>
9599         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
9600         computing the absolute path to d1 in the source hierarchy: it may
9601         not exist at all.  So don't cd into it.
9602         From Alexandre Duret-Lutz.
9603         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
9605         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
9606         From Paul Eggert, but named after Perl's IO::Spec->catfile.
9607         * doc/autoconf.texi (Programming in M4sh): Document.
9608         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
9610 2003-11-03  Pavel Roskin  <proski@gnu.org>
9612         * doc/autoconf.texi (Generic Structure Checks): Describe
9613         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
9615 2003-10-31  Akim Demaille  <akim@epita.fr>
9617         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
9618         (GNU Fortran): New.
9619         * doc/autoconf.texi (Language Choice): Document.
9620         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
9621         the current language is Fortran.
9623 2003-10-31  Akim Demaille  <akim@epita.fr>
9625         * bin/autom4te.in (&freeze): Use a less likely warning separator
9626         than `\n\n', so that `\n\n\n' is valid in warnings.
9627         Reported by Steve Huston.
9629 2003-10-28  Akim Demaille  <akim@epita.fr>
9631         * Makefile.cfg (local_updates, executable-update): Tweak to be
9632         robust to parallel makes.
9633         Suggested by Alexandre Duret-Lutz.
9635 2003-10-27  Akim Demaille  <akim@epita.fr>
9637         * Makefile.cfg (executable-update): New.
9638         (local_updates): Call it.
9640 2003-10-27  Akim Demaille  <akim@epita.fr>
9642         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
9643         Don't remove core.* as it may remove valid user files.
9644         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
9645         (AC_FUNC_UTIME_NULL): Likewise.
9647 2003-10-23  Akim Demaille  <akim@epita.fr>
9649         Version 2.57g.
9650         * config/config.guess, config/config.sub: Upgrade from masters.
9652 2003-10-23  Akim Demaille  <akim@epita.fr>
9654         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
9655         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
9656         hand...
9658 2003-10-23  Akim Demaille  <akim@epita.fr>
9660         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
9661         Don't forget to remove conftest.err.
9663 2003-10-23  Akim Demaille  <akim@epita.fr>
9665         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
9666         same object file in $LIBOBJS.
9667         Reported by Alexandre Duret-Lutz & Derek Robert Price.
9668         * doc/autoconf.texi (Generic Functions): Adjust.
9670 2003-10-20  Paul Eggert  <eggert@twinsun.com>
9672         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
9673         Use 'eval', so that the resulting configure scripts work even if
9674         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
9676 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
9678         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
9679         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
9680         (_AC_LINK_IFELSE): Check the werror flag.
9681         * doc/autoconf.texi (Generic Compiler Characteristics): Document
9682         AC_LANG_WERROR.
9683         * NEWS: Mention it.
9685 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
9687         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
9688         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
9689         override AC_LINK_IFELSE.
9691 2003-10-15  Paul Eggert  <eggert@twinsun.com>
9693         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
9694         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
9695         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
9696         Mention /usr/dt/bin/dtksh on Solaris.
9697         (Shell Substitutions): Warn about $((...)).
9698         (Parentheses): New section.
9700 2003-10-15  Kevin Ryde  <user42@zip.com.au>
9702         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
9703         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
9705 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9707         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
9708         cross test.
9710 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
9712         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
9713         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
9715 2003-10-10  Andreas Schwab  <schwab@suse.de>
9717         * bin/autoheader.in: Avoid empty first line in --version and
9718         --help output.
9719         * bin/ifnames.in: Likewise.
9721 2003-10-09  Paul Eggert  <eggert@twinsun.com>
9723         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
9724         Issue a more-informative diagnostic.
9725         Problems reported by Eric Sunshine.
9727 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
9729         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
9730         -mGLOB_options_string stuff for Intel ifc, which can cause
9731         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
9732         pattern-matching instead of grep.
9734 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
9736         * doc/autoconf.texi: Document new FC Fortran macros.
9738 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
9740         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
9741         that future autopoint/aclocal/automake/autoreconf will be able
9742         to trace to find where to install local m4 macros.
9743         * doc/autoconf.texi (Input): Document it.
9744         * NEWS: Updated.
9746 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
9748         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
9749         -lcrtbegin.o to list of ignored flags and fix underquoting of
9750         -lcrt[01].o.
9752 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
9754         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
9755         cache variable instead of $G77 to decide whether to include -O2,
9756         since $G77 is specific to Fortran 77.
9758 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
9760         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
9761         free" flag.  Re-order flags tested into rough order of popularity.
9763 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
9765         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
9766         arguments so that it can be used with syntax identical to
9767         AC_PROG_F77, and so that we can more easily decide to
9768         remove/deprecate the DIALECT optional argument in the future if it
9769         proves troublesome.
9770         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
9771         non-freeform-supporting compilers.  Document freeform flags.
9773 2003-10-03  Akim Demaille  <akim@epita.fr>
9775         * configure.ac: Look for emacs, not macs.
9776         Reported by Eric Sunshine.
9778 2003-10-03  Akim Demaille  <akim@epita.fr>
9780         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
9781         * bin/autoreconf.in (autoreconf_current_directory): Create the
9782         AUX_DIR if needed, for sake of automake --add-missing etc.
9783         Suggested by Alexandre Duret-Lutz.
9785 2003-10-03  Akim Demaille  <akim@epita.fr>
9787         * configure.ac: Quotation and formatting changes.
9788         (EMACS): Don't set it if it is not recent enough to support
9789         autoconf-mode.el.
9790         From Eric Sunshine.
9792 2003-10-02  Akim Demaille  <akim@epita.fr>
9794         * bin/ifnames.in (&scan_file): Skip C++ comments.
9795         From Jeremy Yallop.
9797 2003-10-01  Pavel Roskin  <proski@gnu.org>
9799         * doc/autoconf.texi (Particular Structure Checks):
9800         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
9802 2003-10-01  Akim Demaille  <akim@epita.fr>
9804         Version 2.57f.
9806 2003-09-30  Paul Eggert  <eggert@twinsun.com>
9808         * lib/Autom4te/XFile.pm: Use Errno.
9809         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
9810         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
9812 2003-09-30  Akim Demaille  <akim@epita.fr>
9814         * config/announce-gen (&print_news_deltas): Extracted from...
9815         (&print_changelog_deltas): here.
9816         (&news_file): Rename as...
9817         (@news_file): this.
9819 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
9821         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
9822         have been created when invoking the compiler.
9823         * tests/fortran.at (GNU Fortran 77): Quote $G77.
9825 2003-09-29  Akim Demaille  <akim@epita.fr>
9827         Version 2.57e.
9829         * config/mkinstalldirs: Upgrade.
9831 2003-09-28  Paul Eggert  <eggert@twinsun.com>
9833         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
9834         Problem reported by Lars J. Aas in
9835         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
9836         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
9837         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
9838         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
9840 2003-09-26  Akim Demaille  <akim@epita.fr>
9842         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
9843         directory for AC_CONFIG_COMMANDS' first argument exists.
9844         This makes valid the invocation of _AC_SRCPATH that follows.
9845         Reported by Eric Sunshine.
9846         * doc/autoconf.texi (Configuration Commands): Adjust.
9848 2003-09-26  Akim Demaille  <akim@epita.fr>
9850         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
9851         Reported by Ralf Corsepius.
9853 2003-09-26  Akim Demaille  <akim@epita.fr>
9855         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
9856         arguments.
9857         Actually, use AU_ALIAS.
9858         From Bruno Haible.
9860 2003-09-26  Paul Eggert  <eggert@twinsun.com>
9862         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
9863         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
9864         Problem reported by Eric Sunshine in:
9865         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
9867 2003-09-26  Akim Demaille  <akim@epita.fr>
9869         The test suite are sometimes assigning timings incorrectly.
9870         Reported by Henk Krus.
9871         Diagnosed by Nicolas Joly.
9873         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
9874         AT_help_all.
9875         Instead of making AT_help a sequence of assignments to grow
9876         $at_help_all, just make AT_help_all be the growing contents of
9877         $at_help_all, and make a single assignment in...
9878         (AT_INIT): here.
9879         (at_times_skip): Flip the meaning and rename as...
9880         (at_times_p): this.
9881         (AT_INIT): When summarizing the test that ran, remove
9882         $at_times_file after use, and check it is present before trying to
9883         use it.
9885 2003-09-25  Akim Demaille  <akim@epita.fr>
9887         Version 2.57d.
9889         * bin/Makefile.am (edit): Handle '@configure_input@'.
9890         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
9891         (ifnames): chmod -w.
9892         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
9893         executables, not bin/ executables!  Otherwise all the magic needed
9894         to find non installed files is turned off.  This caused a failure
9895         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
9896         as found in its environment (sent by tests/autoreconf): pointing
9897         to bin/autom4te that could not find its files.
9898         * tests/mktests.sh: Force the replacement of generated files, for
9899         the sake of "mv" program that are interactive when overwriting a
9900         -w file.
9901         * config/install-sh: Upgrade from CVS Automake.
9903 2003-09-23  Paul Eggert  <eggert@twinsun.com>
9905         * doc/autoconf.texi (Limitations of Builtins): Document test -h
9906         versus test -L issues.
9908 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
9909             Paul Eggert  <eggert@twinsun.com>
9911         Trivial change to support GCC's configuration procedure.
9912         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
9913         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
9914         about inconsistency if the preprocessor is set to give errors for
9915         any warning.
9916         * doc/autoconf.texi (C Compiler Characteristics): Document this.
9918 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
9920         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
9921         and XFile.pm from Automake.
9922         * lib/Autom4te/XFile.pm: Update from Automake.
9924 2003-09-12  Akim Demaille  <akim@epita.fr>
9926         Version 2.57c.
9928 2003-09-12  Akim Demaille  <akim@epita.fr>
9930         * config/config.guess, config/config.sub, config/missing,
9931         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
9932         from masters.
9934 2003-09-12  Akim Demaille  <akim@epita.fr>
9936         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
9937         not asm/types.h.
9939 2003-09-11  Akim Demaille  <akim@epita.fr>
9941         * doc/autoconf.texi (Header Portability): linux/random.h.
9942         From Peter Hendrickson.
9944 2003-09-10  Akim Demaille  <akim@epita.fr>
9946         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
9947         willing to edit the output files.
9949 2003-09-10  Akim Demaille  <akim@epita.fr>
9951         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
9952         and AC_FC_FREEFORM.
9953         * tests/mktests.sh: Skip AC_FC_SRCEXT.
9954         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
9956 2003-09-09  Akim Demaille  <akim@epita.fr>
9958         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
9959         Reported by Gary Vaughan.
9960         * bin/autom4te.in (handle_m4): Likewise.
9962 2003-09-09  Akim Demaille  <akim@epita.fr>
9964         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
9965         trailing files.
9967 2003-09-07  Paul Eggert  <eggert@twinsun.com>
9969         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
9970         Improve the accuracy of the wording about obsolescence.
9971         From a suggestion by Ian Lance Taylor in
9972         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
9974 2003-09-05  Paul Eggert  <eggert@twinsun.com>
9976         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
9977         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
9979 2003-09-04  Akim Demaille  <akim@epita.fr>
9981         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
9982         AC_FUNC_WAIT3.
9984 2003-09-04  Akim Demaille  <akim@epita.fr>
9986         * bin/autom4te.in: Use &fatal where more appropriate than &error.
9987         (freeze): When exiting, use $exit_code.
9988         * lib/autoconf/fortran.m4: Comment changes.
9990 2003-09-04  Akim Demaille  <akim@epita.fr>
9992         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
9994 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
9996         Add support for newer Fortran dialects.  The F77 interface is
9997         unchanged, and continues to support Fortran 77.  New FC macros
9998         correspond to all the old F77 macros, with output variables FC,
9999         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
10000         available dialect, but older dialects can be specified.  There are
10001         new macros AC_FC_SRCEXT to set the source extension, and
10002         AC_FC_FREEFORM to accept free-form source files.
10004         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
10005         New macros.
10006         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
10007         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
10008         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
10009         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
10010         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
10011         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
10012         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
10013         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
10014         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
10015         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
10016         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
10017         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
10018         AC_FC_SRCEXT, AC_FC_FREEFORM):
10019         New macros.
10020         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
10021         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
10022         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
10023         Rewrite in terms of the above.
10024         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
10025         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
10026         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
10027         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
10029 2003-09-02  Paul Eggert  <eggert@twinsun.com>
10031         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
10032         Document problems with timestamp resolution that 'make', 'cp -p', and
10033         'touch -r' have.
10035 2003-08-27  Akim Demaille  <akim@epita.fr>
10037         * tests/m4sugar.at (cross_warning): Make sure to enable the
10038         output, so that we can track spurious m4sugar output.
10039         * tests/local.at: Require 2.57.
10040         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
10041         are defaulted by AT_CHECK anyway.
10042         Use AT_CHECK_AUTOM4TE.
10043         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
10044         missing dnl.
10046 2003-08-27  Akim Demaille  <akim@epita.fr>
10048         * bin/autoheader.in: Issue the "Using auxiliary..." message only
10049         when -Wobsolete is set.
10050         Set it on by default.
10051         Suggested by Klee Dienes.
10053 2003-08-27  Akim Demaille  <akim@epita.fr>
10055         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
10056         documentation.
10057         From Guido Draheim.
10059 2003-08-26  Akim Demaille  <akim@epita.fr>
10061         * doc/autoconf.texi (Output): Make clear that one can run code
10062         after AC_OUTPUT.
10064 2003-08-25  Akim Demaille  <akim@epita.fr>
10066         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
10067         CVS Bison.
10069 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
10071         * bin/autoreconf.in (parse_args): Do not pass --no-force to
10072         Automake versions prior to 1.8.
10074 2003-08-25  Akim Demaille  <akim@epita.fr>
10076         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
10077         From Ville Karaila.
10079 2003-08-24  Akim Demaille  <akim@epita.fr>
10081         * configure.ac: Bump to 2.57c.
10083 2003-08-22  Akim Demaille  <akim@epita.fr>
10085         Version 2.57b.
10087         * Makefile.cfg (local-checks-to-skip): New.
10088         * Makefile.maint (local-check): Rename as...
10089         (local-checks-available): this.
10090         (local-check): New.
10092         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
10093         * configure.ac: Require Automake 1.7.6.
10095 2003-08-22  Akim Demaille  <akim@epita.fr>
10097         Output stack traces in warnings.
10099         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
10100         Replace the former...
10101         (m4_warn): Pass the call stack to _m4_warn.
10102         * bin/autom4te.in: Adjust to output the call stack.
10103         * tests/m4sugar.at (m4@&t@_warn): Adjust.
10105 2003-08-22  Akim Demaille  <akim@epita.fr>
10107         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
10108         * bin/autom4te.in: Adjust.
10110 2003-08-21  Akim Demaille  <akim@epita.fr>
10112         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
10113         (&verbose): Remove.
10114         (&getopt): Adjust the note and verb channels, depending upon
10115         --verbose.
10116         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
10117         * bin/autoupdate.in: Adjust.
10118         Use &verb, not &verbose.
10120 2003-08-21  Akim Demaille  <akim@epita.fr>
10122         * bin/autoheader.in (&parse_args): Use &parse_warnings and
10123         &parse_WARNINGS.
10124         ($help): Use Autom4te::ChannelDefs::usage.
10125         * bin/autoscan.in: Use Autom4te::ChannelDefs.
10126         * lib/Autom4te/General.pm: Don't export error: you don't own it.
10128 2003-08-21  Akim Demaille  <akim@epita.fr>
10130         First stab at preserving warnings between calls to autom4te,
10131         including when the cache is used.
10133         There are still several issues: (i) there are too many runs of m4
10134         (one for include, one for warnings, and some more), (ii) warnings
10135         spreading on several lines are not handled gracefully, (iii) the
10136         code meant to have the call stack display for errors does not work
10137         (its handling should move from m4 to autom4te).
10139         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
10140         Use them.
10141         (@preselect): Add m4_warn.
10142         ($exit_status): Remove, use $exit_code.
10143         ($help): Use Autom4te::ChannelDefs::usage.
10144         (&handle_m4): No longer define the m4_warnings.
10145         At each run, extract and report the warnings.
10146         Always cache the result, including if the exit status is on
10147         failure, since if nothing changes, we should result in the same
10148         failure, hence we can use the cache.
10149         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
10150         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
10151         Remove.
10152         (m4_warn): Redefine as a do-nothing: it is its invocation that
10153         matters, as warnings are now reported via traces.
10154         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
10155         the contents of m4_warn: make it _call_ m4_warn, so that tracing
10156         the latter reveals calls to the former.
10158         Adjust the tests.
10160         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
10162 2003-08-21  Akim Demaille  <akim@epita.fr>
10164         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
10165         Use them.
10167 2003-08-21  Akim Demaille  <akim@epita.fr>
10169         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
10170         forward order.
10171         * lib/Autom4te/ChannelDefs.pm: Doc typos.
10172         (&parse_warnings): Accept a list of warning requests.
10173         (&usage): Return a string, not a side effect.
10174         (cross): New warning category.
10176 2003-08-21  Akim Demaille  <akim@epita.fr>
10178         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
10179         (&require_configure_ac): Accept an optional directory argument.
10180         ($configure_ac): Remove.
10181         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
10182         (&catfile): Remove.
10183         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
10184         * bin/autoscan.in: Adjust.
10186 2003-08-20  Akim Demaille  <akim@epita.fr>
10188         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
10189         Reported by Alexandre Duret-Lutz.
10191 2003-08-20  Akim Demaille  <akim@epita.fr>
10193         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
10194         * bin/autom4te: Adjust.
10195         In particular, be Autoconf tools are really silent when properly
10196         working, bind the verbosity of the 'note' channel to $verbose.
10197         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
10198         (&xsystem, &contents): Remove, since they are exported by...
10199         * lib/Autom4te/FileUtils.pm: this.
10200         More perldoc.
10201         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
10202         * lib/Autom4te/FileUtils.pm: here.
10204 2003-08-20  Akim Demaille  <akim@epita.fr>
10206         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
10207         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
10208         from CVS Automake.
10210 2003-08-20  Akim Demaille  <akim@epita.fr>
10212         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
10213         (autom4te-update): New.
10214         * Makefile.cfg (update): Bind autom4te-update.
10216 2003-08-19  Derek Price  <derek@ximbiot.com>
10218         * lib/autotest/general.m4: Comment various HELP_* diversions.
10219         (PARSE_ARGS_BEGIN): New section for option parsing related
10220         initialization.
10221         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
10222         package specific options and associated help.
10224 2003-08-19  Akim Demaille  <akim@epita.fr>
10226         * config/announce-gen, Makefile.cfg: New.
10227         * Makefile.am: Adjust.
10228         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
10230 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
10232         * lib/autom4te.in (Automake-preselections): Preselect
10233         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
10234         and m4_sinclude.
10236 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
10238         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
10239         (Autoconf-without-aclocal-m4): ... this new language.
10240         * doc/autoconf.texi (autom4te Invocation): Mention
10241         Autoconf-without-aclocal-m4.
10243 2003-08-18  Derek Price  <derek@ximbiot.com>
10245         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
10246         RUN-IF-PASS optional arguments.
10248 2003-08-18  Derek Price  <derek@ximbiot.com>
10250         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
10252 2003-08-16  Derek Price  <derek@ximbiot.com>
10254         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
10255         STDOUT & STDERR arguments.
10257 2003-08-14  Derek Price  <derek@ximbiot.com>
10259         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
10260         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
10261         shorter column three.  Add DESCRIPTION to log file content.
10263 2003-08-13  Derek Price  <derek@ximbiot.com>
10265         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
10266         output.
10268 2003-08-12  Derek Price  <derek@ximbiot.com>
10270         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
10271         (AT_CHECK_NOESCAPE): Move core functionality to...
10272         (_AT_CHECK): ...this new macro.
10274 2003-08-07  Derek Price  <derek@ximbiot.com>
10276         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
10277         (AT_CHECK_NOESCAPE): ...to this new macro.
10279 2003-07-31  Paul Eggert  <eggert@twinsun.com>
10281         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
10282         in Bash 2.01.  Problem reported by Brian Gough in
10283         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
10285 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
10287         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
10288         -lcrt1.o, for OS X.  (trivial change)
10290 2003-07-07  Paul Eggert  <eggert@twinsun.com>
10292         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
10293         inside '#ifndef __cplusplus'.  Problem reported by
10294         Bob Friesenhahn.
10296 2003-07-06  Bill Clarke  <llib@computer.org>
10298         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
10299         'long', not 'int', for benefit of Sun's recent C++ compilers
10300         (trivial change).  See:
10301         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
10302         (This really should be 'intptr_t', not 'long', but that would
10303         take more work.)
10305 2003-06-25  Akim Demaille  <akim@epita.fr>
10307         * lib/Makefile.am (autom4te.cfg): Make it read only.
10308         Depend on Makefile since it contains substitutions.
10309         From Paolo Bonzini.
10310         * lib/autom4te.in (args): Add local.at? for Autotest args.
10311         This change was made on autom4te.cfg which is generated.
10312         Reported by Raja R. Harinath.
10314 2003-06-25  Akim Demaille  <akim@epita.fr>
10316         * doc/autoconf.texi (Header Portability): sys/mount.h.
10317         From Gareth McCaughan.
10319 2003-06-23  Akim Demaille  <akim@epita.fr>
10321         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
10322         not all of them.  This fixes 1. the fact that when testing
10323         Autoconf there are many many config.log, 2. the incorrect use of
10324         top_srcdir to find config.log.
10325         Don't mix the detailed output of failed test with the summary of
10326         failures.  Rather, append detailed log afterwards.
10328 2003-06-23  Akim Demaille  <akim@epita.fr>
10330         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
10331         always run: output config.log on $at_group_log.
10333 2003-06-23  Akim Demaille  <akim@epita.fr>
10335         * tests/torture.at (#define header templates): Don't use quotes in
10336         C++ comments as it puzzles Emacs' sh font-lock-mode.
10338 2003-06-23  Akim Demaille  <akim@epita.fr>
10340         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
10341         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
10342         * tests/atspecific.m4: Rename as...
10343         * tests/local.at: This.
10344         * tests/suite.at: Move the globals into...
10345         * tests/local.at: here.
10346         * tests/Makefile.am: Adjust.
10347         * doc/autoconf.texi (testsuite Scripts): Adjust.
10349 2003-06-21  Kevin Ryde  <user42@zip.com.au>
10351         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
10352         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
10353         ensuring we add -std1 for full-ANSI.
10355         * doc/autoconf.texi (hdrindex): New macro.
10356         Add index entries for portability of various standard header files.
10358 2003-06-20  Akim Demaille  <akim@epita.fr>
10360         * configure.ac: Bump to 2.57b.
10362 2003-06-20  Akim Demaille  <akim@epita.fr>
10364         Version 2.57a.
10366 2003-06-20  Akim Demaille  <akim@epita.fr>
10368         * bin/autom4te.in: Don't rely on $HOME being defined.
10369         Reported by Marc Espie as PR/233.
10371 2003-06-20  Akim Demaille  <akim@epita.fr>
10373         * lib/autotest/general.m4: Use at_times_file only if used.
10374         From Nicolas Joly.
10376 2003-06-20  Akim Demaille  <akim@epita.fr>
10378         * config/config.guess, config/config.sub, config/elisp-comp,
10379         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
10380         Update from masters.
10382 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
10384         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
10385         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
10386         (TEST_SCRIPT): New diversion.
10387         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
10388         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
10389         (AT_INIT): Support for expected failures.
10391 2003-06-02  Akim Demaille  <akim@epita.fr>
10393         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
10394         changes.
10395         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
10396         Autoconf nor Automake.
10397         (&contents): New, from Automake.
10398         PODify.
10400 2003-05-28  Paul Eggert  <eggert@twinsun.com>
10402         * NEWS, doc/autoconf.texi (Particular Functions),
10403         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
10404         is the inverse of localtime.
10406 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
10408         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
10409         (handle_exec_errors): New function.  Work around $! being
10410         altered by WEXITSTATUS.
10411         (xqx, xsystem): Use handle_exec_errors.
10413 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
10415         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
10416         Do not call `_exit()', simply modify `$?'.
10417         (xsystem): Reset $! before running system, and check it afterward.
10418         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
10419         63 for version mismatches.
10421 2003-05-23  Akim Demaille  <akim@epita.fr>
10423         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
10424         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
10425         the middle of a line).
10426         * lib/m4sugar/m4sugar.m4: Likewise.
10427         Remove useless spaces in comments.
10429 2003-05-23  Akim Demaille  <akim@epita.fr>
10431         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
10432         exit 63, so that we (or Automake's "missing") can tell the
10433         difference with a plain failure.
10434         * doc/autoconf.texi (Notices): Adjust.
10436 2003-05-23  Akim Demaille  <akim@epita.fr>
10438         * Makefile.am, bin/Makefile.am, config/Makefile.am,
10439         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
10440         White spaces cleanup.
10442 2003-05-22  Jim Meyering  <jim@meyering.net>
10443             Paul Eggert  <eggert@twinsun.com>
10445         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
10446         Remove `#include <stdlib.h>' from the list; we should never
10447         make confdefs.h include <stdlib.h> or <cstdlib>, because the
10448         resulting namespace pollution would cause other tests to fail.
10449         Configure scripts run with some older versions of g++ and HP's
10450         aCC would fail due to such an #include.  Problems reported by
10451         Matthew Mueller in <http://bugs.debian.org/120704> and by
10452         Keith Bostic in
10453         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
10454         In the test, use the test declaration before including <stdlib.h>,
10455         as that's closer to how it'll be used.
10457 2003-05-23  Akim Demaille  <akim@epita.fr>
10459         * doc/autoconf.texi (Header Portability): ucred.h.
10460         From Ian Redfern.
10462 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
10464         Overhaul Autotest's logging: generate separate log files
10465         in testsuite.dir/NNN/testsuite.log, and append them to
10466         testsuite.log instead of re-running the test verbosely.
10468         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
10469         file descriptor, write 0 to at_status_file instead of setting
10470         at_status=0, initialize some new variables (at_status_file,
10471         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
10472         to rerun the tests, instead append the at_group_log to the
10473         at_suite_log when a test fails.
10474         (AT_SETUP): pipe the test case's output into at_tee_pipe,
10475         with the AS_MESSAGE_LOG_FD redirected to stdout.
10476         (AT_CLEANUP): save the output status in $at_status_file
10477         and restore it, redirect the AS_MESSAGE_LOG_FD back to
10478         its original place.
10479         (AT_CHECK): since tests are run with a redirected stdout,
10480         and used to be re-run in verbose mode, turn some $at_verbose
10481         into echo, and don't redirect the output of testing stdout
10482         and stderr.
10484         * lib/autotest/autoconf.texi (testsuite Scripts): Update
10485         the name of the debugging directory and information about
10486         its contents.
10488 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
10490         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
10491         parameter.
10493 2003-05-22  Akim Demaille  <akim@epita.fr>
10495         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
10496         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
10497         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
10498         * lib/autoconf/status.m4: Fix and adjust copyright notices.
10500 2003-05-22  Akim Demaille  <akim@epita.fr>
10502         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
10503         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
10504         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
10505         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
10506         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
10507         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
10508         * lib/autoconf/status.m4, lib/autoconf/types.m4,
10509         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
10510         * tests/atspecific.m4, tests/base.at, tests/compile.at,
10511         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
10512         * tests/tools.at, tests/torture.at:
10513         Whitespace clean up.
10514         Suggested by Jim Meyering.
10516 2003-05-22  Akim Demaille  <akim@epita.fr>
10518         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
10519         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
10520         Reported by Jim Meyering.
10522 2003-05-22  Akim Demaille  <akim@epita.fr>
10524         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
10525         Add AC_HELP_STRING  to the obsolete macros section.
10526         Typos.
10527         Use '@.' for sentences that ended in a capital letter.
10528         From Art Haas.
10530 2003-05-22  Akim Demaille  <akim@epita.fr>
10532         * config/config.guess, config/config.sub, config/elisp-comp,
10533         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
10534         * config/texinfo.tex, doc/standards.texi: Update from masters.
10536 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
10538         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
10539         it to eval.
10541 2003-05-21  Akim Demaille  <akim@epita.fr>
10543         * bin/autoupdate.in ($m4): Fix quotation.
10544         Reported by Martin Mokrejs.
10546 2003-05-19  Paul Eggert  <eggert@twinsun.com>
10548         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
10549         Remove non-ASCII characters.
10551 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
10553         * tests/semantics.at (AC_SEARCH_LIBS): New test.
10554         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
10555         AC_CHECK_HEADERS_NEW): New tests.
10557 2003-05-17  Akim Demaille  <akim@epita.fr>
10559         * lib/autoconf/functions.m4: Use the default includes so that
10560         memcmp be declared before being tested.
10561         Reported by Sander Niemeijer.
10562         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
10563         * doc/autoconf.texi (Default Includes): Document
10564         AC_INCLUDES_DEFAULT.
10566 2003-05-17  Akim Demaille  <akim@epita.fr>
10568         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
10569         * doc/autoconf.texi (Obsolete Macros): Adjust.
10570         Reported by Werner LEMBERG and Debian Bug 190886.
10572 2003-05-16  Akim Demaille  <akim@epita.fr>
10574         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
10575         user name space clashes.
10576         Reported by Bruno Haible.
10578 2003-05-16  Akim Demaille  <akim@epita.fr>
10580         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10581         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
10582         them uniform, and more robust to Perl special characters.
10583         Reported by Martin Mokrejs.
10585 2003-05-14  Akim Demaille  <akim@epita.fr>
10587         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
10589 2003-05-14  Akim Demaille  <akim@epita.fr>
10591         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
10592         linux/irda.h.
10594 2003-05-12  Akim Demaille  <akim@epita.fr>
10596         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
10597         message.
10598         From Matthias Andree.
10600 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
10602         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
10603         and truncate.
10605 2003-05-06  Akim Demaille  <akim@epita.fr>
10607         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
10608         longer updates aclocal.m4 if useless, (ii) if a file m4_included
10609         by aclocal.m4 is changed it might require the importing of another
10610         m4 extension file, i.e., aclocal must be run.
10612         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
10613         (&parse_args): Use --force with aclocal if required and supported.
10614         (&autoreconf_current_directory): Use &run_aclocal.
10616 2003-05-06  Akim Demaille  <akim@epita.fr>
10618         Lock autom4te's cache.
10620         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
10621         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
10622         argument instead of a file name, so that the request file remains
10623         open during the whole autom4te run.
10624         ($icache_file): New.
10625         (&freeze): Lock the $icache_file.
10627 2003-04-29  Derek Price  <derek@ximbiot.com>
10629         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
10630         seperator with m4_append_uniq().  It doesn't work.
10631         (AT_CLEANUP): Add `;' to end of at_help_all.
10632         (AT_INIT): Allow --keywords to be specified more than once.  When
10633         grepping $at_help_all for keywords, use the field and keyword
10634         seperators to ensure a complete keyword match.  Alter at_prev handling
10635         to support the new --keywords behavior.
10637 2003-04-27  Karl Berry  <karl@freefriends.org>
10639         * doc/autoconf.texi: Make the dir entries in the autoconf manual
10640         align better with others.  I also made some of the individual
10641         entries on one line, for brevity and to make it easier for me to
10642         sort my dir-example file in the Texinfo distribution :).
10644 2003-04-12  Jim Meyering  <jim@meyering.net>
10646         * NEWS: Mention the new macro.
10647         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
10648         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
10649         * tests/c.at: Test AC_C_RESTRICT.
10650         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
10652 2003-04-08  Akim Demaille  <akim@epita.fr>
10654         * bin/ifnames.in: Skip C++ comments.
10655         From Jeremy Yallop.
10657 2003-04-08  Akim Demaille  <akim@epita.fr>
10659         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
10660         From Ilya Zakharevich.
10662 2003-04-08  Akim Demaille  <akim@epita.fr>
10664         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
10665         net/if.h, stdlib.h.
10667 2003-04-01  Derek Price  <derek@ximbiot.com>
10669         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
10670         from Akim's checkin of 2003-03-29.
10672 2003-04-01  Derek Price  <derek@ximbiot.com>
10674         * tests/torture.at (Configuring subdirectories): Add missing
10675         close-quote for Akim's change from 2003-03-28.
10677 2003-04-01  Akim Demaille  <akim@epita.fr>
10679         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
10680         (AC, AT, MS): these.
10681         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
10682         New.
10683         Use them.
10684         * doc/Makefile.am (CLEANFILES): Adjust.
10685         (TEXI2DVI): Make it --batch.
10687 2003-03-31  Derek Price  <derek@ximbiot.com>
10689         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
10690         which removed the main loop.
10691         Thanks to Akim Demaille.
10693 2003-03-29  Akim Demaille  <akim@epita.fr>
10695         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
10696         that starts a GUI.
10697         From Ilya Zakharevich.
10699 2003-03-29  Akim Demaille  <akim@epita.fr>
10701         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
10702         documentation to read is Autoconf's.
10703         Suggested by Paul Eggert.
10705 2003-03-28  Akim Demaille  <akim@epita.fr>
10707         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
10708         reading the section "Present But Cannot Be Compiled" when the
10709         header causes problems.
10711 2003-03-28  Akim Demaille  <akim@epita.fr>
10713         * tests/torture.at (Configuring subdirectories): Require aclocal
10714         1.4, otherwise the test fails, as it does support configure.ac.
10715         This fixes the "test 40 failed" bug reports.
10717 2003-03-28  Akim Demaille  <akim@epita.fr>
10719         * doc/autoconf.texi (C Compiler): `#line' portability.
10720         From Paul Eggert and Nelson H. F. Beebe.
10722 2003-03-27  Derek Price  <derek@ximbiot.com>
10724         * lib/autotest/general.m4: Eliminate main loop and reorganize test
10725         layout in order to allow scripting around test groups.
10727 2003-03-27  Derek Price  <derek@ximbiot.com>
10729         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
10730         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
10731         use new diversions in preparation for accepting new arguments and
10732         allowing scripting around tests.
10733         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
10735 2003-03-26  Derek Price  <derek@ximbiot.com>
10737         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
10738         obsolete AC_HELP_STRING.
10739         (AC_HELP_STRING): AU_DEFUN to...
10740         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
10741         * tests/m4sh.at (AS_HELP_STRING): New test.
10743         * tests/acgeneral.at: Regenerated.
10745 2003-03-26  Derek Price  <derek@ximbiot.com>
10747         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
10748         sense.  Verbosify the diversion definitions comment.
10750 2003-03-26  Derek Price  <derek@ximbiot.com>
10752         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
10753         AS_PREPARE.
10755 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
10757         * doc/autoconf.texi (Present But Cannot Be Compiled):
10758         Grammar fixes and minor rewording. (trivial change)
10760 2003-03-06  Paul Eggert  <eggert@twinsun.com>
10762         Work around a problem noted by Nelson H. F. Beebe with coreutils
10763         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
10764         2002/05/09) rejects '#line 32768 "configure"' because the line
10765         number overflows.
10766         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
10767         #line directives.
10768         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
10769         * doc/autoconf.texi (Generating Sources): Document this.
10771 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
10773         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
10774         file name for the m4 program, when it has an "exe" file extension.
10775         DJGPP's error messages include the error code in brackets -
10776         remove the error code during normalization.
10778 2003-02-28  Akim Demaille  <akim@epita.fr>
10780         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
10782 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
10784         * doc/autoconf.texi (Limitations of Make): Remove the section
10785         about `$<' in inference rules, it was a bogus interpretation of
10786         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
10787         Tru64 make in the "target lookup" section.
10788         (Automake): Automake 1.5+ no longer requires special tools to be
10789         present on the developer's host.
10791 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
10793         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
10794         to a shell that can handle redirection or quoting correctly.
10795         Override SHELL with the shell detected by configure.
10796         Use of $^O suggested by Tim van Holder.
10797         * bin/autom4te.in (BEGIN): Likewise.
10798         * bin/autoreconf.in (BEGIN): Likewise.
10799         * bin/autoscan.in (BEGIN): Likewise.
10800         * bin/autoupdate.in (BEGIN): Likewise.
10801         * bin/ifnames.in (BEGIN): Likewise.
10803         * bin/ifnames.in: Add final newline to help and version messages.
10805         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
10806         to cope with DOS-style absolute paths, when constructing
10807         ${ac_make}.
10809         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
10810         When constructing paths with IFS=:, quote the path. If we're
10811         constructing a DOS-style absolute path, we don't want to split it
10812         on the colon.
10814         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
10815         in description.
10817 2003-02-25  Pavel Roskin  <proski@gnu.org>
10819         * bin/autoheader.in: Add missing newline when printing
10820         suggestion how change AC_DEFINE call.
10822 2003-02-24  Paul Eggert  <eggert@twinsun.com>
10824         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
10825         2002-09-01 patch by replacing "test -n" with "test -z".
10826         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
10827         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
10829         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
10830         to fix a mismatch between example and discussion.
10832 2003-02-24  Kevin Ryde  <user42@zip.com.au>
10834         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
10835         format starting with "-".
10837 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
10839         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
10840         is not portable inside Makefile.
10842 2003-02-20  Akim Demaille  <akim@epita.fr>
10844         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
10845         compiler says yeah, but preproc says nope, compiler is right.
10846         Conversely, prompt the reader to send a bug report to the
10847         maintainers of the package, not of Autoconf.
10849 2003-02-20  Klee Dienes  <kdienes@apple.com>
10851         * bin/autoreconf.in (autoreconf_current_directory): Properly
10852         handle an empty aclocal.m4.
10854 2003-02-20  Akim Demaille  <akim@epita.fr>
10856         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
10857         $ac_prefix_program.
10858         From Larry Jones.
10860 2002-12-23  Paul Eggert  <eggert@twinsun.com>
10862         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
10863         innocuous variant befor including <limits.h> or <assert.h>.  This
10864         works around a bug reported by Albert Chin: HP-UX 11i
10865         (and earlier versions) have a <limits.h> that declares
10866         gettimeofday and many other functions.
10868 2002-12-03  Paul Eggert  <eggert@twinsun.com>
10870         Version 2.57.
10872         * NEWS, configure.ac: Update version.
10874         * doc/fdl.texi: Upgrade to FDL version 1.2.
10876         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
10877         nontrivially in main's body, so that f's external declaration is
10878         not optimized away in AIX.  This should fix the bug reported by
10879         Martin Frydl in
10880         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
10882         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
10883         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
10884         defined, to support freestanding compilers.  This should fix the
10885         bug reported by Momchil Velkov in
10886         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
10888         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
10889         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
10890         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
10891         by Simon Josefsson in
10892         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
10894         * Makefile.maint (www-gnu): New macro.
10895         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
10896         the location has moved.
10898 2002-12-02  Martin Frydl  <martin@systinet.com>
10900         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
10901         \(.*\) match is too long and there is something more to be checked.
10902         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
10904 2002-11-15  Akim Demaille  <akim@epita.fr>
10906         Version 2.56.
10908         * config/install-sh: chmod +x.
10909         From Paul Eggert.
10910         * config/move-if-change: Indenting changes.
10911         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
10912         * configure.ac (AM_INIT_AUTOMAKE): here.
10913         Require 1.7.1.
10915 2002-11-14  Akim Demaille  <akim@epita.fr>
10917         Version 2.55.
10919         * config/config.guess, config/config.sub, config/install-sh:
10920         Update from masters.
10922 2002-11-14  Akim Demaille  <akim@epita.fr>
10924         * Makefile.maint: Sync with Bison, i.e.:
10925         (po-check): Scan .l and .y files instead of the
10926         .c and the .h files that they generate.  This fixes the bug
10927         reported by Tim Van Holder in:
10928         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
10929         Look for N_ as well as for _.  Try to avoid matching #define for
10930         N_ and _.
10931         From Paul Eggert.
10933 2002-11-14  Akim Demaille  <akim@epita.fr>
10935         * doc/autoconf.texi (C Compiler): Compiling several files at once.
10936         From Paul Eggert and Albert Chin-A-Young.
10938 2002-11-14  Akim Demaille  <akim@epita.fr>
10940         * doc/autoconf.texi (C Compiler): Solitary backslashes.
10941         From Paul Eggert and Albert Chin-A-Young.
10943 2002-11-14  Kevin Ryde  <user42@zip.com.au>
10945         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
10946         than assigning in main, to avoid HP cc +O3 optimizing it away.
10948 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
10950         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
10951         option.  Process --recheck after parsing all options.  Pass -q
10952         option to configure on --recheck.
10953         (AC_OUTPUT): Pass -q from configure to config.status.
10954         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
10955         arguments to record.
10956         * doc/autoconf.texi (config.status Invocation): Document
10957         config.status -q option.
10959 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
10961         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
10962         Makefile.in if Makefile.am exists.
10963         (output): Strip `.am' from Makefiles.  Don't
10964         output AC_CONFIG_FILES if no Makefiles were found.
10966 2002-11-07  Akim Demaille  <akim@epita.fr>
10968         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
10969         (local_updates): New.
10970         * Makefile.maint: Update, from CVS Bison.
10971         (local_updates): New.
10973 2002-11-06  Akim Demaille  <akim@epita.fr>
10975         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
10976         declaration in extern "C" too.
10977         Reported by Roberto Bagnara.
10979 2002-11-06  Akim Demaille  <akim@epita.fr>
10981         * tests/torture.at (Configuring subdirectories): Don't use grep
10982         -w.
10983         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
10984         Reported by Ezra Peisach.
10986 2002-11-05  Akim Demaille  <akim@epita.fr>
10988         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
10989         Remove.
10990         We _have_ to stop using the old compatibility scheme that tried to
10991         avoid useless backslashes because Libtool 1.4.3 contains a
10992         AC_DEFINE([error_t], [int],
10993         [Define to a type to use for \`error_t' if it is not
10994         otherwise available.])
10995         We _have_ to quote the single quote and backslashes with \.  The
10996         old compatibility scheme saw that ` was backslashed, and therefore
10997         did not quote the single quote.  Hence before this patch, Autoconf
10998         was not compatible with Libtool.
11000 2002-11-04  Paul Eggert  <eggert@twinsun.com>
11002         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
11003         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
11004         LC_NAME, LC_PAPER, LC_TELEPHONE.
11005         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
11007 2002-11-04  Akim Demaille  <akim@epita.fr>
11009         Version 2.54c.
11011         * Makefile.maint (update, cvs-update, po-update, do-po-update):
11012         New.
11013         * config/texinfo.tex: Update.
11015 2002-11-03  Akim Demaille  <akim@epita.fr>
11017         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
11018         from...
11019         (&autoreconf): here.
11020         ($help, $make, &parse_args, &autoreconf_current_directory):
11021         Support -m/--make.
11022         * doc/autoconf.texi (autoreconf Invocation): Adjust.
11024 2002-10-31  Bruno Haible  <bruno@clisp.org>
11026         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
11027         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
11028         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
11029         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
11030         to ac_cv_func_realloc_0_nonnull.
11031         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
11033 2002-10-31  Akim Demaille  <akim@epita.fr>
11035         The test suite was no longer checking for trailing envvars and files.
11037         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
11038         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
11040 2002-10-31  Akim Demaille  <akim@epita.fr>
11042         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
11043         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
11044         Make variable, not a shell variable.
11045         Suggested by Bruno Haible.
11047 2002-10-31  Akim Demaille  <akim@epita.fr>
11049         * bin/autom4te.in (load_configuration): Reject #args out of any
11050         language.
11052 2002-10-31  Akim Demaille  <akim@epita.fr>
11054         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
11055         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
11056         (_AC_RUN_IFELSE): Use it.
11057         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
11058         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
11059         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
11060         inline it.
11062 2002-10-30  Akim Demaille  <akim@epita.fr>
11064         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
11065         * doc/autoconf.texi (autom4te Invocation): Adjust.
11066         Suggested by Tim van Holder.
11068 2002-10-29  Paul Eggert  <eggert@twinsun.com>
11070         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
11071         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
11072         Problem reported by Bruno Haible.
11074 2002-10-29  Akim Demaille  <akim@epita.fr>
11076         * doc/autoconf.texi (Header Templates): Put also in words what the
11077         pictures says to assist free style readers.
11078         (Customizing autom4te): s/--cache=/--cache /.
11080 2002-10-29  Akim Demaille  <akim@epita.fr>
11082         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
11083         sys/wait.h.
11084         sparc_address_test returns void.
11085         Use it with an argument, as prototyped.
11086         From Bruno Haible.
11088 2002-10-29  Akim Demaille  <akim@epita.fr>
11090         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
11091         configure.in, not configure.ac.
11092         Reported by Bruno Haible.
11094 2002-10-29  Akim Demaille  <akim@epita.fr>
11096         * tests/torture.at (Deep Package): New test.
11097         (Configuring subdirectories): Don't use a testSubDir as Autotest
11098         now does it itself.
11100 2002-10-29  Akim Demaille  <akim@epita.fr>
11102         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
11103         * doc/autoconf.texi (Invoking autom4te): Rename as...
11104         (autom4te Invocation): this, for consistency with the other nodes.
11106 2002-10-29  Akim Demaille  <akim@epita.fr>
11108         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
11109         Reported by Ralf Corsepius.
11111 2002-10-29  Akim Demaille  <akim@epita.fr>
11113         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
11114         characters is a back as an `obsolete' warning now.
11115         Reported by Ralf Corsepius.
11117 2002-10-28  Akim Demaille  <akim@epita.fr>
11119         * configure.ac: Bump to 2.54c.
11121 2002-10-28  Akim Demaille  <akim@epita.fr>
11123         Version 2.54b.
11125         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
11127 2002-10-28  Akim Demaille  <akim@epita.fr>
11129         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
11130         m4 executable names, and different GNU M4 version.
11131         Reported by Ezra Peisach and Paul Jarc.
11133 2002-10-27  Akim Demaille  <akim@epita.fr>
11135         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
11136         AC_RUN_IFELSE.
11138 2002-10-27  Akim Demaille  <akim@epita.fr>
11140         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
11141         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
11142         Die when a simple Fortran program cannot be compiled.
11143         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
11144         Issue a warning if no function is given.
11146 2002-10-27  Akim Demaille  <akim@epita.fr>
11148         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
11149         Move the documentation of AC_TRY_RUN to...
11150         (Obsolete Macros): here.
11151         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
11152         (autoconf Invocation): Remove the duplicates with `invoking
11153         autom4te'.
11154         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
11155         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
11157 2002-10-27  Akim Demaille  <akim@epita.fr>
11159         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
11160         and AC_LANG_FUNC_LINK_TRY.
11161         (Examining Libraries): Rename as...
11162         (Running the Linker): this.
11163         Document AC_LINK_IFELSE.
11164         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
11165         (Obsolete Macros): here.
11166         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
11167         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
11168         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
11169         * lib/autoconf/headers.m4 (AC_USG): Likewise.
11171 2002-10-27  Akim Demaille  <akim@epita.fr>
11173         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
11175         More `check config.log' messages.
11177         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
11178         * doc/autoconf.texi (Printing Messages): Document it.
11179         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
11180         appropriate.
11181         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
11182         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
11183         (_AC_COMPILER_OBJEXT): Likewise.
11184         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
11185         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
11186         Likewise.
11187         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
11188         Likewise.
11190         Deprecate macros with unusual interfaces.
11192         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
11193         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
11195         Document the new ones, and proper style.
11197         * doc/autoconf.texi (Generating Sources): New.
11198         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
11199         (Examining Declarations): Rename as...
11200         (Running the Preprocessor): this.
11201         Document AC_PREPROC_IFELSE.
11202         (Examining Syntax): Rename as...
11203         (Running the Compiler): this.
11204         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
11205         (Obsolete Macros): Move the definition of AC_TRY_CPP and
11206         AC_TRY_COMPILE here.
11208 2002-10-27  Akim Demaille  <akim@epita.fr>
11210         Move sections around.
11212         * doc/autoconf.texi (Customizing autom4te): Remove a lost
11213         sentence.
11214         Reported by Burno Haible.
11215         (Language Choice): Now the first section of...
11216         (Writing Tests): this section.
11217         Make the introduction less C-centric.
11218         (Guidelines, Test Functions): Move to...
11219         (Writing Test Programs): this new section.
11220         (Test Programs): Merge into...
11221         (Run Time): this.
11223 2002-10-27  Akim Demaille  <akim@epita.fr>
11225         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
11226         autom4te.in that resulted in the need for two `make' runs.
11228 2002-10-27  Akim Demaille  <akim@epita.fr>
11230         * configure.ac: Bump to 2.54b.
11232 2002-10-25  Akim Demaille  <akim@epita.fr>
11234         Version 2.54a.
11236         * Makefile.maint: Update from the Coreutils.
11237         (AMTAR): Remove, obsolete.
11238         (automake_repo): Update to redhat.com.
11239         (cvs_file): New.
11240         Adjust to the fact that ansi2knr is now hosted by Automake.
11241         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
11242         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
11243         Update from masters.
11244         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
11245         autoscan.pre is not to be installed, and autoscan.list is not to
11246         be shipped.
11247         (CLEANFILES): Add autoscan.list.
11248         (autoscan.list): Disable the cache.
11249         * bin/Makefile.am: Include freeze.mk.
11251 2002-10-25  Akim Demaille  <akim@epita.fr>
11253         * bin/autom4te.in (&load_configuration): Take the file as
11254         argument.
11255         (&parse_args): Handle -C, --cache.
11256         ($help): Adjust.
11257         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
11258         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
11259         * doc/autoconf.texi (Invoking autom4te): Document --cache.
11260         Now a subsection of...
11261         (Using autom4te): This new section.
11262         (Customizing autom4te): New.
11263         (autom4te.cache): Adjust.
11265 2002-10-25  Akim Demaille  <akim@epita.fr>
11267         * doc/autoconf.texi (Generic Headers): More information on how to
11268         use AC_CHECK_HEADERS.
11270 2002-10-25  Akim Demaille  <akim@epita.fr>
11272         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
11273         Space changes.
11275 2002-10-25  Akim Demaille  <akim@epita.fr>
11277         * bin/autoscan.in (output): Output AC_PREREQ.
11278         (%needed_macros): Add AC_PREREQ so that configure.ac without one
11279         be reported.
11281 2002-10-23  Akim Demaille  <akim@epita.fr>
11283         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
11284         document _Bool.
11286 2002-10-23  Akim Demaille  <akim@epita.fr>
11288         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
11289         Reported by Peter Eisentraut.
11291 2002-10-23  Akim Demaille  <akim@epita.fr>
11293         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
11294         type _Bool.
11295         Fix a typo.
11296         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
11297         Eggert's recommandations.
11299 2002-10-22  Akim Demaille  <akim@epita.fr>
11301         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
11302         Bison, by Paul Eggert.
11303         * doc/autoconf.texi (Particular Headers): Document it.
11305 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
11307         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
11308         `$ac_configure_args'.
11310 2002-10-22  Akim Demaille  <akim@epita.fr>
11312         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
11313         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
11314         From Art Haas.
11316 2002-10-22  Akim Demaille  <akim@epita.fr>
11318         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
11320         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
11321         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
11322         (_AC_CHECK_HEADER_NEW): Rename as...
11323         (AC_CHECK_HEADER): this.
11325 2002-10-22  Akim Demaille  <akim@epita.fr>
11327         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
11328         words about HP-UX cmp: it was actually a user-written cmp.
11330 2002-10-22  Akim Demaille  <akim@epita.fr>
11332         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
11333         are a few warnings.
11334         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
11335         Quote for Perl '' strings, not "".
11336         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
11337         strings.
11339 2002-10-22  Akim Demaille  <akim@epita.fr>
11341         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
11342         characters is a syntax warning now.
11343         (_AS_QUOTE): Accept $2 as list of characters to quote.
11344         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
11345         Quote for Perl, not sh.
11346         * bin/autoheader.in: When $debug, report the file which is
11347         `do'ne.
11348         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
11349         `@', to tickle Perl's lists.
11350         Reported by Carlos Velasco.
11352 2002-10-18  Akim Demaille  <akim@epita.fr>
11354         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
11355         missing included files _are_ errors.
11356         Thanks to Alexandre Duret-Lutz.
11357         * tests/tools.at (autom4te cache): Adjust.
11358         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
11359         (AT_CHECK_M4SUGAR): Use it.
11360         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
11361         Adjust.
11362         * tests/tools.at (autom4te): Now it does exit 1.
11364 2002-10-17  Akim Demaille  <akim@epita.fr>
11366         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
11367         Fixes the `AC_ARG_VAR' test failures.
11368         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
11369         * lib/freeze.mk (check-forbidden-patterns): New.
11370         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
11371         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
11372         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
11373         /dev/null.
11374         Reported months ago by H. Merijn Brand.
11376 2002-10-17  Akim Demaille  <akim@epita.fr>
11378         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
11380 2002-10-16  Paul Eggert  <eggert@twinsun.com>
11382         * Makefile.maint (wget_files): Remove ansi2knr.c.
11383         (ansi2knr.c-url_prefix): Remove.
11385 2002-10-16  Akim Demaille  <akim@epita.fr>
11387         Because of caching, some files that no longer exist and are no
11388         longer required can still cause errors.
11389         Reported by Alexandre Duret-Lutz.
11391         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
11392         to frozen files in @ARGV, as @ARGV must remain being a list of
11393         files.  Rather, at M4 call sites, use this...
11394         (&files_to_options): New function.
11395         (&freeze): Use &error.
11396         (&up_to_date): If a file that was included according to the cache
11397         is no longer there, then the output is out dated.
11398         (&main): Don't even check whether a file is up to date is anyway
11399         --force is given.
11400         * tests/tools.at (autom4te cache): New.
11402 2002-10-16  Akim Demaille  <akim@epita.fr>
11404         * bin/autoconf.as: Kill dead options.
11405         * bin/autoupdate.in (&parse_args): Kill old options.
11406         * bin/autoreconf.in (&parse_args): Remove dead options.
11407         Factor some code.
11408         (&autoreconf): Report the directories we enter *and leave*, so
11409         that error messages can be easily located, and use GNU Make
11410         format, so that Emacs' compile mode understands us.
11411         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
11412         if some file was changed instead of `print'.
11413         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
11414         (&parse_args): Remove the dead options.
11415         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
11416         autoheader's quiet mode.
11417         (AT_CHECK_AUTOUPDATE): Likewise.
11418         * tests/tools.at (autoupdate): Adjust.
11419         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
11421 2002-10-11  Akim Demaille  <akim@epita.fr>
11423         No longer use CPP to check for the existing of headers: use CC to
11424         check for compilability.
11426         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
11427         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
11428         (_AC_CHECK_HEADER_NEW): Rename as...
11429         (AC_CHECK_HEADER): this.
11431         * lib/autotest/general.m4 (AT_INIT): Include the failed test
11432         numbers in the Subject suggestion.
11434 2002-10-11  Akim Demaille  <akim@epita.fr>
11436         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
11437         Suggest using AC_CHECK_DECLS instead.
11439 2002-10-11  Akim Demaille  <akim@epita.fr>
11441         * tests/torture.at (AC_ARG_VAR): Have configure report the value
11442         of `precious'.
11444 2002-10-11  Akim Demaille  <akim@epita.fr>
11446         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
11447         file name to enable parallel executions.
11448         From Sam Varshavchik.
11450 2002-10-08  Akim Demaille  <akim@epita.fr>
11452         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
11453         aclocal invocation, as Gettext macros might not be visible to
11454         aclocal.
11455         Instead of blindly running autopoint, scan configure.ac (not the
11456         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
11457         Reported by Paul D. Smith.
11459 2002-10-08  Paul Eggert  <eggert@twinsun.com>
11461         Work around problems found when POSIXLY_CORRECT=1 is set.
11462         None of this seems to have anything to do with POSIX, really,
11463         but it's how Perl getopt works.
11464         * bin/autom4te.in (parse_args): Configure GetOpt with
11465         "permute", too.
11466         * doc/autoconf.texi (Invoking autom4te):
11467         --warning -> --warnings.
11468         * lib/autom4te.in: --warning -> --warnings.
11470 2002-09-28  Akim Demaille  <akim@epita.fr>
11472         * doc/autoconf.texi (autom4te.cache): New section.
11474 2002-09-28  Akim Demaille  <akim@epita.fr>
11476         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
11477         (Automake-preselections): Update.
11478         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
11480 2002-09-28  Akim Demaille  <akim@epita.fr>
11482         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
11483         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
11484         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
11485         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
11487 2002-09-28  Akim Demaille  <akim@epita.fr>
11489         * tests/torture.at (Configuring subdirectories): Be robust to
11490         users who use config.site to require for a cache: in this case,
11491         the two last configure runs, using two different sets of
11492         arguments, trigger a legitimate error.
11494 2002-09-28  Akim Demaille  <akim@epita.fr>
11496         * tests/m4sh.at (Functions Support, Functions and return Support):
11497         New.
11499 2002-09-28  Akim Demaille  <akim@epita.fr>
11501         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
11502         autoheader are Perl programs.
11503         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
11504         (autom4te): Specify that the sources are in the $srcdir.
11505         * doc/autoconf.texi (Installation Directory Variables): Adjust.
11507 2002-09-28  Akim Demaille  <akim@epita.fr>
11509         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
11510         (tm_zone): Move their rules to...
11511         * lib/autoconf/types.m4: here, using AN_ macros.
11512         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
11513         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
11514         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
11515         * lib/autoconf/programs.m4: here.
11516         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
11517         (ETAGS_FOR_AUTOCONF): New.
11518         Use it.
11520 2002-09-28  Akim Demaille  <akim@epita.fr>
11522         * lib/autoconf/autoscan.m4: New file.
11523         * lib/autoconf/autoconf.m4: Include it.
11524         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
11525         that were listed in the original autoscan.list.
11526         * lib/autoconf/headers.m4: Similarly with headers.
11527         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
11528         (.m4.m4f): Don't pass --prepend-include, since that's done by
11529         tests/autom4te itself.
11530         * lib/autoscan/Makefile.am: Include freeze.mk.
11531         (autoscan.list): New target --this file is no longer a source.
11532         (autoscan.pre): New file.
11534 2002-09-28  Akim Demaille  <akim@epita.fr>
11536         * bin/autoscan.in (@kinds): Make them singular.
11537         Adjust all uses.
11538         (&init_tables): When --debug, report the list of rules to ease
11539         tracking changes in autoscan.list.
11540         * lib/autoscan/autoscan.list (function): Strip comments, sort.
11542 2002-09-28  Akim Demaille  <akim@epita.fr>
11544         * lib/autoscan/functions, lib/autoscan/headers,
11545         * lib/autoscan/identifiers, lib/autoscan/makevars,
11546         * lib/autoscan/programs: Merge into...
11547         * lib/autoscan/autoscan.list: this.
11548         * bin/autoscan.in (&init_tables): Adjust.
11550 2002-09-28  Akim Demaille  <akim@epita.fr>
11552         * lib/autoscan/functions, lib/autoscan/headers,
11553         * lib/autoscan/identifiers, lib/autoscan/makevars,
11554         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
11555         `functions' line is now prefixed with `function:'.
11556         * bin/autoscan.in (&init_tables): Adjust.
11558 2002-09-28  Akim Demaille  <akim@epita.fr>
11560         From now on, autoscan files must always map a macro name to a
11561         word: there is no `default' macro for autoscan.
11563         * bin/autoscan.in (&init_tables): Reject entries with no macro at
11564         all.
11565         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
11566         explicit.
11568 2002-09-28  Akim Demaille  <akim@epita.fr>
11570         * bin/autoscan.in (%c_keywords): Remove.
11571         (&used): Keep only track of the words we might be interested in.
11572         (&output_kind): It is no longer needed to look for non active
11573         checks.
11575 2002-09-27  Akim Demaille  <akim@epita.fr>
11577         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
11578         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
11579         * lib/autoscan/functions: Adjust.
11580         * doc/autoconf.texi (Particular Functions): Adjust.
11582 2002-09-27  Akim Demaille  <akim@epita.fr>
11584         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
11585         from /tmp.
11586         Thanks to Bill Moseley and Paul Eggert.
11587         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
11588         the tmpdir must be created.
11589         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
11590         dir be in the build tree, instead of $TMPDIR.
11592 2002-09-27  Akim Demaille  <akim@epita.fr>
11594         * bin/autoscan.in: Improve the comments.
11595         (&parse_args): Drop obsolete undocumented options.
11596         (&output_kind): Output warnings.
11597         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
11598         (getwd): Trigger a warning.
11600 2002-09-26  Akim Demaille  <akim@epita.fr>
11602         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
11603         Reported by Ralf Corsepius.
11604         * doc/autoconf.texi (autoreconf Invocation): Likewise.
11606 2002-09-26  Akim Demaille  <akim@epita.fr>
11608         Single suffix rules and seperated dependencies are not portable.
11610         * doc/autoconf.texi (Installation Directory Variables): Update.
11611         (Limitations of Make): Some about `Single Suffix Rules and
11612         Separated Dependencies'.
11613         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
11614         (ifnames, autoscan, autom4te): Un-factor into several rules.
11616 2002-09-25  Paul Eggert  <eggert@twinsun.com>
11618         * BUGS (Interoperability bugs): New section.  Mention libtool
11619         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
11621 2002-09-24  Paul Eggert  <eggert@twinsun.com>
11623         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
11624         make handles suffix-rules differently from GNU make.
11626         * bin/Makefile.am (SUFFIXES, .in): Remove.
11627         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
11628         Move the body of the old .in rule here.
11630 2002-09-16  Akim Demaille  <akim@epita.fr>
11632         i960 compilers create `b.out' files by default.
11633         Reported by Ralf Corsepius.
11635         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
11636         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
11638 2002-09-13  Paul Eggert  <eggert@twinsun.com>
11640         * doc/autoconf.texi (Particular Headers): Remove obsolete
11641         reference to `struct timezone' in the description of
11642         AC_HEADER_TIME.
11644 2002-09-13  Akim Demaille  <akim@epita.fr>
11646         Version 2.54.
11648         * config/config.sub, config/config.guess: Update.
11649         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
11650         * Makefile.am: Adjust.
11652 2002-09-13  Akim Demaille  <akim@epita.fr>
11654         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
11655         reading config.log when the compiler is rejected.
11656         Suggested by Guido Draheim.
11658 2002-09-13  Akim Demaille  <akim@epita.fr>
11660         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
11661         (chdir_init) might hang when stat'ing mounted directories.
11662         Reported by Vance Shipley.
11664 2002-09-12  Akim Demaille  <akim@epita.fr>
11666         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
11667         the lists.
11669 2002-09-12  Akim Demaille  <akim@epita.fr>
11671         * doc/autoconf.texi (Defining Symbols): Present two different
11672         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
11673         difference between 1 argument calls, and 2-3 argument calls.
11675 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
11677         * doc/autoconf.texi: Review grammar and punctuation.
11679 2002-09-11  Paul Eggert  <eggert@twinsun.com>
11681         * doc/autoconf.texi: Fix minor formatting, spelling, and
11682         grammatical typos.
11683         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
11684         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
11685         is obsolescent.
11687 2002-09-11  Akim Demaille  <akim@epita.fr>
11689         * doc/autoconf.texi (Questions): Rename as...
11690         (FAQ): this.
11691         (Defining Directories): New.
11693 2002-09-09  Akim Demaille  <akim@epita.fr>
11695         * doc/autoconf.texi (Making testsuite Scripts): Update.
11696         Suggested by Nishio Futoshi.
11698 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
11700         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
11701         plain `@' is wanted.
11703 2002-09-09  Akim Demaille  <akim@epita.fr>
11705         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
11706         `duplicates', since the algorithm was too naive and could keep
11707         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
11708         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
11709         Reported by Ralf Corsepius.
11710         * tests/torture.at (Configuring subdirectories): Exercise these
11711         cases.
11713 2002-09-09  Akim Demaille  <akim@epita.fr>
11715         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
11716         looking for a replacement file.
11717         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
11718         directory is relative.
11719         * doc/autoconf.texi (Generic Functions): Clarify the replacement
11720         directory definition.
11721         Reported by Andreas Schwab and Jim Meyering.
11723 2002-09-06  Akim Demaille  <akim@epita.fr>
11725         * doc/autoconf.texi (Setting Output Variables): Clarify what
11726         precious variables are.
11727         Suggested by Pontus Skoeld.
11729 2002-09-05  Akim Demaille  <akim@epita.fr>
11731         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
11732         (ifnames, autoscan, autom4te): Since we don't only depend on
11733         configure.ac variables (such as VERSION etc.), but also on prefix
11734         and so forth, depend on Makefile, not configure.ac.
11735         Reported by Alexandre Duret-Lutz.
11736         * doc/autoconf.texi (Installation Directory Variables): Adjust.
11738 2002-09-05  Kevin Ryde  <user42@zip.com.au>
11740         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
11741         doesn't seem to be confined to ia64, just say "some versions".
11743 2002-09-04  Akim Demaille  <akim@epita.fr>
11745         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
11746         Automake 1.6c.
11747         * Makefile.am (maintainer-clean-local): Remove.
11748         (MAINTAINERCLEANFILES): Remove COPYING.
11750 2002-09-03  Paul Eggert  <eggert@twinsun.com>
11752         * doc/autoconf.texi (Configuration Commands): Remove obsolete
11753         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
11754         Brinkmann.
11756 2002-09-03  Akim Demaille  <akim@epita.fr>
11758         * configure.ac: Bump to 2.53d.
11759         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
11760         as of today, on Automake's team suggestion.
11762 2002-09-03  Akim Demaille  <akim@epita.fr>
11764         Version 2.53c.
11766 2002-09-02  Akim Demaille  <akim@epita.fr>
11768         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
11769         SITE_MACRO_DIR.
11770         * configure.ac: Disable SITE_MACRO_DIR.
11772 2002-09-02  Jim Meyering  <meyering@lucent.com>
11774         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
11775         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
11776         Also, tweak grammar: s/make sure to/be sure to/.
11778 2002-09-02  Paul Eggert  <eggert@twinsun.com>
11780         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
11781         directory names are generally preferable to physical names.
11783 2002-09-02  Akim Demaille  <akim@epita.fr>
11785         * lib/Autom4te/General.pm (&update_file): s/die/error/.
11786         Reported by Raja R. Harinath.
11787         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
11788         * bin/autoupdate.in: Use error instead of die.
11790 2002-09-01  Paul Eggert  <eggert@twinsun.com>
11792         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
11793         ordinary shell concatenation rather than echo+tr+sed command that
11794         runs afoul of a long-line-related sed bug in Solaris 8.
11796         * bin/autoheader.in (parse_args): --warning -> --warnings.
11798         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
11799         stdout, as traditional "ls" does.
11800         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
11801         _AC_COMPILER_EXEEXT_O): Likewise.
11802         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
11804         * bin/autoconf.as: Add --prepend-include option.  This patch was
11805         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
11806         but bin/autoconf.in is generated automatically from bin/autoconf.as.
11808         * bin/autoconf.in, configure: Regenerate.
11810         * doc/autoconf.texi (Special Shell Variables): Mention
11811         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
11813         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
11814         MAILPATH and set PS1, PS2, PS4 to default values, to work
11815         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
11816         For LC_ALL etc, first try to set to "C" as POSIX requires and as
11817         the Autoconf documentation specifies; fall back to "unset" only if
11818         this fails.  Use a shell for-loop for this rather than an m4 loop,
11819         to shorten the output script.
11821 2002-08-30  Paul Eggert  <eggert@twinsun.com>
11823         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
11824         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
11825         for the CDPATH problem.  Document PWD.
11826         (Limitations of Builtins): Document the problem that "cd $foo" and
11827         "ls $foo" may refer to different directories in shells conforming
11828         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
11829         example, since the old example is now out of date.
11831         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
11832         FOO" and "ls FOO" talk about different directories; this catches
11833         problems when POSIX 1003.1-2001 "cd" fails due to symlink
11834         spaghetti.
11836         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
11837         of rolling our own unset.
11838         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
11839         in practice we needn't worry about CDPATH if unset doesn't work.
11841         * Makefile.in, aclocal.m4, bin/Makefile.in,
11842         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
11843         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
11844         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
11845         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
11846         tests/Makefile.in: Regenerate with Automake 1.6.3.
11848         * config/config.guess, config/config.sub, config/mkinstalldirs:
11849         Update.
11851         * configure: Regenerate with self.
11853 2002-08-30  Kevin Ryde  <user42@zip.com.au>
11855         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
11856         default output.
11858 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11860         * bin/autom4te.in (Request::load): Correctly test for "do" read
11861         failure.
11863 2002-08-29  Akim Demaille  <akim@epita.fr>
11865         * lib/Autom4te/General.pm (&xqx): New.
11866         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
11867         hand, which is not portable.
11868         (&error): New.
11869         * bin/autom4te.in: Use them.
11870         Use &error instead of die.
11871         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
11872         Adjust.
11874 2002-08-17  Paul Eggert  <eggert@twinsun.com>
11876         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
11877         default list of compilers to try, since it was long ago superseded
11878         by the ksh fc builtin.  Suggested by Steven G. Johnson.
11880 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
11882         * doc/autoconf.texi (Invoking autom4te): End the option table,
11883         fixing a bug introduced by the previous patch.
11884         (Limitations of Make): Add a 'target lookup' subentry in the
11885         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
11887 2002-07-29  Mark D. Roth  <roth@feep.net>
11889         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
11890         options and use $AUTOM4TE_PATH.
11891         * doc/autoconf.texi: Remove documentation of autom4te
11892         --include-envvar and --site-macro-subdir options and document
11893         use of $AUTOM4TE_PATH.
11894         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
11895         arguments from each language section.
11897 2002-07-29  Paul Eggert  <eggert@twinsun.com>
11899         * doc/install.texi: Include copyright symbol in copyright notice.
11901         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
11902         Replace with:
11903         (AM_MAKEINFOFLAGS): New macro.
11904         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
11905         * Makefile.am (INSTALL): Use the new macros.
11906         Use -o rather than --output, since "missing" does not grok --output.
11908 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
11910         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
11911         comments do not always work. Never trust the exit status of
11912         `make -k'.
11914 2002-07-24  Kevin Ryde  <user42@zip.com.au>
11916         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
11917         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
11919 2002-07-23  Paul Eggert  <eggert@twinsun.com>
11921         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
11922         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
11923         apparently treats PATH="nonexistent" as if it contained ".".
11924         Bug reported by Stefan `Sec' Zehl.
11926 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
11928         * doc/autoconf.texi (Limitations of Make): Mention the special
11929         handling of the obj/ directory by BSD make.
11931 2002-07-20  Kevin Ryde  <user42@zip.com.au>
11933         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
11934         backslashes.
11936 2002-07-19  Akim Demaille  <akim@epita.fr>
11938         * doc/autoconf.texi (Function Portability): `exit'.
11939         (Programming in M4sh): Ethymology of M4sh.
11941 2002-07-19  Akim Demaille  <akim@epita.fr>
11943         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
11945 2002-07-18  Akim Demaille  <akim@epita.fr>
11947         Version 2.53b.
11949 2002-07-18  Akim Demaille  <akim@epita.fr>
11951         * config/config.guess, config/config.sub: Update.
11953 2002-07-18  Akim Demaille  <akim@epita.fr>
11955         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
11956         Automake's parts.
11958         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
11959         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
11960         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
11962 2002-07-18  Akim Demaille  <akim@epita.fr>,
11963             Alexandre Duret-Lutz  <duret_g@epita.fr>
11965         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
11966         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
11968 2002-07-17  Russ Allbery  <rra@stanford.edu>
11970         * doc/autoconf.texi (Initializing configure): Clarify the
11971         description of the tarname default.
11973 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
11975         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
11976         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
11977         latter was not run.
11979 2002-07-17  Akim Demaille  <akim@epita.fr>
11981         * lib/Autom4te/General.pm (find_file): Browse the directories in
11982         the order they are given.
11984 2002-07-17  Akim Demaille  <akim@epita.fr>
11986         * tests/wrapsh.as, tests/wrappl.as: Merge into...
11987         * tests/wrapper.as: this.
11988         * tests/Makefile.am, configure.ac: Adjust.
11990 2002-07-17  Mark D. Roth  <roth@feep.net>
11992         * configure.ac: Add --enable-site-macro-dir option.
11993         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
11994         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
11995         --site-macro-subdir options.
11996         * bin/autoconf.in: Add --prepend-include option.
11997         * bin/autoheader.in: Add --prepend-include option.
11998         * bin/autoreconf.in: Add --prepend-include option.
11999         * bin/autoscan.in: Add --prepend-include option.
12000         * bin/autoupdate.in: Add --prepend-include option.
12001         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
12002         macro directory, remove note that include path directories are
12003         used in reverse order, and document --prepend-include option.
12004         * lib/autom4te.in: Use --prepend-include instead of --include.
12005         * tests/wrapsh.in: Use --prepend-include instead of --include.
12007 2002-07-17  Akim Demaille  <akim@epita.fr>
12009         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
12010         tarnames.
12011         * doc/autoconf.texi (Initializing configure): Adjust.
12013 2002-07-17  Akim Demaille  <akim@epita.fr>
12015         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
12016         (_AC_FUNC_MALLOC): New.
12017         (AC_FUNC_MALLOC): Use the latter.
12018         Define HAVE_MALLOC to 0 if broken.
12019         * doc/autoconf.texi (Particular Functions): Adjust.
12021 2002-07-16  Akim Demaille  <akim@epita.fr>
12023         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
12024         * doc/autoconf.texi (C Compiler): Adjust.
12026 2002-07-09  Akim Demaille  <akim@epita.fr>
12028         * doc/autoconf.texi: Properly set the ``header'' part.
12030 2002-07-09  Akim Demaille  <akim@epita.fr>
12032         * doc/autoconf.texi (Systemology): Some about Darwin.
12034 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
12036         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
12037         Don't use AC_REQUIRE in AU_DEFUN.
12039 2002-07-09  Art Haas  <ahaas@neosoft.com>
12041         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
12043 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
12045         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
12046         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
12047         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
12048         so that Emacs setups GNU style for perl-mode and cperl-mode.
12050 2002-06-27  Paul Eggert  <eggert@twinsun.com>
12052         * config/install-sh: Quote $src.  Prefer || to test's -o option,
12053         as per "Limitations of Builtins".
12054         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
12055         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
12057         * tests/mktests.sh: Use grep instead of fgrep, as per
12058         "Limitations of Builtins".
12060 2002-06-15  Paul Eggert  <eggert@twinsun.com>
12062         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
12063         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
12064         so that we consistently test the just-built programs.
12065         * tests/wrappl.as: Likewise.
12067 2002-06-12  Paul Eggert  <eggert@twinsun.com>
12069         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
12070         name, so that symlinks to 'autoconf' work properly.  Bug reported
12071         by Bruno Haible.
12072         * bin/autoheader.in (AUTOM4TE): Likewise.
12073         * bin/autoreconf.in (autoconf, autoheader): Likewise.
12074         * bin/autoscan.in (autom4te): Likewise.
12075         * bin/autoupdate.in (autom4te): Likewise.
12077         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
12078         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
12079         on Solaris 2.5.1.
12081 2002-06-11  Andreas Schwab  <schwab@suse.de>
12083         * doc/autoconf.texi: Add more dir entries.
12085 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
12087         * bin/autom4te.in ($cache): Don't define using `$me', the name
12088         of the cache should not depend on the name under which autom4te
12089         was installed.
12091 2002-06-07  Akim Demaille  <akim@epita.fr>
12093         * tests/tools.at (autoconf: forbidden tokens, basic)
12094         (autoconf: forbidden tokens, exceptions): Adjust to the change of
12095         words in autom4te.in.
12097 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
12099         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
12100         _AC_LANG_PROGRAM_C_F77_HOOKS.
12102 2002-06-07  Akim Demaille  <akim@epita.fr>
12104         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
12105         rename as...
12106         (AC_REPLACE_FNMATCH): this.
12107         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
12108         AC_FUNC_FNMATCH_GNU.
12110 2002-06-07  Akim Demaille  <akim@epita.fr>
12112         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
12113         Rosetta Stone for Unix.
12115 2002-06-07  Akim Demaille  <akim@epita.fr>
12117         * bin/autom4te.in (warn_forbidden): When rejecting a token,
12118         suggest m4_pattern_allow.
12119         Suggested by Adam J. Richter.
12121 2002-06-07  Akim Demaille  <akim@epita.fr>
12123         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
12124         ac_config_libobj_dir.
12125         (AC_CONFIG_LIBOBJ_DIR): New.
12126         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
12127         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
12128         Use ac_config_libobj_dir to find the replacement files.
12129         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
12130         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
12131         (AC_REPLACE_FNMATCH_GNU): these.
12132         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
12133         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
12134         * tests/mktests.sh (ac_exclude_list): Don't check
12135         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
12137 2002-06-06  Paul Eggert  <eggert@twinsun.com>
12139         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
12140         if ln doesn't work.
12141         * NEWS: Likewise.
12142         * doc/autoconf.texi (Configuration Links): Likewise.
12143         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
12145 2002-06-05  Paul Eggert  <eggert@twinsun.com>
12147         * config/config.guess, config/config.sub, config/texinfo.tex:
12148         Update from masters.
12150 2002-05-29  Paul Eggert  <eggert@twinsun.com>
12152         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
12153         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
12154         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
12155         Likewise.
12156         * lib/autoconf/Makefile.am (check-local): Likewise.
12157         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
12158         * lib/autoconf/types.m4 (commentary only): Likewise.
12159         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
12160         * lib/autotest/Makefile.am (check-local): Likewise.
12161         * lib/m4sugar/Makefile.am (check-local): Likewise.
12162         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
12163         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
12165         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
12166         * doc/autoconf.texi (Particular Programs): Document them.
12167         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
12168         * NEWS: Likewise.
12170 2002-05-27  Paul Eggert  <eggert@twinsun.com>
12172         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
12173         * NEWS, doc/autoconf.texi (Particular Types): Document it.
12174         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
12175         instead of AC_MBSTATE_T, which never existed.
12177 2002-05-23  Akim Demaille  <akim@epita.fr>
12179         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
12180         version of Autoconf that is discussed.
12182 2002-05-22  Paul Eggert  <eggert@twinsun.com>
12184         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
12185         from the default list of compilers to try.  Suggested by
12186         Kate Hedstrom.
12187         * NEWS: Document the above.
12188         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
12190 2002-05-17  Paul Eggert  <eggert@twinsun.com>
12192         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
12193         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
12194         This improves on an earlier suggestion by H. Peter Anvin.
12196 2002-05-16  Paul Eggert  <eggert@twinsun.com>
12198         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
12199         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
12200         Both macros now accept an optional source-dir arg.
12201         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
12203         * NEWS: Document this.
12204         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
12206         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
12207         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
12208         not for GNU extensions; this undoes part of the 2000-11-03 change,
12209         reverting to 2.13-compatible behavior.
12210         Add new optional argument DIR.
12211         (AC_FUNC_FNMATCH_GNU): New macro.
12213         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
12215 2002-05-08  Paul Eggert  <eggert@twinsun.com>
12217         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
12218         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
12219         and it causes a 'test' syntax error if it fails.
12220         Bug reported by Stephen Gildea.
12222         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
12223         If prototypes are supported, use them to check this at compile-time,
12224         instead of trying to check it at run-time.  If we must do a run-time
12225         check, assume that setvbuf is standard when cross-compiling, as
12226         nonstandard setvbuf occurs only on ancient and unlikely hosts.
12227         Bug reported by Paul D. Smith.
12229         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
12230         argument specifying location of getloadavg.c.  This removes a
12231         FIXME.  This idea was taken from Jim Meyering's implementation in
12232         textutils.
12233         * doc/autoconf.texi (Particular Functions): Document this.
12234         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
12235         that's what the code does; this fixes a bug reported by
12236         Paul D. Smith.
12238 2002-05-03  Akim Demaille  <akim@epita.fr>
12240         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
12241         autopoint instead of gettextize.
12242         ($uses_alocal): Rename as...
12243         ($uses_aclocal): this.
12244         * doc/autoconf.texi (autoreconf Invocation): Adjust.
12245         Suggested by Bruno Haible.
12247 2002-05-03  Akim Demaille  <akim@epita.fr>
12249         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
12251 2002-04-29  Paul Eggert  <eggert@twinsun.com>
12253         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
12254         files to be 1 second older; just set them to be the same time.
12255         Also, sleep 1 second after the first aclocal, to work around
12256         problems with sub-second time stamps on the input files.
12258 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
12260         * doc/autoconf.texi: Mention "set -e -x" lossage
12261         under node "Limitations of Builtins".
12263 2002-04-29  Akim Demaille  <akim@epita.fr>
12265         * doc/install.texi: Better wording for setting variables when
12266         running configure.
12267         From Christian Cornelssen.
12269 2002-04-29  Akim Demaille  <akim@epita.fr>
12271         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
12272         of lack of $LINENO support, then the test will compare the $LINENO
12273         in testsuite vs. the lineno in the test file.  This is wrong, of
12274         course.
12275         Be sure to protect it.
12276         Reported by Patrick Welche.
12278 2002-04-25  Akim Demaille  <akim@epita.fr>
12280         * doc/autoconf.texi (Obsolete Macros): Typo.
12281         Reported by Vladimir Volovich.
12283 2002-04-25  Akim Demaille  <akim@epita.fr>
12285         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
12286         than some of the input files, hence, on the second run of aclocal,
12287         if some of its input are younger, make them older.
12288         Suggested by Paul Eggert.
12290 2002-04-25  Akim Demaille  <akim@epita.fr>
12292         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
12293         Thanks to Paul Eggert.
12295 2002-04-25  Akim Demaille  <akim@epita.fr>
12297         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
12298         and ac_subst_vars be sh variables containing the list of
12299         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
12300         DEFAULT diversion.
12301         (_AC_INIT_PREPARE): Use them to log them.
12302         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
12303         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
12304         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
12305         _AC_SUBST_FILES and _AC_SUBST_VARS.
12306         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
12308 2002-04-24  Akim Demaille  <akim@epita.fr>
12310         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
12311         autoheader, so that automake does not complain about a missing
12312         config.h.in that was to be created.
12314 2002-04-23  Akim Demaille  <akim@epita.fr>
12316         * bin/autoheader.in (parse_args): --warning takes an argument.
12317         Fixes PR/220.
12319 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
12321         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
12322         and bb.out when cleaning up.
12324 2002-04-22  Akim Demaille  <akim@epita.fr>
12326         Version 2.53a.
12328 2002-04-22  Akim Demaille  <akim@epita.fr>
12330         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
12332 2002-04-22  Akim Demaille  <akim@epita.fr>
12334         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
12335         comma.
12336         Reported by Gregory Giannoni.
12338 2002-04-22  Akim Demaille  <akim@epita.fr>
12340         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
12341         Fixes false failures on Darwin.
12343 2002-04-21  Paul Eggert  <eggert@twinsun.com>
12345         * TODO, bin/autoupdate.in, doc/autoconf.texi,
12346         lib/autoconf/general.m4, lib/autoconf/libs.m4,
12347         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
12348         tests/tools.at: Minor spelling and grammar fixes.
12350 2002-04-20  Paul Eggert  <eggert@twinsun.com>
12352         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
12353         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
12354         * lib/autotest/general.m4 (AT_INIT): Likewise.
12355         * tests/atgeneral.m4 (AT_INIT): Likewise.
12357 2002-04-19  Paul Eggert  <eggert@twinsun.com>
12359         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
12360         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
12361         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
12362         lib/autoconf/functions.m4, lib/autoconf/general.m4,
12363         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
12364         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
12365         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
12366         Minor spelling and grammar fixes.
12368         * doc/autoconf.texi: Follow the outline suggested in the GNU
12369         Sample Texts sections of the Texinfo 4.2 manual.  Most
12370         importantly, this makes sure that the copyright notices appear in
12371         all output formats.  You probably need Texinfo 4.2 to generate
12372         the manual now.
12374         Fix some bugs when using "$@" when there might be zero positional
12375         arguments in cases where this matters.
12377         * bin/autoconf.as: Rewrite so that the problem does not come up.
12378         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
12379         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
12380         * lib/autotest/general.m4 (AT_INIT): Likewise.
12382         * bin/autoheader.in: Use 'case' statement to work around problem.
12383         * bin/auto4mte.in: Likewise.
12384         * bin/autoreconf.in: Likewise.
12385         * bin/autoscan.in: Likewise.
12386         * bin/autoupdate.in: Likewise.
12387         * bin/ifnames.in: Likewise.
12389         * doc/autoconf.texi (Shell Substitutions): Document the problem.
12391         * lib/autotest/general.m4 (AT_INIT):
12392         Use Zsh alias to work around problem.
12393         * tests/atgeneral.m4 (AT_INIT): Likewise.
12395         * tests/c.at: We can't have zero arguments, so remove workaround
12396         that is not portable to Zsh.
12398 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
12400         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
12401         from aclocal.m4 too.
12403 2002-04-12  Akim Demaille  <akim@epita.fr>
12405         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
12407 2002-04-10  Akim Demaille  <akim@epita.fr>
12409         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
12410         workaround for ${1+"$@"}.
12411         * doc/autoconf.texi (Shell Substitutions): Explain it.
12412         From Oliver Kiddle and Peter Stephenson.
12414         Have M4sh perform minimal shell sanitizing.
12416         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
12417         part into...
12418         (_AS_PREPARE): this new macro.
12419         (AS_PREPARE): New.
12420         (AS_INIT): Invoke AS_SHELL_SANITIZE.
12421         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
12423         Adjust Autoconf and Autotest.
12425         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
12426         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
12427         * lib/autotest/general.m4 (AT_INIT): Likewise.
12428         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
12429         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
12430         AS_SHELL_SANITIZE.
12432         Use this M4sh to generate Autoconf's shell scripts.
12434         * tests/wrapsh.as: New, precursor of wrapsh.in.
12435         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
12436         on Autotest and M4sh.
12437         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
12438         (wrapsh.in): New target.
12439         * bin/autoconf.as: New, precursor of autoconf.in.
12440         (autoconf.in): New target.
12442 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
12444         * doc/autoconf.texi (Limitations of Make): Mention the issue
12445         with indented comments in rules.
12447 2002-04-09  Andreas Schwab  <schwab@suse.de>
12449         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
12450         ac_top_builddir when setting ac_abs_top_builddir.
12452 2002-04-06  Kevin Ryde  <user42@zip.com.au>
12454         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
12455         (Portable Shell): Cross reference to Systemology.
12457 2002-04-05  Akim Demaille  <akim@epita.fr>
12459         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
12460         directories when descending in a SUBDIRS.
12461         Reported by Ezra Peisach.
12463 2002-04-04  Andreas Schwab  <schwab@suse.de>
12465         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
12466         contains no literal separators.
12468 2002-04-03  Akim Demaille  <akim@epita.fr>
12470         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
12471         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
12472         Use dnl, not the KILL diversion.
12473         Extracted from...
12474         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
12475         (AC_CONFIG_LINKS): here.
12476         Adjust.
12477         Don't use the KILL diversion, as it kills spurious output, which
12478         results in failures being hidden.
12479         Use m4_defn where appropriate.
12480         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
12481         after the second argument.
12482         Use m4_defn.
12483         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
12484         syntax, as it is provided by M4sugar.
12485         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
12487 2002-04-03  Andreas Schwab  <schwab@suse.de>
12489         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
12490         expanded if $# <= 2.
12492         * bin/autoreconf.in (autoreconf): Run automake after rerunning
12493         aclocal.
12495 2002-04-03  Akim Demaille  <akim@epita.fr>
12497         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
12498         (_AC_COMPILER_EXEEXT_REJECT): New.
12499         Also recognize *.bb and *.bbg as compilation byproducts.
12500         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
12501         (_AC_COMPILER_OBJEXT): Use them.
12502         Fixes Debian #138666.
12504 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
12506         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
12508         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
12509         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
12510         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
12511         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
12512         (AC_C_CONST): Same.
12513         (AC_C_INLINE): Same.
12514         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
12515         * doc/autoconf.texi, NEWS: Document.
12516         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
12517         AC_C_CROSS.
12519 2002-04-02  Akim Demaille  <akim@epita.fr>
12521         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
12522         _AS_MKDIR_P_PREPARE.
12524 2002-03-28  Kevin Ryde  <user42@zip.com.au>
12526         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
12527         to avoid versions of HP C which don't allow that.
12529 2002-03-27  Paul Eggert  <eggert@twinsun.com>
12531         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
12532         (AS_SHELL_SANITIZE): Invoke it.
12533         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
12535 2002-03-26  Akim Demaille  <akim@epita.fr>
12537         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
12539 2002-03-26  Akim Demaille  <akim@epita.fr>
12541         * doc/autoconf.texi (Introduction): The GNATS base moved.
12543 2002-03-25  Paul Eggert  <eggert@twinsun.com>
12545         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
12546         as POSIX requires, as it doesn't work with Zsh.
12547         * doc/autoconf.texi (Assignments): Document the problem.
12549 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
12551         * doc/autoconf.texi (Limitations of Make): Mention more issue
12552         about VPATH, overriding of macros in sub-makes, and handling of
12553         SHELL.
12555 2002-03-21  Paul Eggert  <eggert@twinsun.com>
12557         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
12558         problem with here-document buffer boundaries.
12560         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
12561         when reinvoking the shell, to work around problems with installers
12562         who put strange things like "cd" commands in their environments.
12564 2002-03-19  Akim Demaille  <akim@epita.fr>
12566         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
12567         From Aaron Ucko.
12569 2002-03-19  Akim Demaille  <akim@epita.fr>
12571         * bin/autoscan.in (scan_file): Specify the location in `&used'
12572         invocations.
12573         From Nicolas Joly.
12575 2002-03-19  Akim Demaille  <akim@epita.fr>
12577         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
12578         From Nishio Futoshi.
12580 2002-03-19  Akim Demaille  <akim@epita.fr>
12582         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
12584 2002-03-18  Paul Eggert  <eggert@twinsun.com>
12586         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
12587         (Limitations of Usual Tools): Add mkdir section.
12589         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
12590         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
12591         back on AS_DIRNAME to compute prefixes otherwise; this is
12592         roughly what mkinstalldirs does.  That way, we need not have
12593         our own filename disassembler.  The old disassembler did not
12594         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
12596         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
12597         Create at_test_all by a series of assignments,
12598         not by a single assignment of a long string.  The latter causes ksh
12599         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
12600         presumably because of a buffer overrun.
12602 2002-03-14  Paul Eggert  <eggert@twinsun.com>
12604         * lib/autotest/general.m4 (at_times_skip):
12605         Renamed from at_times.  Now a boolean.
12606         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
12607         says 'times: not found'.
12609 2002-03-14  Akim Demaille  <akim@epita.fr>
12611         * bin/autoreconf.in (&study_gettextize): New.
12612         (&autoreconf): Handle newest gettextize.
12613         Rerun aclocal if needed.
12614         Suggested by Andreas Schwab.
12616 2002-03-13  Akim Demaille  <akim@epita.fr>
12618         * doc/autoconf.texi (Special Shell Variables): More about IFS.
12620 2002-03-13  Akim Demaille  <akim@epita.fr>
12622         * doc/autoconf.texi (Header Portability): New.
12623         Add information about stdint.h and inttypes.h from Paul Eggert.
12625 2002-03-13  Akim Demaille  <akim@epita.fr>
12627         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
12628         -p'.
12629         From Bob Proulx.
12631 2002-03-12  Akim Demaille  <akim@epita.fr>
12633         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
12634         m4_require.
12636 2002-03-11  Andreas Schwab  <schwab@suse.de>
12638         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
12639         does not do it if --with-lispdir is given.
12641 2002-03-08  Akim Demaille  <akim@epita.fr>
12643         Version 2.53.
12645 2002-03-08  Akim Demaille  <akim@epita.fr>
12647         * doc/autoconf.texi (Subdirectories): Clarify that the
12648         subdirectory should exist.
12650 2002-03-08  Akim Demaille  <akim@epita.fr>
12652         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
12654 2002-03-08  Akim Demaille  <akim@epita.fr>
12656         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
12657         aliases the actual variables, and modifications of the former
12658         affect the latter.
12660 2002-03-08  Akim Demaille  <akim@epita.fr>
12662         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
12663         because of C-c: have m4 output in tmp files, then mv them.
12665 2002-03-08  Akim Demaille  <akim@epita.fr>
12667         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
12668         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
12669         * bin/ifnames.in: Copyright update.
12671 2002-03-08  Akim Demaille  <akim@epita.fr>
12673         * doc/autoconf.texi (Invoking autom4te): New.
12675 2002-03-05  Akim Demaille  <akim@epita.fr>
12677         * doc/autoconf.texi (Specifying Names): Clarification suggested by
12678         Kevin Ryde.
12680 2002-03-05  Akim Demaille  <akim@epita.fr>
12682         Version 2.52i.
12684 2002-03-04  Akim Demaille  <akim@epita.fr>
12686         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
12687         * lib/autoconf/general.m4 (AC_INIT): More informative error
12688         message for LIBOBJ.
12690 2002-03-04  Akim Demaille  <akim@epita.fr>
12692         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
12693         parallel builds.
12695 2002-03-04  Akim Demaille  <akim@epita.fr>
12697         * doc/autoconf.texi (Transforming Names): Equality between target
12698         and host is irrelevant.
12699         (Specifying Names, Canonicalizing): Remove all references to the
12700         backward compatibility hooks.  Rather, collect them all into...
12701         (Hosts and Cross-Compilation): this new section.
12702         * doc/install.texi (System Type): Ditto.
12703         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
12704         that `--host' implies cross-compilation.
12706 2002-03-04  Akim Demaille  <akim@epita.fr>
12708         * doc/autoconf.texi (Evaluation Macros): New.
12709         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
12710         useless.
12711         (_m4_foreach): Define the variant with immediate evaluation so
12712         that it contains exactly the items, not an expression which
12713         evaluation is the current item.
12714         (m4_re_string, m4_re_word): Don't over quote them.
12716 2002-03-04  Akim Demaille  <akim@epita.fr>
12718         Instead of having stacking `shift's evaluated at the end, let
12719         `foreach' loops immediately evaluate them.
12721         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
12722         $*.  This is the n-th time I change my mind, but hopefully this is
12723         the last...
12724         (m4_lquote): New.
12725         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
12726         efficient.
12727         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
12728         it was only a hack for m4_text_wrap.
12729         (m4_car2): Remove, replaced by...
12730         (m4_cdr): New.
12731         (_m4_foreach): Adjust.
12732         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
12733         m4_bpatsubst for clarification.
12735 2002-03-04  Akim Demaille  <akim@epita.fr>
12737         * doc/autoconf.texi (Changequote is Evil): New.
12739 2002-03-03  Kevin Ryde  <user42@zip.com.au>
12741         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
12742         on old systems like SunOS.
12744 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
12746         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
12747         lib/autoconf/functions.m4, lib/autoconf/general.m4,
12748         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
12749         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
12750         of messages.
12752 2002-02-28  Akim Demaille  <akim@epita.fr>
12754         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
12755         message to be sent.
12757 2002-02-28  Kevin Ryde  <user42@zip.com.au>
12759         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
12761 2002-02-25  Akim Demaille  <akim@epita.fr>
12763         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
12764         From Akinori Musha.
12766 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
12768         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
12769         translate \r\n to \n.
12771 2002-02-07  Akim Demaille  <akim@epita.fr>
12773         Version 2.52h.
12775 2002-02-07  Akim Demaille  <akim@epita.fr>
12777         Fix Autoconf PR/209.
12778         Also reported by Frank Denis.
12780         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
12782 2002-02-07  Akim Demaille  <akim@epita.fr>
12784         Fix Autoconf PR/207:
12785         AC_PREFIX_PROGRAM fails with dashed program names
12787         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
12788         variable when looking for the prefix program.
12789         Now it also works for shell variables.
12791 2002-02-07  Akim Demaille  <akim@epita.fr>
12793         * doc/autoconf.texi (Limitations of Builtins): More about
12794         case/esac.
12796 2002-02-06  Akim Demaille  <akim@epita.fr>
12798         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
12799         case/esac, some shells don't support it.
12800         Reported by Zack Weinberg.
12801         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
12803 2002-02-06  Akim Demaille  <akim@epita.fr>
12805         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
12806         sure not to introduce newlines in at_groups.
12807         * lib/autotest/Makefile.am (autotest.m4f): Typo.
12809 2002-02-06  Akim Demaille  <akim@epita.fr>
12811         * tests/torture.at (Configuring subdirectories): Skip if aclocal
12812         is not available.
12814 2002-02-05  Paul Eggert  <eggert@twinsun.com>
12816         * doc/autoconf.texi (Specific Compiler Characteristics):
12817         Describe HP-UX cc bug workaround more accurately.
12818         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
12819         not unsigned long.
12820         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
12821         cross-compilers, too.  This undoes some of the most recent change
12822         to this file.
12824 2002-02-05  Akim Demaille  <akim@epita.fr>
12826         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
12827         to make sure they are up to date when `check' is run.
12829 2002-02-05  Akim Demaille  <akim@epita.fr>
12831         * doc/autoconf.texi (Making testsuite Scripts): Document
12832         package.m4.
12834 2002-02-05  Akim Demaille  <akim@epita.fr>
12836         * lib/freeze.mk: New.
12838 2002-02-05  Akim Demaille  <akim@epita.fr>
12840         Implement `autom4te --freeze'.
12842         * bin/autom4te.in (&freeze): New.
12843         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
12844         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
12846 2002-02-05  Akim Demaille  <akim@epita.fr>
12848         * bin/autom4te.in (&parse_args): Implement `frozen files are
12849         optional are the sum of the previous files on the command line'.
12850         Also, pass `--reload-state=' on them, so...
12851         (handle_m4): don't.
12852         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
12853         (M4sh): Rely on M4sugar.
12854         (Autotest, M4sh, M4sugar): Use frozen files.
12856 2002-01-31  Akim Demaille  <akim@epita.fr>
12858         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
12859         * doc/autoconf.texi (Initializing configure): Adjust.
12861 2002-01-30  Akim Demaille  <akim@epita.fr>
12863         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
12864         alphanumeric to `-' instead of `_'.
12866 2002-01-30  Akim Demaille  <akim@epita.fr>
12868         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
12869         for plain code, the other for cross-compilation code.  The latter
12870         is now run with GCC only.
12871         * doc/autoconf.texi (Compilers and Preprocessors): New.
12873 2002-01-30  Akim Demaille  <akim@epita.fr>
12875         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
12876         values.
12877         * doc/autoconf.texi (Initializing configure): Explain how to
12878         change AC_INIT default values.
12880 2002-01-29  Akim Demaille  <akim@epita.fr>
12882         * tests/torture.at (Configuring subdirectories): Use configure.in,
12883         so that aclocal 1.4 works.
12884         Reported by Alexandre Duret-Lutz and Larry Schmitt.
12886 2002-01-28  Akim Demaille  <akim@epita.fr>
12888         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
12889         needs an argument.
12891 2002-01-28  Akim Demaille  <akim@epita.fr>
12893         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
12894         AUTOTEST_PATH *after* it was set.
12895         Don't put `.' in the PATH: the user should be precise and `./' if
12896         needed.  In addition, given that the test suite does some `cd', if
12897         `.' is in the path, the `tested programs' sections will report
12898         programs found in the test suite's directory, while during the
12899         tests (performed in their own directory), these programs are no
12900         longer visible.  In other words, the results is confusing and
12901         useless.
12902         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
12904 2002-01-24  Akim Demaille  <akim@epita.fr>
12906         Version 2.52g.
12908 2002-01-24  Akim Demaille  <akim@epita.fr>
12910         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
12911         * doc/autoconf.texi: Finally add Akim as an author.
12913 2002-01-24  Akim Demaille  <akim@epita.fr>
12915         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
12916         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
12917         Bourne. Use /bin/sh.
12918         From Andreas Buening.
12920 2002-01-24  Akim Demaille  <akim@epita.fr>
12922         * config/config.guess, config/config.sub, config/texinfo.tex:
12923         Update from masters.
12925 2002-01-24  Akim Demaille  <akim@epita.fr>
12927         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
12928         * config/auxdir.m4, config/cond.m4, config/depend.m4,
12929         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
12930         * config/missing.m4, config/sanity.m4, config/select.m4,
12931         * config/strip.m4: Remove, to ease sync'ing with any version of
12932         Automake.
12934 2002-01-24  Akim Demaille  <akim@epita.fr>
12936         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
12937         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
12938         Reported by Geir Ove Myhr.
12940 2002-01-21  Akim Demaille  <akim@epita.fr>
12942         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
12944 2002-01-21  Akim Demaille  <akim@epita.fr>
12946         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
12947         message on invalid options.
12948         * bin/autom4te.in (parse_args): Don't use
12949         Autoconf::General::getopt with non valid options.
12951 2002-01-17  Jim Meyering  <meyering@lucent.com>
12953         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
12954         $ac_cv_exeext so we don't use an old, invalid, cached value.
12956 2002-01-11  Akim Demaille  <akim@epita.fr>
12958         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
12959         Meyering.
12960         * doc/autoconf.texi (Function Portability): Document the strnlen
12961         limitation.
12962         (Particular Functions): Document AC_FUNC_STRNLEN.
12963         * lib/autoscan/functions: Adjust.
12965 2002-01-06  Akim Demaille  <akim@epita.fr>
12967         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
12968         package.m4, since is really depends upon configure.ac, not
12969         configure.
12970         * doc/autoconf.texi (testsuite Scripts): Adjust.
12971         * tests/Makefile.am (package.m4): New.
12972         EXTRA_DIST it since its a source.
12974 2002-01-06  Akim Demaille  <akim@epita.fr>
12976         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
12977         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
12978         and PACKAGE_BUGREPORT from here...
12979         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
12980         arguments.
12981         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
12982         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
12983         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
12984         * tests/tools.at (autoheader): Adjust.
12985         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
12987 2002-01-06  Akim Demaille  <akim@epita.fr>
12989         * bin/autoscan.in (scan_file): Use `&used'.
12991 2002-01-03  Akim Demaille  <akim@epita.fr>
12993         * doc/autoconf.texi (Output): Improved wording regarding use of
12994         AC_OUTPUT.
12995         From Olly Betts.
12997 2001-12-18  Kevin Ryde  <user42@zip.com.au>
12999         * doc/autoconf.texi (Function Portability): Add notes on sscanf
13000         sometimes needing writable input.
13002 2001-12-17  Jim Meyering  <meyering@lucent.com>
13004         * doc/autoconf.texi (New Macros): Tweak wording.
13006 2001-12-14  Akim Demaille  <akim@epita.fr>
13008         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
13009         trailing files, don't apply `-rf' to files which might not be
13010         created by configure (core, core.*, and *.core), but just `rm -f'.
13011         Suggested by Jonathan Kamens.
13013 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
13015         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
13017 2001-12-14  Akim Demaille  <akim@epita.fr>
13019         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
13021 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
13023         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
13024         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
13025         abs_srcdir, top_srcpath to abs_top_srcdir.
13026         (_AC_OUTPUT_FILES): Adjust.
13027         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
13028         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
13029         * tests/wrappl.in, tests/wrapsh.in: Adjust.
13031 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
13033         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
13034         C/Fortran linking on HP/UX, by extracting the Fortran library
13035         search path from the LPATH line in the $F77 -v output.
13037 2001-12-12  Kevin Ryde  <user42@zip.com.au>
13039         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
13040         forbidden file descriptors table.
13042 2001-11-26  Akim Demaille  <akim@epita.fr>
13044         * bin/autoscan.in (%c_keywords): Build it at top level.
13045         Map to 1 in order to simplify its uses.
13047 2001-11-26  Akim Demaille  <akim@epita.fr>
13049         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
13050         Remove $filepath, useless.
13051         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
13052         variables, they are really part of the tokens.
13053         Split the input line on spaces and then look for tokens.
13054         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
13055         because of `lex$U.$(OBJEXT)'.
13056         (&scan_files): Use "@list" instead of join.
13057         * doc/Makefile.am (CLEANFILES): Add *.fns.
13059 2001-11-26  Akim Demaille  <akim@epita.fr>
13061         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
13062         Remove, replaced by...
13063         * tests/wrappl.in: Be common for all the Perl executables.
13064         In particular autoscan and autoheader want -I.
13065         * configure.ac: Adjust.
13066         * lib/autoscan/headers: errno.h is portable.
13068 2001-11-26  Akim Demaille  <akim@epita.fr>
13070         * bin/autoscan.in (used): New.
13071         Use it.
13073 2001-11-26  Akim Demaille  <akim@epita.fr>
13075         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
13076         directives.
13077         (&scan_sh_file): Remove a duplicate pattern.
13078         (&check_configure_ac): Use long options.
13079         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
13081 2001-11-26  Akim Demaille  <akim@epita.fr>
13083         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
13084         Before, having a line containing the opening of a multi line
13085         comment made the whole line be ignored.
13087 2001-11-26  Akim Demaille  <akim@epita.fr>
13089         * doc/autoconf.texi (Using an Autotest Test Suite): New.
13090         (testsuite Scripts): Be one of its subsection.
13091         (Autotest Logs): New.
13093 2001-11-26  Akim Demaille  <akim@epita.fr>
13095         Test groups are now run two directories deeper.
13097         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
13098         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
13099         at_top_builddir.
13100         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
13101         top_srcdir, builddir and top_builddir.
13102         Use `at_*dir' relatively to the directory containing the
13103         suite, use `*dir' when relatively to the current group dir.
13105 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13107         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
13108         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
13109         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
13110         spelling errors.
13112 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
13114         * doc/autoconf.texi (Using System Type): Add an example of `case
13115         $host' usage so people quit using `case $target' everywhere.
13117 2001-11-22  Akim Demaille  <akim@epita.fr>
13119         * doc/autoconf.texi (Installation Directory Variables): Englishoes
13120         spotted by Jim Meyering.
13122 2001-11-16  Paul Eggert  <eggert@twinsun.com>
13124         This patch implements a `long double' suggestion by Oliver Kiddle.
13126         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
13127         static, to catch errors if the value isn't known at compile-time
13128         and the compiler supports dynamic arrays.  Change its name from
13129         `_array_' to `test_array' to avoid potential name clashes.
13130         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
13131         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
13132         better than double.  Catch a bug in GCC 2.95.2 x86.
13133         * doc/autoconf.texi (C Compiler): Document the above.
13134         * NEWS: Likewise.
13136 2001-11-13  Akim Demaille  <akim@epita.fr>
13138         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
13139         hand.
13140         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
13142 2001-11-13  Akim Demaille  <akim@epita.fr>
13144         * lib/autotest/general.m4 (AT_INIT): After having run the test
13145         group, go back to the initial directory, not to at_suite_dir.
13147 2001-11-13  Akim Demaille  <akim@epita.fr>
13149         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
13150         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
13151         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
13152         option.
13153         (AT_CHECK_CONFIGURE): Use absolute paths.
13154         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
13155         The problem is still the old one: there is no means in M4 (that I
13156         know about) to create a defining macro, because there is no means
13157         to create `$1' etc., therefore, the defining macro ``swallows''
13158         all the arguments meant to the defined macro.
13160 2001-11-13  Akim Demaille  <akim@epita.fr>
13162         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
13163         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
13164         configure.ac.
13165         * tests/aclocal.m4: Remove, as it is no longer used.
13167 2001-11-13  Akim Demaille  <akim@epita.fr>
13169         * lib/autotest/general.m4: Change `tests?' into `groups?' in
13170         variable names when referring to a single test group, or to
13171         `suite' when referring to the whole test suite.
13172         `at_last_test' is removed: m4 compute at_format itself.
13173         (at_stdout, at_stder1, at_stderr): New variables.
13174         (AT_CHECK): Use them.
13176 2001-11-13  Akim Demaille  <akim@epita.fr>
13178         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
13179         in PATH.
13180         Create `testsuite.dir/003/run' instead of `testsuite.003'.
13181         Do it as soon as a test fails, don't wait till the end of the test
13182         suite.
13183         Don't remove $as_me.[0-9]*, since these files no longer exist.
13185 2001-11-13  Akim Demaille  <akim@epita.fr>
13187         * tests/tools.at: Use absolute paths, since we are no longer run
13188         in place.
13190 2001-11-13  Akim Demaille  <akim@epita.fr>
13192         Now that tests are running in their own private dir, there is no
13193         need to list the files to remove at the end of tests groups.
13195         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
13196         (AT_data_files, at_data_files): Remove.
13197         (AT_CLEANUP, AT_DATA): Simplify.
13198         (AT_INIT): Adjust.
13199         Remove the group dir if !debug && !failed.
13200         * tests/atspecific.m4: Adjust.
13202 2001-11-13  Akim Demaille  <akim@epita.fr>
13204         Start a new layout for Autotest: `testsuite' creates
13205         `testsuite.dir' in which the at-check-line etc. files are to be
13206         found, and `testsuite.dir/003' where the test group 3 is run.
13208         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
13209         at_check_line_file, at_format, at_test_normalized, at_group_dir
13210         are new variables.
13211         Create the directories.
13212         Use absolute paths for at- files.
13213         (AT_CHECK): Adjust.
13215 2001-11-11  Michael Matz  <matz@kde.org>
13217         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
13218         (m4_car2): New.
13219         (m4_car): Properly quote arguments.
13221 2001-11-13  Akim Demaille  <akim@epita.fr>
13223         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
13224         with stricter rules on LIBOBJS.
13226 2001-11-12  Paul Eggert  <eggert@twinsun.com>
13228         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
13229         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
13230         __PROTOTYPES too.
13232 2001-11-12  Akim Demaille  <akim@epita.fr>
13234         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
13236 2001-11-12  Akim Demaille  <akim@epita.fr>
13238         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
13239         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
13240         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
13241         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
13242         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
13243         specify to what the macro should be defined (typically to 1).
13245 2001-11-12  Akim Demaille  <akim@epita.fr>
13247         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
13248         From Jim Meyering.
13250 2001-11-12  Akim Demaille  <akim@epita.fr>
13252         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
13253         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
13254         definition used by Automake where LEX is +/- "${missing} lex" and
13255         `missing' itself contains variables.
13257 2001-11-12  Akim Demaille  <akim@epita.fr>
13259         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
13260         Now that M4sh pushes BODY, the comments were output at the end of
13261         the test suites.
13263 2001-11-08  Akim Demaille  <akim@epita.fr>
13265         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
13266         that we can trace macros from aclocal.m4.
13267         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
13268         obsoleted, and redirect to the former anyway.
13269         Reported by Ralf Corsepius.
13271 2001-11-08  Akim Demaille  <akim@epita.fr>
13273         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
13274         processed only if present.
13275         * tests/torture.at (Configuring subdirectories): Use autoreconf
13276         instead of successive calls to autoconf.
13277         Add a nonexistent subdirectory to exercise the patch above.
13278         Reported by Ralf Corsepius.
13280 2001-11-08  Kevin Ryde  <user42@zip.com.au>
13282         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
13283         doesn't accept .S files.
13285 2001-11-07  Akim Demaille  <akim@epita.fr>
13287         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
13288         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
13289         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
13290         * bin/autom4te.in (warn_forbidden): New.
13291         (handle_output): Use it.
13292         Read m4_pattern_forbid with messages.
13294 2001-11-05  Akim Demaille  <akim@epita.fr>
13296         * bin/autom4te.in (--normalize): Remove.
13297         * lib/autom4te.in: Adjust.
13299 2001-11-05  Akim Demaille  <akim@epita.fr>
13301         * tests/Makefile.am (testsuite): Rename this target as...
13302         ($(TESTSUITE)): this.
13303         From Nicolas Joly.
13305 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
13307         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
13308         the --prefix option, also remove it's argument.
13310 2001-11-05  Akim Demaille  <akim@epita.fr>
13312         * doc/autoconf.texi (testsuite Invocation): Update.
13313         (Writing testsuite.at): Update.
13315 2001-11-03  Akim Demaille  <akim@epita.fr>
13317         * doc/autoconf.texi: s/@code/@command/ where appropriate.
13319 2001-11-03  Akim Demaille  <akim@epita.fr>
13321         * lib/Autom4te/General.pm: (&catfile, &canonfile)
13322         (&file_name_is_absolute): New, wrappers around routines from
13323         File::Spec.
13324         Use and export them.
13325         (&find_configure_ac): Optionally take a directory where to look at.
13326         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
13327         the arguments.
13328         Default @ARGV to `.', not find_configure_ac.
13329         (&autoreconf): Argument is a directory.
13330         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
13331         * doc/autoconf.texi (autoreconf Invocation): Update.
13333 2001-11-03  Akim Demaille  <akim@epita.fr>
13335         * lib/Autom4te/General.pm (@export_vars, @export_subs)
13336         (@export_forward_subs): New.
13337         Add basename, dirname, and fileparse.
13338         (@EXPORT): Adjust.
13339         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
13340         Don't look for aclocal flags if we already know aclocal is not
13341         used.
13342         Move aclocal.m4t only if it exists.
13343         Reported by Ezra Peisach.
13345 2001-11-03  Akim Demaille  <akim@epita.fr>
13347         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
13348         passed on command line, defaulting to ./configure.ac if present.
13349         (&maybe_autoreconf, File::Find): Remove, unused.
13350         (&autoreconf): If autoconf is not used, don't try to trace.
13352 2001-11-02  Akim Demaille  <akim@epita.fr>
13354         * configure.ac: Bump to 2.52g.
13356 2001-11-02  Akim Demaille  <akim@epita.fr>
13358         Version 2.52f.
13360 2001-11-02  Akim Demaille  <akim@epita.fr>
13362         * config/config.guess, config/config.sub, doc/standards.texi:
13363         * config/lispdir.m4: Update from masters.
13364         * configure.ac: Bump to 2.52f.
13366 2001-11-02  Akim Demaille  <akim@epita.fr>
13368         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
13369         Don't run aclocal when aclocal.m4 is not from aclocal.
13370         From Ezra Peisach.
13371         Don't run libtoolize and gettextize if --install is not given.
13373 2001-11-01  Paul Eggert  <eggert@twinsun.com>
13375         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
13376         be invoked before _AS_LINENO_PREPARE.
13377         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
13378         than character ranges.
13380         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
13381         invoking AS_BASENAME.  Set the locale variables to 'C' if
13382         possible, as POSIX requires this to get the traditional
13383         behavior.
13384         * doc/autoconf.texi (Special Shell Variables): Describe the above.
13386 2001-10-31  Paul Eggert  <eggert@twinsun.com>
13388         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
13389         with {}, as that triggers a bug in Bash 2.05.
13391         (_AS_LINENO_PREPARE): Use Sed rather than
13392         Awk.  Fix the sed prepass to work even if there are multiple
13393         instances of $LINENO on the same line.  Do not substitute for
13394         other variables like $LINENOT.  Do not check file dates; such a
13395         check is unreliable on sufficiently fast machines, and removing
13396         the check makes the code simpler and more reliable.  Check for
13397         output and chmod failures.
13399         * doc/autoconf.texi (Special Shell Variables): Document
13400         the above.
13402 2001-10-31  Akim Demaille  <akim@epita.fr>
13404         * tests/Makefile.am (atconfig): Remove this target, Automake
13405         handles it now.
13407 2001-10-31  Akim Demaille  <akim@epita.fr>
13409         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
13410         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
13411         provided, while it is optional.
13412         * configure.ac: Adjust.
13414 2001-10-26  Paul Eggert  <eggert@twinsun.com>
13416         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
13417           lib/Autom4te/Struct.pm:
13418         Require Perl 5.005_03 instead of just 5.005, as some tests fail
13419         with 5.005_02.
13421         * doc/autoconf.texi (Special Shell Variables): Document some
13422         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
13424         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
13425         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
13426         eval $LINENO is not portable in practice.
13428 2001-10-24  Akim Demaille  <akim@epita.fr>
13430         * lib/Autom4te/General.pm (backname): New.
13432 2001-10-24  Akim Demaille  <akim@epita.fr>
13434         * m4/: Remove, merged into...
13435         * config/: here.
13437 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
13439         * doc/autoconf.texi (Shellology): Mention the problems with bash
13440         2.05's use of ANSI quoting in its `set' builtin.
13442 2001-10-22  Paul Eggert  <eggert@twinsun.com>
13444         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
13445         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
13446         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
13447         POSIX decided to standardize on the int flavor of strerror_r.
13448         Always do char* test, as there's no reason not to.
13449         Assign to a char* var, to catch strerror_r that returns int*.
13451         * doc/autoconf.texi (Particular Functions):
13452         Document the above changes.  Also, document the fact that
13453         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
13455         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
13457 2001-10-20  Akim Demaille  <akim@epita.fr>
13459         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
13460         the executable was missing from the log.
13462 2001-10-20  Akim Demaille  <akim@epita.fr>
13464         * lib/Autom4te/General.pm (&update_file): If destination is
13465         unchanged, remove the source.
13466         (&up_to_date_p): Don't be verbose, be debug.
13467         * bin/autoreconf.in: No longer support --m4dir.
13468         (&autoreconf): Display the full path of the configure.ac we are
13469         studying.
13470         Trace it only once.
13471         Be sure to honor --force with gettextize.
13472         Always run aclocal.
13473         * doc/autoconf.texi: Adjust.
13475 2001-10-20  Akim Demaille  <akim@epita.fr>
13477         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
13478         Remove, dead.
13479         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
13480         `intl' is already present, as it refuses unless --force.
13481         (&parse_args): Use -I, --include instead of the old Autoconf
13482         options.
13483         ($localdir, $autoconf_dir): Remove.
13484         (@include): New.
13485         (&maybe_autoreconf): New, to preserve $_ for File::Find.
13487 2001-10-19  Jens Petersen  <petersen@redhat.com>
13489         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
13490         * doc/autoconf.texi (Particular Programs): Likewise.
13492 2001-10-19  Akim Demaille  <akim@epita.fr>
13494         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
13495         file in @configure_input@.
13496         Don't mention `automatically' in addition to `generated'.
13497         * tests/torture.at (#define header templates): Adjust.
13499 2001-10-19  Akim Demaille  <akim@epita.fr>
13501         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
13502         comment, explain how to install automatic mode selection.
13503         From Russ Allbery.
13505 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
13507         * bin/autoreconf.in (autoreconf): Display the path to the
13508         configure.ac being studied.
13510 2001-10-18  Paul Eggert  <eggert@twinsun.com>
13512         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
13513         long, to work around a bug in the HP C compiler version HP92453-01
13514         B.11.11.23709.GP.
13516         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
13517         (AS_BASENAME_EXPR): New macro.
13518         (AS_BASENAME_SED): Do not assume GNU sed semantics.
13519         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
13520         and fall back on 'sed' only if the other two fail.  This makes
13521         AS_BASENAME act more like AS_DIRNAME.
13522         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
13523         contains white space.
13524         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
13525         Use AS_DIRNAME, since I think it's now DOS-friendly.
13526         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
13527         Allow "dirname //FOO" to return either / or //, as POSIX allows
13528         either behavior.
13530 2001-10-10  Akim Demaille  <akim@epita.fr>
13532         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
13533         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
13534         From Eric Sharkey.
13536 2001-10-10  Akim Demaille  <akim@epita.fr>
13538         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
13539         m4_define, since...
13540         (_AS_ECHO_N): AS_REQUIREs it.
13542 2001-10-10  Akim Demaille  <akim@epita.fr>
13544         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
13545         (AC_INCLUDES_DEFAULT): Move to...
13546         * lib/autoconf/headers.m4: here.
13547         * lib/autoconf/types.m4: Comment changes.
13548         * doc/autoconf.texi: Specify where the default includes are used
13549         in the macro prototypes.
13551 2001-10-09  Akim Demaille  <akim@epita.fr>
13553         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
13554         transition code.
13556 2001-10-08  Akim Demaille  <akim@epita.fr>
13558         * bin/autoreconf.in (&autoreconf): Remove debugging code.
13559         (&parse_args): Pass verbosity/debugging options to subtools when
13560         --debug, not when --verbose.
13561         * lib/autom4te.in (Autoreconf-preselections): New.
13562         (Autoconf): Use it.
13564 2001-10-08  Akim Demaille  <akim@epita.fr>
13566         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
13568 2001-10-08  Akim Demaille  <akim@epita.fr>
13570         * doc/autoconf.texi (autoreconf Invocation): Adjust.
13571         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
13573 2001-10-08  Akim Demaille  <akim@epita.fr>
13575         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
13576         (Syntax of the shell scripts): Don't.
13577         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
13578         bother with $force since...
13579         * lib/Autom4te/General.pm: does.
13581 2001-10-08  Akim Demaille  <akim@epita.fr>
13583         * bin/autoreconf.in: Rewrite in Perl.
13584         * configure.ac: Adjust.
13585         * lib/Autom4te/General.pm (&up_to_date_p): New.
13586         * bin/autom4te.in (&up_to_date_p): Use it.
13587         Rename as...
13588         (&up_to_date): this.
13590 2001-10-08  Akim Demaille  <akim@epita.fr>
13592         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
13593         (m4_list_cmp): Use $0 to reinvoke yourself.
13594         (m4_patsubsts): New.
13595         (m4_strip, m4_version_unletter): Use it.
13596         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
13598 2001-10-08  Akim Demaille  <akim@epita.fr>
13600         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
13601         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
13602         * lib/autoconf/types.m4, lib/autotest/general.m4,
13603         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
13604         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
13605         m4_bregexp, m4_bpatsubst, and m4_bmatch.
13606         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
13608 2001-10-08  Akim Demaille  <akim@epita.fr>
13610         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
13612 2001-10-08  Akim Demaille  <akim@epita.fr>
13614         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
13615         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
13616         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
13617         * tests/tools.at, tests/m4sh.at: Use it.
13618         * tests/m4sh.at: Don't rely on Autoconf macros.
13619         (DIRNAME_TEST): Also exercise the expr variant.
13620         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
13621         preferred M4sugar extension is now `.4s'.
13622         * tests/README: Remove.
13624 2001-10-08  Akim Demaille  <akim@epita.fr>
13626         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
13627         (m4_provide_if): this.
13628         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
13629         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
13630         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
13631         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
13633 2001-10-08  Akim Demaille  <akim@epita.fr>
13635         Use `add-log-current-defun-function' for ChangeLog creation.
13636         Suggested by Tom Tromey.
13638         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
13639         (autotest-mode): Adjust.
13640         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
13641         'comment-region onto `C-c ;'.
13642         Comments are `#', not `dnl'.
13643         (autoconf-current-defun): New.
13644         (autoconf-font-lock-keywords): Recognize `m4_defun'.
13646 2001-10-08  Akim Demaille  <akim@epita.fr>
13648         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
13649         * lib/m4sugar/m4sh.m4: here.
13650         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
13651         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
13652         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
13653         include handle the m4_pattern_*, no longer push the
13654         BODY diversion nor set the /bin/sh line, AS_INIT does it.
13655         * lib/autotest/general.m4 (AT_INIT): Likewise.
13656         * tests/base.at: Adjust the tests to use AS_INIT.
13657         * tests/tools.at (AT_DATA_FORBIDDEN): New.
13658         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
13659         Autoconf.
13661 2001-10-07  Paul Eggert  <eggert@twinsun.com>
13663         * doc/autoconf.texi (config.status Invocation):
13664         CONFIG_SHELL defaults to a shell that supports LINENO if available.
13666         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
13667         shell does not support LINENO, and if CONFIG_SHELL is unset or
13668         empty, and if we can find a shell that does support LINENO,
13669         then set CONFIG_SHELL to that shell and then re-execute
13670         ourselves with CONFIG_SHELL.
13672 2001-10-05  Paul Eggert  <eggert@twinsun.com>
13674         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
13675         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
13676         build of $(TESTSUITE).
13678 2001-10-05  Akim Demaille  <akim@epita.fr>
13680         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
13681         iff we are a bareword.
13682         Reported by Raja R Harinath.
13684 2001-10-05  Akim Demaille  <akim@epita.fr>
13686         * tests/m4sh.at (LINENO): New.
13687         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
13688         PATH_SEPARATOR before using it.
13689         Fix the absolute path case/esac pattern.
13690         Provide $0 as fallback for as_myself.
13691         Reported by Raja R Harinath.
13693 2001-10-05  Akim Demaille  <akim@epita.fr>
13695         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
13696         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
13698 2001-10-05  Akim Demaille  <akim@epita.fr>
13700         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
13701         (AS_SHELL_SANITIZE): here.  Use it.
13702         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
13703         From Paul Eggert.
13705 2001-10-04  Akim Demaille  <akim@epita.fr>
13707         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
13708         combination of Awk and sed to replace $LINENO.
13710 2001-10-02  Paul Eggert  <eggert@twinsun.com>
13712         * doc/autoconf.texi (Limitations of Builtins): You can't use
13713         "source"; it's not portable.  Remove confusing and
13714         somewhat-incorrect example involving "." and "/".
13716         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
13717         compatibility with POSIX shells.
13719 2001-10-02  Akim Demaille  <akim@epita.fr>
13721         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
13722         instead of exec'ing to preserve $0 and $@.
13724 2001-10-01  Akim Demaille  <akim@epita.fr>
13726         * tests/testsuite (AT_INIT) <at_pass_list>: New.
13727         Don't run twice the same test.
13729 2001-10-01  Akim Demaille  <akim@epita.fr>
13731         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
13732         No longer output the list of tests.
13733         <--list>: New option.
13734         <--full-help>: Remove.
13735         Complete the short/long options duality.
13736         Various small adjustments.
13738 2001-10-01  Akim Demaille  <akim@epita.fr>
13740         * doc/autoconf.texi: Use @kbd for user input.
13741         Always use `$' as shell prompt.
13743 2001-09-30  Paul Eggert  <eggert@twinsun.com>
13745         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
13746         Don't use nested parenthesization.  This patch was originally
13747         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
13748         but somehow it didn't get incorporated then.
13749         * doc/autoconf.texi (Limitations of Usual Tools):
13750         Clarify remark about sed and nested parenthesization.
13752         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
13753         Report an error if the size cannot be determined even though
13754         the type exists.
13755         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
13756         Check for `expr' arithmetic overflow, and for compilation failure,
13757         and invoke a new argument $4 if either is discovered.
13758         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
13759         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
13761 2001-09-28  Akim Demaille  <akim@epita.fr>
13763         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
13764         * m4/lispdir.m4: New.
13765         * aclocal.m4, configure.ac: Adjust.
13767 2001-09-28  Akim Demaille  <akim@epita.fr>
13769         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
13770         (AT_TESTED): this.
13771         (AT_INIT): More the wrapped section to where it will be expanded.
13772         Output `AT_tested' only when existing.
13773         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
13775 2001-09-27  Akim Demaille  <akim@epita.fr>
13777         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
13778         generates too many bug reports.
13780         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
13781         status when executing the ACTION-IF-FALSE.
13782         * tests/base.at (AC_TRY_*): Rename as...
13783         (AC_TRY_COMMAND): this.
13784         (AC_RUN_IFELSE): New.
13785         * tests/compile.at (Extensions, C keywords)
13786         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
13787         (Broken/missing compilers, AC_PROG_CPP with warnings)
13788         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
13789         * tests/c.at (Extensions, C keywords)
13790         (Broken/missing compilers, AC_PROG_CPP with warnings)
13791         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
13792         (AC_PROG_CPP requires AC_PROG_CC): here and...
13793         * tests/fortran.at (GNU Fortran 77): there.
13794         * doc/autoconf.texi (autoconf Invocation): Fix the example:
13795         AC_TRY_RUN is about compilation, not shell commands.
13796         (Test Programs): AC_TRY_RUN works as used to be advertised.
13798 2001-09-27  Akim Demaille  <akim@epita.fr>
13800         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
13801         Raja R Harinath:
13802         Be sure to detect when $LINENO always returns the same value.
13803         Look for the original script, basename($0) is certainly not
13804         enough.
13805         Pass the CLI arguments to `$as_me.lineno'.
13807 2001-09-25  Akim Demaille  <akim@epita.fr>
13809         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
13810         Be sure the close and reopen the LOG fd before and after using tee
13811         to extend the log.
13812         <at_tests_pattern>: Adjust to the new format of at_help_all.
13814 2001-09-23  Akim Demaille  <akim@epita.fr>
13816         * bin/autom4te.in (parse_args): There can be several invocations
13817         of --language now.
13819 2001-09-23  Akim Demaille  <akim@epita.fr>
13821         * doc/autoconf.texi (Top): Wrap in @ifnottex.
13823 2001-09-23  Akim Demaille  <akim@epita.fr>
13825         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
13826         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
13827         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
13828         builddir, buildpath, top_builddir, and top_buildpath.
13829         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
13830         the current directory.
13831         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
13832         variables *before* changing the current directory.
13833         Skip nonexistent dirs.
13834         * doc/autoconf.texi (Preset Output Variables): Document these
13835         variables.
13837         * lib/autotest/general.m4: Do not reset AT_victims.
13838         Don't compute at_srcdir nor at_top_srcdir.
13840         * tests/tools.at: Hence use top_srcdir.
13842         * tests/Makefile.am, tests/autoconf, tests/autoheader,
13843         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
13844         Remove.
13845         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
13846         * tests/wrapsh.in, tests/autoupdate.in: New.
13847         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
13848         * configure.ac: Build the position independent wrappers.
13850         * man/Makefile.am: Now that test wrappers are position
13851         independent, use them and drop dark envvar magic.
13853 2001-09-23  Akim Demaille  <akim@epita.fr>
13855         * doc/autoconf.texi (Common Shell Constructs): Rename as...
13856         (Programming in M4sh): this.
13857         Promote to @section.
13859 2001-09-23  Akim Demaille  <akim@epita.fr>
13861         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
13862         Pass $at_debug_args to the rerun test suite.
13863         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
13864         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
13865         From Paul Eggert.
13867 2001-09-23  Akim Demaille  <akim@epita.fr>
13869         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
13871 2001-09-23  Akim Demaille  <akim@epita.fr>
13873         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
13874         over-escaping.
13876 2001-09-23  Akim Demaille  <akim@epita.fr>
13878         * lib/Autom4te/General.pm (&debug): New.
13879         * bin/autom4te.in ($language): Move to...
13880         (parse_args): here.
13881         Handle --language in languages.
13882         * lib/autom4te.in (Automake-selections, Autoheader-selections)
13883         (Autoscan-selections): New.
13884         (Autoconf): Adjust.
13886 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
13888         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
13889         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
13890         to match current versions from CVS Automake.
13892 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
13894         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
13895         for $LINENO.
13897 2001-09-22  Akim Demaille  <akim@epita.fr>
13899         * lib/autoconf/autotest.m4: Create `package.m4'.
13900         * tests/Makefile.am (package.m4): Remove.
13902 2001-09-22  Akim Demaille  <akim@epita.fr>
13904         Rely on `$LINENO' when possible instead of `__oline__'.
13906         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
13907         `$LINENO' support replacement when not supported.
13908         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
13909         them explicitly to be sure they are not output before this section
13910         (via m4_require).  Cosmetic only.
13911         * lib/autoconf/c.m4, lib/autoconf/general.m4,
13912         * lib/autoconf/programs.m4: Replace all the occurrences of
13913         `__oline__' with `$LINENO'.
13914         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
13916 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
13918         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
13919         character (u: -> ue) in a code comment.
13920         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
13921         it works.
13923 2001-09-21  Akim Demaille  <akim@epita.fr>
13925         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
13926         Suggested by Jim Meyering.
13928 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13930         * lib/autoconf/programs.m4: Use extensions listed in
13931         $ac_executable_extensions when looking for programs.
13933 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13935         * lib/autoconf/general.m4: Fix a small Englisho.
13936         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
13937         setting up ac_dir_suffix and ac_top_builddir.
13938         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
13940 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13942         * doc/autoconf.texi (File System Conventions): Clarify the use of
13943         PATH_SEPARATOR.
13944         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
13945         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
13946         be used instead of ':'.
13947         * lib/autotest/general.m4: Replace occurrences of ':' in
13948         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
13950 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13952         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
13953         arguments.  Fixed a typo.
13955 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13957         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
13958         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
13960 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13962         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
13963         * bin/autoupdate.in: Ditto.
13964         * bin/autoheader.in: Reworded a few comments.
13965         * bin/autoconf.in: Reworded help text for a few options.
13966         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
13967         * bin/autoscan.in, bin/autoupdate.in: Ditto.
13969 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
13971         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
13972         already have $file).  Set output files to binary mode (helps avoid
13973         CR issues on DOSish systems).
13975 2001-09-19  Akim Demaille  <akim@epita.fr>
13977         * lib/autotest/general.m4: Englishoes.
13978         From Tim Van Holder and Alexey Mahotkin.
13980 2001-09-18  Paul Eggert  <eggert@twinsun.com>
13982         * doc/autoconf.texi (Common Shell Constructs): New node,
13983         documenting AS_DIRNAME.
13984         (Limitations of Usual Tools): Refer to it when discussing dirname.
13985         Also, update discussion of POSIX standard to reflect latest draft.
13987         * lib/autoconf/c.m4:
13988         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
13990         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
13991         Do not pass a first argument with leading '-'
13992         to expr, by parenthesizing initial integers that might be negative.
13994         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
13995         now merely checks whether it is an error to pass an argument
13996         to getpgrp.
13998         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
13999         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
14000         whether it is a (compile-time) error to pass an argument to
14001         getpgrp.  This simpler test supports the revised documentation,
14002         and is all that AC_FUNC_GETPGRP's users really need.
14004 2001-09-18  Akim Demaille  <akim@epita.fr>
14006         * doc/autoconf.texi (Limitations of Make) <$<>: New.
14008 2001-09-18  Akim Demaille  <akim@epita.fr>
14010         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
14011         `{}'.
14012         * lib/autotest/general.m4 (AT_INIT): Adjust.
14014 2001-09-18  Paul Wagland  <paul@wagland.net>
14016         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
14017         correctly.
14018         Add test for AS_BASENAME.
14019         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
14020         added test. It now correctly handles /1/2/3/, returning '3' not ''.
14021         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
14022         * tests/base.at: Fixed the expected responses. The old ones were
14023         one line out...
14024         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
14025         the documentation claims it should (and how it behaved in 2.13).
14027 2001-09-18  Akim Demaille  <akim@epita.fr>
14029         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
14030         the AC_CONFIG_COMMANDS invocation.
14031         This also solves the name clash problems.
14032         Don't set the package's ID.
14033         * lib/m4sugar/Makefile.am (version.m4): Revamp.
14034         No longer to be shipped.
14035         (version.in): Remove.
14036         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
14037         * lib/autoconf/status.m4: Adjust.
14038         Use `m4_PACKAGE_STRING'.
14039         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
14040         the only optional argument is the name of the test suite.
14041         Expect `package.m4' to define the package signature.
14042         * lib/autom4te.in (Autotest): Add `package.m4?'.
14043         * tests/Makefile.am (package.m4): New.
14044         * tests/suite.at: ifnames is a victim.
14046 2001-09-18  Akim Demaille  <akim@epita.fr>
14048         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
14049         AC_LIBSOURCE, AC_CONFIG_FILES.
14050         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
14051         program version string doesn't match the package's.
14052         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
14053         after `(cached)'.
14055 2001-09-17  Paul Eggert  <eggert@twinsun.com>
14057         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
14058         Allow expression to return any value that can fit into unsigned long
14059         (not int, as before).  Check for output errors.
14061 2001-09-17  Bruno Haible  <haible@ilog.fr>
14063         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
14064         Always include <stdio.h> and <stdlib.h>. Evaluate
14065         the expression in an extra function before these includes. Call
14066         fprintf "%d" only after ensuring the argument is of type 'int'.
14067         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
14069 2001-09-17  Paul Eggert  <eggert@twinsun.com>
14071         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
14072         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
14073         fatal errors, and AC_CHECK_LIB causes it to include libraries even
14074         when they don't exist.
14076         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
14077         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
14078         need it.
14080         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
14081         version with the version used by fileutils 4.1, except use
14082         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
14083         we don't need it.
14085         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
14087 2001-09-13  Akim Demaille  <akim@epita.fr>
14089         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
14090         _first_.
14091         Reported by Gerrit P. Haase.
14093 2001-09-13  Akim Demaille  <akim@epita.fr>
14095         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
14096         m4_defn'ing is valid.
14098 2001-09-13  Akim Demaille  <akim@epita.fr>
14100         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
14101         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
14102         Use it.
14104 2001-09-13  Akim Demaille  <akim@epita.fr>
14106         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
14107         m4_match.
14108         (m4_re_escape): New.
14109         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
14110         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
14111         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
14112         Likewise.
14113         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
14114         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
14115         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
14116         AT_tests_all for consistency.
14117         Set at_victims.
14118         (AT_VICTIMS): Similar to AT_KEYWORDS.
14119         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
14121 2001-09-13  Akim Demaille  <akim@epita.fr>
14123         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
14125 2001-09-13  Akim Demaille  <akim@epita.fr>
14127         * lib/autotest/general.m4 (AT_INIT): Create and remove
14128         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
14129         test suites can cohabit.
14131 2001-09-13  Akim Demaille  <akim@epita.fr>
14133         * tests/mktests.sh: Don't output banners for empty test files.
14135 2001-09-13  Akim Demaille  <akim@epita.fr>
14137         Test suites can be run independently of configure.
14139         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
14140         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
14141         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
14142         ECHO_N etc.
14143         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
14144         and at_c.
14145         * lib/autotest/general.m4: Use ECHO_*.
14147 2001-09-13  Akim Demaille  <akim@epita.fr>
14149         * bin/ifnames.in: Rewrite in Perl.
14150         * configure.ac: Don't look for AWK.
14151         * tests/tools.at (AWK portability): Remove.
14152         (Syntax of the shell scripts): Don't check ifnames.
14153         (AT_CHECK_PERL_SYNTAX): New.
14154         (Syntax of the Perl scripts): Check ifnames.
14155         * tests/ifnames: New.
14157 2001-09-13  Akim Demaille  <akim@epita.fr>
14159         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
14160         test group titles.
14161         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
14162         Remove all the other keywords.
14164 2001-09-10  Akim Demaille  <akim@epita.fr>
14166         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
14167         SETUP: no longer used.
14168         Support -k, --keywords.
14169         <at_help>: Be `no', `short', or `long'.
14170         <at_help_all>: New variable.
14171         (AT_KEYWORDS): New.
14172         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
14173         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
14174         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
14175         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
14176         No longer fill the HELP diversion.
14177         (AT_CLEANUP): Use them.
14178         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
14179         (m4_list_append): Remove.
14181         Spread a few keywords in the Autoconf test suite.
14183 2001-09-10  Akim Demaille  <akim@epita.fr>
14185         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
14186         PATH_SEPARATOR, let M4sh compute it.
14187         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
14188         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
14189         Move to...
14190         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
14191         Simplify when the path is not a literal.
14192         (AS_UNAME): Use it to report PATH.
14193         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
14194         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
14195         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
14196         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
14197         normalize the path, and to look for victims.
14198         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
14199         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
14201 2001-09-07  Akim Demaille  <akim@epita.fr>
14203         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
14204         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
14205         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
14206         related variables into `at_package_*'.
14207         * lib/autotest/general.m4 (AT_VICTIMS): New.
14208         (AT_INIT): Adjust for stand-alone/embedded test suites.
14209         (AS_MESSAGE_LOG_FD): Define and use it.
14210         * tests/suite.at (AT_VICTIMS): Use it.
14211         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
14212         at_version.
14214 2001-09-07  Akim Demaille  <akim@epita.fr>
14216         Move toward possibly stand-alone test suites.
14218         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
14219         in addition, it introduces useless differences in logs.
14220         (AT_INIT): Let atconfig and atlocal be both optional.
14221         Adjust PATH computation.
14222         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
14224 2001-09-07  Akim Demaille  <akim@epita.fr>
14226         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
14227         m4sugar/version.m4.
14229 2001-09-05  Akim Demaille  <akim@epita.fr>
14231         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
14232         to avoid GCC warnings.
14233         From Uwe Seimet.
14235 2001-09-05  Akim Demaille  <akim@epita.fr>
14237         * bin/autom4te.in: --language is -l, not -s.
14239 2001-09-05  Akim Demaille  <akim@epita.fr>
14241         Be ready to handle filenames as stupid as `dnl.at', for if even
14242         the maintainer is dumb enough to do that...
14244         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
14245         excellence in M4 quotation: consider `__file__' is active.
14247         And BTW, when invoking m4, pass the --include in the right order:
14248         the wrong one.
14250         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
14251         4m.
14253 2001-09-05  Akim Demaille  <akim@epita.fr>
14255         * lib/Autom4te/XFile.pm: New lib file.
14256         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
14257         * bin/autoheader.in: Use it.
14259 2001-09-05  Akim Demaille  <akim@epita.fr>
14261         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
14262         defined.
14264 2001-09-05  Akim Demaille  <akim@epita.fr>
14266         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
14267         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
14269         * bin/autoscan.in: Use `getopt' and `find_files' etc.
14270         Add -I, --include support.
14271         * doc/autoconf.texi (autoscan Invocation): Adjust.
14273 2001-09-05  Akim Demaille  <akim@epita.fr>
14275         CVS GNU M4 doesn't like `undefine(undefined)'.
14277         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
14278         New, extracted from main.
14279         Use IO::File wherever possible.
14280         (input.m4): Be constant, use -I instead of hard coding $tmp.
14281         Therefore be a quoted heredoc.
14282         Don't invoke `_au_disable', since ac was not loaded, but just
14283         `unm4.m4'.
14285 2001-08-31  Akim Demaille  <akim@epita.fr>
14287         Version 2.52d.
14289 2001-08-31  Akim Demaille  <akim@epita.fr>
14291         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
14292         previous patch.
14293         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
14295 2001-08-31  Akim Demaille  <akim@epita.fr>
14297         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
14298         serious problems handling heredocs in heredocs.
14299         Reported by Nicolas Joly.
14301 2001-08-31  Akim Demaille  <akim@epita.fr>
14303         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
14304         (Making testsuite Scripts): Update.
14306 2001-08-31  Akim Demaille  <akim@epita.fr>
14308         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
14310 2001-08-31  Akim Demaille  <akim@epita.fr>
14312         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
14313         (testsuite Scripts): There is no such thing as `atconfig.in'.
14314         And actually one diagram is missing: test suite runtime.
14316 2001-08-31  Akim Demaille  <akim@epita.fr>
14318         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
14319         inverse order.
14321 2001-08-31  Akim Demaille  <akim@epita.fr>
14323         * bin/autoupdate.in (@include): `installcheck' revealed the path
14324         to m4sugar was lacking!
14326 2001-08-31  Akim Demaille  <akim@epita.fr>
14328         * man/Makefile.am (.x.1): We really have to pass
14329         autom4te_perllibdir.
14331 2001-08-31  Akim Demaille  <akim@epita.fr>
14333         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
14334         debug scripts, in particular passing explicitly listed tests to
14335         run is stupid.
14337 2001-08-31  Akim Demaille  <akim@epita.fr>
14339         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
14340         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
14341         Use directly autom4te, not autoconf.
14342         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
14344 2001-08-31  Akim Demaille  <akim@epita.fr>
14346         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
14347         * bin/autoheader.in (%symbol): Strip arguments of macros.
14349 2001-08-31  Akim Demaille  <akim@epita.fr>
14351         * doc/autoconf.texi: Catch up -I, --include changes.
14353 2001-08-31  Akim Demaille  <akim@epita.fr>
14355         * bin/autom4te.in (&parse_args): Die on unknown languages.
14356         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
14357         need for autoconf.
14358         Promote --include over --macrodir and other obsolete options.
14360 2001-08-31  Akim Demaille  <akim@epita.fr>
14362         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
14363         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
14364         * bin/autom4te.in ($autoconf): Pass --force.
14365         `print $out' doesn't print `$_' but `$out'.
14366         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
14367         (autoheader): Pass --force since the test suite goes too fast for
14368         the time stamps.
14369         Adjust to the new autoheader messages.
14371 2001-08-31  Akim Demaille  <akim@epita.fr>
14373         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
14374         Check the completeness of the #template.
14375         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
14376         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
14377         invocation.
14379 2001-08-31  Akim Demaille  <akim@epita.fr>
14381         * lib/Autom4te/General.pm (&find_file, &update_file): New.
14382         * bin/autoupdate.in, bin/autoheader.in: Adjust.
14383         Drop AC_MACRODIR dead for real.
14384         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
14385         `autoheader: `config.hin' is created'.
14386         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
14388 2001-08-31  Akim Demaille  <akim@epita.fr>
14390         * bin/autoheader.in: Rewrite in Perl.
14391         * tests/autoheader: Adjust.
14393 2001-08-31  Akim Demaille  <akim@epita.fr>
14395         * bin/autoconf.in (--include, -I): New option.
14396         Map --localdir, --autoconf-dir onto it.
14397         Forward autom4te's options instead of interpreting them.
14398         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
14399         There is no such envvar since the inception of autom4te.cfg.
14400         * bin/autom4te.in (&parse_args): Uniquify `@include'.
14401         * bin/autoupdate.in: Adjust, and perform more control.
14402         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
14403         * tests/autoconf: Dittowise.
14405 2001-08-31  Akim Demaille  <akim@epita.fr>
14407         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
14408         * bin/autom4te.in (&find_file): Support `FILE?' standing for
14409         optionally `FILE'.
14410         Use -e, not -f, since /dev/null for instance is OK.
14411         (&parse_args): Adjust.
14412         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
14414 2001-08-31  Akim Demaille  <akim@epita.fr>
14416         * configure.ac: Also find tested executables in bin.
14417         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
14418         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
14419         installed peer executables, only PATH is allowed to resolve it.
14420         Pass `autoconf_dir' via options, not via invisible envvars.
14421         * lib/Autom4te/General.pm (&find_peer): Remove.
14422         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
14423         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
14424         * man/Makefile.am: Let help2man rely on PATH instead of trying to
14425         find the executables for it.
14426         * tests/Makefile.am: Major cleanup.  Too lazy to document...
14427         * tests/atlocal.in: Remove all the obscure envvar manipulations.
14428         We only need PERL.
14429         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
14430         indeed related to running the test suite, while passing
14431         --autoconf-dir and others is related to running non installed
14432         Autoconf executables.  So don't do that, leave it to...
14433         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
14434         * tests/autoscan: New.
14435         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
14436         refer to library files: rely on --language.
14438 2001-08-29  Akim Demaille  <akim@epita.fr>
14440         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
14441         s/--set/--language/.
14443 2001-08-29  Akim Demaille  <akim@epita.fr>
14445         * doc/autoconf.texi: Strip the @nodes.
14446         Suggested by Paul Eggert.
14447         (Initializing configure): Typo.
14449 2001-08-29  Akim Demaille  <akim@epita.fr>
14451         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
14452         Suggested by Paul Eggert.
14454 2001-08-29  Akim Demaille  <akim@epita.fr>
14456         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
14457         download in a tmp dir.
14459 2001-08-29  Akim Demaille  <akim@epita.fr>
14461         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
14462         case insensitive OSes out there :(
14463         From Tim Van Holder.
14465 2001-08-29  Akim Demaille  <akim@epita.fr>
14467         * lib/autom4te.in: New.
14468         * lib/Makefile.am (edit, autom4te.cfg): New.
14469         * bin/autom4te.in (BEGIN): Simplify.
14470         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
14471         (&load_configuration): New.  Use it.
14472         (&parse_args): Support --mode, --set, and --melt.
14473         * bin/autoconf.in: Simplify and adjust.
14474         * tests/Makefile.am (AUTOMAKE): Use --set.
14475         * tests/atlocal.in: Adjust.
14476         * BUGS: distcheck and check are weak.
14478 2001-08-29  Akim Demaille  <akim@epita.fr>
14480         * lib/autotest/general.m4: Use
14481                 foo=`(command) 2>/dev/null`
14482         not
14483                 foo=`command` 2>/dev/null
14484         (at-devnull): Rename as...
14485         (AT-devnull): this.
14486         (--clean): Remove AT-* files too.
14487         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
14488         Reported by Nicolas Joly.
14490 2001-08-28  Akim Demaille  <akim@epita.fr>
14492         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
14493         quotes inside single quotes.
14494         Reported by Nicolas Joly.
14496 2001-08-28  Kevin Ryde  <user42@zip.com.au>
14498         * doc/autoconf.texi (Function Portability): Mention C right shifts.
14500 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
14502         * lib/autotest/general.m4: Reword some messages.
14503         (AT_INIT): Check for the `times' builtin before using it.
14504         Support test ranges as arguments to the testsuite.
14505         Have -e imply -d as the help text suggested.
14507 2001-08-27  Akim Demaille  <akim@epita.fr>
14509         * Makefile.maint: Formatting changes.
14510         (do-po-update, po-update, cvs-update, update): New targets.
14511         (AMTAR): Remove.
14513 2001-08-27  Akim Demaille  <akim@epita.fr>
14515         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
14516         <at_cmd_line>: New.
14517         Pass it to debug-*.sh scripts.
14518         <AUTOTEST_PATH>: May contain absolute dir names.
14520 2001-08-27  Akim Demaille  <akim@epita.fr>
14522         * lib/autotest/general.m4 (AT_INIT): Log the command line.
14523         Support `VAR=VAL' as arguments.
14524         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
14525         may be set via the command line.
14527 2001-08-27  Akim Demaille  <akim@epita.fr>
14529         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
14530         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
14531         first the build dirs, then the src dirs.
14532         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
14534 2001-08-27  Akim Demaille  <akim@epita.fr>
14536         * lib/autotest/general.m4 (AT_INIT): Output the definition of
14537         at_data_files earlier.
14538         (--clean, -c): New option.
14539         * tests/Makefile.am: Use this option.
14541 2001-08-27  Akim Demaille  <akim@epita.fr>
14543         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
14544         `ac_top_builddir' to mimic Automake's vocabulary, which much more
14545         readable.
14546         Adjust callers.
14547         * doc/autoconf.texi (Configuration Actions): Document the vars
14548         available in commands.
14549         Emphasize the risks of collisions in init-cmds.
14551 2001-08-27  Akim Demaille  <akim@epita.fr>
14553         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
14554         (Initializing configure): this new node.
14556 2001-08-27  Akim Demaille  <akim@epita.fr>
14558         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
14560 2001-08-27  Akim Demaille  <akim@epita.fr>
14562         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
14563         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
14564         New file.
14565         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
14567 2001-08-27  Akim Demaille  <akim@epita.fr>
14569         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
14570         to...
14571         * lib/autoconf/autoheader.m4: this new file.
14572         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
14573         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
14574         Move to...
14575         * lib/autoconf/autoupdate.m4: this new file.
14577 2001-08-27  Akim Demaille  <akim@epita.fr>
14579         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
14580         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
14581         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
14582         -> ac_dir).
14583         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
14584         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
14586 2001-08-27  Akim Demaille  <akim@epita.fr>
14588         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
14589         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
14590         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
14591         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
14592         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
14593         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
14594         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
14595         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
14596         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
14597         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
14598         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
14599         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
14600         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
14601         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
14602         (_AC_OUTPUT_SUBDIRS): Move to...
14603         * lib/autoconf/status.m4: this new file.
14604         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
14605         * tests/Makefile.am, tests/suite.at: Adjust.
14607 2001-08-27  Akim Demaille  <akim@epita.fr>
14609         Automake 1.5.
14611         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
14612         (AMTAR): Help automake define it.
14613         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
14614         needed, 1.5 can have a macro and a target with the same name.
14615         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
14616         * m4/strip.m4: New.
14617         * m4/init.m4, m4/sanity.m4: Update.
14618         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
14619         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
14620         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
14621         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
14623 2001-08-27  Akim Demaille  <akim@epita.fr>
14625         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
14627         * lib/autoconf/version.in: Remove.
14628         * lib/m4sugar/version.in: New.
14629         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
14630         Adjust callers.
14631         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
14632         the name of the directory they're in, instead of the filename,
14633         since version.m4 is now in m4sugar, but m4_acversion must not be
14634         classified as an Autoconf macro.
14635         ($input_m4): Don't qualify the path to m4sugar.
14636         Rather, pass autoconf_dir to m4.
14637         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
14638         * tests/suite.at: Require 2.52c.
14640 2001-08-27  Akim Demaille  <akim@epita.fr>
14642         testsuite.log should include config.log.
14644         * lib/autotest/autotest.m4: New.
14645         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
14646         * tests/suite.at : Adjust.
14647         (AT_INIT): Log config.log.
14648         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
14649         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
14650         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
14651         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
14652         of config.log on traps.
14653         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
14654         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
14655         for config.status'.
14656         Open the log as soon as possible.
14657         Use the same log introduction as configure's.
14659 2001-08-22  Paul Eggert  <eggert@twinsun.com>
14661         * doc/autoconf.texi (Indices): New node.
14662         Move indices out of the top level menu and into this submenu.
14664 2001-08-22  Akim Demaille  <akim@epita.fr>
14666         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
14667         AC_TRY_COMMAND.
14668         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
14670 2001-08-22  Akim Demaille  <akim@epita.fr>
14672         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
14673         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
14674         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
14675         * lib/autoconf/programs.m4: here.
14676         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
14677         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
14678         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
14679         * lib/autoconf/programs.m4: here.
14680         (_AC_DECL_YYTEXT): Rename as...
14681         (_AC_PROG_LEX_YYTEXT_DECL): this.
14682         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
14683         * tests/Makefile.am, tests/suite.am: Adjust.
14685 2001-08-22  Akim Demaille  <akim@epita.fr>
14687         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
14688         Move to...
14689         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
14690         here.
14691         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
14692         * lib/autoconf/functions.m4: here.
14693         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
14694         (AH_CHECK_LIB): Move to...
14695         * lib/autoconf/libs: this new file.
14696         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
14697         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
14698         * lib/autoconf/libs.m4: here.
14699         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
14701 2001-08-22  Akim Demaille  <akim@epita.fr>
14703         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
14704         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
14705         (AC_SITE_LOAD): Better logging of config.site.
14707 2001-08-20  Akim Demaille  <akim@epita.fr>
14709         * configure.ac (AT_CONFIG): Fix the path.
14710         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
14711         can be used.
14713 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
14715         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
14716         program with AC_LANG_PROGRAM before feeding it to
14717         AC_COMPILE_IFELSE.  Cleanup grep usage.
14719 2001-08-20  Akim Demaille  <akim@epita.fr>
14721         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
14722         * NEWS, README, README-alpha, TODO, tests/README: This package is
14723         `Autoconf', not `autoconf' (the executable).
14725 2001-08-20  Akim Demaille  <akim@epita.fr>
14727         Info readers seem to need `Index' in the index node title :(
14729         * doc/autoconf.texi: Reverse the 2001-08-15 change which
14730         simplified index node names.
14732 2001-08-20  Akim Demaille  <akim@epita.fr>
14734         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
14735         arguments are not literals.
14736         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
14737         Specify the output variables, and macros defined.
14739 2001-08-20  Akim Demaille  <akim@epita.fr>
14741         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
14742         (Examining Syntax) <AC_TRY_COMPILE>
14743         (Examining Libraries) <AC_TRY_LINK>
14744         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
14745         their arguments.
14746         Reported by Werner Lemberg.
14748 2001-08-20  Akim Demaille  <akim@epita.fr>
14750         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
14751         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
14752         Load atlocal late enough to dump it in the log.
14753         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
14755 2001-08-20  Akim Demaille  <akim@epita.fr>
14757         * tests/torture.at (Configuring subdirectories): New test.
14758         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
14759         looking for.
14760         * m4/atconfig.m4: Be sure the let $[0] be expandable.
14761         (top_srcdir): Fix its computation.
14763 2001-08-20  Akim Demaille  <akim@epita.fr>
14765         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
14766         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
14767         test suite lives.
14768         Create `atconfig' automagically.
14769         Configure atlocal.in if present.
14770         * tests/atconfig.in: Remove.
14771         * tests/atlocal.in: New.
14772         * tests/Makefile.am: Adjust.
14774 2001-08-20  Akim Demaille  <akim@epita.fr>
14776         Huh!?!?!  There are still some user EOF tags used, which prevents
14777         their use in AC_CONFIG_COMMANDS for instance...
14779         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
14780         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
14781         `_CSEOF', or `_ATEOF', as appropriate.
14782         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
14783         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
14785 2001-08-20  Akim Demaille  <akim@epita.fr>
14787         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
14788         * tests/semantics.at, tests/tools.at, tests/torture.at:
14789         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
14791 2001-08-20  Akim Demaille  <akim@epita.fr>
14793         Autotest invokes M4sh's initialization.
14795         * lib/autotest/general.m4: Adjust the diversion names.
14796         (AT_INIT): Run AS_INIT.
14797         Use the BINSH diversion to invoke /bin/sh.
14798         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
14799         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
14801 2001-08-20  Akim Demaille  <akim@epita.fr>
14803         Let M4sh have its own diversions.
14805         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
14806         (_m4_divert(NOTICE)): Rename as...
14807         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
14808         (_m4_divert(HEADER-COMMENT)): these.
14809         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
14810         (_m4_divert(NOTICE)): New, for Libtool.
14811         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
14812         long ago with `_m4_divert(GROW)'.
14813         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
14815 2001-08-20  Akim Demaille  <akim@epita.fr>
14817         * tests/base.at, tests/compile.at, tests/foreign.at,
14818         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
14819         * tests/semantics.at, tests/suite.at, tests/tools.at,
14820         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
14822 2001-08-20  Akim Demaille  <akim@epita.fr>
14824         * bin/autom4te.in (handle_output): Handle @__@.
14826 2001-08-20  Akim Demaille  <akim@epita.fr>
14828         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
14829         * lib/autotest/general.m4: Adjust the license.
14831 2001-08-17  Paul Eggert  <eggert@twinsun.com>
14833         * doc/autoconf.texi (Function Portability): Mention snprintf,
14834         following up on a suggestion by Kevin Ryde.
14836 2001-08-17  Akim Demaille  <akim@epita.fr>
14838         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
14839         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
14841 2001-08-17  Akim Demaille  <akim@epita.fr>
14843         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
14844         `$0.log' as for projects where testsuite is in src, we'd have
14845         testsuite.log created in src.
14847 2001-08-17  Akim Demaille  <akim@epita.fr>
14849         * bin/autom4te.in (&parse_args): Recognize --normalize.
14851 2001-08-17  Akim Demaille  <akim@epita.fr>
14853         Start implementing the AC_CHECK_HEADER transition scheme.
14855         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
14856         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
14857         (AC_CHECK_HEADER): Use them.
14859 2001-08-17  Akim Demaille  <akim@epita.fr>
14861         * doc/autoconf.texi: Work around Texinfo buglets.
14862         (Transformation Rules): One example is enough, users are expected
14863         to have their brains on. And BTW, use DESTDIR.
14864         (dvar): New macro.  Use it.
14866 2001-08-17  Akim Demaille  <akim@epita.fr>
14868         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
14869         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
14870         looking for ChangeLogs.
14872 2001-08-17  Akim Demaille  <akim@epita.fr>
14874         * bin/autom4te.in: --normalize is a new option.
14875         * bin/autoconf.in: Use it.
14877 2001-08-17  Akim Demaille  <akim@epita.fr>
14879         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
14880         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
14882 2001-08-16  Paul Eggert  <eggert@twinsun.com>
14884         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
14885         start, not at end.
14887 2001-08-15  Akim Demaille  <akim@epita.fr>
14889         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
14890         Use it.
14892 2001-08-15  Akim Demaille  <akim@epita.fr>
14894         * doc/autoconf.texi (pr): New index.
14895         (prindex, findex): Use, merge, and output them.
14896         (Environment Variable Index, Output Variable Index)
14897         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
14898         (Autotest Macro Index): Rename as...
14899         (Environment Variables, Output Variables,Preprocessor Symbols)
14900         (Autoconf Macros, M4 Macros, Autotest Macros): these.
14901         * doc/install.texi: Use @command.
14902         (Environment Variables): Rename as...
14903         (Defining Variables): this.
14905 2001-08-15  Akim Demaille  <akim@epita.fr>
14907         * doc/autoconf.texi (Function Portability): sprintf's return
14908         value.
14909         From Kevin Ryde.
14911 2001-08-15  Akim Demaille  <akim@epita.fr>
14913         * Makefile.maint (CVS): New.
14914         (local-check): Run changelog-check. last.
14915         (alpha): Don't depend upon local-check, since...
14916         (cvs-dist): depends upon it.
14918 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
14920         * tests/Makefile.am: Use a clean-local rule to remove
14921         autom4te.cache (it's a directory, not a file.
14922         * Makefile.am: Ditto (but maintainer-clean-local).
14924 2001-08-15  Akim Demaille  <akim@epita.fr>
14926         * bin/autom4te.in (@m4_warning): New.
14927         (&handle_m4): Use it.
14928         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
14929         warnings are issued at each run.
14930         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
14931         is in the src tree.
14933 2001-08-15  Akim Demaille  <akim@epita.fr>
14935         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
14936         don't waste time running `autoupdate --version' works.
14937         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
14939 2001-08-13  Akim Demaille  <akim@epita.fr>
14941         * doc/autoconf.texi (ma): Rename this index as...
14942         (ac): this.
14944 2001-08-13  Akim Demaille  <akim@epita.fr>
14946         * Makefile.am: Remove dead code and dead comments.
14947         (pdf, html): New targets.
14948         * doc/autoconf.texi (Using Autotest): New chapter.
14949         * doc/Makefile.am (pdf): New targets.
14950         (CLEANFILES): Adjust.
14952 2001-08-13  Akim Demaille  <akim@epita.fr>
14954         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
14955         duration of the test suite.
14957 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
14959         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
14960         endianness for comparison instead of relying on AT_CHECK_ENV.
14962 2001-08-11  Paul Eggert  <eggert@twinsun.com>
14964         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
14965         to the INSTALL file.
14967 2001-08-11  Paul Eggert  <eggert@twinsun.com>
14969         * NEWS: The autoconf manual now is distributed under the terms
14970         of the GNU Free Documentation License.
14972         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
14973         Add an appendix "Copying This Manual" for the FDL.
14975         * doc/fdl.texi: New file, from
14976         <http://www.gnu.org/licenses/fdl.texi>.
14978         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
14980 2001-08-10  Paul Eggert  <eggert@twinsun.com>
14982         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
14983         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
14984         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
14985         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
14986         m4/sanity.m4, tests/README, tests/aclocal.m4,
14987         tests/atspecific.m4, tests/base.at, tests/compile.at,
14988         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
14989         tests/semantics.at, tests/suite.at, tests/tools.at,
14990         tests/torture.at: Add copyright notice.
14992         * tests/mktests.sh: Update year in copyright notice.
14994 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
14996         * tests/semantics.at (AC_C_BIGENDIAN): New test.
14998 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
15000         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
15001         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
15002         * doc/autoconf.texi (C Compiler Characteristics): Update
15003         documentation for AC_C_BIGENDIAN.
15005 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
15007         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
15008         magic values from an object file when cross-compiling.
15009         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
15011 2001-08-10  Akim Demaille  <akim@epita.fr>
15013         * bin/autom4te.in (&handle_output): Don't use `grep' with side
15014         effects.
15015         Suggested by Russ Allbery.
15017 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
15019         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
15020         current $prefix to the sub-configures.
15022 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
15024         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
15025         extension (needed on BeOS).  Reported by Guido van Rossum.
15027 2001-08-09  Akim Demaille  <akim@epita.fr>
15029         * bin/autom4te.in ($icache): Load it only if older than autom4te.
15031 2001-08-07  Akim Demaille  <akim@epita.fr>
15033         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
15034         removed.
15035         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
15036         No need to remove the files before and after the each test, before
15037         each test and at the end of the suite is enough.
15038         Display only the children `times', not the shell's.
15039         If the test failed or was skipped, at-times is not available.
15041 2001-08-07  Akim Demaille  <akim@epita.fr>
15043         Always produce testsuite.log, including when there are no
15044         failures.  This helps getting information on skipped tests, and
15045         duration of the tests.  Err, implement the latter btw.
15047         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
15048         Dump information on the first run of each test.
15049         (AT_CLEANUP): Create `at-times' containing the duration of the
15050         test group.
15052 2001-08-07  Akim Demaille  <akim@epita.fr>
15054         The use of `dumpstat' revealed that `len' was used although it
15055         should not.  m4_text_wrap was using it, but in the Autoconf world
15056         where it is legal.  Hence (i) test M4sh in its own world, not
15057         Autoconf's, and (ii), ahem, fix the bug :)
15059         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
15060         does not like `' instead of [].
15061         (AT_INIT): Forbid `^_?AT_'.
15062         And don't output such tokens.
15063         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
15064         `script.as', and `autom4te.cache'.
15065         Remove `empty' and `macro' which are no longer used.
15066         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
15067         * tests/m4sugar.at: Use it.
15068         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
15070 2001-08-07  Akim Demaille  <akim@epita.fr>
15072         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
15074 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
15076         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
15078 2001-08-04  Akim Demaille  <akim@epita.fr>
15080         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
15081         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
15082         AC_TRY_LINK.
15083         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
15084         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
15085         (AC_F77_MAIN): Likewise.
15087 2001-08-04  Akim Demaille  <akim@epita.fr>
15089         Don't rely on M4sugar outputting the patterns in files, since we
15090         might process the output _without_ running m4, hence without these
15091         files.
15093         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
15094         * bin/autom4te.in (@Request::includes): Remove, unused.
15095         (@Request::source): Rename as...
15096         (@Request::input): this.
15097         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
15098         (&handle_output): Fetch the patterns from the traces.
15099         `$forbidden' and `$allowed' are constant: use m//o.
15100         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
15101         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
15103 2001-08-04  Akim Demaille  <akim@epita.fr>
15105         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
15106         autoconf', i.e., in addition to caching traces, cache the output.
15108         * bin/autom4te.in (Request::cache): Rename as...
15109         (Request::id): this.
15110         ($cache, $icache, $tcache, $ocache): New.
15111         (&handle_m4): Save M4 output in the cache instead of $tmp.
15112         (&handle_output): Adjust.
15113         (&up_to_date_p): Check that the output cache is up to date too.
15114         (top level): Run `&handle_m4' iff force or the cache is invalid.
15115         Run `&handle_output' if the output cache is more recent.
15117 2001-08-04  Akim Demaille  <akim@epita.fr>
15119         * bin/autom4te.in ($force): New.
15120         (&parse_args, &print_usage): -f, --force is a new option.
15121         (&handle_output): CPP directives might have spaces after `#'.
15122         (&parse_args): The first file only can be frozen.
15124 2001-08-04  Akim Demaille  <akim@epita.fr>
15126         Don't let autom4te compute the `include' traces several times:
15127         first check that the trace cache file is up to date, and then
15128         compare its timestamp with that of the output.
15130         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
15131         the preamble.  Don't require 5.005 as Autom4te::General does it,
15132         and better yet (use `use', not `require'!).
15133         * lib/Autom4te/Struct.pm: Rename the last occurrences of
15134         Class::Struct as Autom4te::Struct.
15135         * lib/Autom4te/General.pm (File::stat): Use it.
15136         (&mtime): New, export it.
15137         * bin/autom4te.in: Use it.
15138         Declare `$req' is invalid if it is outdated.
15139         Don't declare it valid before saving it if something went wrong.
15141 2001-08-04  Akim Demaille  <akim@epita.fr>
15143         Autom4te shall not encode Autoconf data, and preselecting traces
15144         must be proposed to the users.
15146         * bin/autom4te.in (@required_trace): Remove.
15147         (@preselect): New.
15148         (&parse_args, &print_usage): -p, --preselect is a new option.
15149         (&up_to_date_p): Adjust.
15150         * bin/autoconf.in: Preselect some Autoconf macros.
15152 2001-08-04  Akim Demaille  <akim@epita.fr>
15154         * tests/tools.at (autoconf --trace: user macros): Check traces on
15155         macros invoked without arguments, and macros invoked with multiple
15156         lines arguments.
15158 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
15160         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
15161         arguments.
15163 2001-08-03  Akim Demaille  <akim@epita.fr>
15165         * bin/autoconf.in ($@): Work around the usual sh bug.
15166         From Nicolas Joly.
15168 2001-08-03  Akim Demaille  <akim@epita.fr>
15170         Clean up the handling of the M4 builtins tracing exception.
15172         * bin/autom4te.in (Request::request): Don't complete M4 builtins
15173         trace requests.
15174         (@m4_builtins): Rename as...
15175         (@m4_builtin): this.
15176         (%m4_builtin_alternate_name): New.
15177         (&parse_args): Complete the trace requests with alternate names.
15178         (&handle_traces): Hence no longer do it here.
15179         (&trace_requests): Remove, unused.
15181 2001-08-03  Akim Demaille  <akim@epita.fr>
15183         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
15184         m4_if, and m4_wrap.
15186 2001-08-03  Akim Demaille  <akim@epita.fr>
15188         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
15189         (m4_divert_pop): Dump the whole diversion stack when a diversion
15190         mismatch happens.
15191         * bin/autom4te.in (&handle_output): Remember of the first
15192         occurrence of a possibly undefined macro, not the last.
15193         Complain about the possibly undefined macros in the same order as
15194         the appear in the output.
15195         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
15196         * tests/tools.at (autoconf: forbidden tokens, basic)
15197         (autoconf: forbidden tokens, exceptions): No longer sort
15198         autoconf's stderr, as it is now deterministic.
15199         Check that `dnl' is caught.
15201 2001-08-01  Akim Demaille  <akim@epita.fr>
15203         * configure.ac: Bump to 2.52c.
15205 2001-08-01  Akim Demaille  <akim@epita.fr>
15207         Version 2.52b.
15209         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
15211 2001-08-01  Akim Demaille  <akim@epita.fr>
15213         Version 2.52a.
15215 2001-08-01  Akim Demaille  <akim@epita.fr>
15217         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
15218         `die'.
15219         (&END): New.
15220         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
15221         `END', as `Autom4te::General::END' will be triggered.
15222         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
15223         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
15224         system to run `mv', `rm', and `cmp'.
15226 2001-08-01  Akim Demaille  <akim@epita.fr>
15228         * lib/Autom4te/General.pm (&unique): New.
15229         * bin/autoscan.in (&output): Use it to issue trace requests once.
15231 2001-08-01  Akim Demaille  <akim@epita.fr>
15233         * lib/Autom4te/General.pm: New.
15234         * bin/autom4te.in (Autom4te::General): Use it.
15235         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
15236         (&find_configure_ac, &find_slave): Remove.
15237         * bin/autoscan.in: Likewise.
15238         * bin/autoupdate.in: Likewise.
15240 2001-08-01  Akim Demaille  <akim@epita.fr>
15242         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
15243         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
15244         * bin: here, new directory.
15245         * lib/Autoconf: Rename as...
15246         * lib/Autom4te: this, to please case insensitive junkie OSes.
15248 2001-08-01  Akim Demaille  <akim@epita.fr>
15250         * autom4te.in ($m4): Handle the --nesting-limit.
15251         * autoconf.in (M4): Remove.
15253 2001-08-01  Akim Demaille  <akim@epita.fr>
15255         * autoconf.in ($AWK): Remove, no longer used.
15256         * test/tools.at: Use AT_CHECK_AUTOCONF.
15257         (AWK portability): Remove, for autoconf no longer uses AWK.
15258         (Syntax of the Perl scripts): New.
15259         * configure.ac: autoconf no longer needs an AWK with a good
15260         regexp engine.
15261         Use a static test on AC_PACKAGE_VERSION.
15262         * autom4te.in (&up_to_date_p): Output depends on the arguments.
15263         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
15264         * tests/atconfig.in (PERL): New.
15266 2001-08-01  Akim Demaille  <akim@epita.fr>
15268         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
15269         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
15270         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
15271         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
15272         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
15273         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
15274         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
15275         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
15276         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
15277         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
15278         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
15279         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
15280         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
15281         * lib/autoconf/c.m4: here, new file.
15283         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
15284         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
15285         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
15286         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
15287         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
15288         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
15289         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
15290         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
15291         (AC_F77_FUNC): Move to...
15292         * lib/autoconf/fortran.m4: here, new file.
15294 2001-08-01  Akim Demaille  <akim@epita.fr>
15296         * acfunctions.m4: Rename as...
15297         * lib/autoconf/functions.m4: this.
15298         * acgeneral.m4: Rename as...
15299         * lib/autoconf/general.m4: this.
15300         * acheaders.m4: Rename as...
15301         * lib/autoconf/headers.m4: this.
15302         * aclang.m4: Rename as...
15303         * lib/autoconf/lang.m4: this.
15304         * acoldnames.m4: Rename as...
15305         * lib/autoconf/oldnames.m4: this.
15306         * acspecific.m4: Rename as...
15307         * lib/autoconf/specific.m4: this.
15308         * actypes.m4: Rename as...
15309         * lib/autoconf/types.m4: this.
15310         * autoconf.m4: Rename as...
15311         * lib/autoconf/autoconf.m4: this.
15313         * m4sugar.m4: Rename as...
15314         * lib/m4sugar/m4sugar.m4: this.
15315         * m4sh.m4: Rename as...
15316         * lib/m4sugar/m4sh.m4: this.
15318         * tests/atgeneral.m4: Rename as...
15319         * lib/autotest/general.m4: this.
15321         * acfunctions: Rename as...
15322         * lib/autoscan/functions: this.
15323         * acheaders: Rename as...
15324         * lib/autoscan/headers: this.
15325         * acidentifiers: Rename as...
15326         * lib/autoscan/identifiers: this.
15327         * aclibraries: Rename as...
15328         * lib/autoscan/libraries: this.
15329         * acmakevars: Rename as...
15330         * lib/autoscan/makevars: this.
15331         * acprograms: Rename as...
15332         * lib/autoscan/programs: this.
15334 2001-08-01  Akim Demaille  <akim@epita.fr>
15336         * doc/autoconf.texi: Moving/deleting open files is not portable.
15337         Portability issues for `.' (source), and more information about sed.
15339 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
15341         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
15342         which has a special meaning and is not a reference to libibmil.a.
15343         Reported by Matteo Frigo.
15345 2001-07-25  Pavel Roskin  <proski@gnu.org>
15347         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
15348         output.
15350 2001-07-25  Akim Demaille  <akim@epita.fr>
15352         * autoconf.in: Try to define the variables before using them.
15353         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
15354         instead of `$perllibdir'.
15355         * tests/atconfig.in ($autom4te_perllibdir): Export it.
15357 2001-07-25  Akim Demaille  <akim@epita.fr>
15359         * autoconf.in (ac_LF_and_DOT): Remove, unused.
15361 2001-07-24  Akim Demaille  <akim@epita.fr>
15363         Let autoconf use autom4te for traces.
15365         * autoconf.in ($task, task trace): Remove, merely pass --trace to
15366         autom4te.
15367         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
15368         (Because I found no way for autom4te to accept `-').
15369         * autom4te.in (&Request::request): Beware of M4 builtins.
15370         (END): Don't try to remove the content of an empty dir.
15371         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
15372         (&handle_output): Set a default value to `$forbidden'.
15373         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
15374         ($autoconf): Pass --debug and --verbose.
15375         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
15376         cache.
15378 2001-07-24  Akim Demaille  <akim@epita.fr>
15380         Let autoconf use autom4te to create configure.
15382         * autoconf.in ($automate): New var.
15383         (task script): Use autom4te.
15384         * autom4te.in (File::Spec): Use it.
15385         (&find_file): New.
15386         (&parse_args): --warning is -W, not -w.
15387         Find the top level files.
15388         (&handle_m4): Pass the warnings flags.
15389         Don't report verbosely m4's failures, unless requested.
15390         (&handle_output): Don't complain for forbidden tokens in comments.
15391         Be sure to report all the forbidden tokens within a single line.
15392         (&trace_format_to_m4): Preserve `$_'.
15393         (&handle_traces): Sort the output macros.
15394         (&up_to_date_p): Find the files before trying to get its time stamp.
15396 2001-07-24  Akim Demaille  <akim@epita.fr>
15398         * Makefile.am: Ship, build and install Autom4te.
15399         (SUBDIRS): Add lib.
15400         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
15401         * configure.in: Require Perl.
15402         * man/autom4te.in: New.
15404 2001-07-19  Paul Eggert  <eggert@twinsun.com>
15406         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
15407         example, rather than (exit 1); exit (which isn't portable).
15409 2001-07-18  Akim Demaille  <akim@epita.fr>
15411         Version 2.52.
15413 2001-07-18  Akim Demaille  <akim@epita.fr>
15415         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
15416         was run, while they are needed also when it is expanded.
15417         Reported by Nicolas Joly.
15419         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
15420         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
15421         AC_F77_DUMMY_MAIN being expanded.
15423 2001-07-18  Akim Demaille  <akim@epita.fr>
15425         * configure.in: Bump to 2.51a.
15427 2001-07-17  Akim Demaille  <akim@epita.fr>
15429         Version 2.51.
15431 2001-07-17  Akim Demaille  <akim@epita.fr>
15433         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
15434         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
15436 2001-07-17  Akim Demaille  <akim@epita.fr>
15438         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
15439         used.  Well, then use the prototypes when you can, and runtime as
15440         a last resort.
15441         Reported by Artur Frysiak
15443         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
15444         (AC_FUNC_GETPGRP): Use it.
15445         First try to compile with 0-ary or 1-ary calls.
15447 2001-07-17  Akim Demaille  <akim@epita.fr>
15449         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
15450         replacement type.
15451         From Paul Eggert.
15453 2001-07-17  Akim Demaille  <akim@epita.fr>
15455         * Makefile.maint: Sync. with cppi 1.10.
15457 2001-07-17  Akim Demaille  <akim@epita.fr>
15459         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
15460         AC_F77_DUMMY_MAIN has been run.
15461         From Pavel Roskin and Steven G. Johnson.
15463 2001-07-17  Akim Demaille  <akim@epita.fr>
15465         * configure.in: Rename as...
15466         * configure.ac: this.
15468 2001-07-17  Akim Demaille  <akim@epita.fr>
15470         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
15471         rules.
15472         From Marc Espie.
15473         * Makefile.maint (release-archive-dir): Rename as...
15474         (release_archive_dir): this, so that it can be specialized in
15475         Makefile.
15477 2001-07-14  Akim Demaille  <akim@epita.fr>
15479         * configure.in: Bump to 2.50d.
15481 2001-07-14  Akim Demaille  <akim@epita.fr>
15483         Version 2.50c.
15484         * Makefile.maint (alpha): Typo.
15486 2001-07-14  Akim Demaille  <akim@epita.fr>
15488         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
15490 2001-07-14  Akim Demaille  <akim@epita.fr>
15492         * config/config.guess, config/config.sub, config/texinfo.tex
15493         * doc/standards.texi, doc/make-stds.texi: Update.
15495 2001-07-14  Akim Demaille  <akim@epita.fr>
15497         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
15499 2001-07-14  Akim Demaille  <akim@epita.fr>
15501         * Makefile.maint (maintainer-check): Rename as...
15502         (maintainer-distcheck): this.
15503         (changelog-check, static-check): New.
15504         Use them.
15506 2001-07-14  Kevin Ryde  <user42@zip.com.au>
15508         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
15509         for CXX is g++, not gcc.
15511 2001-07-14  Akim Demaille  <akim@epita.fr>
15513         * doc/autoconf.texi (Files): New subsection.
15515 2001-07-14  Akim Demaille  <akim@epita.fr>
15517         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
15518         of...
15519         (Generic Compiler Characteristics): this.
15520         (C++ Compiler): New subsection.
15522 2001-07-14  Akim Demaille  <akim@epita.fr>
15524         * autoscan.in: Use IO::File.
15525         Adjust all the routines to use it.
15526         ($log): New file (autoscan.log).
15527         (output): Dump detailed logs into $log, and a shortened version to
15528         stderr.
15529         (&scan_makefile): Refine the regexp catching tokens in the code.
15530         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
15531         and the `configure.ac' checking feature.
15533 2001-07-12  Akim Demaille  <akim@epita.fr>
15535         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
15536         Reported by Michael Elizabeth Chastain.
15538         * autoconf.in: Refuse such AWK.
15539         * configure.in: Likewise.
15540         * Makefile.am (acversion.m4): Do not use move-if-change this file
15541         has dependencies.
15542         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
15544 2001-07-10  Jens Petersen  <petersen@redhat.com>
15546         * autoscan.in (&scan_makefile): Improve programs regexp to parse
15547         things like "g++", "file.c" and "some-conf" as tokens.
15548         (&scan_file): Match C++ files extensions.
15549         If the filename extension is C++ then ask for c++.
15551 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
15553         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
15554         AC_TRY_LINK_FUNC, to check whether defining a dummy
15555         main-like routine is needed for linking with F77 libs.
15557 2001-07-05  Pavel Roskin  <proski@gnu.org>
15559         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
15560         after using break.
15561         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
15562         linking.
15564 2001-07-05  Akim Demaille  <akim@epita.fr>
15566         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
15567         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
15568         Makes' lives.
15569         Reported by Nicolas Joly.
15571 2001-07-04  Akim Demaille  <akim@epita.fr>
15573         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
15574         up.
15575         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
15576         warnings from compilers.
15577         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
15578         for all the compilers, not only GNU.  Hence move from here...
15579         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
15581 2001-07-04  Akim Demaille  <akim@epita.fr>
15583         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
15584         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
15585         AC_COMPILE_IFELSE.
15587 2001-07-04  Akim Demaille  <akim@epita.fr>
15589         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
15590         the ``strings.h'' change claimed below.
15592 2001-07-04  Akim Demaille  <akim@epita.fr>
15594         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
15596 2001-07-04  Akim Demaille  <akim@epita.fr>
15598         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
15599         strings.h if usable with string.h.
15600         Suggested by Paul Eggert.
15602 2001-07-04  Akim Demaille  <akim@epita.fr>
15604         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
15605         From Jens Petersen.
15607 2001-07-03  Akim Demaille  <akim@epita.fr>
15609         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
15610         etc. in the log.
15612 2001-07-03  Akim Demaille  <akim@epita.fr>
15614         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
15615         compiler, not the preprocessor.
15616         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
15617         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
15618         the right thing.
15619         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
15620         earlier if there are.
15622 2001-07-03  Akim Demaille  <akim@epita.fr>
15624         * autoscan.in ($initfile): Remove.
15625         (&find_file): Rename as...
15626         (&scan_file): this.
15627         Immediately scan the current file, instead of gathering them, and
15628         later having them handled by &scan_files.
15629         (&scan_files): Merely invoke Find::File.
15630         Adjust.
15632 2001-07-02  Akim Demaille  <akim@epita.fr>
15634         * autoscan.in: Formatting changes, matching the invocation order.
15635         (File::Find): Use it instead of Perl 4's `find.pl'.
15636         (&wanted): Rename as...
15637         (&find_file): this.
15639 2001-07-01  Pavel Roskin  <proski@gnu.org>
15641         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
15642         break in the argument to AC_TRY_LINK_FUNC.
15643         (AC_F77_MAIN): Remove conftest* after using break in the
15644         argument to AC_TRY_LINK.
15646 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
15648         Add alternate 'main' routine detection for linking C/C++ with Fortran,
15649         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
15651         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
15652         dummy alternate main is required even if the user provides her own
15653         'main'.
15654         (AC_F77_MAIN): New macro to detect whether it is possible to
15655         provide an alternate 'main' function name, using the 'main' from
15656         the Fortran libraries.
15657         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
15658         cross-language link tests can be performed successfully.
15659         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
15660         after $LIBS, for consistency; this should be the general rule since
15661         the user may want to link to Fortran libraries that require $FLIBS.
15662         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
15664 2001-06-29  Pavel Roskin  <proski@gnu.org>
15666         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
15667         at-stdout and at-stderr instead of removing the newline
15668         from the echo output, which is not guaranteed to work.
15670 2001-06-28  Jens Petersen  <petersen@redhat.com>
15672         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
15673         confdefs.h when non-zero.
15675 2001-06-28  Akim Demaille  <akim@epita.fr>
15677         * configure.in: Bump to 2.50c.
15679 2001-06-26  Akim Demaille  <akim@epita.fr>
15681         Version 2.50b.
15683 2001-06-26  Akim Demaille  <akim@epita.fr>
15685         Version 2.50a.
15687 2001-06-25  Pavel Roskin  <proski@gnu.org>
15689         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
15690         argument, AUTOCONF-FLAGS.
15691         * tests/mktests.sh (update_exclude_list): Add
15692         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
15693         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
15694         AC_FUNC_WAIT3 with "-W no-obsolete".
15696 2001-06-25  Akim Demaille  <akim@epita.fr>
15698         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
15700 2001-06-25  Akim Demaille  <akim@epita.fr>
15702         * autoscan.in (%macro): Now maps from word to list of macros.
15703         (&init_tables): Die when a word which is already handled by
15704         explicit macros is mapped to the default macro.
15705         (&print_unique): Remove, inlined in...
15706         (&output_kind): here.
15707         (File::Basename): Use it.
15708         (&output): Sort the CONFIG_FILES.
15709         * acheaders: Normalize.
15710         * acfunctions: Likewise.
15712 2001-06-25  Akim Demaille  <akim@epita.fr>
15714         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
15715         characteristics in the logs.
15716         Suggested by Mo DeJong.
15718 2001-06-24  Akim Demaille  <akim@epita.fr>
15720         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
15721         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
15722         * doc/autoconf.texi (Autoconf 2.13): New section.
15724 2001-06-24  Akim Demaille  <akim@epita.fr>
15726         * autoconf.in (Task traces): Separate the error messages from the
15727         traces to improve robustness.
15729 2001-06-23  Akim Demaille  <akim@epita.fr>
15731         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
15732         three as failures are unlikely, and speed matters.
15734 2001-06-23  Akim Demaille  <akim@epita.fr>
15736         * doc/autoconf.texi (Redefined M4 Macros): New.
15738 2001-06-23  Akim Demaille  <akim@epita.fr>
15740         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
15741         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
15742         5.3.
15744 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
15746         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
15747         config.status targets to after the evaluation of the INIT-CMDS.
15748         Double quote config.status targets (used to be single quoted).
15750 2001-06-23  Akim Demaille  <akim@epita.fr>
15752         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
15753         Check the content of the created file.
15754         Check the ./config.status command line invocation.
15756 2001-06-23  Akim Demaille  <akim@epita.fr>
15758         * tests/foreign.at (Libtool): Reject prehistoric versions.
15760 2001-06-23  Akim Demaille  <akim@epita.fr>
15762         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
15763         preexisting files matching a.*.
15765 2001-06-23  Akim Demaille  <akim@epita.fr>
15767         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
15768         stderr.
15769         * doc/autoconf.texi (AC_ARG_VAR): Update.
15771 2001-06-21  Akim Demaille  <akim@epita.fr>
15773         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
15774         precious variables have changed.
15775         * tests/torture.at (AC_ARG_VAR): Adjust.
15777 2001-06-21  Akim Demaille  <akim@epita.fr>
15779         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
15780         but some sed choke on multiple `;', and other tools (e.g.,
15781         Automake), include the separator themselves.
15783         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
15785 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
15787         * doc/autoconf.texi (Functions Portability): Rename as...
15788         (Function Portability): this.
15789         (Function Portability): Document potential problems with unlink().
15791 2001-06-19  Paul Eggert  <eggert@twinsun.com>
15793         * NEWS, doc/autoconf.texi: Document quadrigraphs.
15795 2001-06-18  Akim Demaille  <akim@epita.fr>
15797         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
15799 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
15801         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
15802         (_AC_FUNC_VFORK): this.
15803         Remove AC_DEFINEs and don't guess cross-compilation values.
15804         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
15805         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
15806         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
15807         vfork doesn't work.
15808         Guess values if cross-compiling, but warn.
15809         * acfunctions: Add AC_FUNC_FORK.
15810         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
15811         and vfork appropriately.
15813 2001-06-18  Akim Demaille  <akim@epita.fr>
15815         * doc/autoconf.texi (Functions Portability): New section.
15817 2001-06-18  Akim Demaille  <akim@epita.fr>
15819         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
15820         in $M4.
15821         Suggested by Andreas Schwab.
15823 2001-06-18  Akim Demaille  <akim@epita.fr>
15825         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
15826         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
15827         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
15828         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
15829         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
15830         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
15831         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
15832         the converse).
15834 2001-06-18  Akim Demaille  <akim@epita.fr>
15836         * doc/autoconf.texi (ms): New index.
15837         (Macro Index): Rename as...
15838         (Autoconf Macro Index): this.
15839         (M4 Macro Index): New appendix.
15840         (Programming in M4): New chapter.
15841         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
15842         (Quoting): Rename as...
15843         (M$ Quotation): this.
15844         Be part of `Programming in M4).
15846 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
15848         * tests/torture.at (AC_ARG_VAR): Set variables and export them
15849         in separate statements for compatibility with Tru64 v5.1.
15851 2001-06-17  Akim Demaille  <akim@epita.fr>
15853         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
15854         current values of the precious variables, not the previously
15855         cached values.
15856         Pass precious variables which are set to config.status.
15857         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
15858         * tests/torture.at (AC_ARG_VAR): New.
15860 2001-06-15  Paul Eggert  <eggert@twinsun.com>
15862         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
15863         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
15864         and explain why and how to replace them.
15865         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
15866         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
15868 2001-06-15  Akim Demaille  <akim@epita.fr>
15870         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
15871         Reported by Bruno Haible.
15873         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
15874          (_AC_ARG_VAR_PRECIOUS): to here.
15876 2001-06-15  Pavel Roskin  <proski@gnu.org>
15878         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
15879         an unused pointer use cast to this type and `if' statement to
15880         avoid warnings from the compiler.
15881         (AC_HEADER_TIME): Likewise.
15882         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
15883         in `if' statement to avoid warnings from the compiler. Declare
15884         ac_aggr static to avoid the need to initialize it.
15886 2001-06-14  Akim Demaille  <akim@epita.fr>
15888         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
15889         Macros'.
15891 2001-06-13  Akim Demaille  <akim@epita.fr>
15893         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
15894         Suggested by Alexander Mai.
15896 2001-06-13  Akim Demaille  <akim@epita.fr>
15898         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
15899         sys/types.h and sys/stat.h, and check for them.
15901 2001-06-13  Akim Demaille  <akim@epita.fr>
15903         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
15904         INCLUDES.
15906 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
15908         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
15909         succeeds and only try adding libdnet upon a failure.
15911 2001-06-12  Akim Demaille  <akim@epita.fr>
15913         * autoscan.in (&output_kind): Output the comment only if it exists.
15914         (%kind_comment): Add entry for `programs'.
15915         (&output_programs): Use &output_kind.
15916         (&output_functions, &output_identifiers, &output_headers)
15917         (&output_programs): Inline, and remove.
15919 2001-06-12  Akim Demaille  <akim@epita.fr>
15921         * autoscan.in (%kind_comment): New.
15922         (output_kind): New.
15923         (output_functions, output_identifiers, output_headers): Use it.
15925 2001-06-12  Akim Demaille  <akim@epita.fr>
15927         * autoscan.in (&print_unique): Take `$kind' and `$word' as
15928         arguments, to factor indirections into `%macro' and `%used'.
15929         (%generic_macro): Fix a typo.
15931 2001-06-12  Akim Demaille  <akim@epita.fr>
15933         * aclibraries: New.
15934         * autoscan.in (@kinds): Add `libraries'.
15935         Use `@kinds' instead of hard coded lists.
15936         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
15937         Remove, replaced by...
15938         (%used): this.
15940 2001-06-12  Akim Demaille  <akim@epita.fr>
15942         * autoscan.in (%functions_macros %headers_macros)
15943         (%identifiers_macros %programs_macros %makevars_macros): Remove,
15944         replaced by...
15945         (%macro): New.
15947 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
15949         * aclang.m4 (AC_NO_EXECUTABLES): Override
15950         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
15952 2001-06-11  Akim Demaille  <akim@epita.fr>
15954         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
15955         trailing new line.
15956         Reported by Andreas Schwab.
15958 2001-06-11  Akim Demaille  <akim@epita.fr>
15960         * Makefile.am, Makefile.maint: Typos.
15962 2001-06-09  Akim Demaille  <akim@epita.fr>
15964         * doc/autoconf.texi (Here-Documents): New section, gathering
15965         documentation about here-documents.
15966         Use `href', not `uref', and other changes.
15968 2001-06-09  Akim Demaille  <akim@epita.fr>
15970         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
15971         chapter.
15973 2001-06-09  Akim Demaille  <akim@epita.fr>
15975         * doc/autoconf.texi (Limitations of Builtins): Complete the
15976         description of the here-docs penalties with Alexandre Oliva's
15977         explanations.
15979 2001-06-01  Paul Eggert  <eggert@twinsun.com>
15981         * doc/autoconf.texi: Talk about here documents and speedups.
15982         Do not use "echo" on arbitrary strings.
15983         Spell "here-documents" consistently with the standard.
15985 2001-06-09  Akim Demaille  <akim@epita.fr>
15987         * doc/autoconf.texi (Concept Index): Introduce it.
15988         Regenerate the menus.
15990 2001-06-09  Akim Demaille  <akim@epita.fr>
15992         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
15993         * config/prev-version.txt: New.
15994         * config/move-if-change: New, for GNU libc.
15996 2001-06-06  Pavel Roskin  <proski@gnu.org>
15998         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
16000 2001-06-06  Akim Demaille  <akim@epita.fr>
16002         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
16003         properly when $1 is not a literal.
16004         Fixes PR Autoconf/187, reported by Bram Moolenaar.
16006 2001-06-06  Akim Demaille  <akim@epita.fr>
16008         Invoking AC_COPYRIGHT before AC_INIT fails.
16010         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
16011         * acgeneral.m4 (_m4_divert(VERSION_FSF))
16012         (_m4_divert(VERSION_USER)): New.
16013         (AC_COPYRIGHT): $2 is the diversion to use.
16014         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
16015         (AC_INIT): Remove dead comments as now it's commutative.
16017 2001-06-06  Akim Demaille  <akim@epita.fr>
16019         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
16020         PR autoconf/187.
16022 2001-06-05  Akim Demaille  <akim@epita.fr>
16024         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
16025         can be empty.
16026         `*dir' variables cannot be NONE.
16027         Reported by Mark Kettenis.
16029 2001-06-05  Paul Eggert  <eggert@twinsun.com>
16031         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
16033 2001-06-04  Akim Demaille  <akim@epita.fr>
16035         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
16036         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
16037         (AC_TR_SH): Move as...
16038         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
16039         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
16040         (AS_TR_SH): these.
16041         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
16042         (_AS_TR_SH_PREPARE): New.
16043         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
16044         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
16046 2001-06-02  Akim Demaille  <akim@epita.fr>
16048         * Makefile.am (.m4.m4f): Pass the options first.
16049         Fixes PR autoconf/182.
16051 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
16053         GNU getopt, when POSIXLY_CORRECT does not permute options and
16054         arguments.  So pass the options first.
16055         Fixes PR autoconf/184.
16057         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
16058         (run_m4): Remove files.
16059         (run_m4f): Remove.
16060         Update remainder of script to use them.
16061         (for warning in): Do not use a literal comma as it will not be
16062         split by IFS.
16064 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
16066         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
16067         Fortran compilers to check.
16068         (_AC_PROG_F77_V): Add '-###' as a possible option to print
16069         information on library and object files.
16070         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
16071         to check.
16073 2001-06-02  Akim Demaille  <akim@epita.fr>
16075         * autom4te.in (Request::@request): Declare with `vars', not `my',
16076         as it prevents updates via `do FILENAME'.
16078 2001-06-02  Akim Demaille  <akim@epita.fr>
16080         * configure.in (standards_texi): Remove, dead code.
16082 2001-06-02  Akim Demaille  <akim@epita.fr>
16084         * autom4te.in: New.
16086 2001-06-02  Pavel Roskin  <proski@gnu.org>
16088         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
16089         for signals other than 0 - exit with code 1.
16090         * m4sh.m4 (AS_TMPDIR): Likewise.
16091         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
16092         * autoheader.in: Likewise.
16093         * autoreconf.in: Likewise.
16094         * tests/torture.at (Signal handling): New test for the above.
16096 2001-06-01  Akim Demaille  <akim@epita.fr>
16098         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
16099         message.
16101 2001-05-31  Akim Demaille  <akim@epita.fr>
16103         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
16104         Add copyright and comments.
16105         * acheaders: Add stdint.h.
16106         Suggested by Paul Eggert.
16108 2001-05-31  Akim Demaille  <akim@epita.fr>
16110         * atgeneral.m4 (AT_INIT): Use $SHELL.
16111         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
16113 2001-05-31  Akim Demaille  <akim@epita.fr>
16115         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
16116         stdint.h.
16117         From Paul Eggert and Lars Hecking.
16119 2001-05-31  Akim Demaille  <akim@epita.fr>
16121         * tests/base.at: Adjust line numbers in error messages.
16123 2001-05-31  Akim Demaille  <akim@epita.fr>
16125         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
16126         to emit the bangshe line.
16127         Reported by David Carter.
16129 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
16131         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
16132         Fortran (95) compilers to check.
16134 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
16136         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
16137         Macro Archive URL.
16139 2001-05-23  Pavel Roskin  <proski@gnu.org>
16141         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
16142         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
16143         (AC_PROG_CXXCPP): Likewise.
16145 2001-05-22  Akim Demaille  <akim@epita.fr>
16147         * config: New directory.
16148         * configure.in: AC_CONFIG_AUX_DIR it.
16149         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
16151 2001-05-22  Akim Demaille  <akim@epita.fr>
16153         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
16154         * autoupdate.in: Specify the Emacs mode.
16155         * acversion.m4.in: Rename as...
16156         * acversion.m4: this.
16157         * tests/Makefile.am (CLEANFILES): More garbage.
16159 2001-05-22  Akim Demaille  <akim@epita.fr>
16161         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
16162         Rename as...
16163         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
16164         these.
16166 2001-05-21  Akim Demaille  <akim@epita.fr>
16168         * configure.in: Bump to 2.50a.
16171         -----
16173         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
16174         Software Foundation, Inc.
16176         Copying and distribution of this file, with or without
16177         modification, are permitted provided the copyright notice and this
16178         notice are preserved.