1 2009-03-17 Eric Blake <ebb9@byu.net>
3 Recommend AS_HELP_STRING more prominently.
4 * doc/autoconf.texi (External Software): Reduce mention of
5 hand-written help strings.
6 Reported by Reuben Thomas.
8 2009-03-16 Eric Blake <ebb9@byu.net>
11 * doc/autoconf.texi (Balancing Parentheses): Fix usage of
13 Reported by Ralf Wildenhues, fix suggested by Karl Berry.
15 2009-03-14 Eric Blake <ebb9@byu.net>
17 Resync upstream files.
18 * GNUmakefile: Run 'make fetch'.
19 * build-aux/announce-gen: Likewise.
20 * build-aux/config.guess: Likewise.
21 * build-aux/config.sub: Likewise.
22 * build-aux/gnupload: Likewise.
23 * build-aux/texinfo.tex: Likewise.
24 * build-aux/vc-list-files: Likewise.
25 * doc/gnu-oids.texi: Likewise.
26 * doc/standards.texi: Likewise.
28 2009-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30 New test for SunStudio `restrict' handling.
31 * tests/c.at (AC_C_RESTRICT and C++): New test.
32 Prompted by bug report from Rolf Vandevaart.
34 2009-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
36 Manual: testsuite depends on package.m4.
37 * doc/autoconf.texi (Making testsuite Scripts): In the example
38 makefile snippet, $(TESTSUITE) depends on $(srcdir)/package.m4.
40 2009-03-02 Allan Caffee <allan.caffee@gmail.com> (tiny change)
42 Fix a typo in comment for AS_LITERAL_IF.
43 * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Update a comment that fell
44 out of date when this function was moved/renamed in 59ecd766.
47 2009-03-02 Eric Blake <ebb9@byu.net>
49 Improve wording for AS_ESCAPE.
50 * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>: Touch
52 * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Fix comment typos.
53 Reported by Ralf Wildenhues.
55 2009-02-24 Eric Blake <ebb9@byu.net>
57 Use pkgdatadir consistently.
58 * bin/Makefile.am (edit): Substitute pkgdatadir, not datadir.
59 * lib/Makefile.am (edit): Likewise.
60 * lib/autom4te.in (Autoconf-without-aclocal-m4, Autotest, M4sh)
61 (M4sugar): Use @pkgdatadir@, not @datadir@.
62 * bin/autoheader.in ($datadir): Likewise.
63 * bin/autom4te.in ($datadir): Likewise.
64 * bin/autoreconf.in ($datadir): Likewise.
65 * bin/autoscan.in ($datadir): Likewise.
66 * bin/autoupdate.in ($datadir): Likewise.
67 * bin/ifnames.in ($datadir): Likewise.
68 * doc/autoconf.texi (Installation Directory Variables): Update
69 example to be consistent; focus on $(bindir) as an autoconf
70 variable, and mention that $(pkgdatadir) comes from automake.
71 Reported by Reuben Thomas.
73 2009-02-19 Eric Blake <ebb9@byu.net>
75 Use m4_translit more efficiently in AS_ESCAPE.
76 * lib/m4sugar/m4sh.m4 (_AS_ESCAPE): Alter API to take first byte
77 of set separately from rest.
78 (AS_ESCAPE, _AS_QUOTE_MODERN, AS_TR_SH, AS_VAR_GET): Adjust
80 * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid duplicate
81 characters in translit request.
82 * doc/autoconf.texi (Common Shell Constructs) <AS_ESCAPE>:
86 Mention recently documented macros.
87 * NEWS: Update list of new documentation.
89 2009-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
91 Add index for config.site.
92 * doc/autoconf.texi (Site Defaults): Add index for config.site.
94 Report by Stephen P. Schaefer.
96 2009-02-12 Eric Blake <ebb9@byu.net>
98 Fix m4_set speed regression introduced 2008-12-18.
99 * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Alter API to avoid
100 creating larger argument on each iteration.
101 (m4_stack_foreach_sep, m4_stack_foreach_sep_lifo)
102 (_m4_set_contents_2): Adjust all four-argument callers.
104 2009-02-05 Eric Blake <ebb9@byu.net>
106 Mention new AC_DEFUN_ONCE clients.
107 * NEWS: Mention recent semantic changes.
108 Reported by Ralf Wildenhues.
110 2009-02-03 Eric Blake <ebb9@byu.net>
112 Use AC_DEFUN_ONCE for some one-shot AC_PROG macros.
113 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Switch to
114 AC_DEFUN_ONCE, since this is a one-shot macro.
115 (AC_PROG_INSTALL): Likewise.
117 2009-02-03 Eric Blake <ebb9@byu.net>
119 Mention that packagers should not pre-set CFLAGS.
120 * doc/autoconf.texi (Preset Output Variables) <CFLAGS>: Copy
121 advice given by automake on handling variables reserved by GNU
123 Reported by Karl Berry.
125 Document lib64 in config.site.
126 * doc/autoconf.texi (Site Defaults): Fix typo in FHS sample file.
127 Mention use of lib64.
129 Reported by Tom Browder, with help from Peter Breitenlohner.
131 2009-01-28 Eric Blake <ebb9@byu.net>
133 Use AC_DEFUN_ONCE for uncontroversial one-shot macros.
134 * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Switch to
135 AC_DEFUN_ONCE, since this is a one-shot macro.
136 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
137 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD)
138 (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Likewise.
140 2009-01-28 Eric Blake <ebb9@byu.net>
142 Reduce blank lines in AC_DEFUN_ONCE macros.
143 * lib/m4sugar/m4sugar.m4 (m4_defun_once): Avoid redundant blank
144 line when a defun_once macro is required.
145 (_m4_defun_once): New helper macro, for less memory use.
146 * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
148 Silence another false positive expand-before-require.
149 * lib/m4sugar/m4sugar.m4 (_m4_defun_pro_outer)
150 (_m4_defun_epi_outer, _m4_require_call, m4_provide): Track name
151 that caused a diversion change, not just diversion number.
152 (m4_require): Factor...
153 (_m4_require_check): ...into new macro, which also checks whether
154 diversion that performed the expansion has been collected.
155 * tests/m4sugar.at (m4@&t@_require: nested): Enhance test.
156 Reported by Ralf Wildenhues.
158 2009-01-28 Eric Blake <ebb9@byu.net>
160 Fix AC_C_RESTRICT for Sun Studio 12 C++.
161 * lib/autoconf/c.m4 (AC_C_RESTRICT): Newer Sun Studio C provides
162 __restrict__ rather than _Restrict, which still trips up Sun
165 Reported by Rolf Vandevaart.
167 2009-01-28 Eric Blake <ebb9@byu.net>
169 Fix years in copyright notices.
170 * lib/m4sugar/m4sugar.m4 (m4_copyright_condense): New macro,
171 undocumented for now.
172 * lib/m4sugar/Makefile.am (version.m4): Add m4_PACKAGE_YEAR,
174 (RELEASE_YEAR): New macro, copied from bin/Makefile.am.
175 * lib/autoconf/general.m4 (_AC_COPYRIGHT_YEARS): New macro.
176 (AC_COPYRIGHT): Add undocumented third parameter.
177 (_AC_INIT_COPYRIGHT): Avoid need to bump copyright years.
178 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
179 * lib/autotest/general.m4 (AT_INIT): Likewise.
180 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Likewise.
181 (AT_COPYRIGHT): Add undocumented third parameter.
182 * tests/local.at (AT_COPYRIGHT): Don't add an extra copyright
183 parameter; the generic copyright given by autotest is sufficient
184 since we are the package that owns autotest.
186 2009-01-27 Eric Blake <ebb9@byu.net>
188 Use URLs in --help output, part 3: testsuite.
189 * doc/autoconf.texi (Writing Testsuites): Mention autotest
191 (Writing Testsuites) <AT_INIT>: Mention mandatory macros.
192 (Making testsuite Scripts): Document AT_PACKAGE_URL.
193 * tests/Makefile.am (package.m4): Follow our own advice.
194 * lib/autotest/general.m4 (AT_INIT): Give the user a hint about
195 package.m4. Enhance --help output.
196 (_AT_COPYRIGHT_YEARS): New macro, to make copyright bump easier.
198 Use URLs in --help output, part 2: configure.
199 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump copyright
201 (_AC_INIT_PACKAGE): Support optional URL parameter, mapped to
203 (_AC_INIT_DEFAULTS, _AC_INIT_PREPARE): Substitute it.
204 (_AC_INIT_HELP): Use it in './configure --help' output.
205 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise, for
206 './config.status --help'. Bump copyright date.
207 * doc/autoconf.texi (Initializing configure) <AC_INIT>: Document
210 * tests/tools.at (autoheader): Adjust test.
211 * tests/torture.at (@%:@define header templates)
212 (Torturing config.status): Likewise.
214 Use URLs in --help output, part 1: autoconf executables.
215 * bin/autoconf.as (usage): Make output consistent with recent
216 change in gnulib version-etc module.
217 * bin/autoheader.in ($help): Likewise.
218 * bin/autom4te.in ($help): Likewise.
219 * bin/autoreconf.in ($help): Likewise.
220 * bin/autoscan.in ($help): Likewise.
221 * bin/autoupdate.in ($help): Likewise.
222 * bin/ifnames.in ($help): Likewise.
224 2009-01-27 Peter Breitenlohner <peb@mppmu.mpg.de> (tiny change)
226 Quote traced macros passed from autom4te to M4.
227 * bin/autom4te (handle_m4): Apply shell_quote to macro names.
228 * tests/tools.at (autom4te --trace and unusual macro names): New
232 2009-01-26 Eric Blake <ebb9@byu.net>
234 Improve AC_DEFUN_ONCE semantics.
235 * lib/m4sugar/m4sugar.m4 (m4_defun_once): Rewrite to be no-op,
236 rather than warning, on second use, and make sure first use never
238 * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
240 * tests/base.at (AC_REQUIRE & AC_DEFUN_ONCE: [Require, expand],
241 (AC_REQUIRE & AC_DEFUN_ONCE: [Expand, require]): Adjust tests.
242 * NEWS: Document this.
243 * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Mention
245 (Prerequisite Macros) <AC_REQUIRE>: Likewise.
246 (Expanded Before Required): Likewise.
247 (One-Shot Macros) <AC_DEFUN_ONCE>: Document new semantics.
248 Reported by Bruno Haible, with suggestion by Paolo Bonzini.
250 2009-01-24 Eric Blake <ebb9@byu.net>
252 Fix typos in recent patches.
253 * lib/m4sugar/m4sugar.m4: Improve m4_defun comments.
254 * doc/autoconf.texi (Expanded Before Required): Fix typos.
255 Reported by Ralf Wildenhues.
257 Revert change to AC_DIR_HEADER.
258 * lib/autoconf/headers.m4 (AC_DIR_HEADER): Explicitly expanding
259 AC_HEADER_DIRENT no longer triggers a warning, and helps the user
260 who decides they don't need the obsolete AC_FUNC_CLOSEDIR_VOID.
261 Reported by Paolo Bonzini.
263 2009-01-22 Eric Blake <ebb9@byu.net>
265 Silence a false positive expand-before-require case.
266 * lib/m4sugar/m4sugar.m4 (m4_provide): Track the diversion in
267 which a macro was provided.
268 (m4_require): Compare diversion numbers, rather than m4_require
269 nesting, when determining direct requires.
270 * tests/m4sugar.at (m4@&t@_require: nested): Test it.
271 Reported by Ralf Wildenhues, affecting Libtool.
273 2009-01-21 Eric Blake <ebb9@byu.net>
275 Fix out-of-order expansion with expand-before-require.
276 * lib/m4sugar/m4sugar.m4 (m4_require): Redundantly expand a
277 required macro when issuing expand-before-require warning.
278 * doc/autoconf.texi (Prerequisite Macros): Adjust documentation.
279 (Expanded Before Required): New node.
280 * tests/m4sugar.at (m4@&t@_require: nested): Adjust test.
281 * NEWS: Mention this fix.
282 Suggested by Bruno Haible.
284 Warn if macro is provided before indirectly required.
285 * lib/m4sugar/m4sugar.m4 (m4_provide): Track the set of all macros
286 provided since last outermost defun.
287 (_m4_defun_pro_outer): Empty the set.
288 (_m4_require_call): Distinguish between direct and indirect
289 requires, and remove required macros from the set.
290 (m4_require): Check the set, in order to warn.
291 * tests/m4sugar.at (m4@&t@_require: nested): Remove xfail, and add
292 test case for direct requires.
294 2009-01-20 Eric Blake <ebb9@byu.net>
296 Clean up some bugs caught by preliminary dependency validation.
297 * lib/autoconf/headers.m4 (AC_DIR_HEADER): Don't invoke
298 AC_HEADER_DIRENT, since AC_FUNC_CLOSEDIR_VOID requires it.
299 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
300 (_AS_SHELL_SANITIZE): Fix quoting bugs.
302 2009-01-19 Eric Blake <ebb9@byu.net>
304 Improve AC_REQUIRE documentation.
305 * doc/autoconf.texi (Macro Definitions) <AC_DEFUN>: Add @defmac,
306 and mention interaction with AC_REQUIRE.
307 (Prerequisite Macros) <AC_REQUIRE>: Give more detail on user
308 ordering constraint bug, and how to fix it.
309 * tests/m4sugar.at (m4@&t@_require: nested): New test.
312 * lib/m4sugar/m4sugar.m4 (_m4_divert_dump): Change semantics to
313 always be defined, as either empty or a number.
314 (_m4_defun_pro_outer, _m4_defun_epi_outer): Treat _m4_divert_dump
315 as a stack, rather than a one-shot macro.
316 (_m4_require_call): Expect third argument to be pre-expanded.
317 (m4_divert_require, m4_require): Adjust clients accordingly.
318 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Likewise.
320 2009-01-17 Eric Blake <ebb9@byu.net>
322 Avoid underfull hbox.
323 * doc/autoconf.texi (Installation Directory Variables): Reword to
326 2009-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
328 Ignore `set -e'-related failure of NetBSD sh.
329 * tests/m4sh.at (AS@&t@_EXIT): Skip test if (NetBSD) shell
330 fails to finish EXIT trap after set -e.
332 2009-01-06 Eric Blake <ebb9@byu.net>
335 * cfg.mk (web-manual): Use new feature of gendocs.
336 (fetch): Fetch gendocs.
337 * Makefile.am (EXTRA_DIST): Distribute new file.
338 * doc/Makefile.am (EXTRA_DIST): Likewise.
339 * .gitattributes: Ignore whitespace in upstream files.
340 * HACKING (Other web updates): Update Free Software Directory
342 (Upload): No longer mention xdelta.
343 * maint.mk (xd-delta): Likewise.
344 * build-aux/gendocs.sh: New upstream file.
345 * doc/gendocs_template: Likewise.
346 * build-aux/announce-gen: Resync from upstream.
347 * build-aux/config.guess: Likewise.
348 * build-aux/config.sub: Likewise.
349 * build-aux/gnupload: Likewise.
350 * build-aux/texinfo.tex: Likewise.
352 2008-12-30 Eric Blake <ebb9@byu.net>
354 Make it easier to track diversion bugs.
355 * lib/m4sugar/m4sugar.m4 (_m4_divert_raw, _m4_undivert): New
356 internal macros, which are easier to trace than m4_builtin.
357 (m4_cleardivert, m4_divert, m4_divert_push, m4_divert_pop)
358 (m4_undivert): Use them.
359 (_m4_require_call): Likewise. Use fewer macros.
360 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix typo.
362 2008-12-26 Bruno Haible <bruno@clisp.org>
364 Improve multiarch detection.
365 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Make detection of options
366 indicating a universal build more reliable.
368 2008-12-28 William Pursell <bill.pursell@gmail.com> (tiny change)
370 Use AS_CASE in documented example.
371 * doc/autoconf.texi (Using the System Type): Use AS_CASE in
372 example instead of raw case.
374 2008-12-23 Eric Blake <ebb9@byu.net>
376 Make m4_dumpdef more useful with M4 1.6.
377 * lib/m4sugar/m4sugar.m4 (_m4_dumpdef): New macro.
378 (m4_init): Install it for new enough m4.
379 * tests/m4sugar.at (m4@&t@_dumpdef): Enhance test.
380 * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
383 2008-12-24 Bruno Haible <bruno@clisp.org>
385 Improve INSTALL for HP-UX.
386 * doc/install.texi (Particular Systems): For HP-UX, also recommend
387 -D_XOPEN_SOURCE=500. Needed for the declaration of mbstate_t on
390 2008-12-22 Bruno Haible <bruno@clisp.org>
392 Improve INSTALL for Haiku.
393 * doc/install.texi (Particular Systems): Add a recommendation
394 which prefix to use on Haiku.
396 2008-12-19 Eric Blake <ebb9@byu.net>
398 Fix typo in previous commit.
399 * doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
402 Document some recently added macros.
403 * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep
405 * doc/autoconf.texi (Looping constructs) <m4_map_args_sep>
406 <m4_map_args_w, m4_stack_foreach, m4_stack_foreach_sep>: Document
408 (Set manipulation Macros) <m4_set_map_sep>: Likewise.
409 * tests/m4sugar.at (m4@&t@_stack, M4 loops): Enhance tests.
410 * NEWS: Document new macros.
412 2008-12-18 Eric Blake <ebb9@byu.net>
414 Fix separator in m4_stack_foreach_sep.
415 * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): Separate separator
417 * tests/m4sugar.at (m4@&t@_stack): Enhance test.
419 2008-12-18 Eric Blake <ebb9@byu.net>
421 Mention limitation of M4 1.4.x on builtin tokens.
422 * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Document
423 ramification of M4 1.4.x's inability to pass builtin tokens
425 (Evaluation Macros) <m4_curry>: Likewise.
426 * tests/m4sugar.at (m4@&t@_defn): Enhance test.
427 * NEWS: Mention subtle change in m4_dumpdef semantics.
429 Document m4_version_prereq.
430 * doc/autoconf.texi (Number processing Macros)
431 <m4_version_prereq>: Add documentation.
433 Reported by Bruno Haible.
435 2008-12-10 Jim Meyering <meyering@redhat.com>
437 AC_HEADER_ASSERT: don't say assertions are disabled when they're not
438 * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Do not make configure
439 report "checking whether to enable assertions... no", when they are
440 in fact enabled. This is solely a bug in the output of configure.
441 In spite of saying "no", NDEBUG was not defined in that case.
442 Also, as noted by Eric Blake, leave assertions enabled upon
443 --enable-assert=INVALID.
445 2008-12-09 Eric Blake <ebb9@byu.net>
447 Fix m4_location inside m4_wrap with m4 1.4.5.
448 * lib/m4sugar/m4sugar.m4 (m4_undefine): Redefine m4_location
449 inside wrapped text if older m4 is detected.
450 Reported by William Pursell.
452 2008-12-08 William Pursell <bill.pursell@gmail.com> (tiny change)
453 and Eric Blake <ebb9@byu.net>
455 Fix AC_HEADER_ASSERT w.r.t. --enable-assert.
456 * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Honor --enable-assert,
457 rather than treating it as a synonym for --disable-assert.
458 * NEWS: Document the fix.
460 2008-12-06 William Pursell <bill.pursell@gmail.com> (tiny change)
462 Fix AC_HEADER_ASSERT to honor --enable-assert, rather than
463 treat --enable-assert and --disable-assert equivalently.
464 * lib/autoconf/headers.m4 (AC_HEADER_ASSERT): Check value of $enableval.
466 2008-12-05 William Pursell <bill.pursell@gmail.com> (tiny change)
468 Fix some typos and grammatical errors in documentation.
469 * doc/autoconf.texi: Clean up some bad use of English.
471 2008-12-03 Eric Blake <ebb9@byu.net>
473 Improve AC_STATE_SAVE.
474 * tests/local.at (AC_STATE_SAVE): Avoid ls -1, and use one less
475 process by hoisting the uniqueness check into sed.
476 * doc/autoconf.texi (Limitations of Usual Tools) <ls>: Mention
479 2008-12-02 Eric Blake <ebb9@byu.net>
481 Avoid MacOS readdir bug in testsuite.
482 * tests/local.at (AC_STATE_SAVE): Avoid spurious failures due to
483 duplicated ls entries.
485 Reported by Bruce Dugan and others.
487 2008-11-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
489 * lib/autotest/general.m4 (AT_JOB_FIFO_FD): Hide zsh 4.3.4
490 error messages about `set -m'.
492 2008-11-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
494 Fix a couple of test failures with dash.
495 * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Normalize
497 * tests/m4sh.at (AS_MESSAGE_LOG_FD): Remove script before
498 regeneration, to avoid timing effects.
500 2008-11-25 Eric Blake <ebb9@byu.net>
503 * lib/m4sugar/m4sugar.m4 (m4_cleardivert): New macro.
504 * lib/autotest/general.m4 (AT_INIT): Use it.
505 * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Likewise.
506 * tests/m4sugar.at (m4@&t@_divert_stack): Test it.
507 * doc/autoconf.texi (Diversion support) <m4_cleardivert>: Document
510 Suggested by Paolo Bonzini.
512 Add safety check for m4_expand vs. diversions.
513 * lib/m4sugar/m4sugar.m4 (m4_expand): Make more robust against
515 * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Document new
518 2008-11-24 Eric Blake <ebb9@byu.net>
520 Fix typo in AS_MESSAGE_LOG_FD patch.
521 * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
523 2008-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
525 More reliable signal handling in Autotest.
526 * lib/autotest/general.m4 (Driver loop): Rewrite signal handler.
527 Start parallel jobs in their own process group, enabling job
528 control in the shell if possible, for better signal handling.
529 Deal with INT, TERM, and HUP in the testsuite driver. In the
530 parallel driver, propagate TSTP to jobs either as TSTP or as
531 STOP (to avoid fork bombs with ksh).
532 Inside the job processes, add PIPE handler to write back the
533 job token, so the master process does not hang.
534 Disable the parallel driver if job control is not provided or if
535 trap does not understand signal names.
536 * tests/autotest.at (parallel autotest and signals): New test,
537 exercises INT, TERM, and PIPE, serial and parallel, with and
538 without `make' in the loop.
539 Kudos to Richard Stevens for writing APUE.
541 2008-11-22 Eric Blake <ebb9@byu.net>
543 Fix testsuite failure on Solaris.
544 * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
547 2008-11-21 Eric Blake <ebb9@byu.net>
549 Clean up AS_MESSAGE_LOG_FD usage.
550 * lib/m4sugar/m4sh.m4 (AS_MESSAGE_FD, AS_MESSAGE_LOG_FD)
551 (AS_ORIGINAL_STDIN_FD): Provide default M4sh values.
552 (_AS_ECHO_LOG, AS_MESSAGE, _AS_ERROR_PREPARE, AS_ERROR): Simplify
554 (AS_INIT_GENERATED): Don't shuffle an unchanged AS_MESSAGE_FD.
555 * tests/m4sh.at (AS@&t@_INIT_GENERATED): Update test.
556 (AS@&t@_MESSAGE_FD): New test.
557 * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
558 Give more details about fd manipulation.
559 (File Descriptor Macros): Describe M4sh defaults for the fds.
561 2008-11-21 Eric Blake <ebb9@byu.net>
563 Use shell function for AS_ERROR.
564 * lib/m4sugar/m4sh.m4 (_AS_ERROR_PREPARE): New macro, defining a
567 (_AS_LINENO_PREPARE): Break circular dependency.
568 (AS_PREPARE, _AS_PREPARE): Initialize for child scripts.
570 2008-11-21 Eric Blake <ebb9@byu.net>
572 Fix typos in recent testsuite improvements.
573 * lib/autotest/general.m4 (AT_INIT) <at_fn_check_prepare_dynamic>:
575 * NEWS: Clarify the potential impact to users.
576 * tests/autotest.at (AT_DATA_AUTOTEST): New macro, patterned after
578 (AT_CHECK_AT_PREP, AT_CHECK_AT_TITLE): Use it.
579 (unusual file names): Test that the recent echo fix does not
580 regress. Fix quoting bug that made the test a no-op.
581 Reported by Paolo Bonzini and Ralf Wildenhues.
583 2008-11-21 Eric Blake <ebb9@byu.net>
585 Use modern m4sh constructs in autoconf.
586 * bin/autoconf.as (exit_missing_arg, getopt): Use AS_ERROR, rather
589 Change the semantics of AS_EXIT without argument.
590 * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): When defaulting, use $?
592 (AS_ERROR): Guarantee non-zero status.
593 * bin/autoconf.as (exit_missing_arg, getopt): Revert prior change;
594 we want non-zero status.
595 * tests/m4sh.at (AS@&t@_EXIT): Update test accordingly.
596 * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Update
598 <AS_SET_STATUS>: Don't overly restrict implementation.
599 (Printing Messages) <AC_MSG_ERROR>: Describe better default.
600 Suggestions by Paolo Bonzini and Ralf Wildenhues.
602 2008-11-21 Eric Blake <ebb9@byu.net>
604 Add @anchors within Builtins and Usual Tools lists.
605 * doc/autoconf.texi (Limitations of Builtins)
606 (Limitatations of Usual Tools): Add anchors for tools called out
607 by name. Adjust callers to narrow in on tool of interest.
609 Move case statement style discussion to m4 quoting section.
610 * doc/autoconf.texi (Limitations of Builtins): Move comparison of
612 (Balancing Parentheses): ...to this new node.
613 Suggested by Ralf Wildenhues.
615 2008-11-20 Eric Blake <ebb9@byu.net>
617 Factor more common code out of AT_CHECK into shell function.
618 * lib/autotest/general.m4 (_AT_CHECK): Avoid echo bug if AT_LINE
619 starts with -. Move preparations...
620 (AT_INIT) <at_fn_check_prepare_trace>
621 <at_fn_check_prepare_notrace, at_fn_check_prepare_dynamic>:
622 ...into these new shell functions.
623 <at_fn_check_newline>: Inline into only caller.
624 (_AT_DECIDE_TRACEABLE): Use them to condense testsuite size.
626 2008-11-20 Eric Blake <ebb9@byu.net>
628 Handle version numbers as decimal, even if they start with 0.
629 * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Avoid
630 interpreting leading zeros as octal.
632 2008-11-20 Eric Blake <ebb9@byu.net>
635 * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
636 third and fourth arguments once.
637 (_AT_CHECK): Don't re-expand expected output. Rearrange code for
638 fewer scans of arguments.
639 (AT_CHECK): Update caller.
640 (AT_INIT) <at_fn_filter_trace>: Drop parameter.
641 * tests/m4sugar.at (m4@&t@_split): Protect test with
644 Fix XFAIL related to AT_CHECK.
645 * lib/autotest/general.m4 (AT_CHECK, AT_CHECK_UNQUOTED): Expand
647 (_AT_CHECK): Don't re-expand commands.
648 * tests/autotest.at (Multiline command from M4 expansion): Remove
650 * tests/tools.at (autoupdating AU_ALIAS): Quote unbalanced paren.
651 * NEWS: Document the fallout.
653 2008-11-20 Eric Blake <ebb9@byu.net>
655 Reduce forks in AC_DEFINE.
656 * lib/autoconf/general.m4 (_AC_DEFINE_Q_PRINT): New macro.
657 (_AC_DEFINE_Q): Use it to avoid forks for all AC_DEFINE and most
659 * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Properly quote #.
660 * tests/torture.at (Substitute and define special characters):
661 (Define to a 2000-byte string): Enhance tests to cover
663 (@%:@define header templates): Enhance test to cover #.
665 2008-11-20 Eric Blake <ebb9@byu.net>
667 Improve m4_expand robustness, part 2.
668 * lib/m4sugar/m4sugar.m4 (m4_expand): Support unterminated
669 comments, by wrapping old implementation...
670 (_m4_expand): ...as this, and renaming old core...
671 (_m4_expand_): ...to this.
672 (m4_text_box): Use lighter-weight _m4_expand.
673 * lib/m4sugar/m4sh.m4 (_AS_DETECT_EXPAND)
674 (_AS_DETECT_BETTER_SHELL, AS_FUNCTION_DESCRIBE): Likewise.
675 * lib/autotest/general.m4 (AT_KEYWORDS): Likewise.
676 * tests/m4sugar.at (m4@&t@_expand): Enhance test.
677 * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Likewise.
678 * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Mention new
681 Improve m4_expand robustness, part 1.
682 * lib/m4sugar/m4sugar.m4 (_m4_expand): Tolerate unquoted
684 * tests/m4sugar.at (m4@&t@_expand): New test.
686 2008-11-20 Eric Blake <ebb9@byu.net>
688 Add m4_chomp, m4_esyscmd_s.
689 * lib/m4sugar/m4sugar.m4 (m4_esyscmd_e, m4_chomp, m4_chomp_all):
691 * doc/autoconf.texi (Redefined M4 Macros) <m4_esyscmd_s>: Document
693 (Text processing Macros) <m4_chomp>: Likewise.
695 * tests/m4sugar.at (m4@&t@_esyscmd_s): New test.
698 * lib/m4sugar/m4sugar.m4 (_m4_index): Delete; it is more efficient
699 to make callers guarantee a match.
700 (m4_init): Adjust caller.
701 * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
702 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Likewise.
704 Describe different hacks for balancing ')' in case statements.
705 * doc/autoconf.texi (Limitations of Builtins) <case>: Add an
706 exposition on various quoting styles.
708 2008-11-20 Eric Blake <ebb9@byu.net>
711 * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE): Inline into...
712 (_AS_QUOTE): ...here, delete unused second paramenter, and factor
714 (_AS_QUOTE_MODERN, _AS_QUOTE_OLD): ...new helpers.
716 2008-11-20 Alfred G. de Wijn <dwijn@iluvatar.eu.org> (tiny change)
718 For consistency, make temporary variable match language name.
719 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G, _AC_PROG_FC_V_OUTPUT):
720 Match the save/test variables' names to the FFLAGS/FCFLAGS being
724 2008-11-19 Eric Blake <ebb9@byu.net>
726 Improve testsuite generation.
727 * tests/local.at (AT_DATA_M4SUGAR, AT_DATA_M4SH)
728 (AT_DATA_AUTOCONF): Escape all quadrigraphs, not just @&t@. Use
731 2008-11-18 Eric Blake <ebb9@byu.net>
733 Use fn for shell functions, func for autoconf CHECK_FUNCS.
734 * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Abbreviate shell
736 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE)
737 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE, _AC_RUN_IFELSE)
738 (AC_CHECK_DECL, AC_COMPUTE_INT): Likewise.
739 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
740 (_AC_CHECK_HEADER_COMPILE, _AC_CHECK_HEADER_PREPROC): Likewise.
741 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, _AC_TYPE_INT)
742 (_AC_TYPE_UNSIGNED_INT, AC_CHECK_MEMBER): Likewise.
743 * lib/autotest/general.m4 (AT_INIT): Likewise.
744 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK, _AS_EXIT_PREPARE)
745 (AS_EXIT, AS_SET_STATUS, _AS_UNSET_PREPARE, _AS_MKDIR_P)
746 (_AS_MKDIR_P_PREPARE, _AS_VAR_APPEND_PREPARE, AS_VAR_APPEND)
747 (_AS_VAR_ARITH_PREPARE, AS_VAR_ARITH): Likewise.
748 * doc/autoconf.texi (Shell Functions): Likewise.
750 2008-11-18 Eric Blake <ebb9@byu.net>
752 Alter default value of AS_EXIT.
753 * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE): Let as_func_exit
754 parameter be optional.
755 (AS_EXIT): Use it to make better default.
756 (_AS_DETECT_BETTER_SHELL): Use new default.
757 * bin/autoconf.as (exit_missing_arg, getopt): Likewise.
758 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
759 * tests/m4sh.at (AS@&t@_EXIT): Update test.
760 * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Mention
761 new default behavior.
762 (Limitations of Builtins) <trap>: Adjust to use new default.
763 * NEWS: Mention the semantic change.
764 Suggested by Ralf Wildenhues.
766 Update example to match actual Tru64 behavior.
767 * doc/autoconf.texi (Limitations of Builtins) <trap>: Correct
769 Reported by Ralf Wildenhues.
771 Add AS_SET_STATUS, make AS_EXIT more efficient.
772 * lib/m4sugar/m4sh.m4 (_AS_EXIT_PREPARE, AS_SET_STATUS): New
774 (AS_EXIT): Rewrite to avoid forks.
775 (_AS_SHELL_SANITIZE): Avoid AS_EXIT prior to shell functions.
776 (AS_PREPARE, _AS_PREPARE): Add new preparation.
777 * doc/autoconf.texi (Common Shell Constructs) <AS_SET_STATUS>:
779 * NEWS: Mention new macro.
780 * tests/m4sh.at (AS@&t@_EXIT): New test.
781 (BASENAME_TEST): Sort.
783 Document Tru64 bug with 'set -e'.
784 * doc/autoconf.texi (Limitations of Builtins) <trap>: Mention a
785 bug in mixing 'set -e' with 'trap .. 0'.
786 Reported by Ralf Wildenhues.
788 Document a Solaris /bin/sh bug with 'set -e'.
789 * doc/autoconf.texi (Shell Functions): Mention the bug.
791 2008-11-17 Eric Blake <ebb9@byu.net>
793 Detect empty list in AS_FOR.
794 * lib/m4sugar/m4sh.m4 (AS_FOR): Handle iteration over $@
796 * tests/m4sh.at (AS@&t@_FOR): Enhance test to catch it.
797 Reported by Paolo Bonzini.
799 2008-11-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
801 Use a different workaround for an automake quirk.
802 * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove.
803 (distclean_generic): New helper variable, to fool automake.
804 ($(distclean_generic)): Depend on clean-local, to prevent
805 the race in the two rules with accessing and removing
807 Report by Eric Blake.
809 * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Simplify, avoid
810 unbalanced parentheses from last change.
811 Spotted by Eric Blake, fix suggested by Paolo Bonzini.
813 Fix exit status of expr version of as_func_arith.
814 * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE): Count an exit
815 status of 1 of expr also as success, to avoid failure if the
816 computation result is zero. Fixes test failures with IRIX sh,
817 where the expr variant of as_func_arith is used.
819 Do not use read-only variable $status.
820 * tests/compile.at (AC_RUN_IFELSE): Use $estatus instead of
823 2008-11-15 Eric Blake <ebb9@byu.net>
825 Use the new AS_FOR function.
826 * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Use new
827 abstraction for cleaner code.
828 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
830 Add AS_FOR, undocumented for now.
831 * lib/m4sugar/m4sh.m4 (AS_FOR): New macro.
832 * tests/m4sh.at (AS@&t@_FOR): New test.
833 Suggested by Paolo Bonzini.
835 2008-11-13 Eric Blake <ebb9@byu.net>
837 Optimize single-argument loop.
838 * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid forks when
839 loop only has one argument.
840 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS): Likewise.
842 2008-11-13 Eric Blake <ebb9@byu.net>
844 Fix AS_ESCAPE usage bugs.
845 * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
846 (_AS_VAR_ARITH_PREPARE): Expand macros prior to adding shell
848 (AS_TR_SH, AS_VAR_GET): Use _AS_ESCAPE for speed.
849 * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_SET>: Document
850 caveat due to conditional AS_ESCAPE.
851 * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
853 2008-11-12 Eric Blake <ebb9@byu.net>
855 Whitespace reduction in configure.
856 * lib/autoconf/autoheader.m4 (AH_VERBATIM): Avoid empty lines.
857 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, AC_CHECK_FILES):
859 (_AC_DEFINE_Q): Restore empty line, since some clients in the wild
862 2008-11-12 Eric Blake <ebb9@byu.net>
864 Make M4sh, not autoconf, guarantee sane $SHELL.
865 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Move setting of
867 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): ...to here.
868 * doc/autoconf.texi (Initialization Macros): Document the effect
870 * tests/m4sh.at (AS@&t@_INIT_GENERATED): New test.
871 Reported by Ralf Wildenhues.
873 2008-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
875 Wrap keywords in `testsuite --list' output.
876 * lib/autotest/general.m4 (AT_INIT): Rewrite --list awk script,
877 avoid lint warnings from gawk, wrap keyword lists to stay below
878 80 characters per line if possible.
879 * tests/autotest.at (Keyword wrapping): New test.
881 * tests/local.at (AT_COPYRIGHT): Bump copyright years.
883 * doc/autoconf.texi (Conditional constructs, Macro Names): Fix
886 2008-11-10 Eric Blake <ebb9@byu.net>
888 Work around <=m4-1.4.9 bug in m4_format.
889 * lib/m4sugar/m4sugar.m4 (_m4_index): New internal macro.
890 (m4_init): Only use it in older m4.
891 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use it to avoid
892 m4_format bug in older m4.
893 * lib/autoconf/status.m4 (_AC_CONFIG_COMPUTE_DEST): Likewise.
894 Reported by Bob Proulx.
896 2008-11-10 Eric Blake <ebb9@byu.net>
898 Match upstream standards.texi.
899 * doc/standards.texi: Resync from upstream.
900 * doc/fdl-1.3.texi: Rename...
901 * doc/fdl.texi: ...to this.
902 * doc/Makefile.am (autoconf_TEXINFOS, standards_TEXINFOS): Update
904 * doc/autoconf.texi (GNU Free Documentation License): Likewise.
905 * cfg.mk (fetch): Likewise.
907 Yet more FDL 1.3 fallout.
908 * NEWS: Mention manual license change.
910 2008-11-10 Eric Blake <ebb9@byu.net>
912 Avoid some regex uses.
913 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Use m4_format rather
914 than m4_bpatsubst to grab string prefix.
915 * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER)
916 (_AC_CONFIG_REGISTER_DEST, AC_CONFIG_SUBDIRS): Likewise.
917 (_AC_FILE_DEPENDENCY_TRACE_COLON): Use m4_translit instead of
918 m4_bpatsubst to change bytes.
919 (_AC_CONFIG_DEPENDENCY_DEFAULT): Use m4_index rather than
920 m4_bmatch to find byte.
921 (_AC_CONFIG_COMPUTE_DEST): New helper macro.
923 Use more efficient macros in AC_CONFIG_SUBDIRS.
924 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS, AC_CONFIG_SUBDIRS): Use
926 (_AC_OUTPUT_FILE): Use m4_map_args_sep and m4_map_args.
927 (_AC_OUTPUT_FILE_ADJUST_DIR): New helper macro.
929 Use more efficient macros in AC_CHECK_FILES and AC_CHECK_DECLS.
930 * lib/autoconf/general.m4 (AC_CHECK_FILES): Use m4_map_args_w,
932 (AC_CHECK_DECLS, AC_CHECK_DECLS_ONCE): Use m4_map_args_sep.
933 (_AC_CHECK_FILES, _AC_CHECK_DECLS, _AC_CHECK_DECL_ONCE): New
935 (AC_LIBSOURCES): Use m4_map_args.
937 Use more efficient macros in AC_CHECK_TYPES.
938 * lib/autoconf/types.m4 (AC_CHECK_TYPES, AC_CHECK_MEMBERS): Use
940 (_AC_CHECK_TYPES, _AC_CHECK_MEMBERS): New helper macros.
942 Use more efficient macros in AC_CHECK_HEADERS.
943 * lib/autoconf/headers.m4 (AH_CHECK_HEADERS)
944 (AH_CHECK_HEADERS_DIRENT): Rename...
945 (_AH_CHECK_HEADER, _AH_CHECK_HEADER_DIRENT): ...and take only one
946 argument, rather than a list.
947 (AC_CHECK_HEADERS, AC_CHECK_HEADERS_ONCE):
948 Adjust callers to use m4_map_args_w.
949 (AC_HEADER_DIRENT): Adjust caller to use m4_map_args.
950 (_AC_CHECK_HEADER_ONCE): New helper macro.
952 Use more efficient macros in AC_CHECK_FUNCS.
953 * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): Rename...
954 (_AH_CHECK_FUNC): ...and take only one argument, rather than a
956 (AC_CHECK_FUNCS, AC_CHECK_FUNCS_ONCE): Adjust callers to use
958 (_AC_CHECK_FUNC_ONCE): New helper macro.
959 (AC_REPLACE_FUNCS): Use m4_map_args_w.
961 Use more efficient macro in AT_INIT.
962 * lib/autotest/general.m4 (AT_INIT): Use m4_map_args.
964 2008-11-10 Eric Blake <ebb9@byu.net>
966 More FDL 1.3 fallout.
967 * cfg.mk (fetch): Add gnu-oids.texi, drop fdl.texi.
968 * doc/Makefile.am (standards_TEXINFOS): Reflect upstream
970 * doc/fdl.texi: Delete.
971 * doc/gnu-oids.texi: New upstream file.
972 * doc/standards.texi: Resync from upstream.
973 * doc/make-stds.texi: Likewise.
974 * build-aux/announce-gen: Likewise.
975 * build-aux/texinfo.tex: Likewise.
977 2008-11-10 Clinton Roy <clinton.roy@gmail.com> (tiny change)
979 Pass autoreconf -I to aclocal -I
980 * bin/autoreconf.in (parse_args): Pass --include to aclocal.
981 * doc/autoconf.texi (autoreconf Invocation): Updates for above.
985 2008-11-10 Eric Blake <ebb9@byu.net>
987 Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
988 * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Cater to Solaris ksh.
989 * doc/autoconf.texi (Limitations of Builtins) <printf>: Document
990 the print workaround.
991 Idea by Paolo Bonzini.
993 2008-11-10 Eric Blake <ebb9@byu.net>
995 Provide a section on all tools allowed in GNU Coding Standards.
996 * doc/autoconf.texi (Limitations of Builtins) <read>: Sort.
998 (Limitations of Usual Tools) <awk>: Make table entry consistent.
999 <chgrp, mkfifo, rmdir, sleep, sort, tar> Add sections.
1001 2008-11-09 Paolo Bonzini <bonzini@gnu.org>
1003 Balance parentheses in _AC_CACHE_DUMP.
1004 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Balance parentheses
1005 without introducing \).
1007 2008-11-07 Eric Blake <ebb9@byu.net>
1009 Further doc updates for AC_CHECK_HEADER change.
1010 * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
1011 new default, and make it more obvious that using [-] is generally
1014 2008-11-07 Eric Blake <ebb9@byu.net>
1016 * ChangeLog: Enforce UTF-8 encoding.
1018 2008-11-06 Eric Blake <ebb9@byu.net>
1020 Skip preprocessor check in AC_CHECK_HEADERS_ONCE.
1021 * lib/autoconf/headers.m4 (_AC_HEADERS_EXPANSION): Provide fourth
1022 argument to speed up check.
1024 2008-11-06 Eric Blake <ebb9@byu.net>
1026 Speed up AC_CHECK_TYPE.
1027 * lib/autoconf/types.m4 (AC_CHECK_TYPE): Factor out $@, and avoid
1028 regex when enough arguments are present.
1030 2008-11-06 Paolo Bonzini <bonzini@gnu.org>
1032 Remove three forks per _AC_RUN_LOG_STDERR in the common case.
1033 * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR): Avoid grep/rm/cat
1034 sequence when the program's stderr was empty, while providing a
1035 conftest.err file even in that case.
1036 (_AC_CACHE_DUMP): Fix mismatched parenthesis.
1038 2008-11-06 Paolo Bonzini <bonzini@gnu.org>
1040 Change `present but cannot be compiled' behavior to use compiler result.
1041 * NEWS: Document it.
1042 * doc/autoconf.texi (Present But Cannot Be Compiled): Document it.
1043 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Implement it
1045 * tests/semantics.at (AC_CHECK_HEADERS): Test new semantics.
1047 2008-11-05 Eric Blake <ebb9@byu.net>
1050 * lib/m4sugar/m4sugar.m4 (m4_map_args_w): New macro, undocumented
1052 (_m4_split): Allow user control over separator.
1053 (m4_split): Adjust caller.
1054 (m4_foreach_w, m4_append_uniq_w, _m4_text_wrap): Rewrite to use
1056 * tests/m4sugar.at (m4@&t@_append): Augment test keywords.
1057 (M4 loops): Test new interface.
1059 Use m4_set_map_sep in more places.
1060 * lib/m4sugar/m4sugar.m4 (m4_set_difference, m4_set_intersection)
1061 (m4_set_union): Use m4_set_map_sep rather than m4_set_foreach.
1062 * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
1063 Enhance documentation.
1064 <m4_set_foreach>: Mention faster alternative.
1065 (Looping constructs) <m4_foreach>: Likewise.
1067 Unify m4_set_foreach and m4_set_map.
1068 * lib/m4sugar/m4sugar.m4 (m4_set_map_sep): New macro, undocumented
1070 (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
1071 (m4_set_map): Adjust callers.
1073 Use _m4_foreach in more places.
1074 * lib/m4sugar/foreach.m4 (m4_dquote_elt, m4_join, m4_joinall)
1075 (_m4_minmax, m4_set_add_all): Use _m4_foreach instead of
1077 * lib/m4sugar/m4sugar.m4 (_m4_joinall): Use m4_map_args_sep
1078 instead of m4_foreach or m4_map_args.
1080 Unify _m4_foreach and _m4_map.
1081 * lib/m4sugar/m4sugar.m4 (_m4_map): Delete, merged with...
1082 (_m4_foreach): ...this.
1083 (m4_foreach, m4_map, m4_mapall, m4_map_sep, _m4_mapall_sep)
1084 (m4_map_args, m4_map_args_sep): Adjust callers.
1085 * lib/m4sugar/foreach.m4 (_m4_map): Rename...
1086 (_m4_foreach): ...to this, overwriting old definition.
1088 2008-11-04 Eric Blake <ebb9@byu.net>
1090 Add m4_map_args_sep, undocumented for now.
1091 * lib/m4sugar/m4sugar.m4 (m4_map_args_sep): New macro.
1092 (_m4_map): Change API to cover more of m4_map*.
1093 * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new API.
1094 (m4_map_args): Delete.
1095 * tests/m4sugar.at (m4@&t@_map_args and m4@&t@_curry): Enhance
1098 Improve m4_for performance.
1099 * lib/m4sugar/m4sugar.m4 (_m4_for): Alter API to make it easier to
1100 avoid m4_define by some clients.
1101 (m4_for): Adjust caller.
1102 * lib/m4sugar/foreach.m4 (_m4_foreach, m4_case, m4_bmatch)
1103 (_m4_cond, _m4_bpatsubsts, _m4_shiftn, m4_do, m4_reverse)
1104 (_m4_map, m4_map_args, m4_map_args_pair, _m4_list_pad)
1105 (_m4_list_cmp): Likewise.
1107 2008-11-04 Eric Blake <ebb9@byu.net>
1109 Adjust expected output.
1110 * tests/torture.at (Missing templates): Reflect added quoting.
1111 Detected by Bob Proulx's buildbot.
1113 Reject arguments with leading =.
1114 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Detect case of
1115 missing variable name, with fewer forks. Quote invalid arguments
1116 in message, in case they include spaces.
1117 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS)
1118 (_AC_OUTPUT_MAIN_LOOP): Quote invalid arguments.
1119 * lib/autotest/general.m4 (AT_INIT): Likewise.
1120 * tests/base.at (configure arguments): Test this.
1121 Reported by Jeff Squyres.
1123 2008-11-04 Eric Blake <ebb9@byu.net>
1126 * cfg.mk (fetch): Add fdl-1.3.texi.
1127 * .gitattributes: Likewise.
1128 * doc/autoconf.texi (GNU Free Documentation License): Point to new
1130 * doc/Makefile.am (autoconf_TEXINFOS): Likewise.
1131 (standards_TEXINFOS): Mention current dependence on older license.
1132 * doc/fdl-1.3.texi: New upstream file.
1133 * GNUmakefile: Resync from upstream.
1134 * build-aux/announce-gen: Likewise.
1135 * build-aux/texinfo.tex: Likewise.
1137 2008-11-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1139 Point at AM_SUBST_NOTMAKE.
1140 * doc/autoconf.texi (Setting Output Variables): Add cross
1141 reference to new Automake macro AM_SUBST_NOTMAKE.
1143 2008-11-03 Paolo Bonzini <bonzini@gnu.org>
1145 Eliminate a fork per invocation of AC_LANG_CONFTEST.
1146 * lib/autoconf/c.m4 (AC_LANG_CONFTEST(C)): Define instead of
1148 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Add a comment at the
1149 top of confdefs.h, which also works around cpp deficiencies.
1150 * lib/autoconf/lang.m4 (AC_LANG_DEFINE): Define AC_LANG_CONFTEST(xyz)
1151 (AC_LANG_CONFTEST): Dispatch based on _AC_LANG.
1152 (AC_LANG_CONFTEST()): New.
1154 2008-11-03 Paolo Bonzini <bonzini@gnu.org>
1156 Reorganize definition of languages.
1157 * lib/autoconf/c.m4 (AC_LANG(C), AC_LANG(C++), AC_LANG(Objective C),
1158 _AC_LANG_ABBREV(C), _AC_LANG_ABBREV(C++), _AC_LANG_ABBREV(Objective C),
1159 _AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++), _AC_LANG_PREFIX(Objective C)):
1160 Replace definitions with usage of AC_LANG_DEFINE.
1161 (Sections 2b, 2c): Delete.
1162 (Sections 1b, 1c): Move after section 2a.
1163 * lib/autoconf/erlang.m4 (AC_LANG(Erlang), _AC_LANG_ABBREV(Erlang),
1164 _AC_LANG_PREFIX(Erlang), AC_LANG_SOURCE(Erlang)): Replace definitions
1165 with usage of AC_LANG_DEFINE.
1166 (AC_LANG_ERLANG): Define using AU_DEFUN.
1167 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_LANG(Fortran 77),
1168 _AC_LANG_ABBREV(Fortran), _AC_LANG_ABBREV(Fortran 77),
1169 _AC_LANG_PREFIX(Fortran), _AC_LANG_PREFIX(Fortran 77),
1170 _AC_LANG_SOURCE(Fortran), AC_LANG_SOURCE(Fortran 77)): Replace
1171 definitions with usage of AC_LANG_DEFINE.
1172 * lib/autoconf/lang.m4 (AC_LANG_DEFINE, AC_LANG_SOURCE()): New.
1174 2008-11-03 Paolo Bonzini <bonzini@gnu.org>
1176 Use preprocessor in cpp tests.
1177 * tests/c.at (CPP tests): Use AC_CHECK_HEADERS(..., [-]).
1179 2008-10-31 Paolo Bonzini <bonzini@gnu.org>
1181 Rename _AC_CHECK_HEADER_OLD and _AC_CHECK_HEADER_NEW.
1182 * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Adjust naming.
1183 (_AC_CHECK_HEADER_PREPROC_BODY): New name of _AC_CHECK_HEADER_OLD_BODY.
1184 (_AC_CHECK_HEADER_COMPILE_BODY): New name of _AC_CHECK_HEADER_NEW_BODY.
1185 (_AC_CHECK_HEADER_PREPROC): New name of _AC_CHECK_HEADER_OLD.
1186 (_AC_CHECK_HEADER_COMPILE): New name of _AC_CHECK_HEADER_NEW.
1187 * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADER_NEW):
1190 2008-10-31 Eric Blake <ebb9@byu.net>
1192 Support multiple undiverts and dumpdefs at once.
1193 * lib/m4sugar/m4sugar.m4 (m4_dumpdefs, m4_undivert): Allow extra
1195 * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>,
1196 <m4_undivert>: Document argument list change.
1197 * tests/m4sugar.at (m4@&t@_divert_stack, m4@&t@_dumpdef): Test
1200 Simplify diversion stack handling.
1201 * lib/m4sugar/m4sugar.m4 (m4_divert_stack): Use fewer macros, and
1202 avoid extra newlines.
1203 (m4_divert_stack_push): Compute location here, rather than caller.
1204 (m4_divert_push): Update caller.
1205 (m4_divert): Likewise, and also adjust current diversion name.
1206 (m4_divert_pop): Simplify rule that diversion stack must never go
1208 (_m4_require_call): Bypass diversion stack when collecting
1209 required macro text.
1210 (m4_init): Set current diversion without requiring m4_init.
1211 * lib/m4sugar/m4sh.m4 (AS_INIT): Avoid too many pops.
1212 * lib/autotest/general.m4 (AT_INIT): Likewise.
1213 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Schedule wrapped
1214 text to run prior to m4sugar cleanup.
1215 * doc/autoconf.texi (Text processing Macros) <m4_newline>: Mention
1217 (Conditional constructs) <m4_ifvaln, m4_n>: Mention use of dnl.
1218 * NEWS: Undo blurb about m4_divert.
1219 * tests/m4sugar.at (m4@&t@_divert_stack): New test.
1221 Simplify expansion stack handling.
1222 * lib/m4sugar/m4sugar.m4 (m4_expansion_stack): Use fewer macros;
1223 always output 'top level'.
1224 (_m4_expansion_stack_entry): New macro, to format the string only
1226 (m4_expansion_stack_push): Only push a macro name.
1227 (m4_warn, _m4_defun_pro): Update callers.
1228 (m4_expansion_stack_pop, m4_expansion_stack_dump): Delete.
1229 (_m4_defun_epi, m4_fatal): Inline the calls.
1230 * tests/m4sugar.at (m4@&t@_expansion_stack): New test.
1232 2008-10-30 Eric Blake <ebb9@byu.net>
1234 Better documentation of AC_CHECK_HEADER's fourth argument.
1235 * doc/autoconf.texi (Generic Headers) <AC_CHECK_HEADER>: Mention
1236 how to suppress compiler or preprocessor header check.
1237 Reported by Jeff Squyres.
1239 2008-10-30 Eric Blake <ebb9@byu.net>
1241 Fix LINENO testsuite failure.
1242 * tests/m4sh.at (AT_DATA_LINENO): Use AS_LINENO_PREPARE, not
1243 undocumented _AS_PREPARE, and move unset earlier in script.
1245 Update LINENO documentation.
1246 * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
1247 (Special Shell Variables) <LINENO>: Mention that LINENO support in
1248 child scripts may be broken. Modernize example.
1250 2008-10-30 Paolo Bonzini <bonzini@gnu.org>
1252 Do not check for $LINENO in generated scripts.
1253 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Do not call _AS_LINENO_PREPARE,
1256 2008-10-30 Eric Blake <ebb9@byu.net>
1258 Don't check for non-POSIX extensions in suggested tests.
1259 * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_WORKS): Remove suggestion;
1260 we still use += if available, but should not reject shells (like
1261 dash) that don't provide it.
1262 (_AS_DETECT_SUGGESTED): Document a policy for m4sh.
1263 Reported by Paolo Bonzini.
1265 2008-10-30 Paolo Bonzini <bonzini@gnu.org>
1267 Pass CONFIG_SHELL down to generated scripts, and re-export SHELL.
1268 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): If proceeding
1269 with a given CONFIG_SHELL, move it to SHELL.
1270 (AS_INIT_GENERATED): Re-export SHELL.
1272 2008-10-30 Eric Blake <ebb9@byu.net>
1274 Work around Solaris /bin/sh case bug.
1275 * lib/m4sugar/m4sh.m4 (_AS_CASE, _AS_CASE_DEFAULT): Always provide
1276 a non-empty command list.
1277 (AS_CASE): Always guarantee that a case will match.
1278 * doc/autoconf.texi (Limitations of Builtins) <case>: Document the
1279 Solaris bug, and mention AS_CASE.
1281 2008-10-30 Paolo Bonzini <bonzini@gnu.org>
1283 Require _AS_CR_PREPARE where appropriate.
1284 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Call _AS_CR_PREPARE.
1285 (AS_PREPARE): Require _AS_CR_PREPARE.
1287 Avoid walking the entire PATH when looking for a better shell.
1288 * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Test shell characteristics
1289 as the PATH is walked.
1291 Add third argument to _AS_PATH_WALK
1292 * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Do not call _AS_CR_PREPARE.
1293 (_AS_PATH_WALK): Add third optional argument.
1295 Trim down the length of the shell function test.
1296 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Condense.
1298 2008-10-29 Eric Blake <ebb9@byu.net>
1300 Fix LINENO detection to work around bash and pdksh limitations.
1301 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Enhance the test, so
1302 that we can choose which of two tests to trust.
1303 (_AS_RUN): Set flag when alternate shell is running.
1304 (_AS_DETECT_EXPAND): New macro.
1305 (_AS_DETECT_BETTER_SHELL): Use it to massage LINENO tests.
1307 2008-10-29 Eric Blake <ebb9@byu.net>
1309 Mention proper fix for zsh users.
1310 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Recommend zsh
1311 version known to work.
1312 Suggested by Paolo Bonzini.
1314 Document current beta-quality status.
1315 * configure.ac: Reflect fact that change to git-version-gen
1316 produces -, but not always a letter, on non-release builds.
1317 * BUGS: Mention known issues.
1318 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Ask for help in
1319 debugging platforms with deficient shells.
1321 2008-10-29 Eric Blake <ebb9@byu.net>
1323 Alter signature of AS_INIT_GENERATED.
1324 * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): Add parameters, and
1325 manage here-doc and chmod in place. This also allows future
1326 changes for optimizing the child via diversion/m4_wrap magic.
1327 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
1329 * doc/autoconf.texi (Initialization Macros) <AS_INIT_GENERATED>:
1330 Update the documentation.
1332 2008-10-29 Eric Blake <ebb9@byu.net>
1334 Use _m4_stack_reverse in m4_set.
1335 * lib/m4sugar/m4sugar.m4 (_m4_set_contents_1)
1336 (_m4_set_contents_2): Rewrite to share _m4_stack_reverse
1338 (m4_set_contents, m4_set_foreach, m4_set_list, m4_set_listc)
1339 (m4_set_map): Adjust callers to new API.
1341 Add m4_stack_foreach_sep.
1342 * lib/m4sugar/m4sugar.m4 (m4_stack_foreach_sep)
1343 (m4_stack_foreach_sep_lifo): New macros.
1344 (_m4_stack_reverse): Adjust prototype, to support it.
1345 (m4_copy): Use fewer macros.
1346 * tests/m4sugar.at (m4@&t@_stack_foreach): Rename...
1347 (m4@&t@_stack): ...and add m4_stack_foreach_sep tests.
1349 2008-10-29 Bruno Haible <bruno@clisp.org>
1351 Mention Sun WorkShop 6.2 OpenMP bug.
1352 * doc/autoconf.texi (AC_OPENMP): Document portability pitfall.
1354 2008-10-29 Paolo Bonzini <bonzini@gnu.org>
1356 Rewrite handling of diversion and expansion stack.
1357 * NEWS: Document stricter requirement on m4_init.
1358 * lib/m4sugar/m4sugar.m4 (m4_divert_stack): New, replacing
1360 (_m4_divert_stack_push): New.
1361 (m4_divert): Use _m4_divert_stack_push and replace m4_define with
1363 (m4_divert_push): Use _m4_divert_stack_push.
1364 (m4_divert_pop): Use m4_divert_stack instead of _m4_divert_n_stack,
1365 pop _m4_divert_stack instead of m4_divert_stack.
1366 (m4_expansion_stack): New. Update comment above it.
1367 (m4_expansion_stack_push, m4_expansion_stack_pop): Work on
1368 _m4_expansion_stack instead of m4_expansion_stack.
1369 (m4_expansion_stack_dump): Check presence of _m4_expansion_stack
1370 instead of m4_expansion_stack. Use m4_expansion_stack's expansion
1371 instead of the definition, and compensate for the trailing newline
1373 (m4_warn, _m4_defun_pro, _m4_defun_epi): Check presence of
1374 _m4_expansion_stack instead of m4_expansion_stack.
1375 (m4_newline): Expand first argument after the newline.
1376 (m4_init): Use m4_divert_stack instead of _m4_divert_n_stack,
1377 * tests/m4sugar.at (m4_append, m4_text_wrap): Invoke m4_init.
1378 * tests/tools.at (whitespace in file names, the empty token): Likewise.
1380 2008-10-28 Eric Blake <ebb9@byu.net>
1382 Reduce forks while searching for better shell.
1383 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED)
1384 (_AS_DETECT_SUGGESTED): No need to provide extra subshell; _AS_RUN
1385 already does the job.
1386 (_AS_DETECT_BETTER_SHELL): Simplify AS_EXIT when not run in a trap
1389 Undo needless efforts to protect $2 in $2_t.
1390 * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY)
1391 (_AC_TYPE_UNSIGNED_INT_BODY): Reduce extra quoting.
1393 2008-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1395 Fix parallel test execution output lossage.
1396 * lib/autotest/general.m4 (_AT_CHECK): Truncate files to hold
1397 standard output and standard error before the test, use append
1400 Caught by Bob Proulx' build daemons, analysis and suggested fix
1401 by Stéphane Chazelas.
1403 2008-10-28 Eric Blake <ebb9@byu.net>
1405 Use m4_map_args in more places.
1406 * lib/m4sugar/m4sugar.m4 (m4_defn, m4_dumpdef, m4_popdef)
1407 (m4_undefine, m4_combine): Use m4_map_args, rather than
1410 2008-10-28 Eric Blake <ebb9@byu.net>
1412 Override m4 1.4.x dumpdef, as it breaks autom4te.
1413 * lib/m4sugar/m4sugar.m4 (m4_dumpdef): New implementation.
1414 (m4_copy): Formatting touchup.
1415 * doc/autoconf.texi (Redefined M4 Macros) <m4_dumpdef>: Mention
1416 semantic differences as well as m4_dumpdefs.
1418 * tests/m4sugar.at (m4@&t@_dumpdef): New test.
1420 2008-10-28 Eric Blake <ebb9@byu.net>
1422 Allow m4sugar to be used without autom4te, such as in bison.
1423 * lib/m4sugar/m4sugar.m4 (m4_text_wrap, m4_qlen): Document that
1424 alternate escape sequences can be used.
1425 (m4_text_box): Likewise. Don't output quadrigraphs.
1426 (m4_qdelta): Delete unused macro.
1428 2008-10-28 Paolo Bonzini <bonzini@gnu.org>
1430 Add m4_stack_foreach and m4_stack_foreach_lifo.
1431 * lib/m4sugar/m4sugar.m4 (_m4_stack_reverse): New from _m4_copy.
1432 (m4_stack_foreach, m4_stack_foreach_lifo): New.
1433 (m4_copy): Use m4_stack_foreach and m4_curry.
1434 (_m4_dumpdefs_down, _m4_dumpdefs_up): Remove.
1435 (m4_dumpdefs): Rewrite using m4_stack_foreach_lifo.
1436 * tests/m4sugar.at (m4_stack_foreach): New test.
1438 2008-10-28 Paolo Bonzini <bonzini@gnu.org>
1440 use a shell function for AC_TYPE_INTx_T
1441 * lib/autoconf/types.m4 (_AC_TYPE_INT_BODY, _AC_TYPE_UNSIGNED_INT_BODY):
1443 (_AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT): Define and use a shell function.
1445 2008-10-28 Paolo Bonzini <bonzini@gnu.org>
1447 * lib/autoconf/general.m4 (AC_CHECK_DECL): Fix AS_ESCAPE usage.
1448 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL,
1449 _AC_CHECK_HEADER_NEW): Likewise.
1450 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
1452 2008-10-28 Paolo Bonzini <bonzini@gnu.org>
1454 * lib/autoconf/types.m4 (_AC_CHECK_MEMBER_BODY): New.
1455 (AC_CHECK_MEMBER): Define and use a shell function.
1457 2008-10-27 Eric Blake <ebb9@byu.net>
1459 Prefer m4_fatal over AC_FATAL.
1460 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF)
1461 (AC_CHECK_MEMBER): Use non-obsolete macro name.
1462 * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF): Likewise.
1463 * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE, AC_SUBST):
1465 * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
1466 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCY_DEFAULT)
1467 (_AC_CONFIG_UNIQUE, _AC_CONFIG_REGISTER_DEST): Likewise.
1469 2008-10-27 Eric Blake <ebb9@byu.net>
1471 Avoid raw carriage return in scripts.
1472 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Generate CR
1473 via tr, rather than with literal byte.
1475 Reported by Steven R. Loomis; patch suggested by Thomas Dickey.
1477 2008-10-27 Eric Blake <ebb9@byu.net>
1480 * lib/autotest/general.m4 (at_func_arith): Delete; replace all
1481 clients with AS_VAR_ARITH instead.
1482 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE): Use new
1484 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Likewise.
1485 * tests/torture.at (Torturing config.status): Likewise.
1486 * tests/tools.at (autom4te --force): Likewise.
1489 * lib/m4sugar/m4sh.m4 (_AS_VAR_ARITH_PREPARE, _AS_VAR_ARITH_WORKS)
1490 (AS_VAR_ARITH): New macros.
1491 (_AS_PREPARE, AS_PREPARE): Emit preparation.
1492 * tests/m4sh.at (AS@&t@_VAR_ARITH): New test.
1493 * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_ARITH>:
1495 (Limitations of Usual Tools) <expr>: Mention portability problem
1496 if first argument starts with -.
1497 (Shell Substitutions) <$((expression))>: Mention it.
1500 2008-10-27 Eric Blake <ebb9@byu.net>
1502 Use read, rather than `cat`, for safe one-line files.
1503 * lib/autotest/general.m4 (AT_CLEANUP): Avoid a fork, since it is
1504 known that the file has only one line and no \.
1505 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_RUN): Likewise.
1507 2008-10-27 Paolo Bonzini <bonzini@gnu.org>
1509 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE,
1510 _AC_COMPUTE_INT_RUN): Add IF-SUCCESS argument.
1511 (_AC_COMPUTE_INT_BODY): New.
1512 (AC_COMPUTE_INT): Define and use a shell function.
1514 2008-10-27 Paolo Bonzini <bonzini@gnu.org>
1516 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW_BODY): Extract
1517 test body here. Move head comment of _AC_CHECK_TYPE_NEW here.
1518 (_AC_CHECK_TYPE_NEW): Define a shell function and call it.
1520 2008-10-27 Paolo Bonzini <bonzini@gnu.org>
1522 * lib/autoconf/general.m4 (_AC_CHECK_DECL_BODY): New.
1523 (AC_CHECK_DECL): Use a shell function.
1525 2008-10-27 Paolo Bonzini <bonzini@gnu.org>
1527 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_OLD,
1528 _AC_CHECK_HEADER_NEW): Use a shell function.
1530 2008-10-25 Eric Blake <ebb9@byu.net>
1532 Track recent copyright assignments.
1535 2008-10-25 Paolo Bonzini <bonzini@gnu.org>
1536 and Eric Blake <ebb9@byu.net>
1538 Use a shell function for _AC_CHECK_HEADER_MONGREL.
1539 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL_BODY): New
1541 (_AC_CHECK_HEADER_MONGREL): Use a shell function.
1543 2008-10-25 Eric Blake <ebb9@byu.net>
1545 Simplify _AS_PREPARE handling of functions.
1546 * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Factor...
1547 (_AS_REQUIRE_SHELL_FN): ...into new helper macro.
1548 (_AS_PREPARE): Temporarily redefine AS_REQUIRE_SHELL_FN to make
1550 (_AS_LINENO_PREPARE): Make more efficient.
1551 (_AS_MKDIR_P_PREPARE): Simplify use in _AS_PREPARE.
1552 (_AS_UNSET_PREPARE): Avoid blank newline.
1553 (AS_INIT): Emit as_func_unset alongside other functions.
1555 2008-10-25 Eric Blake <ebb9@byu.net>
1558 * doc/autoconf.texi (Common Shell Constructs) <AS_EXIT>: Document
1560 (Limitations of Builtins): Mention AS_EXIT.
1563 Use AS_EXIT in autoconf.as.
1564 * bin/autoconf.as: Consistently use AS_EXIT.
1566 2008-10-24 Eric Blake <ebb9@byu.net>
1568 Fix m4 underquoting in AC_PROG_INSTALL.
1569 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate
1572 Speed up AC_CHECK_HEADER.
1573 * lib/autoconf/headers.m4 (AC_CHECK_HEADER): Factor out $@.
1575 2008-10-24 Paolo Bonzini <bonzini@gnu.org>
1576 and Eric Blake <ebb9@byu.net>
1578 Use a shell function for AC_CHECK_FUNC.
1579 * lib/autoconf/functions.m4 (_AC_CHECK_FUNC_BODY): New macro.
1580 (AC_CHECK_FUNC): Use a shell function.
1581 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Reduce number of forks.
1583 2008-10-24 Eric Blake <ebb9@byu.net>
1585 Work around fact that gnulib-tool doesn't use m4_copy.
1586 * lib/autoconf/general.m4 (AC_LIBOBJ, AC_LIBSOURCES): Defun, not
1587 define, so that an initial location is present, to account for
1588 fact that gnulib-tool pushes another AC_DEFUN'd macro on top.
1590 Make m4_defun_init more robust.
1591 * lib/m4sugar/m4sugar.m4 (m4_defun_init): Handle indirect macro
1592 names, and correct number of arguments.
1593 (m4_copy): Also set up location of the copy.
1594 (m4_defun): When copied, use current macro name, not original.
1595 * tests/m4sugar.at (m4@&t@_require: one-shot initialization):
1598 Optimize clients of AS_REQUIRE.
1599 * lib/m4sugar/m4sugar.m4 (m4_defun): Add undocumented third
1601 (m4_defun_init): New undocumented macro.
1602 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG, AS_MESSAGE, AS_BASENAME)
1603 (_AS_DIRNAME_EXPR, AS_DIRNAME, AS_ECHO, AS_ECHO_N, AS_TEST_X)
1604 (AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK, AS_VERSION_COMPARE)
1605 (AS_TR_SH, AS_TR_CPP, AS_VAR_APPEND, AS_VAR_PUSHDEF): Use it to
1606 simplify these macros once the one-shot initialization is
1608 * tests/m4sugar.at (m4@&t@_require: one-shot initialization): New
1612 * lib/m4sugar/m4sugar.m4 (m4_copy): Add second implementation for
1614 (_m4_copy): New macro, which preserves pushdef stacks.
1615 (_m4_defun_pro_outer): Bypass it, for speed.
1616 (m4_init): Bypass new implementation, since it breaks on m4_defn.
1617 * bin/autoupdate.in (handle_autoconf_macros): Likewise.
1618 * lib/autoconf/general.m4 (AC_PREREQ): Undefine before redefining,
1619 now that m4_copy checks this.
1620 * doc/autoconf.texi (Redefined M4 Macros) <m4_copy>: Document
1621 this, as well as m4_rename.
1622 * lib/autoconf/autoconf.m4 (m4_copy): Temporarily redefine when
1623 renaming builtins, since it breaks on m4_ifdef.
1625 * tests/m4sugar.at (m4@&t@_defn): Enhance test.
1627 2008-10-24 Eric Blake <ebb9@byu.net>
1629 AC_FUNC_GETGROUPS: Revert regression.
1630 * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Only set
1631 ac_cv_func_getgroups_works=no when it is not available.
1633 2008-10-23 Eric Blake <ebb9@byu.net>
1636 * lib/autoconf/fortran.m4: Consistently use tabs.
1638 2008-10-23 Chikama Masaki <masaki.chikama@gmail.com> (tiny change)
1640 For gfortran on sh, ignore -little.
1641 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add -little to
1642 list of ignored arguments.
1645 2008-10-23 Paolo Bonzini <bonzinI@gnu.org>
1647 Eliminate empty lines after AC_*_IFELSE.
1648 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
1649 _AC_LINK_IFELSE, _AC_RUN_IFELSE): Add a dnl at end.
1651 2008-10-23 Paolo Bonzini <bonzinI@gnu.org>
1653 Avoid a fork in _AC_RUN_LOG and _AC_RUN_LOG_STDERR
1654 * lib/autoconf/general.m4 (_AC_RUN_LOG, _AC_RUN_LOG_STDERR):
1655 Return a boolean status code based on $ac_status.
1657 2008-10-23 Paolo Bonzini <bonzinI@gnu.org>
1659 Ensure actions can look at conftest* files.
1660 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY,
1661 _AC_COMPILE_IFELSE_BODY, _AC_LINK_IFELSE_BODY, _AC_RUN_IFELSE_BODY):
1662 Move rm commands, except IPA files and Apple debug symbols...
1663 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE,
1664 _AC_RUN_IFELSE): ...in here.
1665 * tests/compile.at: Add regression test.
1667 2008-10-23 Eric Blake <ebb9@byu.net>
1669 Remove excess dnl from m4sh.
1670 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_PREPARE)
1671 (_AS_SHELL_FN_WORK, _AS_SHELL_SANITIZE, AS_IF, _AS_ECHO_LOG)
1672 (AS_MESSAGE, AS_ERROR, AS_BASENAME, _AS_BASENAME_PREPARE)
1673 (_AS_DIRNAME_EXPR, AS_DIRNAME, _AS_DIRNAME_PREPARE, AS_ECHO)
1674 (AS_ECHO_N, AS_TEST_X, AS_EXECUTABLE_P, _AS_ME_PREPARE)
1675 (_AS_LINENO_PREPARE, AS_LN_S, AS_MKDIR_P, _AS_PATH_WALK)
1676 (AS_SET_CATFILE, AS_HELP_STRING, AS_TMPDIR, AS_VERSION_COMPARE)
1677 (_AS_TR_SH_PREPARE, AS_TR_SH, _AS_TR_CPP_PREPARE, AS_TR_CPP)
1678 (_AS_TR_PREPARE, AS_VAR_APPEND, AS_VAR_PUSHDEF)
1679 (AS_INIT_GENERATED): Use fewer dnl in m4sh macro bodies.
1681 2008-10-23 Paolo Bonzini <bonzini@gnu.org>
1682 and Eric Blake <ebb9@byu.net>
1684 Use a shell function for _AC_RUN_IFELSE.
1685 * lib/autoconf/general.m4 (_AC_RUN_IFELSE_BODY): New macro.
1686 (_AC_RUN_IFELSE): Use a shell function.
1687 (_AC_RUN_LOG): Avoid subshell for logging.
1689 2008-10-23 Eric Blake <ebb9@byu.net>
1691 Formatting tweak: balance () with m4sh case statements.
1692 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL)
1693 (_AS_SHELL_SANITIZE, _AS_ECHO_N_PREPARE, _AS_ECHO_PREPARE)
1694 (AS_SET_CATFILE, _AS_TEST_PREPARE): Add strategic shell comments.
1695 (_AS_CASE, _AS_CASE_DEFAULT, AS_CASE): Rearrange newlines, to
1696 allow output of strategic shell comments.
1697 (AS_VERSION_COMPARE): Use AS_CASE.
1698 * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
1700 2008-10-22 Jim Meyering <meyering@redhat.com>
1702 AC_FUNC_GETGROUPS: always define $ac_cv_func_getgroups_works
1703 * lib/autoconf/functions.m4 (AC_FUNC_GETGROUPS): Always define
1704 the shell variable, $ac_cv_func_getgroups_works. Otherwise, if
1705 it is set to "yes" in the environment and configure is run on
1706 a system like mingw that lacks the getgroups function, it would
1707 mistakenly define HAVE_GETGROUPS. Reported by Simon Josefsson in
1708 <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/15354>.
1710 2008-10-22 Paolo Bonzini <bonzini@gnu.org>
1711 and Eric Blake <ebb9@byu.net>
1713 Use a shell function for _AC_LINK_IFELSE.
1714 * lib/autoconf/general.m4 (_AC_LINK_IFELSE_BODY): New macro.
1715 (_AC_LINK_IFELSE): Use a shell function.
1717 2008-10-22 Eric Blake <ebb9@byu.net>
1719 Fix autoconf logging commands.
1720 * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED, _AC_EVAL)
1721 (_AC_EVAL_STDERR, AC_RUN_LOG): Respect as_lineno.
1722 (_AC_DO_ECHO): Likewise, and use fewer dnl.
1723 (_AC_RUN_LOG_STDERR): Avoid subshell for logging.
1725 2008-10-22 Eric Blake <ebb9@byu.net>
1727 Fix testsuite failure.
1728 * tests/mktests.sh (ac_exclude_list): Don't generate test for
1729 AC_REQUIRE_SHELL_FN.
1731 2008-10-21 Eric Blake <ebb9@byu.net>
1733 Improve wording related to automake and autotest.
1734 * doc/autoconf.texi (Making testsuite Scripts): Clarify wording in
1735 relation to automake. Mention dependency on package.m4.
1736 Consolidate examples. Define AUTOM4TE.
1738 Reported by William Pursell.
1740 2008-10-21 Eric Blake <ebb9@byu.net>
1742 Allow AS_VAR_SET_IF in shell lists.
1743 * lib/m4sugar/m4sh.m4 (AS_VAR_SET_IF): Allow continuation of
1745 * lib/autoconf/general.m4 (AC_CACHE_VAL): Supply newline no longer
1746 provided by AS_VAR_SET_IF.
1747 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Adjust
1749 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
1750 * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
1752 Allow AS_VAR_IF in shell lists.
1753 * lib/m4sugar/m4sh.m4 (AS_VAR_IF): Allow continuation of line.
1754 * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Adjust clients.
1755 * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
1757 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
1758 (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD)
1759 (_AC_CHECK_HEADER_DIRENT): Likewise.
1760 * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
1761 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
1763 * tests/m4sh.at (AS@&t@_VAR basics): Enhance test.
1765 Allow AS_CASE in shell lists.
1766 * lib/m4sugar/m4sh.m4 (AS_CASE): Always execute test, in case of
1767 side effects. Allow continuation of script on same line as esac.
1768 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Adjust client.
1769 * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Enhance test.
1770 * NEWS: Document the subtle change.
1772 Allow AS_IF in shell lists.
1773 * lib/m4sugar/m4sh.m4 (AS_IF): Always execute test, in case of
1774 side effects. Allow continuation of script on same line as fi.
1775 (_AS_DETECT_BETTER_SHELL): Adjust clients.
1776 (AS_VAR_IF, AS_VAR_SET_IF): For now, supply newline no longer
1778 * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Likewise.
1779 * lib/autoconf/general.m4 (_AC_ENABLE_IF): Likewise.
1780 (AC_EGREP_CPP, _AC_RUN_IFELSE): Adjust client.
1781 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
1782 * doc/autoconf.texi (Common Shell Constructs) <AS_IF>: Fix typo.
1783 (Polymorphic Variables): Move mention of dnl to the only two
1784 AS_VAR functions that need it.
1786 2008-10-21 Paolo Bonzini <bonzini@gnu.org>
1787 and Eric Blake <ebb9@byu.net>
1789 Use a shell function for _AC_COMPILE_IFELSE.
1790 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE_BODY): New macro.
1791 (_AC_COMPILE_IFELSE): Use a shell function.
1793 2008-10-21 Eric Blake <ebb9@byu.net>
1796 * lib/autoconf/functions.m4 (AC_CHECK_FUNCS_ONCE): Use new macro.
1797 * lib/autoconf/general.m4 (_AC_INIT_PREPARE)
1798 (_AC_LIBOBJS_NORMALIZE): Likewise.
1799 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): Likewise.
1800 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS)
1801 (_AC_OUTPUT_CONFIG_STATUS, _AC_OUTPUT_MAIN_LOOP): Likewise.
1802 * lib/autotest/general.m4 (AT_INIT): Likewise.
1805 * lib/m4sugar/m4sh.m4 (_AS_VAR_APPEND_PREPARE)
1806 (_AS_VAR_APPEND_WORKS, AS_VAR_APPEND): New macros.
1807 (AS_PREPARE, _AS_PREPARE): Emit preparation.
1808 * tests/m4sh.at (AS@&t@_VAR_APPEND): New test.
1809 * doc/autoconf.texi (Polymorphic Variables) <AS_VAR_APPEND>:
1811 <AS_VAR_SET>: Mention ramification of `""` rules.
1812 * NEWS: Mention new macro.
1814 2008-10-21 Paolo Bonzini <bonzini@gnu.org>
1815 and Eric Blake <ebb9@byu.net>
1817 Use a shell function for _AC_PREPROC_IFELSE.
1818 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE_BODY): New macro.
1819 (_AC_PREPROC_IFELSE): Use a shell function.
1820 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Factor for faster execution.
1821 (AS_REQUIRE_SHELL_FN): Bypass AS_REQUIRE if function has already
1824 2008-10-21 Eric Blake <ebb9@byu.net>
1826 Add banners to generated files.
1827 * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Use m4_text_box for
1829 (AS_INIT): Add new banners at strategic points.
1830 * lib/autoconf/general.m4 (AC_INIT): Alter banner location, and
1831 make consistent with other banners.
1832 * lib/autotest/general.m4 (AT_INIT): Make banners consistent.
1834 2008-10-20 Paolo Bonzini <bonzini@gnu.org>
1836 Add AC_REQUIRE_SHELL_FN and the SHELL_FN diversion.
1837 * lib/autoconf/general.m4 (AC_REQUIRE_SHELL_FN): New.
1838 (m4_divert(SHELL_FN)): New.
1840 2008-10-20 Eric Blake <ebb9@byu.net>
1842 Avoid unportable use of echo in testsuite.
1843 * tests/m4sh.at (AS@&t@_VAR basics): Use AS_ECHO, since string
1846 2008-10-18 Paolo Bonzini <bonzini@gnu.org>
1848 Make sure that nested AS_REQUIRE do not lose the desired diversion.
1849 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Expand _m4_divert_desired before
1850 passing it to m4_divert_require, so that its content is not used
1852 * tests/m4sh.at (Nested AS_REQUIRE): New testcase.
1854 2008-10-18 Eric Blake <ebb9@byu.net>
1856 Document bugs in { } handling.
1857 * doc/autoconf.texi (Limitations of Builtins): Mention bug on
1860 Fix some testsuite failures introduced two days ago.
1861 * tests/m4sh.at (Nested AS@&t@_REQUIRE_SHELL_FN)
1862 (AS@&t@_REQUIRE_SHELL_FN and m4@&t@_require): Adjust to changed
1864 Reported by Ralf Wildenhues.
1866 2008-10-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1868 Show how to extract single substitutions from config.status.
1869 * doc/autoconf.texi (config.status Invocation): Show example
1872 2008-10-17 Eric Blake <ebb9@byu.net>
1875 * lib/m4sugar/m4sugar.m4 (m4_curry, _m4_curry): New macros.
1876 * tests/m4sugar.at (m4@&t@_map_args): Rename...
1877 (m4@&t@_map_args and m4@&t@_curry): ...and add currying tests.
1878 * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
1879 currying as a way to add parameters.
1880 (Evaluation Macros) <m4_curry>: Document the new macro.
1883 Improve suggested test filtering.
1884 * lib/m4sugar/m4sh.m4 (_AS_DETECT_SUGGESTED_PRUNE): New macro,
1886 (_AS_DETECT_BETTER_SHELL): ...here, to use faster API. No need to
1887 check for an empty required set.
1890 * lib/m4sugar/m4sugar.m4 (m4_set_foreach): New macro.
1891 * tests/m4sugar.at (m4@&t@_set): Enhance test.
1892 * doc/autoconf.texi (Set manipulation Macros) <m4_set_map>:
1896 Document m4_map_args.
1897 * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair):
1899 (m4_map_args, m4_map_args_pair): ...to these names, and document.
1900 (m4_version_unletter): Use the interface.
1901 * lib/m4sugar/foreach.m4 (m4_map_args, m4_map_args_pair)
1902 (_m4_map_args_, _m4_map_args_pair_, _m4_map_args_pair_end):
1903 Perform same renames.
1904 * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Adjust callers.
1905 * tests/m4sugar.at (m4@&t@_map_args): New test.
1906 (recursion): Adjust caller.
1907 * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Likewise.
1908 * doc/autoconf.texi (Looping constructs) <m4_map_args>: Document
1910 * NEWS: Mention the new macros.
1912 2008-10-17 Eric Blake <ebb9@byu.net>
1914 Reduce vertical whitespace in configure.
1915 * lib/autoconf/general.m4 (AC_INIT): Silence newline output during
1916 m4 side effect initializations.
1917 * lib/m4sugar/m4sh.m4 (AS_PREPARE): Likewise.
1919 2008-10-17 Eric Blake <ebb9@byu.net>
1921 Document AS_VAR interfaces.
1922 * doc/autoconf.texi (Programming in M4sh): M4sh is now prime-time.
1923 (Polymorphic Variables): New node.
1924 * NEWS: Update accordingly.
1926 Test AS_VAR interfaces.
1927 * tests/m4sh.at (AS@&t@_VAR): New test.
1928 * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Force expansion of
1929 _AS_TR_SH_PREPARE at top level, rather than argument collection.
1930 (AS_TR_SH): Support command substitution.
1933 * lib/m4sugar/m4sh.m4 (AS_VAR_COPY): New macro.
1934 (AS_VAR_IF): Use it, instead of the broken AS_VAR_GET.
1935 * lib/autoconf/general.m4 (AC_CACHE_CHECK): Likewise.
1936 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Likewise.
1937 * lib/autotest/general.m4 (_AT_FINISH): Likewise.
1939 Sort AS_VAR_* interfaces.
1940 * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Reduce output to one line.
1941 (AS_VAR_TEST_SET, AS_VAR_SET, AS_VAR_SET_IF, AS_VAR_POPDEF): Sort,
1944 2008-10-16 Eric Blake <ebb9@byu.net>
1946 Allow comments before functions emitted by m4sh.
1947 * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Add comment
1948 argument. Supply closing comment, to ease readability.
1949 (_AS_MKDIR_P_PREPARE): Adjust caller.
1950 (_AS_UNSET_PREPARE): Add comment.
1952 Add AS_FUNCTION_DESCRIBE.
1953 * lib/m4sugar/m4sh.m4 (AS_FUNCTION_DESCRIBE): New macro.
1954 * lib/autotest/general.m4 (AT_INIT): Use it.
1956 2008-10-16 Eric Blake <ebb9@byu.net>
1958 Speed up m4_qlen with caching.
1959 * lib/m4sugar/m4sugar.m4 (_m4_qlen): Renamed from old m4_qlen.
1960 (m4_qlen): Cache results for speed.
1962 2008-10-16 Paolo Bonzini <bonzini@gnu.org>
1964 Add a testcase using more then one language.
1965 * tests/compile.at (Multiple languages): New test.
1967 2008-10-16 Paolo Bonzini <bonzini@gnu.org>
1969 Fix Libtool's config.lt test.
1970 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Disable AS_REQUIRE while
1973 2008-10-15 Eric Blake <ebb9@byu.net>
1975 Break circular require chain in _AS_LINENO_PREPARE.
1976 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Ensure that logging is
1977 disabled when reporting LINENO failure, since logging requires
1979 * doc/autoconf.texi (Initialization Macros): Recommend m4_pushdef,
1980 not m4_rename, since the latter is undocumented.
1981 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid
1982 m4_rename, as it does not yet handle pushdef stacks.
1983 Reported by Ralf Wildenhues.
1985 2008-10-15 Eric Blake <ebb9@byu.net>
1987 Cleanups to previous patches.
1988 * doc/autoconf.texi (Portable Shell): Minor edits.
1989 (Limitations of Builtins): Touch up wording.
1990 * lib/m4sugar/m4sh.m4 (AS_LINENO_PUSH): Nuke trailing whitespace.
1991 (_AS_SHELL_SANITIZE): Wrap comments less than 80 columns.
1993 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
1995 Updates to shell portability documentation.
1996 * doc/autoconf.texi: Updates all references to "Portable Shell" and
1997 "Limitations of Builtins" to use three-argument commands.
1998 (Programming in M4sh): Document AS_ECHO, AS_ECHO_N, AS_UNSET.
1999 (Portable Shell): Move here discussion about "Where is the POSIX
2000 shell?" Mention that M4sh provides a SVR2 shell and takes care
2001 of unsetting variables if necessary. Talk about M4sh and not only
2002 Autoconf-generated scripts.
2003 (Special Shell Variables): Talk about M4sh and not only
2004 Autoconf-generated scripts. Don't talk about things that Autoconf
2005 does not do. Mention problems of $LINENO with shell functions.
2006 (Limitations of Builtins). Mention AS_ECHO and AS_ECHO_N. Move
2007 discussion of eval bugs before discussion on proper use of eval.
2008 Mention AS_IF. Reword why not to use "shift N". Mention "foo=;
2009 unset foo" trick. Include M4sh code that unsets MAIL for Bash 2.01.
2010 * NEWS: Update list of documented M4sh macros.
2012 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
2014 Assume a (possibly buggy) `unset' is present after a
2015 `better shell' was found.
2016 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Use AS_UNSET.
2017 * lib/autoconf/programs.m4 (AC_PROG_SED): Use AS_UNSET.
2018 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Provide $as_unset as an
2019 alias for AS_UNSET, for backwards compatibility.
2020 (_AS_DETECT_BETTER_SHELL): Set BASH_ENV and ENV to /dev/null in case
2021 the shell does not support unset.
2022 (_AS_SHELL_SANITIZE): Work around Bash 2.01 bugs. Unset BASH_ENV.
2023 (AS_INIT, _AS_PREPARE, AS_PREPARE): Call it.
2024 (AS_UNSET): Assume it is there but it might fail if the variable is
2025 not set. Use it throughout instead of $as_unset.
2027 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
2029 Turn AS_SHELL_SANITIZE into a for-Libtool-only wrapper.
2030 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED): Remove
2031 m4_require of _AS_DETECT_BETTER_SHELL.
2032 (_AS_CLEANUP): Add it here.
2033 (_AS_DETECT_BETTER_SHELL): Just expand the test instead of appending it
2035 (_AS_SHELL_SANITIZE): New name of the old AS_SHELL_SANITIZE macro.
2036 (AS_SHELL_SANITIZE): New macro hacking around Libtool misuse.
2037 (AS_PREPARE): Use _AS_SHELL_SANITIZE.
2038 (AS_INIT): Add m4_provide of itself.
2040 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
2042 Use "test x$foo = xyes" to avoid upsetting Libtool's sh.test.
2043 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL, _AS_SHELL_FN_WORK): Use
2044 "test x$foo = xyes".
2046 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
2048 Trim down the size of the better-shell test.
2049 * lib/m4sugar/m4sh.at (_AT_DETECT_BETTER_SHELL): Store the common
2050 snippets into shell variables.
2053 2008-10-15 Paolo Bonzini <bonzini@gnu.org>
2055 Support a stack of LINENO values for AS_MESSAGE.
2056 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): If defined, use $as_lineno as
2057 the line number emitted to the log file.
2058 (AS_LINENO_PUSH, AS_LINENO_POP): New.
2059 * tests/m4sh.at (LINENO Stack): New test.
2061 2008-10-14 Eric Blake <ebb9@byu.net>
2063 Correct previous patch.
2064 * doc/autoconf.texi (Shell Functions): Bash obeys Posix, after
2067 Document shell function environment pitfall.
2068 * doc/autoconf.texi (Shell Functions): Document bugs in bash,
2071 2008-10-14 Paolo Bonzini <bonzini@gnu.org>
2073 Use m4_require to implement AS_REQUIRE.
2074 * lib/m4sugar/m4sugar.m4 (_m4_require_call): Accept a third argument.
2075 (m4_require): Pass it.
2076 (m4_divert_require): New.
2077 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Rewrite using m4_divert_require.
2078 Remove comment about differences with m4_require.
2079 * tests/m4sh.at (AS_REQUIRE_SHELL_FN and m4_require): Update to test
2080 the expected behavior.
2081 (Nested AS_REQUIRE_SHELL_FN): New test.
2083 2008-10-13 Paolo Bonzini <bonzini@gnu.org>
2085 Test AS_LINENO_PREPARE.
2086 * tests/m4sh.at: Use documented AS_LINENO_PREPARE.
2088 2008-10-13 Paolo Bonzini <bonzini@gnu.org>
2091 * tests/m4sh.at (as_me): New test.
2093 2008-10-13 Paolo Bonzini <bonzini@gnu.org>
2095 Add and document AS_INIT_GENERATED.
2096 * lib/m4sugar/m4sh.m4 (AS_INIT_GENERATED): New.
2097 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use it.
2098 * doc/autoconf.texi (Initialization macros): Document it.
2100 2008-10-13 Eric Blake <ebb9@byu.net>
2102 Use consistent shell function style.
2103 * lib/m4sugar/m4sh.m4 (_AS_PREPARE, AS_REQUIRE_SHELL_FN)
2104 (_AS_SHELL_FN_WORK): Imitate GNU Coding Standards for C
2107 2008-10-13 Paolo Bonzini <bonzini@gnu.org>
2109 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Place names of
2110 contributors under m4 rather than shell comments.
2112 2008-10-10 Paolo Bonzini <bonzini@gnu.org>
2114 * lib/m4sugar/m4sh.m4 (AS_ME_PREPARE, AS_LINENO_PREPARE): New.
2115 * doc/autoconf.texi (Initialization macros): Document them.
2116 (Portable Shell): Refer to AS_LINENO_PREPARE.
2117 * NEWS: Mention them.
2119 * bin/autoconf.as: Invoke AS_ME_PREPARE.
2120 * lib/autotest/general.m4: Likewise.
2122 2008-10-10 Paolo Bonzini <bonzini@gnu.org>
2124 * doc/autoconf.texi (Programming in M4sh): Make its own chapter.
2126 2008-10-10 Eric Blake <ebb9@byu.net>
2128 Fix _AS_MKDIR_P usage.
2129 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P): Correct documentation to
2130 match implementation.
2131 (_AS_PREPARE, _AS_MKDIR_P_PREPARE): Adjust callers.
2132 * doc/autoconf.texi (Programming in M4sh) <AS_MKDIR_P>: Tweak
2133 wording to better match behavior.
2135 2008-10-10 Paolo Bonzini <bonzini@gnu.org>
2137 * doc/autoconf.texi: Be less wary of shell functions.
2138 * NEWS: Document the increased use of shell functions.
2140 2008-10-10 Paolo Bonzini <bonzini@gnu.org>
2142 * m4sugar/m4sh.m4 (_AS_MKDIR_P): New, from AS_MKDIR_P. Adjust
2143 meaning of as_mkdir_p to be `false' or a full `mkdir -p' command.
2144 (AS_MKDIR_P): Just dispatch to as_func_mkdir_p.
2145 (_AS_PREPARE): Define shell functions.
2146 (_AS_MKDIR_P_PREPARE): Set as_mkdir_p according to the above change.
2147 Define shell functions.
2149 2008-10-09 Eric Blake <ebb9@byu.net>
2151 Only prepare $as_me if it will be used.
2152 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Avoid unconditional
2154 (_AS_ECHO_LOG): Depend on $LINENO preparation.
2155 (AS_MESSAGE): Depend on $as_me preparation.
2156 (AS_TMPDIR): Use AS_ERROR, rather than a hand-rolled copy.
2158 2008-10-09 Paolo Bonzini <bonzini@gnu.org>
2160 * m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Delay setting as_me
2161 until the M4SH-INIT diversion using _AS_ME_PREPARE.
2162 (_AS_PREPARE): Invoke _AS_EXPR_PREPARE before _AS_BASENAME_PREPARE
2163 and _AS_DIRNAME_PREPARE, and _AS_BASENAME_PREPARE and _AS_ME_PREPARE
2164 before _AS_LINENO_PREPARE.
2165 (AS_PREPARE): Include all the AS_REQUIREs manually.
2166 (_AS_ME_PREPARE): New.
2167 (_AS_LINENO_PREPARE): Use m4_defun.
2169 2008-10-09 Paolo Bonzini <bonzini@gnu.org>
2171 * m4sugar/m4sh.m4 (_AS_BASENAME_EXPR, _AS_DIRNAME_EXPR): Do not
2172 require _AS_EXPR_PREPARE.
2173 (_AS_BASENAME_PREPARE, _AS_DIRNAME_PREPARE): Do it here.
2174 (_AS_PREPARE): Add _AS_BASENAME_PREPARE.
2176 2008-10-08 Eric Blake <ebb9@byu.net>
2179 * cfg.mk (cvs_executable_files, cvs_files): Rewrite...
2180 (fetch): ...into new target.
2181 (executable-update): Delete, now that it is unused.
2182 * maint.mk (update, local_updates, cvs_files, gnulib_repo)
2183 (wget-update, cvs-update): Likewise.
2184 * HACKING (Update the foreign files): Document new procedure.
2185 * GNUmakefile: Resync from upstream, via new 'make fetch'.
2186 * build-aux/config.guess: Likewise.
2188 2008-10-08 Paolo Bonzini <bonzini@gnu.org>
2190 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Remove.
2191 (AS_INIT): Do not call it.
2193 2008-10-08 Paolo Bonzini <bonzini@gnu.org>
2195 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Expand
2196 _AS_UNSET_PREPARE in M4SH-SANITIZE.
2198 2008-10-08 Eric Blake <ebb9@byu.net>
2200 Avoid repeating required shell tests in suggested set.
2201 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED, _AS_DETECT_SUGGESTED):
2202 Use m4_set, rather than m4_expand_once/m4_append.
2203 (_AS_DETECT_SUGGESTED): Adjust to new storage layout, and filter
2204 required tests out of suggested tests.
2205 Reported by Paolo Bonzini.
2207 2008-10-08 Paolo Bonzini <bonzini@gnu.org>
2209 Add m4sh keyword to all m4sh.at tests.
2210 * tests/m4sh.at: Add m4sh keyword to all tests. Fix comment
2213 2008-10-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2215 Document AS_VERSION_COMPARE.
2216 * doc/autoconf.texi (Programming in M4sh): Document
2220 Do not write to testsuite log fd before initialization.
2221 * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD, AT_JOB_FIFO_FD):
2222 Define fds only when initializing the log fd so early error
2223 messages do not try to write to it.
2224 * tests/autotest.at (Startup error messages): New test.
2225 * NEWS: Document this 2.63 regression.
2227 2008-10-07 Eric Blake <ebb9@byu.net>
2229 Ensure _AS_CLEANUP is defined.
2230 * lib/m4sugar/m4sh.m4 (_AS_CLEANUP): Give initial definition.
2231 * tests/m4sh.at (AS@&t@_INIT cleanup): Expose the need for this.
2233 Improve m4sh maintainability.
2234 * lib/m4sugar/m4sh.m4: Sort macros for sanitizing the shell; no
2237 Fix m4 quoting in previous patch.
2238 * lib/m4sugar/m4sh.m4 (AS_REQUIRE_SHELL_FN): Determine diversion
2239 name prior to invoking AS_REQUIRE.
2240 Reported by Ralf Wildenhues.
2242 2008-09-18 Paolo Bonzini <bonzini@gnu.org>
2243 and Eric Blake <ebb9@byu.net>
2245 Add a separate diversion for shell functions.
2246 * lib/m4sugar/m4sh.m4 (M4SH-INIT-FN): New diversion.
2247 (AS_REQUIRE): Accept diversion parameter.
2248 (AS_REQUIRE_SHELL_FN): Use it.
2250 2008-10-06 Eric Blake <ebb9@byu.net>
2252 Add m4_default_quoted.
2253 * lib/m4sugar/m4sugar.m4 (m4_default_quoted): New macro.
2254 (m4_for, m4_expand_once, m4_text_wrap, m4_text_box): Use it.
2255 * doc/autoconf.texi (Conditional constructs): Document it.
2258 Fix build with case-insensitive make, again.
2259 * Makefile.am (pkgdata_DATA): Protect by MAKE_CASE_SENSITIVE.
2260 Reported via Keith Marshall, originally by newthinker in
2261 <http://thread.gmane.org/gmane.comp.gnu.mingw.user/27725>.
2263 2008-10-06 Bruno Haible <bruno@clisp.org>
2265 Warn about /usr/ucb on Solaris.
2266 * doc/install.texi (Particular Systems): Recommend putting
2267 /usr/ucb late in PATH, if at all.
2269 2008-10-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2271 Fix more testsuite hang corner cases.
2272 * lib/autotest/general.m4: Use the serial code path if no test
2274 * tests/autotest.at (parallel test execution): Test -j and -jN
2275 with `-k notmatched'.
2277 2008-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2279 Fix hang with `testsuite -k notmatched'.
2280 * lib/autotest/general.m4: Do not reset $at_jobs if it is equal
2281 to one. Fixes hang with `-k notmatched'.
2283 2008-10-02 Eric Blake <ebb9@byu.net>
2285 Document more binary file portability traps.
2286 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Remind
2287 reader that NUL and sed don't always mix.
2288 <tr>: Mention Solaris /usr/ucb/tr bug with \0.
2290 2008-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2292 Implement parallel Autotest test execution: testsuite --jobs.
2293 * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro.
2294 (AT_INIT): <at_jobs>: New variable.
2295 Accept -j, -jN, --jobs[=N], document them in --help output.
2296 Implement parallel driver loop using a FIFO, enabled with --jobs
2297 and if mkfifo works; otherwise, fall back to sequential loop.
2298 (AT_SETUP): Store, do not output summary progress line if
2300 * tests/autotest.at (parallel test execution, parallel truth)
2301 (parallel fallacy, parallel skip): New tests.
2302 * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs,
2303 the mkfifo requirement, and that --errexit may cause concurrent
2307 2008-09-20 Eric Blake <ebb9@byu.net>
2309 Fix sample isinf definition.
2310 * doc/autoconf.texi (Function Portability) <isinf>: Filter out NaN
2313 Reported by David Cournapeau.
2315 2008-09-16 Eric Blake <ebb9@byu.net>
2317 Fix Erlang regression, introduced 2006-11-17.
2318 * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Avoid M4 comment
2319 caused by underquoting.
2320 * NEWS: Mention this fix.
2322 Reported by BJ Terry.
2324 2008-09-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2326 * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Improve a bit.
2328 Mention Solaris sh ':' redirection bug.
2329 * doc/autoconf.texi (File Descriptors): Redirecting ':'
2330 in a loop causes bogus optimization with Solaris sh.
2332 2008-09-10 Eric Blake <ebb9@byu.net>
2334 Avoid testsuite bug when autom4te cache is disabled by user.
2335 * tests/tools.at (autoconf: forbidden tokens, basic): Enable
2336 cache, even if user normally disabled it.
2337 Reported by Bruno Haible.
2339 Avoid testsuite bug in presence of verbose config.site.
2340 * tests/base.at (Input/Output): Nullify config.site during test.
2341 Reported by Bob Friesenhahn.
2343 2008-09-09 Eric Blake <ebb9@byu.net>
2345 Release Version 2.63.
2346 * NEWS: Mention the release.
2348 Formatting tweaks to the manual.
2349 * doc/autoconf.texi (Introduction, Systemology)
2350 (File System Conventions, Portable C and C++)
2351 (Floating Point Portability): Allow URLs to split as needed.
2352 (Indices): Add entries, to work around texinfo bug on indices that
2353 start too close to a page break.
2354 (Particular Functions): Mention ftello.
2355 (Introduction, Language Choice): Use @enddots at sentence end.
2358 * cfg.mk (cvs_executable_files, cvs_files): Update list of files,
2359 although for now, they are still manually sync'd.
2360 * build-aux/gnupload: Update.
2361 * build-aux/config.sub: Likewise.
2362 * GNUmakefile: Likewise.
2364 2008-09-06 Eric Blake <ebb9@byu.net>
2366 Mention that Automake already supports VPATH.
2367 * doc/autoconf.texi (Build Directories): Details in this section
2368 only apply to users avoiding automake.
2370 Reported by Matej Tyc.
2372 Relax tone when warning about cross-compiler names.
2373 * lib/autoconf/programs.m4 (_AC_TOOL_WARN): Support cross-compiles
2374 with poorly named tools; the issue has been reported too many
2375 times in the last four years to pull support.
2376 * doc/autoconf.texi (Specifying Names, Generic Programs): Update
2377 documentation accordingly.
2379 Reported by Josef Tran and others, wording suggested by Ralf
2382 2008-09-01 Eric Blake <ebb9@byu.net>
2384 Improve AC_C_BIGENDIAN.
2385 * doc/autoconf.texi (C Compiler) <AC_C_BIGENDIAN>: Mention that
2386 universal builds require a config header.
2387 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Enhance comments. Check
2388 AH_HEADER at the last possible moment, so that users can use
2389 AC_CONFIG_HEADER after this macro.
2390 Reported by Stepan Kasal.
2392 Fix manual date information.
2393 * doc/autoconf.tex: UPDATED refers to the day the manual was
2394 built, not the release date of Autoconf.
2395 Based on a bison patch by Akim Demaille.
2397 2008-08-27 Eric Blake <ebb9@byu.net>
2399 Fix off-by-one bug in _m4_shiftn.
2400 * lib/m4sugar/foreach.m4 (_m4_shiftn): Handle case when shifting
2402 * tests/m4sugar.at (M4 loops): Test it.
2403 Reported by Akim Demaille.
2405 2008-08-26 Eric Blake <ebb9@byu.net>
2407 Improve INSTALL formatting.
2408 * doc/install.texi [!autoconf]: Ensure first paragraphs are
2409 indented like all others in a plain text rendering.
2410 * Makefile.am ($(srcdir)/INSTALL): Ensure plaintext formatting.
2411 Reported by Bruno Haible.
2413 2008-08-26 Stepan Kasal <skasal@redhat.com>
2415 Check for case sensitive make.
2416 * m4/make-check.m4 (AC_PROG_MAKE_CASE_SENSITIVE): New macro,...
2417 * configure.ac: ... called here.
2418 * Makefile.am ($(abs_srcdir)/INSTALL, INSTALL): Return to...
2419 ($(srcdir)/INSTALL): ...this, but enclose the rule in
2420 "if MAKE_CASE_SENSITIVE".
2422 2008-08-26 Eric Blake <ebb9@byu.net>
2424 Update invocation documentation.
2425 * doc/autoconf.texi (autoscan Invocation): Mention --debug.
2426 (autoreconf Invocation): Mention -v.
2427 (autom4te Invocation): Tie --freeze to -F, not -f.
2428 (autoupdate Invocation): Mention --prepend-include.
2429 * doc/install.texi (configure Invocation): Mention --help=short,
2430 --help=recursive, -n/--no-create, --prefix. Avoid TABs.
2431 * bin/autoscan.in ($help): Omit space before `...'.
2432 * bin/ifnames.in ($help): Likewise.
2433 * bin/autoconf.as (Usage): Likewise.
2434 * bin/autoreconf.in ($help): Likewise.
2435 * bin/autoheader.in ($help): Likewise.
2436 * bin/autom4te.in ($help): Likewise.
2437 * bin/autoupdate.in ($help): Likewise.
2438 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use
2439 `[OPTION]...', rather than `[OPTIONS]'. Mention --silent. Indent
2442 Don't let frozen __m4_version__ break downgrade to m4 1.4.x.
2443 * bin/autom4te.in: Adjust comments, now that we rely on 1.4.5+.
2444 (files_to_options): Avoid inheriting __m4_version__ from frozen
2445 file if current M4 does not support it.
2447 2008-08-25 Eric Blake <ebb9@byu.net>
2449 Adjust to recent m4 1.6 change to support m4_debugmode(d).
2450 * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Move
2451 freeze-time decision of using faster 1.6 implementation...
2452 (m4_init): ...to a runtime decision, and add use of new debugmode
2455 2008-08-22 Peter O'Gorman <pogma@thewrittenword.com>
2457 Limit AC_C_BIGENDIAN univeral checks to Mac OS X.
2458 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Limit the check to
2459 __APPLE_CC__ with possible -arch flags.
2460 * NEWS: Document it.
2462 2008-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2466 2008-08-22 Eric Blake <ebb9@byu.net>
2468 * TODO: Add an item for additional m4sugar looping constructs.
2469 Suggested by Ralf Wildenhues.
2471 Add reminder to keep dual implementations in sync.
2472 * lib/m4sugar/m4sugar.m4: Add comments.
2473 * lib/m4sugar/foreach.m4: Likewise.
2474 Suggested by Ralf Wildenhues.
2476 2008-08-22 Peter Eisentraut <peter_e@gmx.net> (tiny change)
2478 Format warning and error messages to match GCS.
2479 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK)
2480 (_AC_INIT_PARSE_ARGS, _AC_CACHE_DUMP): Start warning and error
2481 messages with a lowercase letter, end them without punctuation.
2482 * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Likewise.
2483 * lib/autoconf/libs.m4 (AC_PATH_X): Likewise.
2484 * lib/autoconf/status.m4 (AC_OUTPUT, _AC_OUTPUT_MAIN_LOOP):
2486 * tests/fortran.at (GNU Fortran): Likewise.
2487 * tests/torture.at (Deep Package): Likewise.
2489 2008-08-21 Eric Blake <ebb9@byu.net>
2491 Avoid extra side effects in m4sugar list expansion.
2492 * lib/m4sugar/m4sugar.m4 (m4_mapall_sep, m4_list_cmp): Wrap
2494 (_m4_mapall_sep, _m4_list_cmp_raw): ...new helpers, to avoid
2495 duplicate side effects.
2496 (m4_version_compare): Adjust caller.
2497 * lib/m4sugar/foreach.m4 (m4_list_cmp): Rename...
2498 (_m4_list_cmp_raw): ...to match m4sugar.
2499 * doc/autoconf.texi (Looping constructs): Document the behavior of
2501 * tests/m4sugar.at (M4 loops, m4@&t@_map, m4@&t@_version_compare):
2502 Ensure only one side effect.
2503 (recursion): Fix test typo.
2504 Reported by Ralf Wildenhues.
2506 2008-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508 * TODO: Add item for compiler default flags.
2509 Suggested by Bruno Haible.
2511 * tests/m4sh.at (AS_IF and AS_CASE): Set the expansion limit
2514 2008-08-21 Eric Blake <ebb9@byu.net>
2516 Formatting improvements.
2517 * doc/autoconf.texi: Use @file and @command, rather than @code,
2520 Document another make bug.
2521 * doc/autoconf.texi (The Make Macro SHELL): Mention bug in BSD
2522 make, GNU make <= 3.80.
2524 Tweak wording about SHELL in Makefile.
2525 * doc/autoconf.texi (The Make Macro SHELL): Stronger wording on
2526 the importance of proper SHELL settings.
2527 Reported by Bruno Haible, in
2528 http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00029.html.
2530 2008-08-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2532 Avoid timestamp races for updated input.
2533 * tests/m4sh.at (AS_IF and AS_CASE): Use `autom4te --force' for
2535 * tests/tools.at (autotools and whitespace in file names): Add
2536 --force for repeated invocations.
2538 2008-08-20 Bruno Haible <bruno@clisp.org>
2540 Add section to INSTALL about particular systems.
2541 * doc/install.texi (Particular systems): New node.
2542 * doc/autoconf.texi: Adjust menus.
2544 2008-08-19 Bruno Haible <bruno@clisp.org>
2545 and Peter O'Gorman <peter@pogma.com>
2547 Mention universal binaries in INSTALL.
2548 * doc/install.texi (Compiling For Multiple Architectures): Explain
2549 how to create universal binaries on MacOS X.
2551 2008-08-19 Jim Meyering <jim@meyering.net>
2552 Eric Blake <ebb9@byu.net>
2553 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2555 Avoid shell parse errors after interrupt due to empty ``.
2556 * doc/autoconf.texi (Shell Substitutions): Document the issue.
2557 * lib/m4sugar/m4sh.m4 (AS_VAR_IF): New function.
2558 * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Use it in place of
2559 "test AS_VAR_GET([...]) = yes"
2560 * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL): Likewise.
2561 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Likewise.
2562 (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD): Likewise.
2563 (_AC_CHECK_HEADER_DIRENT): Likewise.
2564 * lib/autoconf/libs.m4 (AC_CHECK_LIB): Likewise.
2565 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER): Likewise.
2566 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use
2567 temporary variable to work around the issue.
2568 * tests/foreign.at (Libtool): Quote result of command
2571 2008-08-18 Eric Blake <ebb9@byu.net>
2573 Test m4_transform without tickling shell bugs.
2574 * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Relax test to
2575 something more manageable.
2576 * tests/m4sugar.at (recursion): Move stress test of
2577 m4_transform_pair here.
2578 Reported by Ralf Wildenhues.
2580 Let 'git diff' give better context for doc updates.
2581 * .gitattributes (*.texi*): Add new entry.
2582 * README-hacking: Mention how to use it.
2583 Inspired by a coreutils patch by Jim Meyering.
2585 2008-08-15 Eric Blake <ebb9@byu.net>
2587 Fix m4_map regression from 2007-10-16.
2588 * lib/m4sugar/m4sugar.m4 (_m4_apply): New macro.
2589 (m4_map): Ignore empty sublists. For a list consisting of only an
2590 empty sublist, this restores 2.61 behavior of being a no-op.
2591 (m4_map_sep): Likewise, and expand separator.
2592 (m4_mapall, m4_mapall_sep): New macros, to regain 2.62 behavior.
2593 (_m4_map): Rewrite, to be common base for all four variants.
2594 * lib/m4sugar/foreach.m4 (_m4_map): Adjust to new prototype.
2595 * tests/m4sugar.at (m4@&t@_map): Add tests.
2596 * doc/autoconf.texi (Looping constructs) <m4_map>: Document new
2597 macros, and mention ramifications of expanded separator.
2598 * NEWS: Mention the change.
2600 2008-08-14 Eric Blake <ebb9@byu.net>
2602 Implement m4_transform_pair, to speed up AS_IF.
2603 * lib/m4sugar/m4sugar.m4 (m4_transform, m4_transform_pair): New
2604 macros, undocumented for now.
2605 * lib/m4sugar/foreach.m4 (m4_transform, m4_transform_pair): Also
2606 the m4 1.4.x counterparts.
2607 * lib/m4sugar/m4sh.m4 (AS_IF, AS_CASE): Use it.
2608 * tests/m4sh.at (AS@&t@_IF and AS@&t@_CASE): Test it.
2610 2008-08-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2612 * lib/autoconf/programs.m4 (AC_PATH_TARGET_TOOL)
2613 (AC_CHECK_TARGET_TOOL, AC_CHECK_TARGET_TOOLS): Require, do not
2614 warn about previous AC_CANONICAL_TARGET.
2615 (AC_CHECK_TARGET_TOOL): Add missing `$' making the macro
2616 unusable in the non-cross-compiling case.
2617 * NEWS, THANKS: Update.
2618 Report by Dave Erickson.
2620 2008-08-12 Eric Blake <ebb9@byu.net>
2623 * lib/m4sugar/foreach.m4 (m4_bmatch): Provide linear
2624 implementation for m4 1.4.x.
2625 * tests/m4sugar.at (m4@&t@_bmatch): New test.
2626 (recursion): Test the linear nature.
2627 * NEWS: Document the fix.
2629 Fix m4_cond corner case.
2630 * lib/m4sugar/foreach.m4 (_m4_cond): Ensure alternate
2631 implementation allows concatenation with subsequent text.
2632 * tests/m4sugar.at (m4@&t@_cond): Enhance test.
2634 Add test for m4_cond.
2635 * tests/m4sugar.at (m4@&t@_cond): New test.
2636 Reported by Ralf Wildenhues.
2638 2008-08-06 Eric Blake <ebb9@byu.net>
2640 Fix autoheader 2.62 regression on AC_DEFINE([__EXTENSIONS__]).
2641 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Use a
2642 unique key for the AH_VERBATIM.
2643 * tests/c.at (AC_USE_SYSTEM_EXTENSIONS): New test.
2644 * NEWS: Mention the fix.
2645 Reported by Andreas Schwab, analyzed by Stepan Kasal.
2647 Add linear m4_cond for m4 1.4.x.
2648 * lib/m4sugar/m4sugar.m4 (m4_cond): Split into...
2649 (_m4_cond): ...this, for fewer macros per iteration.
2650 * lib/m4sugar/foreach.m4 (_m4_cond): New implementation.
2651 * tests/m4sugar.at (recursion): Test it.
2652 * NEWS: Document the linear guarantee.
2654 Speed up diversion handling.
2655 * lib/m4sugar/m4sugar.m4 (m4_divert, m4_divert_push)
2656 (m4_divert_pop, m4_divert_text): Avoid dnl for fewer macro
2659 AC_C_CHAR_UNSIGNED is not strictly necessary.
2660 * doc/autoconf.texi (C Compiler) <AC_C_CHAR_UNSIGNED>: Mention a
2661 portable alternative to this macro.
2663 Reported by Hallvard B Furuseth.
2665 Update some files from upstream.
2666 * GNUmakefile: Update.
2667 * build-aux/announce-gen: Likewise.
2668 * build-aux/config.guess: Likewise.
2669 * build-aux/config.sub: Likewise.
2670 * build-aux/git-version-gen: Likewise.
2671 * build-aux/texinfo.tex: Likewise.
2672 * build-aux/vc-list-files: Likewise.
2673 * doc/make-stds.texi: Likewise.
2674 * doc/standards.texi: Likewise.
2676 2008-08-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2678 Fix AC_CONFIG_FILES([$var]) 2.62 regression.
2679 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Flatten
2680 whitespace in $ac_config_files and $ac_config_headers.
2681 * tests/torture.at (Parameterized AC_CONFIG_FILES): New test.
2682 Report by Andreas Schwab and Per Øyvind Karlsen.
2685 2008-07-30 Eric Blake <ebb9@byu.net>
2687 Fix bugs in previous version of m4_bpatsubsts.
2688 * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): Don't expand $1, and
2689 allow concatenation with subsequent text.
2690 * tests/m4sugar.at (m4@&t@_bpatsubsts): Enhance test.
2692 2008-07-29 Eric Blake <ebb9@byu.net>
2694 Add linear m4_bpatsubsts for m4 1.4.x.
2695 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Match documentation
2696 about anchors, even for only one substitution.
2697 * lib/m4sugar/foreach.m4 (_m4_bpatsubsts): New implementation.
2698 * doc/autoconf.texi (Conditional constructs) <m4_bpatsubsts>:
2699 Clarify behavior with regard to quoting.
2700 * tests/m4sugar.at (recursion): Test scaling of m4_bpatsubsts.
2701 (m4@&t@_bpatsubsts): New test.
2702 * NEWS: Document the linear guarantee.
2704 Tweak m4_do semantics.
2705 * lib/m4sugar/m4sugar.m4 (m4_do): Don't concat final argument with
2707 * lib/m4sugar/foreach.m4 (m4_do): Don't concat intermediate
2708 arguments, and avoid infinite loop.
2709 * doc/autoconf.texi (Evaluation Macros) <m4_do>: Document the
2711 * tests/m4sugar.at (m4@&t@_do): New test.
2714 * lib/m4sugar/m4sugar.m4 (m4_for): Use fewer macros.
2715 (_m4_for): Take additional parameter, for fewer m4_indir calls.
2716 * lib/m4sugar/foreach.m4 (_m4_foreach, _m4_shiftn, m4_do)
2717 (m4_reverse, _m4_list_pad, _m4_list_cmp): Adjust all callers.
2718 * doc/autoconf.texi (Looping constructs) <m4_for>: Document subtle
2719 semantic change caused by the optimization.
2720 * tests/m4sugar.at (M4 loops): Test the new semantics.
2722 One more m4_list_cmp tweak.
2723 * lib/m4sugar/m4sugar.m4 (_m4_list_cmp_1): Don't defer shift.
2724 * lib/m4sugar/foreach.m4 (m4_list_cmp): Fix comment.
2725 * tests/m4sugar.at (recursion): Test both directions of list
2728 Add m4_reverse, and improve m4_list_cmp.
2729 * lib/m4sugar/m4sugar.m4 (m4_reverse): New macro.
2730 (m4_list_cmp): Rewrite to give linear behavior with M4 1.6 on an
2732 * lib/m4sugar/foreach.m4 (m4_reverse): Add the M4 1.4.x
2734 * tests/m4sugar.at (recursion): Test it.
2735 * doc/autoconf.texi (Evaluation Macros) <m4_reverse>: Document
2737 (Text processing Macros) <m4_append>: Cross-reference to m4_set.
2738 * NEWS: Mention new macro.
2740 2008-07-28 Eric Blake <ebb9@byu.net>
2742 Avoid _m4_shiftn for m4 1.6 speedup.
2743 * lib/m4sugar/m4sugar.m4 (m4_foreach, _m4_foreach, m4_map)
2744 (_m4_map, m4_map_sep): Rewrite recursion to use one less m4_if.
2745 * lib/m4sugar/foreach.m4 (_m4_map): Accomodate changed signature.
2747 Implement O(n) unique element set creation.
2748 * lib/m4sugar/m4sugar.m4 (m4_set_add, m4_set_add_all)
2749 (m4_set_contains, m4_set_contents, m4_set_delete)
2750 (m4_set_difference, m4_set_dump, m4_set_empty, m4_set_foreach)
2751 (m4_set_intersection, m4_set_list, m4_set_listc, m4_set_remove)
2752 (m4_set_size, m4_set_union): New macros.
2753 * lib/m4sugar/foreach.m4 (m4_set_add_all): Add O(n) fallback for
2755 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, AC_SUBST): Use
2756 new m4_set API for the set most likely to be large.
2757 * doc/autoconf.texi (Set manipulation Macros): New node.
2758 * NEWS: Mention new macros.
2759 * tests/m4sugar.at (m4@&t@_set): New test.
2761 2008-07-25 Eric Blake <ebb9@byu.net>
2763 Avoid infinite aclocal loop.
2764 * lib/m4sugar/m4sugar.m4 (m4_init): Bypass m4_include tracing, so
2765 that aclocal doesn't insist on finding m4sugar/foreach.m4.
2767 Provide O(n) replacement macros for M4 1.4.x.
2768 * lib/m4sugar/foreach.m4: New file.
2769 (m4_foreach, m4_case, _m4_shiftn, m4_do, m4_dquote_elt, _m4_map)
2770 (m4_join, m4_joinall, m4_list_cmp, _m4_minmax): Replace m4sugar
2771 macros based on $@ recursion [fast on M4 1.6, but quadratic on M4
2772 1.4.x] with versions based on m4_for/m4_foreach [slow on 1.6, but
2774 * lib/m4sugar/m4sugar.m4 (m4_init): Dynamically load new file if
2775 older M4 is assumed.
2776 (m4_map_sep): Optimize.
2777 (m4_max, m4_min): Refactor, by adding...
2778 (_m4_max, _m4_min, _m4_minmax): ...more efficient helpers.
2779 (m4_defn, m4_popdef, m4_undefine): Use foreach recursion.
2780 * lib/m4sugar/Makefile.am (dist_m4sugarlib_DATA): Distribute new
2782 * tests/m4sugar.at (M4 loops): Add a stress test that takes
2783 forever if m4_foreach and friends are quadratic.
2784 * NEWS: Mention this.
2786 2008-07-21 Eric Blake <ebb9@byu.net>
2788 Ignore undefined macros, necessary with m4 1.6.
2789 * bin/autoupdate.in (_au___undefine): New macro,...
2790 (_au__undefine): ...wrapped by ifdef to silence m4 warnings.
2791 Reported by Ralf Wildenhues.
2794 * GNUmakefile: Grab from upstream, to fix issue where 'make
2795 install' would allow installation of stale version string.
2797 2008-07-19 Eric Blake <ebb9@byu.net>
2799 Support multiple arguments to m4_defn, m4_popdef, and m4_undefine.
2800 * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Loop
2801 through all variables, per POSIX and newer m4.
2802 (_m4_text_wrap): Exploit the looping capabilities.
2803 * tests/m4sugar.at (m4@&t@_defn): Test this.
2804 * NEWS: Document it.
2805 * doc/autoconf.texi (Redefined M4 Macros) <m4_defn, m4_popdef>
2806 <m4_undefine>: Likewise.
2808 Reduce overhead of m4_builtin([defn]).
2809 * lib/m4sugar/m4sugar.m4 (_m4_defn, _m4_popdef, _m4_undefine): New
2810 internal macros, which are slightly more efficient than
2811 m4_builtin([defn]) and company.
2812 (m4_defn, m4_popdef, m4_undefine, m4_warn, m4_ifset)
2813 (_m4_dumpdefs_up, _m4_dumpdefs_down, _m4_wrap, m4_for)
2814 (_m4_divert_n_stack, m4_divert_pop, m4_expansion_stack_push)
2815 (m4_expansion_stack_dump, _m4_defun_pro, _m4_defun_epi)
2816 (_m4_defun_epi_outer, _m4_require_call, m4_combine, m4_append)
2817 (_m4_append_uniq, m4_append_uniq_w, _m4_text_wrap, m4_text_box)
2818 (m4_version_prereq): Use them.
2820 Use warnings from m4 when available.
2821 * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Don't
2822 define slower wrapper if m4 will warn on our behalf; key off of
2823 __m4_version__, added alongside the new warnings in m4 1.6.
2824 * tests/m4sugar.at (m4@&t@_defn): New test.
2826 2008-07-18 Eric Blake <ebb9@byu.net>
2829 * lib/m4sugar/m4sugar.m4 (m4_joinall, _m4_joinall): New macros.
2830 * tests/m4sugar.at (m4@&t@_join): Test them.
2831 * doc/autoconf.texi (Text processing Macros) <m4_join>: Document
2835 2008-07-17 Stepan Kasal <skasal@redhat.com>
2836 and Eric Blake <ebb9@byu.net>
2838 Improve documentation of config.h.in template rules.
2839 * doc/autoconf.texi (Header Templates): Mention rules on comments
2840 and whitespace, and that the user cannot rely on #undef to survive
2841 through config.status.
2843 2008-07-16 Eric Blake <ebb9@byu.net>
2845 Revert m4_prepend; it is less efficient, and unused by bison.
2846 * lib/m4sugar/m4sugar.m4 (m4_prepend, m4_prepend_uniq)
2847 (m4_prepend_uniq_w): Delete addition from 2008-07-11.
2848 (_m4_grow_uniq_1): Rename back...
2849 (_m4_append_uniq): ...to this.
2850 * NEWS: Revert NEWS blurb.
2851 * doc/autoconf.texi (Text processing Macros) <m4_prepend>: Delete.
2852 * tests/m4sugar.at (m4@&t@_prepend): Delete.
2854 2008-07-15 Eric Blake <ebb9@byu.net>
2856 Avoid failure if version.m4 is omitted but m4_PACKAGE_* unused.
2857 * lib/m4sugar/m4sugar.m4 (m4_version_compare): Provide alternate
2858 definition for non-Autoconf clients of m4sugar.
2860 2008-07-14 Eric Blake <ebb9@byu.net>
2862 Tighten bound of potential speed of m4_append.
2863 * doc/autoconf.texi (Text processing Macros) <m4_append>
2864 <m4_prepend>: If m4 is fixed, m4_append can be linear rather than
2866 * lib/m4sugar/m4sugar.m4 (m4_append, m4_append_uniq): Fix comments.
2867 Analysis by Bruno Haible.
2869 2008-07-11 Eric Blake <ebb9@byu.net>
2871 Inherit improvements from bison's fork of m4sugar.
2872 * lib/m4sugar/m4sugar.m4 (m4_PACKAGE_VERSION): Ignore failure to
2873 find version.texi, since bison does not provide it.
2874 (m4_prepend): Add new macro, from bison.
2875 (m4_prepend_uniq, m4_prepend_uniq_w): Add new macros, for
2877 (_m4_append_uniq): Rename...
2878 (_m4_grow_uniq_1): ...to this to share implementation, and
2879 optimize initial assignment.
2880 (m4_append_uniq_w): Adjust caller.
2881 * NEWS: Document new macros.
2882 * doc/autoconf.texi (Text processing Macros) <m4_append>: Mention
2883 speed consideration.
2884 <m4_prepend>: Document the new prepend variants.
2885 * tests/m4sugar.at (m4@&t@_prepend): New test.
2887 Work around M4 1.6 warning on undefined macros.
2888 * lib/m4sugar/m4sugar.m4 (changeword, symbols): Don't rename if
2889 not already available as builtins.
2891 2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2893 * doc/autoconf.texi (@dvar): Remove trailing newline.
2894 (@ovar): Likewise. Fix macro documentation.
2896 2008-07-02 Stepan Kasal <skasal@redhat.com>
2898 Add quotes to the header of autoscan-generated source.
2899 * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
2901 2008-06-28 Andreas Schwab <schwab@suse.de>
2903 * doc/autoconf.texi (autoscan Invocation): Fix spacing.
2904 (autoconf Invocation): Likewise.
2905 (autoreconf Invocation): Likewise.
2906 (autoheader Invocation): Likewise.
2907 (autom4te Invocation): Likewise.
2909 2008-06-19 Eric Blake <ebb9@byu.net>
2911 Add comment explaining recent patch.
2912 * lib/autotest/general.m4 (AT_INIT) <at_pass_list>: Explain choice
2913 of * vs. ? globbing.
2915 2008-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2917 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
2918 linking a file to itself.
2919 Report by Bruno Haible.
2921 2008-06-19 Eric Blake <ebb9@byu.net>
2924 * GNUmakefile: Grab from upstream, to fix VPATH 'make dist' bug.
2925 Reported by Stepan Kasal.
2927 2008-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2929 Reorganize autotest files, factorize for parallel execution.
2930 * lib/autotest/general.m4 (AS_MESSAGE_LOG_FD): Move definition
2931 earlier in the file.
2932 (AT_INIT): Create line number cache in
2933 $at_suite_dir/at-source-lines.
2934 <at_helper_dir>: New directory at-groups below $at_suite_dir.
2935 Add comment explaining the new directory structure.
2936 (at_func_group_prepare, at_func_group_postprocess): New shell
2937 functions to factorize per-test group work. Keep the actual
2938 test execution outside of a shell function in order to avoid
2939 zsh 4.x exit status bugs.
2940 <at_check_line_file, at_status_file, at_stdout, at_stder1>
2941 <at_stderr, at_test_source>: Turn these into per-group files
2942 below $at_helper_dir. Also store test results there in files
2943 named pass, fail, xpass, xfail, skip. Let the parent collect
2944 results from $at_helper_dir. Adjust summary statistics
2945 computation and result output.
2947 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2949 Fix '#undef variable /* comment */' transform in config headers.
2950 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): For
2951 undefined preprocessor macros that are followed by a comment
2952 in the header template, do not create nested comments in the
2954 * tests/torture.at (@%:@define header templates): Extend test.
2956 Report by Karsten Hopp <karsten@redhat.com>.
2958 2008-06-09 Eric Blake <ebb9@byu.net>
2960 Mark AC_TYPE_SIGNAL as obsolete.
2961 * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Switch to AU_DEFUN.
2962 * doc/autoconf.texi (Function Portability): Update documentation.
2963 (Particular Types): Move AC_TYPE_SIGNAL...
2964 (Obsolete Macros): ...here, and mention why.
2965 * NEWS: Mention the change.
2967 Allow lib64 as a default X library location.
2968 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
2969 * NEWS: Mention the change.
2971 Reported by Brad Walker.
2973 2008-06-05 Eric Blake <ebb9@byu.net>
2975 Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
2976 * lib/autotest/general.m4 (AT_KEYWORDS): Expand argument prior to
2977 converting it to lower case.
2978 * tests/autotest.at (Keywords and ranges): Test this.
2979 * NEWS: Document the fix.
2981 Reported via Karsten Hopp, by Jochen Schmitt in
2982 https://bugzilla.redhat.com/show_bug.cgi?id=449973
2984 2008-06-03 Eric Blake <ebb9@byu.net>
2986 Fix 'make dist' regression from 2008-05-08.
2987 * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
2988 GNUmakefile's _autoconf rule removes INSTALL.
2990 2008-05-27 Eric Blake <ebb9@byu.net>
2992 Document Solaris /bin/sh redirection pitfall.
2993 * doc/autoconf.texi (File Descriptors): Mention redirection bug.
2995 2008-05-14 Eric Blake <ebb9@byu.net>
2997 Improve documentation of ! issues.
2998 * doc/autoconf.texi (Limitations of Builtins) <!>: Touch up.
2999 Reported by Noah Misch.
3001 Document some FreeBSD shell bugs.
3002 * doc/autoconf.texi (Limitations of Builtins) <!>: Mention ! issue
3003 in compound pipe commands.
3004 <export>: Mention difference of exporting an undefined variable.
3005 (Shell Functions): Mention loss of $? in entry to shell functions.
3006 Extracted from the git mailing list.
3008 2008-05-13 Stepan Kasal <kasal@ucw.cz>
3010 Work around MSYS and Cygwin bugs when dealing with trailing space.
3011 * tests/atlocal.in (func_sanitize_dir_name): Let atlocal succeed,
3012 even when platform bugs are tickled.
3013 Reported by Keith Marshall and Eric Blake.
3015 2008-05-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3017 Let AC_MSG_FAILURE report pwd.
3018 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE):
3019 Output $ac_pwd along with fatal failure.
3020 * tests/torture.at (Deep Package): Extend test.
3021 Reported numerous times against GCC, and probably other packages.
3023 2008-05-12 Eric Blake <ebb9@byu.net>
3025 Enforce --help and --version compliance.
3026 * configure.ac (AM_INIT_AUTOMAKE): Add std-options option.
3028 2008-05-08 Keith Marshall <keithmarshall@users.sourceforge.net> (tiny change)
3030 Avoid case-insensitive `make install' vs. `INSTALL' conflict.
3031 * Makefile.am ($(srcdir)/INSTALL): Replace all references...
3032 ($(abs_srcdir)/INSTALL): ...with this.
3034 2008-05-06 Eric Blake <ebb9@byu.net>
3037 * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
3039 Avoid overfull \hbox.
3040 * doc/autoconf.texi (Versioning): Reword to fit line size.
3042 Document $(( )) pitfalls.
3043 * doc/autoconf.texi (Shell Substitutions): Mention octal
3044 vs. decimal. Mention autotest's at_func_arith.
3046 Improve behavior of './testsuite 01'.
3047 * lib/autotest/general.m4 (AT_INIT) <at_func_validate_ranges>:
3048 Alter usage to eval its arguments, in order to normalize away
3049 leading zero. All callers updated.
3050 * tests/autotest.at (Keywords and ranges): Test range
3051 normalization with leading 0.
3053 2008-04-26 Eric Blake <ebb9@byu.net>
3055 Mention Solaris /usr/ucb/tr pitfall.
3056 * doc/autoconf.texi (Limitations of Usual Tools) <tr>: Add section.
3057 Reported by Bruno Haible and Jim Meyering.
3059 2008-04-24 Eric Blake <ebb9@byu.net>
3061 Mention m4sugar's internal quote strings.
3062 * doc/autoconf.texi (Quadrigraphs): Mention alternate quote used
3063 in m4sugar, and how to still output it literally.
3064 * tests/m4sugar.at (m4@&t@_split): And test it.
3065 Reported by Joel E. Denny.
3067 2008-04-23 Eric Blake <ebb9@byu.net>
3069 Allow unbalanced () in m4_expand.
3070 * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Use more complex
3072 (m4_noquote, _m4_split): Use consistent complex quote.
3073 * tests/autotest.at (Left paren, Right paren): Test this.
3074 (Parentheses): Ensure new quadrigraphs still work.
3075 (AT_CHECK_AT_TITLE_CHAR): All title char tests exercise m4_expand.
3076 * NEWS: Mention the fix.
3077 * doc/autoconf.texi (Quadrigraphs): Revert mention of macros that
3078 require quadrigraphs for ().
3079 (Evaluation Macros) <m4_expand>: Relax the restriction against
3081 (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
3082 (Writing Testsuites) <AT_SETUP>: Likewise.
3083 Reported by Joel E. Denny, fix suggested by Noah Misch.
3085 2008-04-22 Eric Blake <ebb9@byu.net>
3087 Support unbalanced () in AT_SETUP by adding two new quadrigraphs.
3088 * bin/autom4te.in (handle_output): Substitute @{:@ and @:}@.
3089 (handle_traces): Likewise.
3090 * lib/m4sugar/m4sugar.m4 (m4_qlen): Account for new quadrigraphs.
3091 * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Add new tests.
3092 * doc/autoconf.texi (Quadrigraphs): Document them.
3093 (Evaluation Macros) <m4_expand>: Enhance documentation.
3094 (Text processing Macros) <m4_text_box>: Document cases where
3095 quadrigraphs can help for problemetic unbalanced parentheses.
3096 (Pretty Help Strings) <AS_HELP_STRING>: Likewise.
3097 (Writing Testsuites) <AT_SETUP>: Likewise.
3098 (Limitations of Builtins) <case>: Consolidate text on unbalanced
3099 parentheses, and add an example of creative comments.
3100 * NEWS: Document the addition.
3101 Reported by Joel E. Denny.
3103 2008-04-16 Eric Blake <ebb9@byu.net>
3105 Document pdksh exec behavior.
3106 * doc/autoconf.texi (Limitations of Builtins) <exec>: New
3108 Discovered by Jim Meyering.
3110 2008-04-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3112 * tests/autotest.at (AT_CHECK_AT): Allow to pass additional
3113 arguments to the inner suite.
3114 (errexit, input from stdin): New tests.
3116 2008-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3118 * NEWS: Post-release update.
3120 2008-04-10 Eric Blake <ebb9@byu.net>
3122 AC_AUTOCONF_VERSION might contain arbitrary macro names.
3123 * doc/autoconf.texi (Versioning): Mention problem with expansion.
3124 * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Adjust test.
3126 2008-04-09 Slava Sysoltsev <Viatcheslav.Sysoltsev@h-d-gmbh.de> (tiny change)
3128 Flush buffered output before exit.
3129 * bin/autom4te.in (handle_output): Explicitly close file.
3131 See http://lists.gnu.org/archive/html/autoconf/2008-04/msg00026.html.
3133 2008-04-08 Eric Blake <ebb9@byu.net>
3135 Generate web docs for 2.62.
3136 * doc/autoconf.texi (Evaluation Macros): Fix typo.
3137 (Notices): Use recommended means to escape RCS keyword.
3138 * cfg.mk (gnulib_dir): New macro.
3139 (web-manual): New target.
3141 2008-04-05 Eric Blake <ebb9@byu.net>
3143 Release Version 2.62.
3144 * NEWS: Mention the release.
3146 2008-04-04 Stepan Kasal <kasal@ucw.cz>
3147 and Eric Blake <ebb9@byu.net>
3149 Return back to GPLv2+, until the text of the exceptions is
3150 finalized, reverting the change from 2007-07-03 and the first
3151 part of the change from 2007-07-20.
3152 * COPYING: Revert to GPLv2.
3153 * COPYINGv3: New file, since some auxiliary build tools, used for
3154 building autoconf and not installed, are GPLv3.
3155 * Makefile.am (EXTRA_DIST): Distribute COPYINGv3.
3156 * NEWS: Remove mention of GPLv3.
3157 * README: Clarify situation regarding GPLv3.
3159 2008-04-05 Eric Blake <ebb9@byu.net>
3161 Prepare for release.
3162 * maint.mk (announcement): Avoid deleted option.
3163 * cfg.mk (release_archive_dir): Use default.
3164 * build-aux/gnupload: New file, from automake/gnulib.
3165 * Makefile.am (EXTRA_DIST): Distribute it.
3166 * .x-sc_two_space_separator_in_usage: New file, to exempt gnupload
3169 2008-04-05 Jim Meyering <meyering@redhat.com>
3170 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3172 Work around CR EOL markers on OS/2 (www.ecomstation.com Ecs v2 rc4)
3173 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When CR
3174 is the EOL marker, skip a step that would remove and translate
3175 carriage return bytes.
3177 Reported by Elbert Pol.
3179 2008-04-05 Eric Blake <ebb9@byu.net>
3181 Avoid some autoreconf -Wall warnings.
3182 * configure.ac: Use proper quoting, to be a good example.
3183 (PACKAGE_NAME): Remove setting covered by autoconf.
3184 (AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
3185 * doc/Makefile.am (TEXI2DVI): Remove settings covered by
3187 (html, autoconf_1.html, standards_1.html): Likewise.
3188 (TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
3189 * Makefile.am (html): Likewise.
3190 * doc/autoconf.texi (Quoting and Parameters): Add missing section
3192 * tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
3193 warning about our override, until Automake is fixed.
3194 * README-hacking: Document minimum requirements for bootstrap.
3196 2008-04-03 Eric Blake <ebb9@byu.net>
3198 Fix version number generation in man pages.
3199 * Makefile.am (EXTRA_DIST): Distribute .version.
3200 (.version): New rule.
3201 * man/Makefile.am (common_dep): Depend on .version, not
3203 (.x.1): Use package name for version string.
3204 * GNUmakefile [!_have-Makefile]: Sync from upstream, again.
3205 * build-aux/git-version-gen: Sync from upstream.
3207 More maintainer tweaks: pass 'make maintainer-distcheck'.
3208 * GNUmakefile (_is-dist-target): Sync from upstream.
3209 * build-aux/vc-list-files: Sync from upstream, yet again.
3210 * tests/atlocal.in (unsupported_fs_chars): Always remove tdir.
3211 * tests/Makefile.am (EXTRA_DIST): Don't distribute the built
3213 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Bump year.
3215 Fix VPATH 'make syntax-check'.
3216 * maint.mk (VC_LIST, VC_LIST_EXCEPT, sc_changelog)
3217 (sc_prohibit_jm_in_m4, makefile-check): Support VPATH.
3218 (author_mark_check): Avoid error message.
3219 * build-aux/vc-list-files: Sync from upstream again.
3220 * build-aux/texinfo.tex: Likewise.
3222 Sync files from upstream, and pass 'make syntax-check'.
3223 * config/announce-gen: Move...
3224 * build-aux/announce-gen: ...here, and sync from gnulib.
3225 * Makefile.am (EXTRA_DIST): Adjust accordingly.
3226 * cfg.mk (announce_gen): Likewise.
3227 (prev_version_file): Delete, relying on default in maint.mk.
3228 (gpg_key_ID): New macro.
3229 (url_dir_list): Rewrite to match coreutils.
3230 * config/prev-version.txt: Move...
3231 * .prev-version: ...here, and adjust to 2.61.
3232 * build-aux/vc-list-files: Sync from coreutils.
3233 * maint.mk: Resynchronize with coreutils, where possible.
3234 (ME): Remove $(srcdir) from definition.
3236 (GIT, VC, VC-tag): New macros.
3237 (CVS_LIST, CVS_LIST_EXCEPT): Rename...
3238 (VC_LIST, VC_LIST_EXCEPT): ...to this.
3239 (cvs-tag-check): Delete.
3240 (cvs-diff-check): Rename...
3241 (vc-diff-check): ...to this.
3242 (sc_file_system): Allow FHS acronym.
3243 * doc/autoconf.texi (Particular Functions): Recommend
3244 unconditional <config.h>.
3245 * build-aux/config.guess: Sync from upstream (manually).
3246 * build-aux/config.sub: Likewise.
3247 * build-aux/texinfo.tex: Likewise.
3248 * doc/make-stds.texi: Likewise.
3249 * doc/standards.texi: Likewise.
3250 * .gitattributes: Ignore whitespace problems in upstream files.
3252 2008-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3254 * doc/autoconf.texi (Limitations of Usual Tools): Mention awk %u
3256 Report by Peter O'Gorman.
3258 2008-04-02 Eric Blake <ebb9@byu.net>
3260 Recommend the just-released M4 1.4.11.
3261 * NEWS: Update recommendation.
3263 * doc/autoconf.texi (Introduction): Likewise.
3264 * m4/m4.m4 (AC_PROG_GNU_M4): Likewise.
3266 2008-04-01 Eric Blake <ebb9@byu.net>
3268 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Bump
3271 2008-03-28 Peter O'Gorman <peter@pogma.com>
3273 Find X11 on Mac OS X too.
3274 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT,_AC_PATH_X_XMKMF):
3275 Check for libX11 with extensions dylib la and dll too.
3277 Reported by Martin Costabel.
3279 2008-03-28 Eric Blake <ebb9@byu.net>
3281 Update TODO based on completed tasks.
3282 * TODO (AC_PROG_INSTALL takes multiple files): Done.
3283 (AC_GNU_SOURCE deprecation): Done, see AC_USE_SYSTEM_EXTENSIONS.
3284 (AC_COMPILE_IFELSE documentation): Done.
3285 (Tracing builtins): Done, now that we require M4 1.4.5.
3286 (AC_PROG_CC_POSIX suggestion, providing header files)
3287 (AC_TYPE_SIGNAL): Not needed; gnulib's approach is better.
3288 (cache consistency): Done with precious variables.
3290 2008-03-26 Eric Blake <ebb9@byu.net>
3292 Document --trace=macro:format in --help output.
3293 * bin/autom4te.in (help): Mention optional trace format.
3294 * bin/autoconf.as (usage): Likewise.
3296 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Fix
3297 typos in last patch.
3298 Reported by Ralf Wildenhues.
3300 2008-03-26 Jim Meyering <meyering@redhat.com>
3302 Fix texinfo syntax error.
3303 * doc/autoconf.texi (Limitations of Usual Tools): s/@kbd {/@kbd{/
3305 2008-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3307 Warn, not fail on whitespace-only precious variable differences.
3308 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Output
3309 precious variable differences less ambiguous with `ugly-quotes'.
3310 If their settings differ only in whitespace, do not fail, but
3311 reuse the old value.
3312 * tests/torture.at (AT_CHECK_AC_ARG_VAR): Extend macro to allow
3313 an optional status and expected-warning argument. Fix m4
3314 quotation for initial value.
3315 (AC_ARG_VAR): Also test for whitespace-only differences, and
3316 that the old value is retained in this case.
3317 * doc/autoconf.texi (Setting Output Variables): Document this.
3319 Report and initial patch by Paolo Bonzini.
3321 2008-03-26 Eric Blake <ebb9@byu.net>
3323 Document busybox sed bug.
3324 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Mention
3325 restrictions when using back-references.
3326 Reported by Vincent Lefevre:
3327 <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13013>.
3329 Document Automake interaction with AC_CONFIG_MACRO_DIR.
3330 * doc/autoconf.texi (Input): Mention ACLOCAL_AMFLAGS for automake
3333 Reported by Chris Pickett.
3335 2008-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3337 * tests/autotest.at (Using atlocal): Quote instances of `pwd`.
3339 * tests/local.at (AT_CHECK_M4): Factorize warning output
3341 Suggested by Eric Blake.
3343 2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3345 Fix .exe-related test failure on MinGW.
3346 * tests/local.at (AT_CHECK_M4): Normalize `/bin/m4.exe' correctly
3347 for comparing warning output.
3349 Fix Fortran testsuite failures with gfortran 4.3.
3350 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): When scanning
3351 verbose compiler output, skip lines that set variables; gfortran
3352 4.3 sets LIBRARY_PATH, COMPILER_PATH, COLLECT_GCC_OPTIONS.
3354 Report by Vincent Lefèvre.
3356 2008-03-21 Eric Blake <ebb9@byu.net>
3358 * GNUmakefile: Resynchronize with gnulib.
3360 Document more uses of $cross_compiling.
3361 * doc/autoconf.texi (Runtime): Document that a temporary override
3364 Reported by Ineiev, example by Ralf Wildenhues.
3366 Don't swallow $1 in textual local variables.
3367 * lib/m4sugar/m4sugar.m4 (m4_combine): Don't use overquoting and
3368 expansion of text arguments, as that swallows $1.
3369 (m4_text_wrap): Likewise, by splitting out...
3370 (_m4_text_wrap): ...new helper macro. Also, allow arbitrary
3371 expression for width.
3372 * tests/m4sugar.at (m4@&t@_text_wrap): Test this.
3373 (m4@&t@_combine): Likewise.
3375 2008-03-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3377 Avoid leftover files on Leopard.
3378 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove a.out.dSYM
3379 directory created on darwin.
3380 (AC_NO_EXECUTABLES): Likewise; also remove objects which may be
3381 left over from a broken link.
3382 * tests/c.at (AC_NO_EXECUTABLES (working linker))
3383 (AC_NO_EXECUTABLES (broken linker)): New tests.
3384 Report by Gary V. Vaughan.
3386 * lib/autom4te.in (Automake-preselections): Trace
3387 _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.
3389 2008-03-20 Eric Blake <ebb9@byu.net>
3391 Kill more CVS references.
3392 * README-cvs: Delete. See README-hacking instead.
3393 * README-hacking: Update wording, based on older file.
3394 * BUGS: Remove CVS mention.
3396 2008-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3398 * tests/tools.at (autotools and whitespace in file names): Skip
3399 if aclocal is not present.
3401 2008-03-20 Eric Blake <ebb9@byu.net>
3403 Sync GNUmakefile with gnulib.
3404 * GNUmakefile (Makefile.cfg): Rename...
3405 (cfg.mk): ...to this, and make optional.
3406 (GNUmakefile.cfg): Delete, redundant with cfg.mk.
3407 (Makefile.maint): Rename...
3408 (maint.mk): ...to this.
3409 (all) [!_have-Makefile]: Rename...
3410 (abort-due-to-no-makefile): ...to this, and invoke via
3411 .DEFAULT_GOAL to pick up all targets.
3412 * Makefile.cfg: Rename...
3413 * cfg.mk: ...to this.
3414 * Makefile.maint: Rename...
3415 * maint.mk ...to this.
3416 (ME): Reflect name change.
3417 (makefile-check, m4-check, author_mark_check, msg): Use $(ME)
3418 rather than hard-coded name.
3419 * GNUmakefile.cfg: Delete; move rules into cfg.mk.
3420 * Makefile.am (EXTRA_DIST): Reflect file name changes.
3421 * .x-sc_prohibit_atoi_atof: Likewise.
3422 * lib/freeze.mk: Likewise.
3424 2008-03-19 Stepan Kasal <kasal@ucw.cz>
3426 * doc/autoconf.texi (Introduction): Improve the paraphrase of
3427 Henry Spencer's quotation.
3429 2008-03-19 Eric Blake <ebb9@byu.net>
3431 AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
3432 * bin/autoscan.in (output): Avoid obsolete spelling.
3433 * tests/local.at (AC_STATE_SAVE): Update usage.
3435 Reported by John Calcote.
3437 Emphasize that ease of configure triumphs over ease of autoconf.
3438 * doc/autoconf.texi (Introduction): Expand on primary
3439 vs. secondary goal of autoconf.
3441 Inspired by Paul Smith.
3443 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3445 * lib/Autom4te/FileUtils.pm (handle_exec_errors): New argument
3446 $hint, show if the executing program does not exist.
3447 (xsystem_hint): New function, like xsystem but allows to pass
3449 * bin/autoreconf.in: Use xsystem_hint for spawning autopoint and
3451 Report by Bruce Korb.
3453 2008-03-14 Stepan Kasal <kasal@ucw.cz>
3455 * lib/Autom4te/ChannelDefs.pm, tests/fortran.at,
3456 tests/mktests.sh, tests/wrapper.as: Fix typos.
3458 2008-03-12 Eric Blake <ebb9@byu.net>
3460 Fix yesterday's regression in m4_wrap([$1]).
3461 * lib/m4sugar/m4sugar.m4 (_m4_wrap): Don't directly invoke wrapped
3462 text, since it may contain text that looks like parameters.
3463 * tests/m4sh.at (AS@&t@_INIT cleanup): Enhance test.
3465 2008-03-11 Eric Blake <ebb9@byu.net>
3467 Improve error messages for common testsuite bugs.
3468 * lib/autotest/general.m4 (_AT_DEFINE_INIT, _AT_DEFINE_SETUP): New
3469 macros for defining order-enforced macros.
3470 (AT_INIT, AT_SETUP, AT_CLEANUP, AT_BANNER, AT_XFAIL_IF)
3471 (AT_CAPTURE_FILE, AT_DATA, AT_CHECK, AT_CHECK_NOESCAPE): Add error
3472 messages when order violations are detected.
3473 * tests/autotest.at (AT_CHECK_AT_SYNTAX): New helper macro.
3474 (AT_SETUP without AT_INIT, AT_BANNER without AT_INIT)
3475 (AT_CLEANUP without AT_INIT, Missing AT_CLEANUP)
3476 (AT_CHECK without AT_SETUP, AT_DATA without AT_SETUP)
3477 (AT_XFAIL_IF without AT_DATA, AT_KEYWORDS without AT_SETUP,
3478 (AT_CLEANUP without AT_SETUP, AT_BANNER inside AT_SETUP)
3479 (AT_SETUP inside AT_SETUP, Multiple AT_INIT)
3480 (Banner-only test suite): New tests.
3481 Reported by Christopher Hulbert.
3483 Tweak m4_wrap to force FIFO or LIFO semantics.
3484 * lib/m4sugar/m4sugar.m4 (m4_wrap): Override M4 implementation.
3485 (m4_wrap_lifo, _m4_wrap): New macros.
3486 * lib/m4sugar/m4sh.m4 (AS_INIT): Combine all cleanup into known
3487 order, prior to m4sugar's.
3488 (_AS_DETECT_BETTER_SHELL): Use cleanup parameter, rather than
3490 * lib/autotest/general.m4 (AT_INIT): Combine all cleanup into
3491 known order, prior to m4sh's.
3492 * doc/autoconf.texi (Diagnostic Macros) <m4_fatal>: Document
3494 (Redefined M4 Macros) <m4_wrap>: Rewrite documentation to match
3496 * tests/m4sh.at (AS_INIT cleanup): New test.
3497 * NEWS: Document the change.
3499 2008-03-10 Eric Blake <ebb9@byu.net>
3501 Encode nested autotest data.
3502 * tests/autotest.at (AT_CHECK_AT_PREP): Avoid raw AT_ in output.
3503 (unusual file names): Likewise.
3504 (m4_pattern_allow): Remove loophole, to make it easier to catch
3505 poorly written tests.
3507 Factor some autotest tests.
3508 * tests/autotest.at (AT_CHECK_AT_PREP): New macro, to factor out
3509 common initialization.
3510 (AT_CHECK_AT, Banners, Keywords and ranges, srcdir propagation)
3511 (whitespace in absolute testdir, unusual file names): Use it.
3513 2008-03-06 Eric Blake <ebb9@byu.net>
3515 Minor documentation fix.
3516 * doc/autoconf.texi (Evaluation Macros): Fix typo.
3518 2008-03-04 Eric Blake <ebb9@byu.net>
3520 Make AT_CHECK act like a simple command.
3521 * lib/autotest/general.m4 (_AT_CHECK): Wrap commands in {;}.
3522 * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Test it.
3524 2008-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3526 On MinGW, substitution of CR and 0xFF fails.
3527 * tests/torture.at (Substitute and define special characters):
3528 MinGW awk cannot handle 0xFF, and on MinGW, the test does the
3531 2008-03-04 Eric Blake <ebb9@byu.net>
3533 Pull in recent maintainer improvements from coreutils.
3534 * GNUmakefile (_is-dist-target): 'make distclean' should not
3536 (_dummy): Change directories before removing autom4te.cache.
3537 (check dist distcheck install) [!_have-Makefile]: Provide nicer
3539 * configure.ac (AC_CONFIG_LINKS): Copy GNUmakefile into VPATH
3540 builds, after initial bootstrap.
3541 * Makefile.am (distclean-local): Work around current automake bug.
3542 * Makefile.maint (ME): Allow VPATH usage.
3544 Use git-merge-changelog when available.
3545 * .gitattributes: New file.
3546 * README-hacking: Document use of git-merge-changelog.
3548 Work around cygwin bug.
3549 * tests/atlocal.in (unsupported_fs_chars): Avoid cygwin bug where
3550 "touch 't\'" creates regular file 't'.
3552 Ignore tests that require read-only directories under root.
3553 * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Skip
3554 no-write portion if user has root-like privileges.
3556 2008-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3558 * lib/autotest/general.m4 (AT_INIT): Fix detection of '-C -'.
3560 2008-03-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3562 autoreconf -m now honors $MAKE.
3563 * bin/autoreconf.in ($run_make): Renamed from ...
3564 ($make): ... this. Use now as command to run `make',
3565 overridden by $MAKE. Document this in --help output.
3566 * doc/autoconf.texi (autoreconf Invocation): Document
3567 all environment variables honored by autoreconf.
3569 Report by Paul Eggert.
3571 2008-03-03 Eric Blake <ebb9@byu.net>
3573 Documentation improvements.
3574 * doc/autoconf.texi (Looping constructs): s/recurses/repeats/.
3575 (Evaluation Macros): Drop `1' suffix from metasyntax variable name
3576 that preceeds @dots. Improve wording.
3577 (Text processing Macros): Drop `1' suffix from metasyntax variable
3578 name that preceeds @dots.
3579 (Number processing Macros): Drop `1' suffix from metasyntax
3580 variable name that preceeds @dots. Improve wording.
3581 * lib/m4sugar/m4sugar.m4 (m4_cmp): Comment wording fix.
3582 Suggested by Ralf Wildenhues.
3584 2008-03-02 Jim Meyering <meyering@redhat.com>
3586 Don't infloop upon "make dist".
3587 * GNUmakefile: Merge from coreutils.
3588 * Makefile.am (dist-hook): Inject .tarball-version into tarball,
3590 * configure.ac (AC_INIT): Use .tarball-version, not .version.
3591 * build-aux/git-version-gen: Update from gnulib.
3593 2008-03-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3595 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3596 Before using /dev/full, check that it is a writable character
3598 Report by Benoit Sigoure and Eric Blake.
3600 Actually test that @configure_input@ is expanded correctly.
3601 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3602 Actually check generated file contents for the name of the
3603 generated file, using AC_PROG_FGREP and $FGREP.
3605 2008-03-01 Benoit Sigoure <tsuna@lrde.epita.fr>
3607 Be nice with file systems that don't handle unusual characters.
3608 * tests/atlocal.in (func_sanitize_file_name)
3609 (func_sanitize_dir_name): New shell functions.
3610 * tests/tools.at (autom4te and whitespace in file names)
3611 (autotools and whitespace in file names): Use them.
3612 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3613 Cover more potentially problemtic file names. Use the new
3616 Properly handle funny file names for headers in config.status.
3617 The test suite did not cover this bug because the code was not
3618 quoting properly the arguments of `rm -f' (which "fails" silently)
3619 as well as the arguments of `diff' (whose output was redirected to
3620 /dev/null so we couldn't see its error message).
3621 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Properly quote the
3622 file names passed to `rm' and `diff'.
3623 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3624 Add a regression test.
3626 2008-03-01 Benoit Sigoure <tsuna@lrde.epita.fr>
3627 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3629 Properly expand @configure_input@ in config.status.
3630 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_MAIN_LOOP):
3631 Escape the backslashes and ampersands in $configure_input before
3632 using it in the sed replacement string to expand @configure_input@.
3633 Report by Eric Blake and Patrick Welche.
3635 2008-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3637 Ignore errors from ./run on w32.
3638 * tests/autotest.at (whitespace in absolute testdir):
3639 Ignore stderr for `./run' which fails to remove the
3640 busy test directory on w32.
3642 2008-02-22 Eric Blake <ebb9@byu.net>
3644 Improve documentation for writing autotest suites.
3645 * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
3646 checks must live inside a test group.
3647 Reported by Christopher Hulbert.
3649 2008-02-21 Eric Blake <ebb9@byu.net>
3651 Sync git-version-gen from upstream.
3652 * build-aux/git-version-gen: Pull from gnulib.
3653 * configure.ac (AC_INIT): Adjust to new calling convention.
3655 2008-02-12 Eric Blake <ebb9@byu.net>
3657 Avoid trailing space in config.h with AC_DEFINE([var], []).
3658 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Explicitly mark empty
3659 defines with a comment.
3661 2008-02-08 Eric Blake <ebb9@byu.net>
3663 Fix texinfo typos in previous patch.
3664 * doc/autoconf.texi (Site Defaults): s/[{}]/@&/g.
3665 Reported by Ralf Wildenhues.
3667 Describe a config.site that can be used for FHS compliance.
3668 * doc/autoconf.texi (Site Defaults): Fix typo. Add new example
3671 Reported by Jules Colding and Ralf Wildenhues.
3673 2008-02-02 Eric Blake <ebb9@byu.net>
3675 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Fix typo.
3677 2008-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3679 * lib/autotest/general.m4 (AT_INIT): Fix --clean to work
3680 again, broken since introduction of `-C dir'.
3681 * tests/autotest.at (Choosing where testsuite is run): Test it.
3683 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
3685 * doc/autoconf.texi: Update Back-Cover text to reflect new GNU wording.
3687 2008-01-29 Eric Blake <ebb9@byu.net>
3689 Fix more autotest regressions.
3690 * lib/autotest/general.m4 (AT_LINE): Fix regression from
3691 2007-10-04 when file name is `dnl'.
3692 (AT_INIT) <PREPARE_TESTS>: Move command-line assignments...
3693 <TESTS_BEGIN>: ...to this new diversion, to fix regression from
3694 yesterday in libtool's testsuite.
3695 (_AT_ARG_OPTION): Detect write failure.
3696 * doc/autoconf.texi (Diversion support): Document PREPARE_TESTS to
3697 make libtool's use kosher. Document m4_init.
3698 (Programming in M4sh): Document AS_INIT.
3699 (Writing Testsuites): Document limitation of AT_DATA file name.
3700 * tests/autotest.at (unusual file names): New test.
3701 (Banners, Keywords and ranges): Use correct shell.
3703 More corner cases in testsuite VAR=VALUE handling.
3704 * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS): Fix quoting
3706 <PARSE_ARGS_END>: Also detect leading digits in assignments.
3707 * tests/autotest.at (Using atlocal): Enhance test to catch last
3710 * doc/autoconf.texi (Limitations of Builtins) <.>: Mention bash
3713 2008-01-28 Eric Blake <ebb9@byu.net>
3715 Fix regression in handling VAR=VALUE arguments to testsuite.
3716 * lib/autotest/general.m4 (AT_INIT) <PARSE_ARGS_END>: Detect
3717 leading = as invalid. Defer use of command-line variable
3719 <PREPARE_TESTS>: ...here, after atconfig has been sourced. Fix
3720 regression in sourcing files.
3721 * tests/autotest.at (Using atlocal): New test to catch this.
3722 (Debugging a successful test, Choosing where testsuite is run):
3724 Reported by Ralf Wildenhues.
3726 Document grep peculiarity.
3727 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Document
3728 BSD behavior on binary input.
3730 Minor testsuite improvements.
3731 * lib/autotest/general.m4 (AT_INIT) <PREPARE_TESTS>: Use fewer
3732 forks when sanitizing PATH. Always output machine information,
3733 not just when atconfig was located.
3735 Add 'testsuite -C dir'.
3736 * lib/autotest/general.m4 (_AT_ARG_OPTION): Move missing argument
3738 (AT_INIT) <PARSE_ARGS_END>: ...here, since -k always takes
3740 <DEFAULTS>: Delay computation of variables based on $at_dir...
3741 <PREPARE_TESTS>: ...to here, since -C can change $at_dir.
3742 <TESTS>: Re-invoke via absolute name, since -C may be in effect.
3743 <PARSE_ARGS>: Parse new option.
3744 <HELP_TUNING>: Document it.
3745 * tests/autotest.at (Choosing where testsuite is run): New test
3747 (Keywords and ranges): Add test for missing -k argument.
3748 * NEWS: Document this.
3749 * doc/autoconf.texi (testsuite Invocation): Likewise.
3751 2008-01-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3753 * build-aux/config.guess, build-aux/config.sub,
3754 build-aux/texinfo.tex: Sync from gnulib.
3755 * doc/fdl.texi, doc/make-stds.texi, doc/standards.texi:
3758 2008-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3760 * doc/autoconf.texi (Particular Programs): Do not mention the
3761 Autoconf version in which the AC_PROG_INSTALL change was done.
3762 Suggested by Paul Eggert.
3764 2008-01-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3766 Fix --help=recursive with multiple AC_CONFIG_SUBDIRS.
3767 * lib/autoconf/general.m4 (_AC_INIT_HELP): If, for recursive help
3768 mode, we change to the source directory, also set $ac_pwd so we
3769 do not go back to the build tree for the next config subdir.
3770 * tests/torture.at (Deep Package): Extend test to contain two
3771 config subdirs on the top level.
3773 Fix parallel `maintainer-check'.
3774 * Makefile.am (maintainer-check-tests): Depend on `all'.
3775 Use `$(MAKE) $(AM_MAKEFLAGS)' instead of plain `make'.
3776 * tests/Makefile.am (maintainer-check-c++, maintainer-check-posix):
3778 (maintainer-check): Serialize the testsuite runs.
3780 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE2): Accept `+'
3781 in feature string for --enable/--with. Convert to underscore
3784 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Require that
3785 `install -c file1 file2 dir' works.
3786 * doc/autoconf.texi (Particular Programs): Document this.
3789 2008-01-21 Eric Blake <ebb9@byu.net>
3791 Improve documentation about default include directives.
3792 * doc/autoconf.texi (Generic Headers, Generic Declarations)
3793 (Generic Structures, Generic Types)
3794 (Generic Compiler Characteristics): Add links to
3795 AC_INCLUDES_DEFAULT.
3796 Reported by Reuben Thomas.
3798 2008-01-15 Eric Blake <ebb9@byu.net>
3800 * lib/m4sugar/m4sugar.m4 (m4_qlen): Use fewer macros.
3802 2008-01-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3804 * tests/Makefile.am (noinst_SCRIPTS): Renamed from
3805 check_SCRIPTS. Building the wrappers for `all' allows help2man
3806 to use them for the manpages.
3807 Report by Benoit Sigoure.
3809 * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
3811 2007-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3813 Fix some write failure cases in Autotest.
3814 * lib/autotest/general.m4 (AT_INIT): Do not exit successfully
3815 upon write failures for --help, --version, --list.
3816 Guard against write failures for intermediate created scripts.
3817 <at_func_create_debugging_script>: Do not make the debugging
3818 script executable if it is not complete.
3820 2007-12-12 Eric Blake <ebb9@byu.net>
3822 Fix thinko in earlier patch - m4_join isn't defined yet.
3823 * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
3824 (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
3825 (m4_require): Use m4_do, not m4_join.
3827 Fix some whitespace tests on cygwin.
3828 * tests/tools.at (autom4te and whitespace in file names): Restore
3829 font-lock. Create $TMPDIR before it might be used.
3831 Fix spurious testsuite failure with M4 1.4.11.
3832 * tests/local.at (AT_CHECK_M4): Cater to new m4 error message.
3834 Optimize AC_REQUIRE.
3835 * lib/m4sugar/m4sugar.m4 (m4_expansion_stack_push, _m4_defun_pro)
3836 (_m4_defun_pro_outer, _m4_defun_epi, _m4_defun_epi_outer)
3837 (m4_require): Avoid extra macro calls.
3839 2007-12-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3841 * tests/torture.at (srcdir): Fix quoting.
3843 Do not pass top_srcdir to configure scripts in testsuite.
3844 * tests/autotest.at (srcdir propagation): Copy install-sh to
3846 (my only test): Drop setting of `top_srcdir'.
3847 * tests/base.at (Input/Output): Likewise.
3848 * tests/local.at (AT_CONFIGURE_AC): Copy install-sh,
3849 config.guess, and config.sub to test source tree.
3850 Drop AC_CONFIG_AUX_DIR setting.
3851 (AT_CHECK_CONFIGURE): Drop setting of `top_srcdir'.
3852 * tests/torture.at (Substitute a 2000-byte string): Drop
3853 AC_CONFIG_AUX_DIR setting, copy install-sh to test source tree.
3854 (Substitute a newline, datarootdir workaround): Likewise.
3855 (Define a newline): Adjust for linenumber changes in configure.ac.
3856 * tests/foreign.at (Libtool): Adjust comment to reflect changes.
3858 * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): Skip test
3859 if `pwd` contains whitespace.
3861 Quote $abs_top_srcdir in tests.
3862 * tests/local.at (AT_CHECK_PERL_SYNTAX): Likewise.
3863 * tests/tools.at (Syntax of the shell scripts): Likewise.
3865 * tests/m4sh.at (LINENO): Quote $0.
3867 Fix testsuite program wrapper for whitespace in `pwd`.
3868 The problem here is that the usual mantra is that command
3869 variables can contain arguments, thus we cannot just escape
3870 $AUTOCONF, $AUTOM4TE etc. The compromise is to put the
3871 $top_builddir/tests directory early in $PATH, so that the
3872 wrappers are found by their plain name.
3873 * tests/wrapper.as: Put $testdir early in $PATH.
3874 (AUTOCONF, AUTOHEADER, AUTOM4TE): Set to plain command names.
3876 Proper config.status --file/--header and $srcdir escaping.
3877 * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Quote special
3878 characters in $ac_file_inputs.
3879 (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER): eval $ac_file_inputs
3881 * tests/torture.at (datarootdir workaround): Adjust.
3882 (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS): Extend test.
3884 Fix Autotest for whitespace in `pwd`.
3885 * lib/autotest/general.m4 (AT_INIT)
3886 <at_func_create_debugging_script, Driver Loop>:
3887 Quote $at_group_dir.
3888 * tests/autotest.at (whitespace in absolute testdir): New test.
3890 * lib/autom4te.in: Quote @datadir@.
3892 Proper file name escaping in Autoconf programs and Perl modules.
3893 This includes escaping of characters special to the shell
3894 as well as special to Perl, e.g., leading `<' or `>'.
3895 For example, when $file starts with `>', `open ">$file"'
3896 wrongly tries to append to a different file.
3897 * bin/autoconf.as: Fix quoting for autom4te options.
3898 * lib/Autom4te/General.pm (shell_quote): New function, taken
3899 from coreutils, written by Jim Meyering.
3901 * bin/autom4te.in (files_to_options, handle_m4): Use shell_quote
3903 * bin/autoreconf.in (parse_args): Likewise.
3904 * bin/autoscan.in (main): Likewise.
3905 * bin/autoupdate.in (main): Likewise.
3906 * bin/autoheader.in: Likewise, fixing old insufficient escaping.
3907 * bin/ifnames.in: Likewise, XFile usage fixes.
3908 * tests/tools.at (autom4te and whitespace in file names): Extend
3909 test. Test twice, with special characters allowed on w32, and the
3910 rest. Test leading and trailing whitespace, for `open_quote'.
3911 (autotools and whitespace in file names): New, analogous test.
3912 Reported by Paul Eggert and Benoit Sigoure, additional suggestions
3913 by Russ Allbery and Eric Blake.
3916 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3917 lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Likewise.
3918 * lib/Autom4te/FileUtils.pm (open_quote): New function.
3919 (update_file, contents): Use it.
3921 * Makefile.am (autom4te-update): Rewrite for git.
3923 2007-12-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3925 * doc/autoconf.texi (autom4te Invocation, Autom4te Cache): Fix typos.
3927 Fix copyright years.
3928 * Makefile.am, doc/install.texi, lib/autoconf/fortran.m4,
3929 lib/autoconf/lang.m4, lib/freeze.mk: Likewise.
3931 2007-12-04 Eric Blake <ebb9@byu.net>
3933 Manually resync with gnulib, since 'make cvs-update' no longer works.
3934 * build-aux/config.guess: New upstream version.
3935 * build-aux/config.sub: Likewise.
3937 When using older automake, don't downgrade build-aux/texinfo.tex.
3938 * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
3939 * doc/Makefile.am (TEXINFO_TEX): Add.
3941 2007-11-27 Paul Eggert <eggert@cs.ucla.edu>
3943 Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
3944 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the
3945 #undef as this runs afoul of our new way of creating config.h.
3946 Problem reported by Jim Meyering in
3947 <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
3949 2007-11-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3951 Fix autom4te for unusual characters in input file names.
3952 * bin/autom4te.in (files_to_options): Quote active characters
3954 * tests/tools.at (autom4te and white space in file names):
3957 * doc/autoconf.texi (Limitations of Usual Tools) <awk>:
3958 Document that Tru64 awk always splits $0.
3960 2007-11-24 Stepan Kasal <kasal@ucw.cz>
3962 * lib/autotest/general.m4 (AT_INIT): Do not extract the
3963 `#AT_STOP_...' line at the end of each test.
3965 2007-11-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3967 * lib/autotest/general.m4 (AT_INIT): For awk line number
3968 extraction script, ensure `$at_group' has a defined value
3969 even for the empty set, and properly quote its usage inside
3972 2007-11-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3974 * doc/autoconf.texi (Shell Functions): New chapter. Document
3975 IRIX sh $0 issue in functions, move content from ...
3976 (Portable Shell): ... here.
3977 (Shell Script Compiler): Note that shell functions are not
3978 totally unportable any more.
3980 2007-11-22 Stepan Kasal <kasal@ucw.cz>
3981 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3983 * lib/autotest/general.m4 (AT_INIT): Exit awk script after
3984 extracting the line numbers of the last needed test.
3986 2007-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3988 * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
3991 2007-11-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3993 Fix IRIX testsuite debugging failures: $0 in functions.
3994 * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
3995 Do not use $0 inside a function, as IRIX sh will set that to the
3996 function name rather than the script invocation name.
3998 2007-11-19 Paolo Bonzini <bonzini@gnu.org>
3999 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4001 * lib/autotest/general.m4 (at_func_test): Use cached line numbers
4002 to extract test scripts.
4003 (AT_INIT): Extract and cache test script line numbers.
4005 2007-11-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4007 * lib/autotest/general.m4: Revert 2007-11-15 patch and
4008 subsequent fixups; the awk -> here-document conversion trashes
4009 performance too much with AIX sh.
4011 2007-11-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4013 * tests/local.at: Do not test m4, perl with AT_TESTED.
4015 Diagnose and guard against write errors dealing with config.status.
4016 The general idea is this: all write failures from `configure'
4017 writing `config.status' are indicated by $ac_write_error, which
4018 is only checked at the end. This is safe because config.status
4019 code is not executed before the file is complete. Other write
4020 failures, be they inside config.status, or in sub shell/awk
4021 scripts spawned from configure or config.status, typically need
4022 earlier checking, as their results are used right afterwards.
4023 * lib/autoconf/status.m4 (AC_OUTPUT): Initialize `ac_write_fail'
4024 before writing config.status, check afterwards.
4025 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_FILE)
4026 (_AC_OUTPUT_HEADERS_PREPARE,_AC_OUTPUT_CONFIG_STATUS):
4027 Set `ac_write_error' for write failures to config.status. Barf
4028 upon write failures to temporary files.
4029 Adjust note about closing and reopening the here-document.
4030 (_AC_OUTPUT_HEADER, _AC_OUTPUT_LINK, _AC_OUTPUT_COMMAND)
4031 (_AC_OUTPUT_MAIN_LOOP): Likewise, adjust note about closing and
4032 reopening the here-document.
4033 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4034 Ensure `ac_write_error' does not escape into config.status.
4035 Also, add a couple of code paths not yet exercised in the test
4036 suite: a config file with input from stdin, and a config header
4038 Suggestion for catching write errors by Bruno Haible.
4040 2007-11-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4042 Avoid error with Tru64 awk and testsuite lines with many words.
4043 * lib/autotest/general.m4 (AT_INIT): In the awk script that
4044 reads the testsuite, set the field separator to an unusual value,
4045 in order to not run over the limit of 199 fields. Tru64 4.0D awk
4046 even splits the input if $i, i>0, was never accessed in the script.
4048 Revert 2007-10-17 change.
4049 * TODO: Multiline args in config files and headers mean something
4050 different and are not fixed, see
4051 <http://lists.gnu.org/archive/html/autoconf-patches/2007-05/msg00017.html>
4052 Report by Stepan Kasal.
4054 * doc/autoconf.texi (Generic Programs): Fix typo.
4056 2007-11-16 Stepan Kasal <kasal@ucw.cz>
4058 AC_*_TOOL does not canonicalize the prefix
4059 * doc/autoconf.texi (Generic Programs): Do not say that
4060 the *_TOOL macros canonicalize, they simply use the `host_alias'.
4062 2007-11-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4064 Diagnose write errors in config.status instantiations.
4065 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE)
4066 (_AC_OUTPUT_HEADER, _AC_OUTPUT_MAIN_LOOP): Bail out
4068 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
4069 Extend test to also check for some write error failures, using...
4070 <AT_CHECK_CONFIG_CREATION_NOWRITE>: ...this new macro.
4071 Report by Bruno Haible.
4074 * lib/autotest/general.m4 (AT_INIT) <at_func_log_failure>: Fix
4076 (_AT_CHECK): Use less indentation, to save space.
4078 2007-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4080 Add witness macro for @top_build_prefix@ substitution.
4081 * lib/autoconf/status.m4 (_AC_HAVE_TOP_BUILD_PREFIX): New macro.
4082 (_AC_OUTPUT_FILE): Mention it here.
4084 2007-11-15 Paolo Bonzini <bonzini@gnu.org>
4085 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4087 * lib/autotest/general.m4 (at_func_test): Remove.
4088 (AT_INIT): Pre-extract test groups into separate files.
4089 (AT_CLEANUP): Source pre-extracted file instead of calling at_func_test.
4090 Remove at-test-source files together with the $at_group_dir.
4091 * tests/autotest.at (Long test source lines): New test.
4093 2007-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4095 Shell functions and variables may share a namespace.
4096 * doc/autoconf.texi (Portable Shell): Mention Solaris sh
4099 2007-11-14 Paul Eggert <eggert@cs.ucla.edu>
4101 * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
4104 2007-11-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4106 * lib/autoconf/status.m4: Fix a couple of comment typos.
4108 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Use $as_me, not $me.
4110 2007-11-13 Jim Meyering <meyering@redhat.com>
4112 Clean up the rule to create "expr".
4113 * tests/Makefile.am (expr): Don't redirect directly to target.
4114 Redirect just once, not for each echo statement.
4115 Use $@, not literal "expr".
4117 2007-11-13 Paul Eggert <eggert@cs.ucla.edu>
4119 Don't worry about preprocessor when testing long long.
4120 See: http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
4121 * doc/autoconf.texi (Preprocessor Arithmetic): New section.
4122 (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT):
4123 These no longer check for preprocessor flaws.
4124 * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET):
4125 Do not check for preprocessor flaws.
4127 2007-11-13 Jim Meyering <meyering@redhat.com>
4129 Adapt dependencies, now that a version change doesn't modify configure.ac
4130 * GNUmakefile: Remove "make clean" kludge.
4131 * lib/m4sugar/Makefile.am (version.m4): Depend on Makefile, not
4133 Don't redirect directly to target.
4134 Use $@, not literal "version.m4".
4136 2007-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4138 * doc/autoconf.texi (Making testsuite Scripts): Document
4139 ":;{" shorthand as in previous patch.
4141 2007-11-12 Paul Eggert <eggert@cs.ucla.edu>
4143 * doc/autoconf.texi (Limitations of Builtins): Document problem
4144 with { ... } a bit more clearly. Suggest ":;{" as a shorthand
4146 * lib/m4sugar/Makefile.am (version.m4): Detect 'echo' failure.
4147 Use ":;{" shorthand.
4148 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
4150 2007-11-12 Jim Meyering <meyering@redhat.com>
4152 Add more non-srcdir build support.
4153 * GNUmakefile (dummy): Split a long line.
4154 Add -v option to autoreconf invocation.
4156 Remove the autoreconf-provided INSTALL, so that we regenerate it.
4157 * GNUmakefile (dummy): Remove INSTALL.
4159 Remove racy commands to build scripts in bin/ and tests/.
4160 * man/Makefile.am (.x.1): Now that scripts in bin/ and tests/
4161 are guaranteed to be built, remove the rules that tried to build
4162 them. Before, with a parallel build, these rules could lead to
4163 two processes writing tests/wrapper.in concurrently.
4165 Build in man/ only *after* building in bin/ and tests/.
4166 * Makefile.am (SUBDIRS): The man-page-creation process runs $(MAKE)
4167 in both bin/ and tests/.
4169 Accommodate non-srcdir build-from-checkout.
4170 * build-aux/git-version-gen: Require an additional parameter: $srcdir.
4171 Use git's --git-dir=$srcdir/.git option.
4172 Add quotes, in case tarball_version_file contains shell meta-characters.
4173 * GNUmakefile (_curr-ver): Pass $(srcdir) to git-version-gen.
4174 * configure.ac: Pass "." to git-version-gen.
4176 Avoid spurious test failures due to version skew.
4177 * GNUmakefile (dummy): Run $(MAKE) clean after autoreconf -i.
4179 2007-11-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4181 Avoid warnings about conftest.dSYM directories on Mac OS X Leopard.
4182 * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_RUN_IFELSE):
4183 Remove conftest.dSYM directory.
4184 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT)
4185 (_AC_LANG_PROGRAM_C_, _AC_FC_MAIN, __AC_FC_NAME_MANGLING):
4186 Remove `conftest.*' recursively.
4187 * lib/autoconf/lang.m4 (AC_LINK_IFELSE): Likewise.
4188 * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
4190 (_AC_COMPILER_OBJEXT_REJECT): Reject *.dSYM.
4192 Report and analysis by Jeff Squyres and Peter O'Gorman.
4194 2007-11-12 Benoit Sigoure <tsuna@lrde.epita.fr>
4196 Fix typos in variable names.
4197 * tests/semantics.at (test for AC_CHECK_LIB): s/at_m/ac_m/.
4199 2007-11-11 Benoit Sigoure <tsuna@lrde.epita.fr>
4201 Document that $((expression)) is not portable.
4202 * doc/autoconf.texi (Shell Substitutions): Here.
4204 2007-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4206 Ignore configure --help* errors due to LINENO-impaired shells.
4207 * tests/torture.at (Configuring subdirectories, Deep Package):
4208 In the --help* tests in read-only trees, make `.' temporarily
4209 writable again for the `stderr' file, and ignore errors due to
4210 the attempt to write configure.lineno.
4211 Report by Patrick Welche.
4213 2007-11-10 Jim Meyering <meyering@redhat.com>
4215 Generate package.m4 in build-dir, not srcdir.
4216 * tests/Makefile.am (package.m4): Adjust target.
4217 Don't redirect directly to $@.
4218 (CLEANFILES): Add package.m4.
4219 ($(TESTSUITE)): Depend on just-built package.m4, not the one
4221 When running $(AUTOTEST), search "." before searching $(srcdir).
4223 Avoid a race condition that would make parallel "distclean" fail.
4224 * tests/Makefile.am (distclean-generic): Replace the default,
4225 automake-provided rule with an identical one, but with an additional
4226 dependency on distclean-local. Simply adding the dependency would
4227 cause automake not to emit the rule at all.
4228 * BUGS: Building with -jN works, now.
4230 Distribute git-version-gen.
4231 * Makefile.am (EXTRA_DIST): Add build-aux/git-version-gen,
4232 since GNUmakefile is distributed, and requires it for dist* rules.
4234 Remove two more generated files from version control.
4235 * INSTALL: Remove generated file.
4236 * lib/autoscan/autoscan.list: Remove generated file.
4238 2007-11-09 Paul Eggert <eggert@cs.ucla.edu>
4240 * GNUmakefile (PATH): Remove stray apostrophes; they become
4241 part of PATH, which isn't wanted here.
4243 2007-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4245 New config files output variable `top_build_prefix'.
4246 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Substitute
4248 * doc/autoconf.texi (Preset Output Variables): Document it.
4250 Report by Bob Friesenhahn.
4252 Avoid expr for arithmetic evaluation if the shell accepts $((...)).
4253 * lib/autotest/general.m4 (AT_INIT) <at_func_arith>: New
4254 function, to parametrize arithmetic with expr vs. the shell.
4255 Use it where possible.
4256 Suggestion by Benoit Sigoure.
4258 2007-11-03 Benoit Sigoure <tsuna@lrde.epita.fr>
4260 Adjust the documentation of autotest WRT atlocal.
4261 * doc/autoconf.texi (Making testsuite Scripts): It is not necessary,
4262 when using Automake, to write a rule to produce atlocal, since it's
4263 an AC_CONFIG_FILES. Mention that atlocal.in needs to be
4264 distributed, not atconfig.in.
4266 2007-11-04 Eric Blake <ebb9@byu.net>
4268 Update list information.
4269 * README: Mention new autoconf-commit list.
4270 * doc/autoconf.texi (Introduction): Mention autoconf-commit list.
4272 2007-11-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4274 * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Fix comment typo.
4276 * lib/m4sugar/Makefile.am (version.m4): Another bash bug workaround.
4278 * build-aux/.gitignore: Ignore mkinstalldirs.
4280 * doc/autoconf.texi (autoreconf Invocation): Fix an underfull line.
4282 2007-11-03 Jim Meyering <meyering@redhat.com>
4284 s/-/./ in snapshot version string: 2.61a-256-8b556 -> 2.61a.256-8b556
4285 * build-aux/git-version-gen: This syncs from coreutils.
4287 Adjust the build procedure so "make check" works reliably.
4288 * README-hacking: Include an extra step between "make" and
4289 "make check" to ensure that the latter passes.
4291 Use just-built tools, when possible.
4292 * GNUmakefile (PATH): Set and export here, ...
4293 (dummy): ... rather than here.
4295 2007-11-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4296 and Andreas Schwab <schwab@suse.de>
4298 * tests/Makefile.am ($(srcdir)/package.m4): Work around bash
4301 2007-11-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4303 * configure.ac (AC_PREREQ): Require version 2.60, for
4304 AC_PROG_SED, AC_PROG_GREP.
4306 2007-11-02 Benoit Sigoure <tsuna@lrde.epita.fr>
4307 and Jim Meyering <meyering@redhat.com>
4308 and Andreas Schwab <schwab@suse.de>
4309 and Eric Blake <ebb9@byu.net>
4311 Document a bug in GNU Bash with compound commands and redirections.
4312 * doc/autoconf.texi (Limitations of Builtins): Mention that GNU
4313 Bash doesn't properly set $? when `{ ... } >/bad' fails, and give
4316 2007-11-03 Eric Blake <ebb9@byu.net>
4318 Support m4 1.4.5 in testsuite.
4319 * tests/torture.at (Define a newline): Exclude line numbers in
4321 Reported by Ralf Wildenhues.
4323 2007-11-03 Jim Meyering <meyering@redhat.com>
4325 Remove automake-provided files from version control.
4326 * build-aux/elisp-comp: Remove file.
4327 * build-aux/install-sh: Remove file.
4328 * build-aux/missing: Remove file.
4329 * build-aux/mdate-sh: Remove file.
4330 * build-aux/.gitignore: New file.
4331 Suggestion from Ralf Wildenhues.
4333 2007-11-03 Eric Blake <ebb9@byu.net>
4335 Adjust version comparison to account for git snapshot numbers.
4336 * lib/m4sugar/m4sugar.m4 (_m4_version_unletter): Also treat - as a
4337 component separator.
4338 * doc/autoconf.texi (Number processing Macros)
4339 <m4_version_compare>: Document this change.
4340 * tests/m4sugar.at (m4@&t@_version_compare): Test it.
4342 2007-10-30 Bruno Haible <bruno@clisp.org>
4344 * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro,
4345 extracted from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4346 (AC_TYPE_LONG_LONG_INT, AC_TYPE_UNSIGNED_LONG_LONG_INT): Use it.
4347 Fixes problem with Sun C 5.[0-8] in 32-bit mode, reported in
4348 <http://lists.gnu.org/archive/html/autoconf-patches/2007-10/msg00210.html>
4349 Suggested by Paul Eggert.
4351 2007-10-28 Jim Meyering <meyering@redhat.com>
4353 * README-hacking: Autoconf, Automake, and Perl are required to build.
4354 List Gzip and Tar separately. Suggested by Ralf Wildenhues.
4356 2007-10-28 Jim Meyering <meyering@redhat.com>
4358 README-hacking: Recommend running autoreconf -vi.
4359 * GNUmakefile (dummy): Use autoreconf -i, with appropriate PATH,
4360 so that we use just-built tools when they're available.
4361 Suggestions from Ralf Wildenhues.
4363 2007-10-28 Jim Meyering <meyering@redhat.com>
4365 Make inter-release --version output more useful.
4367 Now, each unofficial build has a version "number" like 2.61a-19-58dd,
4368 which indicates that it is built using the 19th change set
4369 (in _some_ repository) following the "v2.61a" tag, and that 58dd
4370 is a prefix of the commit SHA1.
4371 * build-aux/git-version-gen: New file.
4372 * configure.ac: Run it to set the version.
4373 (AM_INIT_AUTOMAKE): Don't check NEWS here.
4374 * Makefile.am (dist-hook): Arrange so that .version appears only
4375 in distribution tarballs, never in a checked-out repository.
4376 * .gitignore: Add .version here, too. Just in case.
4377 * tests/Makefile.am ($(srcdir)/package.m4): Depend on Makefile,
4378 not configure.ac, now that the version number changes automatically.
4380 Ensure that $(VERSION) is up to date for dist-related targets.
4381 * GNUmakefile: Arrange to rerun autoconf, if the version reported by
4382 git-version-gen doesn't match $(VERSION), but only for dist targets.
4384 2007-10-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4386 Fix `Deep Package' failure with a configure script early in PATH
4387 * tests/torture.at (Deep Package): Add `.' early in PATH.
4388 Report by Jim Meyering.
4390 2007-10-27 Jim Meyering <meyering@redhat.com>
4392 Remove all generated files from version control.
4393 * aclocal.m4: Remove.
4394 * configure: Remove.
4395 * Makefile.in: Remove, along with all other Makefile.in in subdirs.
4396 * .gitignore: Add aclocal.m4, configure and Makefile.in. Sort.
4397 * README-hacking: New file: how to build from just-checked-out sources.
4399 2007-10-23 Eric Blake <ebb9@byu.net>
4401 Improve corner case of m4_expand.
4402 * lib/m4sugar/m4sugar.m4 (m4_expand, _m4_expand): Rewrite more
4404 * tests/m4sh.at (AS@&t@_HELP_STRING): Test overquoted comma.
4405 * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Update
4408 2007-10-23 Paul Eggert <eggert@cs.ucla.edu>
4410 * doc/make-stds.texi: Update from gnulib.
4412 2007-10-22 Paul Eggert <eggert@cs.ucla.edu>
4413 and Eric Blake <ebb9@byu.net>
4415 * lib/autoconf/c.m4 (AC_C_RESTRICT): Work around Sun C++ compatibility
4416 problem reported by Bruno Haible in
4417 <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00027.html>.
4419 2007-10-22 Eric Blake <ebb9@byu.net>
4421 * doc/autoconf.texi (Particular Types): Mention bug in HP-UX 11.00
4424 2007-10-22 Paul Eggert <eggert@cs.ucla.edu>
4426 Don't check for bug in HP-UX 11.00 cpp.
4427 * lib/autoconf/types.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
4428 Use -1ull rather than -1u, since that causes problems with gnulib; see
4429 <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4431 2007-10-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4433 * tests/autotest.at (Backquote command substitution)
4434 (Multiline backquote command substitution)
4435 (Parenthetical command substitution)
4436 (Multiline parenthetical command substitution): Fix typos in
4439 2007-10-21 Eric Blake <ebb9@byu.net>
4441 * configure: Regenerate.
4443 2007-10-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4445 Fix config status generation with Tru64 ksh.
4446 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix
4447 escaping of backslash in here-documents.
4449 Fix `Deep Package' test failure on FreeBSD.
4450 * tests/torture.at (Deep Package): Do not add `.' to $PATH
4451 unnecessarily. Do not try running `/bin/sh configure' with a
4452 configure script to be found in $PATH, if the shell does not do
4453 this resolution. Fixes test failure on FreeBSD.
4455 Fix config header generation with AIX awk.
4456 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS_PREPARE): In awk
4457 script, use helper array D_is_set, as `" 0"' does not evaluate
4458 to true for AIX awk.
4460 2007-10-21 Eric Blake <ebb9@byu.net>
4462 * tests/autotest.at (Banners): Reinstate test, with typo
4465 2007-10-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4467 * lib/autotest/general.m4 (Defaults): Validate input ranges ...
4468 <at_func_validate_ranges>: ... using this new function.
4469 * tests/autotest.at (Keywords and ranges): Test invalid ranges.
4470 Test --list with ranges and keywords.
4471 (Banners): Remove one now-failing test.
4473 2007-10-20 Eric Blake <ebb9@byu.net>
4475 Fix testsuite --list subset.
4476 * lib/autotest/general.m4 (AT_INIT) <at_list_p>: Swap newlines
4477 back to spaces, before listing subset of tests.
4478 Reported by Ralf Wildenhues.
4480 2007-10-19 Eric Blake <ebb9@byu.net>
4482 s/parenthesis/parentheses/ where appropriate.
4483 * doc/autoconf.texi: Fix typos.
4484 * lib/m4sugar/m4sugar.m4: Likewise.
4485 Reported by Ralf Wildenhues.
4487 Document m4_expand limitation.
4488 * lib/m4sugar/m4sugar.m4 (m4_expand): Mention problem with
4490 * doc/autoconf.texi (Pretty Help Strings, Evaluation Macros)
4491 (Writing Testsuites): Mention limitations inherited from
4494 Improve AT_BANNER handling.
4495 * lib/autotest/general.m4 (BANNERS): New named diversion.
4496 (TESTS_END): Diversion no longer used.
4497 (AT_INIT) <at_func_banner, BANNERS>: Factor all banners into a
4498 shell function, which prints only as needed, using an associative
4499 array of banner text from a special diversion.
4500 <PARSE_ARGS_END>: No longer need awk to find banners.
4501 <TESTS>: Banners are no longer processed by main driver loop, so
4502 we no longer need case statement.
4503 (AT_BANNER): Rewrite to populate new diversion.
4504 (AT_SETUP): Each test invokes its own banner. No output is needed
4505 to the TESTS diversion.
4506 * doc/autoconf.texi (Writing Testsuites): Document slight
4508 * tests/autotest.at (AT_BANNERS): Enhance test.
4509 * NEWS: Document AT_BANNER.
4511 Document and test AT_BANNER.
4512 * doc/autoconf.texi (Writing Testsuites): Document AT_BANNER.
4513 * tests/autotest.at (AT_CHECK_EGREP): Share between tests.
4514 (AT_CHECK_BANNERS): New test.
4517 * doc/autoconf.texi (Text processing Macros) <m4_strip>
4518 <m4_text_wrap>: Clarify and fix typos.
4520 2007-10-18 Eric Blake <ebb9@byu.net>
4522 Ignore `make dist' changelogs in testsuite.log.
4523 * lib/autotest/general.m4 (AT_INIT) <ChangeLogs>: Prune
4524 directories matching AT_PACKAGE_TARNAME-*.
4526 Fix AT_TESTED, AT_KEYWORDS.
4527 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Warn if separator
4528 occurs in string, as duplicates may be added.
4529 (_m4_append_uniq): New helper macro.
4530 (m4_append_uniq_w): New macro.
4531 * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Fix
4532 duplication bug by using new macro.
4533 (AT_INIT) <at_tested>: Restore newline separators. Invoke tested
4534 programs with stdin redirected, so programs that don't
4535 understand --version won't try to behave interactively.
4536 * tests/autotest.at (Tested programs): Catch this bug.
4537 * tests/m4sugar.at (m4@&t@_append): Test new macro.
4538 * tests/local.at (AT_TESTED): Add m4, perl.
4539 * doc/autoconf.texi (Text processing Macros): Document
4540 m4_append_uniq_w, and update text on m4_append.
4541 * NEWS: Document the addition.
4543 2007-10-17 Eric Blake <ebb9@byu.net>
4546 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Convert
4548 (AT_INIT) <at_func_create_debugging_script>: ...to shell
4550 (AT_INIT): Defer function declarations until after --help,
4551 --version. Format functions consistently, trying to fit in 80
4553 (TEST_FUNCTIONS): Based on recent changes, rename...
4554 (TEST_GROUPS): ...to this.
4557 * m4/m4.m4 (AC_PROG_GNU_M4): Also check for frozen file support.
4558 * configure: Regenerate.
4559 Reported by Bob Friesenhahn.
4561 Test recent additions.
4562 * tests/m4sugar.at (m4@&t@_map, m4@&t@_combine)
4563 (m4@&t_max and m4@&t_min): New tests.
4564 * doc/autoconf.texi (Evaluation Macros) <m4_apply>: Enhance
4567 2007-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4569 * TODO: multiline args in config files and headers work now.
4571 Autotest: do not use shell functions for individual tests.
4572 * lib/autotest/general.m4 (AT_INIT) <at_func_test>: Merely
4573 extract the source test source, do not invoke it.
4574 (AT_SETUP, AT_CLEANUP): Source test code outside shell function.
4575 * tests/autotest.at (Fallacy): Actually let the inner suite fail,
4576 expect exit status of 1.
4577 * tests/autotest.at (Skip): New test, for bogus zsh exit status.
4579 * lib/autotest/general.m4 (at_func_test): Fix test extraction
4582 2007-10-17 Eric Blake <ebb9@byu.net>
4584 Fix m4_combine for empty suffix list.
4585 * lib/m4sugar/m4sugar.m4 (m4_combine): Check for suffix list.
4586 * doc/autoconf.texi (Text processing Macros): Document this.
4588 Add m4_combine, based on Libtool's lt_combine.
4589 * lib/m4sugar/m4sugar.m4 (m4_combine): New macro.
4590 * doc/autoconf.texi (Text processing Macros): Document it.
4593 2007-10-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4595 Fix `configure --help=recursive' in unconfigured/read-only trees.
4596 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Avoid errors when `.'
4597 is not writable, use 'cp -p' in this case, in the hope that it
4598 will not actually be needed. Still try removing files, in case
4599 of other write errors.
4600 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): For ac_confdir,
4601 use $as_myself, not $0.
4602 (_AC_INIT_HELP): For --help=recursive, if the subdir does not
4603 exist, try again in the the source tree. This change assumes
4604 that the subpackage configure script is capable of running
4605 --help=recursive in the source tree.
4606 * tests/torture.at (Configuring subdirectories, Deep Package):
4607 Adjust tests to expose both issues, also try invocation as
4608 `sh configure ...' and plain `configure ...' with PATH adjusted.
4609 * NEWS, THANKS: Update.
4610 Report by Hans Ulrich Niedermann.
4612 2007-10-16 Paul Eggert <eggert@cs.ucla.edu>
4614 Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4615 Problem reported by H.Merijn Brand in
4616 <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
4617 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
4618 (AC_TYPE_UNSIGNED_LONG_LONG_INT):
4619 Check that preprocessor handles 64-bit ints, too.
4621 2007-10-16 Eric Blake <ebb9@byu.net>
4623 m4_map is a looping construct.
4624 * lib/m4sugar/m4sugar.m4 (m4_map, _m4_map, m4_map_sep): Move.
4626 Fix m4_map, and add some more utility macros.
4627 * lib/m4sugar/m4sugar.m4 (m4_apply, m4_count, m4_dquote_elt)
4628 (m4_echo, m4_make_list): New documented macros.
4629 (_m4_quote, _m4_shift2): New helper macros.
4630 (m4_map): Change semantics to allow calling macro without
4632 (m4_map_sep): Likewise. Also change semantics to quote separator,
4633 to match m4_join and m4_append.
4634 (m4_version_unletter): Fix use of m4_map.
4635 * doc/autoconf.texi (Evaluation Macros): Document m4_apply,
4636 m4_count, m4_dquote_elt, m4_echo, m4_make_list.
4637 (Text processing Macros): Mention m4_dquote as a faster
4638 alternative to joining with commas.
4639 (Looping constructs): Document m4_map, m4_map_sep.
4640 * NEWS: Mention new macros.
4642 A few more m4sugar improvements, to benefit libtool.
4643 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts, _m4_shiftn): Reduce size
4644 of expansion by avoiding extra uses of $@.
4645 (m4_shiftn): Avoid extra dnl, and forbid shifting by 0.
4646 (_m4_cdr): New helper macro.
4647 (_m4_map, m4_map_sep): Use it to reduce size of expansion.
4648 (_m4_shift3): New helper macro.
4649 (_m4_foreach): Swap argument order, and use new macro to reduce
4651 * doc/autoconf.texi (Looping constructs) <m4_shiftn>: Mention that
4652 count must be positive.
4654 * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
4655 Reported by Ralf Wildenhues.
4657 2007-10-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4659 * doc/autoconf.texi (Portable Shell): Improve description of zsh
4660 4.x function subshell bug with exit and trap.
4662 2007-10-15 Eric Blake <ebb9@byu.net>
4664 Enhance AS_HELP_STRING.
4665 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't expand arguments,
4666 and reduce number of expansions.
4667 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Rework to use m4_expand,
4668 and to take indent and wrap column numbers.
4669 * tests/m4sh.at (AS@&t@_HELP_STRING): Update the test.
4670 * doc/autoconf.texi (Pretty Help Strings): Document details about
4672 (Text processing Macros): Minor tweaks.
4673 * NEWS: Document this change.
4675 Fix 2007-10-03 regression with AT_SETUP([a, b]).
4676 * lib/m4sugar/m4sugar.m4 (m4_expand): New macro.
4677 (m4_text_box): Use it.
4678 * lib/autotest/general.m4 (AT_SETUP): Use it.
4679 * lib/m4sugar/m4sh.m4 (_AS_RUN): Use it.
4680 * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Test this.
4681 * NEWS: Revert caveat about semantics change on comma.
4682 * doc/autoconf.texi (Evaluation Macros): Document m4_expand.
4684 2007-10-13 Eric Blake <ebb9@byu.net>
4686 Change m4_join to match libtool's ltsugar semantics.
4687 * lib/m4sugar/m4sugar.m4 (m4_join): Just define this, not defun.
4688 Ignore empty arguments, using...
4689 (_m4_join): ...this new helper.
4690 * tests/m4sugar.at (m4@&t@_join): New test.
4691 * doc/autoconf.texi (Text processing Macros): Document new
4692 semantics of m4_join.
4694 Make AC_PREREQ faster and more robust.
4695 * lib/m4sugar/m4sugar.m4 (m4_ignore, m4_unquote): New macros.
4696 (m4_version_prereq): Inline constant expansions.
4697 (m4_list_cmp): Reduce number of expansions, by avoiding m4_case.
4698 Rewrite in terms of [] list, not () list.
4699 (_m4_list_cmp, _m4_version_unletter): New helper macros.
4700 (m4_version_unletter): Write wrapper around new implementation to
4701 preserve old semantics.
4702 (m4_version_compare): Pass correct type of list, and avoid
4703 overhead of flattening expressions too early.
4704 (m4_do): Move to be near other quoting macros.
4705 (m4_max, m4_min): Always result in decimal output.
4706 * doc/autoconf.texi (Looping constructs): Add m4_car, m4_cdr.
4708 (Evaluation Macros): ...here. Add m4_ignore, m4_unquote.
4709 (Text processing Macros): Move m4_version_compare...
4710 (Number processing Macros): ...to this new node; document m4_cmp,
4711 m4_list_cmp, m4_sign, m4_max, m4_min.
4712 * tests/m4sugar.at (m4@&t@_version_compare): Enhance test, to pick
4713 up on bugs fixed by this patch.
4714 * NEWS: Document new macros.
4716 2007-10-12 Eric Blake <ebb9@byu.net>
4718 * doc/autoconf.texi (Text processing Macros): Fix bad merge.
4719 (Reporting Messages): Fix underfull hbox.
4721 Some more m4sugar documentation.
4722 * lib/m4sugar/m4sugar.m4: Clean up macro order.
4723 * doc/autoconf.texi (Programming in M4): Lighten the warning on
4724 using m4sugar; it is stabilizing and useful.
4725 (Redefined M4 Macros): Touch up wording on M4 builtins; sort. Add
4726 m4_divert, m4_undivert, __file__, __line__, __oline__.
4727 (Diagnostics): New node, documenting m4_assert, m4_errprintn,
4728 m4_fatal, m4_location, m4_warn.
4729 (Diversion support): New node, documenting m4_divert_push,
4730 m4_divert_pop, m4_divert_text, m4_divert_once.
4731 (Text processing Macros): Sort. Add m4_flatten, m4_join,
4732 m4_newline, m4_strip, m4_text_box, m4_text_wrap.
4733 (Reporting Messages): Mark AC_DIAGNOSE, AC_WARNING, and AC_FATAL
4735 (Printing Messages): Change cross-reference.
4737 Document interaction of recent m4_append change with Libtool HEAD.
4738 * lib/m4sugar/m4sugar.m4 (m4_append): Document semantics change.
4739 (m4_append_uniq): Add new parameters, based on lt_append_uniq.
4740 * tests/m4sugar.at (m4@&t@_append): New test.
4741 * NEWS: Document semantics change.
4742 * doc/autoconf.texi (Text processing Macros): Likewise.
4744 s/AC_VERSION/AC_AUTOCONF_VERSION/.
4745 * doc/autoconf.texi (Versioning): Change the name.
4747 * lib/autoconf/general.m4 (AC_AUTOCONF_VERSION): Likewise.
4748 * tests/tools.at (autoconf: AC_AUTOCONF_VERSION): Likewise.
4749 Suggested by Ralf Wildenhues.
4752 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE)
4753 (_AC_OUTPUT_HEADERS_PREPARE): Convert here-doc delimiters into
4755 * doc/autoconf.texi (Programming in M4sugar, Forbidden Patterns)
4756 (Programming in M4sh, Macro Names): Beef up description of
4757 namespaces reserved for autoconf.
4758 * configure: Regenerate.
4760 2007-10-12 Eric Blake <ebb9@byu.net>
4761 and Paolo Bonzini <bonzini@gnu.org>
4763 Speed up execution of subset of testsuite.
4764 * lib/autotest/general.m4 (TEST_FUNCTIONS): New diversion.
4765 (AT_INIT) <at_func_test>: New shell function.
4766 (AT_INIT) <at_myself>: New variable, set to absolute $as_myself.
4767 (AT_INIT) <at_test_source> New variable, names file that holds
4768 current test function definition.
4769 (AT_SETUP): Start the shell function at_func_test_#, into the
4770 TEST_FUNCTIONS diversion.
4771 (AT_CLEANUP): End the shell function. Simplify the TESTS
4772 diversion to invoke the function.
4774 2007-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4776 * .gitignore: Ignore tags and TAGS files.
4778 2007-10-11 Eric Blake <ebb9@byu.net>
4780 Config header generation followup.
4781 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Check for raw newlines,
4782 which won't work with the preprocessor nor with the awk
4784 * tests/torture.at (Define a newline): Test raw newline detection,
4786 * doc/autoconf.texi (Defining Symbols): Document recent change to
4787 allow backslash-newline.
4790 2007-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4792 * lib/autotest/general.m4: Put function braces in separate line.
4794 2007-10-10 Eric Blake <ebb9@byu.net>
4796 Avoid some overhead from m4_defn and m4_popdef.
4797 * lib/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine): Only
4798 pass on first argument, since we are documented that way.
4799 (m4_for, m4_append_uniq, m4_text_wrap): Optimize out defined-ness
4800 check where it is safe to do so.
4801 (m4_append): Likewise, and quote the separator.
4802 (m4_text_box): Likewise, and avoid regex, also be robust to
4803 expansion and quadrigraphs.
4805 Another AC_DEFINE speedup.
4806 * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Move parameter
4808 (_AC_DEFINE_Q): ...here, and only do it once.
4809 * lib/autoconf/functions.m4 (AC_CHECK_FUNCS): Avoid overquoting.
4810 * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Fix m4_defn overquoting
4811 introduced 2007-10-05.
4814 * lib/autoconf/general.m4: Use consistent indentation.
4815 * configure: Regenerate.
4817 * NEWS: Announce recent round of speed optimizations.
4819 2007-10-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4821 * NEWS: Announce shell function usage in Autotest.
4823 2007-10-10 Eric Blake <ebb9@byu.net>
4824 and Paul Eggert <eggert@cs.ucla.edu>
4826 Reduce number of forks at startup.
4827 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Speed up NLS
4829 * configure: Regenerate.
4831 2007-10-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4832 and Paul Eggert <eggert@cs.ucla.edu>
4834 Use awk for config header generation.
4835 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix comments.
4836 (_AC_OUTPUT_HEADERS_PREPARE): New macro. Rewrite of the config
4837 header machinery for use with awk and placement outside the main
4838 config.status instantiation loop. Retain multi-line defines
4839 through backslash-newline combinations, do not split the script
4841 (_AC_OUTPUT_HEADER): Simplify accordingly, use $AWK.
4842 (_AC_OUTPUT_MAIN_LOOP): Call _AC_OUTPUT_HEADERS_PREPARE if
4844 (AC_OUTPUT_MAKE_DEFS): Remove backslash-newline combinations
4847 * tests/torture.at (#define header templates): Extend test by
4848 several more cases: white space before and after `#', macros
4849 with parameters in config.hin and as defines, multi-line macro
4851 (Torturing config.status): Use a define value twice the length
4852 in order to exercise the awk literal string limit.
4853 (Substitute and define special characters): Also try special
4854 delimiter, to exercise the special-case code.
4855 Suggestion by Eric Lemings.
4857 2007-10-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4859 * tests/local.at (AT_COPYRIGHT): Bump copyright years.
4861 2007-10-09 Eric Blake <ebb9@byu.net>
4863 Improve header of bin/autoconf.
4864 * lib/m4sugar/m4sh.m4 (AS_INIT): Add a 'generated from' notice.
4865 * lib/autoconf/general.m4 (_AC_INIT_NOTICE): Override new notice
4867 * bin/autoconf.as: Put copyright up front in generated file.
4869 * bin/autoconf.as (exit_missing_arg): Font-lock tweak.
4871 2007-10-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4873 * doc/install.texi (Basic Installation): Document `uninstall'.
4874 * INSTALL: Regenerate.
4875 Suggestion by Roberto Bagnara.
4877 2007-10-08 Paul Eggert <eggert@cs.ucla.edu>
4879 * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
4881 Adjust doc. to match latest gnulib.
4882 * build-aux/texinfo.tex: Sync from gnulib.
4883 * doc/standards.texi: Likewise.
4884 * doc/autoconf.texi (Copying This Manual): Rename to "GNU Free
4885 Documentation License" and remove the subsection. This simplifies
4886 the manual a bit and is more like what other GNU projects do
4889 2007-10-08 Eric Blake <ebb9@byu.net>
4892 * configure: Regenerate.
4894 Fix regression in m4_text_wrap from 2007-10-05.
4895 * lib/m4sugar/m4sugar.m4 (m4_max, m4_min): New macros.
4897 (m4_text_wrap): Fix off-by-one error in rewrite from m4_for to
4899 * lib/autotest/general.m4 (AT_SETUP): Avoid negative width.
4900 * tests/autotest.at (Long test title, Longer test title): Test
4901 this fix, beyond what AS_HELP_STRING already tests.
4903 Avoid m4 warnings on bad m4_format usage.
4904 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Use %*s, in case width
4906 * lib/autotest/general.m4 (AT_SETUP): Likewise; also ensure that
4907 enough arguments are provided.
4909 2007-10-06 Paolo Bonzini <bonzini@gnu.org>
4911 * doc/autoconf.texi (Shell portability): Document shell function
4914 2007-10-06 Paolo Bonzini <bonzini@gnu.org>
4916 * lib/autotest/general.m4 (AT_INIT): Add at_func_diff_devnull,
4917 at_func_check_skip, at_func_check_status, at_func_filter_trace,
4918 at_func_log_failure shell functions. Use test -s to avoid
4919 useless diff invocations.
4920 (at_func_check_newline): Renamed from at_check_newline.
4921 (AT_SETUP): Define AT_captured_files to empty.
4922 (AT_DIFF_STDERR(*), AT_DIFF_STDOUT(*)): New, extracted from _AT_CHECK.
4923 (_AT_CHECK): Replace m4_case with m4_ifdef/m4_indir. Use all
4924 the shell functions.
4926 2007-10-05 Paul Eggert <eggert@cs.ucla.edu>
4928 Don't assume "." is writeable, for commands like "autoconf --version".
4929 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use a
4930 different heuristic instead, one that doesn't rely on creating
4933 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle "///"
4936 2007-10-05 Jim Meyering <meyering@redhat.com>
4938 Avoid makeinfo warnings.
4939 * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
4940 (Looping constructs): Add ` ' after @defmac'd name, m4_do.
4942 2007-10-05 Eric Blake <ebb9@byu.net>
4944 Resolve Python issue 1676135 regarding configure directory args.
4945 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Strip trailing
4946 slashes from directory arguments.
4947 * tests/base.at (configure directories): New test.
4948 * doc/autoconf.texi (Installation Directory Variables): Document
4952 Reported by Björn Lindqvist.
4954 Provide better short-circuiting operation.
4955 * lib/m4sugar/m4sugar.m4 (m4_cond, m4_newline): New macros.
4956 (m4_text_wrap): Use it. Also avoid useless m4_for.
4957 * lib/m4sugar/m4sh.m4 (_AS_QUOTE_IFELSE, AS_LITERAL_IF): Use
4959 (_AS_IDENTIFIER_IF): Likewise, and fix bug when $1 is [,].
4960 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Use new macros
4962 * doc/autoconf.texi (Redefined M4 Macros): Expand m4_if
4963 documentation. Sort m4_mkstemp, m4_undefine. Move m4_ifndef...
4964 (Conditional constructs): ...here, to new section. Also document
4965 m4_cond, m4_ifval, m4_n, m4_ifvaln, m4_ifset, m4_case, m4_bmatch,
4966 m4_bpatsubsts, and m4_default.
4967 (Looping constructs): Document m4_shiftn, m4_shift2, m4_shift3,
4970 2007-10-04 Eric Blake <ebb9@byu.net>
4972 Fix recent testsuite failures.
4973 * lib/autotest/general.m4 (AT_INIT, AT_SETUP): Double-quote text
4974 that must not be re-expanded after AS_ESCAPE.
4975 * lib/m4sugar/m4sh.m4 (_AS_IDENTIFIER_IF): Don't expand $1 when
4976 checking if it is an identifier.
4979 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): Avoid
4980 leading whitespace, as it caused space-tab in testsuite.
4981 (AT_INIT): Avoid trailing newlines in testsuite.
4983 One more round of m4_foreach_w speedups.
4984 * lib/m4sugar/m4sugar.m4 (m4_flatten): Only use regex if newline
4986 (_m4_split): Avoid useless expansions inside definition. Move
4987 argument defaulting...
4988 (m4_split): ...here. Change alternate quote to something less
4989 likely to appear in $1. Also, special case space as regexp...
4990 (m4_foreach_w): ...to avoid regexp on single-term list.
4991 (m4_default, m4_defn, m4_popdef, m4_undefine, _m4_foreach): Avoid
4992 useless expansions inside definition.
4993 * tests/m4sugar.at (m4@&t@_split): Add tests.
4995 2007-10-04 Paolo Bonzini <bonzini@gnu.org>
4997 * general.m4 (AT_INIT): Add at_check_newline function.
4998 (_AT_DECIDE_TRACEABLE): Include at_traceon test, use shell function.
4999 (_AT_CHECK): Don't use at_trace_this.
5001 2007-10-04 Paolo Bonzini <bonzini@gnu.org>
5003 Fix previous commit.
5004 * lib/autotest/general.m4 (AT_LINE): Fix regex.
5006 2007-10-04 Eric Blake <ebb9@byu.net>
5008 Speed up building testsuites.
5009 * lib/autotest/general.m4 (AT_LINE): Only use regex when file
5010 changed since last time. Use simpler regex.
5012 2007-10-03 Eric Blake <ebb9@byu.net>
5014 Optimize checking for identifiers.
5015 * lib/m4sugar/m4sh.m4 (AS_IDENTIFIER_IF, _AS_IDENTIFIER_IF): New
5016 macros, more efficient than regex on m4_re_word.
5017 * lib/autoconf/general.m4 (AC_SUBST, AC_DEFINE_TRACE_LITERAL):
5018 Rewrite in terms of new macro. As a side-effect, AC_DEFINE can
5020 * configure: Regenerate.
5022 Remove some XFAILs, and make AT_SETUP output line up.
5023 * lib/autotest/general.m4 (AT_SETUP): Only expand description
5024 once; thereafter, use its expansion, properly quoted.
5025 * tests/autotest.at (AT_CHECK_AT_TITLE): Also check macro
5026 expansion with arguments, and check for aligned output.
5027 (AT_CHECK_AT_TITLE_CHAR): Remove XFAILs for tests that now pass.
5028 Add a test for macros with parameters.
5029 * NEWS: Document the semantics change.
5030 * tests/base.at: Fix test titles containing commas.
5031 * tests/compile.at: Likewise.
5032 * tests/tools.at: Likewise.
5033 * tests/torture.at: Likewise.
5035 Another round of regex avoidance.
5036 * lib/m4sugar/m4sugar.m4 (m4_cr_alnum, m4_cr_all)
5037 (_m4_define_cr_not, m4_cr_not_letters, m4_cr_not_LETTERS)
5038 (m4_cr_not_Letters, m4_cr_not_digits, m4_cr_not_alnum)
5039 (m4_cr_not_symbols1, m4_cr_not_symbols2): New macros, implementing
5040 character ranges useful in m4_translit.
5041 (m4_toupper, m4_tolower): Optimize the constant portion of
5043 * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Also reject @S|@ because it
5044 creates $, and reject [] thanks to AS_TR_SH rewrite.
5045 (AS_TR_SH, AS_TR_CPP): Use just translit, not bpatsubst.
5046 (AS_ESCAPE): Factor...
5047 (_AS_ESCAPE): ...into new macro, with second argument required.
5048 Avoid regex in common case.
5049 (_AS_QUOTE): Use new macro.
5052 * lib/autoconf/types.m4: Avoid space-tab.
5053 * lib/m4sugar/m4sh.m4: Use tab consistently.
5055 2007-10-03 Paul Eggert <eggert@cs.ucla.edu>
5057 * lib/m4sugar/m4sugar.m4 (m4_shift2, m4_shift3): New macros.
5058 (m4_shiftn): Remove no-longer-needed optimization. Perhaps we
5059 should remove m4_shiftn entirely?
5060 (m4_case, b4_bmatch, m4_map_sep, m4_bpatsubsts, m4_join):
5061 Prefer m4_shift2 and m4_shift3 to m4_shiftn.
5062 * lib/autoconf/lang.m4 (_AC_LANG_DISPATCH): Likewise.
5063 * lib/m4sugar/m4sh.m4 (AS_CASE, AS_IF): Likewise.
5064 * tests/autotest.at (AT_CHECK_AT_TEST): Likewise.
5066 2007-10-03 Eric Blake <ebb9@byu.net>
5069 * lib/m4sugar/m4sugar.m4: Grammar fixes in comments.
5071 2007-10-02 Eric Blake <ebb9@byu.net>
5073 Optimize appending text.
5074 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): Use index, not regular
5078 * lib/m4sugar/m4sugar.m4 (m4_shiftn): This macro is called in a
5079 lot of hot spots; optimize it for 2 and 3 shifts.
5081 Optimize AC_PREREQ and other m4sugar numerics.
5082 * lib/m4sugar/m4sugar.m4 (m4_sign): Write with m4_eval.
5083 (m4_cmp): Compare arbitrary expressions, without overflow.
5084 (m4_version_unletter): Also recognize capital letters.
5085 (m4_version_compare): Avoid regex when splitting version number
5088 2007-10-01 Eric Blake <ebb9@byu.net>
5090 Once again, reject IRIX m4.
5091 * m4/m4.m4 (AC_PROG_GNU_M4): Use indir builtin to root out non-GNU
5092 implementations that ignore --trace.
5093 * configure: Regenerate.
5094 Reported by Ralf Wildenhues.
5096 Fix regression in AC_DEFINE([macro(with_arg)]).
5097 * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't chop off close
5098 quotes with a careless m4_substr.
5100 2007-09-30 Eric Blake <ebb9@byu.net>
5102 Allow nameless iteration.
5103 * lib/m4sugar/m4sugar.m4 (m4_for, _m4_for): Access variable
5105 * tests/m4sugar.at (myvar): Test this.
5107 2007-09-29 Eric Blake <ebb9@byu.net>
5109 Speed optimization: avoid m4 regex when other algorithms work.
5110 * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Rewrite without regex.
5111 (_AS_QUOTE_IFELSE): Likewise.
5112 * lib/m4sugar/m4sugar.m4 (m4_strip): Reduce from 3 to 2 regex.
5113 (m4_bpatsubsts): Split...
5114 (_m4_bpatsubsts): ...so that recursion can avoid patsubst on empty
5116 (_m4_divert()): Define, to avoid m4 warning on `m4_divert'.
5117 (m4_qlen): Optimize on short strings, to avoid regex.
5118 (m4_sign): Avoid regex, and fix bug with `01' and `-0'.
5119 * lib/autoconf/general.m4 (AC_CACHE_VAL): Rewrite without regex.
5120 (AC_DEFINE_TRACE): Likewise.
5122 2007-09-28 Eric Blake <ebb9@byu.net>
5124 Oops - my earlier 'optimization' caused a regression.
5125 * tests/local.at (AT_CHECK_M4): Fix typo.
5127 2007-09-27 Eric Blake <ebb9@byu.net>
5128 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5130 Catch even more common AC_CACHE_VAL mistakes.
5131 * lib/autoconf/general.m4 (AC_CACHE_VAL): Warn if cache variable
5132 lacks '_cv_', or if AC_SUBST appears in body.
5133 * tests/base.at (AC_CACHE_CHECK): Test this change.
5135 2007-09-27 Stepan Kasal <kasal@ucw.cz>
5136 and Eric Blake <ebb9@byu.net>
5138 Autotest no longer caters to Ultrix redirection limitation.
5139 * doc/autoconf.texi (Writing testsuite.at): Remove the
5140 limitation that the first parameter of AT_CHECK cannot
5141 contain redirection.
5142 (File Descriptors): Mention that Ultrix limitation is no longer a
5143 show-stopper in modern code.
5144 * tests/local.at (AT_CHECK_M4): Fix for cases when the fourth
5145 parameter is `stderr' or `experr'. Optimize if it was `ignore'.
5146 * lib/autotest/general.m4 (AT_CHECK): Update comment.
5148 2007-09-27 Eric Blake <ebb9@byu.net>
5150 Squelch changeword in m4sugar.
5151 * lib/m4sugar/m4sugar.m4 (changeword): Disable this experimental
5152 feature of m4 1.4.x.
5154 Configure whitespace touchups.
5155 * lib/autoconf/general.m4 (_AC_INIT_HELP): Fix alignment of
5156 installation directories, and avoid TAB, in configure --help
5158 * configure.ac: Avoid extra trailing newline.
5159 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Avoid space-tab.
5160 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Avoid TAB in
5161 config.status --help output.
5162 * configure: Regenerate.
5164 Fix underquotation in AS_HELP_STRING.
5165 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Don't underquote lhs
5167 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't underquote
5168 first-prefix argument.
5169 * tests/m4sh.at (AS@&t@_HELP_STRING): Test this fix.
5170 * NEWS: Document AS_HELP_STRING fix.
5172 Autotest formatting touchups.
5173 * lib/autotest/general.m4 (HELP_TUNING): Avoid TAB in terminal
5175 (PATH): Simplify computation of new PATH.
5177 2007-09-26 Eric Blake <ebb9@byu.net>
5179 Fix testsuite breakage in last patch.
5180 * tests/autotest.at (AT_CHECK_AT_TITLE): Properly quote the
5182 * tests/torture.at (@%:@define header templates): Rename, so that
5183 output lines up correctly.
5185 More font-lock happiness.
5186 * tests/autotest.at (AT_CHECK_AT_TITLE_CHAR): Clean up font
5189 2007-09-25 Eric Blake <ebb9@byu.net>
5192 * lib/autoconf/general.m4 (AC_SUBST): Fix typo in comment.
5193 * lib/m4sugar/m4sh.m4 (AS_VAR_PUSHDEF): Likewise.
5195 Improve documentation of M4 parameter expansion.
5196 * doc/autoconf.texi (Quoting and Parameters): New section.
5197 (Quotation and Nested Macros): Improve wording.
5199 Improve C99 detection.
5200 * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Add support for HP cc, and
5201 avoid deprecation warning with icc.
5203 Reported by Ted Bullock.
5205 2007-09-24 Jim Meyering <jim@meyering.net>
5207 Whenever possible, use the vertical bar as sed delimiter.
5208 * lib/autoconf/functions.m4 (GETLOADAVG_LIBS) [AC_FUNC_GETLOADAVG]:
5210 * lib/autoconf/status.m4 (_AC_SRCDIRS) [ac_top_builddir_sub]:
5211 [ac_dir_suffix]: Use "|", not "," as sed delimiter.
5212 * tests/mktests.sh (as_me): Likewise.
5213 * lib/freeze.mk (check-forbidden-patterns): Likewise.
5214 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
5215 * configure: Regenerate.
5216 * doc/autoconf.texi (Shell Substitutions): Use "|", not "," in examples.
5217 * lib/autotest/general.m4 (AT_INIT): Use "|", not "&" as sed delimiter
5218 in the : -> $PATH_SEPARATOR transformation of $AUTOTEST_PATH.
5219 This is fine, as long as $PATH_SEPARATOR doesn't contain "|".
5221 2007-09-22 Jim Meyering <jim@meyering.net>
5224 * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
5225 2004-05-31 change also with a comment in the code.
5227 2007-09-20 Eric Blake <ebb9@byu.net>
5229 More contribution housekeeping.
5231 * AUTHORS: Sort, reflect recent assignment from Helge Deller.
5233 Ignore additional files, when copying cross-repository.
5234 * .gitignore: Ignore CVS directories, emacs edits.
5235 * .cvsignore: Ignore .git directory, emacs edits.
5237 2007-09-15 Eric Blake <ebb9@byu.net>
5239 Provide AC_VERSION, not m4_AUTOCONF_VERSION.
5240 * doc/autoconf.texi (Text processing Macros): Remove mention of
5241 m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
5243 (Notices): Move AC_PREREQ...
5244 (Versioning): ...to this new section, alongside the new AC_VERSION
5245 alias for the undocumented m4_PACKAGE_VERSION.
5246 * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
5247 * lib/autoconf/general.m4 (AC_VERSION): New macro.
5248 * NEWS: Update to match this rename.
5249 * tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
5251 * tests/tools.at (autoconf: AC_VERSION): New test.
5252 Suggested by Paolo Bonzini and Benoit Sigoure.
5254 2007-09-14 Eric Blake <ebb9@byu.net>
5256 Prepare for conversion to git.
5257 * doc/.cvsignore: Avoid multiple listings on one line.
5258 * bin/.cvsignore: Likewise.
5259 * .gitignore, bin/.gitignore, config/.gitignore, doc/.gitignore,
5260 lib/.gitignore, lib/Autom4te/.gitignore, lib/autoconf/.gitignore,
5261 lib/autoscan/.gitignore, lib/autotest/.gitignore,
5262 lib/emacs/.gitignore, lib/m4sugar/.gitignore, man/.gitignore,
5263 tests/.gitignore: New files, identical to .cvsignore counterpart.
5265 2007-09-13 Eric Blake <ebb9@byu.net>
5268 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Restore
5270 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Likewise.
5271 * lib/autoconf/general.m4 (_AC_DO_ECHO): Likewise.
5272 * configure: Regenerate.
5274 Clean up 'make dist' of previous patch.
5275 * tests/Makefile.am (EXTRA_DIST): Distribute mktests.stamp.
5276 (CLEANFILES): Don't clean the stamp, since we distribute the
5277 generated files pre-built.
5278 (MAINTAINERCLEANFILES): Clean it here instead.
5279 * tests/Makefile.in: Regenerate.
5281 Avoid parallel 'make check' issue.
5282 * tests/Makefile.am (mktests.stamp): New witness.
5283 (TESTSUITE_GENERATED_AT): Use it.
5284 (CLEANFILES): Clean the witness.
5285 * tests/.cvsignore (mktests.stamp): Ignore the witness.
5287 Document another awk pitfall.
5288 * doc/autoconf.texi (Limitations of Usual Tools) <awk>: Document
5289 limitation of field variables in END.
5290 Reported by Gary V. Vaughan.
5292 * AUTHORS: Add missing entries.
5294 2007-09-12 Eric Blake <ebb9@byu.net>
5296 Publish m4_ifndef, m4_version_compare, m4_AUTOCONF_VERSION.
5297 * doc/autoconf.texi (Text processing Macros): Document
5298 m4_version_compare, m4_AUTOCONF_VERSION, m4_PACKAGE_VERSION.
5299 (Redefined M4 Macros): Document m4_ifndef.
5300 * lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): New macro; we
5301 can't obsolete m4_PACKAGE_VERSION at this time since Autoconf 1.10
5302 used it while it was undocumented.
5303 * NEWS: Document this change.
5304 * lib/m4sugar/Makefile.am (version.m4): Update copyright dates.
5305 * lib/m4sugar/Makefile.in: Regenerate.
5306 * tests/m4sugar.at (m4@&t@_version_compare): New test.
5307 Reported by Bruno Haible.
5309 * doc/autoconf.texi (Generic Compiler Characteristics): Add
5310 missing index entries.
5312 2007-09-11 Eric Blake <ebb9@byu.net>
5314 Centralize all system extensions checks.
5315 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Inline code
5316 from AC_AIX, AC_GNU_SOURCE, AC_MINIX. Add Interix support.
5317 (AC_AIX, AC_GNU_SOURCE, AC_MINIX): Obsolete, and point to
5318 AC_USE_SYSTEM_EXTENSIONS.
5319 (AC_ISC_POSIX): Obsolete, and point to AC_SEARCH_LIBS.
5320 (AC_XENIX_DIR, AC_IRIX_SUN): Promote proper quoting in AU_DEFUN.
5321 * doc/autoconf.texi (Posix Variants): Reword this section,
5322 emphasizing that AC_USE_SYSTEM_EXTENSIONS is the preferred method,
5323 rather than a series of system-specific checks.
5324 (Obsolete Macros): Add AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX,
5326 * NEWS: Document this change.
5328 Reported by Martin Koeppe.
5330 2007-09-08 Eric Blake <ebb9@byu.net>
5332 Clean up obsolete macros references.
5333 * doc/autoconf.texi: Add anchors to support better
5335 (Particular Structures): Move obsolete macros descriptions...
5336 (External Software): Likewise.
5337 (Package Options): Likewise.
5338 (Obsolete Macros): ...to here. Add cross-references to
5339 documentation on replacements.
5340 * NEWS: Mention that these macros have been obsolete for a while
5341 now: AC_STRUCT_ST_BLKSIZE AC_STRUCT_ST_RDEV AC_WITH AC_ENABLE.
5343 Improve M4 path searching during configure.
5344 * lib/autoconf/programs.m4 (AC_PATH_PROGS_FEATURE_CHECK): New
5346 (_AC_PATH_PROG_FEATURE_CHECK): Rename...
5347 (_AC_PATH_PROGS_FEATURE_CHECK): ...to this, add defaulted action
5348 parameter, and kill side effects.
5349 (_AC_PROG_GREP, AC_PROG_SED): Adjust callers.
5350 (_AC_FEATURE_CHECK_LENGTH): Kill extra whitespace.
5351 * m4/m4.m4 (AC_PROG_GNU_M4): Don't stop searching until working m4
5353 (AC_PATH_PROGS_FEATURE_CHECK): Add backwards compatibility hack to
5354 allow bootstrapping with autoconf 2.61.
5355 * configure.ac (M4): AC_PROG_GNU_M4 now exits on failure.
5356 * configure: Regenerate.
5357 * doc/autoconf.texi (Generic Programs): Document new macro.
5358 * tests/mktests.sh (au_exclude_script): Exclude auto-testing new
5360 * tests/semantics.at (AC_PATH_PROGS_FEATURE_CHECK): New test.
5361 * NEWS: Document the change.
5363 Reported by Hans Aberg.
5365 * doc/autoconf.texi (Generic Programs): Fix typo.
5367 2007-09-06 Eric Blake <ebb9@byu.net>
5369 * doc/autoconf.texi (Generic Programs): Use $PATH_SEPARATOR, not
5370 :, and make it clear that optional @var{path} defaults to $PATH.
5371 (Erlang Compiler and Interpreter): Likewise.
5374 * doc/autoconf.texi: Avoid lines > 80 columns when possible.
5375 Reword some paragraphs to avoid overfull, underfull hbox
5376 warnings. Add index entries to avoid overfull vbox warnings.
5378 2007-09-05 Eric Blake <ebb9@byu.net>
5380 * NEWS: Adjust wording for AC_CONFIG_LINKS.
5381 Reported by Ralf Wildenhues.
5383 2007-09-03 Eric Blake <ebb9@byu.net>
5385 * NEWS: Document fixes that have been applied since 2.61a.
5388 * THANKS: Update, and convert to UTF-8 encoding.
5389 * AUTHORS: Likewise.
5391 2007-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5393 * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
5394 names beginning with `-' again.
5396 2007-08-22 Stepan Kasal <kasal@ucw.cz>
5397 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5399 * doc/autoconf.texi (Defining Directories): Mention
5400 AM_CPPFLAGS, as the way to modify CPPFLAGS when using Automake.
5402 2007-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5404 * lib/autoconf/general.m4 (AC_SITE_LOAD): Do not overwrite "$@"
5405 here, this macro is expanded by AC_INIT. Fixes 2.60 regression.
5406 * tests/base.at (configure arguments): New test.
5408 Report by Olaf Lenz.
5410 * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
5411 arguments in comment.
5412 Report by Vincent Torri <vtorri at univ minus evry dot fr>.
5414 2007-08-20 Benoit Sigoure <tsuna@lrde.epita.fr>
5416 * doc/autoconf.texi (File System Conventions): Index the proper
5417 way of detecting absolute file names.
5419 2007-08-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5421 * build-aux/config.guess, build-aux/config.sub,
5422 build-aux/elisp-comp, build-aux/install-sh, build-aux/mdate-sh,
5423 build-aux/missing, build-aux/texinfo.tex, doc/fdl.texi,
5424 doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
5425 * doc/autoconf.texi (GNU Free Documentation License): Adjust for
5426 sectioning change in fdl.texi.
5428 * bin/autoconf.as: Update --version output to match current GCS.
5429 * bin/autoheader.in: Likewise.
5430 * bin/autom4te.in: Likewise.
5431 * bin/autoreconf.in: Likewise.
5432 * bin/autoscan.in: Likewise.
5433 * bin/autoupdate.in: Likewise.
5434 * bin/ifnames.in: Likewise.
5436 2007-08-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5438 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not try to link a
5439 file to itself if source and build trees coincide.
5440 * tests/torture.at (AC_CONFIG_LINKS and identical files): New
5442 Report by Sebastian Freundt <hroptatyr@gna.org>.
5444 2007-07-20 Paul Eggert <eggert@cs.ucla.edu>
5446 Reword the copyright notices to match what's suggested in GPLv3.
5447 In ChangeLog files, use more-permissive notice rather than GPL, as
5448 per usual GNU standards these days.
5450 2007-07-13 Paul Eggert <eggert@cs.ucla.edu>
5452 * doc/autoconf.texi (autoreconf Invocation): Document ACLOCAL_AMFLAGS
5453 limitation reported by Leo Moisio in
5454 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432941>.
5456 2007-07-03 Paul Eggert <eggert@cs.ucla.edu>
5458 * COPYING: Update to GPLv3. All uses changed.
5460 2007-06-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5461 and Paul Eggert <eggert@cs.ucla.edu>
5463 * doc/autoconf.texi (Limitations of Usual Tools): sed -e ''
5466 2007-06-17 Noah Misch <noah@cs.caltech.edu>
5468 * lib/autotest/general.m4 (AT_INIT): Handle absolute `srcdir'.
5469 * tests/autotest.at (srcdir propagation): Test absolute `srcdir' and
5470 `srcdir' as subdirectory of `builddir'.
5472 2007-06-13 Noah Misch <noah@cs.caltech.edu>
5474 * lib/autotest/general.m4 (AT_INIT): Compute $srcdir correctly.
5475 * tests/autotest.at (srcdir propagation): New test.
5477 Reported by Mike Frysinger.
5479 2007-06-13 Paul Eggert <eggert@cs.ucla.edu>
5481 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Set FPATH too.
5482 Problem reported by Fred Kreek in
5483 <http://lists.gnu.org/archive/html/bug-autoconf/2007-06/msg00009.html>.
5484 * doc/autoconf.texi (Special Shell Variables): Warn about FPATH.
5485 (Macro Names, Defining Directories): Don't mention PATH as a name
5486 for a fully qualified file name, as this usage violates the GNU
5487 coding standards and we shouldn't recommend it.
5489 * lib/autotest/general.m4 (AT_INIT): Don't set PATH to the empty
5490 string and then assume shell builtins like "test" will work.
5492 2007-06-12 Noah Misch <noah@cs.caltech.edu>
5494 * lib/autoconf/general.m4 (AC_SUBST): Raise a fatal error if VARIABLE is
5495 not a valid shell variable name.
5496 * tests/mktests.sh (ac_exclude_list): Add AC_ARG_VAR.
5497 * tests/torture.at (AC_SUBST: variable name validation): New test.
5498 Reported by Andreas Schwab.
5500 2007-06-04 Noah Misch <noah@cs.caltech.edu>
5502 * doc/autoconf.texi (AC_F77_MAIN): Give a specific usage example that
5503 works with both C and C++.
5505 2007-06-03 Noah Misch <noah@cs.caltech.edu>,
5506 Bruno Haible <bruno@clisp.org>
5508 * lib/autoconf/c.m4 (AC_OPENMP): Use a simple loop instead of compiler
5511 2007-05-31 Paul Eggert <eggert@cs.ucla.edu>
5513 * doc/autoconf.texi (Particular Types): Give example of use for
5516 2007-05-29 Stepan Kasal <kasal@ucw.cz>
5518 * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Fix a typo.
5520 2007-05-28 Paul Eggert <eggert@cs.ucla.edu>
5522 * doc/autoconf.texi (Particular Types): AC_TYPE_INT8_T does not
5523 define HAVE_INT8_T, and likewise for similar macros.
5524 Problem reported by Patrick Welche in
5525 <http://lists.gnu.org/archive/html/autoconf/2007-05/msg00062.html>.
5527 2007-05-25 Noah Misch <noah@cs.caltech.edu>
5529 * bin/Makefile.am ($(top_builddir)/bin/autom4te): New dependency.
5531 2007-05-21 Paul Eggert <eggert@cs.ucla.edu>
5533 * lib/autoconf/c.m4 (AC_OPENMP): Don't echo --enable-openmp
5534 choice, since that's what we do with --enable-largefile etc.
5535 Redo indenting and assignments to simplify things a bit, and make
5536 the parens work with Emacs.
5538 * doc/autoconf.texi (Generic Compiler Characteristics): Fix typo
5539 in my previous change: AC_C_OPENMP -> AC_OPENMP. Reported by Bruno
5542 2007-05-21 Noah Misch <noah@cs.caltech.edu>
5544 * lib/autoconf/c.m4 (AC_OPENMP): Simplify use of AC_ARG_ENABLE.
5545 * tests/local.at (AT_CHECK_ENV): Exempt OPENMP_CFLAGS.
5547 2007-05-21 Bruno Haible <bruno@clisp.org>
5549 * NEWS: Rename AC_C_OPENMP to AC_OPENMP.
5550 * lib/autoconf/c.m4 (AC_OPENMP): Renamed from AC_C_OPENMP.
5551 * doc/autoconf.texi (Generic Compiler Characteristics): Move
5552 renamed AC_OPENMP documentation here, from "C compiler".
5553 Mention C++ and Fortran.
5555 2007-05-21 Paul Eggert <eggert@cs.ucla.edu>
5557 * doc/autoconf.texi (C Compiler): Tweak OpenMP documentation a bit.
5559 2007-05-21 Bruno Haible <bruno@clisp.org>
5561 * NEWS: Mention AC_C_OPENMP.
5562 * lib/autoconf/c.m4 (AC_C_OPENMP): New macro.
5563 * doc/autoconf.texi (C Compiler): Document AC_C_OPENMP.
5564 Based in part on Steven G. Johnson's investigations for the AX_OPENMP
5565 macro in the Autoconf macro archive.
5567 2007-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5569 * bin/autom4te.in: Fix typos.
5571 2007-05-16 Noah Misch <noah@cs.caltech.edu>
5573 * bin/autoconf.as: Handle `-' just like other input files.
5574 * bin/autom4te.in (parse_args): Pass `-' through.
5575 (handle_output): Skip the forbidden token search if we read from stdin.
5576 (up_to_date): Always treat stdin as out of date.
5577 * tests/tools.at (autoconf: input from stdin): New test.
5578 (autoconf: forbidden tokens, basic): Check a second `autoconf' run.
5580 2007-05-16 Stepan Kasal <kasal@ucw.cz>
5582 * tests/foreign.at tests/semantics.at, tests/tools.at: Remove
5583 parameters for AT_CLEANUP.
5584 * tests/local.at (AT_CHECK_AU_MACRO): Likewise.
5586 2007-05-14 Paul Eggert <eggert@cs.ucla.edu>
5588 * NEWS: Document that AC_C_RESTRICT checks 'restrict' last.
5589 * doc/autoconf.texi (C Compiler): Likewise.
5591 2007-05-14 Noah Misch <noah@cs.caltech.edu>
5593 * lib/autoconf/c.m4 (AC_C_RESTRICT): Check `restrict' last.
5595 2007-05-09 Stepan Kasal <kasal@ucw.cz>
5597 * doc/autoconf.texi: Direntry for "autoconf Invocation"
5598 renamed to "autoconf-invocation"
5600 * doc/autoconf.texi (Caching Results): The CACHE-ID variable
5601 in the examples should not use the internal "ac_" prefix.
5603 2007-05-05 Noah Misch <noah@cs.caltech.edu>
5605 * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): Use `eval'.
5606 * doc/autoconf.texi ($@, case): Document Zsh limitations.
5608 2007-05-03 Stepan Kasal <kasal@ucw.cz>
5610 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Put a.out first.
5611 Reorganize the comments before and in the macro.
5613 2007-05-02 Stepan Kasal <kasal@ucw.cz>
5615 * lib/autoconf/lang.m4, lib/autoconf/c.m4,
5616 lib/autoconf/fortran.m4, lib/autoconf/erlang.m4: Cleanup of
5617 section titles and other comments; no code change.
5619 2007-05-01 Kevin Ryde <user42@zip.com.au>
5621 * doc/autoconf.texi (Particular Programs): Typo
5622 @acindex{AC_PROG_MKDIR_P} shouldn't have "AC" in that call.
5624 2007-04-30 Paul Eggert <eggert@cs.ucla.edu>
5626 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_SPY): Don't imply that
5627 'configure' will fail if the shell lacks proper support for shell
5628 functions. Suggested by RMS.
5630 2007-04-29 Paul Eggert <eggert@cs.ucla.edu>
5632 * doc/autoconf.texi (Limitations of Builtins): Correct the warning
5633 about Solaris /bin/printf '%010000x' 123. Problem reported by
5636 2007-04-28 Paul Eggert <eggert@cs.ucla.edu>
5638 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't look
5639 for a.* when searching for executables, as this prevents users
5640 from having files like a.c. Problem reported by Ralf Wildenhues in:
5641 http://lists.gnu.org/archive/html/autoconf-patches/2007-04/msg00029.html
5642 This fixes a problem introduced on 2000-12-19.
5644 2007-04-26 Paul Eggert <eggert@cs.ucla.edu>
5646 * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
5647 /bin/printf '%010000x' 123. Problem reported by Arto C. Nirkko
5650 2007-04-12 Paul Eggert <eggert@cs.ucla.edu>
5652 * NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
5653 AC_CHECK_TYPE, AC_CHECK_TYPES.
5654 * doc/autoconf.texi (Generic types): C types must be type-names
5655 (the C terminology), not type-ids (the C++ term). C++ types
5656 must not be anonymous.
5657 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Remove special case
5658 for C++; this drops support for anonymous struct and union types,
5659 which were problematic anyway.
5660 * tests/semantics.at (AC_CHECK_HEADERS_NEW): Adjust test to work even
5663 2007-04-12 Jim Meyering <jim@meyering.net>
5665 * doc/autoconf.texi (Libraries): Typo fix: insert missing "in".
5667 2007-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5669 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Fix AC_CONFIG_LINKS
5670 to prefer a link source from the build tree, if it exists.
5671 Report by Pallav Gupta <pallavgupta@gmail.com>.
5673 2007-04-11 Paul Eggert <eggert@cs.ucla.edu>
5675 * doc/autoconf.texi (Generic Types): Document the restrictions
5676 on types imposed by AC_CHECK_TYPE, AC_CHECK_TYPES.
5677 (Generic Compiler Characteristics): AC_CHECK_SIZEOF now works
5678 with objects too. Document the restrictions on its use.
5679 Document the restrictions on AC_CHECK_ALIGNOF's type argument.
5680 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW):
5681 For C, just try sizeof (TYPE) and sizeof ((TYPE)); if the former
5682 works but the latter doesn't, then it's a valid type.
5683 This lets people use function types and so forth.
5684 For C++ there doesn't seem to be a simple solution, so leave it alone.
5685 (AC_CHECK_SIZEOF): Allow argument to be a variable.
5686 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Don't bother to invoke
5687 AC_CHECK_TYPE; that wasn't documented or necessary.
5689 2007-04-11 Stepan Kasal <kasal@ucw.cz>
5691 * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Skip AS_TEST_X
5692 when cross-compiling.
5694 2007-04-11 Stepan Kasal <kasal@ucw.cz>
5696 * doc/autoconf.texi (External Software): Fix a typo in the
5699 2007-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5701 * doc/autoconf.texi (External Software, Package Options):
5702 Fix ambiguous wording. Report by Reuben Thomas <rrt@sc3d.org>.
5704 2007-04-06 Paul Eggert <eggert@cs.ucla.edu>
5706 * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
5707 obsolescent. Suggested by Bruno Haible.
5708 * NEWS: Document this.
5710 2007-03-29 Paul Eggert <eggert@cs.ucla.edu>
5712 * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
5713 (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
5714 default still has the problem. Problem reported by Bruce Korb.
5716 2007-03-28 Stepan Kasal <kasal@ucw.cz>
5717 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5719 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix a
5720 comment in the generated config.status.
5722 2007-03-27 Stepan Kasal <kasal@ucw.cz>
5724 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Update comment.
5726 2007-03-26 Paul Eggert <eggert@cs.ucla.edu>
5728 * doc/autoconf.texi (Shellology): Rework treatment of the 'test'
5729 command and case statements to make it a bit clearer and describe
5732 2007-03-23 Paul Eggert <eggert@cs.ucla.edu>
5734 * doc/autoconf.texi (C Compiler): Mention that AC_PROG_CC_C99 also
5735 checks for unsigned long long int.
5737 2007-03-19 Paul Eggert <eggert@cs.ucla.edu>
5739 * doc/autoconf.texi (Limitations of Usual Tools): Warn about other
5740 nonstandard grep R.E. escape sequences.
5742 2007-03-17 Jim Meyering <jim@meyering.net>
5744 * doc/autoconf.texi: Adjust grammar around use of "heuristics".
5745 (Limitations of Usual Tools): Also list \< and \>, and mention that
5746 HP-UX's grep, like the one from Solaris, does not support that syntax.
5748 2007-03-09 Stepan Kasal <kasal@ucw.cz>
5750 * doc/autoconf.texi (Specifying Names): `--host' does not
5751 change the build type.
5753 2007-03-05 Paul Eggert <eggert@cs.ucla.edu>
5755 * doc/autoconf.texi (C Compiler): Warn that AC_C_BIGENDIAN
5756 suggests AC_CONFIG_HEADERS.
5757 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Warn if not using
5758 AC_CONFIG_HEADERS. Problem reported by
5761 2007-02-28 Paul Eggert <eggert@cs.ucla.edu>
5763 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Fix typo "__LITLE_ENDIAN__".
5764 Problem reported by Paolo Bonzini in:
5765 http://lists.gnu.org/archive/html/autoconf-patches/2007-02/msg00024.html
5766 * tests/semantics.at (AC_C_BIGENDIAN): Don't reject hosts that have
5767 universal binaries. Problem reported by Elias Pipping.
5769 2007-02-27 Paul Eggert <eggert@cs.ucla.edu>
5771 * NEWS: AC_C_BIGENDIAN now supports universal binaries a la Mac OS X.
5772 * doc/autoconf.texi (C Compiler): Document this. There is a new
5773 extra argument ACTION-IF-UNIVERSAL.
5774 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Implement this.
5775 Add support for Solaris-style _LITTLE_ENDIAN and _BIG_ENDIAN.
5776 Reindent for sanity's sake.
5778 2007-02-24 Eric Blake <ebb9@byu.net>
5780 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
5782 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
5783 * lib/autotest/general.m4 (AT_INIT): Likewise.
5784 (_AT_DECIDE_TRACEABLE): Fix syntax highlighting.
5786 2007-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5788 * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
5789 status of rm so we know when it failed.
5790 If cleaning of test dir failed before running the test, warn.
5791 Output the line separator in verbose mode before the warning
5792 to make clear the warning belongs to the following test.
5794 2007-02-08 Paul Eggert <eggert@cs.ucla.edu>
5796 * doc/autoconf.texi (Parentheses): Mention problem with (( in
5799 2007-02-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5800 and Paul Eggert <eggert@cs.ucla.edu>
5802 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix quoting
5803 errors introduced in last change.
5805 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
5807 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer \r to
5808 an actual carriage return. Use "ac_cr" to contain the actual
5810 * doc/autoconf.texi (Limitations of Usual Tools): Document problem
5811 with traditional Awk and begin.
5812 * tests/torture.at (Limitations of Builtins): Document the problem
5813 with Bash 2.03 printf.
5814 (Substitute and define special characters):
5815 Remove trailing white space. Work around a bug in Solaris 8 /bin/bash.
5817 2007-02-06 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (tiny change)
5819 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Redirect
5820 input from /dev/null in awk test, so even Solaris /usr/bin/awk
5821 will not wait for input with a script containing only a BEGIN
5824 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
5826 * doc/autoconf.texi (Introduction, Why GNU M4): Clarify M4 version
5830 2007-02-02 Eric Blake <ebb9@byu.net>
5832 * NEWS: Update copyright.
5834 * m4/m4.m4 (AC_PROG_GNU_M4): Reject M4 1.4 through 1.4.4 as
5836 * configure.ac: Update error message.
5837 * NEWS: Note that M4 1.4.5 or later is now a hard dependency.
5838 Reported by Gary Vaughan and Jim Meyering, and problem analyzed
5840 http://lists.gnu.org/archive/html/bug-autoconf/2006-11/msg00025.html
5842 2007-01-31 Eric Blake <ebb9@byu.net>
5844 * THANKS (people): Update.
5846 2007-01-28 Paul Eggert <eggert@cs.ucla.edu>
5848 * doc/autoconf.texi (Shellology): pdksh 5.2.14 is still the
5850 (Shell Substitutions): Note problems with @{var:=value} etc.
5851 Add a new section for problems with @{#var} etc. Problem noted
5852 by Ralf Wildenhues. See:
5853 http://lists.gnu.org/archive/html/libtool-patches/2005-01/msg00157.html
5855 2007-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5857 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Also
5858 AC_SUBST([MKDIR_P]), so that Automake < 1.10 will pick up its
5859 trace, if a package uses AC_PROG_MKDIR_P explicitly. The actual
5860 substitution will still be done by the special code.
5861 Report by Jim Meyering.
5863 * doc/autoconf.texi (File System Conventions): Mention that
5864 $PATH_SEPARATOR is for the build system only.
5865 Report by Keith Marshall.
5867 2007-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5869 * doc/autoconf.texi (Setting Output Variables): Mention that
5870 all non-NUL characters are ok in substituted values.
5871 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Fix comment typo.
5872 (_AC_OUTPUT_FILES_PREPARE): Test and use backslash escaping of
5873 carriage return for $AWK, needed for BSD awk.
5874 * tests/torture.at (Substitute and define special characters):
5875 Test all 8 bit non-NUL characters.
5876 Report against Automake by Patrick Welche.
5878 2007-01-15 Stepan Kasal <kasal@ucw.cz>
5880 * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
5882 2007-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5884 * lib/autoconf/programs.m4 (AC_PROG_SED): When closing a pipe
5885 early on the reader side, drop stderr of the input to avoid
5886 `broken pipe' error output; this may happen even with shell
5887 builtin `echo' of some bash versions. Reports by Ian Macdonald
5888 <iamacdo@telkomsa.net> and Sam Sexton <Sam.Sexton@reuters.com>.
5890 2007-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5892 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Use newlines to
5893 separate items of `ac_user_opts', to avoid long lines.
5894 (_AC_INIT_PARSE_ENABLE2, _AC_ENABLE_IF_ACTION): Adjust.
5896 2007-01-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5898 * doc/autoconf.texi: Fix some typos.
5900 2007-01-05 Paul Eggert <eggert@cs.ucla.edu>
5902 Fix some wording problems noted by Paolo Bonzini in:
5903 http://lists.gnu.org/archive/html/autoconf-patches/2007-01/msg00077.html
5904 * doc/autoconf.texi (Signed Overflow Examples): Give more
5905 discussion about the allow_superuser_privileges example,
5906 and change it a bit to make things clearer.
5907 (Optimization and Wraparound): Clarify whether the compiler
5908 will generate an infinite loop for the example derived from
5909 Autoconf's mktime test.
5910 (Signed Overflow Advice): Say that -ftrapv is meant for debugging.
5911 Also, clarify unsigned multiplication overflow.
5913 2007-01-04 Eric Blake <ebb9@byu.net>
5915 * bin/Makefile.am (RELEASE_YEAR): New macro.
5916 (edit): Use it to supply correct copyright year to scripts.
5917 * bin/autoconf.as (version): Use it.
5918 * bin/autoheader.in ($version): Likewise.
5919 * bin/autom4te.in ($version): Likewise.
5920 * bin/autoreconf.in ($version): Likewise.
5921 * bin/autoscan.in ($version): Likewise.
5922 * bin/autoupdate.in ($version): Likewise.
5923 * bin/ifnames.in ($version): Likewise.
5925 2007-01-02 Paul Eggert <eggert@cs.ucla.edu>
5927 * doc/autoconf.texi (Integer Overflow): Revised based on today's
5928 feedback. The most important changes document what happens when
5929 you convert an out-of-range value to a signed integer type, and
5930 say that (sum < a) != (b < 0) reliably detects overflow when sum =
5933 * doc/autoconf.texi (Integer Overflow): Greatly expand and
5934 rewrite, taking notions from the recent discussion on the gcc and
5935 autoconf mailing lists; please see
5936 http://lists.gnu.org/archive/html/autoconf-patches/2006-12/msg00091.html
5937 and follow the many links.
5938 (Integer Overflow Basics, Signed Overflow Examples):
5939 (Optimization and Wraparound, Signed Overflow Advice):
5940 (Signed Integer Division): New sections.
5942 2006-12-28 Steven G. Johnson <stevenj@alum.mit.edu>
5944 * lib/autoconf/general.m4 (AC_DEFINE_TRACE): Don't include
5945 preprocessor macro arguments in traced name.
5946 * doc/autoconf.texi (Defining symbols): Document longstanding
5947 support for AC_DEFINE-ing macros with arguments, and document
5948 behavior when the same variable has multiple AC_DEFINEs.
5949 * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Revert to the
5950 old implementation which AC_DEFINEs the FC_FUNC and FC_FUNC_
5951 macros directly, giving much shorter and simpler code.
5953 2006-12-28 Malcolm Purvis <malcolmp@xemacs.org> (trivial change)
5955 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
5956 space before "$ac_configure_args" to prevent a 'config.status
5957 --recheck' failure if ac_configure_args doesn't contain a leading
5958 space. This works around a problem with the XEmacs configure.ac,
5959 which uses the (undocumented) ac_configure_args variable
5960 inconsistently with Autoconf.
5962 2006-12-22 Paul Eggert <eggert@cs.ucla.edu>
5964 * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
5965 Include <limits.h>, and use its INT_MAX to rewrite the
5966 j loop so that it does not overflow 'int'. Problem reported by
5968 <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5969 Play it safe by shifting left by 1 rather than multiplying by 2,
5970 as GCC is less likely to optimize this away when the value
5971 is signed (when it assumes overflow leads to undefined behavior).
5972 Also, don't assume time_t uses two's complement.
5974 2006-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5976 * tests/torture.at (Substitute a 2000-byte string): Avoid using
5977 a 10kB long (multi-line) string literal, OpenServer 5.0.7 ksh
5978 dumps core on it. Report by Tim Rice.
5980 2006-12-18 Steven G. Johnson <stevenj@alum.mit.edu>
5982 * lib/autoconf/general.m4 (AC_ARG_ENABLE): Print help about
5983 --disable-option-checking to --help output even when
5984 AC_PRESERVE_HELP_ORDER is not used.
5985 (_AC_INIT_PARSE_ENABLE2): Print warnings using actual --enable or
5986 --with argument, rather than argument with [-.] replaced by
5988 * NEWS: Fix typo in previous change; the news was in the
5991 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5993 * NEWS: Warnings are now generated by default for unknown
5994 --enable-* and --with-* options.
5995 * doc/autoconf.texi (Option Checking): Renamed from
5996 (Configure Option Checking). Tighten up the wording a bit.
5997 (External Software, Package Options): Cross-reference to Option
5998 Checking, and use this to shorten our section.
5999 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Prefer test -n
6000 "$x" to test "x$foo" != x.
6001 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
6002 Don't warn if $enable_option_checking is "no".
6003 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Initialize
6004 ac_unrecognized_opts to the empty string.
6005 Don't echo the unrecognized opts, as this might mishandle
6006 backslashes or leading -.
6007 (AC_PRESERVE_HELP_ORDER): Put the --disable-option-checking
6008 usage next to the other --disable-FEATURE options in the
6011 2006-12-18 Steven G. Johnson <stevenj@alum.mit.edu>
6013 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS, _AC_INIT_PARSE_ARGS):
6014 (_AC_INIT_PARSE_ENABLE2, _AC_INIT_HELP, _AC_ENABLE_IF):
6015 Print warning for unrecognized --with and --enable options
6016 (AC_DISABLE_OPTION_CHECKING): New macro to disable warnings.
6017 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS, _AC_OUTPUT_SUBDIRS):
6018 Disable option checking when subdirs are configured.
6019 (AC_OUTPUT): If warnings are enabled, print warning about
6020 unrecognized --with and --enable options at the end of
6021 the configure output (as well as at the beginning).
6022 * doc/autoconf.texi (Option Checking): New node.
6023 Document new option warning functionality.
6025 2006-12-16 Eric Blake <ebb9@byu.net>
6027 * configure.ac (AC_INIT): Bump version, since 2.61a is released.
6028 * NEWS: Start news for current version.
6030 2006-12-15 Paul Eggert <eggert@cs.ucla.edu>
6032 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
6033 Define HAVE_GETMNTENT to 1, not to the empty string.
6034 Problem originally reported by Jochen Friedrich in
6035 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403243>.
6037 This change prompted by a problem report by Andrey Simonenko in
6038 <http://lists.gnu.org/archive/html/bug-autoconf/2006-12/msg00026.html>.
6039 * doc/autoconf.texi (Defining Symbols): AC_DEFINE works for
6040 object-like macros only, in the traditional portable character
6042 * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL):
6043 Warn about attempts to define things that are not identifiers.
6044 * lib/autoconf/fortran.m4 (_AC_FC_WRAPPERS): Rewrite to avoid
6045 awful hack that AC_DEFINEd macro names containing parentheses.
6047 2006-12-12 Paul Eggert <eggert@cs.ucla.edu>
6049 * doc/autoconf.texi: Undo some of the 2006-12-10 change. It was
6050 too drastic, even if Texinfo in theory requires it for info mode.
6052 (config.status Invocation): Renamed back from Recreating a
6054 (Obsolete config.status Use): Renamed back from Obsolete Recreation.
6055 (Autoconf 2.13): Renamed back from 20th-century Autoconf 2.
6057 2006-12-11 Paul Eggert <eggert@cs.ucla.edu>
6059 * NEWS: Version 2.61a.
6061 2006-12-11 Paul Eggert <eggert@cs.ucla.edu>
6062 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6064 * NEWS: Document changes with echo and printf, and the lack
6065 of limits on the total size of multi-line values of substituted
6066 variables, and the AC_FUNC_FSEEKO fix.
6068 2006-12-10 Paul Eggert <eggert@cs.ucla.edu>
6070 * doc/autoconf.texi (Writing Autoconf Input): Renamed from
6071 Writing configure.ac.
6072 (Autoconf Input Layout): Renamed from configure.ac Layout.
6073 (Recreating a Configuration): Renamed from config.status Invocation.
6074 (Obsolete Recreation): Renamed from Obsolete config.status Use.
6075 (acconfig Header): Renamed from acconfig.h.
6076 (20th-century Autoconf 2): Renamed from Autoconf 2.13.
6077 (Writing Testsuites): Renamed from Writing testsuite.at.
6078 (Autom4te Cache): Renamed from autom4te.cache.
6080 * BUGS: Remove mention of VPATH problem, since it's now documented
6081 not to be a bug in the Autoconf build procedure itself, but rather
6082 a problem with the proprietary `make' programs.
6084 * doc/autoconf.texi (Build Directories): Add a cross reference
6087 * build-aux/config.guess, build-aux/config.sub, build-aux/texinfo.tex:
6088 * doc/standards.texi: Sync from gnulib.
6090 * man/autoconf.1, man/autoheader.1, man/autom4te.1, man/autoreconf.1:
6091 * man/autoscan.1, man/autoupdate.1, man/config.guess.1:
6092 * man/config.sub.1, man/ifnames.1: Remove from CVS, since they're
6093 generated automatically.
6095 2006-12-06 Paul Eggert <eggert@cs.ucla.edu>
6097 * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Also try -xc99=all, for Sun
6098 C 5.8 on Solaris 10. Using -xc99=all rather than -xc99 bypasses
6099 the buggy -xc99 option of Forte Developer 7 C on Solaris 9.
6101 2006-12-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6103 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Drop the
6104 `CEOF$ac_eof' special marker, the awk script cannot contain a
6105 line matching `^CEOF', so this is not needed any more.
6106 * tests/torture.at (Substitute a newline): Expose the `%!_!# '
6107 special marker in the test.
6109 2006-12-06 Stepan Kasal <kasal@ucw.cz>
6111 * tests/tools.at (autom4te preselections): Use `find -newer';
6112 remove one of the sleeps.
6114 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Make it
6115 more readable, using ...
6116 (_AC_INIT_PARSE_ENABLE2): ... this new helper macro.
6118 * doc/autoconf.texi (autoheader Invocation): Do not double-
6119 quote the parameter of `AH_BOTTOM' in the example.
6121 2006-12-05 Stepan Kasal <kasal@ucw.cz>
6123 * doc/autoconf.texi (Configuration Headers): Remove the
6124 example with multiple input files.
6125 (autoheader Invocation): Encourage `AH_BOTTOM', discouraging
6126 multiple input files.
6128 2006-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6130 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
6131 creating the awk substitution script, handle one input line at a
6132 time, so that the maximum length of a substituted (multi-line)
6133 value is not limited by the size of the sed pattern space.
6134 The trade-off is a slightly repetitive sed script.
6135 * doc/autoconf.texi (Limitations of Usual Tools): Branch labels
6136 can only have up to 7 characters, due to Solaris 10 /bin/sed.
6137 * tests/torture.at (Substitute a 2000-byte string): Increase the
6138 test with several long lines, they should not be caught by sed
6141 * tests/tools.at (autom4te preselections): New test, to flag
6142 entries missing from autom4te.cfg.
6143 Report by David Byron <dbyron@hheld.com>.
6145 * tests/torture.at (Substitute a 2000-byte string): Actually use
6146 AC_PROG_AWK, so the last change works as intended.
6147 (Substitute and define special characters): Likewise.
6148 (Substitute a newline): Likewise.
6150 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
6151 instead of `awk' consistently.
6152 (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
6153 * tests/torture.at (Torturing config.status): Test both the
6154 result of AC_PROG_AWK and plain awk.
6155 (Substitute a 2000-byte string): Likewise.
6156 (Substitute and define special characters): Likewise.
6157 (Substitute a newline): Likewise.
6159 2006-12-04 Paul Eggert <eggert@cs.ucla.edu>
6161 * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Check that fseeko
6162 can be assigned to a function pointer. Problem reported by
6163 Peter Palfrader in <http://bugs.debian.org/401377>. Based on
6164 part of a patch by Ralf Wildenhues in that same bug report.
6166 2006-12-01 Paul Eggert <eggert@cs.ucla.edu>
6168 * tests/mktests.sh (ac_exclude_list): Exclude AC_FUNC_SETVBUF_REVERSED.
6169 * tests/semantics.at (AC_FUNC_SETVBUF_REVERSED): New test.
6171 2006-12-01 Eric Blake <ebb9@byu.net>
6173 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE): Avoid newline, to aid in
6174 cross-compiling from cygwin to mingw.
6175 Reported by Bob Rossi. This resurrects the 2000-11-30 patch to
6176 aclang.m4, which was mistakenly removed in the 2001-09-17 patch
6177 to lib/autoconf/c.m4.
6179 2006-12-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6181 * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Use a longer test
6182 string for more reliable failure. Wrap the entire test that
6183 causes the broken Solaris printf to dump core, in a subshell,
6184 so the segmentation fault message is reliably suppressed.
6185 Fix shell expansion errors by using /usr/ucb/echo always;
6186 avoid an error on systems without it by another subshell.
6187 Avoid m4 expansion of `$1'. Set the zeroth argument of the
6188 subshell-$as_echo to `as_echo', for better error message.
6190 2006-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6192 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): If `BASH_ARGV' or
6193 `BASH_SOURCE' contain a newline, set them to empty, as they may
6196 2006-11-27 Paul Eggert <eggert@cs.ucla.edu>
6198 Turn AC_FUNC_SETVBUF_REVERSED into a noop. It's been obsolete for
6199 years and is too hard to maintain now. The last straw was
6200 reported by Jerker Baeck in
6201 <http://lists.gnu.org/archive/html/autoconf/2006-11/msg00102.html>.
6202 * NEWS: AC_FUNC_SETVBUF_REVERSED is now obsolete.
6203 * doc/autoconf.texi (Particular Functions): Move
6204 AC_FUNC_SETVBUF_REVERSED from here...
6205 (Obsolete Macros): ... to here. Say that it does nothing now.
6206 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
6207 Turn into (almost) a no-op.
6209 * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL, AC_C_CONST):
6211 Do not recommend via AN_FUNCTION, AN_IDENTIFIER, or AN_HEADER.
6212 These macros are obsolescent and new applications shouldn't need them.
6213 * lib/autoconf/functions.m4 (AC_FUNC_CLOSEDIR_VOID, AC_REPLACE_FNMATCH):
6214 (AC_FUNC_GETLOADAVG, AC_FUNC_GETPGRP, AC_FUNC_MEMCMP):
6215 (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP, AC_FUNC_STAT, AC_FUNC_LSTAT):
6216 (AC_FUNC_STRFTIME, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
6217 (AC_FUNC_VPRINTF): Likewise.
6218 * lib/autoconf/headers.m4 (AC_HEADER_DIRENT, AC_HEADER_STAT):
6219 (AC_HEADER_STDC, AC_HEADER_SYS_WAIT, AC_HEADER_TIME): Likewise.
6220 * lib/autoconf/types.m4 (AC_STRUCT_TM): Likewise.
6222 * doc/autoconf.texi (Setting Output Variables): Mention that
6223 @VAR1@VAR2 has unspecified behavior. Problem reported by
6225 * NEWS: Mention this.
6227 * Makefile.am: Put only a single '#' into the copyright notice,
6228 so that it's also present in the output file. Standardize wording
6229 in makefile copyright notices to match GNU coding standards.
6230 * bin/Makefile.am: Likewise.
6231 * doc/Makefile.am: Likewise.
6232 * lib/Makefile.am: Likewise.
6233 * lib/freeze.mk: Likewise.
6234 * lib/autoconf/Makefile.am: Likewise.
6235 * lib/autoscan/Makefile.am: Likewise.
6236 * lib/autotest/Makefile.am: Likewise.
6237 * lib/m4sugar/Makefile.am: Likewise.
6238 * man/Makefile.am: Likewise.
6239 * tests/Makefile.am: Likewise.
6240 * lib/emacs/Makefile.am: Remove copyright notice; it's just a
6243 2006-11-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6245 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Fix error
6246 in the sed script that mangles the awk script: delete up to the
6247 first exclamation mark only.
6248 * tests/torture.at (Substitute and define special characters):
6251 2006-11-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6253 Rewrite config files generation: avoid quadratic growth in
6254 the number of substituted variables by using awk instead of sed
6255 for the bulk of the substitutions.
6256 * NEWS: Mention this.
6257 * doc/autoconf.texi (Setting Output Variables): `|#_!!_#|' is also
6258 forbidden in the output (and thus input) file.
6259 * lib/autoconf/status.m4 (_AC_AWK_LITERAL_LIMIT): New macro.
6260 (_AC_OUTPUT_FILES_PREPARE): Instead of several sed scripts,
6261 generate just one large awk script for substitutions,
6262 eliminating much of the earlier complexity, while adding some
6263 new complexity. Only expand the substitution templates at
6264 configure time, for smaller configure script size. If
6265 _AC_SUBST_FILES are used, test 'awk' for working getline support
6266 at config.status time. If absent, interpolate through the
6267 shell. The awk script was written with much help
6268 from Paolo Bonzini and Paul Eggert.
6269 (_AC_SED_CMD_NUM, _AC_SED_DELIM_NUM, _AC_SED_FRAG): Removed.
6270 (_AC_SED_FRAG_NUM): Likewise.
6271 (_AC_SUBST_CMDS): Renamed from...
6272 (_AC_SED_CMDS): ...this.
6273 (_AC_OUTPUT_FILE): Use _AC_SUBST_CMDS.
6274 * tests/torture.at (Substitute a 2000-byte string): Also
6275 substitute a line with 1000 words, and a variable with several
6277 (Substitute and define special characters): Test awk special
6278 characters, and put substitution input strings `@foo@' in the
6279 output, to test that no recursion happens; test several other
6280 combinations from Paolo Bonzini.
6282 2006-11-25 Paul Eggert <eggert@cs.ucla.edu>
6284 * lib/autotest/general.m4 (AT_INIT): Undo recent changes
6285 that replaced echo with AS_ECHO where this wasn't necessary.
6286 Problem reportd by Ralf Wildenhues.
6287 * lib/m4sugar/m4sh.m4 (_AS_ECHO_PREPARE): Port to Solaris 7,
6288 where "/usr/bin/printf '%s\n' S" dumps core if S is long.
6289 This is Sun bug 4206210. Problem reportd by Ralf Wildenhues.
6291 2006-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6293 * lib/freeze.mk (GREP): Removed, no need to initialize this.
6295 2006-11-21 Paul Eggert <eggert@cs.ucla.edu>
6297 * doc/autoconf.texi (Limitations of Usual Tools): Don't claim
6298 that traditional Awk lacks 3-arg "split". It has it.
6299 Mention that FS must be a single character, and a few other
6300 99-byte limits of traditional Awk.
6301 Mention that if (i in a) doesn't work with traditional Awk.
6303 2006-11-18 Paul Eggert <eggert@cs.ucla.edu>
6305 * tests/autotest.at (BSx641-newline in command):
6306 (BS-BS-newline in command, BSx640-newline in command):
6307 (Newline-CODE-BS-newline in command):
6308 (Single-quote-BS-newline in command):
6309 (Single-quote-newline-BS-newline in command):
6310 Use printf '%s\n' instead of echo, for portability to hosts
6311 where echo interprets backslashes. This will break on hosts
6312 that lack printf, but for now let's assume all such hosts
6313 are dead (if not, we should get reports of test failures).
6315 2006-11-17 Paul Eggert <eggert@cs.ucla.edu>
6317 'echo' has some portability problems, when given a first argument
6318 with a leading '-', or when given any argument containing '\'.
6319 Avoid using 'echo' in these cases.
6320 * bin/Makefile.am $(bin_SCRIPTS): Rewrite to avoid 'echo' entirely.
6321 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Likewise.
6322 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
6323 * lib/autotest/general.m4 (AT_INIT): Likewise.
6324 * bin/autoconf.as: Use AS_ECHO rather than plain echo, when the
6325 argument might be unportable.
6326 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Likewise.
6327 * lib/autoconf/erlang.m4 (AC_LANG(Erlang)): Likewise.
6328 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT):
6329 (_AC_FC_LIBRARY_LDFLAGS): Likewise.
6330 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Likewise.
6331 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE, _AC_INIT_PREPARE):
6332 (_AC_ARG_VAR_VALIDATE, AC_ARG_PROGRAM, _AC_MSG_LOG_CONFTEST):
6333 (AC_RUN_LOG, _AC_RUN_IFELSE, _AC_LIBOBJS_NORMALIZE): Likewise.
6334 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6335 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Likewise.
6336 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
6337 (AC_PROG_MAKE_SET): Likewise.
6338 * lib/autoconf/status.m4 (_AC_SRCDIRS, _AC_OUTPUT_HEADER):
6339 (_AC_OUTPUT_SUBDIRS, _AC_OUTPUT_CONFIG_STATUS): Likewise.
6340 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT, AT_INIT):
6341 (AT_CLEANUP, _AT_DECIDE_TRACEABLE, _AT_CHECK): Likewise.
6342 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE, _AS_ECHO_UNQUOTED):
6343 (_AS_BASENAME_SED, _AS_DIRNAME_SED, AS_MKDIR_P, AS_TMPDIR, AS_UNAME):
6344 (AS_TR_SH, AS_TR_CPP, AS_VAR_GET): Likewise.
6345 * bin/autoconf.as: Redo verbose flag implementation, as the old
6346 scheme wouldn't work with AS_ECHO.
6347 * lib/autotest/general.m4 (AT_INIT): Likewise.
6348 * lib/autoconf/general.m4 (AC_MSG_RESULT, AC_MSG_RESULT_UNQUOTED):
6349 Don't use ECHO_T, since ECHO_N is now reliable.
6350 * lib/autotest/general.m4 (AT_INIT): Likewise.
6351 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use sed "$script"
6352 rather than using a here-document to put the script into a file.
6353 (_AC_DO_ECHO): Hoist the eval out of the echo, so that we can
6355 * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Likewise.
6356 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Use
6357 AS_ECHO_N rather than ECHO_N and ECHO_C. This doesn't fix any
6358 bug, but we might as well stop using ECHO_N and ECHO_C internally.
6359 * lib/autotest/general.m4 (AT_SETUP): Likewise.
6360 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N): Likewise.
6361 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
6362 (_AC_OUTPUT_MAIN_LOOP): Rework echo so that it has just one
6363 operand, as AS_ECHO requires. Avoid double file name expansion.
6364 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke _AS_ECHO_PREPARE.
6365 Don't set as_nl, since _AS_ECHO_PREPARE does that now.
6366 (_AS_PREPARE): Comment that _AS_ECHO_N_PREPARE is just for user code.
6367 (AS_ECHO, AS_ECHO_N, _AS_ECHO_PREPARE): New macros.
6368 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
6369 Double-quote strings that would otherwise contain M4 comments.
6370 * tests/m4sh.at (AS_ECHO and AS_ECHO_N): New test.
6372 * configure.ac (AC_INIT): Bump to 2.61a.
6375 2006-11-17 Paul Eggert <eggert@cs.ucla.edu>
6379 * configure.ac (AC_INIT): Bump to 2.61.
6382 * tests/autotest.at (Macro with backslash in a test title):
6383 Comment out for now, as this tests neither fails nor passes
6384 reliably. Problem reported by Ralf Wildenhues.
6386 2006-11-16 Paul Eggert <eggert@cs.ucla.edu>
6388 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
6389 in previous change, which caused test failures.
6391 2006-11-16 Stepan Kasal <kasal@ucw.cz>
6393 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Factor out
6394 code for --enable, --disable, --with, and --without to...
6395 (_AC_INIT_PARSE_ENABLE): ... a new macro.
6396 * doc/autoconf.texi (Package Options):
6397 * NEWS: Document that AC_ARG_ENABLE allows dots, too.
6399 2006-11-16 Paul Eggert <eggert@cs.ucla.edu>
6401 Import these changes from config via gnulib:
6403 2006-11-15 Ben Elliston <bje@gnu.org>
6405 From Josselin Mouette <joss@debian.org>:
6406 * build-aux/config.guess (SX-8:SUPER-UX:*:*): New.
6408 2006-11-08 Ben Elliston <bje@gnu.org>
6410 * build-aux/config.guess (authenticamd:Interix*:[3456]*): Another AMD64.
6412 2006-11-07 Steve Woodford <scw@NetBSD.org>
6413 Ben Elliston <bje@gnu.org>
6415 * build-aux/config.guess (*:NetBSD:*:*): Handle sh5el arch.
6416 * build-aux/config.sub (sh5el): New basic_machine.
6419 Import this change from coreutils:
6421 2006-02-13 Jim Meyering <jim@meyering.net>
6423 * GNUmakefile (all): Emit diagnostics to stderr, not stdout.
6426 Import this change from gnustandards via gnulib:
6428 2006-11-15 Karl Berry <karl@gnu.org>
6430 * standards.texi: core -> memory, throughout.
6431 (CPU Portability): show correct example of calling write
6432 on a char value; thanks to Paul Eggert for the code.
6433 Both of these suggestions from Eugene Y. Vasserman.
6436 Import these changes from texinfo via gnulib:
6438 2006-11-08 Karl Berry <karl@gnu.org>
6440 * build-aux/texinfo.tex (\dopdfimage): look for png, jpg/jpeg/JPG, and
6441 as well as pdf images, since they are supported in pdftex with
6444 2006-11-05 Karl Berry <karl@gnu.org>
6446 * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
6448 2006-11-13 Paul Eggert <eggert@cs.ucla.edu>
6450 * NEWS: Document the AC_ARG_WITH change.
6452 2006-11-13 Bruno Haible <bruno@clisp.org>
6454 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): For --with, --without
6455 options, transliterate also dots to underscores.
6456 (_AC_ENABLE_IF): Transliterate also dots to underscores.
6457 * doc/autoconf.texi (External Software): Document that AC_ARG_WITH's
6458 first argument may also contain dots.
6460 2006-11-09 Paul Eggert <eggert@cs.ucla.edu>
6462 * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for
6463 benefit of platforms like Solaris+GCC where it is common to have a
6464 non-working g++ installation.
6466 2006-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6467 and Joel E. Denny <jdenny@ces.clemson.edu>
6468 and Paul Eggert <eggert@cs.ucla.edu>
6470 * tests/autotest.at (AT_CHECK_AT_TITLE): Fix shell quoting bugs
6471 and non-portable sed scripts, and use $CONFIG_SHELL when invoking
6474 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
6476 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Set
6477 ac_cv_type_long_long_int to 'yes' instead of 'cross-compiling'.
6478 Imported from a similar patch to gnulib by Bruno Haible.
6480 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
6482 * NEWS: New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
6483 * doc/autoconf.texi (C Compiler): Document them.
6484 * lib/autoconf/c.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS):
6485 New macros, taken from gnulib.
6487 2006-11-07 Paul Eggert <eggert@cs.ucla.edu>
6489 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
6490 Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
6493 2006-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6495 * tests/torture.at (Configuring subdirectories): Do not skip
6496 Automake 1.10 nor future Automake 11.1 (sic).
6498 2006-10-26 Joel E. Denny <jdenny@ces.clemson.edu>
6499 and Stepan Kasal <kasal@ucw.cz>
6501 Handle special characters in test case titles correctly.
6502 * lib/autotest/general.m4 (AT_INIT): M4-quote and AS_ESCAPE AT_help_all
6504 (AT_SETUP): M4-quote and AS_ESCAPE the title properly everywhere.
6505 * tests/autotest.at (AT_CHECK_AT_TITLE): Add EXPANDED-TITLE-TO-TEST
6506 argument. Extend to check titles printed by ./micro-suite and
6507 ./micro-suite -l and the title in micro-suite.log.
6508 (Backquote in a test title,
6509 Single-quote in a test title,
6510 Double-quote in a test title): Don't expect failure anymore.
6511 (Backslash in a test title): Put a non-whitespace character after the
6512 backslash so that Bourne shells might actually see it as an escape
6514 (Brackets in a test title,
6515 Pound in a test title,
6516 Comma in a test title,
6517 Quoted Macro in a test title,
6518 Macro in a test title,
6519 Macro with single-quote in a test title): New tests.
6520 (Macro with backquote in a test title,
6521 Macro with double-quote in a test title,
6522 Macro with backslash in a test title): New tests expected to fail.
6523 * tests/torture.at (#define header templates): M4-quote this title in
6524 AT_SETUP call so that no M4 code is commented inadvertently somewhere.
6525 The visible effect was a stray [] in the testsuite output.
6527 2006-10-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6529 * doc/autoconf.texi (Limitations of Builtins): Do not invoke
6530 `trap ... 0' inside a function, for AIX sh.
6532 2006-10-26 Paul Eggert <eggert@cs.ucla.edu>
6534 * tests/base.at (AC_COMPUTE_INT): Test **0** rather than 1 / 0,
6535 since powerpc-apple-darwin8-gcc-4.0.1 (Apple Computer, Inc. build
6536 5363) simply issues a warning when dividing by zero at compile
6537 time. Problem reported by Elias Pipping.
6539 2006-10-26 Eric Blake <ebb9@byu.net>
6542 * doc/autoconf.texi (Evaluation Macros): Improve the example to
6543 show effect on macros that expand with commas.
6544 Reported by Joel E. Denny.
6546 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
6547 Also work with M4 1.4.8.
6549 2006-10-25 Paul Eggert <eggert@cs.ucla.edu>
6551 * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
6554 2006-10-25 Stepan Kasal <kasal@ucw.cz>
6556 * tests/tools.at (autom4te --force): New test, verifies that
6557 `--force' always rewrites the output file.
6559 2006-10-24 Paul Eggert <eggert@cs.ucla.edu>
6561 * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
6562 needs operands on NetBSD 2.0.2. Problem reported by Bruno Haible.
6564 2006-10-24 Stepan Kasal <kasal@ucw.cz>
6566 * tools/trace.at (autoconf --trace: user macros): Test `$%'.
6568 2006-10-24 Paul Eggert <eggert@cs.ucla.edu>
6570 * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
6571 If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
6572 AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
6573 reported by Nelson H. F. Beebe for Coreutils 6.4.
6575 * tests/tools.at (autoconf --trace: user macros): Remove test
6576 for tracing multiline macros, since m4 1.4.7a uses a different
6577 way to number lines. Problem reported by Ralf Wildenhues.
6579 2006-10-24 Stepan Kasal <kasal@ucw.cz>
6581 * bin/autom4te.in (handle_m4): Do not redirect stdin to
6582 /dev/null since the heuristics for interactive behaviour was
6585 * bin/autom4te.in: With --force, always refresh the output
6586 file. Problem reported by Greg Schafer <gschafer@zip.com.au>.
6588 * bin/autoconf.as: Fix the verbose message at the end.
6590 2006-10-23 Paul Eggert <eggert@cs.ucla.edu>
6592 * configure.ac (AC_INIT): Bump to 2.60c.
6595 2006-10-22 Paul Eggert <eggert@cs.ucla.edu>
6597 * NEWS: Version 2.60b.
6599 Import this change from Texinfo:
6600 2006-10-15 Karl Berry <karl@gnu.org>
6601 * build-aux/texinfo.tex: automake 1.10
6603 * NEWS: Remove AC_CACHE_CHECK_INT.
6604 * doc/autoconf.texi (Caching Results): Likewise.
6605 * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
6606 AC_CACHE_CHECK_INT, since it's no longer public.
6607 * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
6608 * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
6610 2006-10-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6612 * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
6614 2006-10-19 Eric Blake <ebb9@byu.net>
6616 * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
6617 (m4_maketemp): Avoid warnings with M4 1.9a.
6618 * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
6620 * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
6623 2006-10-16 Eric Blake <ebb9@byu.net>
6625 * doc/autoconf.texi (Setting Output Variables): Fix typo.
6627 * bin/autoconf.as (version): Reword to match GNU Coding
6629 * bin/autoheader.in (version): Likewise.
6630 * bin/autom4te.in (version): Likewise.
6631 * bin/autoreconf.in (version): Likewise.
6632 * bin/autoscan.in (version): Likewise.
6633 * bin/autoupdate.in (version): Likewise.
6634 * bin/ifnames.in (version): Likewise.
6636 2006-10-14 Stepan Kasal <kasal@ucw.cz>
6638 * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
6639 looking for special shell characters.
6640 * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
6641 macro defined by AS_VAR_PUSHDEF before passing it as a
6643 * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
6644 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
6645 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
6646 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
6647 (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
6649 * lib/autotest/general.m4 (AT_INIT): Quote parameters of
6651 * tests/m4sh.at (AS_LITERAL_IF): New test.
6653 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
6655 (Imported from Automake.)
6656 * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6657 which incorrectly sets the mode of an existing destination
6658 directory. In some cases the unpatched install-sh could do the
6659 equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6660 system. We hope this is rare in practice, but it's clearly worth
6661 fixing. Problem reported by Alex Unleashed in
6662 <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6663 Also, don't bother to check for -m bugs unless we're using -m;
6664 suggested by Stepan Kasal.
6666 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
6668 Import this change from Automake:
6670 2006-08-23 Alexandre Duret-Lutz <adl@gnu.org>
6671 * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
6672 is enabled by default with gnu and gnits strictness.
6673 Report from Bruno Haible.
6675 2006-03-10 Alexandre Duret-Lutz <adl@gnu.org>
6676 * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
6677 gnu and gnits modes.
6679 Import this change from Config:
6681 2006-09-20 Ben Elliston <bje@gnu.org>
6682 * build-aux/config.sub (score, score-*): New.
6684 Import this change from Gnulib:
6686 2006-09-16 Karl Berry <karl@gnu.org>
6687 * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
6688 to avoid sectioning errors.
6690 Import these changes from Texinfo:
6692 2006-10-04 Karl Berry <karl@gnu.org>
6693 * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
6694 (\quoteexpand): rename to \rquoteexpand.
6695 (\codequoteleft): new def, to look for @set codequotebacktick.
6696 (\lquoteexpand, \quoteexpand): new defs.
6697 (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
6698 (\code): must use new \...Char values, since now ` is active.
6700 2006-08-26 Karl Berry <karl@gnu.org>
6701 * build-aux/texinfo.tex (\textdegree): New command.
6703 2006-08-12 Karl Berry <karl@gnu.org>
6704 * build-aux/texinfo.tex (error \box0): smaller font.
6706 2006-10-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6708 * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
6710 2006-10-13 Stepan Kasal <kasal@ucw.cz>
6712 * doc/autoconf.texi (Autoheader Macros): Warn that the text
6713 added to the template can get mangled.
6715 2006-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6717 * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
6718 include the default headers, and redefine obstack_chunk_alloc
6719 and obstack_chunk_free. Fixes false failure with glibc.
6721 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
6723 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
6724 for backward compatibility with Libtool 1.5.22. Problem reported
6727 2006-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6729 * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
6731 Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
6733 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
6735 * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
6736 the NonStop platform.
6737 * doc/autoconf.texi (Posix Variants): Likewise.
6738 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6740 * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
6741 (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
6742 (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
6743 Use a better substitute, by inspecting the output of "ls"
6744 rather than just using ":".
6745 * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
6746 rather than AS_EXECUTABLE_P, since we needn't worry about
6747 non-regular files here.
6749 * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
6750 due to configuration hassles with this. See Tonya Underwood's report
6751 <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
6752 * doc/autoconf.texi (Special Shell Variables): Likewise.
6754 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
6755 Stepan Kasal <kasal@ucw.cz>
6757 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
6758 (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
6760 2006-10-11 Stepan Kasal <kasal@ucw.cz>
6762 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
6763 initialization which is not inherited through the environment
6764 (_AS_BOURNE_COMPATIBLE): ... to this new macro.
6765 (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
6767 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
6769 * doc/autoconf.texi (Limitations of Usual Tools): Describe
6770 problems with mkdir -p -m.
6772 2006-10-06 Paul Eggert <eggert@cs.ucla.edu>
6774 * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
6775 comment about ac_cpp_err; it was incorrect, and anyway
6776 ac_cpp_err is being removed below.
6777 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
6778 set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
6779 are both 'yes'. In fact, don't bother setting ac_cpp_err at all;
6781 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
6782 with werror_flag and conftest.err and so forth. This is more
6783 compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
6784 and anyway the user shouldn't normally want to see this gorp logged.
6785 Problem reported by Ralf Wildenhues.
6786 * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
6787 empty, not 'no', since the rest of the code uses 'test -z'.
6789 2006-10-04 Paul Eggert <eggert@cs.ucla.edu>
6791 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
6792 Use a single call to AC_DO_TOKENS rather than multiple, for
6794 (_AC_LINK_IFELSE): Test that resulting file is executable.
6795 Problem reported by mwoehlke in
6796 <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
6798 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
6799 than creating a file to use with test -x; this is much faster.
6801 2006-10-02 Bruno Haible <bruno@clisp.org>
6803 * lib/autom4te.in (Automake-preselections): Add
6804 AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
6806 2006-09-27 Stepan Kasal <kasal@ucw.cz>
6808 * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
6809 standard error, `experr' should be used, not `expout'.
6811 2006-09-26 Paul Eggert <eggert@cs.ucla.edu>
6813 * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
6814 fseeko testing program twice; just use the earlier result.
6815 * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
6816 Set cache var to 'unknown' (not 'no') if leaving the macro unset
6817 still doesn't let the program compile.
6818 (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
6821 * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
6822 (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h. Just
6823 include it, without including anything else.
6824 (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
6826 (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
6828 2006-09-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6830 * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
6831 `error.h', and include it, for a `error_at_line' prototype.
6832 Use a nonempty format string in the link test.
6833 * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
6834 for a declaration of wait3.
6836 2006-09-26 Paul Eggert <eggert@cs.ucla.edu>
6838 * NEWS: AC_CHECK_DECL now also works with aggregate objects.
6839 * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
6840 can apply to constants too, and that it checks for macro defns.
6841 * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
6842 and simply cast the identifier to void. This handles structure
6843 values. Problem reported by Ralf Wildenhues.
6844 * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
6846 2006-09-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6848 * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
6849 structure, and function symbols.
6851 2006-09-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6853 * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
6856 2006-09-25 Paul Eggert <eggert@cs.ucla.edu>
6858 * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
6860 * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
6862 2006-09-25 Paul Eggert <eggert@cs.ucla.edu>
6863 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6865 * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
6866 warnings (uninitialized value).
6867 (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
6869 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
6871 (AC_STRUCT_TM): Likewise, avoid unused variables.
6873 2006-09-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6875 * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
6876 (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
6877 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
6878 * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
6879 Report by Olly Betts.
6881 2006-09-19 Eric Blake <ebb9@byu.net>
6883 * m4/m4.m4: Change copyright.
6884 * configure: Regenerate.
6885 * Makefile.in: Likewise.
6886 * bin/Makefile.in: Likewise.
6887 * doc/Makefile.in: Likewise.
6888 * lib/Makefile.in: Likewise.
6889 * lib/Autom4te/Makefile.in: Likewise.
6890 * lib/autoconf/Makefile.in: Likewise.
6891 * lib/autoscan/Makefile.in: Likewise.
6892 * lib/autotest/Makefile.in: Likewise.
6893 * lib/emacs/Makefile.in: Likewise.
6894 * lib/m4sugar/Makefile.in: Likewise.
6895 * man/Makefile.in: Likewise.
6896 * tests/Makefile.in: Likewise.
6898 * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
6899 * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
6900 * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
6901 --error-output, to avoid warnings with M4 2.0.
6903 2006-09-19 Stepan Kasal <kasal@ucw.cz>
6905 * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
6906 consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
6907 * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
6909 2006-09-15 Stepan Kasal <kasal@ucw.cz>
6911 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
6912 expansion of AC_CHECK_FUNCS.
6914 2006-09-14 Stepan Kasal <kasal@ucw.cz>
6916 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
6917 mistaken comment: the path has to be relative; do not use
6918 the path at runtime.
6920 2006-09-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6922 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
6923 argument to `--prefix' for sub-configure scripts.
6924 Pass `--silent' to sub-configure scripts.
6925 * tests/torture.at (Configuring subdirectories): Add tests
6927 * doc/autoconf.texi (Setting Output Variables): Fix example to
6928 not show `--silent' being passed to a `configure' re-run.
6930 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6932 * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
6933 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
6934 for the existence of the directory at configure-time. That's
6935 too late, anyway. Problem reported by Stefan Seefeld.
6937 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
6938 7.1.4 /usr/bin/posix/sh described by Tim Rice in
6939 <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
6941 2006-09-11 Stepan Kasal <kasal@ucw.cz>
6943 * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
6944 works with GNU M4 1.4.3 again; make the normalized form
6945 match the current m4 message; fix the description.
6946 * test/tools.at (autom4te cache): Adapt to the change.
6948 2006-09-08 Paul Eggert <eggert@cs.ucla.edu>
6950 * lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Add year_2050_test
6951 to catch glibc bug 2821
6952 <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6954 Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
6955 AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
6956 AC_CHECK_FUNCS. Don't check for stdlib.h, since we now
6959 2006-09-08 Stepan Kasal <kasal@ucw.cz>
6961 * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
6963 (Autoconf): ... here.
6964 (Autoscan-preselections): Delete.
6966 2006-09-07 Stepan Kasal <kasal@ucw.cz>
6968 * lib/autom4te.in (Automake-preselections): Preselect
6971 2006-09-05 Paul Eggert <eggert@cs.ucla.edu>
6973 * doc/autoconf.texi (Preset Output Variables): srcdir and
6974 top_srcdir are not necessarily relative. Problem reported
6977 2006-09-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6979 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
6980 f90/f95 because the latter drivers of AIX Fortran 9.1 do not
6981 accept files with extension `.f'. For consistency, also prefer
6983 * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
6986 2006-09-05 Romain Lenglet <rlenglet@users.forge.objectweb.org>
6988 * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
6989 of ERLANG_LIB_VER_* variables.
6990 * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
6993 2006-09-03 Paul Eggert <eggert@cs.ucla.edu>
6994 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6996 * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
6997 bugs of Bash 2.01 and 2.05a.
6998 (Fortran Compiler): Document that AC_PROG_CC should be called
6999 before AC_PROG_FC, due to a bug in Autoconf.
7001 2006-09-01 Paul Eggert <eggert@cs.ucla.edu>
7003 * NEWS: New macro AC_CACHE_CHECK_INT. It replaces the
7004 old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
7005 except the first two arguments are reversed.
7006 * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
7007 (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
7008 caches nor outputs a diagnostic. Suggested by Bruno Haible.
7009 * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
7010 equivalent to the old AC_COMPUTE_INT.
7011 (AC_COMPUTE_INT): No longer caches or reports. New signature.
7012 All uses changed to AC_CACHE_CHECK_INT.
7013 * tests/base.at (AC_CACHE_CHECK_INT): New test.
7014 * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
7016 2006-08-31 Paul Eggert <eggert@cs.ucla.edu>
7018 * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
7019 and AC_REPLACE_FNMATCH are now obsolescent in Autoconf. New
7020 programs should use their Gnulib counterparts.
7021 * doc/autoconf.texi (Particular Functions): Likewise.
7022 (Macro Names, testsuite Invocation): Replace uses of these
7023 obsolete macros with uses of non-obsolete macros.
7025 2006-08-29 Eric Blake <ebb9@byu.net>
7027 * configure.ac (AC_INIT): Bump to 2.60b.
7030 2006-08-28 Eric Blake <ebb9@byu.net>
7032 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
7033 mistakenly swapped on 2006-08-15.
7035 2006-08-25 Paul Eggert <eggert@cs.ucla.edu>
7037 * NEWS: Version 2.60a.
7039 2006-08-25 Stepan Kasal <kasal@ucw.cz>
7041 * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
7042 file created by the PGI compiler.
7044 2006-08-25 Noah Misch <noah@cs.caltech.edu>
7046 * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
7049 2006-08-25 Paul Eggert <eggert@cs.ucla.edu>
7051 Fix Lex library problem reported to us by Julio Garvia.
7052 * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
7053 for the default, which the user can override.
7054 * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
7056 (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
7057 didn't work if some values were cached but not others. Test for
7058 broken lex libraries like native ia64-hp-hpux11.22; see
7059 <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
7060 work around the problem by preferring an empty LEXLIB to -lfl or
7061 -ll. Let the user set LEXLIB='' to indicate no library needed.
7063 * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
7065 * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
7067 2006-08-24 Paul Eggert <eggert@cs.ucla.edu>
7069 Rework to use more-modern build style.
7070 Many files are renamed; all uses of their names were changed.
7071 * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
7072 * .x-sc_useless_cpp_parens: New file.
7073 * build-aux/config.guess: Renamed from config/config.guess. Update.
7074 * build-aux/config.sub: Renamed from config/config.sub. Update.
7075 * build-aux/elisp-comp: Renamed from config/elisp-comp.
7076 * build-aux/install-sh: Renamed from config/install-sh. Update.
7077 * build-aux/mdate-sh: Renamed from config/mdate-sh.
7078 * build-aux/missing: Renamed from config/missing.
7079 * build-aux/texinfo.tex: Renamed from config/texinfo.tex. Update.
7080 * build-aux/vc-list-files: Renamed from config/vc-list-files.
7081 * config/Makefile.am: Removed.
7082 * config/mkinstalldirs: Removed.
7083 * config/move-if-change: Removed.
7084 * m4/m4.m4: Renamed from config/m4.m4. Add (C) to copyright notice.
7085 * Makefile.am (SUBDIRS): Remove config.
7086 (ACLOCAL_AMFLAGS): Include from m4, not config.
7087 (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
7088 (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
7089 (autom4te-update): Rewrite with a loop. Get from gnulib, not automake.
7090 Fail if there's an error.
7091 * Makefile.cfg (move_if_change): Remove.
7092 (wget_files): Remove.
7093 (cvs_executable_files): New macro.
7094 (cvs_files): Use it. Remove mkinstalldirs. Add fdl.texi.
7095 (executable-update): Use $(cvs_executable_files).
7096 (local-checks-to-skip): Remove.
7097 * Makefile.maint: Merge from coreutils, plus add our own changes
7098 (gzip_rsyncable): New macro.
7100 (CVS_LIST): Use build-aux/vc-list-files.
7101 (VERSION_REGEXP): New macro.
7102 (local-checks-available): Add patch-check, $(syntax-check-rules),
7104 (syntax-check-rules): Compute dynamically.
7105 (sc_cast_of_x_alloc_return_value): Work even if no source files.
7106 (sc_cast_of_alloca_return_value): Likewise.
7107 (sc_prohibit_atoi_atof): Simplify regexp.
7108 (sc_no_if_have_config_h, sc_require_config_h):
7109 (sc_prohibit_assert_without_use,
7110 (sc_obsolete_symbols): Check for O_NDELAY.
7111 (sc_texi_notab): Remove.
7112 (sc-changelog): Don't make an exception for '----' lines.
7113 (.re-list): Remove, so we don't have a junk file behind.
7114 (sc_system_h_headers): Remove the need for .re-list.
7115 (sc_the_the): New rule.
7116 (sc_tight_scope): Simplify.
7117 (sc_trailing_blank): Renamed from sc_trailing_space.
7118 (longopt_re): New macro.
7119 (sc_two_space_separator_in_usage): New rule.
7120 (sc_unmarked_diagnostics): Look at all files under CVS.
7121 (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
7122 (news-date-check, changelog-check): Version is OK.
7123 (po-check): Look for lib files even if not in CVS.
7124 (copyright-check): Use $() not ``.
7125 (maintainer-distcheck): Do not depend on changelog-check.
7126 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7127 Also check for -Wpointer-arith.
7128 (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
7129 (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
7131 (announcement): Add --gpg-key-id arg.
7133 (move_if_change): Just use mv.
7134 (local_updates: Remove wget-update, po-update.
7135 (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
7136 (config.guess-url_prefix, config.sub-url_prefix): Remove.
7137 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
7138 (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
7139 ($(get-targets)): Remove.
7140 (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
7141 (gnulib_repo): Renamed from automake_repo. Get from gnulib now.
7142 (cvs-update): Get from gnulib.
7143 (emut_upload_commands): gnupload is in build-aux now.
7144 (alpha beta major): Add changelog-check. Check version.
7145 * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
7146 (AC_CONFIG_FILES): Remove.
7147 * bin/autoconf.as: Add spaces to avoid distcheck warning.
7148 * config/announce-gen: Sync from coreutils.
7149 * doc/make-stds.texi: Sync from gnulib.
7150 * doc/standards.texi: Likewise.
7151 * man/Makefile.am: Adjust for config -> build-aux renaming.
7152 * tests/Makefile.am: Prefer $(FOO) to @FOO@.
7153 * tests/local.at: Adjust from config -> build-aux renaming.
7154 * tests/tools.at: Likewise.
7155 * tests/torture.at: Likewise.
7157 * NEWS: The C99 check now tests for vararg macros and 64-bit
7159 * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
7160 * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
7161 64-bit preprocessor ints. Check for static initialization of
7162 long long. Remove unnecessary casts.
7164 2006-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7166 * doc/autoconf.texi (Particular Programs): Mention that
7167 @INSTALL@ and @MKDIR_P@ may vary for different output files.
7168 Reported by Alexandre Duret-Lutz.
7170 2006-08-24 Paul Eggert <eggert@cs.ucla.edu>
7172 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
7173 -lgcc?* and -lSystem, for Darwin/MacOS X. Problem reported by
7175 <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
7177 2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
7179 * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
7180 pacify insanely picky compilers. Problem reported by Eric Blake.
7182 * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
7183 longer supported by Sun.
7185 2006-08-15 Paul Eggert <eggert@cs.ucla.edu>
7187 * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
7188 rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
7189 -Wundef -Werror". Problem reported by David Fang in
7190 <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
7191 * doc/autoconf.texi (Header Templates, Default Includes):
7192 (Particular Functions, Generic Functions, Header Portability):
7193 (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
7194 (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
7195 (Present But Cannot Be Compiled, Preprocessor Symbol Index):
7196 Prefer #ifdef to #if.
7197 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
7198 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
7199 (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
7200 (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
7202 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
7203 (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
7204 * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
7205 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
7206 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
7207 S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
7210 2006-08-14 Paul Eggert <eggert@cs.ucla.edu>
7212 * doc/autoconf.texi (Limitations of Usual Tools): Document sed
7213 problems with arg script text that doesn't end in newline, and
7214 with '-e a...'. Problems reported by Ralf Wildenhues.
7216 2006-08-12 Alexandre Julliard <julliard@winehq.org> (tiny change)
7218 * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
7219 check for libXt by a check for libX11.
7221 2006-08-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7223 * doc/autoconf.texi (config.status Invocation): Adjust according
7226 2006-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7228 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
7229 --help' should mention that `--version' outputs configuration
7230 settings. Report by Bruno Haible.
7232 2006-08-06 Paul Eggert <eggert@cs.ucla.edu>
7234 Fix test suite failures reported by Pierre in
7235 <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
7236 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
7237 the compiler created a file "b.out" when it didn't create anything
7239 * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
7240 Discard stderr too, when invoking the test script.
7242 2006-08-05 Alexandre Julliard <julliard@winehq.org> (tiny change)
7244 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
7245 in the restoring of the werror flag.
7247 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
7249 * doc/autoconf.texi (Volatile Objects): Be even a little
7250 less skeptical about "volatile", after discussion with
7251 Bruno Haible on bug-gnulib.
7252 (Limitations of Usual Tools): Warn about sed stripping
7253 leading white space from text. From Bruno Haible.
7255 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
7257 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
7258 compiler complains about it, even if things works after the
7259 complaint. Problem reported by Peter O'Gorman.
7261 * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
7262 CPPFLAGS, and LDFLAGS better. Problem reported by Bruno Haible.
7263 Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
7265 2006-07-17 Paul Eggert <eggert@cs.ucla.edu>
7267 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
7268 after -R regardless of host. Patrick Welche reports that this
7269 fixes things on NetBSD 3.99.
7271 * NEWS: Recommend M4 1.4.5.
7273 * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
7274 * tests/tools.at (autom4te cache): Update wording of diagnostic
7277 2006-07-07 Paul Eggert <eggert@cs.ucla.edu>
7279 * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
7280 under AC_C_VOLATILE.
7281 (Volatile Objects): Be a little less skeptical about what
7282 "volatile" means. Derived from thoughts by Ben Pfaff in
7283 <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
7285 2006-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7287 * doc/autoconf.texi: Fix some typos.
7289 2006-07-07 Paul Eggert <eggert@cs.ucla.edu>
7291 * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
7292 more globally, since the 2006-06-30 patch didn't suffice. Problem
7293 reported by Keith Marshall. Also, don't bother with builddir2,
7294 since it shouldn't be needed any more.
7296 2006-07-07 Paolo Bonzini <bonzini@gnu.org>
7298 * doc/autoconf.texi (Generic compiler characteristics):
7299 Document AC_COMPUTE_INT. Fix wrong statements on Default
7300 Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
7302 * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
7303 (_AC_COMPUTE_INT): Add obsoletion warnings.
7304 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
7307 * NEWS: Document change.
7309 2006-07-05 Paul Eggert <eggert@cs.ucla.edu>
7311 * doc/autoconf.texi (Volatile Objects): New section.
7313 * NEWS: Document previous change.
7315 2006-07-02 Paul Eggert <eggert@cs.ucla.edu>
7317 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
7318 Require that long long int be at least 64 bits wide. C99 requires
7319 this and enough programs depend on it so we should check for it.
7320 Bruno Haible reports in
7321 <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
7322 that long long int is 32 bits wide with some nonstandard compilers.
7323 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7325 2006-06-30 Paul Eggert <eggert@cs.ucla.edu>
7327 * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
7328 to a nonexistent file, so that we don't have to worry about
7329 a local site configuration that doesn't use /usr/local.
7330 Problem reported by Keith Marshall in
7331 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
7333 2006-06-28 Paul Eggert <eggert@cs.ucla.edu>
7335 * doc/autoconf.texi: Be more consistent about using @acronym with
7336 "HP" and "HP-UX". Remove mention of OSF; the old version wasn't
7337 quite right (it talked about "OSF/Tru64", even though the
7338 operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
7339 and it even mentioned "OSF 4"!) and at this point there's little
7340 reason to talk about OSF any more, since it died in 1994.
7341 (Specific Compiler Characteristics): Simplify example of
7342 negative-size array.
7343 (File Descriptors): Reorder to make the text flow better.
7344 Remove joke about "appreciate the various levels"; I didn't get it.
7345 Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
7346 <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
7347 (File Descriptors, Limitations of Usual Tools):
7348 Tone down the advice against renaming or removing open files.
7349 (Limitations of Usual Tools): Add a new section, on 'rm'.
7351 2006-06-26 Stepan Kasal <kasal@ucw.cz>
7353 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
7354 -lXt in LIBS, idea from Karsten Hopp; this was due since
7357 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
7358 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
7359 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
7360 (which belong to Xt, not X itself). See Debian bug 327655.
7362 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7364 * configure.ac (AC_INIT): Bump to 2.60a.
7367 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7371 * configure.ac, NEWS: Update.
7373 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7375 * config/texinfo.tex: Sync from upstream.
7377 * bin/autom4te.in (handle_traces): Transform the `@S|@'
7378 quadrigraph correctly in traces.
7380 * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
7383 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
7384 datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
7386 * doc/autoconf.texi (Changed Directory Variables): New node,
7387 to document the whole `datarootdir' business a bit better.
7389 * tests/torture.at (datarootdir workaround): Extend test.
7390 Prompted by report by Alexandre Julliard.
7392 2006-06-22 Paul Eggert <eggert@cs.ucla.edu>
7394 * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
7395 when using default mode of IBM C 6 for AIX. Problem and two-line
7396 fix reported by Larry Jones.
7398 2006-06-22 Alexandre Julliard <julliard@winehq.org>
7400 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
7401 about literal '${datarootdir}' if a definition is found in the
7404 2006-06-20 Paul Eggert <eggert@cs.ucla.edu>
7406 * NEWS: Use "M4" rather than "m4" when appropriate.
7407 Problem reported by Eric Blake.
7408 * doc/autoconf.texi: Likewise.
7409 Use @acronym around BSD, GCC, and GNU when appropriate.
7410 (Why GNU M4): Renamed from "Why GNU m4".
7411 (Redefined M4 Macros): Mention that Posix
7412 m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
7413 (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
7416 2006-06-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7418 * bin/autom4te.in (handle_output): Do not forbid the empty
7420 * tests/tools.at (autoconf: the empty token): New test.
7422 2006-06-20 Stepan Kasal <kasal@ucw.cz>
7424 * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
7425 calls, so that we do not care whether they are LIFO or FIFO;
7426 in the m4_wrap, do not check which diversion is the topmost
7427 one, just check that the stack is balanced at the end.
7428 * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
7429 base diversion forever--pop the previous diversion before
7430 opening the new one; consequently, remove the m4_wrap call.
7431 * lib/autotest/general.m4 (AT_INIT): Likewise.
7432 * tests/m4sugar.at: Do not use
7433 m4_wrap([m4_diversion_pop([..])]), for educational purposes.
7435 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
7436 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7438 * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
7439 * doc/autoconf.texi (Redefined M4 Macros): Likewise.
7440 Rework example of m4wrap token-pasting trouble so that it doesn't
7441 care whether it's LIFO or FIFO.
7442 Fix some "contrary to"s that are awkward in English.
7444 2006-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7446 * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
7447 to `yes' instead of `int$1_t' if the type is found, for more
7448 consistent configure output (where $1 is the number of bits).
7449 (_AC_TYPE_UINT): Likewise for `uint$1_t'.
7450 Suggested by Bruno Haible.
7452 * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
7453 needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
7454 with system headers. Report by Bruno Haible.
7456 2006-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7458 * config/config.guess, config/config.sub: Sync from upstream.
7460 * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
7461 in order to avoid picking up an older installed frozen m4sh.m4f.
7462 Besides an outdated shell startup, this could have been created
7463 by an earlier M4 version with incompatible frozen file format.
7465 2006-06-16 Paul Eggert <eggert@cs.ucla.edu>
7467 * README: Recommend m4 1.4.4 instead of 1.4.3..
7468 * doc/autoconf.texi: Likewise.
7469 (Special Chars in Names): Say that $(.FOO) is portable, as
7470 suggested by Stepan Kasal.
7471 (Installation Directory Variables, Build Directories):
7472 (Automatic Remaking, Subdirectories, Fortran Compiler):
7473 (Making testsuite Scripts, Defining Directories):
7474 Quote variable usages better.
7475 (Making testsuite Scripts): Add clean-local rule to makefile
7476 snippet, by Eric Blake.
7477 (Installation Directory Variables): Fix table item font.
7478 Reword slightly to clarify. Generalize advice about
7479 not using special characters to include all file-related
7480 vars, not just VPATH.
7481 (Special Chars in Variables): Warn about special characters in
7483 (Assignments): Clarify default-value example as suggested by
7485 <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
7486 (Special Shell Variables): Note leading ./ or ../, as suggested
7488 (Limitations of Builtins): Under cd, warn about CDPATH.
7489 (The Make Macro MAKEFLAGS): Untabify. Problem reported by
7492 2006-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7494 * doc/autoconf.texi (Configuration Actions): Remove duplicate
7495 `@var', for texi2html.
7496 (Systemology): Some more word wrapping, for DVI output.
7497 (autom4te Invocation): The short option for `--melt' is `-M',
7500 2006-06-15 Paul Eggert <eggert@cs.ucla.edu>
7502 * doc/autoconf.texi: More formatting and English tweaks,
7503 many suggested by Ralf Wildenhues.
7504 Reword to avoid "@code{...}'s" and the like, since it's ugly
7505 with Emacs info mode. discontents -> woes.
7506 Put a few "will"s back. time stamp -> timestamp.
7507 side-effect -> side effect.
7509 2006-06-14 Paul Eggert <eggert@cs.ucla.edu>
7511 * doc/autoconf.texi (Initializing configure, Shell Substitutions):
7512 Warn about $@ not persisting. Problem reported by Julien Danjou in
7513 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
7514 (Special Chars in Names): Renamed from Leading _ in Macro Names.
7515 Mention other special chars, too.
7517 2006-06-14 Eric Blake <ebb9@byu.net>
7519 * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
7521 2006-06-13 Paul Eggert <eggert@cs.ucla.edu>
7523 * doc/autoconf.texi: Some systematic minor improvements, as
7524 follows. Use "makefile" when talking about makefiles
7525 generally (which might be named "makefile" or "Makefile" or even
7526 "foo.mk"), "Makefile" when talking about a specific makefile
7527 called "Makefile". This unclutters the text from weird quotes
7528 (e.g., "`Makefile's" in info mode). Similarly, use "@var{foo}
7529 values" rather than "@var{foo}s" and similar constructs containing
7530 "}s". Use "Make rules" rather than "Makefile rules". Minor
7531 English-language improvements. Change the prefix "sub-" to "sub"
7533 Put blank lines around examples more consistently.
7534 Avoid "rather" and "very" as intensifiers.
7535 Avoid "will" as an auxiliary.
7536 (Limitations of Make): Split this node into....
7537 (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
7538 (Leading _ in Macro Names, Backslash-Newline-Newline):
7539 (Backslash-Newline Comments, Long Lines in Makefiles):
7540 (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
7541 (obj/ and Make, make -k Status, VPATH and Make):
7542 (VPATH and Double-colon, $< in Explicit Rules):
7543 (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
7544 (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
7545 New nodes, resulting from splitup of Limitations of Make.
7546 All cross-references changed. Raise the top node from
7547 a section to a chapter, and all subnodes accordingly.
7548 Redo the introductory wording to match the new organization.
7549 (Installation Directory Variables): Use an example that is
7550 closer to what Autoconf actually does. Mention that VPATH's
7551 value should not contain metacharacters or white space.
7552 (Fortran Compiler): Fix a VPATH bug in an example.
7553 (Leading _ in Macro Names): Mention that this problem is no longer
7554 of practical concern.
7555 (VPATH and Make): Reword the advice to make it clearer
7556 that Autoconf and Automake support VPATH in non-GNU make, but
7557 many packages have bugs in this area.
7558 ($< in Explicit Rules): Refer to Build Directories rather
7559 than using a (non-VPATH-safe) example.
7560 (Automatic Rule Rewriting): Mention the sort of disaster that
7561 can ensue with Solaris-style rule rewriting with VPATH.
7563 2006-06-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7565 * doc/install.texi (Compilers and Options): Weaken the
7566 suggestion to use GNU make for VPATH builds.
7568 * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
7569 AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
7571 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
7572 in regular expression.
7574 2006-06-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7576 * doc/autoconf.texi (Installation Directory Variables):
7577 Drop extra @samp from `@table @samp' item.
7578 (Limitations of Usual Tools): Comment fix.
7579 Do not nest @samp just to point to other table items.
7580 (Writing testsuite.at) <AT_CHECK>: The second argument to
7581 `@dvar' is already @samp'ed.
7582 (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
7583 do not use @var in the second argument.
7585 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
7587 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
7588 $as_shell.exe too. Problem reported by Andreas Buening in
7589 <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
7591 2006-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7593 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
7594 `unused variable' compiler warning, for `-Wall -Werror'.
7595 Reported by Jaap Haitsma in
7596 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
7598 2006-06-06 Paul Eggert <eggert@cs.ucla.edu>
7600 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
7601 case the compiler dumps core. Problem reported for
7602 OpenServer 5.0.7 by Tim Rice in
7603 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
7604 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
7607 2006-06-06 Tim Rice <tim@multitalents.net>.
7609 * lib/freeze.mk: Quiet check-forbidden-patterns so the string
7610 "ERROR" only shows up in "make check" output if there is an
7613 2006-06-06 Eric Blake <ebb9@byu.net>
7615 * tests/tools.at (automatically allowed tokens): Fix typo.
7617 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7619 * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
7621 * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
7622 typically overflows on x86 CPUs, even though the C standard
7625 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7627 * configure.ac (AC_INIT): Bump to 2.59e.
7630 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7634 * config/texinfo.tex: Sync from upstream.
7636 * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
7637 seen, invoke libtoolize with `--ltdl' argument.
7638 * lib/autom4te.in (Autoreconf-preselections): Adjust.
7640 Suggested by Eric Blake.
7642 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7644 * NEWS: Whoops! AC_FUNC_STRNLEN isn't obsolescent. Problem
7645 reported by Ralf Wildenhues.
7646 * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
7648 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7652 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7654 * doc/autoconf.texi: Modernize some of the references to Solaris.
7656 2006-06-05 Stepan Kasal <kasal@ucw.cz>
7658 * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
7659 message issued by AC_REQUIRE.
7660 * tests/m4sugar.at: Check m4_require's error message.
7661 * tests/base.at: Check AC_REQUIRE's error message.
7662 * tests/local.at (AT_CHECK_M4): New macro, almost identical
7664 (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
7666 (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
7667 `expout' as the last parameter.
7668 * tests/tools.at: Adapt to the above change.
7670 2006-06-04 Stepan Kasal <kasal@ucw.cz>
7672 * doc/autoconf.texi (Limitations of Usual Tools): Correct
7673 information about race-free implementations of mkdir.
7675 2006-06-04 Eric Blake <ebb9@byu.net>
7677 * bin/autoreconf.in (help): Document M4 environment variable.
7678 * bin/autoconf.as (Usage): Likewise.
7679 * bin/autom4te.in (help): Likewise.
7680 * doc/autoconf.texi (autom4te Invocation): Likewise.
7682 2006-06-04 Paul Eggert <eggert@cs.ucla.edu>
7684 * NEWS: GNU make now recommended for VPATH builds.
7685 Mention that some macros are now documented to be obsolescent.
7686 * doc/autoconf.texi:
7687 Prefer "current" to "modern" to describe
7688 currently-used (albeit perhaps old-fashioned) hosts.
7689 Mention which ancient features no longer need to be worried about.
7690 setgid -> set-group-ID
7691 setuid -> set-user-ID (these are the Posix terms)
7692 Fix some misuses of "only".
7693 (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
7694 (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
7695 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
7696 (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
7697 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
7698 (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
7699 (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
7700 (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
7701 (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
7702 Mention that these macros are obsolescent.
7703 (Installation Directory Variables): shall -> should
7704 (File Descriptors): Mention that 0, 1, 2 might get reopened.
7705 Mention that it's now safe to use 3 and 4.
7706 (Limitations of Usual Tools): cp -r is now specified by Posix.
7707 Omit longwinded and obsolescent discussion of cp -f.
7708 Modernize discussion of expr, ls.
7709 (Limitations of Make): Modernize discussion of VPATH builds.
7710 Mention $? as a workaround in some cases.
7711 * doc/install.texi (Basic Installation):
7712 Mention "./configure; make; make install" first. Be more
7713 specific about why this file is generic. Remove unnecessary
7714 parens. Remove misleading "only". Remove obsolete advice
7715 about csh. Don't say "configure" takes awhile; say it
7716 might take a while. Suggest CFLAGS=-g rather than CFLAGS=-O2,
7717 and CC=c99 rather than CC=c89, as these are blessed by current
7718 Posix. Recommend GNU make if doing a VPATH build.
7720 2006-06-03 Paul Eggert <eggert@cs.ucla.edu>
7722 * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
7723 examples involving shell prompts.
7725 2006-06-02 Stepan Kasal <kasal@ucw.cz>
7726 and Paul Eggert <eggert@cs.ucla.edu>
7728 * doc/autoconf.texi (Here-Documents): Add details about the
7729 pre-ksh93g bug. Reword slightly to make it clearer. Consistently
7730 use "here-documents" instead of "here documents".
7732 2006-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7734 * config/texinfo.tex, doc/standards.texi: Sync from upstream.
7736 2006-06-01 Paul Eggert <eggert@cs.ucla.edu>
7738 * doc/autoconf.texi (File System Conventions): Warn about ":"
7739 anywhere in directory names.
7741 2006-05-31 Paul Eggert <eggert@cs.ucla.edu>
7743 * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
7744 about quoting the case statement, just in case.
7745 * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
7746 was fixed in ksh93g; reported by Ralf Wildenhues.
7748 2006-05-31 Stepan Kasal <kasal@ucw.cz>
7750 * doc/autoconf.texi (System Services): Do not document
7751 overriding EXEEXT via ac_cv_exeext=ext.
7752 (Particular Programs) <AC_PROG_MKDIR_P>:
7753 Document that ${MKDIR_P} understands --.
7754 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
7757 2006-05-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7759 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
7760 argument with leading hyphen. Problem reported by Paul Eggert.
7762 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
7764 * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
7765 about quoting ac_try: quote all of it, if any of it seems suspicious.
7766 This means we don't have to worry about ${ or sed any more.
7767 Also, double-quote the case statement, to work around misuses via
7768 underquoting as reported by Ralf Wildenhues in
7769 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
7770 (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
7771 undocumented and dangerous macro.
7772 Problem reported by Ralf Wildenhues in
7773 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
7775 2006-05-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7777 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
7778 `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
7779 Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
7781 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
7783 * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
7784 since evidently some packages rely on the old, broken behavior.
7785 Problem reported by Ralf Wildenhues in
7786 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
7787 (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
7788 pre-2006-05-26 definitions, but leave in the comments that
7789 these macros are dangerous and should not be used.
7790 (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO. All callers changed.
7791 (_AC_DO): Renamed from _AC_EVAL. All callers changed.
7792 (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR. All callers changed.
7793 (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
7794 (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
7796 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
7798 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
7799 the use of 'tr', since this is our only use of 'tr'.
7801 2006-05-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7802 and Paul Eggert <eggert@cs.ucla.edu>
7804 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
7805 Don't assume 'grep' works on long lines, since AIX grep doesn't.
7807 2005-05-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7809 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
7810 the output file in the `${datarootdir}' test.
7812 2005-05-28 Stepan Kasal <kasal@ucw.cz>
7813 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7815 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
7816 mention of `datarootdir' in the input file(s), but literal
7817 `${datarootdir}' in the output file, and we haven't warned yet,
7818 then warn as well: the user may have (erroneously) used
7819 `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
7820 `AC_SUBST([mydatadir], ['${datadir}/my'])'.
7821 * tests/torture.at (datarootdir workaround): Extend this test.
7824 2006-05-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7825 and Paul Eggert <eggert@cs.ucla.edu>
7827 * doc/autoconf.texi (autoheader Invocation): The first argument to
7828 `AC_DEFINE_UNQUOTED' need not be a literal. Mention the
7829 alternatives and clear up the language a bit.
7831 2006-05-27 Paul Eggert <eggert@cs.ucla.edu>
7833 * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
7834 ac_config_guess, ac_config_sub, ac_configure.
7835 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
7836 Fix typo that prevented an unnecessary space from being removed.
7837 Problems reported by Ralf Wildenhues in:
7838 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
7840 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
7842 * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
7843 Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
7844 Don't use the term "thread-safe" to talk about mkdir race
7845 conditions, since the problem is more a process than a thread
7846 issue. Problem reported by Stepan Kasal in:
7847 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
7848 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
7849 the test for 'install' more closely. Look at MKDIR_P first.
7850 Look in the PATH, and at /opt/sfw/bin.
7851 Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
7852 Don't bother to try mkdir -p, since we already check mkdir --version;
7853 just look at the version number. (There's no easy way to check
7854 for race-free implementations.)
7855 * tests/tools.at (autoconf: subdirectories): Adjust to above
7856 changes, since MKDIR_P now might end in "/mkdir -p".
7858 * doc/autoconf.texi (autoheader Invocation): Mention that the
7859 first arg of AC_DEFINE_UNQUOTED must be a literal.
7860 Problem reported by Ben Pfaff in
7861 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
7863 * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
7864 * doc/autoconf.texi (Special Chars in Variables): New section.
7865 (Preset Output Variables): Warn about special chars in CPPFLAGS.
7866 (Installation Directory Variables): Quote $(datadir) better.
7867 (Limitations of Builtins): Describe some of eval's trickiness.
7869 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
7870 * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
7871 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
7872 in front of every arg, not just trailing args. Quote apostrophes.
7873 (_AC_EVAL_ECHO): New macro.
7874 (_AC_EVAL, AC_EVAL_STDERR): Use it. Quote arg of eval.
7875 (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
7877 (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
7878 exposed by quoting of eval argument. Put the command on line line
7880 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
7881 (_AC_PATH_X, AC_PATH_X): Quote more safely.
7882 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
7883 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
7884 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
7885 Handle special chars in prefix, ac_srcdir, ac_aux_dir.
7886 Use eval more safely.
7887 (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
7888 * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
7890 * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
7891 lines, exposed by quoting of eval argument.
7893 2006-05-26 Stepan Kasal <kasal@ucw.cz>
7894 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7896 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
7897 initialization of `ac_cv_exeext', do not override it if it was
7898 already set, unless it was set to `no', for compatibility with
7899 Autoconf-2.13, and comment this.
7900 Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
7901 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
7902 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
7903 * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
7904 Document that this test may be overridden by setting
7907 2006-05-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7909 Revert these two patches:
7911 2006-04-06 Eric Blake <ebb9@byu.net>
7912 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
7913 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
7916 2006-04-01 Stepan Kasal <kasal@ucw.cz>
7917 Clean up _AC_COMPILER_EXEEXT* macros.
7918 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
7919 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
7920 ac_file to the name of the default output file and call
7921 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
7922 initial `rm' of the candidate files...
7923 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
7924 the same list in subsequent `rm' calls, and for the temporary
7925 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
7926 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
7927 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
7928 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
7929 no longer needed) by libtool. Make it a cache check.
7930 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
7931 copied here by mistake.
7932 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
7933 _AC_COMPILER_EXEEXT.
7934 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
7935 _AC_COMPILER_OBJEXT directly.
7936 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
7938 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7940 * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
7941 Fix description of how the buggy `sed' works.
7943 2006-05-25 Noah Misch <noah@cs.caltech.edu>
7947 * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
7948 ENOLCK. Only mention `make -j' when applicable. Only raise
7949 fatal errors when `make -j' is involved. Improve error message.
7951 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7953 * doc/autoconf.texi (Here-Documents): We now know more about
7954 the variable expansion in here documents bug.
7955 Thanks to Tim Rice and Stepan Kasal.
7957 * doc/autoconf.texi (Making testsuite Scripts): Add an example
7958 how to use TESTSUITEFLAGS. Suggested by Eric Blake.
7960 2006-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7962 * tests/autotest.at (Multiline command from M4 expansion):
7963 No failure to be expected if the shell quotes newlines in
7964 commands in the `set -x' output. Report by Tim Rice.
7967 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
7969 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
7970 expansion in the here-documents used by config.status, as that
7971 runs afoul of the Korn shell version M-12/28/93d bug described in
7972 the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
7973 fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
7974 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
7976 2006-05-23 Jim Meyering <jim@meyering.net>
7978 * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
7979 Fix typo introduced with 2006-04-02 change. It reversed the sense
7982 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
7984 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
7985 ac_dB slightly, to save bytes in the script.
7986 Max out at 50 lines, rather than 96; this is more likely
7987 (though not guaranteed) to avoid obscure 'sed' failures.
7989 2006-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7991 * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
7992 `tr -d -' as bad option argument. Work around this by deleting
7993 an unrelated character.
7994 Report by Tim Rice <tim@multitalents.net>.
7996 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>,
7997 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
7998 Stepan Kasal <kasal@ucw.cz>
8000 * doc/autoconf.texi (Particular Programs): Do not promise that
8001 we always prefer the GNU version of the program, and that we
8002 search according to PATH; both rules can have exceptions.
8003 Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
8004 AC_PROG_SED. Move descriptions of limitations
8005 to the Limitations of Usual Tools section.
8006 (Limitations of Usual Tools) <sed>: Mention script length
8007 limitations with Solaris /usr/ucb/sed.
8008 <grep>: Fix wording for empty alternative. Mention that -c and
8009 -l should not be combined, and that -E and -F should not be
8012 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
8013 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8015 * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
8016 limits in Solaris 8 /usr/ucb/sed by testing a long script.
8018 2006-05-22 Stepan Kasal <kasal@ucw.cz>
8020 * doc/autoconf.texi (Defining Symbols): Literal parameter of
8021 AC_DEFINE is now passed to m4_pattern_allow.
8022 * NEWS: Mention that; likewise for AC_SUBST.
8023 * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
8024 the parameter to m4_pattern_allow.
8025 * tests/tools.at: Add a check for that.
8027 2006-05-22 Stepan Kasal <kasal@ucw.cz>
8029 * lib/autoconf/status.m4: Fix typos.
8031 2006-05-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8033 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
8034 only the files that this macro generates.
8036 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
8038 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
8039 the HP-UX sed limitation of 99 commands, labels do not count.
8040 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
8042 (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
8044 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
8046 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
8047 Import the following fix from coreutils:
8049 2006-01-13 Jim Meyering <jim@meyering.net>
8051 Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8052 $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
8053 not double-quote uses of that variable, to accommodate the rare
8054 case in which getmntent is available in none of the libraries
8055 checked. This happens at least on FreeBSD 5.0.
8057 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
8059 * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
8060 ac_config_guess, ac_config_sub, and ac_configure, since evidently
8061 some other programs unwisely rely on these undocumented vars.
8062 But put in warning comments about them.
8063 Problem reported by Ralf Wildenhues in
8064 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
8065 * NEWS: Document that these variables are intended to go away.
8067 2006-05-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8069 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
8070 and set the language to C++ (analogous to the equivalent Fortran
8073 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
8074 * doc/autoconf.texi (C++ Compiler): Document it.
8075 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
8078 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
8080 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
8081 that caused config.status to generate 100-command sed scripts; the
8082 portable limit is 99.
8084 2006-05-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8086 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
8087 variable `ac_d' instead of `d' to avoid infringing namespace.
8088 Report by Ralf Menzel.
8090 2006-05-18 Paul Eggert <eggert@cs.ucla.edu>
8092 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
8093 $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
8094 * tests/tools.at (autoconf: subdirectories): New test, taken from
8095 the corresponding problem report by Ralf Wildenhues in:
8096 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
8098 * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
8099 Quote some uses of shell variables if they might suffer unexpected
8100 globbing. This doesn't fix all instances of quoting problems that
8101 I found, just the easy ones that look safe.
8102 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
8103 (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
8104 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
8105 (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
8106 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
8107 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
8108 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
8110 * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
8111 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
8113 2006-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8115 * bin/autoreconf.in ($help): Reword according to the manual.
8116 Suggested by Olly Betts.
8118 2006-05-17 Olly Betts <olly@survex.com> (tiny change)
8119 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8121 * bin/autoreconf.in: Pass the directory argument to
8122 `require_configure_ac'. Fix comment.
8123 * tests/torture.at (Configuring subdirectories): Expose this.
8124 Reported by Olly Betts.
8126 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8128 * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
8129 lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
8130 Automake as follows:
8132 * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
8133 `$configure_in' instead of `configure.in', to preserve
8134 directory component.
8136 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8138 * config/config.guess, config/config.sub, config/texinfo.tex,
8139 doc/make-stds.texi, doc/standards.texi: Sync from upstream.
8141 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
8143 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8144 test for C99 conformance; (bool) 0.5 is an integer constant
8145 expression, but (bool) -0.5 is not. Problem reported by Fedor
8146 Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8148 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
8150 * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
8151 sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
8152 Warn about obsolete install-sh files. Remove stray sentence
8153 fragment and fix cross reference.
8154 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
8155 install -d; this undoes the 2006-05-10 change.
8156 (MKDIR_P): Mark with AN_MAKEVAR.
8157 (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
8158 that we don't require $INSTALL to be thread-safe. Move comments
8159 out of generated code. Require AC_CONFIG_AUX_DIR_DEFAULT instead
8160 of AC_PROG_INSTALL. Output a message saying that we're checking
8161 mkdir -p. Set MKDIR_P rather than mkdir_p. Do special magic for
8162 MKDIR_P instead of AC_SUBST.
8163 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
8164 Special magic for MKDIR_P, too.
8165 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
8167 * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
8169 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
8171 Sync from Automake, as follows:
8173 2006-05-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8174 * config/install-sh: Initialize IFS, so field splitting isn't
8176 * config/mkinstalldirs: Likewise.
8177 * config/missing: Remove superfluous quotes. Replace all uses of
8178 `[' by `test', for consistency, and for..
8179 * config/missing (sed_minuso, sed_output): New variables.
8180 (autom4te, help2man, makeinfo): Use them. Unifies detection of
8181 `-o FILE', `--output FILE', `--output=FILE', stricter regex.
8182 Fixes `missing' to detect `--output' for help2man. Fixes
8183 PR automake/483. Report by Dennis J. Linse.
8184 (autom4te): Document in `missing --help'.
8186 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
8188 * NEWS: New macro AC_PROG_MKDIR_P. AS_MKDIR_P is now more robust.
8189 * config/install-sh: Don't use 'path' to talk about file names,
8190 as per GNU coding standards. Close a race condition reported by Ralf
8191 Wildenhues and Stepan Kasal. There is still a race condition
8192 on hosts that predate Posix 1003.1-1992, but we can't help this.
8193 Don't mishandle weird characters like space on pre-Posix hosts.
8194 Invoke mkdir at most once per dir arg on pre-Posix hosts.
8195 * doc/autoconf.texi (Programming in M4sh): Cross-reference to
8196 AC_PROG_MKDIR_P from AS_MKDIR_P.
8197 (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
8198 from mkdir. Mention that Autoconf 2.60 install-sh is safe but
8199 earlier editions are not (including Automake 1.8.3).
8200 Do not suggest mkinstalldirs for thread-safety.
8201 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
8202 that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
8203 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
8204 presence of special characters and race conditions.
8205 * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
8206 in Autoconf's name space.
8208 2006-05-10 Bruno Haible <bruno@clisp.org>
8209 and Paul Eggert <eggert@cs.ucla.edu>
8211 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
8212 from Automake with minor changes.
8213 * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
8215 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
8217 * config/install-sh: Update to Automake CVS version, as follows:
8218 2006-04-25 Stepan Kasal <kasal@ucw.cz>
8219 * lib/install-sh: Simplify the expr implementation of dirname.
8220 2006-04-24 Paul Eggert <eggert@cs.ucla.edu>
8221 * lib/install-sh: Handle --, and diagnose unknown options.
8223 2006-05-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8225 * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
8226 `./autom4te' to create `./testsuite', since the `all' target
8227 will ensure its presence, but `installcheck' should not create
8228 the uninstalled wrappers.
8230 * tests/torture.at (Unusual Automake input files): Skip if we
8231 detect automake < 1.8.
8233 2006-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8235 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
8236 is set to `no', then that overrides and sets ac_cv_prog_cc_c89
8237 and ac_cv_prog_cc_c99 to `no', for backward compatibility.
8240 2006-05-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8242 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
8243 munge (multiple) white space and other oddities.
8244 * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
8245 single quotes in variable assignment.
8246 (AC_ARG_VAR, configure invocation): Adjust tests to expose this
8247 and similar failures by adding multiple spaces, tabs, and other
8249 Report and different test suggested by Francesco Romani
8250 <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
8252 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
8253 single quotes, we only need to search for single quotes; this
8254 both simplifies the search pattern, and makes us less
8255 susceptible to `echo' variations for arguments not containing
8257 (_AC_ARG_VAR_VALIDATE): Likewise.
8259 2006-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8261 * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
8262 `$*' and IFS concatenation issue with traditional shells and
8263 bash-2.04. Report by Seanster@Seanster.com.
8265 2006-05-03 Bruno Haible <bruno@clisp.org>
8267 * doc/autoconf.texi (Limitations of Usual Tools): Identify more
8268 precisely which Mac OS X versions have the od problem.
8270 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
8272 * doc/autoconf.texi: Use @option systematically.
8274 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
8275 and Bruno Haible <bruno@clisp.org>
8277 * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
8279 (Integer Overflow): Mention the special case of integer division
8282 2006-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8284 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
8285 traditional shells like the Solaris one that do not use the
8286 first IFS character for assembling `$*'.
8287 Prompted by a related report from autoconf_bug@nro.ca.
8289 2006-05-01 Paul Eggert <eggert@cs.ucla.edu>
8290 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8292 * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
8293 Mention more problems with the -e option.
8295 2006-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8298 * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
8300 * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
8301 in URLs to improve DVI formatted output (requires texinfo 4.6).
8302 (System Services, Systemology, Shellology): Likewise.
8303 (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
8306 * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
8308 (Runtime): Fix macro argument names to match description:
8309 `action-if-found' -> `action-if-true' and similarly.
8310 (Obsolete Macros): Likewise.
8311 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
8312 (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
8313 (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
8315 2006-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8317 * doc/autoconf.texi (Limitations of Make): Clean up markup.
8320 * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
8323 2006-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8325 * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
8326 /bin/sh set unsorted output.
8327 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
8328 * tests/local.at: Likewise.
8330 2006-04-26 Paul Eggert <eggert@cs.ucla.edu>
8332 * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
8333 (Integer Overflow, Null Pointers, Buffer Overruns):
8334 (Floating Point Portability, Exiting Portably): New sections.
8335 (Writing Test Programs): Fix some langauge. Recommend exiting
8336 with status 1, not merely nonzero. Clarify exit declaration.
8337 (Run Time): Move C exit status stuff to new Exiting Portably section.
8338 (Systemology): Mention Posix and levenez. Update v7 reference.
8339 (Portable Shell): Mention the Posix shell.
8341 2006-04-25 Stepan Kasal <kasal@ucw.cz>
8343 * bin/autoconf.as (me): Replace by as_me.
8345 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
8347 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
8348 since as_me isn't set yet.
8350 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
8352 Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
8353 a few minor bugs in this area.
8355 * doc/autoconf.texi (Programming in M4sh): Comment out the
8356 documentation of AS_BASENAME, for now.
8357 (Shell Substitutions): Do not use AS_DIRNAME in an example.
8358 (Limitations of Builtins) <basename>: Do not refer to
8360 * bin/autoconf.as (me): Don't use AS_BASENAME.
8361 (dir): Remove the unused variable.
8362 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
8363 AS_DETECT_REQUIRED. All uses changed.
8364 (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
8366 (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
8367 (AS_BASENAME): Use "basename --" to protect against leading "-".
8368 (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR. All uses changed.
8369 (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED. All uses changed.
8370 (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
8371 (_AS_DIRNAME_PREPARE): Likewise.
8372 (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR. All uses changed.
8373 (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED. All uses changed.
8374 (AS_DIRNAME): Use "dirname --".
8376 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
8378 * doc/autoconf.texi (Runtime): Renamed from "Run Time". All uses
8379 of "run time" and "run-time" changed to "runtime", for consistency.
8380 * lib/autoconf/fortran.m4: Likewise (in comment).
8381 * lib/autoconf/functions.m4: Likewise.
8382 * lib/autoconf/general.m4: Likewise.
8383 * lib/autoconf/headers.m4: Likewise.
8385 * doc/autoconf.texi (Run Time): Document the exit status situation
8386 with more accuracy and detail.
8388 2006-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8390 * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
8391 Archive is not officially `GNU' any more. Update URL.
8392 (Defining Directories): Likewise
8393 * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
8395 2006-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8397 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
8398 newline from the `trap' code to finish `config.log'; the NetBSD
8399 /bin/sh resets the exit status after an empty command, as
8400 documented in doc/autoconf.texi.
8401 Reported by Dalibor Topic <robilad@kaffe.org>.
8403 2006-04-19 Paul Eggert <eggert@cs.ucla.edu>
8405 * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
8406 Suggested by Bruno Haible.
8408 2006-04-18 Paul Eggert <eggert@cs.ucla.edu>
8410 * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
8411 some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
8412 Instead, just list the shells that we know work.
8413 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg. All uses
8414 changed. Be more cautious about the _cv_ variable.
8415 * tests/tools.at (Syntax of the shell scripts): Check the
8416 _cv_ variable once, at first, to avoid an internal autoconf error
8417 when sh -n does not work.
8419 2006-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8421 * lib/Autom4te/FileUtils.pm: Sync from Automake.
8423 2006-04-16 Paul Eggert <eggert@cs.ucla.edu>
8425 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
8426 use ">&-" since we're only 99.999% sure that this is portable,
8427 and since the MinGW bug is fixed in a different way.
8428 * lib/autotest/general.m4 (AT_INIT): Likewise.
8430 2006-04-16 Stepan Kasal <kasal@ucw.cz>
8432 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
8433 before opening config.log, to avoid hitting a bug on MinGW.
8435 2006-04-14 Paul Eggert <eggert@cs.ucla.edu>
8437 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
8438 AS_MESSAGE_LOG_FD before reopening it onto the log file.
8439 This works around a MinGW bug reported by Eric Paire.
8440 Make sure that all writes to the log file append to it,
8441 rather than possibly losing data.
8442 * lib/autotest/general.m4 (AT_INIT): Likewise.
8444 2006-04-14 Stepan Kasal <kasal@ucw.cz>
8446 * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
8449 2006-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8453 * configure.ac (AC_INIT): Bump to 2.59d.
8455 2006-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8459 * Makefile.maint (news-date-check): Do not require a leading `*'
8460 before the release date in NEWS.
8462 2006-04-12 Stepan Kasal <kasal@ucw.cz>
8463 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8465 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
8466 the instantiated file do not contain the string 'datarootdir'
8467 but contain @datadir@, @docdir@, @infodir@, @localedir@, or
8468 @mandir@, replace the reference '${datarootdir}' by the value.
8469 * tests/torture.at (datarootdir workaround): New test.
8470 * NEWS: Advertise this temporary fixup.
8471 Based on a patch by Bruno Haible, reported and analyzed by
8472 Paul Eggert and Noah Misch.
8474 2006-04-12 Eric Blake <ebb9@byu.net>
8476 * tests/autotest.at (Debugging a failed test): Fix comment.
8478 2006-04-12 Stepan Kasal <kasal@ucw.cz>
8480 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
8481 all the changes since 2006-04-07.
8483 2006-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8485 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
8486 succeeded, but `ln -s file dir' failed, take care to remove the
8487 leftover target before the next test, to prevent its spurious
8488 failure; also make sure `ln file dir' works before selecting it.
8489 Thanks to Keith Marshall for pointing this out.
8492 * lib/autotest/general.m4 (AT_INIT): Store quoted variable
8493 assignments in `at_debug_args', so that we put them correctly
8494 in the `run' script.
8495 * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
8496 Reported by Eric Blake.
8498 2006-04-11 Eric Blake <ebb9@byu.net>
8500 * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
8501 top-level tests after micro-suite has been run. Used in...
8502 (Debugging a successful test, Debugging script and environment),
8503 (Debugging a failed test): ...these new tests. The first of these
8505 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
8506 macro, split out from...
8507 (AT_INIT): ...here, so that using -d also generates a run script.
8508 Document that -d inhibits top-level logging.
8509 * doc/autoconf.texi (testsuite Invocation): Document that -d only
8510 inhibits top-level logging; debug scripts are created.
8512 * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
8514 * tests/autotest.at (Empty test, Empty check): New test to check it.
8516 * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
8519 2006-04-10 Stepan Kasal <kasal@ucw.cz>
8521 * tests/mktests.sh: Use "trap '' 0", not "trap 0". Do not touch
8522 the files if a problem appears. Make the empty *.at files
8523 read-only, too. Proposed by Ralf Wildenhues.
8525 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8527 * config/Makefile.am: Add comment to force updated Makefile.in.
8529 * lib/freeze.mk: Fix typo in comment. Unlike the last, white
8530 space only patch to this file, this patch causes the Makefile.in
8531 files that include freeze.mk to be updated, and thus have a
8532 newer time stamp again, which in turn makes a pristine CVS
8533 checkout have correct time stamps.
8535 * Makefile.maint (cvs-sv): New macro, to be used..
8536 (config.guess-url_prefix, config.sub-url_prefix)
8537 (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
8538 point to CVS text checkout of Gnulib files.
8539 (copyright-check): Bump current year.
8540 (announcement): Do not hard-wire `./announce-gen'.
8541 (cvs-update): Propagate failures of `cvs' and `move-if-change'
8543 * Makefile.cfg (executable-update): Use `chmod a+x' instead of
8545 (wget_files): Update config.guess, config.sub, texinfo.tex by
8546 `wget-update', now that their URLs work again.
8548 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
8550 * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
8551 Problem noted by Paul D. Smith.
8553 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8555 * doc/autoconf.texi: Remove unused words from word list.
8556 * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
8557 .x-sc_trailing_space: New files.
8559 * doc/standards.texi: Sync from gnulib.
8561 * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
8562 `LIBOBJDIR' as experimental.
8564 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
8565 with a target directory; it's internally implemented as `cp'
8566 anyway, but since Autoconf advertises the possibility to use
8567 a target directory when LN_S is `ln -s', we need to find out.
8568 Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
8569 analyzed by Keith Marshall <keith.marshall@total.com>.
8573 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
8575 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
8576 confdefs.h as-is. In general, if it has backslash-newline or the
8577 like, then it doesn't work either to sort or to remove empty
8580 2006-04-09 Stepan Kasal <kasal@ucw.cz>
8582 * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
8584 2006-04-09 Alexandre Duret-Lutz <adl@gnu.org>
8586 * lib/autom4te.in (Automake-preselections): Preselect
8589 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
8591 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
8592 apostrophe within a single-quoted string, as this is the usual
8593 tradition and is easier to read than '"'"'. Don't rely on the
8594 shell treating "$/" like '$/'. Use a more-consistent indenting
8597 2006-04-09 Eric Blake <ebb9@byu.net>
8599 * tests/autotest.at (Backquote command substitution),
8600 (Multiline backquote command substitution): Remove mistaken
8601 AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
8603 (Parenthetical command substitution, Multiline parenthetical
8604 command substitution): here.
8606 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
8608 Import macros from gnulib (often changing their name).
8610 * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
8611 New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
8612 AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
8613 AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
8614 AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
8615 AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
8616 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
8617 AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
8618 AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
8619 AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
8620 The manual mentions Gnulib more prominently.
8621 * doc/autoconf.texi (Gnulib): New node.
8622 (Pointers): Add Gnulib URL.
8623 (Particular Functions): Alphabetize. Add AC_FUNC_STRTOLD.
8624 (Generic Functions): Add AC_CHECK_FUNCS_ONCE. Refer to new
8626 (Particular Headers): Add AC_HEADER_ASSERT. For stdbool.h,
8627 suggest a #define rather than a typedef for _Bool, and mention
8628 Gnulib rather than trying to substitute stdbool code.
8629 (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
8630 (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
8631 (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
8632 AC_STRUCT_DIRENT_D_TYPE.
8633 (Particular Types): Mention stdint.h and inttypes.h as standard
8635 Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
8636 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
8637 AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
8638 AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
8639 AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
8640 (C Compiler): Move AC_C_LONG_DOUBLE to ...
8641 (Obsolete Macros): here. Under AC_LONG_DOUBLE, mention
8642 AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
8643 (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
8644 (Coding Style). Don't mention m4_expand_once.
8645 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
8646 AC_TYPE_LONG_DOUBLE_WIDER. Now obsolete.
8647 * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
8648 (AC_CHECK_FUNCS): Use it.
8649 (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
8650 (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
8651 * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
8652 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
8653 (AC_HEADER_ASSERT): New macro.
8654 (AC_HEADER_STDBOOL): Don't assume "#error" works.
8655 Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
8656 Catch a bug in an HP-UX C compiler.
8657 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
8658 * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
8659 (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
8660 (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
8661 (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
8662 (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
8665 * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
8666 use /^foo|bar$/, it does not mean /^(foo|bar)$/.
8668 2006-04-08 Stepan Kasal <kasal@ucw.cz>
8670 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
8671 of the warning introduced by the 2001-08-28 change.
8673 2006-04-08 Stepan Kasal <kasal@ucw.cz>,
8674 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8676 * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
8677 variables shall be overriden by the cache.
8678 * tests/torture.at (AC_ARG_VAR): Test also with a first value
8679 that contains braces.
8681 2006-04-07 Stepan Kasal <kasal@ucw.cz>
8683 Revert the patch from 2006-04-01 and only improve
8684 _AS_DETECT_BETTER_SHELL:
8686 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
8687 skip nonexistent directories.
8688 (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
8689 only shell candidates which exist.
8690 (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
8691 * lib/autotest/general.m4 (AT_INIT): No need to give three
8692 parameters to _AS_PATH_WALK.
8694 2006-04-07 Stepan Kasal <kasal@ucw.cz>,
8695 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8697 * bin/autoupdate.in (handle_autoconf_patches): Change the way we
8698 distinguish m4sugar macros.
8699 * tests/tools.at (autoupdating with aclocal and m4_include):
8700 New test. Bug reported by Gary V. Vaughan <gary@gnu.org>,
8701 test case by Noah Misch <noah@cs.caltech.edu>.
8703 2006-04-07 Stepan Kasal <kasal@ucw.cz>
8705 Revert my change from 2006-03-17, in other words:
8706 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
8708 (AS_SHELL_SANITIZE): Remove DUALCASE=1.
8709 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
8712 2006-04-07 Eric Blake <ebb9@byu.net>
8714 * doc/autoconf.texi (Programming in M4sh): Document that
8715 AS_MKDIR_P exits the script on failure.
8716 * lib/autotest/general.m4: Remove redundant AS_ERROR.
8718 2006-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8720 * config/elisp-comp, config/install-sh, config/mdate-sh,
8721 config/missing, config/mkinstalldirs: Sync from Automake.
8723 * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
8726 * doc/make-stds.texi: Sync from gnulib.
8728 2006-04-06 Eric Blake <ebb9@byu.net>
8730 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
8731 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
8734 2006-04-06 Stepan Kasal <kasal@ucw.cz>,
8735 Eric Blake <ebb9@byu.net>,
8736 Paul Eggert <eggert@cs.ucla.edu>,
8737 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8739 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
8740 whether `set' quotes correctly: redirect stderr of the tested
8741 `set', and use a subshell, for Ultrix; use `sed' instead of
8742 `grep' for zsh `set' which may write binary output; match only
8743 at the beginning of a line, to avoid false positives.
8744 In order to avoid false positives by unrelated variables with
8745 multiline content, put the dump algorithm in a subshell and
8746 unset all variables containing newlines (except some which are
8747 special to the shell). Warn about cache variables that are
8750 2006-04-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8752 * config/config.guess, config/config.sub, config/texinfo.tex:
8755 * tests/mktests.sh: Reword comments.
8757 * tests/mktests.sh: Only skip internal macros starting with
8758 `_AC_' or `__AC_'. Noted by Stepan Kasal.
8759 Update exclusion lists for the test suite to this end:
8760 (AC_ARG_VAR): Do test this now.
8761 (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
8762 (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
8763 (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
8764 (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
8766 * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
8767 shell issue with double-quoted command substitutions of native
8769 Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
8772 * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
8773 no file matches the glob, discard the warning, set `nullglob'.
8774 (syntax-check): Likewise.
8775 (sc_cast_of_x_alloc_return_value): Likewise.
8776 (sc_cast_of_alloca_return_value, sc_error_exit_success)
8777 (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
8778 (m4-check): Likewise.
8779 (sc_system_h_headers): Do not print rule on execution.
8780 (sc_tight_scope): Do not fail for non-existing `src' directory.
8781 (sc_changelog): Skip the Copyright footer.
8782 * lib/autoconf/lang.m4: Remove trailing space.
8784 * lib/autoconf/status.m4: More replacements to
8785 <tab><space> where this makes sense.
8787 2006-04-06 Stepan Kasal <kasal@ucw.cz>
8789 * tests/Makefile.am (maintainer-check-posix):
8790 s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
8792 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
8793 ac_config_<foo>s again, sometimes normalized, sometimes not.
8794 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
8795 (AC_CONFIG_COMMANDS): Do not do so here.
8796 (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
8797 and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
8798 2005-07-25 rewrite. Noticed by Noah Misch.
8800 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
8801 _AC_PRESERVE_HELP_ORDER, ...
8802 (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
8804 * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
8805 inside m4_expand_once; it is redundant.
8807 * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
8808 for --help from Cygnus `configure.'
8810 2006-04-06 Paul Eggert <eggert@cs.ucla.edu>
8812 * doc/autoconf.texi (C Compiler): Warn about #error. Follows up
8813 on a patch proposed by Ralf Wildenhues.
8815 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
8817 * lib/autoconf/status.m4: Replace <space>''<tab> with
8818 <tab><space> where this makes sense.
8820 2006-04-05 Howard Chu <hyc@highlandsun.com> (trivial change)
8821 Noah Misch <noah@cs.caltech.edu>
8823 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
8824 (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
8825 * doc/autoconf.texi (Help Formatting): New node.
8826 * NEWS: Announce AC_PRESERVE_HELP_ORDER.
8828 2006-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8830 * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
8831 lib/autoconf/specific.m4, lib/autoconf/status.m4,
8832 lib/autoconf/types.m4, lib/autotest/general.m4,
8833 tests/mktests.sh, tests/torture.at: White space cleanup:
8834 remove some SPACE before TAB, or add quoting ('' or @&t@).
8836 * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
8838 * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
8840 2006-04-05 Eric Blake <ebb9@byu.net>
8842 * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
8843 empty test suite works.
8844 * tests/autotest.at (Empty test suite): Remove xfail.
8846 2006-04-05 Noah Misch <noah@cs.caltech.edu>
8848 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
8849 TAGS to ac_config_<foo>s.
8850 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
8851 (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
8852 normalizing it, consistent it with previous releases.
8853 * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
8855 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
8857 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
8858 Use simplified args that Eric Blake originally suggested.
8860 2006-04-04 Paul Eggert <eggert@cs.ucla.edu>
8862 * tests/mktests.sh: Don't use 'cat'; just read the files directly.
8863 Prefer 'sort -u' to 'sort | uniq'. Filter data before sorting it.
8864 Use 'comm' rather than N instances of grep; this also fixes a bug
8865 whereby substrings were incorrectly matched, causing us to not
8866 generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
8867 (exclude_list): Exclude empty macros.
8868 (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
8870 Use awk rather than grep -E or egrep, to avoid
8871 portability problems with regular expressions containing newlines.
8872 (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
8873 Switch from grep to awk syntax.
8874 (ac_exclude_script): Renamed from ac_exclude_egrep.
8875 (au_exclude_script): Renamed from au_exclude_egrep.
8877 2006-04-04 Noah Misch <noah@cs.caltech.edu>
8879 * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
8880 a subdirectory subject to Cygnus `configure'.
8881 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
8883 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
8884 report request when we have no AC_PACKAGE_BUGREPORT.
8886 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8890 * tests/mktests.sh: Update copyright year in the header of the
8893 * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
8894 (AC_C_RESTRICT): Likewise. Furthermore, add a function with a
8895 typedef'ed restricted pointer, to catch a compiler bug on
8896 HP-UX 11.x, and fix warnings so it passes with -Werror.
8897 (_AC_PROG_CC_C99): Likewise.
8898 Reported by Albert Chin <china@thewrittenword.com>.
8899 * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
8901 2006-04-03 Noah Misch <noah@cs.caltech.edu>
8903 * bin/autoscan.in (subdirs): New global.
8904 (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
8905 (output): Emit AC_CONFIG_SUBDIRS as needed.
8906 * tests/autoscan.at (autoscan): Remove XFAIL.
8908 2006-04-03 Noah Misch <noah@cs.caltech.edu>
8910 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
8912 2006-04-03 Eric Blake <ebb9@byu.net>
8914 * THANKS: Add myself.
8916 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8918 * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
8919 to log, point to testsuite output tree.
8921 2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
8923 * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
8924 * doc/autoconf.texi (Function Portability): Mention that C++
8925 has trouble with 'exit'.
8926 (Guidelines): Test programs shouldn't use 'exit'.
8927 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
8928 Remove; all uses removed.
8929 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
8930 Return from 'main' instead of calling 'exit'.
8931 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
8932 (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
8933 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
8934 (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
8935 (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
8936 (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
8937 (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
8938 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
8939 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
8940 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
8941 * tests/compile.at: Likewise.
8943 2006-04-02 Pavel Roskin <proski@gnu.org>
8945 * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
8947 2006-04-01 Stepan Kasal <kasal@ucw.cz>
8949 Clean up _AC_COMPILER_EXEEXT* macros.
8951 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
8952 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
8953 ac_file to the name of the default output file and call
8954 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
8955 initial `rm' of the candidate files...
8956 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
8957 the same list in subsequent `rm' calls, and for the temporary
8958 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
8959 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
8960 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
8961 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
8962 no longer needed) by libtool. Make it a cache check.
8963 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
8964 copied here by mistake.
8965 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
8966 _AC_COMPILER_EXEEXT.
8967 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
8968 _AC_COMPILER_OBJEXT directly.
8969 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
8971 2006-04-01 Stepan Kasal <kasal@ucw.cz>
8973 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
8974 (AS_DIRNAME): Use it.
8975 (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
8977 * tests/*.at: Remove the generated ones.
8979 2006-04-01 Stepan Kasal <kasal@ucw.cz>
8981 * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
8983 2006-04-01 Eric Blake <ebb9@byu.net>
8985 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
8986 directories, unless optional third argument supplied.
8987 (AS_UNAME): Don't optimize PATH walk.
8989 * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
8991 2006-04-01 Eric Blake <ebb9@byu.net>
8992 and Stepan Kasal <kasal@ucw.cz>
8994 * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
8997 2006-04-01 Noah Misch <noah@cs.caltech.edu>
8999 * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
9000 Autoconf version number despite a zero- or one-argument AC_INIT.
9002 * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
9004 * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
9005 * doc/autoconf.texi (autoreconf Invocation): Document it.
9007 * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
9008 Append LocalWords so ispell-buffer passes cleanly. Spelling fixes.
9010 2006-04-01 Eric Blake <ebb9@byu.net>
9012 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
9013 * lib/autotest/general.m4: Be tolerant of existing directory when
9014 rm failed to remove it.
9016 2006-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9018 * bin/autoupdate.in: Redefine m4_location so that warnings print
9019 the correct lines of the input file by subtracting..
9020 (_au__first_line): ..this new definition.
9022 * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
9023 AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
9024 Remove stray newline in output.
9025 (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
9026 AC_DEFUN this for autoconf, including the obsoletion diagnose.
9027 Fixes autoupdating of code where the replacement output contains
9029 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
9030 * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
9031 (au_exclude_list): Add AC_LANG_SAVE.
9032 * tests/tools.at: Several new tests for all of this.
9033 * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
9035 The AC_LANG_SAVE issue was reported against Libtool by
9036 Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
9037 Kristian Kvilekval <kris@cs.ucsb.edu>.
9039 2006-04-01 Stepan Kasal <kasal@ucw.cz>
9041 * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
9042 switch all of them on and of when necessary. Fixes the bug when
9043 m4sugar macros (e.g., m4_define) were expanded after the first
9044 automatic update (e.g., after AC_PREREQ or AC_INIT).
9046 2006-03-31 Paul Eggert <eggert@cs.ucla.edu>
9048 * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
9049 of AS_BASENAME and AS_DIRNAME. Reported by Stepan Kasal.
9051 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
9052 correctly. Problem reported by Eric Blake.
9053 (_AS_EXPR_PREPARE): Detect Tru64 expr bug. Problem reported by
9056 2006-03-30 Paul Eggert <eggert@cs.ucla.edu>
9058 * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
9059 Tighten up the basename/dirname wording.
9061 2006-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9063 * Makefile.maint (sc_texi_notab): New check: do not use TABs
9064 in texinfo files outside of verbatim environments.
9065 (syntax-check-rules): Update.
9066 * doc/autoconf.texi (Configuration Headers): Conform to it.
9068 2006-03-30 Chris Pickett <cpicke@cs.mcgill.ca> (tiny change)
9070 * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
9071 aclocal cannot be given on the command line.
9073 2006-03-29 Paul Eggert <eggert@cs.ucla.edu>
9075 * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
9076 Give an example for AS_DIRNAME instead of referring to Posix..
9077 (File System Conventions): Put discussion of // versus / here, and
9079 (Limitations of Usual Tools): Add basename. Remove verbiage
9080 after dirname, since it got moved to the above sections.
9081 All this was inspired by a patch proposed earlier by Eric Blake.
9083 2006-03-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9085 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
9086 `$0' to protect against spaces.
9087 * lib/autotest/general.m4 (AT_INIT): Likewise.
9088 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
9091 2006-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9093 * bin/autoscan.in: The value of find_configure_ac should be
9094 checked for existence, so we don't barf over a nonexisting
9095 configure.ac. Reported by Laurence Darby <ldarby@tuffmail.com>.
9097 2006-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9099 * bin/autoupdate.in: Fix some typos.
9101 2006-03-21 Stepan Kasal <kasal@ucw.cz>
9103 * doc/autoconf.texi (Installation Directory Variables): Fix typo.
9105 * lib/autoscan/autoscan.list: Refreshed.
9107 2006-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9109 * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
9110 and Erlang related variables.
9112 * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
9113 (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
9114 (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
9115 (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
9116 (AC_LANG_BOOL_COMPILE_TRY(Objective C))
9117 (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
9118 (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
9119 (_AC_PROG_OBJC_G): New macros.
9120 (_AC_ARG_VAR_CPPFLAGS): Adjusted.
9121 * doc/autoconf.texi (Objective C Compiler): New node.
9122 (Preset Output Variables): Document OBJCFLAGS.
9123 (Language Choice): Document `Objective C' language.
9124 (Fortran Compiler): Fix typo.
9126 Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
9128 2006-03-20 Stepan Kasal <kasal@ucw.cz>
9130 * doc/autoconf.texi (Default Includes): Fix typo
9131 s/AC_HEADERS_STDC/AC_HEADER_STDC/
9132 (Limitations of Usual Tools): s/unwriteable/unwritable/
9133 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
9134 Fix typos in the comments.
9136 2006-03-17 Stepan Kasal <kasal@ucw.cz>
9138 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
9139 Factor out the warning to...
9140 (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
9141 * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
9142 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
9144 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
9145 case `ac_delim' when writing the sed script.
9147 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
9148 moved DUALCASE=1 ...
9149 (AS_SHELL_SANITIZE): ... here.
9150 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
9153 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
9155 (_AC_PATH_PROG): Store the result to VARIABLE.
9156 (AC_PATH_PROG): No need to set VARIABLE again.
9158 * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
9159 the first one is usual AT_CHECK_MACRO test, the second one checks
9160 that the same works when cross-compiling.
9161 * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
9162 (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
9164 2006-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9166 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
9167 the directory `/usr/bin/posix' in the shell search, to prefer
9168 the Posix shell not only in subsequent spawns as with `$BIN_SH'
9171 * doc/autoconf.texi (contents): To fix texi2html output, hide
9172 `@setcontentsaftertitlepage' for HTML.
9173 (Writing Autoconf Macros): Likewise, insert space after `@c'.
9174 (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
9177 2006-03-16 Stepan Kasal <kasal@ucw.cz>
9179 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
9181 (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
9182 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
9183 why IFS is restored so late; thank you, Ralf, for reminding us.
9185 2006-03-15 Stepan Kasal <kasal@ucw.cz>
9187 * doc/autoconf.texi (Pretty Help Strings): No need to use cached
9188 variables in the examples.
9190 2006-03-14 Romain Lenglet <rlenglet@users.forge.objectweb.org>
9192 * doc/autoconf.texi (several sections): Cleaned up documentation for
9193 macros in erlang.m4.
9195 2006-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9197 * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
9198 failure condition for `$(cmd)' style command substitutions.
9199 (Parenthetical command substitution, Multiline parenthetical
9200 command substitution): Use it.
9202 * doc/autoconf.texi (Special Shell Variables): Missing word.
9203 Reported by Keith Marshall <keith.marshall@total.com>.
9205 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
9206 IFS even in case of empty `$PATH'.
9208 2006-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9210 * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
9211 `expr' away if there is nothing to do.
9212 < --keywords >: Simplify and robustify argument handling.
9213 Revert erroneous comment from 2005-08-23. Extend to allow
9214 keyword negation with `!'.
9215 Update help message. Remove broken code to prevent running
9216 tests multiple times.
9217 * doc/autoconf.texi (testsuite Invocation) < --keywords >:
9218 Update and fix the documentation accordingly.
9219 * tests/autotest.at (Keywords): Renamed to..
9220 (Keywords and ranges): .. this. Extended to make sure negated
9221 keywords, keywords taken from AT_SETUP arguments, and numeric
9222 test ranges work, and that matching is case-insensitive.
9224 2006-03-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9226 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
9227 allow to pass unnamed structs even in C++.
9228 (AC_CHECK_SIZEOF): Likewise.
9229 Also fix quoting error in `AC_MSG_FAILURE' arguments.
9230 * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
9231 struct): New tests for unnamed structs, each both native and
9234 * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
9235 a structure inside a cast, for C++ conformance.
9236 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
9237 Also fix quoting error in `AC_MSG_FAILURE' arguments.
9239 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
9240 nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
9241 trying to execute the command `no'.
9243 * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
9244 m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
9247 * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
9248 example. Do not emphasize `$%', it is hardly new and special.
9249 Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
9251 * doc/autoconf.texi (Limitations of Usual Tools): Document
9252 OpenBSD and traditional `grep' failure to handle multiple
9253 patterns separated by newlines.
9255 2006-03-10 Romain Lenglet <rlenglet@users.forge.objectweb.org>
9257 * doc/autoconf.texi (several sections): Add documentation for macros
9260 2006-03-10 Eric Blake <ebb9@byu.net>
9262 * doc/autoconf.texi (Obsolete Macros): Fix wording of
9265 2006-03-10 Paul Eggert <eggert@cs.ucla.edu>
9267 * doc/autoconf.texi: Use @acronym more consistently for acronyms
9268 like BSD, GPL, LGPL. Fix minor English typos.
9269 (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
9270 Mention that these macros are becoming obsolete.
9271 (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
9272 Use more modern terminology for which standard is what.
9273 (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
9275 (AC_PROG_CXX): Likewise.
9276 (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
9277 Remove obsolete discussion about how to port to K&R.
9278 (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
9279 the obsolescent AC_HEADER_STDC.
9280 (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
9283 2006-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9285 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
9286 Remove stdin redirection from /dev/null to allow pipe to work.
9288 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
9290 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
9291 Require that /lib/cpp include stdio.h correctly. Solaris 10's
9292 doesn't. Problem reported by D'Arcy A MacIsaac and diagnosed by
9295 2006-03-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9297 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
9298 HP-UX sed is 99 commands, not 100.
9299 (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
9300 _AC_SUBST_FILES fragment. Separate `{' and `r' commands by
9301 newline for portability.
9302 * tests/torture.at (Torturing config.status): Also test 100
9303 AC_SUBST_FILE invocations. Fix test to actually verify the
9304 AC_CONFIG_FILES output.
9305 * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
9306 command, label, and read-file `r' limits. Unify HP-UX spelling.
9308 * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
9310 ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
9312 (autoconfdir, $(AUTOCONF_FILES)): Likewise.
9313 * tests/mktests.sh: Small shell portability fixes.
9315 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9317 * doc/autoconf.texi (Caching Results): Fix the examples to use a
9318 recommended quoting style and discard unwanted output.
9320 2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
9322 * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
9323 (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
9324 cases, and to work around Tru64 expr bug.
9326 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9328 * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
9329 expr bug that turns the result of a regex match into a number if
9332 2006-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9334 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
9335 HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
9336 in section `Specific Compiler Characteristics'.
9338 2006-03-04 Eric Blake <ebb9@byu.net>
9340 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
9343 2006-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9345 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
9346 order of variable initialization, so even the Solaris 2.6 shell
9347 can create a config header correctly. Fixes lots of test suite
9350 2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9352 * doc/autoconf.texi (Text processing Macros): New node to
9353 document the m4sugar macros m4_re_escape, m4_tolower,
9354 m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
9356 2006-02-22 Paul Eggert <eggert@cs.ucla.edu>
9358 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
9359 XrmInitialize (0) -> XrmInitialize ().
9360 Reported by Toshio Kuratomi.
9362 2006-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9364 * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
9365 test, as in `if tests; then cmd1; elif ...; else ...; fi'.
9366 * doc/autoconf.texi (Programming in M4sh): Adjusted.
9367 * tests/m4sh.at (AS_IF and AS_CASE): Test this. Also make sure
9368 both macros are defun'ed so that required macros are evaluated
9371 * doc/autoconf.texi (Prerequisite Macros): State more precisely
9372 where a required macro will be expanded.
9373 (Coding Style): Another reason not to use `m4_define'.
9375 2006-02-21 Eric Blake <ebb9@byu.net>
9377 * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
9379 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9381 * doc/autoconf.texi (Looping constructs): New node, to
9382 document m4_for, m4_foreach, m4_foreach_w, and mention
9383 obsolete AC_FOREACH.
9384 (Obsolete Macros): Document AC_FOREACH.
9385 * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
9386 (m4_for): Fix to never loop (almost) endlessly, work correctly
9387 with arithmetic expressions in arguments, a step of zero or
9388 non-integer multiple of the interval, and avoid integer
9390 * tests/m4sugar.at: New test for m4_for, m4_foreach, and
9393 2006-02-20 Romain Lenglet <rlenglet@users.forge.objectweb.org>
9395 Add basic support for Erlang, both for configuring Erlang/OTP
9396 tools, and Erlang as a conf test language.
9397 * lib/autoconf/erlang.m4: New file.
9398 * lib/autoconf/autoconf.m4: Add erlang.m4.
9399 * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
9400 * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
9401 * NEWS: Add short description of new macros.
9402 * THANKS: Add Romain Lenglet.
9404 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9406 * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
9407 native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
9409 2006-02-15 Eric Blake <ebb9@byu.net>
9411 * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
9414 2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9416 * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
9417 (_AS_CASE): Private helper macro.
9418 * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
9419 * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
9420 Fix syntax of AS_IF description
9421 (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
9422 for the AC_REQUIRE mess.
9423 * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
9426 2006-02-14 Paul Eggert <eggert@cs.ucla.edu>
9428 * doc/autoconf.texi: Minor style cleanup.
9429 Be consistent about spaces after commas.
9430 Insert [] where empty args look a bit funny.
9431 Fix some "i.e." and "e.g." usages.
9432 Try to avoid "X/Y" usages.
9433 Don't be pedantic about "ISO C99"; just say C99.
9434 Prefer GNU style for spaces in front of parens.
9435 (Function Portability): Comment about C89 versus C99
9436 signed integer division.
9437 (Particular Headers): Use current gnulib style for dirent
9440 2006-02-14 Stepan Kasal <kasal@ucw.cz>
9441 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9443 * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
9444 macros without parameters.
9445 * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
9446 * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
9447 * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
9449 (autoupdate): Updated to match AU_ALIAS fix.
9451 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9452 and Paul Eggert <eggert@cs.ucla.edu>
9454 * doc/autoconf.texi (Programming in M4sh): Document
9455 AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
9457 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9459 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
9460 (AS_BOURNE_COMPATIBLE): ..this.
9461 (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
9463 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
9465 * doc/install.texi (Defining Variables): Tighten up the
9466 CONFIG_SHELL wording.
9468 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
9469 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9471 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
9472 of (set -o) rather than testing whether (set -o posix) succeeds,
9473 to work around a bug in the AIX 5.3 shell. Problem originally
9474 reportd by Howard Chu for libtool.
9476 2006-02-10 J.T. Conklin <jtc@acorntoolworks.com>
9478 * doc/autoconf.texi (Running the Compiler, Running the Linker):
9479 Changes the macro arguments in summaries to match the
9482 2006-02-04 Stepan Kasal <kasal@ucw.cz>
9484 * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
9485 hint as ``a workaround for a bug.''
9487 2006-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9489 * bin/autoreconf.in: New option `--no-recursive'.
9490 Improve wording for subpackages a bit.
9491 * doc/autoconf.texi (autoreconf Invocation): Updated.
9494 * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
9495 in environment of `configure', not the command line.
9496 Reported by Howard Chu <hyc@highlandsun.com>.
9498 2006-01-25 Paul Eggert <eggert@cs.ucla.edu>
9500 * doc/autoconf.texi (Limitations of Builtins): Document the
9501 problem with "trap -".
9503 2006-01-23 Steven G. Johnson <stevenj@fftw.org>
9505 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
9506 (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
9507 messages to differentiate Fortran and Fortran 77 tests.
9508 (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
9509 AC_LANG_ASSERT, to allow use in mixed-language projects.
9511 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
9513 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
9514 FOO" to "defined (FOO)".
9515 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
9516 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
9517 * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
9518 * tests/tools.at (ifnames): Likewise.
9520 2006-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9522 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
9523 * lib/Autom4te/General.pm (mktmpdir): Likewise.
9524 (END): Improve error message a bit.
9525 Reported by Bruce Korb <bkorb@gnu.org>.
9527 2006-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9529 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
9530 `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
9532 2006-01-11 Stepan Kasal <kasal@ucw.cz>
9534 * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
9535 requires sys/stream.h. Reported by Oliver Kiddle.
9537 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9538 Stepan Kasal <kasal@ucw.cz>
9540 * lib/autotest/general.m4 (AT_INIT): When ensuring writability
9541 before the removals of test dirs, use `find' to avoid modification
9542 of symlinked directories.
9544 2006-01-11 Steven G. Johnson <stevenj@alum.mit.edu>
9546 * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
9547 Don't ignore the macro arguments.
9549 2006-01-11 David Thompson <dthompsn@vizsolutions.com>
9551 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
9552 declaration that works for MSVC.
9554 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9556 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
9557 Add `*.map' and `.inf' for Green Hills compiler.
9558 Reported by Stefan Seefeld <stefan@codesourcery.com>.
9560 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
9561 correctly: pad with spaces after FIRST_PREFIX if necessary,
9562 and compute string lenghts with `m4_qlen' instead of `m4_len'.
9563 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
9564 * tests/m4sh.at (AS_HELP_STRING): Test extended.
9566 Reported by numerous people, numerous times.
9568 2006-01-05 Paul Eggert <eggert@cs.ucla.edu>
9570 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
9571 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
9572 * lib/autoconf/general.m4, lib/autoconf/status.m4:
9573 * lib/autotest/general.m4, tests/local.at:
9574 Update copyright year to 2006.
9576 * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
9578 * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
9579 for file names, again. Reported by Noah Misch.
9580 (Coding Style): Explain that s|a|b| is preferred for file names.
9581 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
9582 (AC_OUTPUT_MAKE_DEFS): Likewise.
9583 * lib/autotest/general.m4 (AT_INIT): Likewise.
9584 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
9585 * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
9587 Fix Posix-conformance bugs re use of { command in sed scripts,
9588 and improve the sed-related documentation a bit.
9589 * doc/autoconf.texi (Installation Directory Variables): Use
9590 our own style advice re 's,a,b,' versus 's|a|b|'. Use "Sed"
9591 rather than "sed" when talking about Sed in general.
9592 (Particular Programs): Likewise.
9593 (Coding Style): y is like s with respect to / and ,.
9594 (Limitations of Usual Tools): Document the weird restrictions
9595 that Posix has about { }. Use better quoting.
9596 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
9597 Rewrite to conform to Posix rules about { } in sed scripts.
9598 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
9599 * tests/foreign.at (Libtool): Likewise.
9600 * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
9601 Use our own style advice re 's,a,b,' versus 's|a|b|'.
9603 2006-01-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9605 * lib/autoconf/status.m4: Fix typo.
9607 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
9608 singly- or doubly-quoted arguments to `-cmdline', `-ignore',
9609 `-def', for the benefit of Portland `pgf90 -Mipa'.
9610 Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
9612 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
9614 * doc/autoconf.texi: Update copyright (and other) dates to 2006.
9615 * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
9616 shell from zsh to bash.
9618 2005-12-31 Stepan Kasal <kasal@ucw.cz>
9620 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
9621 ":" caused problems on OS/2-EMX. Suggested by Andrew Belov.
9623 2005-12-29 Paul Eggert <eggert@cs.ucla.edu>
9625 * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
9626 parentheses in $(...). Problem reported by Eric Blake.
9628 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
9630 * doc/autoconf.texi (Limitations of Usual Tools):
9631 Mention which characters can be escaped with \ in portable regular
9632 expressions used in grep, sed, expr. Mention the leading ^ problem
9633 with expr. Clean up some confusing wording. Mention which
9634 grep options are portable.
9636 2005-12-09 Stepan Kasal <kasal@ucw.cz>
9638 * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
9640 2005-12-02 Paul Eggert <eggert@cs.ucla.edu>
9642 * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
9643 patch, noted by Ralf Wildenhues.
9645 2005-12-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9647 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
9648 posix' unconditionally, for pdksh in `native sh' emulation.
9650 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
9652 * doc/autoconf.texi (Shellology): Document eval $? problem
9654 (Limitations of Builtins): Likewise.
9656 2005-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9658 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
9659 CONFIG_SHELL in the environment of the configure rerun.
9660 * doc/autoconf.texi (Here-Documents, config.status Invocation):
9661 Suggest passing CONFIG_SHELL absolute, and in the environment
9662 rather than as option.
9664 2005-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9666 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
9667 Fix quoting of output line (triggered for many AC_SUBST_FILEs).
9668 Fix macro quoting. Fix output for n * 98 substituted variables.
9670 2005-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9672 * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
9673 `tmp' to avoid file removal race.
9675 2005-11-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9677 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
9678 ac_clean_files and LIBOBJS.
9680 2005-11-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9682 * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
9683 Factor functionality to..
9684 (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
9685 `AC_SUBST($1)' in the public version.
9686 (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
9687 (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
9690 2005-11-01 Stepan Kasal <kasal@ucw.cz>
9692 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
9695 2005-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9697 * NEWS: Move AH_HEADER mention to right place.
9699 2005-10-27 Stepan Kasal <kasal@ucw.cz>
9701 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
9702 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
9704 2005-10-25 Stepan Kasal <kasal@ucw.cz>
9706 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
9707 conftst2.$ac_objext.
9708 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
9710 2005-10-24 Stepan Kasal <kasal@ucw.cz>
9712 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
9713 conftest.o, to see whether the compiler really obeys; rm the object
9714 file before and after the test and register it with ac_clean_files.
9715 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
9717 2005-10-21 Stepan Kasal <kasal@ucw.cz>
9719 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
9720 the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
9721 code so that the most common case requires less forks.
9723 2005-10-20 Stepan Kasal <kasal@ucw.cz>
9725 * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
9726 not portable; thanks to Paul Eggert and Alexandre.
9728 * NEWS: Fix an old typo.
9730 2005-10-20 Jim Meyering <jim@meyering.net>
9732 * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
9733 the latter'', in two places.
9735 2005-10-19 Paul Eggert <eggert@cs.ucla.edu>
9737 * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
9738 AC_LANG_PROGRAM, fixing a typo. Don't give details about
9739 the inner workings of AC_LANG_FUNC_LINK_TRY.
9740 * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
9741 AC_LANG_FUNC_LINK_TRY. This involves returning the value returned
9742 by the function rather than ignoring it.
9743 (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
9744 comparing its address. Intel's interprocedural optimization was
9745 outsmarting the old heuristic. Problem reported by
9748 2005-10-19 Stepan Kasal <kasal@ucw.cz>
9750 * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
9752 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
9754 * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
9755 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
9757 2005-10-04 Stepan Kasal <kasal@ucw.cz>
9759 * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
9760 before removing it (chmod -R u+rwx); there are three instances of this.
9762 2005-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9763 Stepan Kasal <kasal@ucw.cz>
9765 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
9766 * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
9767 make its content writable before removing it. Remove an errorneous
9768 comment from the end, where the logs of the failed tests are copied
9769 to the main log file.
9771 2005-09-27 Stepan Kasal <kasal@ucw.cz>
9773 * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
9774 in case the computer is too quick. Double quote the configure.ac
9777 * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
9778 problems if the testsuite were running too fast.
9780 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
9782 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
9783 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
9784 (which belong to Xt, not X itself). See Debian bug 327655.
9785 * NEWS: Mention this.
9787 2005-09-07 Stepan Kasal <kasal@ucw.cz>
9789 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
9791 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9793 * config/move-if-change: Don't output "$2 is unchanged";
9794 suggested by Ben Elliston. Handle weird characters correctly.
9796 2005-09-06 Stepan Kasal <kasal@ucw.cz>
9798 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
9799 calls, so that the final expansion of this macro is shorter.
9800 Create the conftest.$ac_ext outside the `for' loop, to speed the run.
9801 Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
9802 the cleanup there. Use AS_VAR_* macros, to be more general.
9803 * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
9805 * lib/autoconf/general.m4: Use AS_IF where appropriate.
9807 * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
9809 2005-09-01 Stepan Kasal <kasal@ucw.cz>
9811 * doc/autoconf.texi (Configuration Headers): Add an index entry
9814 2005-08-26 Pavel Roskin <proski@gnu.org>
9816 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
9817 XMKMF to locate xmkmf. Make XMKMF precious. Export CC when
9820 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
9822 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
9823 The previous patch didn't work, so try a better one.
9825 2005-08-26 Stepan Kasal <kasal@ucw.cz>
9827 * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
9828 in the example. Reported by Bruno Haible.
9829 <AS_TR_SH>: Likewise. Also modify the example to be more convincing:
9830 "if $undefined_var;" succeeds with my shell.
9832 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
9833 AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
9834 but change the m4_divert_text to m4_divert_once.
9836 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
9838 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
9839 Work around bug in Solaris /usr/xpg4/bin/awk.
9840 The bug is present in at least Solaris 8 through 10.
9842 2005-08-24 Stepan Kasal <kasal@ucw.cz>
9844 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
9845 some evil values and relying on the fact that $* concatenates the
9846 parameters by the first character from IFS.
9848 2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
9849 Stepan Kasal <kasal@ucw.cz>
9851 * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
9852 first header appears, define AH_HEADER.
9853 * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
9854 Update limitations about when to call AC_CONFIG_HEADERS.
9855 (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
9856 parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
9857 that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
9858 ``Configuration Actions''; fix their index entries.
9860 * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
9861 options correctly. Process N-M as M-N if M is smaller than N.
9862 Process ranges correctly so that N-N will run only N.
9863 Sort and uniquify the tests that will be run. If there is more
9864 than one test, reinsert the banners for the tests.
9865 * tests/autotest.at (Keywords): Unmark XFAIL.
9867 2005-08-23 Stepan Kasal <kasal@ucw.cz>
9869 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
9870 before passing the macro name to AH_TEMPLATE.
9872 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
9873 now opens log after option processing; in particular, --version
9874 and --help do not touch config.log.
9876 * Makefile.maint: Revert the change from 2005-08-12.
9878 2005-08-22 Stepan Kasal <kasal@ucw.cz>
9880 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
9882 (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
9884 2005-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9886 * doc/autoconf.texi (Using Autotest, testsuite Scripts)
9887 (Autotest Logs, Writing testsuite.at, testsuite Invocation):
9890 * doc/autoconf.texi (Defining Symbols, Changed Results):
9891 Prepend to LIBS, not append, in examples.
9893 2005-08-16 Stepan Kasal <kasal@ucw.cz>
9895 When building in place, set srcdir="."; suggested by Tim Van Holder.
9897 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
9898 build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
9899 (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
9900 * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
9901 does not mean "no --srcdir option".
9903 2005-08-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9905 * tests/autoscan.at (autoscan): New file.
9906 * tests/suite.at: Use it.
9907 * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
9908 Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
9910 * tests/autotest.at (Keywords): Test keywords combinations.
9912 2005-08-12 Stepan Kasal <kasal@ucw.cz>
9914 * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
9915 add "2>&1"; gzip 1.2.4 prints help on stderr.
9917 2005-07-27 Stepan Kasal <kasal@ucw.cz>
9919 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
9920 was pushdef'ed twice while popped only once. Push it only once.
9921 (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
9923 2005-07-26 Stepan Kasal <kasal@ucw.cz>
9925 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
9926 prefixed by mere "===", not "configure: === ".
9928 2005-07-25 Paul Eggert <eggert@cs.ucla.edu>
9930 * Makefile.maint: Update from Bison.
9932 * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
9933 "<tab>" in comment, so that the point is understandable.
9935 2005-07-25 Stepan Kasal <kasal@ucw.cz>
9937 Rewrite substantial part of lib/autoconf/status.m4.
9938 The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
9939 and CONFIG_COMMANDS are not processed in four separate loops.
9940 Instead, there is one main loop. This alows that the common code
9941 is expanded only once, thus config.status (and configure) is smaller.
9943 The registration mechnism in AC_CONFIG_FILES and cousins also changed;
9944 the AC_LIST_FILES and cousins macros are no longer used.
9946 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
9947 _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
9948 (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
9949 _AC_OUTPUT_COMMAND): ..., respectively. These macros no longer
9950 contain the initialization, nor the for loop, nor the associated
9951 commands; all these go to ...
9952 (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
9953 _AC_OUTPUT_CONFIG_STATUS.
9954 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
9955 Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
9956 (_AC_OUTPUT_FILE): The creation of the sed script ...
9957 (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
9958 (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
9959 _AC_OUTPUT_MAIN_LOOP.
9960 (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
9961 _AC_CONFIG_COMMANDS): Use ...
9962 (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
9963 (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
9964 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
9965 _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
9966 (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
9967 (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
9969 (_AC_CONFIG_UNIQUE): Update.
9970 (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
9971 Replaced by this ...
9972 (_AC_LIST_TAGS): ... new common macro.
9973 (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
9974 AC_LIST_COMMAND_COMMANDS): Replaced by this ...
9975 (_AC_LIST_TAG_COMMANDS): ... new common macro.
9976 (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
9977 this didn't belong to the `config commands' section.
9978 (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
9979 (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
9980 AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
9981 to the `config commands' section either.
9982 (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
9983 (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
9985 ... and many changes to the comments nearby.
9987 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
9988 set ac_subdirs_all='_AC_LIST_SUBDIRS'.
9989 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
9990 AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
9991 (#define header templates): The comment at the top of the generated
9992 header now includes the name(s) of the source file(s).
9994 Several unrelated small changes:
9996 * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
9997 parameter to AC_DIAGNOSE.
9998 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
9999 (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
10000 with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
10001 (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
10002 with AU::AC_OUTPUT.
10003 (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
10004 in AC_OUTPUT doesn't double-quote it either.
10005 * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
10008 2005-07-10 Stepan Kasal <kasal@ucw.cz>
10010 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
10011 versions of Portland Group compiler produce single- and double-quoted
10012 -cmdline argument. Reported by Steven G. Johnson <stevenj@fftw.org>
10013 and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
10015 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
10017 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
10018 This is a corrected version of yesterday's patch.
10020 2005-07-07 Stepan Kasal <kasal@ucw.cz>
10022 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
10023 path, too; insert a "===" to emphasize the line.
10025 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
10026 ac_cv_build_alias to ac_build_alias.
10027 (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
10029 On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
10030 change eliminates it. Problem reported by Alexandre Duret-Lutz.
10031 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
10032 (AC_ARG_VAR): ... here.
10033 (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
10036 Keep a list of all precious variables and process them with one simple
10037 for loop, instead of expanding all commands, or, OTOH, complicated
10038 processing of output of "set".
10039 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
10040 variable names in new macro...
10041 (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
10042 (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
10043 a loop to assign all ac_env_* and ac_cv_env_* variables.
10044 (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
10046 (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
10047 its value to shell variable ac_precious_vars and call
10048 _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
10049 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
10050 _AC_ARG_VAR_VALIDATE.
10052 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
10053 and the AC_SUBSTs ...
10054 (AC_INIT): ... here.
10056 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
10057 the ac_subst_files section in config.log.
10059 * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
10061 2005-07-06 Paul Eggert <eggert@cs.ucla.edu>
10063 * NEWS: New macro AC_C_TYPEOF.
10064 * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
10065 * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
10066 * tests/c.at (C keywords): Test AC_C_TYPEOF.
10068 Fix problems reported by Nicolas Joly.
10069 * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
10070 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
10071 They are generated by the Tru64 v5.1B shell.
10073 2005-07-05 Stepan Kasal <kasal@ucw.cz>
10075 Fix my changes from 2005-07-01; reported by Noah Misch.
10076 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
10077 description, the macro now accepts only a single tag.
10078 (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
10080 Fix cases when the varsions of Autoconf and Autotest don't match.
10081 Reported by Noah Misch.
10082 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
10083 at_top_builddir, for compatibility with older autotest.
10084 * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
10085 is not set, use at_top_builddir, for compatibility with older
10086 versions of autoconf.
10088 2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
10090 * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
10091 Problem reported by Patrick Welche.
10093 2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
10095 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
10096 sed substitution command, so that we allow | in program prefixes
10097 and program suffixes. (& is a problem anyway; we're not fixing
10099 * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
10100 configure_input, top_builddir, srcdir, etc.
10101 * lib/autotest/general.m4 (AT_INIT): Likewise, for
10102 PATH_SEPARATOR in AUTOTEST_PATH.
10104 2005-07-02 Alexandre Duret-Lutz <adl@gnu.org>
10106 * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
10107 for loop over config.site files using `set', to allow
10108 directory names containing IFS characters.
10110 2005-07-01 Paul Eggert <eggert@cs.ucla.edu>
10112 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
10113 directories with weird names. Apparently some people like living
10114 on the edge. However, improve the test that "pwd" actually does
10115 report a name for the working directory.
10116 * NEWS: Remove the claim that we test for funny chars in dir names.
10118 2005-07-01 Stepan Kasal <kasal@ucw.cz>
10120 * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
10122 * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
10123 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
10124 Now accept a single tag, not whitespace separated list.
10125 (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
10127 2005-06-30 Stepan Kasal <kasal@ucw.cz>
10129 * doc/autoconf.texi (Configuration Headers): Change the explanation
10130 about #include <config.h>.
10131 (Generic Functions): Mention the Gnulib project.
10132 (Limitations of Usual Tools) <sed>: Another minor rephrasing.
10134 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
10135 document to output the default config_* lists to config.status.
10136 Don't recognize option --file, if the functionality is not there.
10137 Likewise for --header; moreover, recognize --he and --h as shortcuts
10138 for --help in that case.
10140 * lib/autoconf/status.m4: Fix the order of the "sections", so that it
10141 matches the order of execution. No code changed.
10143 2005-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10145 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
10146 single-quoted -cmdline argument in Portland Group compiler.
10147 Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
10149 2005-06-30 Alexandre Duret-Lutz <adl@gnu.org>
10151 * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
10153 2005-06-29 Stepan Kasal <kasal@ucw.cz>
10155 * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
10156 descriptors to child processes; reported by Norman Gray.
10158 2005-06-29 Stepan Kasal <kasal@ucw.cz>
10160 * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
10162 * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
10163 instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
10164 (AC_SUBST): Call it.
10165 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
10166 the directory specific variables; but don't call it for configure_input.
10168 2005-06-28 Derek Price <derek@ximbiot.com>
10170 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
10173 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
10175 * NEWS: Don't worry about spaces in bindir etc. Only srcdir and working
10176 directory have inherent problems with special characters like spaces,
10177 due to limitations in Make syntax. Problem reported by Alexandre
10179 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
10180 Also, fix Tru64 porting problem with shell patterns,
10181 reported by Ralf Wildenhues.
10183 2005-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10185 * doc/autoconf.texi (Subdirectories): Fix markup typos.
10187 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
10189 * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
10191 Fix some more shell quoting problems. Prompted by a bug report
10192 from Justace Clutter.
10193 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
10194 variable into diagnostic. Make the diagnostic an error, not a warning,
10195 because we really don't support spaces and suchlike in dir names.
10196 (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
10197 Don't worry about backslashes in srcdir; it can't happen now.
10198 (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
10199 Simplify ac_optarg handling.
10200 (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
10202 2005-06-22 Stepan Kasal <kasal@ucw.cz>
10204 Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
10205 * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
10206 * tests/atlocal.in: Propagate $EGREP and $SED.
10207 * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
10208 (AT_CONFIG_CMP): Use sed instead of grep plumbing.
10210 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
10211 that '\|' is not allowed in BREs; recommend using newline separated
10212 list of patterns instead of multiple -e options.
10214 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
10216 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
10218 2005-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10220 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
10222 2005-06-21 Stepan Kasal <kasal@ucw.cz>
10224 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
10225 b, t, r, w commands require single space, while : cannot have any.
10226 (Special Shell Variables): Fix sed code this in the example.
10227 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
10228 * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
10230 * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
10231 expand to the empty list. Don't use two pairs of m4_changequote,
10232 it's not necessary.
10234 2005-06-20 Derek Price <derek@ximbiot.com>
10236 * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
10238 2005-06-17 Paul Eggert <eggert@cs.ucla.edu>
10240 * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
10241 * doc/autoconf.texi:
10242 Don't mention Solaris versions so much, if a
10243 problem is common to all extant versions of Solaris. Say "SunOS
10244 4" instead of "SunOS" for SunOS 4.
10245 (awk): Mention more of the limitations of traditional Awk.
10246 (cat): Don't talk about cat -v.
10248 2005-06-16 Paul Eggert <eggert@cs.ucla.edu>
10250 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
10251 (AS_VERSION_COMPARE): New macro. The API is taken from CVS,
10252 but the implementation is entirely different and is designed
10253 to be compatible with glibc strverscmp.
10254 * tests/m4sh.at (AS_VERSION_COMPARE): New test.
10256 * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
10257 on Mac OS X 10.4 reported by Peter O'Gorman in:
10258 http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
10259 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
10260 Use shell builtins rather than 'expr', to work around expr bug.
10262 2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
10264 * doc/autoconf.texi: "filesystem" -> "file system".
10265 "behaviour" -> "behavior".
10266 Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
10267 * lib/autoconf/general.m4: Omit blank after ":" sed command,
10269 * lib/m4sugar/m4sh.m4: Likewise.
10270 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
10271 with Solaris sed. Fix by Ralf Menzel and Stepan Kasal.
10273 * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
10274 (.x.1): Ignore the time stamp in the .TH line when deciding whether
10275 to update the man page. That way, we don't have to check in new
10276 man pages every month.
10278 * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
10279 quotes and backslashes. Patch from Derek Price.
10281 2005-06-10 Derek Price <derek@ximbiot.com>
10283 * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
10286 2005-06-08 Paul Eggert <eggert@cs.ucla.edu>
10288 * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
10289 -u, since it outputs chatter if the input files are the same.
10290 Problem reported by Ralf Menzel.
10292 2005-06-08 Derek Price <derek@ximbiot.com>
10294 * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
10295 renaming them since they are about to be redefined anyhow.
10297 2005-06-08 Derek Price <derek@ximbiot.com>
10299 * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
10300 redefined M4 macros to this node. Document m4_include & m4_sinclude.
10301 Move m4_undefine to alphabetical order.
10303 2005-06-07 Paul Eggert <eggert@cs.ucla.edu>
10305 * README: Recommend GNU M4 1.4.3 or later.
10306 * doc/autoconf.texi (Introduction): Likewise.
10307 Reword to avoid some formatting glitches.
10308 Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
10309 Clarify explanation of HP compiler bug.
10310 Redo example output tp match current CVS snapshot.
10311 Use @example.org in email addresses when the examples
10312 might get inadvertently cut-and-pasted into user code.
10313 Remove example of autom4te usage that doesn't seem to work now.
10314 Use modern AC_INIT (except when the example is meant to be
10315 shown with Autoconf 2.13).
10316 Update ksh info for Solaris 9 and later.
10318 Modernize description of Automake versions a bit.
10319 Don't claim a future version of Autoconf is near.
10320 * doc/install.texi: Reword to avoid some formatting glitches.
10322 2005-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10324 * doc/autoconf.texi: Add [] to examples, so that the manual
10325 follows its own advice about quoting better.
10326 Reword to avoid some formatting glitches.
10327 * doc/installt.exi: Reword to avoid some formatting glitches.
10329 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
10330 Tru64 ksh pattern matching bug. Reported against Libtool by
10331 Albert Chin <libtool@mlists.thewrittenword.com> and
10332 Nicolas Joly <njoly@pasteur.fr>.
10334 2005-06-06 Stepan Kasal <kasal@ucw.cz>
10336 m4_cdr of one-member list was [[]] (one-member list containing an
10337 empty string) instead of [] (an empty list. Callers were skewed to
10338 match this misbehaviour. As a consequence of this:
10339 - m4_foreach([x], [], [foo]) expanded to `foo', while
10340 - the expansion of m4_foreach([x], [[]], [foo]) was empty.
10341 This bug has been fixed:
10343 * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
10344 expand to an empty string; print error msg if called without
10346 (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
10347 misbehaviour; handle [] and [[]] correctly.
10349 2005-06-06 Stepan Kasal <kasal@ucw.cz>
10351 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
10352 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
10353 scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
10355 2005-06-06 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (trivial change)
10357 * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
10358 swallow records with more than 99 fields.
10359 * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
10360 parse the long line.
10362 2005-06-04 Stepan Kasal <kasal@ucw.cz>
10364 * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
10365 swallow literals longer than 399. Reported by Ralf Wildenhues.
10366 * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
10367 to workaround this limitation.
10369 2005-06-03 Steven G. Johnson <stevenj@alum.mit.edu>
10371 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
10372 to gfortran, and make these the first two compiler names
10373 checked (following the general autoconf preference for gcc).
10375 2005-06-03 Stepan Kasal <kasal@ucw.cz>
10377 * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
10378 (DISTCLEANFILES): Remove $(check_SCRIPTS).
10379 (testsuite): Make sure autotest.m4f is up-to-date before using it.
10381 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
10383 * lib/autotest/general.m4 (AT_INIT): Don't create a regular
10384 expression of unbounded size when processing the --list
10385 option. This runs afoul of a limit of 399 bytes per regular
10386 expression on AIX. Problem reported by Ralf Wildenhues.
10388 2005-06-01 Paul Eggert <eggert@cs.ucla.edu>
10390 * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
10391 * doc/autoconf.texi (Particular Headers): Reword example
10392 for multiline stdbool replacement.
10393 (Setting Output Variables): Reword text a bit. Don't
10394 give all the details about |#_!!_#|.
10395 Reword description of line replacement.
10397 2005-05-31 Dan Manthey <dan_manthey@partech.com>
10399 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
10400 now contain newlines, and substituted files must be referenced on
10401 a line alone; the sed scripts to substitute them are now very
10403 (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
10404 commands can be put in a sed script portably.
10405 * doc/autoconf.texi (Setting Output Variables): Document above
10406 changes. (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
10407 use of multiline substitution.
10408 * tests/torture.at: No longer expect substitution of newline to fail.
10410 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
10412 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
10413 From Ralf Menzel (trivial change).
10415 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
10417 * tests/local.at: Don't attempt to check for negated character
10418 classes in shell scripts. The test was too brittle.
10420 2005-05-25 Stepan Kasal <kasal@ucw.cz>
10422 * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
10423 * doc/autoconf.texi (Limitations of Builtins): Document this
10426 2005-05-24 Stepan Kasal <kasal@ucw.cz>
10428 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
10429 common code; used in many places in the tree.
10430 (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
10431 (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
10433 * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
10435 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
10436 messages when ac_unique_file is not found.
10437 (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
10438 (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
10439 commands, for consistency with AC_MSG_ERROR and such.
10441 * bin/autoconf.as: Make more use of "shift 2" in option processing.
10443 * bin/Makefile.am: Merge the two rules for creating scripts.
10445 2005-05-23 Stepan Kasal <kasal@ucw.cz>
10447 * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
10448 obsolete; it was never documented.
10449 (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
10451 2005-05-20 Stepan Kasal <kasal@ucw.cz>
10453 * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
10454 * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
10455 (ac_top_builddir): ... this ...
10456 (ac_top_build_prefix): ... to this; the old name is also kept, for
10457 backward compatibility.
10458 (ac_top_builddir_sub): New variable, without the trailing slash,
10460 (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
10461 * doc/autoconf.texi (Configuration Actions): Rename
10462 ac_top_builddir to ac_top_build_prefix.
10463 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
10464 at_top_builddir to at_top_build_prefix.
10465 * lib/autotest/general.m4 (AT_INIT): Likewise.
10467 2005-05-20 Stepan Kasal <kasal@ucw.cz>
10469 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
10472 2005-05-17 Stepan Kasal <kasal@ucw.cz>
10474 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
10475 argument to m4_foreach. I guess it was necessary in the past,
10476 but I think it's a no-op now.
10478 2005-05-17 Stepan Kasal <kasal@ucw.cz>
10480 * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
10481 ``cat <<_ACEOF'' commands to one.
10482 (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
10483 * lib/autoconf/status.m4: On various places, use expr instead of
10485 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
10486 (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
10487 * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
10489 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
10490 the wrong patterns between ``case'' and ``esac.'' The previous
10491 code had false positives.
10493 2005-05-14 Alexandre Duret-Lutz <adl@gnu.org>
10495 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
10497 * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
10500 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
10502 * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
10503 ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
10504 Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
10505 bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
10506 bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
10507 bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
10508 config/config.guess, config/config.sub, config/elisp-comp,
10509 config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
10510 doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
10511 lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
10512 lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
10513 lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
10514 lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
10515 lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
10516 lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
10517 lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
10518 lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
10519 lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
10520 lib/autoconf/general.m4, lib/autoconf/headers.m4,
10521 lib/autoconf/lang.m4, lib/autoconf/libs.m4,
10522 lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
10523 lib/autoconf/specific.m4, lib/autoconf/status.m4,
10524 lib/autoconf/types.m4, lib/autoscan/Makefile.am,
10525 lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
10526 lib/autotest/Makefile.am, lib/autotest/autotest.m4,
10527 lib/autotest/general.m4, lib/emacs/Makefile.am,
10528 lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
10529 lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
10530 lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
10531 tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
10532 tests/compile.at, tests/foreign.at, tests/fortran.at,
10533 tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10534 tests/semantics.at, tests/suite.at, tests/tools.at,
10535 tests/torture.at, tests/wrapper.as:
10536 Update FSF postal mail address.
10538 2005-05-13 Stepan Kasal <kasal@ucw.cz>
10540 * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
10542 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
10543 enough arguments, similarly as in m4_bpatsubsts.
10545 2005-05-12 Stepan Kasal <kasal@ucw.cz>
10547 * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
10550 2005-05-11 Stepan Kasal <kasal@ucw.cz>
10552 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
10553 for absolute directory names in one loop.
10554 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
10555 abbreviations of --version and --debug.
10557 2005-05-10 Paul Eggert <eggert@cs.ucla.edu>
10559 * doc/autoconf.texi (Autoconf Language): Be more precise about
10560 quoting rules. Problems noted by Stepan Kasal.
10561 Also, throughout this document, be more careful about white space.
10562 "blank", "white space", and "space" all have different meanings
10563 and we should be careful to say what we mean.
10565 2005-05-05 Paul Eggert <eggert@cs.ucla.edu>
10567 Fix C++ related problems reported by Werner Lemberg.
10568 * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
10569 * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
10570 * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
10571 avoid problems with C++ and throw.
10572 * tests/compile.at: .cpp, not .cc.
10574 * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
10576 2005-05-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10578 * doc/autoconf.texi (Generic Functions): Typos.
10580 2005-05-02 Gary V. Vaughan <gary@gnu.org>
10582 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
10583 object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
10584 set by latest automake.
10586 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
10588 * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
10589 outputs 0 on GNU/Linux these days.
10591 2005-04-29 Paul Eggert <eggert@cs.ucla.edu>
10593 * doc/autoconf.texi (Autoconf Language): Add more description
10594 about quoting heuristics.
10595 (Limitations of Builtins): Describe "set -" problems.
10597 2005-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10599 * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
10602 * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
10603 by AC_DEFINE; it was a mistake.
10604 From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
10606 2005-04-25 Stepan Kasal <kasal@ucw.cz>
10608 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
10610 2005-04-22 Stepan Kasal <kasal@ucw.cz>
10612 * doc/autoconf.texi (External Software): Quadrigraphs are not
10613 processed correctly in AS_HELP_STRING; avoid this in the examples.
10614 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
10615 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
10616 comment and reduce m4_default([foo], []) to [foo].
10617 (m4_strip): Update the explanation.
10619 2005-04-19 Paul Eggert <eggert@cs.ucla.edu>
10621 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
10622 Remove core.conftest.* too; it's generated by Tru64 5.1.
10623 Problem reported by Jennis Pruett.
10624 * lib/autoconf/functions.m4
10625 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
10626 Don't bother to remove core files; AC_RUN_IFELSE should do that
10629 2005-04-19 Stepan Kasal <kasal@ucw.cz>
10631 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
10633 2005-04-19 Alexandre Duret-Lutz <adl@gnu.org>
10635 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
10636 Report from Horst Wente.
10638 2005-04-15 Stepan Kasal <kasal@ucw.cz>
10640 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
10643 2005-04-14 Gregorio Guidi <greg_g@gentoo.org>
10645 * doc/autoconf.texi (External Software, Package Options): Add
10646 examples showing how to implement --with-* and --enable-* options.
10648 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
10650 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
10651 as well as configure.in. Problem reported by Gregorio Guidi.
10653 2005-04-10 Paul Eggert <eggert@cs.ucla.edu>
10655 * doc/autoconf.texi (Particular Functions): Use gnulib's current
10656 pattern for alloca snippet.
10658 2005-04-04 Stepan Kasal <kasal@ucw.cz>
10660 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
10662 2005-04-01 Stepan Kasal <kasal@ucw.cz>
10664 * doc/autoconf.texi (Generic Programs): Fix a typo.
10666 2005-04-01 Paul Eggert <eggert@cs.ucla.edu>
10668 * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
10669 fails if %s isn't supported. Problem reported by Ralf Wildenhues.
10671 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10673 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
10674 Merge `-z option' as well for the benefit of Solaris link flags. Pass
10675 whole-archive (-zallextract, -zdefaultextract) options in the hope of
10676 unique libraries, for the Sun Fortran 95 8.0 compiler. Bug reported
10677 against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
10679 2005-03-22 Paul Eggert <eggert@cs.ucla.edu>
10681 * NEWS: The configure command now warns you if you attempt to use
10682 a directory whose name contains a special character like space,
10684 * doc/autoconf.texi (Installation Directory Variables): Allow
10685 "," in file names. Do not use \@; it's not a portable regexp.
10686 * bin/Makefile.am (edit): Likewise.
10687 * lib/Makefile.am (edit): Likewise.
10688 * tests/Makefile.am (edit): Likewise.
10689 * tests/semantics.at: Likewise.
10690 * tests/torture.at: Likewise.
10691 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
10692 * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
10693 * doc/autoconf.texi (File System Conventions): Warn about
10694 unportable file names.
10695 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
10697 (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
10698 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
10699 ac_pwd, and quote srcdir.
10700 * lib/autotest/general.m4 (AT_INIT): Quote file name args.
10702 * doc/autoconf.texi: Fix some systematic formatting problems.
10703 ".)" needs a following @: if not at the end of a sentence, and
10704 similarly for "!)". "etc." should be preceded by a comma.
10705 "n-th" -> "@var{n}th". pdksh is still buggy, so update its date.
10707 2005-03-22 Bruno Haible <bruno@clisp.org>
10709 * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
10710 argument is often called 'build-aux'.
10712 2005-03-07 Stepan Kasal <kasal@ucw.cz>
10714 * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
10715 macro AC_TRY_LINK is obsolete.
10716 (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
10719 2005-02-24 Stepan Kasal <kasal@ucw.cz>
10721 * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
10722 `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
10723 from a Common Lisp's `cl'.
10724 (AC_PROG_CXX): Behave according to the documentation: don't
10725 search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
10726 make the variable CCC precious; use `cl.exe', not `cl'.
10728 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
10729 Alexandre Duret-Lutz <adl@gnu.org>
10731 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
10732 /dev/null, as "configure" shouldn't read stdin, and this insulates
10733 us from problems (e.g., when testing for "cl"). Also, do this
10734 redirection before invoking "hostname" or "uname", and keep the
10735 original input stream available via...
10736 (AS_ORIGINAL_STDIN_FD): ... this new macro.
10737 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
10738 bother with "</dev/null" since it's now done at the top of
10740 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
10741 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
10742 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
10743 * doc/autoconf.texi (File Descriptor Macros): New section.
10744 (Printing Messages): Mention it.
10745 * tests/base.at (Input/Output): New test.
10747 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
10749 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
10750 newline if neither \c nor -n work, as that would output two
10751 newlines. Prefer -n to \c. Reported by Stepan Kasal.
10753 2005-02-12 Stepan Kasal <kasal@ucw.cz>
10755 * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
10756 This causes that any required macros inside will get before the if.
10757 * doc/autoconf.texi (autom4te.cache): A typo.
10759 2005-02-12 Paul Eggert <eggert@cs.ucla.edu>
10761 Undo previous change, except keep the change to
10762 lib/autoconf/programs.m4 that replaced grep with shell
10763 pattern-matching. This is because net-snmp configure reads stdin.
10764 Reported by Noah Misch.
10766 2005-02-11 Paul Eggert <eggert@cs.ucla.edu>
10768 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
10769 from /dev/null, as "configure" shouldn't read stdin, and this
10770 insulates us from problems (e.g., when testing for "cl").
10771 Suggested by Alexandre Duret-Lutz. Also, do this redirection
10772 before invoking "hostname" or "uname".
10773 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
10774 _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
10775 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
10776 "</dev/null" since it's now done at the top of 'configure'.
10777 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
10778 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
10779 Also, replace grep with shell pattern-matching, to save a process.
10781 2005-02-10 Paul Eggert <eggert@cs.ucla.edu>
10783 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
10784 _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
10785 avoid thinking that Allegro Common Lisp's "cl" command is a C++
10788 2005-02-09 Paul Eggert <eggert@cs.ucla.edu>
10790 * doc/autoconf.texi (Limitations of Usual Tools): Document that
10791 grep -q isn't portable. Improve grep -s explanation.
10792 Problem reported by Dan Manthey.
10794 2005-02-08 Paul Eggert <eggert@cs.ucla.edu>
10796 * doc/autoconf.texi (Special Shell Variables): Clarify
10797 PATH_SEPARATOR wording; fix typo in IFS. Reported by Gary V. Vaughan.
10799 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
10801 * doc/autoconf.texi: Use @acronym for DJGPP.
10802 Fix some @code's that should have been @env's, and vice versa.
10803 Sort environment variable names.
10804 Mention that shells no longer inherit IFS.
10805 Don't recommend PATH_SEPARATOR=';' so strongly.
10806 Mention that $RANDOM might expand to the empty string.
10807 "symlink" and "soft link" -> "symbolic link".
10808 Improve mktemp description (reported by Bruno Haible).
10810 2005-02-05 Paul Eggert <eggert@cs.ucla.edu>
10812 * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
10813 * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
10815 * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
10818 2005-02-04 Paul Eggert <eggert@cs.ucla.edu>
10820 * NEWS: Mention AT_COPYRIGHT.
10822 * tests/local.at (AT_CMP): Use diff directly on input files rather
10825 * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
10826 /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
10828 2005-02-04 Noah Misch <noah@cs.caltech.edu>
10829 and Paul Eggert <eggert@cs.ucla.edu>
10831 * tests/autotest.at (Empty test suite): New test.
10832 * tests/torture.at (Substitute and define special characters)
10833 (Substitute a 2000-byte string, Define to a 2000-byte string)
10834 (Substitute a newline, Define a newline): New tests.
10836 2005-02-04 Noah Misch <noah@cs.caltech.edu>
10838 * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
10839 * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
10840 (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
10841 * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
10842 (Standard regular expressions): New test.
10843 (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
10844 excess test name quoting.
10845 * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
10846 CPPFLAGS to `configure' instead of setting it in `configure'.
10848 * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
10849 any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
10852 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
10853 s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
10855 * tests/local.at (AT_CMP): New macro.
10856 (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
10857 (AC_SAVE_STATE): Move environment grep...
10858 (AT_CHECK_ENV): to here. Filter out `'$''. Use AT_CMP.
10859 (AT_CONFIG_CMP): New macro.
10860 (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
10861 * tests/c.at (Extensions): Do not exit early.
10862 * tests/atlocal.in: Inherit $GREP.
10864 * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
10865 (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
10867 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
10868 (AC_COPYRIGHT): Factor header comment portion out and move into...
10869 * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
10870 * lib/autotest/general.at (AT_COPYRIGHT): New macro.
10871 (AT_INIT): Add Autotest copyright notice. Display copyright notices in
10873 * tests/local.at: Add Autoconf test suite copyright notice.
10874 * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
10876 2005-02-04 Bruno Haible <bruno@clisp.org>
10877 and Paul Eggert <eggert@cs.ucla.edu>
10879 * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
10881 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
10883 * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
10884 this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
10886 Try not to generated lines of unlimited length, as POSIX places a
10887 2047-byte limit on line length of portable text files.
10888 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
10889 Use newline as a separator, not space.
10890 * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
10891 (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
10894 2005-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10896 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
10897 as_func_*. Add test to check whether positional parameters
10898 are restored after function return.
10900 2005-02-02 Paul Eggert <eggert@cs.ucla.edu>
10902 * doc/autoconf.texi (Special Shell Variables): Mention _,
10903 BIN_SH, DUALCASE. Say that variables other than "status" are safe
10904 if they contain a lower-case letter. The DUALCASE problem was
10905 reported by Ralf Wildenhues.
10907 * bin/autoconf.as: Don't exit with status 0 after write failure
10908 with --help or --version.
10909 * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
10910 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
10912 2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10914 * doc/autoconf.texi (Limitations of Usual Tools):
10915 Unicos 9 sed limitations.
10916 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
10917 to get the option-enhanced interface on older Crays. Try ftn for
10918 Fortran 95 (newer Crays).
10920 2005-02-01 Paul Eggert <eggert@cs.ucla.edu>
10922 * man/Makefile.am (.x.1): Go back to the simple solution, but take
10923 care to echo the commands, so the user knows what's going on.
10924 Modified from a suggestion by Stepan Kasal.
10926 * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
10927 with a cross reference. Derived from a suggestion by Bruce Korb.
10929 2005-01-31 Paul Eggert <eggert@cs.ucla.edu>
10931 * doc/autoconf.texi (config.status Invocation): Warn about
10932 discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
10933 * doc/install.texi (Defining Variables): Likewise.
10934 Based on a proposed patch by Ralf Wildenhues.
10936 * man/Makefile.am (.x.1): Make sure the required generated files
10937 are up to date. Problem and original solution proposed by Stepan Kasal.
10938 $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
10939 implicit-man-prerequisites): New rules, used by the above.
10941 * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
10942 * config/config.guess, config/config.sub, config/install-sh: Likewise.
10943 * config/missing, config/texinfo.tex: Likewise.
10945 2005-01-29 Stepan Kasal <kasal@ucw.cz>
10947 Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
10948 Update the long comment explaining it.
10950 m4_require no longer writes an ``is required by'' line to the
10951 execution stack. It contains only one bit of non-redundant
10952 information: that the macro was required, not called. And even
10953 this bit is useless in most situations: have you ever met a macro
10954 which both calls and requires the same macro?
10956 * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
10957 (_m4_defun_pro_outer): ... only via this macro, for the outermost
10959 (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
10960 (m4_expansion_stack_pop): Remove the misplaced comment.
10961 (m4_require): Don't put the ``is required by'' line to the
10962 execution stack; slightly improve the out-of-a-defun error message.
10963 (_m4_divert_grow): New macro, counter for the temporary diversions.
10964 (_m4_require_call): Use it.
10965 * tests/m4sugar.at (m4_require): Expect output without the
10966 ``is required by'' messages.
10968 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
10970 * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
10971 rather than x for expr.
10973 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
10975 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
10976 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
10977 * lib/autotest/general.m4 (AT_INIT): Likewise.
10978 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
10979 * tests/mktests.sh: Likewise.
10981 2005-01-27 Akim Demaille <akim@epita.fr>
10983 Have autoheader honor --force.
10985 * doc/make-stds.texi, doc/standards.texi: Update from masters.
10986 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
10987 * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
10988 from masters, so that FileUtils.pm's update_file provide --force
10990 * bin/autoheader.in: Pass $force to update_file so that
10991 config.h.in is always recreated when --force.
10993 2005-01-24 Stepan Kasal <kasal@ucw.cz>
10995 * doc/autoconf.texi (Introduction): Update Peter Simons' address.
10997 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
10999 * doc/autoconf.texi (Limitations of Builtins): Clarify that
11000 "if test ! -d foo; ..." is portable. Suggested by Stepan Kasal.
11002 2005-01-20 Paul Eggert <eggert@cs.ucla.edu>
11004 * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
11005 Warn about newline stripping in `` and $(). Update Solaris
11007 (Limitations of Builtins): Use expr "X...", not expr "x...", as
11008 X insulates us from future changes to Posix.
11009 (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
11012 2005-01-19 Stepan Kasal <kasal@ucw.cz>
11014 * doc/autoconf.texi (Defining Symbols): Delete the false comment that
11015 you cannot use AC_DEFINE to define macros containing `[' or `]'.
11017 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
11019 * doc/autoconf.texi (Limitations of Usual Tools): Document bug
11020 in Solaris 8 join. Problem reported by Tomohiro Suzuki on
11021 bug-tar mailing list.
11023 2005-01-05 Stepan Kasal <kasal@ucw.cz>
11025 * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
11027 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
11029 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
11030 ulongval to be static, to avoid unwanted GCC warning. Problem
11031 reported by Michael Jennings via Daniel Reed; see
11032 <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
11034 2005-01-05 Alexandre Duret-Lutz <adl@gnu.org>
11036 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
11037 docdir, htmldir, dvidir, pdfdir, psdir, and localdir. Update
11038 datadir, infodir, and mandir. Adjust argument parsing code.
11039 (_AC_INIT_HELP): Update help text.
11040 * doc/autoconf.texi (Installation Directory Variables): Document
11043 2005-01-04 Noah Misch <noah@cs.caltech.edu>
11045 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
11046 not seem to work, assume it does set $(MAKE).
11047 * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
11049 2005-01-03 Stepan Kasal <kasal@ucw.cz>
11051 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
11053 2005-01-03 Stepan Kasal <kasal@ucw.cz>
11055 A cleanup of the diversion support in m4sugar.
11057 * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
11058 (_m4_divert_n_stack): New macro; the expansion is
11059 <newline>m4_divert_stack, if m4_divert_stack is defined, and void
11061 (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
11062 (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
11063 stored in _m4_divert_diversion or _m4_divert_dump.
11064 (m4_divert_pop): When the parameter is given, compare the symbolic
11065 name with the last diversion pushed on the stack. Previously, the
11066 current diversion was compared with the numeric value of the
11067 diversion given as the parameter.
11068 (m4_require): If the macro hasn't been expanded yet, call ...
11069 (_m4_require_call): this new macro.
11071 2005-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11073 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
11074 Workarounds for documented `case' limitations.
11076 2005-01-03 Paul Eggert <eggert@cs.ucla.edu>
11078 * doc/autoconf.texi (Limitations of Usual Tools): Warn about
11079 sed 'command1;command2'. Problem reported by Ralf Wildenhues.
11081 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
11083 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
11084 bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
11085 bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
11087 Patch from Roger Leigh (with some minor changes) as follows:
11088 * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
11089 Resurrect AC_PROG_CC_STDC.
11090 * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
11091 AC_PROG_CC_C89, AC_PROG_CC_C99.
11092 (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
11093 * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
11094 AC_PROG_CC_C99): New macros.
11095 (AC_PROG_CC_STDC): Use them.
11096 (_AC_PROG_CC_STDC): Remove.
11097 (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
11098 * THANKS: Add Roger Leigh.
11100 2004-12-30 Noah Misch <noah@cs.caltech.edu>
11102 * bin/autoreconf.in (autoreconf_current_directory): AM_INIT_AUTOMAKE
11103 signals that the package uses Automake; a `Makefile.am' is typical but
11104 not essential. Reported by Magnus Therning.
11105 * tests/torture.at (autoreconf.): New banner.
11106 (autoreconf and non-AC configure): Rename to `Non-Autoconf
11107 AC_CONFIG_SUBDIRS'.
11108 (autoreconf an empty directory): Rename to `Empty directory'.
11109 (Unusual Automake input files): New test.
11111 2004-12-30 Noah Misch <noah@cs.caltech.edu>
11113 * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
11114 (AT_SETUP): Clear AT_capture_files.
11115 (_AT_CHECK): On failure, log each of AT_capture_files. Fix comment.
11116 (AT_KEYWORDS): Fix comment typo.
11117 * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
11118 * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
11119 * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
11121 2004-12-29 Albert Chin-A-Young <china@thewrittenword.com>
11123 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
11124 If the variable to set is already set, set ac_cv_path_$1
11125 to the preset value so caller can assume ac_cv_path_$1
11126 is available. (trivial change)
11128 2004-12-27 Noah Misch <noah@cs.caltech.edu>
11130 * BUGS (Minor Problems): Warn about makefile limitations.
11131 * Makefile.am: Find and update `INSTALL' in $(srcdir).
11132 * man/Makefile.am: Find and update manual pages in $(srcdir).
11134 2004-12-24 Eric Blake <ebb9@byu.net>
11136 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
11137 shells in subshell, to avoid noise from ash. (trivial change)
11139 2004-12-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11141 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
11142 problems with SunOS ksh and backslash escaping, Bourne shells and
11143 closing brackets (both within character classes). Bug reported
11144 against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
11145 <read>: New entry. Mention non-availability of -r.
11147 2004-12-21 Akim Demaille <akim@epita.fr>
11149 * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
11150 avoid cluttering displayed messages. Rather, prepend srcdir where
11151 AT_LINE is used for log files.
11153 2004-12-21 Stepan Kasal <kasal@ucw.cz>
11155 * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
11156 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
11157 no longer part of the macro, quote the occurrence of ``$tmp''.
11158 * doc/autoconf.texi (Forbidden Patterns): Typo.
11160 2004-12-21 Akim Demaille <akim@epita.fr>
11162 * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
11163 separated from the test title by forcing a white space.
11165 2004-12-21 Akim Demaille <akim@epita.fr>
11167 Enable Emacs navigation within testsuite.log files.
11169 * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
11170 use the compilation mode.
11171 (AT_LINE): Point to the srcdir.
11173 2004-12-19 Noah Misch <noah@cs.caltech.edu>
11175 * tests/Makefile.am (installcheck-local): Use $(bindir).
11176 (check-local, installcheck-local): Pass TESTSUITEFLAGS.
11177 * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
11178 Makefile.am scheme Autoconf now uses.
11180 2004-12-18 Noah Misch <noah@cs.caltech.edu>
11182 * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
11183 * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
11185 2004-12-18 Noah Misch <noah@cs.caltech.edu>
11187 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
11188 (_AT_CHECK): Use it.
11189 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
11190 (AS_ESCAPE): Fix comment.
11191 * tests/autotest.at: Adjust section banner comments.
11192 (AT_CHECK_AT): Accept STATUS and STDERR.
11193 (AT_CHECK_AT_TEST): Likewise.
11194 (Invalid brace-enclosed parameter expansion)
11195 (Multiline command from M4 expansion)
11196 (Double-M4-quoted command): New tests.
11198 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
11200 * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
11202 2004-12-17 Akim Demaille <akim@epita.fr>
11204 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
11206 Suggested by Alexandre Duret-Lutz.
11207 * doc/autoconf.texi (Setting Output Variables): Catch up.
11209 2004-12-17 Stepan Kasal <kasal@ucw.cz>
11211 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
11213 2004-12-17 Stepan Kasal <kasal@ucw.cz>
11215 * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
11216 remove the comment which said we cannot.
11218 2004-12-17 Stepan Kasal <kasal@ucw.cz>
11220 Add a specialized check for resolv.h. Thanks to Gerrit P. Haase,
11221 Reini Urban and Paul Eggert for reporting the dependencies.
11223 * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
11224 * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
11225 (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
11227 2004-12-17 Stepan Kasal <kasal@ucw.cz>
11229 * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
11230 so that eg. ``autoscan --help'' doesn't truncate it.
11232 2004-12-15 Nicolas Joly <njoly@pasteur.fr>
11234 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
11235 generated conftest files.
11237 2004-12-13 Noah Misch <noah@cs.caltech.edu>
11239 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
11240 tracing on commands with possibly-escaped newlines.
11241 * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
11242 discontinued behavior and its implications.
11243 * tests/autotest.at (BS-newline in command, ^BS-newline in command)
11244 (BSx641-newline in command, BS-BS-newline in command)
11245 (BSx640-newline in command, Newline-CODE-BS-newline in command)
11246 (Single-quote-BS-newline in command)
11247 (Single-quote-newline-BS-newline in command): New tests.
11249 2004-12-13 Stepan Kasal <kasal@ucw.cz>
11251 * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
11252 on platforms where it works.
11253 (_AS_TEST_PREPARE): Test for ``test -x''.
11254 (_AS_BROKEN_TEST_PREPARE): Nuke.
11256 2004-12-13 Stepan Kasal <kasal@ucw.cz>
11258 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
11259 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
11260 give only 4-letter prefix to AS_TMPDIR, comment fixed.
11261 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
11262 create the temporary directory.
11263 (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
11265 2004-12-12 Kelley Cook <kcook@gcc.gnu.org>
11267 * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
11270 2004-12-12 Alexandre Duret-Lutz <adl@gnu.org>
11272 * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
11274 2004-12-11 Noah Misch <noah@cs.caltech.edu>
11276 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
11277 to avoid using a negated character class. Reported by Nicolas Joly.
11278 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
11280 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
11282 * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
11283 autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
11284 Don't depend on .x file explicitly, since "make" does that for us.
11285 Suggested by Stepan Kasal.
11287 * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
11289 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
11290 ifnames): Factor common code. And they said it couldn't be done!
11292 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
11294 * bin/.cvsignore: Add autoconf.in.
11295 * tests/.cvsignore: Add wrapper.in.
11296 * lib/autotest/general.m4: Escape '$' in case pattern.
11298 2004-12-09 Noah Misch <noah@cs.caltech.edu>
11300 * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
11302 * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
11304 * tests/autotest.at: New file.
11305 * tests/suite.at: Include it.
11306 * tests/Makefile.am: Distribute it.
11308 * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
11309 shell tracing on a command that could contain multiple lines.
11310 * doc/autoconf.text: Document that fact and its implications.
11311 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
11312 * tests/autotest.at (Multiline backquote command substitution,
11313 Multiline parameter expansion, Literal multiline command,
11314 Multiline parenthetical command substitution): Remove XFAIL.
11316 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
11318 * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
11319 and suggest AC_SEARCH_LIBS. Suggested by Noah Misch and Stepan Kasal.
11321 2004-12-08 Noah Misch <noah@cs.caltech.edu>
11323 * configure.ac (test suite): Cease to generate wrapper scripts.
11324 * configure: Regenerate.
11325 * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
11326 (m4f_dependencies): Adjust accordingly.
11327 * tests/Makefile.am (Wrappers): Generate wrapper scripts.
11328 (wrapper.in): Generate it in the build directory.
11329 (MAINTAINERCLEANFILES): Delete wrapper.in.
11330 (CLEANFILES): Add wrapper.in.
11331 * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
11332 the output. Replace each $as_me with a @wrap_program@.
11333 * tests/wrapper.in: Delete it; we always build it.
11335 * bin/Makefile.am (autoconf.in): Generate it in the build directory.
11336 (EXTRA_DIST): Remove autoconf.in.
11337 (CLEANFILES): Add autoconf.in.
11338 (autoconf): Find autoconf.in in the build directory.
11339 * bin/autoconf.in: Delete it; we always build it.
11341 2004-12-08 Noah Misch <noah@cs.caltech.edu>
11343 * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
11344 PATH members so as to not prepend an empty element. Move a comment.
11345 * Makefile.am (SUBDIRS): Build in `tests' last.
11346 * tests/Makefile.am (installcheck-local): Add check-local dependencies.
11348 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
11350 * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
11351 the spaces inside $ls_command. Problem reported by Loulou Pouchet in
11352 <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
11353 Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
11355 2004-12-07 Stepan Kasal <kasal@ucw.cz>
11357 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
11358 patch: extra "-l"s.
11360 2004-12-06 Paul Eggert <eggert@cs.ucla.edu>
11362 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
11363 looking elsewhere for getmntent. Problem reported by Mark D. Baushke.
11364 * doc/autoconf.texi (Particular Functions): Mention new behavior.
11366 2004-12-03 Stepan Kasal <kasal@ucw.cz>
11368 * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
11369 out the common code to ...
11370 (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
11371 value of the #define--default to 1, iff the macro was called
11372 with exactly one parameter.
11374 2004-12-02 Paul Eggert <eggert@cs.ucla.edu>
11376 * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
11377 "char c = '\200';" rather than "char c = 0x80;" as the
11378 latter doesn't conform to the strict C standard due to
11379 overflow on signed char hosts.
11381 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
11382 to -qlanglvl=ansi. We don't want to disable extensions.
11384 2004-11-29 Paul Eggert <eggert@cs.ucla.edu>
11386 * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
11387 (Using Autotest, testsuite Scripts, Writing testsuite.at):
11388 Reword slightly to avoid some English-language problems noted
11389 by Ralf Wildenhues in:
11390 http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
11392 2004-11-29 Stepan Kasal <kasal@ucw.cz>
11394 * NEWS: Add ^L above each release.
11396 2004-11-28 Paul Eggert <eggert@cs.ucla.edu>
11398 Fix documentation problems reported by Russ Boylan in
11399 <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
11400 along with some nearby cruft.
11401 * doc/autoconf.texi (Libtool): Libtool can be used without
11402 Automake (not without Autoconf).
11403 (Introduction): Mention lists.gnu.org.
11404 * BUGS: Don't mention bugs.gnu.org.
11405 Remove mention of ancient libtool compatibility problem.
11406 * NEWS: Mention that bugs.gnu.org is kaput.
11407 * README: Likewise. Mention where mailing list archives can be found.
11409 2004-11-28 Stepan Kasal <kasal@ucw.cz>
11411 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
11413 2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
11415 * doc/autoconf.texi (Pretty Help Strings): Go back to
11416 single-quoting assignments to cache variables.
11418 2004-11-23 Stepan Kasal <kasal@ucw.cz>
11420 * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
11421 with the examples; fix the bug in MY_ARG_WITH example reported
11422 by Alexandre Duret-Lutz.
11423 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
11424 expansion of $1 in the comment emitted to configure.
11426 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
11428 * doc/autoconf.texi (Pretty Help Strings): Fix typo
11429 in my editing of the previous patch. Problem reported
11430 by Alexandre Duret-Lutz.
11432 2004-11-22 Stepan Kasal <kasal@ucw.cz>
11434 * doc/autoconf.texi (Autoconf Language): Explain that
11435 ``descriptions'' may not be double quotes.
11436 (Quotation Rule Of Thumb): Likewise.
11437 (Pretty Help Strings): Likewise; remove the wrong comment;
11438 simplify the examples and improve their quoting.
11440 2004-11-13 Stepan Kasal <kasal@ucw.cz>
11442 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
11443 the $1_found variable, don't test whether the file is executable;
11444 Both things are checked ...
11445 (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
11446 the former ``test -f''.
11447 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
11449 2004-11-10 Paul Eggert <eggert@cs.ucla.edu>
11451 * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
11454 2004-11-10 Derek R. Price <derek@ximbiot.com>
11456 * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
11457 limitations. Reorder paragraphs for clarity.
11459 2004-10-11 Paul Eggert <eggert@cs.ucla.edu>
11461 * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
11462 to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
11463 variants", "Unix", and some related minor wording fixups.
11465 (Shellology, Special Shell Variables): Document that the Zsh
11466 problem with NULLCMD was fixed in zsh 3.1.6-dev-18. Thanks
11467 to Alexandre Duret-Lutz for this info.
11469 2004-10-10 Alexandre Duret-Lutz <adl@gnu.org>
11471 * doc/autoconf.texi (One-Shot Macros): New node.
11473 2004-09-28 Paul Eggert <eggert@cs.ucla.edu>
11475 * doc/autoconf.texi (Function Portability): Fix misdescription
11476 of putenv. Problem reported by Michael Wardle.
11478 2004-09-22 Paul Eggert <eggert@cs.ucla.edu>
11480 * doc/autoconf.texi (auindex): New macro.
11481 (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
11482 Problem reported by Stepan Kasal.
11484 2004-09-05 Paul Eggert <eggert@cs.ucla.edu>
11486 Fix problems reported by Andreas Buening in:
11487 http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
11488 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
11490 * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
11491 readable; it's not true in OS/2-emx.
11493 2004-09-04 Paul Eggert <eggert@cs.ucla.edu>
11495 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
11496 "/usr/include", clear ac_x_includes instead of leaving it as "no"
11497 (trivial change). Problem and patch reported by Andrew Church in:
11498 http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
11500 2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
11502 * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
11503 three args in examples. Problem reported by Frederik Fouvry in:
11504 http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
11505 Also, fix some minor spacing and punctuation bugs.
11507 2004-09-02 Akim Demaille <akim@epita.fr>
11509 * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
11510 "case" to restore ordering.
11511 Reported by Stepan Kasal.
11513 2004-08-26 Akim Demaille <akim@epita.fr>
11515 * doc/autoconf.texi: Minor typos and stylos.
11517 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
11519 * configure.ac (AC_INIT): Bump to 2.59c.
11521 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
11525 * README: Add advice about m4 1.4.2.
11527 * Makefile.cfg (wget_files): Remove config.guess, config.sub,
11528 texinfo.tex for now (done by hand now).
11529 * Makefile.maint (wget_files, cvs_files):
11530 Remove ansi2knr.c; nobody uses it.
11531 (ansi2knr.c-url_prefix): Remove.
11532 (cvs-update): Fix test for failure. I don't know why it ever
11535 * doc/autoconf.texi: Update URLs, some of which went stale.
11536 Use @uref rather than @href.
11538 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
11539 handle "--" as per POSIX. Suggested by Paul Pogonyshev.
11541 * config/config.guess, config/config.sub, config/elisp-comp,
11542 config/install-sh, config/mkinstalldirs, config/texinfo.tex,
11543 doc/fdl.texi, doc/standards.texi: Sync with master copy.
11545 * NEWS, TODO, configure.ac, bin/autoscan.in,
11546 bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
11547 doc/install.texi, lib/Autom4te/Configure_ac.pm,
11548 lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
11549 lib/autoconf/programs.m4, lib/autoconf/status.m4,
11550 lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
11551 lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
11552 tests/tools.at, tests/torture.at:
11553 Use "file name" rather than "filename" or "path",
11554 to be consistent with the terminology of the GNU coding standards.
11556 2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
11558 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
11559 AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
11560 HP-UX 11.23 cc/aCC or Tru64 4.0 cc. Problem reported by Noah Misch in
11561 <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
11563 More fixes to support spaces in the name of the build directory.
11564 This isn't a complete fix but it's an improvement.
11566 * bin/autoconf.as (autom4te_options): New var.
11567 Use it instead of appending to AUTOM4TE, so that we can allow
11568 spaces in the build directory's absolute name.
11569 * bin/autoheader.in ($autoconf): Allow spaces in file names.
11570 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
11571 AT_CHECK_NOESCAPE): Likewise.
11572 * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
11573 main program): Likewise.
11575 2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
11577 * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
11578 From Ralf Corsepius in:
11579 http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
11581 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
11583 * doc/autoconf.texi (Function Portability): Document isinf and
11584 and isnan. From a suggestion by Kevin Ryde.
11586 * lib/Autom4te/General.pm (END): Return correct exit status even
11587 if unlink succeeds and sets $?. Needed with Solaris 8's perl 5.00503.
11589 2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
11591 * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
11592 for compatibility with Automake 1.4. Reported by J C Fitzgerald in
11593 <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
11595 2004-08-04 Alexandre Duret-Lutz <adl@gnu.org>
11597 * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
11598 (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
11599 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
11600 * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
11601 * lib/autom4te.in (Automake-preselections): Preselect
11602 AC_REQUIRE_AUX_FILE. Automake 1.10 will trace it.
11604 2004-08-02 Alexandre Duret-Lutz <adl@gnu.org>
11606 * lib/autom4te.in (Automake-preselections): Preselect
11607 AC_CANONICAL_BUILD and AC_CANONICAL_TARGET. Automake 1.9.1 will
11610 2004-07-29 Paul Eggert <eggert@cs.ucla.edu>
11612 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
11614 * doc/autoconf.texi (Shellology): Mention BIN_SH.
11615 Document problem with "`""`" in pdksh POSIX mode.
11617 2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
11619 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
11620 with pdksh, too. Problem reported by Patrick Welche via
11622 * doc/autoconf.texi (Shellology): Note that set -o posix is
11623 useful for pkdsh, too.
11625 2004-06-24 Paul Eggert <eggert@cs.ucla.edu>
11627 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
11628 _AS_UNSET_PREPARE, so that we can use $as_unset directly.
11629 Don't fail if ENV or BASH_ENV is readonly.
11630 (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
11631 etc. are read only. Problem reported by Ludovic Courtes.
11633 2004-06-23 Noah Misch <noah@cs.caltech.edu>
11635 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
11636 zsh, disable GLOB_SUBST to avoid backslash handling problems.
11639 2004-06-04 Paul Eggert <eggert@cs.ucla.edu>
11641 * doc/autoconf.texi (File System Conventions): Warn about
11642 names like "aux". Problem reported by Eric Blake.
11644 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
11645 by zero instead of array size, so that we can use any arithmetic
11646 constant expression (instead of requiring an integer constant
11647 expression). This allows us to test expressions like DBL_MAX <
11648 LDBL_MAX, which didn't conform to the C standard using the old
11650 (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
11651 now that we can do floating-point tests at compile time.
11653 2004-06-02 Paul Eggert <eggert@cs.ucla.edu>
11655 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
11656 and LDBL_EPSILON, as the resulting expression isn't an
11657 integer constant expression and violates the C standard.
11658 Problem reported by Nelson H. F. Beebe. Also, check
11659 for "L" suffix, and check that long double doesn't have
11660 worse range or precision than double, that mixed-mode
11661 arithmetic doesn't generate a diagnostic, that double
11662 constants fit in long double.
11664 2004-06-03 Kevin Ryde <user42@zip.com.au>
11666 * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
11667 malloc(0) and realloc(NULL,size).
11669 * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
11672 2004-05-31 Paul Eggert <eggert@cs.ucla.edu>
11674 * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
11675 in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. Problem reported
11678 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
11680 * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
11681 can be rewritten using if-then-else. Suggested by Bruno Haible.
11683 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
11685 * doc/autoconf.texi (testsuite Scripts): Fix typo.
11686 Problem reported by Stepan Kasal.
11688 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
11690 * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
11691 change). Patch reported by Ralf Wildenhues in
11692 <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
11694 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
11695 function F exists if the compiler and linker let you compile an
11696 expression like (F != 0). Recent versions of GCC optimize away
11697 the reference to F in that case, since every function address must
11698 be nonzero, so the link succeeds even if F does not exist.
11699 Problem reported by Manu in
11700 <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
11702 * doc/autoconf.texi (Systemology): Standardize on the spelling of
11703 "Unix". Many uses changed.
11704 (Limitations of Builtins): Explain better why the ! command isn't
11707 2004-05-22 Alexandre Duret-Lutz <adl@gnu.org>
11709 * lib/autom4te.in (Automake-preselections): Preselect
11710 LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
11712 2004-05-19 Kevin Ryde <user42@zip.com.au>
11714 * doc/autoconf.texi (Function Portability): Add strerror_r, cross
11715 referencing AC_FUNC_STRERROR_R.
11717 * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
11718 note pessimistic assumption when cross compiling.
11720 2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
11722 * doc/autoconf.texi (Limitations of Make): Note that BSD make
11723 (until 2004) invoked subcommands with sh -e, contra POSIX.
11724 Reported by Kevin Ryde.
11726 2004-05-10 Eric Sunshine <sunshine@sunshineco.com>
11728 * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
11729 _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
11730 " $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
11731 `test -f " /usr/bin/grep"', which _always_ failed.
11732 (AC_PROG_SED): Ditto bogus PATH fix.
11733 * autoconf.texi (AC_PROG_GREP): Properly document that this macro
11734 requires that grep correctly supports _multiple_ `-e' options, rather
11735 than stating only that grep should accept `-e'.
11737 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
11739 Port to C99, which requires that 'exit' be declared.
11741 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
11742 to ensure that stdlib.h is included.
11743 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
11744 AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
11745 _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
11746 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11747 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
11748 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
11749 when using 'exit' in a test; C99 requires that 'exit' be declared.
11751 2004-05-02 Paul Eggert <eggert@cs.ucla.edu>
11753 * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
11754 now prefers 'grep' implementations that accept -e.
11755 (Limitations of Usual Tools): Describe problems of traditional
11756 egrep and fgrep with long input lines, and of traditional grep
11758 * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
11759 (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
11760 All callers changed. Append /usr/xpg4/bin to the PATH, for
11762 (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
11763 the user with complaints about multiple -e options.
11764 * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
11765 Define it with AC_PROG_GREP.
11766 * configure.ac (AC_PROG_GREP): Add.
11767 * lib/freeze.mk (GREP): New macro.
11769 2004-05-02 Eric Sunshine <sunshine@sunshineco.com>
11771 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
11772 a possible candidate only after all others fail, rather than
11773 consulting it first. This improves backward compatibility by
11774 better reflecting the way shell selection occurred in previous
11775 versions of Autoconf, and should help to avoid triggering latent
11776 problems in other packages, such as the one in Automake where zsh
11777 is not handled robustly:
11778 http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
11779 Although it is not Autoconf's responsibility to work around
11780 problems in Automake, it nevertheless makes sense to avoid
11781 introducing unnecessary incompatibilites.
11783 2004-04-22 Albert Chin-A-Young <china@thewrittenword.com>,
11784 Gary V. Vaughan <gary@gnu.org>
11786 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
11787 how deeply nested we are when a suitable tool is found, set the
11788 ac_path_TOOL_found flag.
11789 (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
11790 nested we are in this macro. Break out of all 3 nested loops if
11791 ac_path_TOOL_found is set.
11793 2004-04-21 Gary V. Vaughan <gary@gnu.org>
11795 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
11796 of the _AS_PATH_WALK loop too if GNU flavor is found.
11798 2004-04-21 Alexandre Duret-Lutz <adl@gnu.org>
11800 * doc/autoconf.texi (Limitations of Make): Update documentation
11801 for `$<'. New entry `Long lines', based on a report from Simon
11802 Josefsson. Augment the documentation for SHELL = @SHELL@ with a
11803 paragraph about DJGPP, based on a mail from Richard Dawe.
11805 2004-04-20 Paul Eggert <eggert@twinsun.com>
11807 * tests/c.at (C keywords): Don't assume that GCC supports
11808 "restrict" and "inline", as sufficiently-old GCC versions do not
11809 (also, GCC configured to be in pedantic C89 mode does not).
11810 Problem reported by Sumit Pandya in:
11811 http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
11813 * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
11814 consider -g to work if it generates warnings when plain compiles
11815 don't. Problem reported by Braden McDaniel in:
11816 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
11818 * doc/autoconf.texi (Slashes): New section, to document a problem
11819 reported by Jim Meyering in:
11820 http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
11822 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
11823 linker output files before linking, to work around IRIX 6 linker bug.
11824 Problem reported by Rainer Orth in:
11825 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
11827 2004-04-20 Gary V. Vaughan <gary@gnu.org>
11829 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
11830 best tool so far counter rely on the tool path variable name to
11831 avoid checks for one tool being affected by the results of running
11832 the length check on a previous tool.
11834 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
11835 match expression argument, as different greps have different
11836 regular expression flavours.
11837 (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
11839 (AC_PROG_EGREP): Pass 'EGREP$'.
11840 (AC_PROG_GREP): Pass 'GREP$'.
11842 2004-04-20 Albert Chin-A-Young <china@thewrittenword.com>
11844 * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
11845 is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
11847 2004-03-29 Paul Eggert <eggert@twinsun.com>
11849 * doc/autoconf.texi (Particular Headers, Particular Types, Generic
11850 Types, Specific Compiler Characteristics, System Services,
11851 Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
11852 etc. consistently instead of 'long', 'short', 'unsigned' etc.
11853 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
11854 * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
11856 * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
11857 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
11858 AC_TYPE_OFF_T): Likewise.
11859 * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
11862 * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
11863 pacify libtool 1.5.2. Fix quoting problems in sed command.
11865 2004-03-28 Paul Eggert <eggert@twinsun.com>
11867 * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
11868 now defines HAVE_DECL_TZNAME if it is declared, when
11869 HAVE_STRUCT_TM_TM_ZONE is not defined.
11870 * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
11871 Do not assume atoi. Rely on HAVE_DECL_TZNAME when testing
11874 2004-03-28 Steven G. Johnson <stevenj@fftw.org>
11876 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
11877 superfluous backslashing of quotes (") in sed expressions;
11878 thanks to Paul Eggert.
11880 2004-03-26 Steven G. Johnson <stevenj@alum.mit.edu>
11882 * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
11883 Fortran compiler is ifort, also added pghpf; thanks to Nelson
11884 H. F. Beebe for the bug report.
11886 2004-03-26 Steven G. Johnson <stevenj@fftw.org>
11888 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
11889 quoted -cmdline argument in Portland Group compiler (bug
11890 reported by Jeffrey J. Barteet).
11892 2004-03-25 Kevin Ryde <user42@zip.com.au>
11894 * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
11895 (Run Time): ... here, where it's now mentioned.
11897 2004-03-19 Alexandre Duret-Lutz <adl@gnu.org>
11899 * doc/autoconf.texi (autom4te Invocation): Language Autoconf
11900 inherits from language Autoconf-without-aclocal-m4.
11901 (Customizing autom4te): Adjust example; the cache must now be
11902 disabled for language Autoconf-without-aclocal-m4.
11904 2004-03-16 Paolo Bonzini <bonzini@gnu.org>
11905 Nathanael Nerode <neroden@twcny.rr.com>
11907 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
11908 AC_CHECK_TOOLS): Warn if a cross-tool is found without
11910 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
11911 AC_CHECK_TARGET_TOOLS): New macros.
11912 * doc/autoconf.texi (Generic Programs): Document
11913 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
11914 AC_CHECK_TARGET_TOOLS, and warn for future changes
11915 in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
11917 (Specifying Names): Document the reason for these future
11918 behavioral changes.
11919 * tests/mktests.sh: Do not generate tests for the
11921 * NEWS: Document these changes.
11923 * doc/autoconf.texi: Avoid macros with unbraced arguments,
11924 they make TeX hang up.
11926 2004-03-15 Paul Eggert <eggert@bogus.example.com>
11928 * NEWS: New macro AC_CHECK_ALIGNOF.
11929 * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
11930 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
11931 int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
11933 (AC_CHECK_ALIGNOF): New macro.
11934 * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
11935 * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
11938 2004-03-03 Paul Eggert <eggert@twinsun.com>
11940 * bin/Makefile.am (edit): Don't use $< in a context where
11941 POSIX doesn't require support for it. Use $@.in instead.
11942 Problem reported by Anthony N. Frasso in
11943 <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
11944 * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
11946 2004-02-23 Gary V. Vaughan <gary@gnu.org>
11948 * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
11949 from the next generation of Libtool.
11950 * lib/autom4te.in (Autoreconf-preselections): Ditto.
11952 2004-02-20 Alexandre Duret-Lutz <adl@gnu.org>
11954 * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
11955 is not always thread-safe. Report from Nathanael Nerode.
11957 2004-02-18 Paul Eggert <eggert@twinsun.com>
11959 Fix a dependencies problem, stemming from a Autoconf 2.59 build
11960 problem on QNX reported by Stephen Rasku in
11961 <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
11963 * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
11964 $(m4sh_m4f_dependencies); this removes a FIXME.
11965 * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
11966 (MAINTAINERCLEANFILES): Split into pieces,
11967 one per related section. Add $(srcdir)/wrapper.in.
11969 2004-02-09 Paul Eggert <eggert@twinsun.com>
11971 * doc/autoconf.texi (Setting Output Variables): Emphasize that
11972 AC_SUBST provides no portable way to escape literal newlines.
11974 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
11975 flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
11976 Darwin uses -lcrt2.o and there's little point to cataloging all
11977 the system variants. Partial fix reported by Andreas Waechter in:
11978 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
11979 for bug reported by Nelson H. F. Beebe in:
11980 http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
11982 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
11984 * doc/autoconf.texi (AU_DEFUN): Fix English,
11985 suggested by Paul Eggert.
11986 * lib/autoconf/autoupdate.m4: Correct reference to
11987 acobsolete.m4, suggested by Alexandre Duret-Lutz.
11989 2004-02-02 Paolo Bonzini <bonzini@gnu.org>
11991 * bin/autoupdate.in: Define __file__ so that warnings
11992 refer to the correct file.
11993 * doc/autoconf.texi (AU_DEFUN): Describe more correctly
11994 the behavior of the third argument.
11995 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
11996 correctly the behavior of the third argument. Document
11997 what the three macros that AU_DEFUN defines do. Fix
11998 warning message when the third argument includes $0
11999 (reported by Alexandre Duret-Lutz).
12001 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
12002 Eric Sunshine <sunshine@sunshineco.com>
12003 Paul Eggert <eggert@twinsun.com>
12005 * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
12006 (AS_INIT): Output shell initialization there. Removed optional
12007 parameter. Expand _AS_SHELL_FN_SPY.
12008 (AS_INIT_WITH_SHELL_FN): Removed.
12009 (_AS_SHELL_FN_SPY): New macro.
12010 (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
12012 (AS_SHELL_SANITIZE): Remove loop to find better shell
12013 and documentation for the parameter.
12014 (_AS_DETECT_BETTER_SHELL): Move it here.
12015 (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
12016 (_AS_RUN): Move it here, support testing with eval.
12017 (AS_REQUIRE_SHELL_FN): Require shell functions when
12019 (_AS_LINENO_WORKS): Put around braces, we do not
12020 trigger the bash bug anymore.
12021 * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
12022 use AS_INIT_WITH_SHELL_FN.
12023 * bin/autoconf.in, tests/wrapper.in: Regenerated.
12025 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
12027 * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
12028 * doc/autoconf.texi: Don't say that the third parameter
12030 * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
12031 (AU_DEFUN): Honor the third parameter, create autoupdate
12032 macros with AU_DEFINE.
12033 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
12034 AC_DIR_HEADER): Use AU_DEFUN's third parameter.
12035 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
12036 * lib/autoconf/programs.m4 (AC_RSH): Likewise.
12037 * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
12038 AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
12039 AC_XENIX_DIR): Likewise.
12040 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
12041 AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
12042 * lib/autoconf/status.m4: Remove FIXME.
12043 * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
12044 that the macro is not present anymore in the updated
12046 * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
12049 2004-01-28 Paul Eggert <eggert@twinsun.com>
12051 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
12053 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
12054 2003 (except 1997) to the list of copyright years. This undoes
12055 the 2003-05-22 change, which removed the older years from the list.
12056 * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
12058 2004-01-27 Gary V. Vaughan <gary@gnu.org>
12059 Albert Chin-A-Young <china@thewrittenword.com>
12061 * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
12062 grep or ggrep program in PATH that accepts as long lines as
12064 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
12066 (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
12067 egrep and fgrep respectively if $GREP -E/-F don't work.
12068 (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
12069 _AC_PROG_GREP, and AC_PROG_SED.
12070 (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
12071 longest input length accepted by a command.
12072 (AC_PROG_SED): Use it.
12073 * doc/autoconf.texi (Particular Programs): Document the changes.
12076 2004-01-27 Paul Eggert <eggert@twinsun.com>
12078 * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
12079 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
12080 bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
12081 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
12083 * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
12084 bin/autoconf.in, config/Makefile.in, config/config.guess,
12085 config/config.sub, config/install-sh, config/mdate-sh,
12086 config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
12087 lib/Makefile.in, lib/Autom4te/Makefile.in,
12088 lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
12089 lib/autotest/Makefile.in, lib/emacs/Makefile.in,
12090 lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
12091 man/autoheader.1, man/autom4te.1, man/autoreconf.1,
12092 man/autoscan.1, man/autoupdate.1, man/config.guess.1,
12093 man/config.sub.1, man/ifnames.1, tests/Makefile.in,
12094 tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
12095 tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
12096 tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
12097 tests/actypes.at: Regenerate and/or sync with original
12100 2004-01-26 Paul Eggert <eggert@twinsun.com>
12102 * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
12103 HAVE_INTTYPES_H is defined. This is needed on Tru64 5.1b with
12104 Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
12105 not <inttypes.h>. Problem reported by Tim Mooney in
12106 <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
12107 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
12110 * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
12111 otherwise "make check" fails because it forbids cmp (I guess
12112 because cmp treats files as binary on DOS-like systems).
12114 * tests/mktests.sh: Update copyright date to 2004, since some tests
12115 have changed in 2004.
12117 2004-01-23 Gary V. Vaughan <gary@gnu.org>
12119 * lib/autoconf/programs.m4 (AC_PROG_SED): New macro to test for a
12120 non-truncating sed or gsed program in PATH.
12121 * tests/acprograms.at: Add it.
12122 * doc/autoconf.texi (Particular Programs): Document it.
12125 2004-01-15 Paul Eggert <eggert@twinsun.com>
12127 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
12128 -std1 disables some useful extensions on Tru64. Problem reported
12129 by N. Lichtmaier in
12130 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
12132 2004-01-14 Paul Eggert <eggert@twinsun.com>
12134 * doc/autoconf.texi (Programming in M4sh): Document that
12135 AS_MKDIR_P succeeds if the destination is a symbolic link
12136 to an existing directory.
12137 (Limitations of Usual Tools): Note that mkdir -p might not
12138 succeed on symlinks to directories.
12140 2004-01-13 Paul Hilfinger <hilfinger@CS.Berkeley.EDU>
12142 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
12143 * bin/autoheader.in: Grammar fix in message.
12144 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
12145 Test for dir before calling mkdir -p. (trivial changes)
12147 2004-01-13 Eric Blake <ebb9@byu.net>
12149 * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
12150 AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/. (trivial change)
12152 2004-01-10 Jim Meyering <jim@meyering.net>
12154 * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
12156 2004-01-09 Paul Eggert <eggert@twinsun.com>
12158 * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
12159 with `autoconf -Wall,error'. Bug reported by Eric Blake in:
12160 http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
12161 (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
12162 AC_COMPILE_IFELSE, since we now assume our caller invokes
12163 AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
12164 (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
12165 of AC_RUN_IFELSE; this avoids the warning mentioned above.
12166 (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
12168 2004-01-07 Paul Eggert <eggert@twinsun.com>
12170 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
12171 `"'...'"`, as it's confusing (and I suspect it may not work on
12172 some platforms). The code was incorrect anyway, as it assumed
12173 that \$ evaluated to itself in that context. Reported by
12174 Alexandre Duret-Lutz.
12176 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
12178 * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
12179 and _LT_AC_TAGCONFIG.
12181 2004-01-06 Paul Eggert <eggert@twinsun.com>
12183 * doc/autoconf.texi (One Macro Call): Fix an incorrect
12184 example, and add more examples. Reported by Eric Sunshine.
12186 2004-01-05 Paul Eggert <eggert@twinsun.com>
12188 * doc/autoconf.texi (Limitations of Usual Tools):
12189 Remove warning against "rm -fr" introduced yesterday; it
12192 * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
12193 autoscan, autoupdate, ifnames): Don't use chmod -w.
12194 * lib/Makefile.am (autom4te.cfg): Likewise.
12195 * doc/autoconf.texi (Limitations of Usual Tools): Warn against
12198 2004-01-04 Paul Eggert <eggert@twinsun.com>
12199 Paolo Bonzini <bonzini@gnu.org>
12201 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
12202 by doing lineno substitution only on lines containing "$LINENO".
12204 2004-01-04 Paul Eggert <eggert@twinsun.com>
12206 * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
12207 Use "rm -f" to remove conftest.sed, not plain "rm".
12208 Bug reported by David Relson in
12209 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
12211 * Makefile.am (autom4te-update):
12212 Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
12213 * Makefile.maint (my-distcheck, do-po-update): Likewise.
12214 * doc/autoconf.texi (Guidelines): Likewise.
12215 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
12216 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
12217 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
12218 * lib/autotest/general.m4 (AT_INIT): Likewise.
12219 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
12220 * tests/Makefile.am (clean-local): Likewise.
12221 * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
12223 * doc/autoconf.texi (Limitations of Usual Tools):
12224 Warn against "rm -fr".
12226 2004-01-03 Paul Eggert <eggert@twinsun.com>
12228 * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
12229 -c -o might not work. From a suggestion by Kevin Ryde.
12230 (C Compiler, Generating Sources, Limitations
12231 of Usual Tools, Limitations of Make, Making testsuite Scripts):
12232 Don't put '-o' after non-options, as POSIX doesn't allow this.
12233 Mention that cc's name might be gcc or c89 or whatever.
12235 2004-01-04 Kevin Ryde <user42@zip.com.au>
12237 * doc/autoconf.texi: Add various further index entries.
12239 2003-12-29 Paul Eggert <eggert@twinsun.com>
12241 * bin/autoreconf.in (autoreconf_current_directory):
12242 Fix typo: mkdir without umask arg.
12244 2003-12-27 Alexandre Duret-Lutz <adl@gnu.org>
12246 * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
12247 Documents OSF1/Tru64 make behavior. Replace `VPATH = ../src' by
12248 `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
12249 explanation clearer.
12251 2003-12-24 Andreas Schwab <schwab@suse.de>
12253 * doc/autoconf.texi (Default Includes): Fix misspelling of
12254 AC_INCLUDES_DEFAULT.
12256 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
12258 * configure.ac: Test if sh -n works.
12259 * configure: Regenerate.
12260 * tests/atlocal.in: Store the result here.
12261 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
12262 tools.at, looking in atlocal's ac_cv_sh_n_works instead
12263 of explicitly testing.
12264 (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
12265 (AT_CHECK_AUTOCONF): Test for the configure script syntax.
12266 * tests/tools.at (Syntax of the shell scripts): Simplify
12267 using AT_CHECK_SHELL_SYNTAX.
12268 (Syntax of the Perl scripts): Remove definition of
12269 AT_CHECK_PERL_SYNTAX.
12271 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
12273 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
12274 stderr to /dev/null.
12275 * bin/autoconf.in: Regenerate.
12276 * bin/wrapper.in: Regenerate.
12278 2003-11-26 Paolo Bonzini <bonzini@gnu.org>
12280 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
12281 Extracted from AS_SHELL_SANITIZE.
12282 (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
12284 (AS_SHELL_SANITIZE): Move reinvocation code from
12285 _AS_LINENO_WORKS, use it to find out if shell
12287 (_AS_LINENO_WORKS): Don't find another shell if $LINENO
12289 (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
12290 (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
12292 * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
12293 * bin/autoconf.in: Regenerate.
12294 * tests/wrapper.in: Regenerate.
12295 * tests/tools.at: Test the syntax of tests/autoconf
12296 and tests/testsuite.
12298 2003-11-24 Akim Demaille <akim@epita.fr>
12300 * config/announce-gen (&print_locations, &print_signatures)
12303 No longer rely on Gnus to inline the list of signatures: compute
12306 2003-11-24 Akim Demaille <akim@epita.fr>
12308 * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
12309 override some files.
12310 (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
12311 From Debian Autoconf 2.58.
12313 2003-11-24 Akim Demaille <akim@epita.fr>
12315 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
12317 From Debian Autoconf 2.58.
12319 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
12321 * TODO: Remove already done things. Update the part about finding
12322 tools for the target.
12324 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
12326 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
12327 Make wording more consistent.
12328 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
12329 Explain the transition better.
12330 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
12331 the transition better.
12333 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
12335 * doc/autoconf.texi (Obsoleting Macros): Don't document the third
12336 parameter of AU_DEFUN.
12337 * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
12338 (AU_DEFUN): Remove the third parameter, it was not used.
12339 Use AC_DEFUN directly, not AU_DEFINE.
12340 * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
12341 the expanded body, consistently with other macros such as AC_USG.
12343 2003-11-17 Paul Eggert <eggert@twinsun.com>
12345 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
12346 into the initial confdefs.h, to work around a bug in NextStep 3.3
12347 patch 3 reported by Eric Sunshine.
12349 2003-11-15 Kevin Ryde <user42@zip.com.au>
12351 * doc/autoconf.texi (Using System Type): Revise, showing $host rather
12352 than $target since the latter is not usual, add guidelines on when to
12353 use or not use the system type.
12355 2003-11-12 Derek Price <derek@ximbiot.com>
12357 * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
12358 typo misrepaired by an auto-spellcheck.
12360 2003-11-12 Akim Demaille <akim@epita.fr>
12362 * bin/autoreconf.in (&parse_args): Don't call automake with
12363 --force-missing unless it actually supports it.
12364 From Debian #219336.
12366 2003-11-12 Akim Demaille <akim@epita.fr>
12368 * configure.ac: Bump to 2.59a.
12371 2003-11-06 Akim Demaille <akim@epita.fr>
12375 2003-11-05 Alexandre Duret-Lutz <adl@gnu.org>
12377 * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
12378 so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
12379 and ac_abs_top_srcdir are absolute paths.
12380 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
12382 2003-11-05 Akim Demaille <akim@epita.fr>
12384 * configure.ac: Bump to 2.58a.
12386 2003-11-05 Kevin Ryde <user42@zip.com.au>
12388 * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
12389 it provokes a warning from makeinfo about looking like a cross
12390 reference in info output.
12392 * doc/autoconf.texi (Function Portability): Add notes on signal
12393 handler return type, as per AC_TYPE_SIGNAL.
12395 2003-11-04 Akim Demaille <akim@epita.fr>
12398 * doc/standards.texi: Update from master.
12400 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
12402 2003-11-04 Akim Demaille <akim@epita.fr>
12404 AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
12405 computing the absolute path to d1 in the source hierarchy: it may
12406 not exist at all. So don't cd into it.
12407 From Alexandre Duret-Lutz.
12408 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
12410 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
12411 From Paul Eggert, but named after Perl's IO::Spec->catfile.
12412 * doc/autoconf.texi (Programming in M4sh): Document.
12413 * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
12415 2003-11-03 Pavel Roskin <proski@gnu.org>
12417 * doc/autoconf.texi (Generic Structure Checks): Describe
12418 action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
12420 2003-10-31 Akim Demaille <akim@epita.fr>
12422 * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
12423 (GNU Fortran): New.
12424 * doc/autoconf.texi (Language Choice): Document.
12425 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
12426 the current language is Fortran.
12428 2003-10-31 Akim Demaille <akim@epita.fr>
12430 * bin/autom4te.in (&freeze): Use a less likely warning separator
12431 than `\n\n', so that `\n\n\n' is valid in warnings.
12432 Reported by Steve Huston.
12434 2003-10-28 Akim Demaille <akim@epita.fr>
12436 * Makefile.cfg (local_updates, executable-update): Tweak to be
12437 robust to parallel makes.
12438 Suggested by Alexandre Duret-Lutz.
12440 2003-10-27 Akim Demaille <akim@epita.fr>
12442 * Makefile.cfg (executable-update): New.
12443 (local_updates): Call it.
12445 2003-10-27 Akim Demaille <akim@epita.fr>
12447 * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
12448 Don't remove core.* as it may remove valid user files.
12449 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
12450 (AC_FUNC_UTIME_NULL): Likewise.
12452 2003-10-23 Akim Demaille <akim@epita.fr>
12455 * config/config.guess, config/config.sub: Upgrade from masters.
12457 2003-10-23 Akim Demaille <akim@epita.fr>
12459 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
12460 AC_COMPILE_IFELSE that use break skip the clean up. So do it by
12463 2003-10-23 Akim Demaille <akim@epita.fr>
12465 * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
12466 Don't forget to remove conftest.err.
12468 2003-10-23 Akim Demaille <akim@epita.fr>
12470 * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
12471 same object file in $LIBOBJS.
12472 Reported by Alexandre Duret-Lutz & Derek Robert Price.
12473 * doc/autoconf.texi (Generic Functions): Adjust.
12475 2003-10-20 Paul Eggert <eggert@twinsun.com>
12477 * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
12478 Use 'eval', so that the resulting configure scripts work even if
12479 the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
12481 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
12483 * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
12484 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
12485 (_AC_LINK_IFELSE): Check the werror flag.
12486 * doc/autoconf.texi (Generic Compiler Characteristics): Document
12488 * NEWS: Mention it.
12490 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
12492 * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
12493 _AC_COMPILER_EXEEXT to attempt a link. If linking fails,
12494 override AC_LINK_IFELSE.
12496 2003-10-15 Paul Eggert <eggert@twinsun.com>
12498 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
12499 pdksh 5.2.14. Bug reported by Ralf Corsepius.
12500 * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
12501 Mention /usr/dt/bin/dtksh on Solaris.
12502 (Shell Substitutions): Warn about $((...)).
12503 (Parentheses): New section.
12505 2003-10-15 Kevin Ryde <user42@zip.com.au>
12507 * doc/autoconf.texi (Function Portability): Add @prindex for exit.
12508 Add putenv and unsetenv. Add sysconf _SC_PAGE_SIZE.
12510 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
12512 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
12515 2003-10-11 Steven G. Johnson <stevenj@alum.mit.edu>
12517 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
12518 name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
12520 2003-10-10 Andreas Schwab <schwab@suse.de>
12522 * bin/autoheader.in: Avoid empty first line in --version and
12524 * bin/ifnames.in: Likewise.
12526 2003-10-09 Paul Eggert <eggert@twinsun.com>
12528 * lib/Autom4te/XFile.pm: Don't assume -j is solo.
12529 Issue a more-informative diagnostic.
12530 Problems reported by Eric Sunshine.
12532 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
12534 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
12535 -mGLOB_options_string stuff for Intel ifc, which can cause
12536 _AC_FC_LIBRARY_LDFLAGS to fail. Use (faster) case for
12537 pattern-matching instead of grep.
12539 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
12541 * doc/autoconf.texi: Document new FC Fortran macros.
12543 2003-10-08 Gary V. Vaughan <gary@gnu.org>
12545 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
12546 that future autopoint/aclocal/automake/autoreconf will be able
12547 to trace to find where to install local m4 macros.
12548 * doc/autoconf.texi (Input): Document it.
12551 2003-10-06 Gary V. Vaughan <gary@gnu.org>
12553 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
12554 -lcrtbegin.o to list of ignored flags and fix underquoting of
12557 2003-10-04 Steven G. Johnson <stevenj@ab-initio.mit.edu>
12559 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
12560 cache variable instead of $G77 to decide whether to include -O2,
12561 since $G77 is specific to Fortran 77.
12563 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
12565 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
12566 free" flag. Re-order flags tested into rough order of popularity.
12568 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
12570 * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
12571 arguments so that it can be used with syntax identical to
12572 AC_PROG_F77, and so that we can more easily decide to
12573 remove/deprecate the DIALECT optional argument in the future if it
12574 proves troublesome.
12575 (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
12576 non-freeform-supporting compilers. Document freeform flags.
12578 2003-10-03 Akim Demaille <akim@epita.fr>
12580 * configure.ac: Look for emacs, not macs.
12581 Reported by Eric Sunshine.
12583 2003-10-03 Akim Demaille <akim@epita.fr>
12585 * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
12586 * bin/autoreconf.in (autoreconf_current_directory): Create the
12587 AUX_DIR if needed, for sake of automake --add-missing etc.
12588 Suggested by Alexandre Duret-Lutz.
12590 2003-10-03 Akim Demaille <akim@epita.fr>
12592 * configure.ac: Quotation and formatting changes.
12593 (EMACS): Don't set it if it is not recent enough to support
12595 From Eric Sunshine.
12597 2003-10-02 Akim Demaille <akim@epita.fr>
12599 * bin/ifnames.in (&scan_file): Skip C++ comments.
12600 From Jeremy Yallop.
12602 2003-10-01 Pavel Roskin <proski@gnu.org>
12604 * doc/autoconf.texi (Particular Structure Checks):
12605 Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
12607 2003-10-01 Akim Demaille <akim@epita.fr>
12611 2003-09-30 Paul Eggert <eggert@twinsun.com>
12613 * lib/Autom4te/XFile.pm: Use Errno.
12614 (lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
12615 <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
12617 2003-09-30 Akim Demaille <akim@epita.fr>
12619 * config/announce-gen (&print_news_deltas): Extracted from...
12620 (&print_changelog_deltas): here.
12621 (&news_file): Rename as...
12622 (@news_file): this.
12624 2003-09-30 Nicolas Joly <njoly@pasteur.fr>
12626 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
12627 have been created when invoking the compiler.
12628 * tests/fortran.at (GNU Fortran 77): Quote $G77.
12630 2003-09-29 Akim Demaille <akim@epita.fr>
12634 * config/mkinstalldirs: Upgrade.
12636 2003-09-28 Paul Eggert <eggert@twinsun.com>
12638 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
12639 Problem reported by Lars J. Aas in
12640 <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
12641 (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
12642 "test -d ./-p && rmdir ./-p". Suggested by Andreas Schwab in:
12643 http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
12645 2003-09-26 Akim Demaille <akim@epita.fr>
12647 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
12648 directory for AC_CONFIG_COMMANDS' first argument exists.
12649 This makes valid the invocation of _AC_SRCPATH that follows.
12650 Reported by Eric Sunshine.
12651 * doc/autoconf.texi (Configuration Commands): Adjust.
12653 2003-09-26 Akim Demaille <akim@epita.fr>
12655 * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
12656 Reported by Ralf Corsepius.
12658 2003-09-26 Akim Demaille <akim@epita.fr>
12660 * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
12662 Actually, use AU_ALIAS.
12665 2003-09-26 Paul Eggert <eggert@twinsun.com>
12667 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
12668 rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
12669 Problem reported by Eric Sunshine in:
12670 http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
12672 2003-09-26 Akim Demaille <akim@epita.fr>
12674 The test suite are sometimes assigning timings incorrectly.
12675 Reported by Henk Krus.
12676 Diagnosed by Nicolas Joly.
12678 * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
12680 Instead of making AT_help a sequence of assignments to grow
12681 $at_help_all, just make AT_help_all be the growing contents of
12682 $at_help_all, and make a single assignment in...
12684 (at_times_skip): Flip the meaning and rename as...
12685 (at_times_p): this.
12686 (AT_INIT): When summarizing the test that ran, remove
12687 $at_times_file after use, and check it is present before trying to
12690 2003-09-25 Akim Demaille <akim@epita.fr>
12694 * bin/Makefile.am (edit): Handle '@configure_input@'.
12695 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
12696 (ifnames): chmod -w.
12697 * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
12698 executables, not bin/ executables! Otherwise all the magic needed
12699 to find non installed files is turned off. This caused a failure
12700 of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
12701 as found in its environment (sent by tests/autoreconf): pointing
12702 to bin/autom4te that could not find its files.
12703 * tests/mktests.sh: Force the replacement of generated files, for
12704 the sake of "mv" program that are interactive when overwriting a
12706 * config/install-sh: Upgrade from CVS Automake.
12708 2003-09-23 Paul Eggert <eggert@twinsun.com>
12710 * doc/autoconf.texi (Limitations of Builtins): Document test -h
12711 versus test -L issues.
12713 2003-09-23 Daniel Jacobowitz <drow@mvista.com> and
12714 Paul Eggert <eggert@twinsun.com>
12716 Trivial change to support GCC's configuration procedure.
12717 * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
12718 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
12719 about inconsistency if the preprocessor is set to give errors for
12721 * doc/autoconf.texi (C Compiler Characteristics): Document this.
12723 2003-09-13 Alexandre Duret-Lutz <adl@gnu.org>
12725 * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
12726 and XFile.pm from Automake.
12727 * lib/Autom4te/XFile.pm: Update from Automake.
12729 2003-09-12 Akim Demaille <akim@epita.fr>
12733 2003-09-12 Akim Demaille <akim@epita.fr>
12735 * config/config.guess, config/config.sub, config/missing,
12736 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
12739 2003-09-12 Akim Demaille <akim@epita.fr>
12741 * doc/autoconf.texi (Header Portability): Promote linux/types.h,
12744 2003-09-11 Akim Demaille <akim@epita.fr>
12746 * doc/autoconf.texi (Header Portability): linux/random.h.
12747 From Peter Hendrickson.
12749 2003-09-10 Akim Demaille <akim@epita.fr>
12751 * tests/mktests.sh (au_exclude_egrep): Make it harder to be
12752 willing to edit the output files.
12754 2003-09-10 Akim Demaille <akim@epita.fr>
12756 * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
12757 and AC_FC_FREEFORM.
12758 * tests/mktests.sh: Skip AC_FC_SRCEXT.
12759 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
12761 2003-09-09 Akim Demaille <akim@epita.fr>
12763 * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
12764 Reported by Gary Vaughan.
12765 * bin/autom4te.in (handle_m4): Likewise.
12767 2003-09-09 Akim Demaille <akim@epita.fr>
12769 * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
12772 2003-09-07 Paul Eggert <eggert@twinsun.com>
12774 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
12775 Improve the accuracy of the wording about obsolescence.
12776 From a suggestion by Ian Lance Taylor in
12777 <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
12779 2003-09-05 Paul Eggert <eggert@twinsun.com>
12781 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
12782 for the benefit of g77 3.2. Fix suggested by Steven G. Johnson.
12784 2003-09-04 Akim Demaille <akim@epita.fr>
12786 * tests/mktests.sh (ac_exclude_list): Fix the filtering of
12789 2003-09-04 Akim Demaille <akim@epita.fr>
12791 * bin/autom4te.in: Use &fatal where more appropriate than &error.
12792 (freeze): When exiting, use $exit_code.
12793 * lib/autoconf/fortran.m4: Comment changes.
12795 2003-09-04 Akim Demaille <akim@epita.fr>
12797 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
12799 2003-09-02 Steven G. Johnson <stevenj@alum.mit.edu>
12801 Add support for newer Fortran dialects. The F77 interface is
12802 unchanged, and continues to support Fortran 77. New FC macros
12803 correspond to all the old F77 macros, with output variables FC,
12804 FCFLAGS, and FCLIBS. AC_PROG_FC defaults to picking the newest
12805 available dialect, but older dialects can be specified. There are
12806 new macros AC_FC_SRCEXT to set the source extension, and
12807 AC_FC_FREEFORM to accept free-form source files.
12809 * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
12811 (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
12812 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
12813 _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
12814 _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
12815 AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
12816 AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
12817 _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
12818 _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
12819 AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
12820 _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
12821 AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
12822 _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
12823 AC_FC_SRCEXT, AC_FC_FREEFORM):
12825 (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
12826 AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
12827 AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
12828 Rewrite in terms of the above.
12829 (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
12830 * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
12831 * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
12832 AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
12834 2003-09-02 Paul Eggert <eggert@twinsun.com>
12836 * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
12837 Document problems with timestamp resolution that 'make', 'cp -p', and
12840 2003-08-27 Akim Demaille <akim@epita.fr>
12842 * tests/m4sugar.at (cross_warning): Make sure to enable the
12843 output, so that we can track spurious m4sugar output.
12844 * tests/local.at: Require 2.57.
12845 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
12846 are defaulted by AT_CHECK anyway.
12847 Use AT_CHECK_AUTOM4TE.
12848 * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
12851 2003-08-27 Akim Demaille <akim@epita.fr>
12853 * bin/autoheader.in: Issue the "Using auxiliary..." message only
12854 when -Wobsolete is set.
12855 Set it on by default.
12856 Suggested by Klee Dienes.
12858 2003-08-27 Akim Demaille <akim@epita.fr>
12860 * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
12862 From Guido Draheim.
12864 2003-08-26 Akim Demaille <akim@epita.fr>
12866 * doc/autoconf.texi (Output): Make clear that one can run code
12869 2003-08-25 Akim Demaille <akim@epita.fr>
12871 * config/announce-gen, GNUmakefile, Makefile.maint: Update from
12874 2003-08-25 Alexandre Duret-Lutz <adl@gnu.org>
12876 * bin/autoreconf.in (parse_args): Do not pass --no-force to
12877 Automake versions prior to 1.8.
12879 2003-08-25 Akim Demaille <akim@epita.fr>
12881 * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
12882 From Ville Karaila.
12884 2003-08-24 Akim Demaille <akim@epita.fr>
12886 * configure.ac: Bump to 2.57c.
12888 2003-08-22 Akim Demaille <akim@epita.fr>
12892 * Makefile.cfg (local-checks-to-skip): New.
12893 * Makefile.maint (local-check): Rename as...
12894 (local-checks-available): this.
12895 (local-check): New.
12897 * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
12898 * configure.ac: Require Automake 1.7.6.
12900 2003-08-22 Akim Demaille <akim@epita.fr>
12902 Output stack traces in warnings.
12904 * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
12905 Replace the former...
12906 (m4_warn): Pass the call stack to _m4_warn.
12907 * bin/autom4te.in: Adjust to output the call stack.
12908 * tests/m4sugar.at (m4@&t@_warn): Adjust.
12910 2003-08-22 Akim Demaille <akim@epita.fr>
12912 * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
12913 * bin/autom4te.in: Adjust.
12915 2003-08-21 Akim Demaille <akim@epita.fr>
12917 * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
12918 (&verbose): Remove.
12919 (&getopt): Adjust the note and verb channels, depending upon
12921 * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
12922 * bin/autoupdate.in: Adjust.
12923 Use &verb, not &verbose.
12925 2003-08-21 Akim Demaille <akim@epita.fr>
12927 * bin/autoheader.in (&parse_args): Use &parse_warnings and
12929 ($help): Use Autom4te::ChannelDefs::usage.
12930 * bin/autoscan.in: Use Autom4te::ChannelDefs.
12931 * lib/Autom4te/General.pm: Don't export error: you don't own it.
12933 2003-08-21 Akim Demaille <akim@epita.fr>
12935 First stab at preserving warnings between calls to autom4te,
12936 including when the cache is used.
12938 There are still several issues: (i) there are too many runs of m4
12939 (one for include, one for warnings, and some more), (ii) warnings
12940 spreading on several lines are not handled gracefully, (iii) the
12941 code meant to have the call stack display for errors does not work
12942 (its handling should move from m4 to autom4te).
12944 * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
12946 (@preselect): Add m4_warn.
12947 ($exit_status): Remove, use $exit_code.
12948 ($help): Use Autom4te::ChannelDefs::usage.
12949 (&handle_m4): No longer define the m4_warnings.
12950 At each run, extract and report the warnings.
12951 Always cache the result, including if the exit status is on
12952 failure, since if nothing changes, we should result in the same
12953 failure, hence we can use the cache.
12954 * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
12955 (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
12957 (m4_warn): Redefine as a do-nothing: it is its invocation that
12958 matters, as warnings are now reported via traces.
12959 * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
12960 the contents of m4_warn: make it _call_ m4_warn, so that tracing
12961 the latter reveals calls to the former.
12965 * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
12967 2003-08-21 Akim Demaille <akim@epita.fr>
12969 * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
12972 2003-08-21 Akim Demaille <akim@epita.fr>
12974 * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
12976 * lib/Autom4te/ChannelDefs.pm: Doc typos.
12977 (&parse_warnings): Accept a list of warning requests.
12978 (&usage): Return a string, not a side effect.
12979 (cross): New warning category.
12981 2003-08-21 Akim Demaille <akim@epita.fr>
12983 * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
12984 (&require_configure_ac): Accept an optional directory argument.
12985 ($configure_ac): Remove.
12986 * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
12987 (&catfile): Remove.
12988 * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
12989 * bin/autoscan.in: Adjust.
12991 2003-08-20 Akim Demaille <akim@epita.fr>
12993 * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
12994 Reported by Alexandre Duret-Lutz.
12996 2003-08-20 Akim Demaille <akim@epita.fr>
12998 * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
12999 * bin/autom4te: Adjust.
13000 In particular, be Autoconf tools are really silent when properly
13001 working, bind the verbosity of the 'note' channel to $verbose.
13002 * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
13003 (&xsystem, &contents): Remove, since they are exported by...
13004 * lib/Autom4te/FileUtils.pm: this.
13006 * lib/Autom4te/General.pm (&up_to_date_p): Move to...
13007 * lib/Autom4te/FileUtils.pm: here.
13009 2003-08-20 Akim Demaille <akim@epita.fr>
13011 * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
13012 * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
13015 2003-08-20 Akim Demaille <akim@epita.fr>
13017 * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
13018 (autom4te-update): New.
13019 * Makefile.cfg (update): Bind autom4te-update.
13021 2003-08-19 Derek Price <derek@ximbiot.com>
13023 * lib/autotest/general.m4: Comment various HELP_* diversions.
13024 (PARSE_ARGS_BEGIN): New section for option parsing related
13026 (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
13027 package specific options and associated help.
13029 2003-08-19 Akim Demaille <akim@epita.fr>
13031 * config/announce-gen, Makefile.cfg: New.
13032 * Makefile.am: Adjust.
13033 * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
13035 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
13037 * lib/autom4te.in (Automake-preselections): Preselect
13038 AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
13041 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
13043 * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
13044 (Autoconf-without-aclocal-m4): ... this new language.
13045 * doc/autoconf.texi (autom4te Invocation): Mention
13046 Autoconf-without-aclocal-m4.
13048 2003-08-18 Derek Price <derek@ximbiot.com>
13050 * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
13051 RUN-IF-PASS optional arguments.
13053 2003-08-18 Derek Price <derek@ximbiot.com>
13055 * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
13057 2003-08-16 Derek Price <derek@ximbiot.com>
13059 * doc/autoconf.texi (Writing testsuite.at): Document defaults for
13060 STDOUT & STDERR arguments.
13062 2003-08-14 Derek Price <derek@ximbiot.com>
13064 * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
13065 DESCRIPTION rather than FILE and LINE. Shorten result to fit in new,
13066 shorter column three. Add DESCRIPTION to log file content.
13068 2003-08-13 Derek Price <derek@ximbiot.com>
13070 * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
13073 2003-08-12 Derek Price <derek@ximbiot.com>
13075 * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
13076 (AT_CHECK_NOESCAPE): Move core functionality to...
13077 (_AT_CHECK): ...this new macro.
13079 2003-08-07 Derek Price <derek@ximbiot.com>
13081 * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
13082 (AT_CHECK_NOESCAPE): ...to this new macro.
13084 2003-07-31 Paul Eggert <eggert@twinsun.com>
13086 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
13087 in Bash 2.01. Problem reported by Brian Gough in
13088 <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
13090 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
13092 * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
13093 -lcrt1.o, for OS X. (trivial change)
13095 2003-07-07 Paul Eggert <eggert@twinsun.com>
13097 * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
13098 inside '#ifndef __cplusplus'. Problem reported by
13101 2003-07-06 Bill Clarke <llib@computer.org>
13103 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
13104 'long', not 'int', for benefit of Sun's recent C++ compilers
13105 (trivial change). See:
13106 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
13107 (This really should be 'intptr_t', not 'long', but that would
13110 2003-06-25 Akim Demaille <akim@epita.fr>
13112 * lib/Makefile.am (autom4te.cfg): Make it read only.
13113 Depend on Makefile since it contains substitutions.
13114 From Paolo Bonzini.
13115 * lib/autom4te.in (args): Add local.at? for Autotest args.
13116 This change was made on autom4te.cfg which is generated.
13117 Reported by Raja R. Harinath.
13119 2003-06-25 Akim Demaille <akim@epita.fr>
13121 * doc/autoconf.texi (Header Portability): sys/mount.h.
13122 From Gareth McCaughan.
13124 2003-06-23 Akim Demaille <akim@epita.fr>
13126 * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
13127 not all of them. This fixes 1. the fact that when testing
13128 Autoconf there are many many config.log, 2. the incorrect use of
13129 top_srcdir to find config.log.
13130 Don't mix the detailed output of failed test with the summary of
13131 failures. Rather, append detailed log afterwards.
13133 2003-06-23 Akim Demaille <akim@epita.fr>
13135 * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
13136 always run: output config.log on $at_group_log.
13138 2003-06-23 Akim Demaille <akim@epita.fr>
13140 * tests/torture.at (#define header templates): Don't use quotes in
13141 C++ comments as it puzzles Emacs' sh font-lock-mode.
13143 2003-06-23 Akim Demaille <akim@epita.fr>
13145 * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
13146 * lib/autom4te.cfg (args): Add local.at? for Autotest args.
13147 * tests/atspecific.m4: Rename as...
13148 * tests/local.at: This.
13149 * tests/suite.at: Move the globals into...
13150 * tests/local.at: here.
13151 * tests/Makefile.am: Adjust.
13152 * doc/autoconf.texi (testsuite Scripts): Adjust.
13154 2003-06-21 Kevin Ryde <user42@zip.com.au>
13156 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
13157 error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
13158 ensuring we add -std1 for full-ANSI.
13160 * doc/autoconf.texi (hdrindex): New macro.
13161 Add index entries for portability of various standard header files.
13163 2003-06-20 Akim Demaille <akim@epita.fr>
13165 * configure.ac: Bump to 2.57b.
13167 2003-06-20 Akim Demaille <akim@epita.fr>
13171 2003-06-20 Akim Demaille <akim@epita.fr>
13173 * bin/autom4te.in: Don't rely on $HOME being defined.
13174 Reported by Marc Espie as PR/233.
13176 2003-06-20 Akim Demaille <akim@epita.fr>
13178 * lib/autotest/general.m4: Use at_times_file only if used.
13181 2003-06-20 Akim Demaille <akim@epita.fr>
13183 * config/config.guess, config/config.sub, config/elisp-comp,
13184 * config/install-sh, config/mkinstalldirs, doc/standards.texi:
13185 Update from masters.
13187 2003-06-11 Paolo Bonzini <bonzini@gnu.org>
13189 * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
13190 * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
13191 (TEST_SCRIPT): New diversion.
13192 (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
13193 (AT_CLEANUP): ...to here. Undivert TEST_SCRIPT.
13194 (AT_INIT): Support for expected failures.
13196 2003-06-02 Akim Demaille <akim@epita.fr>
13198 * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
13200 * lib/Autom4te/General.pm (&backname): Remove, no longer used by
13201 Autoconf nor Automake.
13202 (&contents): New, from Automake.
13205 2003-05-28 Paul Eggert <eggert@twinsun.com>
13207 * NEWS, doc/autoconf.texi (Particular Functions),
13208 lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
13209 is the inverse of localtime.
13211 2003-05-25 Alexandre Duret-Lutz <adl@gnu.org>
13213 * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
13214 (handle_exec_errors): New function. Work around $! being
13215 altered by WEXITSTATUS.
13216 (xqx, xsystem): Use handle_exec_errors.
13218 2003-05-23 Alexandre Duret-Lutz <adl@gnu.org>
13220 * lib/Autom4te/General.pm (END): Rewrite exit code processing.
13221 Do not call `_exit()', simply modify `$?'.
13222 (xsystem): Reset $! before running system, and check it afterward.
13223 * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
13224 63 for version mismatches.
13226 2003-05-23 Akim Demaille <akim@epita.fr>
13228 * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
13229 Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
13230 the middle of a line).
13231 * lib/m4sugar/m4sugar.m4: Likewise.
13232 Remove useless spaces in comments.
13234 2003-05-23 Akim Demaille <akim@epita.fr>
13236 * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
13237 exit 63, so that we (or Automake's "missing") can tell the
13238 difference with a plain failure.
13239 * doc/autoconf.texi (Notices): Adjust.
13241 2003-05-23 Akim Demaille <akim@epita.fr>
13243 * Makefile.am, bin/Makefile.am, config/Makefile.am,
13244 * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
13245 White spaces cleanup.
13247 2003-05-22 Jim Meyering <jim@meyering.net>
13248 Paul Eggert <eggert@twinsun.com>
13250 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
13251 Remove `#include <stdlib.h>' from the list; we should never
13252 make confdefs.h include <stdlib.h> or <cstdlib>, because the
13253 resulting namespace pollution would cause other tests to fail.
13254 Configure scripts run with some older versions of g++ and HP's
13255 aCC would fail due to such an #include. Problems reported by
13256 Matthew Mueller in <http://bugs.debian.org/120704> and by
13258 <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
13259 In the test, use the test declaration before including <stdlib.h>,
13260 as that's closer to how it'll be used.
13262 2003-05-23 Akim Demaille <akim@epita.fr>
13264 * doc/autoconf.texi (Header Portability): ucred.h.
13267 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
13269 Overhaul Autotest's logging: generate separate log files
13270 in testsuite.dir/NNN/testsuite.log, and append them to
13271 testsuite.log instead of re-running the test verbosely.
13273 * lib/autotest/general.m4 (AT_INIT): Use a single redirected
13274 file descriptor, write 0 to at_status_file instead of setting
13275 at_status=0, initialize some new variables (at_status_file,
13276 at_group_log, at_suite_log, at_tee_pipe). Remove the cruft
13277 to rerun the tests, instead append the at_group_log to the
13278 at_suite_log when a test fails.
13279 (AT_SETUP): pipe the test case's output into at_tee_pipe,
13280 with the AS_MESSAGE_LOG_FD redirected to stdout.
13281 (AT_CLEANUP): save the output status in $at_status_file
13282 and restore it, redirect the AS_MESSAGE_LOG_FD back to
13283 its original place.
13284 (AT_CHECK): since tests are run with a redirected stdout,
13285 and used to be re-run in verbose mode, turn some $at_verbose
13286 into echo, and don't redirect the output of testing stdout
13289 * lib/autotest/autoconf.texi (testsuite Scripts): Update
13290 the name of the debugging directory and information about
13293 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
13295 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
13298 2003-05-22 Akim Demaille <akim@epita.fr>
13300 * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
13301 * lib/autoconf/fortran.m4 lib/autoconf/general.m4
13302 * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
13303 * lib/autoconf/status.m4: Fix and adjust copyright notices.
13305 2003-05-22 Akim Demaille <akim@epita.fr>
13307 * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
13308 * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
13309 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
13310 * lib/autoconf/general.m4, lib/autoconf/headers.m4,
13311 * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
13312 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
13313 * lib/autoconf/status.m4, lib/autoconf/types.m4,
13314 * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
13315 * tests/atspecific.m4, tests/base.at, tests/compile.at,
13316 * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
13317 * tests/tools.at, tests/torture.at:
13318 Whitespace clean up.
13319 Suggested by Jim Meyering.
13321 2003-05-22 Akim Demaille <akim@epita.fr>
13323 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
13324 ' \t' as '\t ' so that Emacs' whitespace.el keep it.
13325 Reported by Jim Meyering.
13327 2003-05-22 Akim Demaille <akim@epita.fr>
13329 * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
13330 Add AC_HELP_STRING to the obsolete macros section.
13332 Use '@.' for sentences that ended in a capital letter.
13335 2003-05-22 Akim Demaille <akim@epita.fr>
13337 * config/config.guess, config/config.sub, config/elisp-comp,
13338 * config/install-sh, config/mdate-sh, config/mkinstalldirs,
13339 * config/texinfo.tex, doc/standards.texi: Update from masters.
13341 2003-05-21 Paolo Bonzini <bonzini@gnu.org>
13343 * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
13346 2003-05-21 Akim Demaille <akim@epita.fr>
13348 * bin/autoupdate.in ($m4): Fix quotation.
13349 Reported by Martin Mokrejs.
13351 2003-05-19 Paul Eggert <eggert@twinsun.com>
13353 * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
13354 Remove non-ASCII characters.
13356 2003-05-18 Paolo Bonzini <bonzini@gnu.org>
13358 * tests/semantics.at (AC_SEARCH_LIBS): New test.
13359 * tests/semantics.at (AC_CHECK_HEADERS_OLD,
13360 AC_CHECK_HEADERS_NEW): New tests.
13362 2003-05-17 Akim Demaille <akim@epita.fr>
13364 * lib/autoconf/functions.m4: Use the default includes so that
13365 memcmp be declared before being tested.
13366 Reported by Sander Niemeijer.
13367 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
13368 * doc/autoconf.texi (Default Includes): Document
13369 AC_INCLUDES_DEFAULT.
13371 2003-05-17 Akim Demaille <akim@epita.fr>
13373 * lib/autoconf/specific.m4: Include signal.h and unistd.h.
13374 * doc/autoconf.texi (Obsolete Macros): Adjust.
13375 Reported by Werner LEMBERG and Debian Bug 190886.
13377 2003-05-16 Akim Demaille <akim@epita.fr>
13379 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
13380 user name space clashes.
13381 Reported by Bruno Haible.
13383 2003-05-16 Akim Demaille <akim@epita.fr>
13385 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
13386 * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
13387 them uniform, and more robust to Perl special characters.
13388 Reported by Martin Mokrejs.
13390 2003-05-14 Akim Demaille <akim@epita.fr>
13392 * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
13394 2003-05-14 Akim Demaille <akim@epita.fr>
13396 * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
13399 2003-05-12 Akim Demaille <akim@epita.fr>
13401 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
13403 From Matthias Andree.
13405 2003-05-07 Alexandre Duret-Lutz <adl@gnu.org>
13407 * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
13410 2003-05-06 Akim Demaille <akim@epita.fr>
13412 Don't try to be smart with aclocal 1.8+ because (i) aclocal no
13413 longer updates aclocal.m4 if useless, (ii) if a file m4_included
13414 by aclocal.m4 is changed it might require the importing of another
13415 m4 extension file, i.e., aclocal must be run.
13417 * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
13418 (&parse_args): Use --force with aclocal if required and supported.
13419 (&autoreconf_current_directory): Use &run_aclocal.
13421 2003-05-06 Akim Demaille <akim@epita.fr>
13423 Lock autom4te's cache.
13425 * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
13426 * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
13427 argument instead of a file name, so that the request file remains
13428 open during the whole autom4te run.
13429 ($icache_file): New.
13430 (&freeze): Lock the $icache_file.
13432 2003-04-29 Derek Price <derek@ximbiot.com>
13434 * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
13435 seperator with m4_append_uniq(). It doesn't work.
13436 (AT_CLEANUP): Add `;' to end of at_help_all.
13437 (AT_INIT): Allow --keywords to be specified more than once. When
13438 grepping $at_help_all for keywords, use the field and keyword
13439 seperators to ensure a complete keyword match. Alter at_prev handling
13440 to support the new --keywords behavior.
13442 2003-04-27 Karl Berry <karl@freefriends.org>
13444 * doc/autoconf.texi: Make the dir entries in the autoconf manual
13445 align better with others. I also made some of the individual
13446 entries on one line, for brevity and to make it easier for me to
13447 sort my dir-example file in the Texinfo distribution :).
13449 2003-04-12 Jim Meyering <jim@meyering.net>
13451 * NEWS: Mention the new macro.
13452 * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
13453 * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
13454 * tests/c.at: Test AC_C_RESTRICT.
13455 * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
13457 2003-04-08 Akim Demaille <akim@epita.fr>
13459 * bin/ifnames.in: Skip C++ comments.
13460 From Jeremy Yallop.
13462 2003-04-08 Akim Demaille <akim@epita.fr>
13464 * GNUmakefile (SHELL): Don't assume sh is in /bin/.
13465 From Ilya Zakharevich.
13467 2003-04-08 Akim Demaille <akim@epita.fr>
13469 * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
13470 net/if.h, stdlib.h.
13472 2003-04-01 Derek Price <derek@ximbiot.com>
13474 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
13475 from Akim's checkin of 2003-03-29.
13477 2003-04-01 Derek Price <derek@ximbiot.com>
13479 * tests/torture.at (Configuring subdirectories): Add missing
13480 close-quote for Akim's change from 2003-03-28.
13482 2003-04-01 Akim Demaille <akim@epita.fr>
13484 * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
13485 (AC, AT, MS): these.
13486 (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
13489 * doc/Makefile.am (CLEANFILES): Adjust.
13490 (TEXI2DVI): Make it --batch.
13492 2003-03-31 Derek Price <derek@ximbiot.com>
13494 * lib/autotest/general.m4: Revert the checkin from 2003-03-27
13495 which removed the main loop.
13496 Thanks to Akim Demaille.
13498 2003-03-29 Akim Demaille <akim@epita.fr>
13500 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
13502 From Ilya Zakharevich.
13504 2003-03-29 Akim Demaille <akim@epita.fr>
13506 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
13507 documentation to read is Autoconf's.
13508 Suggested by Paul Eggert.
13510 2003-03-28 Akim Demaille <akim@epita.fr>
13512 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
13513 reading the section "Present But Cannot Be Compiled" when the
13514 header causes problems.
13516 2003-03-28 Akim Demaille <akim@epita.fr>
13518 * tests/torture.at (Configuring subdirectories): Require aclocal
13519 1.4, otherwise the test fails, as it does support configure.ac.
13520 This fixes the "test 40 failed" bug reports.
13522 2003-03-28 Akim Demaille <akim@epita.fr>
13524 * doc/autoconf.texi (C Compiler): `#line' portability.
13525 From Paul Eggert and Nelson H. F. Beebe.
13527 2003-03-27 Derek Price <derek@ximbiot.com>
13529 * lib/autotest/general.m4: Eliminate main loop and reorganize test
13530 layout in order to allow scripting around test groups.
13532 2003-03-27 Derek Price <derek@ximbiot.com>
13534 * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
13535 HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
13536 use new diversions in preparation for accepting new arguments and
13537 allowing scripting around tests.
13538 (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
13540 2003-03-26 Derek Price <derek@ximbiot.com>
13542 * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
13543 obsolete AC_HELP_STRING.
13544 (AC_HELP_STRING): AU_DEFUN to...
13545 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
13546 * tests/m4sh.at (AS_HELP_STRING): New test.
13548 * tests/acgeneral.at: Regenerated.
13550 2003-03-26 Derek Price <derek@ximbiot.com>
13552 * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
13553 sense. Verbosify the diversion definitions comment.
13555 2003-03-26 Derek Price <derek@ximbiot.com>
13557 * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
13560 2003-03-21 Eric Siegerman <eric_97@pobox.com>
13562 * doc/autoconf.texi (Present But Cannot Be Compiled):
13563 Grammar fixes and minor rewording. (trivial change)
13565 2003-03-06 Paul Eggert <eggert@twinsun.com>
13567 Work around a problem noted by Nelson H. F. Beebe with coreutils
13568 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
13569 2002/05/09) rejects '#line 32768 "configure"' because the line
13571 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
13573 * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
13574 * doc/autoconf.texi (Generating Sources): Document this.
13576 2003-03-01 Richard Dawe <rich@phekda.freeserve.co.uk>
13578 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
13579 file name for the m4 program, when it has an "exe" file extension.
13580 DJGPP's error messages include the error code in brackets -
13581 remove the error code during normalization.
13583 2003-02-28 Akim Demaille <akim@epita.fr>
13585 * doc/autoconf.texi (Present But Cannot Be Compiled): New.
13587 2003-02-28 Alexandre Duret-Lutz <adl@gnu.org>
13589 * doc/autoconf.texi (Limitations of Make): Remove the section
13590 about `$<' in inference rules, it was a bogus interpretation of
13591 an old Automake change. Discuss NetBSD, FreeBSD, OpenBSD, and
13592 Tru64 make in the "target lookup" section.
13593 (Automake): Automake 1.5+ no longer requires special tools to be
13594 present on the developer's host.
13596 2003-02-26 Richard Dawe <rich@phekda.freeserve.co.uk>
13598 * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
13599 to a shell that can handle redirection or quoting correctly.
13600 Override SHELL with the shell detected by configure.
13601 Use of $^O suggested by Tim van Holder.
13602 * bin/autom4te.in (BEGIN): Likewise.
13603 * bin/autoreconf.in (BEGIN): Likewise.
13604 * bin/autoscan.in (BEGIN): Likewise.
13605 * bin/autoupdate.in (BEGIN): Likewise.
13606 * bin/ifnames.in (BEGIN): Likewise.
13608 * bin/ifnames.in: Add final newline to help and version messages.
13610 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
13611 to cope with DOS-style absolute paths, when constructing
13614 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
13615 When constructing paths with IFS=:, quote the path. If we're
13616 constructing a DOS-style absolute path, we don't want to split it
13619 * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
13622 2003-02-25 Pavel Roskin <proski@gnu.org>
13624 * bin/autoheader.in: Add missing newline when printing
13625 suggestion how change AC_DEFINE call.
13627 2003-02-24 Paul Eggert <eggert@twinsun.com>
13629 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
13630 2002-09-01 patch by replacing "test -n" with "test -z".
13631 This fixes a bug found by Jeff Painter and reported by Tom Epperly in
13632 <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
13634 * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
13635 to fix a mismatch between example and discussion.
13637 2003-02-24 Kevin Ryde <user42@zip.com.au>
13639 * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
13640 format starting with "-".
13642 2003-02-20 Alexandre Duret-Lutz <adl@gnu.org>
13644 * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
13645 is not portable inside Makefile.
13647 2003-02-20 Akim Demaille <akim@epita.fr>
13649 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
13650 compiler says yeah, but preproc says nope, compiler is right.
13651 Conversely, prompt the reader to send a bug report to the
13652 maintainers of the package, not of Autoconf.
13654 2003-02-20 Klee Dienes <kdienes@apple.com>
13656 * bin/autoreconf.in (autoreconf_current_directory): Properly
13657 handle an empty aclocal.m4.
13659 2003-02-20 Akim Demaille <akim@epita.fr>
13661 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
13662 $ac_prefix_program.
13665 2002-12-23 Paul Eggert <eggert@twinsun.com>
13667 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
13668 innocuous variant befor including <limits.h> or <assert.h>. This
13669 works around a bug reported by Albert Chin: HP-UX 11i
13670 (and earlier versions) have a <limits.h> that declares
13671 gettimeofday and many other functions.
13673 2002-12-03 Paul Eggert <eggert@twinsun.com>
13677 * NEWS, configure.ac: Update version.
13679 * doc/fdl.texi: Upgrade to FDL version 1.2.
13681 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
13682 nontrivially in main's body, so that f's external declaration is
13683 not optimized away in AIX. This should fix the bug reported by
13685 <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
13687 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
13688 _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
13689 defined, to support freestanding compilers. This should fix the
13690 bug reported by Momchil Velkov in
13691 <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
13693 * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
13694 arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
13695 obsolete AC_CHECK_TYPE. The missing empty arg was reported
13696 by Simon Josefsson in
13697 <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
13699 * Makefile.maint (www-gnu): New macro.
13700 (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
13701 the location has moved.
13703 2002-12-02 Martin Frydl <martin@systinet.com>
13705 * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
13706 \(.*\) match is too long and there is something more to be checked.
13707 <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
13709 2002-11-15 Akim Demaille <akim@epita.fr>
13713 * config/install-sh: chmod +x.
13715 * config/move-if-change: Indenting changes.
13716 * Makefile.am (AUTOMAKE_OPTIONS): Move to...
13717 * configure.ac (AM_INIT_AUTOMAKE): here.
13720 2002-11-14 Akim Demaille <akim@epita.fr>
13724 * config/config.guess, config/config.sub, config/install-sh:
13725 Update from masters.
13727 2002-11-14 Akim Demaille <akim@epita.fr>
13729 * Makefile.maint: Sync with Bison, i.e.:
13730 (po-check): Scan .l and .y files instead of the
13731 .c and the .h files that they generate. This fixes the bug
13732 reported by Tim Van Holder in:
13733 <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
13734 Look for N_ as well as for _. Try to avoid matching #define for
13738 2002-11-14 Akim Demaille <akim@epita.fr>
13740 * doc/autoconf.texi (C Compiler): Compiling several files at once.
13741 From Paul Eggert and Albert Chin-A-Young.
13743 2002-11-14 Akim Demaille <akim@epita.fr>
13745 * doc/autoconf.texi (C Compiler): Solitary backslashes.
13746 From Paul Eggert and Albert Chin-A-Young.
13748 2002-11-14 Kevin Ryde <user42@zip.com.au>
13750 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
13751 than assigning in main, to avoid HP cc +O3 optimizing it away.
13753 2002-11-12 Peter Eisentraut <peter_e@gmx.net>
13755 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
13756 option. Process --recheck after parsing all options. Pass -q
13757 option to configure on --recheck.
13758 (AC_OUTPUT): Pass -q from configure to config.status.
13759 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
13760 arguments to record.
13761 * doc/autoconf.texi (config.status Invocation): Document
13762 config.status -q option.
13764 2002-11-07 Alexandre Duret-Lutz <adl@gnu.org>
13766 * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
13767 Makefile.in if Makefile.am exists.
13768 (output): Strip `.am' from Makefiles. Don't
13769 output AC_CONFIG_FILES if no Makefiles were found.
13771 2002-11-07 Akim Demaille <akim@epita.fr>
13773 * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
13774 (local_updates): New.
13775 * Makefile.maint: Update, from CVS Bison.
13776 (local_updates): New.
13778 2002-11-06 Akim Demaille <akim@epita.fr>
13780 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
13781 declaration in extern "C" too.
13782 Reported by Roberto Bagnara.
13784 2002-11-06 Akim Demaille <akim@epita.fr>
13786 * tests/torture.at (Configuring subdirectories): Don't use grep
13788 * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
13789 Reported by Ezra Peisach.
13791 2002-11-05 Akim Demaille <akim@epita.fr>
13793 * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
13795 We _have_ to stop using the old compatibility scheme that tried to
13796 avoid useless backslashes because Libtool 1.4.3 contains a
13797 AC_DEFINE([error_t], [int],
13798 [Define to a type to use for \`error_t' if it is not
13799 otherwise available.])
13800 We _have_ to quote the single quote and backslashes with \. The
13801 old compatibility scheme saw that ` was backslashed, and therefore
13802 did not quote the single quote. Hence before this patch, Autoconf
13803 was not compatible with Libtool.
13805 2002-11-04 Paul Eggert <eggert@twinsun.com>
13807 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
13808 too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
13809 LC_NAME, LC_PAPER, LC_TELEPHONE.
13810 * doc/autoconf.texi (Special Shell Variables): Mention those vars.
13812 2002-11-04 Akim Demaille <akim@epita.fr>
13816 * Makefile.maint (update, cvs-update, po-update, do-po-update):
13818 * config/texinfo.tex: Update.
13820 2002-11-03 Akim Demaille <akim@epita.fr>
13822 * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
13824 (&autoreconf): here.
13825 ($help, $make, &parse_args, &autoreconf_current_directory):
13827 * doc/autoconf.texi (autoreconf Invocation): Adjust.
13829 2002-10-31 Bruno Haible <bruno@clisp.org>
13831 * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
13832 Change name of cache variable to ac_cv_func_malloc_0_nonnull.
13833 (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
13834 (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
13835 to ac_cv_func_realloc_0_nonnull.
13836 (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
13838 2002-10-31 Akim Demaille <akim@epita.fr>
13840 The test suite was no longer checking for trailing envvars and files.
13842 * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
13843 (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
13845 2002-10-31 Akim Demaille <akim@epita.fr>
13847 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
13848 `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
13849 Make variable, not a shell variable.
13850 Suggested by Bruno Haible.
13852 2002-10-31 Akim Demaille <akim@epita.fr>
13854 * bin/autom4te.in (load_configuration): Reject #args out of any
13857 2002-10-31 Akim Demaille <akim@epita.fr>
13859 * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
13860 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
13861 (_AC_RUN_IFELSE): Use it.
13862 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
13863 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
13864 * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
13867 2002-10-30 Akim Demaille <akim@epita.fr>
13869 * bin/autom4te.in (&parse_args, $help): Support --no-cache.
13870 * doc/autoconf.texi (autom4te Invocation): Adjust.
13871 Suggested by Tim van Holder.
13873 2002-10-29 Paul Eggert <eggert@twinsun.com>
13875 * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
13876 AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
13877 Problem reported by Bruno Haible.
13879 2002-10-29 Akim Demaille <akim@epita.fr>
13881 * doc/autoconf.texi (Header Templates): Put also in words what the
13882 pictures says to assist free style readers.
13883 (Customizing autom4te): s/--cache=/--cache /.
13885 2002-10-29 Akim Demaille <akim@epita.fr>
13887 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
13889 sparc_address_test returns void.
13890 Use it with an argument, as prototyped.
13893 2002-10-29 Akim Demaille <akim@epita.fr>
13895 * doc/autoconf.texi (Subdirectories): Cygnus dirs have
13896 configure.in, not configure.ac.
13897 Reported by Bruno Haible.
13899 2002-10-29 Akim Demaille <akim@epita.fr>
13901 * tests/torture.at (Deep Package): New test.
13902 (Configuring subdirectories): Don't use a testSubDir as Autotest
13903 now does it itself.
13905 2002-10-29 Akim Demaille <akim@epita.fr>
13907 * bin/autoreconf.in (&parse_args, $help): Support --warnings.
13908 * doc/autoconf.texi (Invoking autom4te): Rename as...
13909 (autom4te Invocation): this, for consistency with the other nodes.
13911 2002-10-29 Akim Demaille <akim@epita.fr>
13913 * lib/autom4te.in (Autoconf): s/automate/autom4te/.
13914 Reported by Ralf Corsepius.
13916 2002-10-29 Akim Demaille <akim@epita.fr>
13918 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
13919 characters is a back as an `obsolete' warning now.
13920 Reported by Ralf Corsepius.
13922 2002-10-28 Akim Demaille <akim@epita.fr>
13924 * configure.ac: Bump to 2.54c.
13926 2002-10-28 Akim Demaille <akim@epita.fr>
13930 * tests/foreign.at (Libtool): Adjust to broken libtoolize.
13932 2002-10-28 Akim Demaille <akim@epita.fr>
13934 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
13935 m4 executable names, and different GNU M4 version.
13936 Reported by Ezra Peisach and Paul Jarc.
13938 2002-10-27 Akim Demaille <akim@epita.fr>
13940 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
13943 2002-10-27 Akim Demaille <akim@epita.fr>
13945 * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
13946 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
13947 Die when a simple Fortran program cannot be compiled.
13948 * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
13949 Issue a warning if no function is given.
13951 2002-10-27 Akim Demaille <akim@epita.fr>
13953 * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
13954 Move the documentation of AC_TRY_RUN to...
13955 (Obsolete Macros): here.
13956 Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
13957 (autoconf Invocation): Remove the duplicates with `invoking
13959 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
13960 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
13962 2002-10-27 Akim Demaille <akim@epita.fr>
13964 * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
13965 and AC_LANG_FUNC_LINK_TRY.
13966 (Examining Libraries): Rename as...
13967 (Running the Linker): this.
13968 Document AC_LINK_IFELSE.
13969 Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
13970 (Obsolete Macros): here.
13971 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
13972 AC_TRY_LINK_FUNC nor AC_TRY_LINK.
13973 * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
13974 * lib/autoconf/headers.m4 (AC_USG): Likewise.
13976 2002-10-27 Akim Demaille <akim@epita.fr>
13978 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
13980 More `check config.log' messages.
13982 * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
13983 * doc/autoconf.texi (Printing Messages): Document it.
13984 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
13986 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
13987 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
13988 (_AC_COMPILER_OBJEXT): Likewise.
13989 * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
13990 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
13992 * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
13995 Deprecate macros with unusual interfaces.
13997 * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
13998 (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
14000 Document the new ones, and proper style.
14002 * doc/autoconf.texi (Generating Sources): New.
14003 Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
14004 (Examining Declarations): Rename as...
14005 (Running the Preprocessor): this.
14006 Document AC_PREPROC_IFELSE.
14007 (Examining Syntax): Rename as...
14008 (Running the Compiler): this.
14009 (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
14010 (Obsolete Macros): Move the definition of AC_TRY_CPP and
14011 AC_TRY_COMPILE here.
14013 2002-10-27 Akim Demaille <akim@epita.fr>
14015 Move sections around.
14017 * doc/autoconf.texi (Customizing autom4te): Remove a lost
14019 Reported by Burno Haible.
14020 (Language Choice): Now the first section of...
14021 (Writing Tests): this section.
14022 Make the introduction less C-centric.
14023 (Guidelines, Test Functions): Move to...
14024 (Writing Test Programs): this new section.
14025 (Test Programs): Merge into...
14028 2002-10-27 Akim Demaille <akim@epita.fr>
14030 * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
14031 autom4te.in that resulted in the need for two `make' runs.
14033 2002-10-27 Akim Demaille <akim@epita.fr>
14035 * configure.ac: Bump to 2.54b.
14037 2002-10-25 Akim Demaille <akim@epita.fr>
14041 * Makefile.maint: Update from the Coreutils.
14042 (AMTAR): Remove, obsolete.
14043 (automake_repo): Update to redhat.com.
14045 Adjust to the fact that ansi2knr is now hosted by Automake.
14046 * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
14047 * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
14048 Update from masters.
14049 * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
14050 autoscan.pre is not to be installed, and autoscan.list is not to
14052 (CLEANFILES): Add autoscan.list.
14053 (autoscan.list): Disable the cache.
14054 * bin/Makefile.am: Include freeze.mk.
14056 2002-10-25 Akim Demaille <akim@epita.fr>
14058 * bin/autom4te.in (&load_configuration): Take the file as
14060 (&parse_args): Handle -C, --cache.
14062 (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
14063 * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
14064 * doc/autoconf.texi (Invoking autom4te): Document --cache.
14065 Now a subsection of...
14066 (Using autom4te): This new section.
14067 (Customizing autom4te): New.
14068 (autom4te.cache): Adjust.
14070 2002-10-25 Akim Demaille <akim@epita.fr>
14072 * doc/autoconf.texi (Generic Headers): More information on how to
14073 use AC_CHECK_HEADERS.
14075 2002-10-25 Akim Demaille <akim@epita.fr>
14077 * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
14080 2002-10-25 Akim Demaille <akim@epita.fr>
14082 * bin/autoscan.in (output): Output AC_PREREQ.
14083 (%needed_macros): Add AC_PREREQ so that configure.ac without one
14086 2002-10-23 Akim Demaille <akim@epita.fr>
14088 * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
14091 2002-10-23 Akim Demaille <akim@epita.fr>
14093 * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
14094 Reported by Peter Eisentraut.
14096 2002-10-23 Akim Demaille <akim@epita.fr>
14098 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
14101 * doc/autoconf.texi (Particular Headers): Adjust according to Paul
14102 Eggert's recommandations.
14104 2002-10-22 Akim Demaille <akim@epita.fr>
14106 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
14107 Bison, by Paul Eggert.
14108 * doc/autoconf.texi (Particular Headers): Document it.
14110 2002-10-22 Aaron M. Ucko <amu@alum.mit.edu>
14112 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
14113 `$ac_configure_args'.
14115 2002-10-22 Akim Demaille <akim@epita.fr>
14117 * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
14118 (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
14121 2002-10-22 Akim Demaille <akim@epita.fr>
14123 Restore the 2002-10-11 Akim Demaille <akim@epita.fr> patch:
14125 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
14126 (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
14127 (_AC_CHECK_HEADER_NEW): Rename as...
14128 (AC_CHECK_HEADER): this.
14130 2002-10-22 Akim Demaille <akim@epita.fr>
14132 * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
14133 words about HP-UX cmp: it was actually a user-written cmp.
14135 2002-10-22 Akim Demaille <akim@epita.fr>
14137 * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
14138 are a few warnings.
14139 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
14140 Quote for Perl '' strings, not "".
14141 * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
14144 2002-10-22 Akim Demaille <akim@epita.fr>
14146 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
14147 characters is a syntax warning now.
14148 (_AS_QUOTE): Accept $2 as list of characters to quote.
14149 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
14150 Quote for Perl, not sh.
14151 * bin/autoheader.in: When $debug, report the file which is
14153 * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
14154 `@', to tickle Perl's lists.
14155 Reported by Carlos Velasco.
14157 2002-10-18 Akim Demaille <akim@epita.fr>
14159 * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
14160 missing included files _are_ errors.
14161 Thanks to Alexandre Duret-Lutz.
14162 * tests/tools.at (autom4te cache): Adjust.
14163 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
14164 (AT_CHECK_M4SUGAR): Use it.
14165 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
14167 * tests/tools.at (autom4te): Now it does exit 1.
14169 2002-10-17 Akim Demaille <akim@epita.fr>
14171 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
14172 Fixes the `AC_ARG_VAR' test failures.
14173 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
14174 * lib/freeze.mk (check-forbidden-patterns): New.
14175 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
14176 * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
14177 * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
14179 Reported months ago by H. Merijn Brand.
14181 2002-10-17 Akim Demaille <akim@epita.fr>
14183 * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
14185 2002-10-16 Paul Eggert <eggert@twinsun.com>
14187 * Makefile.maint (wget_files): Remove ansi2knr.c.
14188 (ansi2knr.c-url_prefix): Remove.
14190 2002-10-16 Akim Demaille <akim@epita.fr>
14192 Because of caching, some files that no longer exist and are no
14193 longer required can still cause errors.
14194 Reported by Alexandre Duret-Lutz.
14196 * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
14197 to frozen files in @ARGV, as @ARGV must remain being a list of
14198 files. Rather, at M4 call sites, use this...
14199 (&files_to_options): New function.
14200 (&freeze): Use &error.
14201 (&up_to_date): If a file that was included according to the cache
14202 is no longer there, then the output is out dated.
14203 (&main): Don't even check whether a file is up to date is anyway
14205 * tests/tools.at (autom4te cache): New.
14207 2002-10-16 Akim Demaille <akim@epita.fr>
14209 * bin/autoconf.as: Kill dead options.
14210 * bin/autoupdate.in (&parse_args): Kill old options.
14211 * bin/autoreconf.in (&parse_args): Remove dead options.
14213 (&autoreconf): Report the directories we enter *and leave*, so
14214 that error messages can be easily located, and use GNU Make
14215 format, so that Emacs' compile mode understands us.
14216 * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
14217 if some file was changed instead of `print'.
14218 * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
14219 (&parse_args): Remove the dead options.
14220 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
14221 autoheader's quiet mode.
14222 (AT_CHECK_AUTOUPDATE): Likewise.
14223 * tests/tools.at (autoupdate): Adjust.
14224 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
14226 2002-10-11 Akim Demaille <akim@epita.fr>
14228 No longer use CPP to check for the existing of headers: use CC to
14229 check for compilability.
14231 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
14232 (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
14233 (_AC_CHECK_HEADER_NEW): Rename as...
14234 (AC_CHECK_HEADER): this.
14236 * lib/autotest/general.m4 (AT_INIT): Include the failed test
14237 numbers in the Subject suggestion.
14239 2002-10-11 Akim Demaille <akim@epita.fr>
14241 * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
14242 Suggest using AC_CHECK_DECLS instead.
14244 2002-10-11 Akim Demaille <akim@epita.fr>
14246 * tests/torture.at (AC_ARG_VAR): Have configure report the value
14249 2002-10-11 Akim Demaille <akim@epita.fr>
14251 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
14252 file name to enable parallel executions.
14253 From Sam Varshavchik.
14255 2002-10-08 Akim Demaille <akim@epita.fr>
14257 * bin/autoreconf.in (&autoreconf): Run autopoint before the first
14258 aclocal invocation, as Gettext macros might not be visible to
14260 Instead of blindly running autopoint, scan configure.ac (not the
14261 traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
14262 Reported by Paul D. Smith.
14264 2002-10-08 Paul Eggert <eggert@twinsun.com>
14266 Work around problems found when POSIXLY_CORRECT=1 is set.
14267 None of this seems to have anything to do with POSIX, really,
14268 but it's how Perl getopt works.
14269 * bin/autom4te.in (parse_args): Configure GetOpt with
14271 * doc/autoconf.texi (Invoking autom4te):
14272 --warning -> --warnings.
14273 * lib/autom4te.in: --warning -> --warnings.
14275 2002-09-28 Akim Demaille <akim@epita.fr>
14277 * doc/autoconf.texi (autom4te.cache): New section.
14279 2002-09-28 Akim Demaille <akim@epita.fr>
14281 * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
14282 (Automake-preselections): Update.
14283 * bin/autoreconf.in, bin/autoheader.in: Comment changes.
14285 2002-09-28 Akim Demaille <akim@epita.fr>
14287 * lib/autoscan/autoscan.pre: Move all the remaining rules to...
14288 * lib/autoconf/c.m4, lib/autoconf/functions.m4,
14289 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
14290 * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
14292 2002-09-28 Akim Demaille <akim@epita.fr>
14294 * tests/torture.at (Configuring subdirectories): Be robust to
14295 users who use config.site to require for a cache: in this case,
14296 the two last configure runs, using two different sets of
14297 arguments, trigger a legitimate error.
14299 2002-09-28 Akim Demaille <akim@epita.fr>
14301 * tests/m4sh.at (Functions Support, Functions and return Support):
14304 2002-09-28 Akim Demaille <akim@epita.fr>
14306 * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
14307 autoheader are Perl programs.
14308 (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
14309 (autom4te): Specify that the sources are in the $srcdir.
14310 * doc/autoconf.texi (Installation Directory Variables): Adjust.
14312 2002-09-28 Akim Demaille <akim@epita.fr>
14314 * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
14315 (tm_zone): Move their rules to...
14316 * lib/autoconf/types.m4: here, using AN_ macros.
14317 * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
14318 (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
14319 (make, mawk, nawk, ranlib, yacc): Similarly, move to...
14320 * lib/autoconf/programs.m4: here.
14321 * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
14322 (ETAGS_FOR_AUTOCONF): New.
14325 2002-09-28 Akim Demaille <akim@epita.fr>
14327 * lib/autoconf/autoscan.m4: New file.
14328 * lib/autoconf/autoconf.m4: Include it.
14329 * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
14330 that were listed in the original autoscan.list.
14331 * lib/autoconf/headers.m4: Similarly with headers.
14332 * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
14333 (.m4.m4f): Don't pass --prepend-include, since that's done by
14334 tests/autom4te itself.
14335 * lib/autoscan/Makefile.am: Include freeze.mk.
14336 (autoscan.list): New target --this file is no longer a source.
14337 (autoscan.pre): New file.
14339 2002-09-28 Akim Demaille <akim@epita.fr>
14341 * bin/autoscan.in (@kinds): Make them singular.
14343 (&init_tables): When --debug, report the list of rules to ease
14344 tracking changes in autoscan.list.
14345 * lib/autoscan/autoscan.list (function): Strip comments, sort.
14347 2002-09-28 Akim Demaille <akim@epita.fr>
14349 * lib/autoscan/functions, lib/autoscan/headers,
14350 * lib/autoscan/identifiers, lib/autoscan/makevars,
14351 * lib/autoscan/programs: Merge into...
14352 * lib/autoscan/autoscan.list: this.
14353 * bin/autoscan.in (&init_tables): Adjust.
14355 2002-09-28 Akim Demaille <akim@epita.fr>
14357 * lib/autoscan/functions, lib/autoscan/headers,
14358 * lib/autoscan/identifiers, lib/autoscan/makevars,
14359 * lib/autoscan/programs: Make the `kind' explicit, i.e., each
14360 `functions' line is now prefixed with `function:'.
14361 * bin/autoscan.in (&init_tables): Adjust.
14363 2002-09-28 Akim Demaille <akim@epita.fr>
14365 From now on, autoscan files must always map a macro name to a
14366 word: there is no `default' macro for autoscan.
14368 * bin/autoscan.in (&init_tables): Reject entries with no macro at
14370 * lib/autoscan/functions, lib/autoscan/headers: Make the macro
14373 2002-09-28 Akim Demaille <akim@epita.fr>
14375 * bin/autoscan.in (%c_keywords): Remove.
14376 (&used): Keep only track of the words we might be interested in.
14377 (&output_kind): It is no longer needed to look for non active
14380 2002-09-27 Akim Demaille <akim@epita.fr>
14382 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
14383 jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
14384 * lib/autoscan/functions: Adjust.
14385 * doc/autoconf.texi (Particular Functions): Adjust.
14387 2002-09-27 Akim Demaille <akim@epita.fr>
14389 * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
14391 Thanks to Bill Moseley and Paul Eggert.
14392 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
14393 the tmpdir must be created.
14394 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
14395 dir be in the build tree, instead of $TMPDIR.
14397 2002-09-27 Akim Demaille <akim@epita.fr>
14399 * bin/autoscan.in: Improve the comments.
14400 (&parse_args): Drop obsolete undocumented options.
14401 (&output_kind): Output warnings.
14402 * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
14403 (getwd): Trigger a warning.
14405 2002-09-26 Akim Demaille <akim@epita.fr>
14407 * bin/autoreconf.in: Clarify that -s is meaningless without -i.
14408 Reported by Ralf Corsepius.
14409 * doc/autoconf.texi (autoreconf Invocation): Likewise.
14411 2002-09-26 Akim Demaille <akim@epita.fr>
14413 Single suffix rules and seperated dependencies are not portable.
14415 * doc/autoconf.texi (Installation Directory Variables): Update.
14416 (Limitations of Make): Some about `Single Suffix Rules and
14417 Separated Dependencies'.
14418 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
14419 (ifnames, autoscan, autom4te): Un-factor into several rules.
14421 2002-09-25 Paul Eggert <eggert@twinsun.com>
14423 * BUGS (Interoperability bugs): New section. Mention libtool
14424 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
14426 2002-09-24 Paul Eggert <eggert@twinsun.com>
14428 Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
14429 make handles suffix-rules differently from GNU make.
14431 * bin/Makefile.am (SUFFIXES, .in): Remove.
14432 (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
14433 Move the body of the old .in rule here.
14435 2002-09-16 Akim Demaille <akim@epita.fr>
14437 i960 compilers create `b.out' files by default.
14438 Reported by Ralf Corsepius.
14440 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
14441 (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
14443 2002-09-13 Paul Eggert <eggert@twinsun.com>
14445 * doc/autoconf.texi (Particular Headers): Remove obsolete
14446 reference to `struct timezone' in the description of
14449 2002-09-13 Akim Demaille <akim@epita.fr>
14453 * config/config.sub, config/config.guess: Update.
14454 * Makefile.maint: Update from bits of the Coreutils 4.5.1.
14455 * Makefile.am: Adjust.
14457 2002-09-13 Akim Demaille <akim@epita.fr>
14459 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
14460 reading config.log when the compiler is rejected.
14461 Suggested by Guido Draheim.
14463 2002-09-13 Akim Demaille <akim@epita.fr>
14465 * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
14466 (chdir_init) might hang when stat'ing mounted directories.
14467 Reported by Vance Shipley.
14469 2002-09-12 Akim Demaille <akim@epita.fr>
14471 * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
14474 2002-09-12 Akim Demaille <akim@epita.fr>
14476 * doc/autoconf.texi (Defining Symbols): Present two different
14477 prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
14478 difference between 1 argument calls, and 2-3 argument calls.
14480 2002-09-12 Peter Eisentraut <peter_e@gmx.net>
14482 * doc/autoconf.texi: Review grammar and punctuation.
14484 2002-09-11 Paul Eggert <eggert@twinsun.com>
14486 * doc/autoconf.texi: Fix minor formatting, spelling, and
14488 (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
14489 AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
14492 2002-09-11 Akim Demaille <akim@epita.fr>
14494 * doc/autoconf.texi (Questions): Rename as...
14496 (Defining Directories): New.
14498 2002-09-09 Akim Demaille <akim@epita.fr>
14500 * doc/autoconf.texi (Making testsuite Scripts): Update.
14501 Suggested by Nishio Futoshi.
14503 2002-09-09 Koji Arai <JCA02266@nifty.ne.jp>
14505 * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
14506 plain `@' is wanted.
14508 2002-09-09 Akim Demaille <akim@epita.fr>
14510 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
14511 `duplicates', since the algorithm was too naive and could keep
14512 `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
14513 keep `--prefix foo --prefix bar' as `--prefix foo bar'.
14514 Reported by Ralf Corsepius.
14515 * tests/torture.at (Configuring subdirectories): Exercise these
14518 2002-09-09 Akim Demaille <akim@epita.fr>
14520 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
14521 looking for a replacement file.
14522 * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
14523 directory is relative.
14524 * doc/autoconf.texi (Generic Functions): Clarify the replacement
14525 directory definition.
14526 Reported by Andreas Schwab and Jim Meyering.
14528 2002-09-06 Akim Demaille <akim@epita.fr>
14530 * doc/autoconf.texi (Setting Output Variables): Clarify what
14531 precious variables are.
14532 Suggested by Pontus Skoeld.
14534 2002-09-05 Akim Demaille <akim@epita.fr>
14536 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
14537 (ifnames, autoscan, autom4te): Since we don't only depend on
14538 configure.ac variables (such as VERSION etc.), but also on prefix
14539 and so forth, depend on Makefile, not configure.ac.
14540 Reported by Alexandre Duret-Lutz.
14541 * doc/autoconf.texi (Installation Directory Variables): Adjust.
14543 2002-09-05 Kevin Ryde <user42@zip.com.au>
14545 * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
14546 doesn't seem to be confined to ia64, just say "some versions".
14548 2002-09-04 Akim Demaille <akim@epita.fr>
14550 * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
14552 * Makefile.am (maintainer-clean-local): Remove.
14553 (MAINTAINERCLEANFILES): Remove COPYING.
14555 2002-09-03 Paul Eggert <eggert@twinsun.com>
14557 * doc/autoconf.texi (Configuration Commands): Remove obsolete
14558 example for AC_CONFIG_COMMANDS_PRE. Problem reported by Marcus
14561 2002-09-03 Akim Demaille <akim@epita.fr>
14563 * configure.ac: Bump to 2.53d.
14564 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
14565 as of today, on Automake's team suggestion.
14567 2002-09-03 Akim Demaille <akim@epita.fr>
14571 2002-09-02 Akim Demaille <akim@epita.fr>
14573 * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
14575 * configure.ac: Disable SITE_MACRO_DIR.
14577 2002-09-02 Jim Meyering <meyering@lucent.com>
14579 * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
14580 i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
14581 Also, tweak grammar: s/make sure to/be sure to/.
14583 2002-09-02 Paul Eggert <eggert@twinsun.com>
14585 * doc/autoconf.texi (Limitations of Builtins): Explain why logical
14586 directory names are generally preferable to physical names.
14588 2002-09-02 Akim Demaille <akim@epita.fr>
14590 * lib/Autom4te/General.pm (&update_file): s/die/error/.
14591 Reported by Raja R. Harinath.
14592 * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
14593 * bin/autoupdate.in: Use error instead of die.
14595 2002-09-01 Paul Eggert <eggert@twinsun.com>
14597 * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
14598 ordinary shell concatenation rather than echo+tr+sed command that
14599 runs afoul of a long-line-related sed bug in Solaris 8.
14601 * bin/autoheader.in (parse_args): --warning -> --warnings.
14603 * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
14604 stdout, as traditional "ls" does.
14605 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
14606 _AC_COMPILER_EXEEXT_O): Likewise.
14607 * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
14609 * bin/autoconf.as: Add --prepend-include option. This patch was
14610 applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
14611 but bin/autoconf.in is generated automatically from bin/autoconf.as.
14613 * bin/autoconf.in, configure: Regenerate.
14615 * doc/autoconf.texi (Special Shell Variables): Mention
14616 ENV, MAIL, MAILPATH, PS1, PS2, PS4. Index PWD.
14618 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
14619 MAILPATH and set PS1, PS2, PS4 to default values, to work
14620 around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
14621 For LC_ALL etc, first try to set to "C" as POSIX requires and as
14622 the Autoconf documentation specifies; fall back to "unset" only if
14623 this fails. Use a shell for-loop for this rather than an m4 loop,
14624 to shorten the output script.
14626 2002-08-30 Paul Eggert <eggert@twinsun.com>
14628 * doc/autoconf.texi (Special Shell Variables): Mention POSIX
14629 1003.1-2001's requirements for CDPATH. Give a simpler workaround
14630 for the CDPATH problem. Document PWD.
14631 (Limitations of Builtins): Document the problem that "cd $foo" and
14632 "ls $foo" may refer to different directories in shells conforming
14633 to POSIX 1003.1-2001. Use PS1 rather than CDPATH for "unset"
14634 example, since the old example is now out of date.
14636 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
14637 FOO" and "ls FOO" talk about different directories; this catches
14638 problems when POSIX 1003.1-2001 "cd" fails due to symlink
14641 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
14642 of rolling our own unset.
14643 (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
14644 in practice we needn't worry about CDPATH if unset doesn't work.
14646 * Makefile.in, aclocal.m4, bin/Makefile.in,
14647 config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
14648 lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
14649 lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
14650 lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
14651 tests/Makefile.in: Regenerate with Automake 1.6.3.
14653 * config/config.guess, config/config.sub, config/mkinstalldirs:
14656 * configure: Regenerate with self.
14658 2002-08-30 Kevin Ryde <user42@zip.com.au>
14660 * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
14663 2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14665 * bin/autom4te.in (Request::load): Correctly test for "do" read
14668 2002-08-29 Akim Demaille <akim@epita.fr>
14670 * lib/Autom4te/General.pm (&xqx): New.
14671 (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
14672 hand, which is not portable.
14674 * bin/autom4te.in: Use them.
14675 Use &error instead of die.
14676 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
14679 2002-08-17 Paul Eggert <eggert@twinsun.com>
14681 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
14682 default list of compilers to try, since it was long ago superseded
14683 by the ksh fc builtin. Suggested by Steven G. Johnson.
14685 2002-07-31 Alexandre Duret-Lutz <duret_g@epita.fr>
14687 * doc/autoconf.texi (Invoking autom4te): End the option table,
14688 fixing a bug introduced by the previous patch.
14689 (Limitations of Make): Add a 'target lookup' subentry in the
14690 'VPATH' entry. Rewrite all `make' occurences as `@command{make}'.
14692 2002-07-29 Mark D. Roth <roth@feep.net>
14694 * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
14695 options and use $AUTOM4TE_PATH.
14696 * doc/autoconf.texi: Remove documentation of autom4te
14697 --include-envvar and --site-macro-subdir options and document
14698 use of $AUTOM4TE_PATH.
14699 * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
14700 arguments from each language section.
14702 2002-07-29 Paul Eggert <eggert@twinsun.com>
14704 * doc/install.texi: Include copyright symbol in copyright notice.
14706 * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
14708 (AM_MAKEINFOFLAGS): New macro.
14709 * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
14710 * Makefile.am (INSTALL): Use the new macros.
14711 Use -o rather than --output, since "missing" does not grok --output.
14713 2002-07-25 Alexandre Duret-Lutz <duret_g@epita.fr>
14715 * doc/autoconf.texi (Limitations of Make): Escaped newlines in
14716 comments do not always work. Never trust the exit status of
14719 2002-07-24 Kevin Ryde <user42@zip.com.au>
14721 * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
14722 Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
14724 2002-07-23 Paul Eggert <eggert@twinsun.com>
14726 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
14727 Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
14728 apparently treats PATH="nonexistent" as if it contained ".".
14729 Bug reported by Stefan `Sec' Zehl.
14731 2002-07-22 Alexandre Duret-Lutz <duret_g@epita.fr>
14733 * doc/autoconf.texi (Limitations of Make): Mention the special
14734 handling of the obj/ directory by BSD make.
14736 2002-07-20 Kevin Ryde <user42@zip.com.au>
14738 * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
14741 2002-07-19 Akim Demaille <akim@epita.fr>
14743 * doc/autoconf.texi (Function Portability): `exit'.
14744 (Programming in M4sh): Ethymology of M4sh.
14746 2002-07-19 Akim Demaille <akim@epita.fr>
14748 * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
14750 2002-07-18 Akim Demaille <akim@epita.fr>
14754 2002-07-18 Akim Demaille <akim@epita.fr>
14756 * config/config.guess, config/config.sub: Update.
14758 2002-07-18 Akim Demaille <akim@epita.fr>
14760 Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
14763 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
14764 * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
14765 * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
14767 2002-07-18 Akim Demaille <akim@epita.fr>,
14768 Alexandre Duret-Lutz <duret_g@epita.fr>
14770 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
14771 _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
14773 2002-07-17 Russ Allbery <rra@stanford.edu>
14775 * doc/autoconf.texi (Initializing configure): Clarify the
14776 description of the tarname default.
14778 2002-07-17 Andreas Buening <andreas.buening@nexgo.de>
14780 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
14781 ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
14782 latter was not run.
14784 2002-07-17 Akim Demaille <akim@epita.fr>
14786 * lib/Autom4te/General.pm (find_file): Browse the directories in
14787 the order they are given.
14789 2002-07-17 Akim Demaille <akim@epita.fr>
14791 * tests/wrapsh.as, tests/wrappl.as: Merge into...
14792 * tests/wrapper.as: this.
14793 * tests/Makefile.am, configure.ac: Adjust.
14795 2002-07-17 Mark D. Roth <roth@feep.net>
14797 * configure.ac: Add --enable-site-macro-dir option.
14798 * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
14799 * bin/autom4te.in: Add --prepend-include, --include-envvar, and
14800 --site-macro-subdir options.
14801 * bin/autoconf.in: Add --prepend-include option.
14802 * bin/autoheader.in: Add --prepend-include option.
14803 * bin/autoreconf.in: Add --prepend-include option.
14804 * bin/autoscan.in: Add --prepend-include option.
14805 * bin/autoupdate.in: Add --prepend-include option.
14806 * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
14807 macro directory, remove note that include path directories are
14808 used in reverse order, and document --prepend-include option.
14809 * lib/autom4te.in: Use --prepend-include instead of --include.
14810 * tests/wrapsh.in: Use --prepend-include instead of --include.
14812 2002-07-17 Akim Demaille <akim@epita.fr>
14814 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
14816 * doc/autoconf.texi (Initializing configure): Adjust.
14818 2002-07-17 Akim Demaille <akim@epita.fr>
14820 * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
14821 (_AC_FUNC_MALLOC): New.
14822 (AC_FUNC_MALLOC): Use the latter.
14823 Define HAVE_MALLOC to 0 if broken.
14824 * doc/autoconf.texi (Particular Functions): Adjust.
14826 2002-07-16 Akim Demaille <akim@epita.fr>
14828 * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
14829 * doc/autoconf.texi (C Compiler): Adjust.
14831 2002-07-09 Akim Demaille <akim@epita.fr>
14833 * doc/autoconf.texi: Properly set the ``header'' part.
14835 2002-07-09 Akim Demaille <akim@epita.fr>
14837 * doc/autoconf.texi (Systemology): Some about Darwin.
14839 2002-07-09 Alexandre Duret-Lutz <duret_g@epita.fr>
14841 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
14842 Don't use AC_REQUIRE in AU_DEFUN.
14844 2002-07-09 Art Haas <ahaas@neosoft.com>
14846 * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
14848 2002-07-02 Alexandre Duret-Lutz <duret_g@epita.fr>
14850 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
14851 bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
14852 lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
14853 so that Emacs setups GNU style for perl-mode and cperl-mode.
14855 2002-06-27 Paul Eggert <eggert@twinsun.com>
14857 * config/install-sh: Quote $src. Prefer || to test's -o option,
14858 as per "Limitations of Builtins".
14859 * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
14860 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
14862 * tests/mktests.sh: Use grep instead of fgrep, as per
14863 "Limitations of Builtins".
14865 2002-06-15 Paul Eggert <eggert@twinsun.com>
14867 * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
14868 autom4te_perllibdir): Set to top build dir or src dir as appropriate,
14869 so that we consistently test the just-built programs.
14870 * tests/wrappl.as: Likewise.
14872 2002-06-12 Paul Eggert <eggert@twinsun.com>
14874 * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
14875 name, so that symlinks to 'autoconf' work properly. Bug reported
14877 * bin/autoheader.in (AUTOM4TE): Likewise.
14878 * bin/autoreconf.in (autoconf, autoheader): Likewise.
14879 * bin/autoscan.in (autom4te): Likewise.
14880 * bin/autoupdate.in (autom4te): Likewise.
14882 * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
14883 btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
14886 2002-06-11 Andreas Schwab <schwab@suse.de>
14888 * doc/autoconf.texi: Add more dir entries.
14890 2002-06-10 Alexandre Duret-Lutz <duret_g@epita.fr>
14892 * bin/autom4te.in ($cache): Don't define using `$me', the name
14893 of the cache should not depend on the name under which autom4te
14896 2002-06-07 Akim Demaille <akim@epita.fr>
14898 * tests/tools.at (autoconf: forbidden tokens, basic)
14899 (autoconf: forbidden tokens, exceptions): Adjust to the change of
14900 words in autom4te.in.
14902 2002-06-07 Peter Eisentraut <peter_e@gmx.net>
14904 * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
14905 _AC_LANG_PROGRAM_C_F77_HOOKS.
14907 2002-06-07 Akim Demaille <akim@epita.fr>
14909 * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
14911 (AC_REPLACE_FNMATCH): this.
14912 * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
14913 AC_FUNC_FNMATCH_GNU.
14915 2002-06-07 Akim Demaille <akim@epita.fr>
14917 * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
14918 Rosetta Stone for Unix.
14920 2002-06-07 Akim Demaille <akim@epita.fr>
14922 * bin/autom4te.in (warn_forbidden): When rejecting a token,
14923 suggest m4_pattern_allow.
14924 Suggested by Adam J. Richter.
14926 2002-06-07 Akim Demaille <akim@epita.fr>
14928 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
14929 ac_config_libobj_dir.
14930 (AC_CONFIG_LIBOBJ_DIR): New.
14931 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
14932 (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
14933 Use ac_config_libobj_dir to find the replacement files.
14934 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
14935 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
14936 (AC_REPLACE_FNMATCH_GNU): these.
14937 (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
14938 * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
14939 * tests/mktests.sh (ac_exclude_list): Don't check
14940 AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
14942 2002-06-06 Paul Eggert <eggert@twinsun.com>
14944 * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
14945 if ln doesn't work.
14947 * doc/autoconf.texi (Configuration Links): Likewise.
14948 (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
14950 2002-06-05 Paul Eggert <eggert@twinsun.com>
14952 * config/config.guess, config/config.sub, config/texinfo.tex:
14953 Update from masters.
14955 2002-05-29 Paul Eggert <eggert@twinsun.com>
14957 * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
14958 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
14959 * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
14961 * lib/autoconf/Makefile.am (check-local): Likewise.
14962 * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
14963 * lib/autoconf/types.m4 (commentary only): Likewise.
14964 * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
14965 * lib/autotest/Makefile.am (check-local): Likewise.
14966 * lib/m4sugar/Makefile.am (check-local): Likewise.
14967 * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
14968 * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
14970 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
14971 * doc/autoconf.texi (Particular Programs): Document them.
14972 (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
14975 2002-05-27 Paul Eggert <eggert@twinsun.com>
14977 * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
14978 * NEWS, doc/autoconf.texi (Particular Types): Document it.
14979 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
14980 instead of AC_MBSTATE_T, which never existed.
14982 2002-05-23 Akim Demaille <akim@epita.fr>
14984 * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
14985 version of Autoconf that is discussed.
14987 2002-05-22 Paul Eggert <eggert@twinsun.com>
14989 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
14990 from the default list of compilers to try. Suggested by
14992 * NEWS: Document the above.
14993 * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
14995 2002-05-17 Paul Eggert <eggert@twinsun.com>
14997 * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
14998 the member is itself an aggregate. Bug reported by Sergey Poznyakoff.
14999 This improves on an earlier suggestion by H. Peter Anvin.
15001 2002-05-16 Paul Eggert <eggert@twinsun.com>
15003 AC_FUNC_FNMATCH now tests only for POSIX compatibility.
15004 AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
15005 Both macros now accept an optional source-dir arg.
15006 New macro AC_GNU_SOURCE to define _GNU_SOURCE.
15008 * NEWS: Document this.
15009 * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
15011 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
15012 (AC_FUNC_FNMATCH): Use it. Test only for POSIX conformance,
15013 not for GNU extensions; this undoes part of the 2000-11-03 change,
15014 reverting to 2.13-compatible behavior.
15015 Add new optional argument DIR.
15016 (AC_FUNC_FNMATCH_GNU): New macro.
15018 * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
15020 2002-05-08 Paul Eggert <eggert@twinsun.com>
15022 * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
15023 Don't require AC_SYS_POSIX_TERMIOS. The test is unnecessary,
15024 and it causes a 'test' syntax error if it fails.
15025 Bug reported by Stephen Gildea.
15027 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
15028 If prototypes are supported, use them to check this at compile-time,
15029 instead of trying to check it at run-time. If we must do a run-time
15030 check, assume that setvbuf is standard when cross-compiling, as
15031 nonstandard setvbuf occurs only on ancient and unlikely hosts.
15032 Bug reported by Paul D. Smith.
15034 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
15035 argument specifying location of getloadavg.c. This removes a
15036 FIXME. This idea was taken from Jim Meyering's implementation in
15038 * doc/autoconf.texi (Particular Functions): Document this.
15039 Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
15040 that's what the code does; this fixes a bug reported by
15043 2002-05-03 Akim Demaille <akim@epita.fr>
15045 * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
15046 autopoint instead of gettextize.
15047 ($uses_alocal): Rename as...
15048 ($uses_aclocal): this.
15049 * doc/autoconf.texi (autoreconf Invocation): Adjust.
15050 Suggested by Bruno Haible.
15052 2002-05-03 Akim Demaille <akim@epita.fr>
15054 * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
15056 2002-04-29 Paul Eggert <eggert@twinsun.com>
15058 * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
15059 files to be 1 second older; just set them to be the same time.
15060 Also, sleep 1 second after the first aclocal, to work around
15061 problems with sub-second time stamps on the input files.
15063 2002-04-29 Thien-Thi Nguyen <ttn@gnu.org>
15065 * doc/autoconf.texi: Mention "set -e -x" lossage
15066 under node "Limitations of Builtins".
15068 2002-04-29 Akim Demaille <akim@epita.fr>
15070 * doc/install.texi: Better wording for setting variables when
15072 From Christian Cornelssen.
15074 2002-04-29 Akim Demaille <akim@epita.fr>
15076 * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
15077 of lack of $LINENO support, then the test will compare the $LINENO
15078 in testsuite vs. the lineno in the test file. This is wrong, of
15080 Be sure to protect it.
15081 Reported by Patrick Welche.
15083 2002-04-25 Akim Demaille <akim@epita.fr>
15085 * doc/autoconf.texi (Obsolete Macros): Typo.
15086 Reported by Vladimir Volovich.
15088 2002-04-25 Akim Demaille <akim@epita.fr>
15090 * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
15091 than some of the input files, hence, on the second run of aclocal,
15092 if some of its input are younger, make them older.
15093 Suggested by Paul Eggert.
15095 2002-04-25 Akim Demaille <akim@epita.fr>
15097 * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
15098 Thanks to Paul Eggert.
15100 2002-04-25 Akim Demaille <akim@epita.fr>
15102 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
15103 and ac_subst_vars be sh variables containing the list of
15104 AC_SUBST_FILES'ed and AC_SUBST'ed identifiers. Output them in the
15106 (_AC_INIT_PREPARE): Use them to log them.
15107 (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
15108 (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
15109 _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
15110 _AC_SUBST_FILES and _AC_SUBST_VARS.
15111 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
15113 2002-04-24 Akim Demaille <akim@epita.fr>
15115 * bin/autoreconf.in (autoreconf): Run automake after autoconf and
15116 autoheader, so that automake does not complain about a missing
15117 config.h.in that was to be created.
15119 2002-04-23 Akim Demaille <akim@epita.fr>
15121 * bin/autoheader.in (parse_args): --warning takes an argument.
15124 2002-04-22 Peter Eisentraut <peter_e@gmx.net>
15126 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
15127 and bb.out when cleaning up.
15129 2002-04-22 Akim Demaille <akim@epita.fr>
15133 2002-04-22 Akim Demaille <akim@epita.fr>
15135 * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
15137 2002-04-22 Akim Demaille <akim@epita.fr>
15139 * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
15141 Reported by Gregory Giannoni.
15143 2002-04-22 Akim Demaille <akim@epita.fr>
15145 * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
15146 Fixes false failures on Darwin.
15148 2002-04-21 Paul Eggert <eggert@twinsun.com>
15150 * TODO, bin/autoupdate.in, doc/autoconf.texi,
15151 lib/autoconf/general.m4, lib/autoconf/libs.m4,
15152 lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
15153 tests/tools.at: Minor spelling and grammar fixes.
15155 2002-04-20 Paul Eggert <eggert@twinsun.com>
15157 * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
15158 ZSH_VERSION fixes. Bug reported by Raja R Harinath.
15159 * lib/autotest/general.m4 (AT_INIT): Likewise.
15160 * tests/atgeneral.m4 (AT_INIT): Likewise.
15162 2002-04-19 Paul Eggert <eggert@twinsun.com>
15164 * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
15165 doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
15166 lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
15167 lib/autoconf/functions.m4, lib/autoconf/general.m4,
15168 lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
15169 lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
15170 tests/atspecific.m4, tests/semantics.at, tests/torture.at:
15171 Minor spelling and grammar fixes.
15173 * doc/autoconf.texi: Follow the outline suggested in the GNU
15174 Sample Texts sections of the Texinfo 4.2 manual. Most
15175 importantly, this makes sure that the copyright notices appear in
15176 all output formats. You probably need Texinfo 4.2 to generate
15179 Fix some bugs when using "$@" when there might be zero positional
15180 arguments in cases where this matters.
15182 * bin/autoconf.as: Rewrite so that the problem does not come up.
15183 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
15184 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
15185 * lib/autotest/general.m4 (AT_INIT): Likewise.
15187 * bin/autoheader.in: Use 'case' statement to work around problem.
15188 * bin/auto4mte.in: Likewise.
15189 * bin/autoreconf.in: Likewise.
15190 * bin/autoscan.in: Likewise.
15191 * bin/autoupdate.in: Likewise.
15192 * bin/ifnames.in: Likewise.
15194 * doc/autoconf.texi (Shell Substitutions): Document the problem.
15196 * lib/autotest/general.m4 (AT_INIT):
15197 Use Zsh alias to work around problem.
15198 * tests/atgeneral.m4 (AT_INIT): Likewise.
15200 * tests/c.at: We can't have zero arguments, so remove workaround
15201 that is not portable to Zsh.
15203 2002-04-19 Alexandre Duret-Lutz <duret_g@epita.fr>
15205 * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
15206 from aclocal.m4 too.
15208 2002-04-12 Akim Demaille <akim@epita.fr>
15210 * tests/wrappl.as: New, M4sh precursor of wrappl.in.
15212 2002-04-10 Akim Demaille <akim@epita.fr>
15214 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
15215 workaround for ${1+"$@"}.
15216 * doc/autoconf.texi (Shell Substitutions): Explain it.
15217 From Oliver Kiddle and Peter Stephenson.
15219 Have M4sh perform minimal shell sanitizing.
15221 * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
15223 (_AS_PREPARE): this new macro.
15225 (AS_INIT): Invoke AS_SHELL_SANITIZE.
15226 * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
15228 Adjust Autoconf and Autotest.
15230 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
15231 AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
15232 * lib/autotest/general.m4 (AT_INIT): Likewise.
15233 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
15234 Invoke _AS_PREPARE (not AS_PREPARE) in addition to
15237 Use this M4sh to generate Autoconf's shell scripts.
15239 * tests/wrapsh.as: New, precursor of wrapsh.in.
15240 * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
15241 on Autotest and M4sh.
15242 ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
15243 (wrapsh.in): New target.
15244 * bin/autoconf.as: New, precursor of autoconf.in.
15245 (autoconf.in): New target.
15247 2002-04-09 Alexandre Duret-Lutz <duret_g@epita.fr>
15249 * doc/autoconf.texi (Limitations of Make): Mention the issue
15250 with indented comments in rules.
15252 2002-04-09 Andreas Schwab <schwab@suse.de>
15254 * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
15255 ac_top_builddir when setting ac_abs_top_builddir.
15257 2002-04-06 Kevin Ryde <user42@zip.com.au>
15259 * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
15260 (Portable Shell): Cross reference to Systemology.
15262 2002-04-05 Akim Demaille <akim@epita.fr>
15264 * bin/autoreconf.in (autoreconf): Be sure to accumulate the
15265 directories when descending in a SUBDIRS.
15266 Reported by Ezra Peisach.
15268 2002-04-04 Andreas Schwab <schwab@suse.de>
15270 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
15271 contains no literal separators.
15273 2002-04-03 Akim Demaille <akim@epita.fr>
15275 * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
15276 (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
15277 Use dnl, not the KILL diversion.
15279 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
15280 (AC_CONFIG_LINKS): here.
15282 Don't use the KILL diversion, as it kills spurious output, which
15283 results in failures being hidden.
15284 Use m4_defn where appropriate.
15285 (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
15286 after the second argument.
15288 * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
15289 syntax, as it is provided by M4sugar.
15290 * tests/torture.at (Multiple AC_CONFIG_FILES): New.
15292 2002-04-03 Andreas Schwab <schwab@suse.de>
15294 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
15295 expanded if $# <= 2.
15297 * bin/autoreconf.in (autoreconf): Run automake after rerunning
15300 2002-04-03 Akim Demaille <akim@epita.fr>
15302 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
15303 (_AC_COMPILER_EXEEXT_REJECT): New.
15304 Also recognize *.bb and *.bbg as compilation byproducts.
15305 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
15306 (_AC_COMPILER_OBJEXT): Use them.
15307 Fixes Debian #138666.
15309 2002-04-02 Peter Eisentraut <peter_e@gmx.net>
15311 Integrate AC_PROG_CC_STDC into AC_PROG_CC.
15313 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
15314 AU_DEFUN old name. Use _AC_COMPILE_IFELSE.
15315 (AC_PROG_CC): Call _AC_PROG_CC_STDC.
15316 (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
15317 (AC_C_CONST): Same.
15318 (AC_C_INLINE): Same.
15319 (AC_C_PROTOTYPES): Same. Require AC_PROG_CC instead.
15320 * doc/autoconf.texi, NEWS: Document.
15321 * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
15324 2002-04-02 Akim Demaille <akim@epita.fr>
15326 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
15327 _AS_MKDIR_P_PREPARE.
15329 2002-03-28 Kevin Ryde <user42@zip.com.au>
15331 * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
15332 to avoid versions of HP C which don't allow that.
15334 2002-03-27 Paul Eggert <eggert@twinsun.com>
15336 * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
15337 (AS_SHELL_SANITIZE): Invoke it.
15338 (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
15340 2002-03-26 Akim Demaille <akim@epita.fr>
15342 * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
15344 2002-03-26 Akim Demaille <akim@epita.fr>
15346 * doc/autoconf.texi (Introduction): The GNATS base moved.
15348 2002-03-25 Paul Eggert <eggert@twinsun.com>
15350 * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
15351 as POSIX requires, as it doesn't work with Zsh.
15352 * doc/autoconf.texi (Assignments): Document the problem.
15354 2002-03-25 Alexandre Duret-Lutz <duret_g@epita.fr>
15356 * doc/autoconf.texi (Limitations of Make): Mention more issue
15357 about VPATH, overriding of macros in sub-makes, and handling of
15360 2002-03-21 Paul Eggert <eggert@twinsun.com>
15362 * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
15363 problem with here-document buffer boundaries.
15365 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
15366 when reinvoking the shell, to work around problems with installers
15367 who put strange things like "cd" commands in their environments.
15369 2002-03-19 Akim Demaille <akim@epita.fr>
15371 * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
15374 2002-03-19 Akim Demaille <akim@epita.fr>
15376 * bin/autoscan.in (scan_file): Specify the location in `&used'
15380 2002-03-19 Akim Demaille <akim@epita.fr>
15382 * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
15383 From Nishio Futoshi.
15385 2002-03-19 Akim Demaille <akim@epita.fr>
15387 * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
15389 2002-03-18 Paul Eggert <eggert@twinsun.com>
15391 * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
15392 (Limitations of Usual Tools): Add mkdir section.
15394 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
15395 (AS_MKDIR_P): Require it. Use mkdir -p if available, falling
15396 back on AS_DIRNAME to compute prefixes otherwise; this is
15397 roughly what mkinstalldirs does. That way, we need not have
15398 our own filename disassembler. The old disassembler did not
15399 work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
15401 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
15402 Create at_test_all by a series of assignments,
15403 not by a single assignment of a long string. The latter causes ksh
15404 version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
15405 presumably because of a buffer overrun.
15407 2002-03-14 Paul Eggert <eggert@twinsun.com>
15409 * lib/autotest/general.m4 (at_times_skip):
15410 Renamed from at_times. Now a boolean.
15411 ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
15412 says 'times: not found'.
15414 2002-03-14 Akim Demaille <akim@epita.fr>
15416 * bin/autoreconf.in (&study_gettextize): New.
15417 (&autoreconf): Handle newest gettextize.
15418 Rerun aclocal if needed.
15419 Suggested by Andreas Schwab.
15421 2002-03-13 Akim Demaille <akim@epita.fr>
15423 * doc/autoconf.texi (Special Shell Variables): More about IFS.
15425 2002-03-13 Akim Demaille <akim@epita.fr>
15427 * doc/autoconf.texi (Header Portability): New.
15428 Add information about stdint.h and inttypes.h from Paul Eggert.
15430 2002-03-13 Akim Demaille <akim@epita.fr>
15432 * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
15436 2002-03-12 Akim Demaille <akim@epita.fr>
15438 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
15441 2002-03-11 Andreas Schwab <schwab@suse.de>
15443 * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
15444 does not do it if --with-lispdir is given.
15446 2002-03-08 Akim Demaille <akim@epita.fr>
15450 2002-03-08 Akim Demaille <akim@epita.fr>
15452 * doc/autoconf.texi (Subdirectories): Clarify that the
15453 subdirectory should exist.
15455 2002-03-08 Akim Demaille <akim@epita.fr>
15457 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
15459 2002-03-08 Akim Demaille <akim@epita.fr>
15461 * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
15462 aliases the actual variables, and modifications of the former
15465 2002-03-08 Akim Demaille <akim@epita.fr>
15467 * bin/autom4te.in (&handle_m4): Protect us from corrupted file
15468 because of C-c: have m4 output in tmp files, then mv them.
15470 2002-03-08 Akim Demaille <akim@epita.fr>
15472 * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
15473 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
15474 * bin/ifnames.in: Copyright update.
15476 2002-03-08 Akim Demaille <akim@epita.fr>
15478 * doc/autoconf.texi (Invoking autom4te): New.
15480 2002-03-05 Akim Demaille <akim@epita.fr>
15482 * doc/autoconf.texi (Specifying Names): Clarification suggested by
15485 2002-03-05 Akim Demaille <akim@epita.fr>
15489 2002-03-04 Akim Demaille <akim@epita.fr>
15491 * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
15492 * lib/autoconf/general.m4 (AC_INIT): More informative error
15493 message for LIBOBJ.
15495 2002-03-04 Akim Demaille <akim@epita.fr>
15497 * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
15500 2002-03-04 Akim Demaille <akim@epita.fr>
15502 * doc/autoconf.texi (Transforming Names): Equality between target
15503 and host is irrelevant.
15504 (Specifying Names, Canonicalizing): Remove all references to the
15505 backward compatibility hooks. Rather, collect them all into...
15506 (Hosts and Cross-Compilation): this new section.
15507 * doc/install.texi (System Type): Ditto.
15508 * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
15509 that `--host' implies cross-compilation.
15511 2002-03-04 Akim Demaille <akim@epita.fr>
15513 * doc/autoconf.texi (Evaluation Macros): New.
15514 * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
15516 (_m4_foreach): Define the variant with immediate evaluation so
15517 that it contains exactly the items, not an expression which
15518 evaluation is the current item.
15519 (m4_re_string, m4_re_word): Don't over quote them.
15521 2002-03-04 Akim Demaille <akim@epita.fr>
15523 Instead of having stacking `shift's evaluated at the end, let
15524 `foreach' loops immediately evaluate them.
15526 * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
15527 $*. This is the n-th time I change my mind, but hopefully this is
15530 (m4_text_wrap): Use m4_foreach, which is finally correct _and_
15532 (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
15533 it was only a hack for m4_text_wrap.
15534 (m4_car2): Remove, replaced by...
15536 (_m4_foreach): Adjust.
15537 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
15538 m4_bpatsubst for clarification.
15540 2002-03-04 Akim Demaille <akim@epita.fr>
15542 * doc/autoconf.texi (Changequote is Evil): New.
15544 2002-03-03 Kevin Ryde <user42@zip.com.au>
15546 * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
15547 on old systems like SunOS.
15549 2002-03-01 Peter Eisentraut <peter_e@gmx.net>
15551 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
15552 lib/autoconf/functions.m4, lib/autoconf/general.m4,
15553 lib/autoconf/headers.m4, lib/autoconf/lang.m4,
15554 lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
15557 2002-02-28 Akim Demaille <akim@epita.fr>
15559 * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
15560 message to be sent.
15562 2002-02-28 Kevin Ryde <user42@zip.com.au>
15564 * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
15566 2002-02-25 Akim Demaille <akim@epita.fr>
15568 * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
15569 From Akinori Musha.
15571 2002-02-13 Alexandre Duret-Lutz <duret_g@epita.fr>
15573 * lib/Autom4te/XFile.pm (getline, getlines): New functions,
15574 translate \r\n to \n.
15576 2002-02-07 Akim Demaille <akim@epita.fr>
15580 2002-02-07 Akim Demaille <akim@epita.fr>
15582 Fix Autoconf PR/209.
15583 Also reported by Frank Denis.
15585 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
15587 2002-02-07 Akim Demaille <akim@epita.fr>
15589 Fix Autoconf PR/207:
15590 AC_PREFIX_PROGRAM fails with dashed program names
15592 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
15593 variable when looking for the prefix program.
15594 Now it also works for shell variables.
15596 2002-02-07 Akim Demaille <akim@epita.fr>
15598 * doc/autoconf.texi (Limitations of Builtins): More about
15601 2002-02-06 Akim Demaille <akim@epita.fr>
15603 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
15604 case/esac, some shells don't support it.
15605 Reported by Zack Weinberg.
15606 * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
15608 2002-02-06 Akim Demaille <akim@epita.fr>
15610 * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
15611 sure not to introduce newlines in at_groups.
15612 * lib/autotest/Makefile.am (autotest.m4f): Typo.
15614 2002-02-06 Akim Demaille <akim@epita.fr>
15616 * tests/torture.at (Configuring subdirectories): Skip if aclocal
15619 2002-02-05 Paul Eggert <eggert@twinsun.com>
15621 * doc/autoconf.texi (Specific Compiler Characteristics):
15622 Describe HP-UX cc bug workaround more accurately.
15623 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
15625 * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
15626 cross-compilers, too. This undoes some of the most recent change
15629 2002-02-05 Akim Demaille <akim@epita.fr>
15631 * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
15632 to make sure they are up to date when `check' is run.
15634 2002-02-05 Akim Demaille <akim@epita.fr>
15636 * doc/autoconf.texi (Making testsuite Scripts): Document
15639 2002-02-05 Akim Demaille <akim@epita.fr>
15641 * lib/freeze.mk: New.
15643 2002-02-05 Akim Demaille <akim@epita.fr>
15645 Implement `autom4te --freeze'.
15647 * bin/autom4te.in (&freeze): New.
15648 * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
15649 * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
15651 2002-02-05 Akim Demaille <akim@epita.fr>
15653 * bin/autom4te.in (&parse_args): Implement `frozen files are
15654 optional are the sum of the previous files on the command line'.
15655 Also, pass `--reload-state=' on them, so...
15656 (handle_m4): don't.
15657 * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
15658 (M4sh): Rely on M4sugar.
15659 (Autotest, M4sh, M4sugar): Use frozen files.
15661 2002-01-31 Akim Demaille <akim@epita.fr>
15663 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
15664 * doc/autoconf.texi (Initializing configure): Adjust.
15666 2002-01-30 Akim Demaille <akim@epita.fr>
15668 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
15669 alphanumeric to `-' instead of `_'.
15671 2002-01-30 Akim Demaille <akim@epita.fr>
15673 * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
15674 for plain code, the other for cross-compilation code. The latter
15675 is now run with GCC only.
15676 * doc/autoconf.texi (Compilers and Preprocessors): New.
15678 2002-01-30 Akim Demaille <akim@epita.fr>
15680 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
15682 * doc/autoconf.texi (Initializing configure): Explain how to
15683 change AC_INIT default values.
15685 2002-01-29 Akim Demaille <akim@epita.fr>
15687 * tests/torture.at (Configuring subdirectories): Use configure.in,
15688 so that aclocal 1.4 works.
15689 Reported by Alexandre Duret-Lutz and Larry Schmitt.
15691 2002-01-28 Akim Demaille <akim@epita.fr>
15693 * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
15696 2002-01-28 Akim Demaille <akim@epita.fr>
15698 * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
15699 AUTOTEST_PATH *after* it was set.
15700 Don't put `.' in the PATH: the user should be precise and `./' if
15701 needed. In addition, given that the test suite does some `cd', if
15702 `.' is in the path, the `tested programs' sections will report
15703 programs found in the test suite's directory, while during the
15704 tests (performed in their own directory), these programs are no
15705 longer visible. In other words, the results is confusing and
15707 * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
15709 2002-01-24 Akim Demaille <akim@epita.fr>
15713 2002-01-24 Akim Demaille <akim@epita.fr>
15715 * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
15716 * doc/autoconf.texi: Finally add Akim as an author.
15718 2002-01-24 Akim Demaille <akim@epita.fr>
15720 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
15721 (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
15722 Bourne. Use /bin/sh.
15723 From Andreas Buening.
15725 2002-01-24 Akim Demaille <akim@epita.fr>
15727 * config/config.guess, config/config.sub, config/texinfo.tex:
15728 Update from masters.
15730 2002-01-24 Akim Demaille <akim@epita.fr>
15732 * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
15733 * config/auxdir.m4, config/cond.m4, config/depend.m4,
15734 * config/init.m4, config/install-sh.m4, config/lispdir.m4,
15735 * config/missing.m4, config/sanity.m4, config/select.m4,
15736 * config/strip.m4: Remove, to ease sync'ing with any version of
15739 2002-01-24 Akim Demaille <akim@epita.fr>
15741 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
15742 (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
15743 Reported by Geir Ove Myhr.
15745 2002-01-21 Akim Demaille <akim@epita.fr>
15747 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
15749 2002-01-21 Akim Demaille <akim@epita.fr>
15751 * lib/Autom4te/General.pm (getopt): Use a more GNUish error
15752 message on invalid options.
15753 * bin/autom4te.in (parse_args): Don't use
15754 Autoconf::General::getopt with non valid options.
15756 2002-01-17 Jim Meyering <meyering@lucent.com>
15758 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
15759 $ac_cv_exeext so we don't use an old, invalid, cached value.
15761 2002-01-11 Akim Demaille <akim@epita.fr>
15763 * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
15765 * doc/autoconf.texi (Function Portability): Document the strnlen
15767 (Particular Functions): Document AC_FUNC_STRNLEN.
15768 * lib/autoscan/functions: Adjust.
15770 2002-01-06 Akim Demaille <akim@epita.fr>
15772 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
15773 package.m4, since is really depends upon configure.ac, not
15775 * doc/autoconf.texi (testsuite Scripts): Adjust.
15776 * tests/Makefile.am (package.m4): New.
15777 EXTRA_DIST it since its a source.
15779 2002-01-06 Akim Demaille <akim@epita.fr>
15781 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
15782 of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
15783 and PACKAGE_BUGREPORT from here...
15784 (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
15786 (_AC_INIT_PREPARE): AC_DEFINE these symbols.
15787 * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
15788 (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
15789 * tests/tools.at (autoheader): Adjust.
15790 * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
15792 2002-01-06 Akim Demaille <akim@epita.fr>
15794 * bin/autoscan.in (scan_file): Use `&used'.
15796 2002-01-03 Akim Demaille <akim@epita.fr>
15798 * doc/autoconf.texi (Output): Improved wording regarding use of
15802 2001-12-18 Kevin Ryde <user42@zip.com.au>
15804 * doc/autoconf.texi (Function Portability): Add notes on sscanf
15805 sometimes needing writable input.
15807 2001-12-17 Jim Meyering <meyering@lucent.com>
15809 * doc/autoconf.texi (New Macros): Tweak wording.
15811 2001-12-14 Akim Demaille <akim@epita.fr>
15813 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
15814 trailing files, don't apply `-rf' to files which might not be
15815 created by configure (core, core.*, and *.core), but just `rm -f'.
15816 Suggested by Jonathan Kamens.
15818 2001-12-14 Aaron M. Ucko <amu@alum.mit.edu>
15820 * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
15822 2001-12-14 Akim Demaille <akim@epita.fr>
15824 * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
15826 2001-12-13 Peter Eisentraut <peter_e@gmx.net>
15828 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
15829 abs_builddir, top_buildpath to abs_top_builddir, srcpath to
15830 abs_srcdir, top_srcpath to abs_top_srcdir.
15831 (_AC_OUTPUT_FILES): Adjust.
15832 * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
15833 * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
15834 * tests/wrappl.in, tests/wrapsh.in: Adjust.
15836 2001-12-12 Steven G. Johnson <stevenj@alum.mit.edu>
15838 * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
15839 C/Fortran linking on HP/UX, by extracting the Fortran library
15840 search path from the LPATH line in the $F77 -v output.
15842 2001-12-12 Kevin Ryde <user42@zip.com.au>
15844 * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
15845 forbidden file descriptors table.
15847 2001-11-26 Akim Demaille <akim@epita.fr>
15849 * bin/autoscan.in (%c_keywords): Build it at top level.
15850 Map to 1 in order to simplify its uses.
15852 2001-11-26 Akim Demaille <akim@epita.fr>
15854 * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
15855 Remove $filepath, useless.
15856 (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
15857 variables, they are really part of the tokens.
15858 Split the input line on spaces and then look for tokens.
15859 Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
15860 because of `lex$U.$(OBJEXT)'.
15861 (&scan_files): Use "@list" instead of join.
15862 * doc/Makefile.am (CLEANFILES): Add *.fns.
15864 2001-11-26 Akim Demaille <akim@epita.fr>
15866 * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
15867 Remove, replaced by...
15868 * tests/wrappl.in: Be common for all the Perl executables.
15869 In particular autoscan and autoheader want -I.
15870 * configure.ac: Adjust.
15871 * lib/autoscan/headers: errno.h is portable.
15873 2001-11-26 Akim Demaille <akim@epita.fr>
15875 * bin/autoscan.in (used): New.
15878 2001-11-26 Akim Demaille <akim@epita.fr>
15880 * bin/autoscan.in (&scan_c_file): Better parsing of CPP
15882 (&scan_sh_file): Remove a duplicate pattern.
15883 (&check_configure_ac): Use long options.
15884 * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
15886 2001-11-26 Akim Demaille <akim@epita.fr>
15888 * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
15889 Before, having a line containing the opening of a multi line
15890 comment made the whole line be ignored.
15892 2001-11-26 Akim Demaille <akim@epita.fr>
15894 * doc/autoconf.texi (Using an Autotest Test Suite): New.
15895 (testsuite Scripts): Be one of its subsection.
15896 (Autotest Logs): New.
15898 2001-11-26 Akim Demaille <akim@epita.fr>
15900 Test groups are now run two directories deeper.
15902 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
15903 top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
15905 * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
15906 top_srcdir, builddir and top_builddir.
15907 Use `at_*dir' relatively to the directory containing the
15908 suite, use `*dir' when relatively to the current group dir.
15910 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
15912 * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
15913 lib/autoconf/functions.m4, lib/autoconf/headers.m4,
15914 tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
15917 2001-11-22 Alexandre Duret-Lutz <duret_g@epita.fr>
15919 * doc/autoconf.texi (Using System Type): Add an example of `case
15920 $host' usage so people quit using `case $target' everywhere.
15922 2001-11-22 Akim Demaille <akim@epita.fr>
15924 * doc/autoconf.texi (Installation Directory Variables): Englishoes
15925 spotted by Jim Meyering.
15927 2001-11-16 Paul Eggert <eggert@twinsun.com>
15929 This patch implements a `long double' suggestion by Oliver Kiddle.
15931 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
15932 static, to catch errors if the value isn't known at compile-time
15933 and the compiler supports dynamic arrays. Change its name from
15934 `_array_' to `test_array' to avoid potential name clashes.
15935 (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
15936 test. Do not define HAVE_LONG_DOUBLE if `long double' is no
15937 better than double. Catch a bug in GCC 2.95.2 x86.
15938 * doc/autoconf.texi (C Compiler): Document the above.
15941 2001-11-13 Akim Demaille <akim@epita.fr>
15943 * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
15945 * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
15947 2001-11-13 Akim Demaille <akim@epita.fr>
15949 * lib/autotest/general.m4 (AT_INIT): After having run the test
15950 group, go back to the initial directory, not to at_suite_dir.
15952 2001-11-13 Akim Demaille <akim@epita.fr>
15954 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
15955 (AT_DATA_AUTOCONF): Also protect @&t@ from autom4te.
15956 (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
15958 (AT_CHECK_CONFIGURE): Use absolute paths.
15959 (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
15960 The problem is still the old one: there is no means in M4 (that I
15961 know about) to create a defining macro, because there is no means
15962 to create `$1' etc., therefore, the defining macro ``swallows''
15963 all the arguments meant to the defined macro.
15965 2001-11-13 Akim Demaille <akim@epita.fr>
15967 * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
15968 (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
15970 * tests/aclocal.m4: Remove, as it is no longer used.
15972 2001-11-13 Akim Demaille <akim@epita.fr>
15974 * lib/autotest/general.m4: Change `tests?' into `groups?' in
15975 variable names when referring to a single test group, or to
15976 `suite' when referring to the whole test suite.
15977 `at_last_test' is removed: m4 compute at_format itself.
15978 (at_stdout, at_stder1, at_stderr): New variables.
15979 (AT_CHECK): Use them.
15981 2001-11-13 Akim Demaille <akim@epita.fr>
15983 * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
15985 Create `testsuite.dir/003/run' instead of `testsuite.003'.
15986 Do it as soon as a test fails, don't wait till the end of the test
15988 Don't remove $as_me.[0-9]*, since these files no longer exist.
15990 2001-11-13 Akim Demaille <akim@epita.fr>
15992 * tests/tools.at: Use absolute paths, since we are no longer run
15995 2001-11-13 Akim Demaille <akim@epita.fr>
15997 Now that tests are running in their own private dir, there is no
15998 need to list the files to remove at the end of tests groups.
16000 * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
16001 (AT_data_files, at_data_files): Remove.
16002 (AT_CLEANUP, AT_DATA): Simplify.
16004 Remove the group dir if !debug && !failed.
16005 * tests/atspecific.m4: Adjust.
16007 2001-11-13 Akim Demaille <akim@epita.fr>
16009 Start a new layout for Autotest: `testsuite' creates
16010 `testsuite.dir' in which the at-check-line etc. files are to be
16011 found, and `testsuite.dir/003' where the test group 3 is run.
16013 * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
16014 at_check_line_file, at_format, at_test_normalized, at_group_dir
16016 Create the directories.
16017 Use absolute paths for at- files.
16018 (AT_CHECK): Adjust.
16020 2001-11-11 Michael Matz <matz@kde.org>
16022 * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
16024 (m4_car): Properly quote arguments.
16026 2001-11-13 Akim Demaille <akim@epita.fr>
16028 * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
16029 with stricter rules on LIBOBJS.
16031 2001-11-12 Paul Eggert <eggert@twinsun.com>
16033 * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
16034 * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
16037 2001-11-12 Akim Demaille <akim@epita.fr>
16039 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
16041 2001-11-12 Akim Demaille <akim@epita.fr>
16043 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
16044 * lib/autoconf/functions.m4, lib/autoconf/general.m4,
16045 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
16046 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
16047 * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
16048 specify to what the macro should be defined (typically to 1).
16050 2001-11-12 Akim Demaille <akim@epita.fr>
16052 * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
16055 2001-11-12 Akim Demaille <akim@epita.fr>
16057 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
16058 AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND. This validates the
16059 definition used by Automake where LEX is +/- "${missing} lex" and
16060 `missing' itself contains variables.
16062 2001-11-12 Akim Demaille <akim@epita.fr>
16064 * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
16065 Now that M4sh pushes BODY, the comments were output at the end of
16068 2001-11-08 Akim Demaille <akim@epita.fr>
16070 * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
16071 that we can trace macros from aclocal.m4.
16072 Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
16073 obsoleted, and redirect to the former anyway.
16074 Reported by Ralf Corsepius.
16076 2001-11-08 Akim Demaille <akim@epita.fr>
16078 * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
16079 processed only if present.
16080 * tests/torture.at (Configuring subdirectories): Use autoreconf
16081 instead of successive calls to autoconf.
16082 Add a nonexistent subdirectory to exercise the patch above.
16083 Reported by Ralf Corsepius.
16085 2001-11-08 Kevin Ryde <user42@zip.com.au>
16087 * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
16088 doesn't accept .S files.
16090 2001-11-07 Akim Demaille <akim@epita.fr>
16092 * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
16093 * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
16094 (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
16095 * bin/autom4te.in (warn_forbidden): New.
16096 (handle_output): Use it.
16097 Read m4_pattern_forbid with messages.
16099 2001-11-05 Akim Demaille <akim@epita.fr>
16101 * bin/autom4te.in (--normalize): Remove.
16102 * lib/autom4te.in: Adjust.
16104 2001-11-05 Akim Demaille <akim@epita.fr>
16106 * tests/Makefile.am (testsuite): Rename this target as...
16107 ($(TESTSUITE)): this.
16110 2001-11-05 Alexandre Duret-Lutz <duret_g@epita.fr>
16112 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
16113 the --prefix option, also remove it's argument.
16115 2001-11-05 Akim Demaille <akim@epita.fr>
16117 * doc/autoconf.texi (testsuite Invocation): Update.
16118 (Writing testsuite.at): Update.
16120 2001-11-03 Akim Demaille <akim@epita.fr>
16122 * doc/autoconf.texi: s/@code/@command/ where appropriate.
16124 2001-11-03 Akim Demaille <akim@epita.fr>
16126 * lib/Autom4te/General.pm: (&catfile, &canonfile)
16127 (&file_name_is_absolute): New, wrappers around routines from
16129 Use and export them.
16130 (&find_configure_ac): Optionally take a directory where to look at.
16131 * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
16133 Default @ARGV to `.', not find_configure_ac.
16134 (&autoreconf): Argument is a directory.
16135 Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
16136 * doc/autoconf.texi (autoreconf Invocation): Update.
16138 2001-11-03 Akim Demaille <akim@epita.fr>
16140 * lib/Autom4te/General.pm (@export_vars, @export_subs)
16141 (@export_forward_subs): New.
16142 Add basename, dirname, and fileparse.
16144 * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
16145 Don't look for aclocal flags if we already know aclocal is not
16147 Move aclocal.m4t only if it exists.
16148 Reported by Ezra Peisach.
16150 2001-11-03 Akim Demaille <akim@epita.fr>
16152 * bin/autoreconf.in (&parse_args): Work only on the configure.ac
16153 passed on command line, defaulting to ./configure.ac if present.
16154 (&maybe_autoreconf, File::Find): Remove, unused.
16155 (&autoreconf): If autoconf is not used, don't try to trace.
16157 2001-11-02 Akim Demaille <akim@epita.fr>
16159 * configure.ac: Bump to 2.52g.
16161 2001-11-02 Akim Demaille <akim@epita.fr>
16165 2001-11-02 Akim Demaille <akim@epita.fr>
16167 * config/config.guess, config/config.sub, doc/standards.texi:
16168 * config/lispdir.m4: Update from masters.
16169 * configure.ac: Bump to 2.52f.
16171 2001-11-02 Akim Demaille <akim@epita.fr>
16173 * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
16174 Don't run aclocal when aclocal.m4 is not from aclocal.
16176 Don't run libtoolize and gettextize if --install is not given.
16178 2001-11-01 Paul Eggert <eggert@twinsun.com>
16180 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
16181 be invoked before _AS_LINENO_PREPARE.
16182 (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
16183 than character ranges.
16185 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
16186 invoking AS_BASENAME. Set the locale variables to 'C' if
16187 possible, as POSIX requires this to get the traditional
16189 * doc/autoconf.texi (Special Shell Variables): Describe the above.
16191 2001-10-31 Paul Eggert <eggert@twinsun.com>
16193 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
16194 with {}, as that triggers a bug in Bash 2.05.
16196 (_AS_LINENO_PREPARE): Use Sed rather than
16197 Awk. Fix the sed prepass to work even if there are multiple
16198 instances of $LINENO on the same line. Do not substitute for
16199 other variables like $LINENOT. Do not check file dates; such a
16200 check is unreliable on sufficiently fast machines, and removing
16201 the check makes the code simpler and more reliable. Check for
16202 output and chmod failures.
16204 * doc/autoconf.texi (Special Shell Variables): Document
16207 2001-10-31 Akim Demaille <akim@epita.fr>
16209 * tests/Makefile.am (atconfig): Remove this target, Automake
16212 2001-10-31 Akim Demaille <akim@epita.fr>
16214 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
16215 AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
16216 provided, while it is optional.
16217 * configure.ac: Adjust.
16219 2001-10-26 Paul Eggert <eggert@twinsun.com>
16221 * NEWS, README, configure.ac, lib/Autom4te/General.pm,
16222 lib/Autom4te/Struct.pm:
16223 Require Perl 5.005_03 instead of just 5.005, as some tests fail
16226 * doc/autoconf.texi (Special Shell Variables): Document some
16227 more LINENO gotchas, particularly with respect to the Awk+Sed hack.
16229 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
16230 (_AS_LINENO_PREPARE): Use it instead of shell eval, since
16231 eval $LINENO is not portable in practice.
16233 2001-10-24 Akim Demaille <akim@epita.fr>
16235 * lib/Autom4te/General.pm (backname): New.
16237 2001-10-24 Akim Demaille <akim@epita.fr>
16239 * m4/: Remove, merged into...
16242 2001-10-23 Tim Van Holder <tim.van.holder@pandora.be>
16244 * doc/autoconf.texi (Shellology): Mention the problems with bash
16245 2.05's use of ANSI quoting in its `set' builtin.
16247 2001-10-22 Paul Eggert <eggert@twinsun.com>
16249 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
16250 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
16251 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
16252 POSIX decided to standardize on the int flavor of strerror_r.
16253 Always do char* test, as there's no reason not to.
16254 Assign to a char* var, to catch strerror_r that returns int*.
16256 * doc/autoconf.texi (Particular Functions):
16257 Document the above changes. Also, document the fact that
16258 AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
16260 * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
16262 2001-10-20 Akim Demaille <akim@epita.fr>
16264 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
16265 the executable was missing from the log.
16267 2001-10-20 Akim Demaille <akim@epita.fr>
16269 * lib/Autom4te/General.pm (&update_file): If destination is
16270 unchanged, remove the source.
16271 (&up_to_date_p): Don't be verbose, be debug.
16272 * bin/autoreconf.in: No longer support --m4dir.
16273 (&autoreconf): Display the full path of the configure.ac we are
16275 Trace it only once.
16276 Be sure to honor --force with gettextize.
16277 Always run aclocal.
16278 * doc/autoconf.texi: Adjust.
16280 2001-10-20 Akim Demaille <akim@epita.fr>
16282 * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
16284 * bin/autoreconf.in (&autoreconf): Do not run gettextize when
16285 `intl' is already present, as it refuses unless --force.
16286 (&parse_args): Use -I, --include instead of the old Autoconf
16288 ($localdir, $autoconf_dir): Remove.
16290 (&maybe_autoreconf): New, to preserve $_ for File::Find.
16292 2001-10-19 Jens Petersen <petersen@redhat.com>
16294 * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
16295 * doc/autoconf.texi (Particular Programs): Likewise.
16297 2001-10-19 Akim Demaille <akim@epita.fr>
16299 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
16300 file in @configure_input@.
16301 Don't mention `automatically' in addition to `generated'.
16302 * tests/torture.at (#define header templates): Adjust.
16304 2001-10-19 Akim Demaille <akim@epita.fr>
16306 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
16307 comment, explain how to install automatic mode selection.
16310 2001-10-19 Ezra Peisach <epeisach@zif.mit.edu>
16312 * bin/autoreconf.in (autoreconf): Display the path to the
16313 configure.ac being studied.
16315 2001-10-18 Paul Eggert <eggert@twinsun.com>
16317 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
16318 long, to work around a bug in the HP C compiler version HP92453-01
16321 * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
16322 (AS_BASENAME_EXPR): New macro.
16323 (AS_BASENAME_SED): Do not assume GNU sed semantics.
16324 (AS_BASENAME): Use 'basename' if that works; then try 'expr';
16325 and fall back on 'sed' only if the other two fail. This makes
16326 AS_BASENAME act more like AS_DIRNAME.
16327 (as_me): Shell-quote the argument of AS_BASENAME, in case $0
16328 contains white space.
16329 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
16330 Use AS_DIRNAME, since I think it's now DOS-friendly.
16331 * tests/m4sh.at (DIRNAME_TEST): New arg $3.
16332 Allow "dirname //FOO" to return either / or //, as POSIX allows
16335 2001-10-10 Akim Demaille <akim@epita.fr>
16337 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
16338 `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
16341 2001-10-10 Akim Demaille <akim@epita.fr>
16343 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
16344 m4_define, since...
16345 (_AS_ECHO_N): AS_REQUIREs it.
16347 2001-10-10 Akim Demaille <akim@epita.fr>
16349 * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
16350 (AC_INCLUDES_DEFAULT): Move to...
16351 * lib/autoconf/headers.m4: here.
16352 * lib/autoconf/types.m4: Comment changes.
16353 * doc/autoconf.texi: Specify where the default includes are used
16354 in the macro prototypes.
16356 2001-10-09 Akim Demaille <akim@epita.fr>
16358 * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
16361 2001-10-08 Akim Demaille <akim@epita.fr>
16363 * bin/autoreconf.in (&autoreconf): Remove debugging code.
16364 (&parse_args): Pass verbosity/debugging options to subtools when
16365 --debug, not when --verbose.
16366 * lib/autom4te.in (Autoreconf-preselections): New.
16367 (Autoconf): Use it.
16369 2001-10-08 Akim Demaille <akim@epita.fr>
16371 * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
16373 2001-10-08 Akim Demaille <akim@epita.fr>
16375 * doc/autoconf.texi (autoreconf Invocation): Adjust.
16376 * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
16378 2001-10-08 Akim Demaille <akim@epita.fr>
16380 * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
16381 (Syntax of the shell scripts): Don't.
16382 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
16383 bother with $force since...
16384 * lib/Autom4te/General.pm: does.
16386 2001-10-08 Akim Demaille <akim@epita.fr>
16388 * bin/autoreconf.in: Rewrite in Perl.
16389 * configure.ac: Adjust.
16390 * lib/Autom4te/General.pm (&up_to_date_p): New.
16391 * bin/autom4te.in (&up_to_date_p): Use it.
16393 (&up_to_date): this.
16395 2001-10-08 Akim Demaille <akim@epita.fr>
16397 * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
16398 (m4_list_cmp): Use $0 to reinvoke yourself.
16399 (m4_patsubsts): New.
16400 (m4_strip, m4_version_unletter): Use it.
16401 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
16403 2001-10-08 Akim Demaille <akim@epita.fr>
16405 * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
16406 * lib/autoconf/libs.m4, lib/autoconf/status.m4,
16407 * lib/autoconf/types.m4, lib/autotest/general.m4,
16408 * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
16409 * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
16410 m4_bregexp, m4_bpatsubst, and m4_bmatch.
16411 * doc/autoconf.texi (Redefined M4 Macros): Adjust.
16413 2001-10-08 Akim Demaille <akim@epita.fr>
16415 * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
16417 2001-10-08 Akim Demaille <akim@epita.fr>
16419 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
16420 * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
16421 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
16422 * tests/tools.at, tests/m4sh.at: Use it.
16423 * tests/m4sh.at: Don't rely on Autoconf macros.
16424 (DIRNAME_TEST): Also exercise the expr variant.
16425 * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
16426 preferred M4sugar extension is now `.4s'.
16427 * tests/README: Remove.
16429 2001-10-08 Akim Demaille <akim@epita.fr>
16431 * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
16432 (m4_provide_if): this.
16433 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
16434 * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
16435 (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
16436 M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
16438 2001-10-08 Akim Demaille <akim@epita.fr>
16440 Use `add-log-current-defun-function' for ChangeLog creation.
16441 Suggested by Tom Tromey.
16443 * lib/emacs/autotest-mode.el (autotest-mode-map): New.
16444 (autotest-mode): Adjust.
16445 * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
16446 'comment-region onto `C-c ;'.
16447 Comments are `#', not `dnl'.
16448 (autoconf-current-defun): New.
16449 (autoconf-font-lock-keywords): Recognize `m4_defun'.
16451 2001-10-08 Akim Demaille <akim@epita.fr>
16453 * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
16454 * lib/m4sugar/m4sh.m4: here.
16455 (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
16456 * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
16457 (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
16458 include handle the m4_pattern_*, no longer push the
16459 BODY diversion nor set the /bin/sh line, AS_INIT does it.
16460 * lib/autotest/general.m4 (AT_INIT): Likewise.
16461 * tests/base.at: Adjust the tests to use AS_INIT.
16462 * tests/tools.at (AT_DATA_FORBIDDEN): New.
16463 (autoconf: forbidden tokens): Adjust to work on M4sh instead of
16466 2001-10-07 Paul Eggert <eggert@twinsun.com>
16468 * doc/autoconf.texi (config.status Invocation):
16469 CONFIG_SHELL defaults to a shell that supports LINENO if available.
16471 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
16472 shell does not support LINENO, and if CONFIG_SHELL is unset or
16473 empty, and if we can find a shell that does support LINENO,
16474 then set CONFIG_SHELL to that shell and then re-execute
16475 ourselves with CONFIG_SHELL.
16477 2001-10-05 Paul Eggert <eggert@twinsun.com>
16479 * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
16480 doesn't exist. Remove *.tmp, as a .tmp file is created during the
16481 build of $(TESTSUITE).
16483 2001-10-05 Akim Demaille <akim@epita.fr>
16485 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
16486 iff we are a bareword.
16487 Reported by Raja R Harinath.
16489 2001-10-05 Akim Demaille <akim@epita.fr>
16491 * tests/m4sh.at (LINENO): New.
16492 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
16493 PATH_SEPARATOR before using it.
16494 Fix the absolute path case/esac pattern.
16495 Provide $0 as fallback for as_myself.
16496 Reported by Raja R Harinath.
16498 2001-10-05 Akim Demaille <akim@epita.fr>
16500 * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
16501 * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
16503 2001-10-05 Akim Demaille <akim@epita.fr>
16505 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
16506 (AS_SHELL_SANITIZE): here. Use it.
16507 (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
16510 2001-10-04 Akim Demaille <akim@epita.fr>
16512 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
16513 combination of Awk and sed to replace $LINENO.
16515 2001-10-02 Paul Eggert <eggert@twinsun.com>
16517 * doc/autoconf.texi (Limitations of Builtins): You can't use
16518 "source"; it's not portable. Remove confusing and
16519 somewhat-incorrect example involving "." and "/".
16521 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
16522 compatibility with POSIX shells.
16524 2001-10-02 Akim Demaille <akim@epita.fr>
16526 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
16527 instead of exec'ing to preserve $0 and $@.
16529 2001-10-01 Akim Demaille <akim@epita.fr>
16531 * tests/testsuite (AT_INIT) <at_pass_list>: New.
16532 Don't run twice the same test.
16534 2001-10-01 Akim Demaille <akim@epita.fr>
16536 * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
16537 No longer output the list of tests.
16538 <--list>: New option.
16539 <--full-help>: Remove.
16540 Complete the short/long options duality.
16541 Various small adjustments.
16543 2001-10-01 Akim Demaille <akim@epita.fr>
16545 * doc/autoconf.texi: Use @kbd for user input.
16546 Always use `$' as shell prompt.
16548 2001-09-30 Paul Eggert <eggert@twinsun.com>
16550 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
16551 Don't use nested parenthesization. This patch was originally
16552 suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
16553 but somehow it didn't get incorporated then.
16554 * doc/autoconf.texi (Limitations of Usual Tools):
16555 Clarify remark about sed and nested parenthesization.
16557 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
16558 Report an error if the size cannot be determined even though
16560 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
16561 Check for `expr' arithmetic overflow, and for compilation failure,
16562 and invoke a new argument $4 if either is discovered.
16563 This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
16564 (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
16566 2001-09-28 Akim Demaille <akim@epita.fr>
16568 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
16569 * m4/lispdir.m4: New.
16570 * aclocal.m4, configure.ac: Adjust.
16572 2001-09-28 Akim Demaille <akim@epita.fr>
16574 * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
16576 (AT_INIT): More the wrapped section to where it will be expanded.
16577 Output `AT_tested' only when existing.
16578 Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
16580 2001-09-27 Akim Demaille <akim@epita.fr>
16582 Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
16583 generates too many bug reports.
16585 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
16586 status when executing the ACTION-IF-FALSE.
16587 * tests/base.at (AC_TRY_*): Rename as...
16588 (AC_TRY_COMMAND): this.
16589 (AC_RUN_IFELSE): New.
16590 * tests/compile.at (Extensions, C keywords)
16591 (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
16592 (Broken/missing compilers, AC_PROG_CPP with warnings)
16593 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
16594 * tests/c.at (Extensions, C keywords)
16595 (Broken/missing compilers, AC_PROG_CPP with warnings)
16596 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
16597 (AC_PROG_CPP requires AC_PROG_CC): here and...
16598 * tests/fortran.at (GNU Fortran 77): there.
16599 * doc/autoconf.texi (autoconf Invocation): Fix the example:
16600 AC_TRY_RUN is about compilation, not shell commands.
16601 (Test Programs): AC_TRY_RUN works as used to be advertised.
16603 2001-09-27 Akim Demaille <akim@epita.fr>
16605 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
16607 Be sure to detect when $LINENO always returns the same value.
16608 Look for the original script, basename($0) is certainly not
16610 Pass the CLI arguments to `$as_me.lineno'.
16612 2001-09-25 Akim Demaille <akim@epita.fr>
16614 * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
16615 Be sure the close and reopen the LOG fd before and after using tee
16617 <at_tests_pattern>: Adjust to the new format of at_help_all.
16619 2001-09-23 Akim Demaille <akim@epita.fr>
16621 * bin/autom4te.in (parse_args): There can be several invocations
16624 2001-09-23 Akim Demaille <akim@epita.fr>
16626 * doc/autoconf.texi (Top): Wrap in @ifnottex.
16628 2001-09-23 Akim Demaille <akim@epita.fr>
16630 * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
16631 ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
16632 (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
16633 builddir, buildpath, top_builddir, and top_buildpath.
16634 (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
16635 the current directory.
16636 * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
16637 variables *before* changing the current directory.
16638 Skip nonexistent dirs.
16639 * doc/autoconf.texi (Preset Output Variables): Document these
16642 * lib/autotest/general.m4: Do not reset AT_victims.
16643 Don't compute at_srcdir nor at_top_srcdir.
16645 * tests/tools.at: Hence use top_srcdir.
16647 * tests/Makefile.am, tests/autoconf, tests/autoheader,
16648 * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
16650 * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
16651 * tests/wrapsh.in, tests/autoupdate.in: New.
16652 * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
16653 * configure.ac: Build the position independent wrappers.
16655 * man/Makefile.am: Now that test wrappers are position
16656 independent, use them and drop dark envvar magic.
16658 2001-09-23 Akim Demaille <akim@epita.fr>
16660 * doc/autoconf.texi (Common Shell Constructs): Rename as...
16661 (Programming in M4sh): this.
16662 Promote to @section.
16664 2001-09-23 Akim Demaille <akim@epita.fr>
16666 * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
16667 Pass $at_debug_args to the rerun test suite.
16668 * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
16669 * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
16672 2001-09-23 Akim Demaille <akim@epita.fr>
16674 * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
16676 2001-09-23 Akim Demaille <akim@epita.fr>
16678 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
16681 2001-09-23 Akim Demaille <akim@epita.fr>
16683 * lib/Autom4te/General.pm (&debug): New.
16684 * bin/autom4te.in ($language): Move to...
16685 (parse_args): here.
16686 Handle --language in languages.
16687 * lib/autom4te.in (Automake-selections, Autoheader-selections)
16688 (Autoscan-selections): New.
16689 (Autoconf): Adjust.
16691 2001-09-23 Tim Van Holder <tim.van.holder@pandora.be>
16693 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
16694 * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
16695 to match current versions from CVS Automake.
16697 2001-09-23 Alexandre Duret-Lutz <duret_g@epita.fr>
16699 * doc/autoconf.texi (Special Shell Variables): Add pdksh output
16702 2001-09-22 Akim Demaille <akim@epita.fr>
16704 * lib/autoconf/autotest.m4: Create `package.m4'.
16705 * tests/Makefile.am (package.m4): Remove.
16707 2001-09-22 Akim Demaille <akim@epita.fr>
16709 Rely on `$LINENO' when possible instead of `__oline__'.
16711 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
16712 `$LINENO' support replacement when not supported.
16713 (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
16714 them explicitly to be sure they are not output before this section
16715 (via m4_require). Cosmetic only.
16716 * lib/autoconf/c.m4, lib/autoconf/general.m4,
16717 * lib/autoconf/programs.m4: Replace all the occurrences of
16718 `__oline__' with `$LINENO'.
16719 * doc/autoconf.texi (Special Shell Variables): Document LINENO.
16721 2001-09-21 Tim Van Holder <tim.van.holder@pandora.be>
16723 * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
16724 character (u: -> ue) in a code comment.
16725 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
16728 2001-09-21 Akim Demaille <akim@epita.fr>
16730 * Makefile.maint (AUTOM4TE): Neutralize autom4te.
16731 Suggested by Jim Meyering.
16733 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16735 * lib/autoconf/programs.m4: Use extensions listed in
16736 $ac_executable_extensions when looking for programs.
16738 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16740 * lib/autoconf/general.m4: Fix a small Englisho.
16741 * lib/autoconf/status.m4: Fix a small typo. Handle DOS paths when
16742 setting up ac_dir_suffix and ac_top_builddir.
16743 * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
16745 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16747 * doc/autoconf.texi (File System Conventions): Clarify the use of
16749 (Special Shell Variables[PATH_SEPARATOR]): Ditto.
16750 (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
16751 be used instead of ':'.
16752 * lib/autotest/general.m4: Replace occurrences of ':' in
16753 AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
16755 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16757 * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
16758 arguments. Fixed a typo.
16760 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16762 * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
16763 $PATH. Also set AUTOM4TE_CFG, so we can process autom4te properly.
16765 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16767 * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
16768 * bin/autoupdate.in: Ditto.
16769 * bin/autoheader.in: Reworded a few comments.
16770 * bin/autoconf.in: Reworded help text for a few options.
16771 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
16772 * bin/autoscan.in, bin/autoupdate.in: Ditto.
16774 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
16776 * lib/Autom4te/XFile.pm (open): Simplified the error message (we
16777 already have $file). Set output files to binary mode (helps avoid
16778 CR issues on DOSish systems).
16780 2001-09-19 Akim Demaille <akim@epita.fr>
16782 * lib/autotest/general.m4: Englishoes.
16783 From Tim Van Holder and Alexey Mahotkin.
16785 2001-09-18 Paul Eggert <eggert@twinsun.com>
16787 * doc/autoconf.texi (Common Shell Constructs): New node,
16788 documenting AS_DIRNAME.
16789 (Limitations of Usual Tools): Refer to it when discussing dirname.
16790 Also, update discussion of POSIX standard to reflect latest draft.
16792 * lib/autoconf/c.m4:
16793 (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
16795 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
16796 Do not pass a first argument with leading '-'
16797 to expr, by parenthesizing initial integers that might be negative.
16799 * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
16800 now merely checks whether it is an error to pass an argument
16803 * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
16804 (AC_FUNC_GETPGRP): Don't bother with a runtime test. Just check
16805 whether it is a (compile-time) error to pass an argument to
16806 getpgrp. This simpler test supports the revised documentation,
16807 and is all that AC_FUNC_GETPGRP's users really need.
16809 2001-09-18 Akim Demaille <akim@epita.fr>
16811 * doc/autoconf.texi (Limitations of Make) <$<>: New.
16813 2001-09-18 Akim Demaille <akim@epita.fr>
16815 * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
16817 * lib/autotest/general.m4 (AT_INIT): Adjust.
16819 2001-09-18 Paul Wagland <paul@wagland.net>
16821 * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
16823 Add test for AS_BASENAME.
16824 * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
16825 added test. It now correctly handles /1/2/3/, returning '3' not ''.
16826 Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
16827 * tests/base.at: Fixed the expected responses. The old ones were
16829 * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
16830 the documentation claims it should (and how it behaved in 2.13).
16832 2001-09-18 Akim Demaille <akim@epita.fr>
16834 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
16835 the AC_CONFIG_COMMANDS invocation.
16836 This also solves the name clash problems.
16837 Don't set the package's ID.
16838 * lib/m4sugar/Makefile.am (version.m4): Revamp.
16839 No longer to be shipped.
16840 (version.in): Remove.
16841 * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
16842 * lib/autoconf/status.m4: Adjust.
16843 Use `m4_PACKAGE_STRING'.
16844 * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
16845 the only optional argument is the name of the test suite.
16846 Expect `package.m4' to define the package signature.
16847 * lib/autom4te.in (Autotest): Add `package.m4?'.
16848 * tests/Makefile.am (package.m4): New.
16849 * tests/suite.at: ifnames is a victim.
16851 2001-09-18 Akim Demaille <akim@epita.fr>
16853 * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
16854 AC_LIBSOURCE, AC_CONFIG_FILES.
16855 * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
16856 program version string doesn't match the package's.
16857 * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
16860 2001-09-17 Paul Eggert <eggert@twinsun.com>
16862 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
16863 Allow expression to return any value that can fit into unsigned long
16864 (not int, as before). Check for output errors.
16866 2001-09-17 Bruno Haible <haible@ilog.fr>
16868 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
16869 Always include <stdio.h> and <stdlib.h>. Evaluate
16870 the expression in an extra function before these includes. Call
16871 fprintf "%d" only after ensuring the argument is of type 'int'.
16872 Reported by Wayne Chapeskie <waynec@spinnaker.com>.
16874 2001-09-17 Paul Eggert <eggert@twinsun.com>
16876 Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
16877 or CFLAGS=-O5. In that case, the linker has a relaxed view of
16878 fatal errors, and AC_CHECK_LIB causes it to include libraries even
16879 when they don't exist.
16881 * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
16882 not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
16885 * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
16886 version with the version used by fileutils 4.1, except use
16887 AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
16890 * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
16892 2001-09-13 Akim Demaille <akim@epita.fr>
16894 * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
16896 Reported by Gerrit P. Haase.
16898 2001-09-13 Akim Demaille <akim@epita.fr>
16900 * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
16901 m4_defn'ing is valid.
16903 2001-09-13 Akim Demaille <akim@epita.fr>
16905 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
16906 * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
16909 2001-09-13 Akim Demaille <akim@epita.fr>
16911 * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
16913 (m4_re_escape): New.
16914 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
16915 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
16916 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
16918 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
16919 (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
16920 * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
16921 AT_tests_all for consistency.
16923 (AT_VICTIMS): Similar to AT_KEYWORDS.
16924 (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
16926 2001-09-13 Akim Demaille <akim@epita.fr>
16928 * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
16930 2001-09-13 Akim Demaille <akim@epita.fr>
16932 * lib/autotest/general.m4 (AT_INIT): Create and remove
16933 `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
16934 test suites can cohabit.
16936 2001-09-13 Akim Demaille <akim@epita.fr>
16938 * tests/mktests.sh: Don't output banners for empty test files.
16940 2001-09-13 Akim Demaille <akim@epita.fr>
16942 Test suites can be run independently of configure.
16944 * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
16945 * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
16946 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
16948 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
16950 * lib/autotest/general.m4: Use ECHO_*.
16952 2001-09-13 Akim Demaille <akim@epita.fr>
16954 * bin/ifnames.in: Rewrite in Perl.
16955 * configure.ac: Don't look for AWK.
16956 * tests/tools.at (AWK portability): Remove.
16957 (Syntax of the shell scripts): Don't check ifnames.
16958 (AT_CHECK_PERL_SYNTAX): New.
16959 (Syntax of the Perl scripts): Check ifnames.
16960 * tests/ifnames: New.
16962 2001-09-13 Akim Demaille <akim@epita.fr>
16964 * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
16966 * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
16967 Remove all the other keywords.
16969 2001-09-10 Akim Demaille <akim@epita.fr>
16971 * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
16972 SETUP: no longer used.
16973 Support -k, --keywords.
16974 <at_help>: Be `no', `short', or `long'.
16975 <at_help_all>: New variable.
16976 (AT_KEYWORDS): New.
16977 (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
16978 (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
16979 (_AT_CLEANUP_FILE_IF): Simplify the regexp.
16980 (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
16981 No longer fill the HELP diversion.
16982 (AT_CLEANUP): Use them.
16983 * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
16984 (m4_list_append): Remove.
16986 Spread a few keywords in the Autoconf test suite.
16988 2001-09-10 Akim Demaille <akim@epita.fr>
16990 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
16991 PATH_SEPARATOR, let M4sh compute it.
16992 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
16993 * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
16995 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
16996 Simplify when the path is not a literal.
16997 (AS_UNAME): Use it to report PATH.
16998 * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
16999 (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
17000 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
17001 * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
17002 normalize the path, and to look for victims.
17003 * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
17004 (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
17006 2001-09-07 Akim Demaille <akim@epita.fr>
17008 * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
17009 doesn't neutralize SIGINT, making autoconf etc. non interruptible.
17010 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
17011 related variables into `at_package_*'.
17012 * lib/autotest/general.m4 (AT_VICTIMS): New.
17013 (AT_INIT): Adjust for stand-alone/embedded test suites.
17014 (AS_MESSAGE_LOG_FD): Define and use it.
17015 * tests/suite.at (AT_VICTIMS): Use it.
17016 * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
17019 2001-09-07 Akim Demaille <akim@epita.fr>
17021 Move toward possibly stand-alone test suites.
17023 * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
17024 in addition, it introduces useless differences in logs.
17025 (AT_INIT): Let atconfig and atlocal be both optional.
17026 Adjust PATH computation.
17027 * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
17029 2001-09-07 Akim Demaille <akim@epita.fr>
17031 * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
17032 m4sugar/version.m4.
17034 2001-09-05 Akim Demaille <akim@epita.fr>
17036 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
17037 to avoid GCC warnings.
17040 2001-09-05 Akim Demaille <akim@epita.fr>
17042 * bin/autom4te.in: --language is -l, not -s.
17044 2001-09-05 Akim Demaille <akim@epita.fr>
17046 Be ready to handle filenames as stupid as `dnl.at', for if even
17047 the maintainer is dumb enough to do that...
17049 * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
17050 excellence in M4 quotation: consider `__file__' is active.
17052 And BTW, when invoking m4, pass the --include in the right order:
17055 * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
17058 2001-09-05 Akim Demaille <akim@epita.fr>
17060 * lib/Autom4te/XFile.pm: New lib file.
17061 * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
17062 * bin/autoheader.in: Use it.
17064 2001-09-05 Akim Demaille <akim@epita.fr>
17066 * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
17069 2001-09-05 Akim Demaille <akim@epita.fr>
17071 * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
17072 * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
17074 * bin/autoscan.in: Use `getopt' and `find_files' etc.
17075 Add -I, --include support.
17076 * doc/autoconf.texi (autoscan Invocation): Adjust.
17078 2001-09-05 Akim Demaille <akim@epita.fr>
17080 CVS GNU M4 doesn't like `undefine(undefined)'.
17082 * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
17083 New, extracted from main.
17084 Use IO::File wherever possible.
17085 (input.m4): Be constant, use -I instead of hard coding $tmp.
17086 Therefore be a quoted heredoc.
17087 Don't invoke `_au_disable', since ac was not loaded, but just
17090 2001-08-31 Akim Demaille <akim@epita.fr>
17094 2001-08-31 Akim Demaille <akim@epita.fr>
17096 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
17098 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
17100 2001-08-31 Akim Demaille <akim@epita.fr>
17102 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
17103 serious problems handling heredocs in heredocs.
17104 Reported by Nicolas Joly.
17106 2001-08-31 Akim Demaille <akim@epita.fr>
17108 * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
17109 (Making testsuite Scripts): Update.
17111 2001-08-31 Akim Demaille <akim@epita.fr>
17113 * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
17115 2001-08-31 Akim Demaille <akim@epita.fr>
17117 * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
17118 (testsuite Scripts): There is no such thing as `atconfig.in'.
17119 And actually one diagram is missing: test suite runtime.
17121 2001-08-31 Akim Demaille <akim@epita.fr>
17123 * lib/Autom4te/General.pm (&find_file): Browse the includes in the
17126 2001-08-31 Akim Demaille <akim@epita.fr>
17128 * bin/autoupdate.in (@include): `installcheck' revealed the path
17129 to m4sugar was lacking!
17131 2001-08-31 Akim Demaille <akim@epita.fr>
17133 * man/Makefile.am (.x.1): We really have to pass
17134 autom4te_perllibdir.
17136 2001-08-31 Akim Demaille <akim@epita.fr>
17138 * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
17139 debug scripts, in particular passing explicitly listed tests to
17142 2001-08-31 Akim Demaille <akim@epita.fr>
17144 * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
17145 * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
17146 Use directly autom4te, not autoconf.
17147 * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
17149 2001-08-31 Akim Demaille <akim@epita.fr>
17151 * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
17152 * bin/autoheader.in (%symbol): Strip arguments of macros.
17154 2001-08-31 Akim Demaille <akim@epita.fr>
17156 * doc/autoconf.texi: Catch up -I, --include changes.
17158 2001-08-31 Akim Demaille <akim@epita.fr>
17160 * bin/autom4te.in (&parse_args): Die on unknown languages.
17161 * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
17163 Promote --include over --macrodir and other obsolete options.
17165 2001-08-31 Akim Demaille <akim@epita.fr>
17167 * lib/Autom4te/General.pm ($version, $help, &getopt): New.
17168 * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
17169 * bin/autom4te.in ($autoconf): Pass --force.
17170 `print $out' doesn't print `$_' but `$out'.
17171 * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
17172 (autoheader): Pass --force since the test suite goes too fast for
17174 Adjust to the new autoheader messages.
17176 2001-08-31 Akim Demaille <akim@epita.fr>
17178 * bin/autoheader.in: Handle the acconfig.h etc. junk files.
17179 Check the completeness of the #template.
17180 * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
17181 * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
17184 2001-08-31 Akim Demaille <akim@epita.fr>
17186 * lib/Autom4te/General.pm (&find_file, &update_file): New.
17187 * bin/autoupdate.in, bin/autoheader.in: Adjust.
17188 Drop AC_MACRODIR dead for real.
17189 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
17190 `autoheader: `config.hin' is created'.
17191 * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
17193 2001-08-31 Akim Demaille <akim@epita.fr>
17195 * bin/autoheader.in: Rewrite in Perl.
17196 * tests/autoheader: Adjust.
17198 2001-08-31 Akim Demaille <akim@epita.fr>
17200 * bin/autoconf.in (--include, -I): New option.
17201 Map --localdir, --autoconf-dir onto it.
17202 Forward autom4te's options instead of interpreting them.
17203 * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
17204 There is no such envvar since the inception of autom4te.cfg.
17205 * bin/autom4te.in (&parse_args): Uniquify `@include'.
17206 * bin/autoupdate.in: Adjust, and perform more control.
17207 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
17208 * tests/autoconf: Dittowise.
17210 2001-08-31 Akim Demaille <akim@epita.fr>
17212 * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
17213 * bin/autom4te.in (&find_file): Support `FILE?' standing for
17215 Use -e, not -f, since /dev/null for instance is OK.
17216 (&parse_args): Adjust.
17217 * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
17219 2001-08-31 Akim Demaille <akim@epita.fr>
17221 * configure.ac: Also find tested executables in bin.
17222 * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
17223 * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
17224 installed peer executables, only PATH is allowed to resolve it.
17225 Pass `autoconf_dir' via options, not via invisible envvars.
17226 * lib/Autom4te/General.pm (&find_peer): Remove.
17227 * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
17228 `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
17229 * man/Makefile.am: Let help2man rely on PATH instead of trying to
17230 find the executables for it.
17231 * tests/Makefile.am: Major cleanup. Too lazy to document...
17232 * tests/atlocal.in: Remove all the obscure envvar manipulations.
17234 * tests/atspecific.m4, tests/tools.at: Passing --localdir is
17235 indeed related to running the test suite, while passing
17236 --autoconf-dir and others is related to running non installed
17237 Autoconf executables. So don't do that, leave it to...
17238 * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
17239 * tests/autoscan: New.
17240 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
17241 refer to library files: rely on --language.
17243 2001-08-29 Akim Demaille <akim@epita.fr>
17245 * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
17246 s/--set/--language/.
17248 2001-08-29 Akim Demaille <akim@epita.fr>
17250 * doc/autoconf.texi: Strip the @nodes.
17251 Suggested by Paul Eggert.
17252 (Initializing configure): Typo.
17254 2001-08-29 Akim Demaille <akim@epita.fr>
17256 * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
17257 Suggested by Paul Eggert.
17259 2001-08-29 Akim Demaille <akim@epita.fr>
17261 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
17262 download in a tmp dir.
17264 2001-08-29 Akim Demaille <akim@epita.fr>
17266 * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
17267 case insensitive OSes out there :(
17268 From Tim Van Holder.
17270 2001-08-29 Akim Demaille <akim@epita.fr>
17272 * lib/autom4te.in: New.
17273 * lib/Makefile.am (edit, autom4te.cfg): New.
17274 * bin/autom4te.in (BEGIN): Simplify.
17275 Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
17276 (&load_configuration): New. Use it.
17277 (&parse_args): Support --mode, --set, and --melt.
17278 * bin/autoconf.in: Simplify and adjust.
17279 * tests/Makefile.am (AUTOMAKE): Use --set.
17280 * tests/atlocal.in: Adjust.
17281 * BUGS: distcheck and check are weak.
17283 2001-08-29 Akim Demaille <akim@epita.fr>
17285 * lib/autotest/general.m4: Use
17286 foo=`(command) 2>/dev/null`
17288 foo=`command` 2>/dev/null
17289 (at-devnull): Rename as...
17290 (AT-devnull): this.
17291 (--clean): Remove AT-* files too.
17292 * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
17293 Reported by Nicolas Joly.
17295 2001-08-28 Akim Demaille <akim@epita.fr>
17297 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
17298 quotes inside single quotes.
17299 Reported by Nicolas Joly.
17301 2001-08-28 Kevin Ryde <user42@zip.com.au>
17303 * doc/autoconf.texi (Function Portability): Mention C right shifts.
17305 2001-08-27 Tim Van Holder <tim.van.holder@pandora.be>
17307 * lib/autotest/general.m4: Reword some messages.
17308 (AT_INIT): Check for the `times' builtin before using it.
17309 Support test ranges as arguments to the testsuite.
17310 Have -e imply -d as the help text suggested.
17312 2001-08-27 Akim Demaille <akim@epita.fr>
17314 * Makefile.maint: Formatting changes.
17315 (do-po-update, po-update, cvs-update, update): New targets.
17318 2001-08-27 Akim Demaille <akim@epita.fr>
17320 * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
17321 <at_cmd_line>: New.
17322 Pass it to debug-*.sh scripts.
17323 <AUTOTEST_PATH>: May contain absolute dir names.
17325 2001-08-27 Akim Demaille <akim@epita.fr>
17327 * lib/autotest/general.m4 (AT_INIT): Log the command line.
17328 Support `VAR=VAL' as arguments.
17329 Compute PATH _after_ the options processing, so that AUTOTEST_PATH
17330 may be set via the command line.
17332 2001-08-27 Akim Demaille <akim@epita.fr>
17334 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
17335 * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
17336 first the build dirs, then the src dirs.
17337 * configure.ac (AC_CONFIG_TESTDIR): Adjust.
17339 2001-08-27 Akim Demaille <akim@epita.fr>
17341 * lib/autotest/general.m4 (AT_INIT): Output the definition of
17342 at_data_files earlier.
17343 (--clean, -c): New option.
17344 * tests/Makefile.am: Use this option.
17346 2001-08-27 Akim Demaille <akim@epita.fr>
17348 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
17349 `ac_top_builddir' to mimic Automake's vocabulary, which much more
17352 * doc/autoconf.texi (Configuration Actions): Document the vars
17353 available in commands.
17354 Emphasize the risks of collisions in init-cmds.
17356 2001-08-27 Akim Demaille <akim@epita.fr>
17358 * doc/autoconf.texi (Input) <AC_INIT>: Move to..
17359 (Initializing configure): this new node.
17361 2001-08-27 Akim Demaille <akim@epita.fr>
17363 * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
17365 2001-08-27 Akim Demaille <akim@epita.fr>
17367 * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
17368 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
17370 * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
17372 2001-08-27 Akim Demaille <akim@epita.fr>
17374 * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
17376 * lib/autoconf/autoheader.m4: this new file.
17377 * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
17378 (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
17380 * lib/autoconf/autoupdate.m4: this new file.
17382 2001-08-27 Akim Demaille <akim@epita.fr>
17384 * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
17385 (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
17386 Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
17388 (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
17389 * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
17391 2001-08-27 Akim Demaille <akim@epita.fr>
17393 * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
17394 (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
17395 (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
17396 (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
17397 (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
17398 (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
17399 (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
17400 (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
17401 (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
17402 (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
17403 (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
17404 (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
17405 (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
17406 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
17407 (_AC_OUTPUT_SUBDIRS): Move to...
17408 * lib/autoconf/status.m4: this new file.
17409 * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
17410 * tests/Makefile.am, tests/suite.at: Adjust.
17412 2001-08-27 Akim Demaille <akim@epita.fr>
17416 * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
17417 (AMTAR): Help automake define it.
17418 (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
17419 needed, 1.5 can have a macro and a target with the same name.
17420 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
17421 * m4/strip.m4: New.
17422 * m4/init.m4, m4/sanity.m4: Update.
17423 * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
17424 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
17425 * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
17426 * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
17428 2001-08-27 Akim Demaille <akim@epita.fr>
17430 Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
17432 * lib/autoconf/version.in: Remove.
17433 * lib/m4sugar/version.in: New.
17434 * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
17436 * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
17437 the name of the directory they're in, instead of the filename,
17438 since version.m4 is now in m4sugar, but m4_acversion must not be
17439 classified as an Autoconf macro.
17440 ($input_m4): Don't qualify the path to m4sugar.
17441 Rather, pass autoconf_dir to m4.
17442 * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
17443 * tests/suite.at: Require 2.52c.
17445 2001-08-27 Akim Demaille <akim@epita.fr>
17447 testsuite.log should include config.log.
17449 * lib/autotest/autotest.m4: New.
17450 * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
17451 * tests/suite.at : Adjust.
17452 (AT_INIT): Log config.log.
17453 * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
17454 * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
17455 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
17456 (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
17457 of config.log on traps.
17458 (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
17459 Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
17460 for config.status'.
17461 Open the log as soon as possible.
17462 Use the same log introduction as configure's.
17464 2001-08-22 Paul Eggert <eggert@twinsun.com>
17466 * doc/autoconf.texi (Indices): New node.
17467 Move indices out of the top level menu and into this submenu.
17469 2001-08-22 Akim Demaille <akim@epita.fr>
17471 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
17473 (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
17475 2001-08-22 Akim Demaille <akim@epita.fr>
17477 * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
17478 (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
17479 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
17480 * lib/autoconf/programs.m4: here.
17481 * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
17482 (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
17483 (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
17484 * lib/autoconf/programs.m4: here.
17485 (_AC_DECL_YYTEXT): Rename as...
17486 (_AC_PROG_LEX_YYTEXT_DECL): this.
17487 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
17488 * tests/Makefile.am, tests/suite.am: Adjust.
17490 2001-08-22 Akim Demaille <akim@epita.fr>
17492 * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
17494 * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
17496 * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
17497 * lib/autoconf/functions.m4: here.
17498 * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
17499 (AH_CHECK_LIB): Move to...
17500 * lib/autoconf/libs: this new file.
17501 * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
17502 (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
17503 * lib/autoconf/libs.m4: here.
17504 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
17506 2001-08-22 Akim Demaille <akim@epita.fr>
17508 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
17509 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
17510 (AC_SITE_LOAD): Better logging of config.site.
17512 2001-08-20 Akim Demaille <akim@epita.fr>
17514 * configure.ac (AT_CONFIG): Fix the path.
17515 * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
17518 2001-08-20 Alexandre Duret-Lutz <duret_g@epita.fr>
17520 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
17521 program with AC_LANG_PROGRAM before feeding it to
17522 AC_COMPILE_IFELSE. Cleanup grep usage.
17524 2001-08-20 Akim Demaille <akim@epita.fr>
17526 * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
17527 * NEWS, README, README-alpha, TODO, tests/README: This package is
17528 `Autoconf', not `autoconf' (the executable).
17530 2001-08-20 Akim Demaille <akim@epita.fr>
17532 Info readers seem to need `Index' in the index node title :(
17534 * doc/autoconf.texi: Reverse the 2001-08-15 change which
17535 simplified index node names.
17537 2001-08-20 Akim Demaille <akim@epita.fr>
17539 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
17540 arguments are not literals.
17541 * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
17542 Specify the output variables, and macros defined.
17544 2001-08-20 Akim Demaille <akim@epita.fr>
17546 * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
17547 (Examining Syntax) <AC_TRY_COMPILE>
17548 (Examining Libraries) <AC_TRY_LINK>
17549 (Test Programs) <AC_TRY_RUN>: These macros double quote some of
17551 Reported by Werner Lemberg.
17553 2001-08-20 Akim Demaille <akim@epita.fr>
17555 * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
17556 top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
17557 Load atlocal late enough to dump it in the log.
17558 * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
17560 2001-08-20 Akim Demaille <akim@epita.fr>
17562 * tests/torture.at (Configuring subdirectories): New test.
17563 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
17565 * m4/atconfig.m4: Be sure the let $[0] be expandable.
17566 (top_srcdir): Fix its computation.
17568 2001-08-20 Akim Demaille <akim@epita.fr>
17570 * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
17571 * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
17573 Create `atconfig' automagically.
17574 Configure atlocal.in if present.
17575 * tests/atconfig.in: Remove.
17576 * tests/atlocal.in: New.
17577 * tests/Makefile.am: Adjust.
17579 2001-08-20 Akim Demaille <akim@epita.fr>
17581 Huh!?!?! There are still some user EOF tags used, which prevents
17582 their use in AC_CONFIG_COMMANDS for instance...
17584 * lib/autoconf/general.m4, lib/autoconf/specific.m4,
17585 * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
17586 `_CSEOF', or `_ATEOF', as appropriate.
17587 * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
17588 * lib/autotest/Makefile.am (check-local): Enforce this constraint.
17590 2001-08-20 Akim Demaille <akim@epita.fr>
17592 * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
17593 * tests/semantics.at, tests/tools.at, tests/torture.at:
17594 s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
17596 2001-08-20 Akim Demaille <akim@epita.fr>
17598 Autotest invokes M4sh's initialization.
17600 * lib/autotest/general.m4: Adjust the diversion names.
17601 (AT_INIT): Run AS_INIT.
17602 Use the BINSH diversion to invoke /bin/sh.
17603 * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
17604 * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
17606 2001-08-20 Akim Demaille <akim@epita.fr>
17608 Let M4sh have its own diversions.
17610 * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
17611 (_m4_divert(NOTICE)): Rename as...
17612 * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
17613 (_m4_divert(HEADER-COMMENT)): these.
17614 (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
17615 (_m4_divert(NOTICE)): New, for Libtool.
17616 * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
17617 long ago with `_m4_divert(GROW)'.
17618 (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
17620 2001-08-20 Akim Demaille <akim@epita.fr>
17622 * tests/base.at, tests/compile.at, tests/foreign.at,
17623 * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
17624 * tests/semantics.at, tests/suite.at, tests/tools.at,
17625 * tests/torture.at: Ask Autotest mode, not Autoconf mode.
17627 2001-08-20 Akim Demaille <akim@epita.fr>
17629 * bin/autom4te.in (handle_output): Handle @__@.
17631 2001-08-20 Akim Demaille <akim@epita.fr>
17633 * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
17634 * lib/autotest/general.m4: Adjust the license.
17636 2001-08-17 Paul Eggert <eggert@twinsun.com>
17638 * doc/autoconf.texi (Function Portability): Mention snprintf,
17639 following up on a suggestion by Kevin Ryde.
17641 2001-08-17 Akim Demaille <akim@epita.fr>
17643 * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
17644 `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
17646 2001-08-17 Akim Demaille <akim@epita.fr>
17648 * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
17649 `$0.log' as for projects where testsuite is in src, we'd have
17650 testsuite.log created in src.
17652 2001-08-17 Akim Demaille <akim@epita.fr>
17654 * bin/autom4te.in (&parse_args): Recognize --normalize.
17656 2001-08-17 Akim Demaille <akim@epita.fr>
17658 Start implementing the AC_CHECK_HEADER transition scheme.
17660 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
17661 (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
17662 (AC_CHECK_HEADER): Use them.
17664 2001-08-17 Akim Demaille <akim@epita.fr>
17666 * doc/autoconf.texi: Work around Texinfo buglets.
17667 (Transformation Rules): One example is enough, users are expected
17668 to have their brains on. And BTW, use DESTDIR.
17669 (dvar): New macro. Use it.
17671 2001-08-17 Akim Demaille <akim@epita.fr>
17673 * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
17674 * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
17675 looking for ChangeLogs.
17677 2001-08-17 Akim Demaille <akim@epita.fr>
17679 * bin/autom4te.in: --normalize is a new option.
17680 * bin/autoconf.in: Use it.
17682 2001-08-17 Akim Demaille <akim@epita.fr>
17684 * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
17685 * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
17687 2001-08-16 Paul Eggert <eggert@twinsun.com>
17689 * doc/autoconf.texi, doc/install.texi: Put copyright notice at
17692 2001-08-15 Akim Demaille <akim@epita.fr>
17694 * doc/Makefile.am (fu): New index, can't use fn because of defmac.
17697 2001-08-15 Akim Demaille <akim@epita.fr>
17699 * doc/autoconf.texi (pr): New index.
17700 (prindex, findex): Use, merge, and output them.
17701 (Environment Variable Index, Output Variable Index)
17702 (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
17703 (Autotest Macro Index): Rename as...
17704 (Environment Variables, Output Variables,Preprocessor Symbols)
17705 (Autoconf Macros, M4 Macros, Autotest Macros): these.
17706 * doc/install.texi: Use @command.
17707 (Environment Variables): Rename as...
17708 (Defining Variables): this.
17710 2001-08-15 Akim Demaille <akim@epita.fr>
17712 * doc/autoconf.texi (Function Portability): sprintf's return
17716 2001-08-15 Akim Demaille <akim@epita.fr>
17718 * Makefile.maint (CVS): New.
17719 (local-check): Run changelog-check. last.
17720 (alpha): Don't depend upon local-check, since...
17721 (cvs-dist): depends upon it.
17723 2001-08-15 Tim Van Holder <tim.van.holder@pandora.be>
17725 * tests/Makefile.am: Use a clean-local rule to remove
17726 autom4te.cache (it's a directory, not a file.
17727 * Makefile.am: Ditto (but maintainer-clean-local).
17729 2001-08-15 Akim Demaille <akim@epita.fr>
17731 * bin/autom4te.in (@m4_warning): New.
17732 (&handle_m4): Use it.
17733 * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
17734 warnings are issued at each run.
17735 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
17736 is in the src tree.
17738 2001-08-15 Akim Demaille <akim@epita.fr>
17740 * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
17741 don't waste time running `autoupdate --version' works.
17742 * tests/tools.at (autoupdating AC_PREREQ): Likewise.
17744 2001-08-13 Akim Demaille <akim@epita.fr>
17746 * doc/autoconf.texi (ma): Rename this index as...
17749 2001-08-13 Akim Demaille <akim@epita.fr>
17751 * Makefile.am: Remove dead code and dead comments.
17752 (pdf, html): New targets.
17753 * doc/autoconf.texi (Using Autotest): New chapter.
17754 * doc/Makefile.am (pdf): New targets.
17755 (CLEANFILES): Adjust.
17757 2001-08-13 Akim Demaille <akim@epita.fr>
17759 * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
17760 duration of the test suite.
17762 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
17764 * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
17765 endianness for comparison instead of relying on AT_CHECK_ENV.
17767 2001-08-11 Paul Eggert <eggert@twinsun.com>
17769 * doc/autoconf.texi, doc/install.texi: Add a copyright notice
17770 to the INSTALL file.
17772 2001-08-11 Paul Eggert <eggert@twinsun.com>
17774 * NEWS: The autoconf manual now is distributed under the terms
17775 of the GNU Free Documentation License.
17777 * doc/autoconf.texi: Switch from old style copyright notice to FDL.
17778 Add an appendix "Copying This Manual" for the FDL.
17780 * doc/fdl.texi: New file, from
17781 <http://www.gnu.org/licenses/fdl.texi>.
17783 * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
17785 2001-08-10 Paul Eggert <eggert@twinsun.com>
17787 * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
17788 ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
17789 README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
17790 m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
17791 m4/sanity.m4, tests/README, tests/aclocal.m4,
17792 tests/atspecific.m4, tests/base.at, tests/compile.at,
17793 tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
17794 tests/semantics.at, tests/suite.at, tests/tools.at,
17795 tests/torture.at: Add copyright notice.
17797 * tests/mktests.sh: Update year in copyright notice.
17799 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
17801 * tests/semantics.at (AC_C_BIGENDIAN): New test.
17803 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
17805 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
17806 ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
17807 * doc/autoconf.texi (C Compiler Characteristics): Update
17808 documentation for AC_C_BIGENDIAN.
17810 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
17812 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
17813 magic values from an object file when cross-compiling.
17814 Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
17816 2001-08-10 Akim Demaille <akim@epita.fr>
17818 * bin/autom4te.in (&handle_output): Don't use `grep' with side
17820 Suggested by Russ Allbery.
17822 2001-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17824 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
17825 current $prefix to the sub-configures.
17827 2001-08-09 Tim Van Holder <tim.van.holder@pandora.be>
17829 * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
17830 extension (needed on BeOS). Reported by Guido van Rossum.
17832 2001-08-09 Akim Demaille <akim@epita.fr>
17834 * bin/autom4te.in ($icache): Load it only if older than autom4te.
17836 2001-08-07 Akim Demaille <akim@epita.fr>
17838 * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
17840 (at-setup-line): Huh? Be a variable `at_setup_line', not a file.
17841 No need to remove the files before and after the each test, before
17842 each test and at the end of the suite is enough.
17843 Display only the children `times', not the shell's.
17844 If the test failed or was skipped, at-times is not available.
17846 2001-08-07 Akim Demaille <akim@epita.fr>
17848 Always produce testsuite.log, including when there are no
17849 failures. This helps getting information on skipped tests, and
17850 duration of the tests. Err, implement the latter btw.
17852 * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
17853 Dump information on the first run of each test.
17854 (AT_CLEANUP): Create `at-times' containing the duration of the
17857 2001-08-07 Akim Demaille <akim@epita.fr>
17859 The use of `dumpstat' revealed that `len' was used although it
17860 should not. m4_text_wrap was using it, but in the Autoconf world
17861 where it is legal. Hence (i) test M4sh in its own world, not
17862 Autoconf's, and (ii), ahem, fix the bug :)
17864 * lib/autotest/general.m4: Be sure the set good quotes, as tracing
17865 does not like `' instead of [].
17866 (AT_INIT): Forbid `^_?AT_'.
17867 And don't output such tokens.
17868 * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
17869 `script.as', and `autom4te.cache'.
17870 Remove `empty' and `macro' which are no longer used.
17871 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
17872 * tests/m4sugar.at: Use it.
17873 * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
17875 2001-08-07 Akim Demaille <akim@epita.fr>
17877 * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
17879 2001-08-07 Alexandre Duret-Lutz <duret_g@epita.fr>
17881 * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
17883 2001-08-04 Akim Demaille <akim@epita.fr>
17885 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
17886 (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
17888 * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
17889 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
17890 (AC_F77_MAIN): Likewise.
17892 2001-08-04 Akim Demaille <akim@epita.fr>
17894 Don't rely on M4sugar outputting the patterns in files, since we
17895 might process the output _without_ running m4, hence without these
17898 * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
17899 * bin/autom4te.in (@Request::includes): Remove, unused.
17900 (@Request::source): Rename as...
17901 (@Request::input): this.
17902 (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
17903 (&handle_output): Fetch the patterns from the traces.
17904 `$forbidden' and `$allowed' are constant: use m//o.
17905 (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
17906 (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
17908 2001-08-04 Akim Demaille <akim@epita.fr>
17910 `autoconf && autoheader' is sped up. Now, speed up `autoheader &&
17911 autoconf', i.e., in addition to caching traces, cache the output.
17913 * bin/autom4te.in (Request::cache): Rename as...
17914 (Request::id): this.
17915 ($cache, $icache, $tcache, $ocache): New.
17916 (&handle_m4): Save M4 output in the cache instead of $tmp.
17917 (&handle_output): Adjust.
17918 (&up_to_date_p): Check that the output cache is up to date too.
17919 (top level): Run `&handle_m4' iff force or the cache is invalid.
17920 Run `&handle_output' if the output cache is more recent.
17922 2001-08-04 Akim Demaille <akim@epita.fr>
17924 * bin/autom4te.in ($force): New.
17925 (&parse_args, &print_usage): -f, --force is a new option.
17926 (&handle_output): CPP directives might have spaces after `#'.
17927 (&parse_args): The first file only can be frozen.
17929 2001-08-04 Akim Demaille <akim@epita.fr>
17931 Don't let autom4te compute the `include' traces several times:
17932 first check that the trace cache file is up to date, and then
17933 compare its timestamp with that of the output.
17935 * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
17936 the preamble. Don't require 5.005 as Autom4te::General does it,
17937 and better yet (use `use', not `require'!).
17938 * lib/Autom4te/Struct.pm: Rename the last occurrences of
17939 Class::Struct as Autom4te::Struct.
17940 * lib/Autom4te/General.pm (File::stat): Use it.
17941 (&mtime): New, export it.
17942 * bin/autom4te.in: Use it.
17943 Declare `$req' is invalid if it is outdated.
17944 Don't declare it valid before saving it if something went wrong.
17946 2001-08-04 Akim Demaille <akim@epita.fr>
17948 Autom4te shall not encode Autoconf data, and preselecting traces
17949 must be proposed to the users.
17951 * bin/autom4te.in (@required_trace): Remove.
17953 (&parse_args, &print_usage): -p, --preselect is a new option.
17954 (&up_to_date_p): Adjust.
17955 * bin/autoconf.in: Preselect some Autoconf macros.
17957 2001-08-04 Akim Demaille <akim@epita.fr>
17959 * tests/tools.at (autoconf --trace: user macros): Check traces on
17960 macros invoked without arguments, and macros invoked with multiple
17963 2001-08-03 Alexandre Duret-Lutz <duret_g@epita.fr>
17965 * bin/autom4te.in (handle_traces): Fix rewriting of traces without
17968 2001-08-03 Akim Demaille <akim@epita.fr>
17970 * bin/autoconf.in ($@): Work around the usual sh bug.
17973 2001-08-03 Akim Demaille <akim@epita.fr>
17975 Clean up the handling of the M4 builtins tracing exception.
17977 * bin/autom4te.in (Request::request): Don't complete M4 builtins
17979 (@m4_builtins): Rename as...
17980 (@m4_builtin): this.
17981 (%m4_builtin_alternate_name): New.
17982 (&parse_args): Complete the trace requests with alternate names.
17983 (&handle_traces): Hence no longer do it here.
17984 (&trace_requests): Remove, unused.
17986 2001-08-03 Akim Demaille <akim@epita.fr>
17988 * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
17989 m4_if, and m4_wrap.
17991 2001-08-03 Akim Demaille <akim@epita.fr>
17993 * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
17994 (m4_divert_pop): Dump the whole diversion stack when a diversion
17996 * bin/autom4te.in (&handle_output): Remember of the first
17997 occurrence of a possibly undefined macro, not the last.
17998 Complain about the possibly undefined macros in the same order as
17999 the appear in the output.
18000 * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
18001 * tests/tools.at (autoconf: forbidden tokens, basic)
18002 (autoconf: forbidden tokens, exceptions): No longer sort
18003 autoconf's stderr, as it is now deterministic.
18004 Check that `dnl' is caught.
18006 2001-08-01 Akim Demaille <akim@epita.fr>
18008 * configure.ac: Bump to 2.52c.
18010 2001-08-01 Akim Demaille <akim@epita.fr>
18014 * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
18016 2001-08-01 Akim Demaille <akim@epita.fr>
18020 2001-08-01 Akim Demaille <akim@epita.fr>
18022 * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
18025 * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
18026 `END', as `Autom4te::General::END' will be triggered.
18027 * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
18028 * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
18029 system to run `mv', `rm', and `cmp'.
18031 2001-08-01 Akim Demaille <akim@epita.fr>
18033 * lib/Autom4te/General.pm (&unique): New.
18034 * bin/autoscan.in (&output): Use it to issue trace requests once.
18036 2001-08-01 Akim Demaille <akim@epita.fr>
18038 * lib/Autom4te/General.pm: New.
18039 * bin/autom4te.in (Autom4te::General): Use it.
18040 ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
18041 (&find_configure_ac, &find_slave): Remove.
18042 * bin/autoscan.in: Likewise.
18043 * bin/autoupdate.in: Likewise.
18045 2001-08-01 Akim Demaille <akim@epita.fr>
18047 * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
18048 * autoheader.in, autoreconf.in, autoupdate.in: Move to...
18049 * bin: here, new directory.
18050 * lib/Autoconf: Rename as...
18051 * lib/Autom4te: this, to please case insensitive junkie OSes.
18053 2001-08-01 Akim Demaille <akim@epita.fr>
18055 * autom4te.in ($m4): Handle the --nesting-limit.
18056 * autoconf.in (M4): Remove.
18058 2001-08-01 Akim Demaille <akim@epita.fr>
18060 * autoconf.in ($AWK): Remove, no longer used.
18061 * test/tools.at: Use AT_CHECK_AUTOCONF.
18062 (AWK portability): Remove, for autoconf no longer uses AWK.
18063 (Syntax of the Perl scripts): New.
18064 * configure.ac: autoconf no longer needs an AWK with a good
18066 Use a static test on AC_PACKAGE_VERSION.
18067 * autom4te.in (&up_to_date_p): Output depends on the arguments.
18068 * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
18069 * tests/atconfig.in (PERL): New.
18071 2001-08-01 Akim Demaille <akim@epita.fr>
18073 * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
18074 (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
18075 (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
18076 (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
18077 (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
18078 (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
18079 (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
18080 (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
18081 (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
18082 (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
18083 (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
18084 (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
18085 (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
18086 * lib/autoconf/c.m4: here, new file.
18088 * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
18089 (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
18090 (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
18091 (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
18092 (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
18093 (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
18094 (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
18095 (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
18096 (AC_F77_FUNC): Move to...
18097 * lib/autoconf/fortran.m4: here, new file.
18099 2001-08-01 Akim Demaille <akim@epita.fr>
18101 * acfunctions.m4: Rename as...
18102 * lib/autoconf/functions.m4: this.
18103 * acgeneral.m4: Rename as...
18104 * lib/autoconf/general.m4: this.
18105 * acheaders.m4: Rename as...
18106 * lib/autoconf/headers.m4: this.
18107 * aclang.m4: Rename as...
18108 * lib/autoconf/lang.m4: this.
18109 * acoldnames.m4: Rename as...
18110 * lib/autoconf/oldnames.m4: this.
18111 * acspecific.m4: Rename as...
18112 * lib/autoconf/specific.m4: this.
18113 * actypes.m4: Rename as...
18114 * lib/autoconf/types.m4: this.
18115 * autoconf.m4: Rename as...
18116 * lib/autoconf/autoconf.m4: this.
18118 * m4sugar.m4: Rename as...
18119 * lib/m4sugar/m4sugar.m4: this.
18120 * m4sh.m4: Rename as...
18121 * lib/m4sugar/m4sh.m4: this.
18123 * tests/atgeneral.m4: Rename as...
18124 * lib/autotest/general.m4: this.
18126 * acfunctions: Rename as...
18127 * lib/autoscan/functions: this.
18128 * acheaders: Rename as...
18129 * lib/autoscan/headers: this.
18130 * acidentifiers: Rename as...
18131 * lib/autoscan/identifiers: this.
18132 * aclibraries: Rename as...
18133 * lib/autoscan/libraries: this.
18134 * acmakevars: Rename as...
18135 * lib/autoscan/makevars: this.
18136 * acprograms: Rename as...
18137 * lib/autoscan/programs: this.
18139 2001-08-01 Akim Demaille <akim@epita.fr>
18141 * doc/autoconf.texi: Moving/deleting open files is not portable.
18142 Portability issues for `.' (source), and more information about sed.
18144 2001-07-25 Steven G. Johnson <stevenj@alum.mit.edu>
18146 * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
18147 which has a special meaning and is not a reference to libibmil.a.
18148 Reported by Matteo Frigo.
18150 2001-07-25 Pavel Roskin <proski@gnu.org>
18152 * autom4te.in (mktmpdir): Strip trailing newline from mktemp
18155 2001-07-25 Akim Demaille <akim@epita.fr>
18157 * autoconf.in: Try to define the variables before using them.
18158 * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
18159 instead of `$perllibdir'.
18160 * tests/atconfig.in ($autom4te_perllibdir): Export it.
18162 2001-07-25 Akim Demaille <akim@epita.fr>
18164 * autoconf.in (ac_LF_and_DOT): Remove, unused.
18166 2001-07-24 Akim Demaille <akim@epita.fr>
18168 Let autoconf use autom4te for traces.
18170 * autoconf.in ($task, task trace): Remove, merely pass --trace to
18172 * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
18173 (Because I found no way for autom4te to accept `-').
18174 * autom4te.in (&Request::request): Beware of M4 builtins.
18175 (END): Don't try to remove the content of an empty dir.
18176 (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
18177 (&handle_output): Set a default value to `$forbidden'.
18178 * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
18179 ($autoconf): Pass --debug and --verbose.
18180 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
18183 2001-07-24 Akim Demaille <akim@epita.fr>
18185 Let autoconf use autom4te to create configure.
18187 * autoconf.in ($automate): New var.
18188 (task script): Use autom4te.
18189 * autom4te.in (File::Spec): Use it.
18191 (&parse_args): --warning is -W, not -w.
18192 Find the top level files.
18193 (&handle_m4): Pass the warnings flags.
18194 Don't report verbosely m4's failures, unless requested.
18195 (&handle_output): Don't complain for forbidden tokens in comments.
18196 Be sure to report all the forbidden tokens within a single line.
18197 (&trace_format_to_m4): Preserve `$_'.
18198 (&handle_traces): Sort the output macros.
18199 (&up_to_date_p): Find the files before trying to get its time stamp.
18201 2001-07-24 Akim Demaille <akim@epita.fr>
18203 * Makefile.am: Ship, build and install Autom4te.
18204 (SUBDIRS): Add lib.
18205 * lib/Autoconf/Struct.pm: New, from Automake 1.5.
18206 * configure.in: Require Perl.
18207 * man/autom4te.in: New.
18209 2001-07-19 Paul Eggert <eggert@twinsun.com>
18211 * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
18212 example, rather than (exit 1); exit (which isn't portable).
18214 2001-07-18 Akim Demaille <akim@epita.fr>
18218 2001-07-18 Akim Demaille <akim@epita.fr>
18220 The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
18221 was run, while they are needed also when it is expanded.
18222 Reported by Nicolas Joly.
18224 * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
18225 (AC_LANG_PROGRAM(C)): Use it instead of depending upon
18226 AC_F77_DUMMY_MAIN being expanded.
18228 2001-07-18 Akim Demaille <akim@epita.fr>
18230 * configure.in: Bump to 2.51a.
18232 2001-07-17 Akim Demaille <akim@epita.fr>
18236 2001-07-17 Akim Demaille <akim@epita.fr>
18238 * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
18239 Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
18241 2001-07-17 Akim Demaille <akim@epita.fr>
18243 The runtime test for AC_FUNC_GETPGRP fails when prototypes are
18244 used. Well, then use the prototypes when you can, and runtime as
18246 Reported by Artur Frysiak
18248 * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
18249 (AC_FUNC_GETPGRP): Use it.
18250 First try to compile with 0-ary or 1-ary calls.
18252 2001-07-17 Akim Demaille <akim@epita.fr>
18254 * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
18258 2001-07-17 Akim Demaille <akim@epita.fr>
18260 * Makefile.maint: Sync. with cppi 1.10.
18262 2001-07-17 Akim Demaille <akim@epita.fr>
18264 * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
18265 AC_F77_DUMMY_MAIN has been run.
18266 From Pavel Roskin and Steven G. Johnson.
18268 2001-07-17 Akim Demaille <akim@epita.fr>
18270 * configure.in: Rename as...
18271 * configure.ac: this.
18273 2001-07-17 Akim Demaille <akim@epita.fr>
18275 * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
18278 * Makefile.maint (release-archive-dir): Rename as...
18279 (release_archive_dir): this, so that it can be specialized in
18282 2001-07-14 Akim Demaille <akim@epita.fr>
18284 * configure.in: Bump to 2.50d.
18286 2001-07-14 Akim Demaille <akim@epita.fr>
18289 * Makefile.maint (alpha): Typo.
18291 2001-07-14 Akim Demaille <akim@epita.fr>
18293 * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
18295 2001-07-14 Akim Demaille <akim@epita.fr>
18297 * config/config.guess, config/config.sub, config/texinfo.tex
18298 * doc/standards.texi, doc/make-stds.texi: Update.
18300 2001-07-14 Akim Demaille <akim@epita.fr>
18302 * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
18304 2001-07-14 Akim Demaille <akim@epita.fr>
18306 * Makefile.maint (maintainer-check): Rename as...
18307 (maintainer-distcheck): this.
18308 (changelog-check, static-check): New.
18311 2001-07-14 Kevin Ryde <user42@zip.com.au>
18313 * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
18314 for CXX is g++, not gcc.
18316 2001-07-14 Akim Demaille <akim@epita.fr>
18318 * doc/autoconf.texi (Files): New subsection.
18320 2001-07-14 Akim Demaille <akim@epita.fr>
18322 * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
18324 (Generic Compiler Characteristics): this.
18325 (C++ Compiler): New subsection.
18327 2001-07-14 Akim Demaille <akim@epita.fr>
18329 * autoscan.in: Use IO::File.
18330 Adjust all the routines to use it.
18331 ($log): New file (autoscan.log).
18332 (output): Dump detailed logs into $log, and a shortened version to
18334 (&scan_makefile): Refine the regexp catching tokens in the code.
18335 * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
18336 and the `configure.ac' checking feature.
18338 2001-07-12 Akim Demaille <akim@epita.fr>
18340 For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
18341 Reported by Michael Elizabeth Chastain.
18343 * autoconf.in: Refuse such AWK.
18344 * configure.in: Likewise.
18345 * Makefile.am (acversion.m4): Do not use move-if-change this file
18347 * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
18349 2001-07-10 Jens Petersen <petersen@redhat.com>
18351 * autoscan.in (&scan_makefile): Improve programs regexp to parse
18352 things like "g++", "file.c" and "some-conf" as tokens.
18353 (&scan_file): Match C++ files extensions.
18354 If the filename extension is C++ then ask for c++.
18356 2001-07-05 Steven G. Johnson <stevenj@alum.mit.edu>
18358 * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
18359 AC_TRY_LINK_FUNC, to check whether defining a dummy
18360 main-like routine is needed for linking with F77 libs.
18362 2001-07-05 Pavel Roskin <proski@gnu.org>
18364 * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
18366 (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
18369 2001-07-05 Akim Demaille <akim@epita.fr>
18371 * Makefile.am (move_if_change): New. Use it instead of `mv'.
18372 (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
18374 Reported by Nicolas Joly.
18376 2001-07-04 Akim Demaille <akim@epita.fr>
18378 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
18380 * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
18381 warnings from compilers.
18382 * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
18383 for all the compilers, not only GNU. Hence move from here...
18384 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
18386 2001-07-04 Akim Demaille <akim@epita.fr>
18388 * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
18389 (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
18392 2001-07-04 Akim Demaille <akim@epita.fr>
18394 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
18395 the ``strings.h'' change claimed below.
18397 2001-07-04 Akim Demaille <akim@epita.fr>
18399 * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
18401 2001-07-04 Akim Demaille <akim@epita.fr>
18403 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
18404 strings.h if usable with string.h.
18405 Suggested by Paul Eggert.
18407 2001-07-04 Akim Demaille <akim@epita.fr>
18409 * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
18410 From Jens Petersen.
18412 2001-07-03 Akim Demaille <akim@epita.fr>
18414 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
18417 2001-07-03 Akim Demaille <akim@epita.fr>
18419 * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
18420 compiler, not the preprocessor.
18421 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
18422 dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
18424 * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
18425 earlier if there are.
18427 2001-07-03 Akim Demaille <akim@epita.fr>
18429 * autoscan.in ($initfile): Remove.
18430 (&find_file): Rename as...
18431 (&scan_file): this.
18432 Immediately scan the current file, instead of gathering them, and
18433 later having them handled by &scan_files.
18434 (&scan_files): Merely invoke Find::File.
18437 2001-07-02 Akim Demaille <akim@epita.fr>
18439 * autoscan.in: Formatting changes, matching the invocation order.
18440 (File::Find): Use it instead of Perl 4's `find.pl'.
18441 (&wanted): Rename as...
18442 (&find_file): this.
18444 2001-07-01 Pavel Roskin <proski@gnu.org>
18446 * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
18447 break in the argument to AC_TRY_LINK_FUNC.
18448 (AC_F77_MAIN): Remove conftest* after using break in the
18449 argument to AC_TRY_LINK.
18451 2001-07-01 Steven G. Johnson <stevenj@alum.mit.edu>
18453 Add alternate 'main' routine detection for linking C/C++ with Fortran,
18454 fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
18456 * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
18457 dummy alternate main is required even if the user provides her own
18459 (AC_F77_MAIN): New macro to detect whether it is possible to
18460 provide an alternate 'main' function name, using the 'main' from
18461 the Fortran libraries.
18462 (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
18463 cross-language link tests can be performed successfully.
18464 (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN. Also put $FLIBS
18465 after $LIBS, for consistency; this should be the general rule since
18466 the user may want to link to Fortran libraries that require $FLIBS.
18467 * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
18469 2001-06-29 Pavel Roskin <proski@gnu.org>
18471 * atgeneral.m4 (AT_CHECK): Add a newline to the end of
18472 at-stdout and at-stderr instead of removing the newline
18473 from the echo output, which is not guaranteed to work.
18475 2001-06-28 Jens Petersen <petersen@redhat.com>
18477 * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
18478 confdefs.h when non-zero.
18480 2001-06-28 Akim Demaille <akim@epita.fr>
18482 * configure.in: Bump to 2.50c.
18484 2001-06-26 Akim Demaille <akim@epita.fr>
18488 2001-06-26 Akim Demaille <akim@epita.fr>
18492 2001-06-25 Pavel Roskin <proski@gnu.org>
18494 * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
18495 argument, AUTOCONF-FLAGS.
18496 * tests/mktests.sh (update_exclude_list): Add
18497 AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
18498 * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
18499 AC_FUNC_WAIT3 with "-W no-obsolete".
18501 2001-06-25 Akim Demaille <akim@epita.fr>
18503 * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
18505 2001-06-25 Akim Demaille <akim@epita.fr>
18507 * autoscan.in (%macro): Now maps from word to list of macros.
18508 (&init_tables): Die when a word which is already handled by
18509 explicit macros is mapped to the default macro.
18510 (&print_unique): Remove, inlined in...
18511 (&output_kind): here.
18512 (File::Basename): Use it.
18513 (&output): Sort the CONFIG_FILES.
18514 * acheaders: Normalize.
18515 * acfunctions: Likewise.
18517 2001-06-25 Akim Demaille <akim@epita.fr>
18519 * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
18520 characteristics in the logs.
18521 Suggested by Mo DeJong.
18523 2001-06-24 Akim Demaille <akim@epita.fr>
18525 * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
18526 (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
18527 * doc/autoconf.texi (Autoconf 2.13): New section.
18529 2001-06-24 Akim Demaille <akim@epita.fr>
18531 * autoconf.in (Task traces): Separate the error messages from the
18532 traces to improve robustness.
18534 2001-06-23 Akim Demaille <akim@epita.fr>
18536 * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
18537 three as failures are unlikely, and speed matters.
18539 2001-06-23 Akim Demaille <akim@epita.fr>
18541 * doc/autoconf.texi (Redefined M4 Macros): New.
18543 2001-06-23 Akim Demaille <akim@epita.fr>
18545 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
18546 inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
18549 2001-06-23 Paolo Bonzini <bonzini@gnu.org>
18551 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
18552 config.status targets to after the evaluation of the INIT-CMDS.
18553 Double quote config.status targets (used to be single quoted).
18555 2001-06-23 Akim Demaille <akim@epita.fr>
18557 * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
18558 Check the content of the created file.
18559 Check the ./config.status command line invocation.
18561 2001-06-23 Akim Demaille <akim@epita.fr>
18563 * tests/foreign.at (Libtool): Reject prehistoric versions.
18565 2001-06-23 Akim Demaille <akim@epita.fr>
18567 * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
18568 preexisting files matching a.*.
18570 2001-06-23 Akim Demaille <akim@epita.fr>
18572 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
18574 * doc/autoconf.texi (AC_ARG_VAR): Update.
18576 2001-06-21 Akim Demaille <akim@epita.fr>
18578 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
18579 precious variables have changed.
18580 * tests/torture.at (AC_ARG_VAR): Adjust.
18582 2001-06-21 Akim Demaille <akim@epita.fr>
18584 ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
18585 but some sed choke on multiple `;', and other tools (e.g.,
18586 Automake), include the separator themselves.
18588 * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
18590 2001-06-19 Tim Van Holder <tim.van.holder@pandora.be>
18592 * doc/autoconf.texi (Functions Portability): Rename as...
18593 (Function Portability): this.
18594 (Function Portability): Document potential problems with unlink().
18596 2001-06-19 Paul Eggert <eggert@twinsun.com>
18598 * NEWS, doc/autoconf.texi: Document quadrigraphs.
18600 2001-06-18 Akim Demaille <akim@epita.fr>
18602 * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
18604 2001-06-18 Ruediger Kuhlmann <info@ruediger-kuhlmann.de>
18606 * acfunctions.m4: (AC_FUNC_VFORK) rename as...
18607 (_AC_FUNC_VFORK): this.
18608 Remove AC_DEFINEs and don't guess cross-compilation values.
18609 (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
18610 (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
18611 define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
18612 vfork doesn't work.
18613 Guess values if cross-compiling, but warn.
18614 * acfunctions: Add AC_FUNC_FORK.
18615 * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
18616 and vfork appropriately.
18618 2001-06-18 Akim Demaille <akim@epita.fr>
18620 * doc/autoconf.texi (Functions Portability): New section.
18622 2001-06-18 Akim Demaille <akim@epita.fr>
18624 * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
18626 Suggested by Andreas Schwab.
18628 2001-06-18 Akim Demaille <akim@epita.fr>
18630 * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
18631 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
18632 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
18633 (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
18634 Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
18635 and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
18636 (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
18639 2001-06-18 Akim Demaille <akim@epita.fr>
18641 * doc/autoconf.texi (ms): New index.
18642 (Macro Index): Rename as...
18643 (Autoconf Macro Index): this.
18644 (M4 Macro Index): New appendix.
18645 (Programming in M4): New chapter.
18646 Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
18647 (Quoting): Rename as...
18648 (M$ Quotation): this.
18649 Be part of `Programming in M4).
18651 2001-06-18 Nicolas Joly <njoly@pasteur.fr>
18653 * tests/torture.at (AC_ARG_VAR): Set variables and export them
18654 in separate statements for compatibility with Tru64 v5.1.
18656 2001-06-17 Akim Demaille <akim@epita.fr>
18658 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
18659 current values of the precious variables, not the previously
18661 Pass precious variables which are set to config.status.
18662 * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
18663 * tests/torture.at (AC_ARG_VAR): New.
18665 2001-06-15 Paul Eggert <eggert@twinsun.com>
18667 * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
18668 AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
18669 and explain why and how to replace them.
18670 * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
18671 * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
18673 2001-06-15 Akim Demaille <akim@epita.fr>
18675 `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
18676 Reported by Bruno Haible.
18678 * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
18679 (_AC_ARG_VAR_PRECIOUS): to here.
18681 2001-06-15 Pavel Roskin <proski@gnu.org>
18683 * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
18684 an unused pointer use cast to this type and `if' statement to
18685 avoid warnings from the compiler.
18686 (AC_HEADER_TIME): Likewise.
18687 * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
18688 in `if' statement to avoid warnings from the compiler. Declare
18689 ac_aggr static to avoid the need to initialize it.
18691 2001-06-14 Akim Demaille <akim@epita.fr>
18693 * doc/autoconf.texi (Portable Shell): Move to follow `Writing
18696 2001-06-13 Akim Demaille <akim@epita.fr>
18698 * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
18699 Suggested by Alexander Mai.
18701 2001-06-13 Akim Demaille <akim@epita.fr>
18703 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
18704 sys/types.h and sys/stat.h, and check for them.
18706 2001-06-13 Akim Demaille <akim@epita.fr>
18708 * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
18711 2001-06-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
18713 * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
18714 succeeds and only try adding libdnet upon a failure.
18716 2001-06-12 Akim Demaille <akim@epita.fr>
18718 * autoscan.in (&output_kind): Output the comment only if it exists.
18719 (%kind_comment): Add entry for `programs'.
18720 (&output_programs): Use &output_kind.
18721 (&output_functions, &output_identifiers, &output_headers)
18722 (&output_programs): Inline, and remove.
18724 2001-06-12 Akim Demaille <akim@epita.fr>
18726 * autoscan.in (%kind_comment): New.
18727 (output_kind): New.
18728 (output_functions, output_identifiers, output_headers): Use it.
18730 2001-06-12 Akim Demaille <akim@epita.fr>
18732 * autoscan.in (&print_unique): Take `$kind' and `$word' as
18733 arguments, to factor indirections into `%macro' and `%used'.
18734 (%generic_macro): Fix a typo.
18736 2001-06-12 Akim Demaille <akim@epita.fr>
18738 * aclibraries: New.
18739 * autoscan.in (@kinds): Add `libraries'.
18740 Use `@kinds' instead of hard coded lists.
18741 (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
18742 Remove, replaced by...
18745 2001-06-12 Akim Demaille <akim@epita.fr>
18747 * autoscan.in (%functions_macros %headers_macros)
18748 (%identifiers_macros %programs_macros %makevars_macros): Remove,
18752 2001-06-11 Raja R Harinath <harinath@cs.umn.edu>
18754 * aclang.m4 (AC_NO_EXECUTABLES): Override
18755 _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
18757 2001-06-11 Akim Demaille <akim@epita.fr>
18759 * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
18761 Reported by Andreas Schwab.
18763 2001-06-11 Akim Demaille <akim@epita.fr>
18765 * Makefile.am, Makefile.maint: Typos.
18767 2001-06-09 Akim Demaille <akim@epita.fr>
18769 * doc/autoconf.texi (Here-Documents): New section, gathering
18770 documentation about here-documents.
18771 Use `href', not `uref', and other changes.
18773 2001-06-09 Akim Demaille <akim@epita.fr>
18775 * doc/autoconf.texi (Portable Shell Programming): Promoted as a
18778 2001-06-09 Akim Demaille <akim@epita.fr>
18780 * doc/autoconf.texi (Limitations of Builtins): Complete the
18781 description of the here-docs penalties with Alexandre Oliva's
18784 2001-06-01 Paul Eggert <eggert@twinsun.com>
18786 * doc/autoconf.texi: Talk about here documents and speedups.
18787 Do not use "echo" on arbitrary strings.
18788 Spell "here-documents" consistently with the standard.
18790 2001-06-09 Akim Demaille <akim@epita.fr>
18792 * doc/autoconf.texi (Concept Index): Introduce it.
18793 Regenerate the menus.
18795 2001-06-09 Akim Demaille <akim@epita.fr>
18797 * Makefile.maint, GNUmakefile: New, from Jim Meyering.
18798 * config/prev-version.txt: New.
18799 * config/move-if-change: New, for GNU libc.
18801 2001-06-06 Pavel Roskin <proski@gnu.org>
18803 * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
18805 2001-06-06 Akim Demaille <akim@epita.fr>
18807 * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
18808 properly when $1 is not a literal.
18809 Fixes PR Autoconf/187, reported by Bram Moolenaar.
18811 2001-06-06 Akim Demaille <akim@epita.fr>
18813 Invoking AC_COPYRIGHT before AC_INIT fails.
18815 * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
18816 * acgeneral.m4 (_m4_divert(VERSION_FSF))
18817 (_m4_divert(VERSION_USER)): New.
18818 (AC_COPYRIGHT): $2 is the diversion to use.
18819 (_AC_INIT_COPYRIGHT): Use the FSF diversion.
18820 (AC_INIT): Remove dead comments as now it's commutative.
18822 2001-06-06 Akim Demaille <akim@epita.fr>
18824 * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
18827 2001-06-05 Akim Demaille <akim@epita.fr>
18829 * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
18831 `*dir' variables cannot be NONE.
18832 Reported by Mark Kettenis.
18834 2001-06-05 Paul Eggert <eggert@twinsun.com>
18836 * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
18838 2001-06-04 Akim Demaille <akim@epita.fr>
18840 * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
18841 (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
18842 (AC_TR_SH): Move as...
18843 * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
18844 (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
18846 (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
18847 (_AS_TR_SH_PREPARE): New.
18848 (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
18849 * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
18851 2001-06-02 Akim Demaille <akim@epita.fr>
18853 * Makefile.am (.m4.m4f): Pass the options first.
18854 Fixes PR autoconf/182.
18856 2001-06-02 Nathan Sidwell <nathan@codesourcery.com>
18858 GNU getopt, when POSIXLY_CORRECT does not permute options and
18859 arguments. So pass the options first.
18860 Fixes PR autoconf/184.
18862 * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
18863 (run_m4): Remove files.
18865 Update remainder of script to use them.
18866 (for warning in): Do not use a literal comma as it will not be
18869 2001-06-02 Christian Marquardt <marq@gfz-potsdam.de>
18871 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
18872 Fortran compilers to check.
18873 (_AC_PROG_F77_V): Add '-###' as a possible option to print
18874 information on library and object files.
18875 (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
18878 2001-06-02 Akim Demaille <akim@epita.fr>
18880 * autom4te.in (Request::@request): Declare with `vars', not `my',
18881 as it prevents updates via `do FILENAME'.
18883 2001-06-02 Akim Demaille <akim@epita.fr>
18885 * configure.in (standards_texi): Remove, dead code.
18887 2001-06-02 Akim Demaille <akim@epita.fr>
18889 * autom4te.in: New.
18891 2001-06-02 Pavel Roskin <proski@gnu.org>
18893 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
18894 for signals other than 0 - exit with code 1.
18895 * m4sh.m4 (AS_TMPDIR): Likewise.
18896 * autoconf.in: Likewise. Also don't rely on exit == exit $?.
18897 * autoheader.in: Likewise.
18898 * autoreconf.in: Likewise.
18899 * tests/torture.at (Signal handling): New test for the above.
18901 2001-06-01 Akim Demaille <akim@epita.fr>
18903 * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
18906 2001-05-31 Akim Demaille <akim@epita.fr>
18908 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
18909 Add copyright and comments.
18910 * acheaders: Add stdint.h.
18911 Suggested by Paul Eggert.
18913 2001-05-31 Akim Demaille <akim@epita.fr>
18915 * atgeneral.m4 (AT_INIT): Use $SHELL.
18916 * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
18918 2001-05-31 Akim Demaille <akim@epita.fr>
18920 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
18922 From Paul Eggert and Lars Hecking.
18924 2001-05-31 Akim Demaille <akim@epita.fr>
18926 * tests/base.at: Adjust line numbers in error messages.
18928 2001-05-31 Akim Demaille <akim@epita.fr>
18930 * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
18931 to emit the bangshe line.
18932 Reported by David Carter.
18934 2001-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
18936 * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
18937 Fortran (95) compilers to check.
18939 2001-05-29 Alexandre Duret-Lutz <duret_g@epita.fr>
18941 * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
18944 2001-05-23 Pavel Roskin <proski@gnu.org>
18946 * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
18947 _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
18948 (AC_PROG_CXXCPP): Likewise.
18950 2001-05-22 Akim Demaille <akim@epita.fr>
18952 * config: New directory.
18953 * configure.in: AC_CONFIG_AUX_DIR it.
18954 * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
18956 2001-05-22 Akim Demaille <akim@epita.fr>
18958 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
18959 * autoupdate.in: Specify the Emacs mode.
18960 * acversion.m4.in: Rename as...
18961 * acversion.m4: this.
18962 * tests/Makefile.am (CLEANFILES): More garbage.
18964 2001-05-22 Akim Demaille <akim@epita.fr>
18966 * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
18968 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
18971 2001-05-21 Akim Demaille <akim@epita.fr>
18973 * configure.in: Bump to 2.50a.
18982 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
18983 Free Software Foundation, Inc.
18985 Copying and distribution of this file, with or without
18986 modification, are permitted provided the copyright notice and this
18987 notice are preserved.