1 2006-08-24 Paul Eggert <eggert@cs.ucla.edu>
3 Rework to use more-modern build style.
4 Many files are renamed; all uses of their names were changed.
5 * .x-sc_trailing_blank: Renamed from .x-sc_trailing_blank.
6 * .x-sc_useless_cpp_parens: New file.
7 * build-aux/config.guess: Renamed from config/config.guess. Update.
8 * build-aux/config.sub: Renamed from config/config.sub. Update.
9 * build-aux/elisp-comp: Renamed from config/elisp-comp.
10 * build-aux/install-sh: Renamed from config/install-sh. Update.
11 * build-aux/mdate-sh: Renamed from config/mdate-sh.
12 * build-aux/missing: Renamed from config/missing.
13 * build-aux/texinfo.tex: Renamed from config/texinfo.tex. Update.
14 * build-aux/vc-list-files: Renamed from config/vc-list-files.
15 * config/Makefile.am: Removed.
16 * config/mkinstalldirs: Removed.
17 * config/move-if-change: Removed.
18 * m4/m4.m4: Renamed from config/m4.m4. Add (C) to copyright notice.
19 * Makefile.am (SUBDIRS): Remove config.
20 (ACLOCAL_AMFLAGS): Include from m4, not config.
21 (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
22 (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
23 (autom4te-update): Rewrite with a loop. Get from gnulib, not automake.
24 Fail if there's an error.
25 * Makefile.cfg (move_if_change): Remove.
27 (cvs_executable_files): New macro.
28 (cvs_files): Use it. Remove mkinstalldirs. Add fdl.texi.
29 (executable-update): Use $(cvs_executable_files).
30 (local-checks-to-skip): Remove.
31 * Makefile.maint: Merge from coreutils, plus add our own changes
32 (gzip_rsyncable): New macro.
34 (CVS_LIST): Use build-aux/vc-list-files.
35 (VERSION_REGEXP): New macro.
36 (local-checks-available): Add patch-check, $(syntax-check-rules),
38 (syntax-check-rules): Compute dynamically.
39 (sc_cast_of_x_alloc_return_value): Work even if no source files.
40 (sc_cast_of_alloca_return_value): Likewise.
41 (sc_prohibit_atoi_atof): Simplify regexp.
42 (sc_no_if_have_config_h, sc_require_config_h):
43 (sc_prohibit_assert_without_use,
44 (sc_obsolete_symbols): Check for O_NDELAY.
45 (sc_texi_notab): Remove.
46 (sc-changelog): Don't make an exception for '----' lines.
47 (.re-list): Remove, so we don't have a junk file behind.
48 (sc_system_h_headers): Remove the need for .re-list.
49 (sc_the_the): New rule.
50 (sc_tight_scope): Simplify.
51 (sc_trailing_space): Renamed from sc_trailing_blank.
52 (longopt_re): New macro.
53 (sc_two_space_separator_in_usage): New rule.
54 (sc_unmarked_diagnostics): Look at all files under CVS.
55 (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
56 (news-date-check, changelog-check): Version is OK.
57 (po-check): Look for lib files even if not in CVS.
58 (copyright-check): Use $() not ``.
59 (maintainer-distcheck): Do not depend on changelog-check.
60 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
61 Also check for -Wpointer-arith.
62 (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
63 (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
65 (announcement): Add --gpg-key-id arg.
67 (move_if_change): Just use mv.
68 (local_updates: Remove wget-update, po-update.
69 (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
70 (config.guess-url_prefix, config.sub-url_prefix): Remove.
71 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
72 (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
73 ($(get-targets)): Remove.
74 (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
75 (gnulib_repo): Renamed from automake_repo. Get from gnulib now.
76 (cvs-update): Get from gnulib.
77 (emut_upload_commands): gnupload is in build-aux now.
78 (alpha beta major): Add changelog-check. Check version.
79 * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
80 (AC_CONFIG_FILES): Remove.
81 * bin/autoconf.as: Add spaces to avoid distcheck warning.
82 * config/announce-gen: Sync from coreutils.
83 * doc/make-stds.texi: Sync from gnulib.
84 * doc/standards.texi: Likewise.
85 * man/Makefile.am: Adjust for config -> build-aux renaming.
86 * tests/Makefile.am: Prefer $(FOO) to @FOO@.
87 * tests/local.at: Adjust from config -> build-aux renaming.
88 * tests/tools.at: Likewise.
89 * tests/torture.at: Likewise.
91 * NEWS: The C99 check now tests for vararg macros and 64-bit
93 * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
94 * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
95 64-bit preprocessor ints. Check for static initialization of
96 long long. Remove unnecessary casts.
98 2006-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
100 * doc/autoconf.texi (Particular Programs): Mention that
101 @INSTALL@ and @MKDIR_P@ may vary for different output files.
102 Reported by Alexandre Duret-Lutz.
104 2006-08-24 Paul Eggert <eggert@cs.ucla.edu>
106 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
107 -lgcc?* and -lSystem, for Darwin/MacOS X. Problem reported by
109 <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
111 2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
113 * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
114 pacify insanely picky compilers. Problem reported by Eric Blake.
116 * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
117 longer supported by Sun.
119 2006-08-15 Paul Eggert <eggert@cs.ucla.edu>
121 * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
122 rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
123 -Wundef -Werror". Problem reported by David Fang in
124 <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
125 * doc/autoconf.texi (Header Templates, Default Includes):
126 (Particular Functions, Generic Functions, Header Portability):
127 (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
128 (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
129 (Present But Cannot Be Compiled, Preprocessor Symbol Index):
130 Prefer #ifdef to #if.
131 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
132 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
133 (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
134 (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
136 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
137 (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
138 * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
139 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
140 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
141 S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
144 2006-08-14 Paul Eggert <eggert@cs.ucla.edu>
146 * doc/autoconf.texi (Limitations of Usual Tools): Document sed
147 problems with arg script text that doesn't end in newline, and
148 with '-e a...'. Problems reported by Ralf Wildenhues.
150 2006-08-12 Alexandre Julliard <julliard@winehq.org> (tiny change)
152 * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
153 check for libXt by a check for libX11.
155 2006-08-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
157 * doc/autoconf.texi (config.status Invocation): Adjust according
160 2006-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
162 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
163 --help' should mention that `--version' outputs configuration
164 settings. Report by Bruno Haible.
166 2006-08-06 Paul Eggert <eggert@cs.ucla.edu>
168 Fix test suite failures reported by Pierre in
169 <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
170 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
171 the compiler created a file "b.out" when it didn't create anything
173 * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
174 Discard stderr too, when invoking the test script.
176 2006-08-05 Alexandre Julliard <julliard@winehq.org> (tiny change)
178 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
179 in the restoring of the werror flag.
181 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
183 * doc/autoconf.texi (Volatile Objects): Be even a little
184 less skeptical about "volatile", after discussion with
185 Bruno Haible on bug-gnulib.
186 (Limitations of Usual Tools): Warn about sed stripping
187 leading white space from text. From Bruno Haible.
189 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
191 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
192 compiler complains about it, even if things works after the
193 complaint. Problem reported by Peter O'Gorman.
195 * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
196 CPPFLAGS, and LDFLAGS better. Problem reported by Bruno Haible.
197 Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
199 2006-07-17 Paul Eggert <eggert@cs.ucla.edu>
201 * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
202 after -R regardless of host. Patrick Welche reports that this
203 fixes things on NetBSD 3.99.
205 * NEWS: Recommend M4 1.4.5.
207 * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
208 * tests/tools.at (autom4te cache): Update wording of diagnostic
211 2006-07-07 Paul Eggert <eggert@cs.ucla.edu>
213 * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
215 (Volatile Objects): Be a little less skeptical about what
216 "volatile" means. Derived from thoughts by Ben Pfaff in
217 <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
219 2006-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
221 * doc/autoconf.texi: Fix some typos.
223 2006-07-07 Paul Eggert <eggert@cs.ucla.edu>
225 * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
226 more globally, since the 2006-06-30 patch didn't suffice. Problem
227 reported by Keith Marshall. Also, don't bother with builddir2,
228 since it shouldn't be needed any more.
230 2006-07-07 Paolo Bonzini <bonzini@gnu.org>
232 * doc/autoconf.texi (Generic compiler characteristics):
233 Document AC_COMPUTE_INT. Fix wrong statements on Default
234 Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
236 * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
237 (_AC_COMPUTE_INT): Add obsoletion warnings.
238 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
241 * NEWS: Document change.
243 2006-07-05 Paul Eggert <eggert@cs.ucla.edu>
245 * doc/autoconf.texi (Volatile Objects): New section.
247 * NEWS: Document previous change.
249 2006-07-02 Paul Eggert <eggert@cs.ucla.edu>
251 * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
252 Require that long long int be at least 64 bits wide. C99 requires
253 this and enough programs depend on it so we should check for it.
254 Bruno Haible reports in
255 <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
256 that long long int is 32 bits wide with some nonstandard compilers.
257 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
259 2006-06-30 Paul Eggert <eggert@cs.ucla.edu>
261 * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
262 to a nonexistent file, so that we don't have to worry about
263 a local site configuration that doesn't use /usr/local.
264 Problem reported by Keith Marshall in
265 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
267 2006-06-28 Paul Eggert <eggert@cs.ucla.edu>
269 * doc/autoconf.texi: Be more consistent about using @acronym with
270 "HP" and "HP-UX". Remove mention of OSF; the old version wasn't
271 quite right (it talked about "OSF/Tru64", even though the
272 operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
273 and it even mentioned "OSF 4"!) and at this point there's little
274 reason to talk about OSF any more, since it died in 1994.
275 (Specific Compiler Characteristics): Simplify example of
277 (File Descriptors): Reorder to make the text flow better.
278 Remove joke about "appreciate the various levels"; I didn't get it.
279 Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
280 <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
281 (File Descriptors, Limitations of Usual Tools):
282 Tone down the advice against renaming or removing open files.
283 (Limitations of Usual Tools): Add a new section, on 'rm'.
285 2006-06-26 Stepan Kasal <kasal@ucw.cz>
287 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
288 -lXt in LIBS, idea from Karsten Hopp; this was due since
291 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
292 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
293 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
294 (which belong to Xt, not X itself). See Debian bug 327655.
296 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
298 * configure.ac (AC_INIT): Bump to 2.60a.
301 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
305 * configure.ac, NEWS: Update.
307 2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
309 * config/texinfo.tex: Sync from upstream.
311 * bin/autom4te.in (handle_traces): Transform the `@S|@'
312 quadrigraph correctly in traces.
314 * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
317 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
318 datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
320 * doc/autoconf.texi (Changed Directory Variables): New node,
321 to document the whole `datarootdir' business a bit better.
323 * tests/torture.at (datarootdir workaround): Extend test.
324 Prompted by report by Alexandre Julliard.
326 2006-06-22 Paul Eggert <eggert@cs.ucla.edu>
328 * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
329 when using default mode of IBM C 6 for AIX. Problem and two-line
330 fix reported by Larry Jones.
332 2006-06-22 Alexandre Julliard <julliard@winehq.org>
334 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
335 about literal '${datarootdir}' if a definition is found in the
338 2006-06-20 Paul Eggert <eggert@cs.ucla.edu>
340 * NEWS: Use "M4" rather than "m4" when appropriate.
341 Problem reported by Eric Blake.
342 * doc/autoconf.texi: Likewise.
343 Use @acronym around BSD, GCC, and GNU when appropriate.
344 (Why GNU M4): Renamed from "Why GNU m4".
345 (Redefined M4 Macros): Mention that Posix
346 m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
347 (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
350 2006-06-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
352 * bin/autom4te.in (handle_output): Do not forbid the empty
354 * tests/tools.at (autoconf: the empty token): New test.
356 2006-06-20 Stepan Kasal <kasal@ucw.cz>
358 * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
359 calls, so that we do not care whether they are LIFO or FIFO;
360 in the m4_wrap, do not check which diversion is the topmost
361 one, just check that the stack is balanced at the end.
362 * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
363 base diversion forever--pop the previous diversion before
364 opening the new one; consequently, remove the m4_wrap call.
365 * lib/autotest/general.m4 (AT_INIT): Likewise.
366 * tests/m4sugar.at: Do not use
367 m4_wrap([m4_diversion_pop([..])]), for educational purposes.
369 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
370 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
372 * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
373 * doc/autoconf.texi (Redefined M4 Macros): Likewise.
374 Rework example of m4wrap token-pasting trouble so that it doesn't
375 care whether it's LIFO or FIFO.
376 Fix some "contrary to"s that are awkward in English.
378 2006-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
380 * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
381 to `yes' instead of `int$1_t' if the type is found, for more
382 consistent configure output (where $1 is the number of bits).
383 (_AC_TYPE_UINT): Likewise for `uint$1_t'.
384 Suggested by Bruno Haible.
386 * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
387 needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
388 with system headers. Report by Bruno Haible.
390 2006-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
392 * config/config.guess, config/config.sub: Sync from upstream.
394 * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
395 in order to avoid picking up an older installed frozen m4sh.m4f.
396 Besides an outdated shell startup, this could have been created
397 by an earlier M4 version with incompatible frozen file format.
399 2006-06-16 Paul Eggert <eggert@cs.ucla.edu>
401 * README: Recommend m4 1.4.4 instead of 1.4.3..
402 * doc/autoconf.texi: Likewise.
403 (Special Chars in Names): Say that $(.FOO) is portable, as
404 suggested by Stepan Kasal.
405 (Installation Directory Variables, Build Directories):
406 (Automatic Remaking, Subdirectories, Fortran Compiler):
407 (Making testsuite Scripts, Defining Directories):
408 Quote variable usages better.
409 (Making testsuite Scripts): Add clean-local rule to makefile
410 snippet, by Eric Blake.
411 (Installation Directory Variables): Fix table item font.
412 Reword slightly to clarify. Generalize advice about
413 not using special characters to include all file-related
414 vars, not just VPATH.
415 (Special Chars in Variables): Warn about special characters in
417 (Assignments): Clarify default-value example as suggested by
419 <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
420 (Special Shell Variables): Note leading ./ or ../, as suggested
422 (Limitations of Builtins): Under cd, warn about CDPATH.
423 (The Make Macro MAKEFLAGS): Untabify. Problem reported by
426 2006-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
428 * doc/autoconf.texi (Configuration Actions): Remove duplicate
429 `@var', for texi2html.
430 (Systemology): Some more word wrapping, for DVI output.
431 (autom4te Invocation): The short option for `--melt' is `-M',
434 2006-06-15 Paul Eggert <eggert@cs.ucla.edu>
436 * doc/autoconf.texi: More formatting and English tweaks,
437 many suggested by Ralf Wildenhues.
438 Reword to avoid "@code{...}'s" and the like, since it's ugly
439 with Emacs info mode. discontents -> woes.
440 Put a few "will"s back. time stamp -> timestamp.
441 side-effect -> side effect.
443 2006-06-14 Paul Eggert <eggert@cs.ucla.edu>
445 * doc/autoconf.texi (Initializing configure, Shell Substitutions):
446 Warn about $@ not persisting. Problem reported by Julien Danjou in
447 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
448 (Special Chars in Names): Renamed from Leading _ in Macro Names.
449 Mention other special chars, too.
451 2006-06-14 Eric Blake <ebb9@byu.net>
453 * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
455 2006-06-13 Paul Eggert <eggert@cs.ucla.edu>
457 * doc/autoconf.texi: Some systematic minor improvements, as
458 follows. Use "makefile" when talking about makefiles
459 generally (which might be named "makefile" or "Makefile" or even
460 "foo.mk"), "Makefile" when talking about a specific makefile
461 called "Makefile". This unclutters the text from weird quotes
462 (e.g., "`Makefile's" in info mode). Similarly, use "@var{foo}
463 values" rather than "@var{foo}s" and similar constructs containing
464 "}s". Use "Make rules" rather than "Makefile rules". Minor
465 English-language improvements. Change the prefix "sub-" to "sub"
467 Put blank lines around examples more consistently.
468 Avoid "rather" and "very" as intensifiers.
469 Avoid "will" as an auxiliary.
470 (Limitations of Make): Split this node into....
471 (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
472 (Leading _ in Macro Names, Backslash-Newline-Newline):
473 (Backslash-Newline Comments, Long Lines in Makefiles):
474 (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
475 (obj/ and Make, make -k Status, VPATH and Make):
476 (VPATH and Double-colon, $< in Explicit Rules):
477 (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
478 (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
479 New nodes, resulting from splitup of Limitations of Make.
480 All cross-references changed. Raise the top node from
481 a section to a chapter, and all subnodes accordingly.
482 Redo the introductory wording to match the new organization.
483 (Installation Directory Variables): Use an example that is
484 closer to what Autoconf actually does. Mention that VPATH's
485 value should not contain metacharacters or white space.
486 (Fortran Compiler): Fix a VPATH bug in an example.
487 (Leading _ in Macro Names): Mention that this problem is no longer
488 of practical concern.
489 (VPATH and Make): Reword the advice to make it clearer
490 that Autoconf and Automake support VPATH in non-GNU make, but
491 many packages have bugs in this area.
492 ($< in Explicit Rules): Refer to Build Directories rather
493 than using a (non-VPATH-safe) example.
494 (Automatic Rule Rewriting): Mention the sort of disaster that
495 can ensue with Solaris-style rule rewriting with VPATH.
497 2006-06-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
499 * doc/install.texi (Compilers and Options): Weaken the
500 suggestion to use GNU make for VPATH builds.
502 * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
503 AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
505 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
506 in regular expression.
508 2006-06-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
510 * doc/autoconf.texi (Installation Directory Variables):
511 Drop extra @samp from `@table @samp' item.
512 (Limitations of Usual Tools): Comment fix.
513 Do not nest @samp just to point to other table items.
514 (Writing testsuite.at) <AT_CHECK>: The second argument to
515 `@dvar' is already @samp'ed.
516 (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
517 do not use @var in the second argument.
519 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
521 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
522 $as_shell.exe too. Problem reported by Andreas Buening in
523 <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
525 2006-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
527 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
528 `unused variable' compiler warning, for `-Wall -Werror'.
529 Reported by Jaap Haitsma in
530 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
532 2006-06-06 Paul Eggert <eggert@cs.ucla.edu>
534 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
535 case the compiler dumps core. Problem reported for
536 OpenServer 5.0.7 by Tim Rice in
537 <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
538 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
541 2006-06-06 Tim Rice <tim@multitalents.net>.
543 * lib/freeze.mk: Quiet check-forbidden-patterns so the string
544 "ERROR" only shows up in "make check" output if there is an
547 2006-06-06 Eric Blake <ebb9@byu.net>
549 * tests/tools.at (automatically allowed tokens): Fix typo.
551 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
553 * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
555 * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
556 typically overflows on x86 CPUs, even though the C standard
559 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
561 * configure.ac (AC_INIT): Bump to 2.59e.
564 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
568 * config/texinfo.tex: Sync from upstream.
570 * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
571 seen, invoke libtoolize with `--ltdl' argument.
572 * lib/autom4te.in (Autoreconf-preselections): Adjust.
574 Suggested by Eric Blake.
576 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
578 * NEWS: Whoops! AC_FUNC_STRNLEN isn't obsolescent. Problem
579 reported by Ralf Wildenhues.
580 * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
582 2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
586 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
588 * doc/autoconf.texi: Modernize some of the references to Solaris.
590 2006-06-05 Stepan Kasal <kasal@ucw.cz>
592 * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
593 message issued by AC_REQUIRE.
594 * tests/m4sugar.at: Check m4_require's error message.
595 * tests/base.at: Check AC_REQUIRE's error message.
596 * tests/local.at (AT_CHECK_M4): New macro, almost identical
598 (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
600 (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
601 `expout' as the last parameter.
602 * tests/tools.at: Adapt to the above change.
604 2006-06-04 Stepan Kasal <kasal@ucw.cz>
606 * doc/autoconf.texi (Limitations of Usual Tools): Correct
607 information about race-free implementations of mkdir.
609 2006-06-04 Eric Blake <ebb9@byu.net>
611 * bin/autoreconf.in (help): Document M4 environment variable.
612 * bin/autoconf.as (Usage): Likewise.
613 * bin/autom4te.in (help): Likewise.
614 * doc/autoconf.texi (autom4te Invocation): Likewise.
616 2006-06-04 Paul Eggert <eggert@cs.ucla.edu>
618 * NEWS: GNU make now recommended for VPATH builds.
619 Mention that some macros are now documented to be obsolescent.
621 Prefer "current" to "modern" to describe
622 currently-used (albeit perhaps old-fashioned) hosts.
623 Mention which ancient features no longer need to be worried about.
624 setgid -> set-group-ID
625 setuid -> set-user-ID (these are the Posix terms)
626 Fix some misuses of "only".
627 (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
628 (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
629 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
630 (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
631 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
632 (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
633 (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
634 (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
635 (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
636 Mention that these macros are obsolescent.
637 (Installation Directory Variables): shall -> should
638 (File Descriptors): Mention that 0, 1, 2 might get reopened.
639 Mention that it's now safe to use 3 and 4.
640 (Limitations of Usual Tools): cp -r is now specified by Posix.
641 Omit longwinded and obsolescent discussion of cp -f.
642 Modernize discussion of expr, ls.
643 (Limitations of Make): Modernize discussion of VPATH builds.
644 Mention $? as a workaround in some cases.
645 * doc/install.texi (Basic Installation):
646 Mention "./configure; make; make install" first. Be more
647 specific about why this file is generic. Remove unnecessary
648 parens. Remove misleading "only". Remove obsolete advice
649 about csh. Don't say "configure" takes awhile; say it
650 might take a while. Suggest CFLAGS=-g rather than CFLAGS=-O2,
651 and CC=c99 rather than CC=c89, as these are blessed by current
652 Posix. Recommend GNU make if doing a VPATH build.
654 2006-06-03 Paul Eggert <eggert@cs.ucla.edu>
656 * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
657 examples involving shell prompts.
659 2006-06-02 Stepan Kasal <kasal@ucw.cz>
660 and Paul Eggert <eggert@cs.ucla.edu>
662 * doc/autoconf.texi (Here-Documents): Add details about the
663 pre-ksh93g bug. Reword slightly to make it clearer. Consistently
664 use "here-documents" instead of "here documents".
666 2006-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
668 * config/texinfo.tex, doc/standards.texi: Sync from upstream.
670 2006-06-01 Paul Eggert <eggert@cs.ucla.edu>
672 * doc/autoconf.texi (File System Conventions): Warn about ":"
673 anywhere in directory names.
675 2006-05-31 Paul Eggert <eggert@cs.ucla.edu>
677 * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
678 about quoting the case statement, just in case.
679 * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
680 was fixed in ksh93g; reported by Ralf Wildenhues.
682 2006-05-31 Stepan Kasal <kasal@ucw.cz>
684 * doc/autoconf.texi (System Services): Do not document
685 overriding EXEEXT via ac_cv_exeext=ext.
686 (Particular Programs) <AC_PROG_MKDIR_P>:
687 Document that ${MKDIR_P} understands --.
688 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
691 2006-05-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
693 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
694 argument with leading hyphen. Problem reported by Paul Eggert.
696 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
698 * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
699 about quoting ac_try: quote all of it, if any of it seems suspicious.
700 This means we don't have to worry about ${ or sed any more.
701 Also, double-quote the case statement, to work around misuses via
702 underquoting as reported by Ralf Wildenhues in
703 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
704 (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
705 undocumented and dangerous macro.
706 Problem reported by Ralf Wildenhues in
707 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
709 2006-05-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
711 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
712 `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
713 Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
715 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
717 * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
718 since evidently some packages rely on the old, broken behavior.
719 Problem reported by Ralf Wildenhues in
720 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
721 (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
722 pre-2006-05-26 definitions, but leave in the comments that
723 these macros are dangerous and should not be used.
724 (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO. All callers changed.
725 (_AC_DO): Renamed from _AC_EVAL. All callers changed.
726 (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR. All callers changed.
727 (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
728 (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
730 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
732 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
733 the use of 'tr', since this is our only use of 'tr'.
735 2006-05-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
736 and Paul Eggert <eggert@cs.ucla.edu>
738 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
739 Don't assume 'grep' works on long lines, since AIX grep doesn't.
741 2005-05-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
743 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
744 the output file in the `${datarootdir}' test.
746 2005-05-28 Stepan Kasal <kasal@ucw.cz>
747 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
749 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
750 mention of `datarootdir' in the input file(s), but literal
751 `${datarootdir}' in the output file, and we haven't warned yet,
752 then warn as well: the user may have (erroneously) used
753 `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
754 `AC_SUBST([mydatadir], ['${datadir}/my'])'.
755 * tests/torture.at (datarootdir workaround): Extend this test.
758 2006-05-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
759 and Paul Eggert <eggert@cs.ucla.edu>
761 * doc/autoconf.texi (autoheader Invocation): The first argument to
762 `AC_DEFINE_UNQUOTED' need not be a literal. Mention the
763 alternatives and clear up the language a bit.
765 2006-05-27 Paul Eggert <eggert@cs.ucla.edu>
767 * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
768 ac_config_guess, ac_config_sub, ac_configure.
769 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
770 Fix typo that prevented an unnecessary space from being removed.
771 Problems reported by Ralf Wildenhues in:
772 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
774 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
776 * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
777 Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
778 Don't use the term "thread-safe" to talk about mkdir race
779 conditions, since the problem is more a process than a thread
780 issue. Problem reported by Stepan Kasal in:
781 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
782 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
783 the test for 'install' more closely. Look at MKDIR_P first.
784 Look in the PATH, and at /opt/sfw/bin.
785 Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
786 Don't bother to try mkdir -p, since we already check mkdir --version;
787 just look at the version number. (There's no easy way to check
788 for race-free implementations.)
789 * tests/tools.at (autoconf: subdirectories): Adjust to above
790 changes, since MKDIR_P now might end in "/mkdir -p".
792 * doc/autoconf.texi (autoheader Invocation): Mention that the
793 first arg of AC_DEFINE_UNQUOTED must be a literal.
794 Problem reported by Ben Pfaff in
795 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
797 * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
798 * doc/autoconf.texi (Special Chars in Variables): New section.
799 (Preset Output Variables): Warn about special chars in CPPFLAGS.
800 (Installation Directory Variables): Quote $(datadir) better.
801 (Limitations of Builtins): Describe some of eval's trickiness.
803 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
804 * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
805 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
806 in front of every arg, not just trailing args. Quote apostrophes.
807 (_AC_EVAL_ECHO): New macro.
808 (_AC_EVAL, AC_EVAL_STDERR): Use it. Quote arg of eval.
809 (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
811 (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
812 exposed by quoting of eval argument. Put the command on line line
814 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
815 (_AC_PATH_X, AC_PATH_X): Quote more safely.
816 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
817 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
818 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
819 Handle special chars in prefix, ac_srcdir, ac_aux_dir.
820 Use eval more safely.
821 (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
822 * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
824 * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
825 lines, exposed by quoting of eval argument.
827 2006-05-26 Stepan Kasal <kasal@ucw.cz>
828 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
830 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
831 initialization of `ac_cv_exeext', do not override it if it was
832 already set, unless it was set to `no', for compatibility with
833 Autoconf-2.13, and comment this.
834 Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
835 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
836 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
837 * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
838 Document that this test may be overridden by setting
841 2006-05-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
843 Revert these two patches:
845 2006-04-06 Eric Blake <ebb9@byu.net>
846 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
847 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
850 2006-04-01 Stepan Kasal <kasal@ucw.cz>
851 Clean up _AC_COMPILER_EXEEXT* macros.
852 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
853 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
854 ac_file to the name of the default output file and call
855 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
856 initial `rm' of the candidate files...
857 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
858 the same list in subsequent `rm' calls, and for the temporary
859 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
860 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
861 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
862 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
863 no longer needed) by libtool. Make it a cache check.
864 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
865 copied here by mistake.
866 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
868 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
869 _AC_COMPILER_OBJEXT directly.
870 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
872 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
874 * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
875 Fix description of how the buggy `sed' works.
877 2006-05-25 Noah Misch <noah@cs.caltech.edu>
881 * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
882 ENOLCK. Only mention `make -j' when applicable. Only raise
883 fatal errors when `make -j' is involved. Improve error message.
885 2006-05-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
887 * doc/autoconf.texi (Here-Documents): We now know more about
888 the variable expansion in here documents bug.
889 Thanks to Tim Rice and Stepan Kasal.
891 * doc/autoconf.texi (Making testsuite Scripts): Add an example
892 how to use TESTSUITEFLAGS. Suggested by Eric Blake.
894 2006-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
896 * tests/autotest.at (Multiline command from M4 expansion):
897 No failure to be expected if the shell quotes newlines in
898 commands in the `set -x' output. Report by Tim Rice.
901 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
903 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
904 expansion in the here-documents used by config.status, as that
905 runs afoul of the Korn shell version M-12/28/93d bug described in
906 the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
907 fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
908 <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
910 2006-05-23 Jim Meyering <jim@meyering.net>
912 * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
913 Fix typo introduced with 2006-04-02 change. It reversed the sense
916 2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
918 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
919 ac_dB slightly, to save bytes in the script.
920 Max out at 50 lines, rather than 96; this is more likely
921 (though not guaranteed) to avoid obscure 'sed' failures.
923 2006-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
925 * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
926 `tr -d -' as bad option argument. Work around this by deleting
927 an unrelated character.
928 Report by Tim Rice <tim@multitalents.net>.
930 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>,
931 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
932 Stepan Kasal <kasal@ucw.cz>
934 * doc/autoconf.texi (Particular Programs): Do not promise that
935 we always prefer the GNU version of the program, and that we
936 search according to PATH; both rules can have exceptions.
937 Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
938 AC_PROG_SED. Move descriptions of limitations
939 to the Limitations of Usual Tools section.
940 (Limitations of Usual Tools) <sed>: Mention script length
941 limitations with Solaris /usr/ucb/sed.
942 <grep>: Fix wording for empty alternative. Mention that -c and
943 -l should not be combined, and that -E and -F should not be
946 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
947 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
949 * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
950 limits in Solaris 8 /usr/ucb/sed by testing a long script.
952 2006-05-22 Stepan Kasal <kasal@ucw.cz>
954 * doc/autoconf.texi (Defining Symbols): Literal parameter of
955 AC_DEFINE is now passed to m4_pattern_allow.
956 * NEWS: Mention that; likewise for AC_SUBST.
957 * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
958 the parameter to m4_pattern_allow.
959 * tests/tools.at: Add a check for that.
961 2006-05-22 Stepan Kasal <kasal@ucw.cz>
963 * lib/autoconf/status.m4: Fix typos.
965 2006-05-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
967 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
968 only the files that this macro generates.
970 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
972 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
973 the HP-UX sed limitation of 99 commands, labels do not count.
974 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
976 (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
978 2006-05-21 Paul Eggert <eggert@cs.ucla.edu>
980 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
981 Import the following fix from coreutils:
983 2006-01-13 Jim Meyering <jim@meyering.net>
985 Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
986 $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
987 not double-quote uses of that variable, to accommodate the rare
988 case in which getmntent is available in none of the libraries
989 checked. This happens at least on FreeBSD 5.0.
991 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
993 * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
994 ac_config_guess, ac_config_sub, and ac_configure, since evidently
995 some other programs unwisely rely on these undocumented vars.
996 But put in warning comments about them.
997 Problem reported by Ralf Wildenhues in
998 <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
999 * NEWS: Document that these variables are intended to go away.
1001 2006-05-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1003 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
1004 and set the language to C++ (analogous to the equivalent Fortran
1007 * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
1008 * doc/autoconf.texi (C++ Compiler): Document it.
1009 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
1012 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
1014 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
1015 that caused config.status to generate 100-command sed scripts; the
1016 portable limit is 99.
1018 2006-05-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1020 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
1021 variable `ac_d' instead of `d' to avoid infringing namespace.
1022 Report by Ralf Menzel.
1024 2006-05-18 Paul Eggert <eggert@cs.ucla.edu>
1026 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
1027 $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
1028 * tests/tools.at (autoconf: subdirectories): New test, taken from
1029 the corresponding problem report by Ralf Wildenhues in:
1030 http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
1032 * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
1033 Quote some uses of shell variables if they might suffer unexpected
1034 globbing. This doesn't fix all instances of quoting problems that
1035 I found, just the easy ones that look safe.
1036 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
1037 (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
1038 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
1039 (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
1040 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
1041 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
1042 * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
1044 * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
1045 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
1047 2006-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1049 * bin/autoreconf.in ($help): Reword according to the manual.
1050 Suggested by Olly Betts.
1052 2006-05-17 Olly Betts <olly@survex.com> (tiny change)
1053 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1055 * bin/autoreconf.in: Pass the directory argument to
1056 `require_configure_ac'. Fix comment.
1057 * tests/torture.at (Configuring subdirectories): Expose this.
1058 Reported by Olly Betts.
1060 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1062 * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
1063 lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
1064 Automake as follows:
1066 * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
1067 `$configure_in' instead of `configure.in', to preserve
1068 directory component.
1070 2006-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1072 * config/config.guess, config/config.sub, config/texinfo.tex,
1073 doc/make-stds.texi, doc/standards.texi: Sync from upstream.
1075 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
1077 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
1078 test for C99 conformance; (bool) 0.5 is an integer constant
1079 expression, but (bool) -0.5 is not. Problem reported by Fedor
1080 Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
1082 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
1084 * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
1085 sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
1086 Warn about obsolete install-sh files. Remove stray sentence
1087 fragment and fix cross reference.
1088 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
1089 install -d; this undoes the 2006-05-10 change.
1090 (MKDIR_P): Mark with AN_MAKEVAR.
1091 (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
1092 that we don't require $INSTALL to be thread-safe. Move comments
1093 out of generated code. Require AC_CONFIG_AUX_DIR_DEFAULT instead
1094 of AC_PROG_INSTALL. Output a message saying that we're checking
1095 mkdir -p. Set MKDIR_P rather than mkdir_p. Do special magic for
1096 MKDIR_P instead of AC_SUBST.
1097 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
1098 Special magic for MKDIR_P, too.
1099 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
1101 * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
1103 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
1105 Sync from Automake, as follows:
1107 2006-05-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1108 * config/install-sh: Initialize IFS, so field splitting isn't
1110 * config/mkinstalldirs: Likewise.
1111 * config/missing: Remove superfluous quotes. Replace all uses of
1112 `[' by `test', for consistency, and for..
1113 * config/missing (sed_minuso, sed_output): New variables.
1114 (autom4te, help2man, makeinfo): Use them. Unifies detection of
1115 `-o FILE', `--output FILE', `--output=FILE', stricter regex.
1116 Fixes `missing' to detect `--output' for help2man. Fixes
1117 PR automake/483. Report by Dennis J. Linse.
1118 (autom4te): Document in `missing --help'.
1120 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
1122 * NEWS: New macro AC_PROG_MKDIR_P. AS_MKDIR_P is now more robust.
1123 * config/install-sh: Don't use 'path' to talk about file names,
1124 as per GNU coding standards. Close a race condition reported by Ralf
1125 Wildenhues and Stepan Kasal. There is still a race condition
1126 on hosts that predate Posix 1003.1-1992, but we can't help this.
1127 Don't mishandle weird characters like space on pre-Posix hosts.
1128 Invoke mkdir at most once per dir arg on pre-Posix hosts.
1129 * doc/autoconf.texi (Programming in M4sh): Cross-reference to
1130 AC_PROG_MKDIR_P from AS_MKDIR_P.
1131 (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
1132 from mkdir. Mention that Autoconf 2.60 install-sh is safe but
1133 earlier editions are not (including Automake 1.8.3).
1134 Do not suggest mkinstalldirs for thread-safety.
1135 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
1136 that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
1137 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
1138 presence of special characters and race conditions.
1139 * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
1140 in Autoconf's name space.
1142 2006-05-10 Bruno Haible <bruno@clisp.org>
1143 and Paul Eggert <eggert@cs.ucla.edu>
1145 * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
1146 from Automake with minor changes.
1147 * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
1149 2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
1151 * config/install-sh: Update to Automake CVS version, as follows:
1152 2006-04-25 Stepan Kasal <kasal@ucw.cz>
1153 * lib/install-sh: Simplify the expr implementation of dirname.
1154 2006-04-24 Paul Eggert <eggert@cs.ucla.edu>
1155 * lib/install-sh: Handle --, and diagnose unknown options.
1157 2006-05-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1159 * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
1160 `./autom4te' to create `./testsuite', since the `all' target
1161 will ensure its presence, but `installcheck' should not create
1162 the uninstalled wrappers.
1164 * tests/torture.at (Unusual Automake input files): Skip if we
1165 detect automake < 1.8.
1167 2006-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1169 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
1170 is set to `no', then that overrides and sets ac_cv_prog_cc_c89
1171 and ac_cv_prog_cc_c99 to `no', for backward compatibility.
1174 2006-05-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1176 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
1177 munge (multiple) white space and other oddities.
1178 * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
1179 single quotes in variable assignment.
1180 (AC_ARG_VAR, configure invocation): Adjust tests to expose this
1181 and similar failures by adding multiple spaces, tabs, and other
1183 Report and different test suggested by Francesco Romani
1184 <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
1186 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
1187 single quotes, we only need to search for single quotes; this
1188 both simplifies the search pattern, and makes us less
1189 susceptible to `echo' variations for arguments not containing
1191 (_AC_ARG_VAR_VALIDATE): Likewise.
1193 2006-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1195 * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
1196 `$*' and IFS concatenation issue with traditional shells and
1197 bash-2.04. Report by Seanster@Seanster.com.
1199 2006-05-03 Bruno Haible <bruno@clisp.org>
1201 * doc/autoconf.texi (Limitations of Usual Tools): Identify more
1202 precisely which Mac OS X versions have the od problem.
1204 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
1206 * doc/autoconf.texi: Use @option systematically.
1208 2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
1209 and Bruno Haible <bruno@clisp.org>
1211 * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
1213 (Integer Overflow): Mention the special case of integer division
1216 2006-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1218 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
1219 traditional shells like the Solaris one that do not use the
1220 first IFS character for assembling `$*'.
1221 Prompted by a related report from autoconf_bug@nro.ca.
1223 2006-05-01 Paul Eggert <eggert@cs.ucla.edu>
1224 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1226 * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
1227 Mention more problems with the -e option.
1229 2006-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1232 * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
1234 * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
1235 in URLs to improve DVI formatted output (requires texinfo 4.6).
1236 (System Services, Systemology, Shellology): Likewise.
1237 (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
1240 * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
1242 (Runtime): Fix macro argument names to match description:
1243 `action-if-found' -> `action-if-true' and similarly.
1244 (Obsolete Macros): Likewise.
1245 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
1246 (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
1247 (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1249 2006-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1251 * doc/autoconf.texi (Limitations of Make): Clean up markup.
1254 * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1257 2006-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1259 * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1260 /bin/sh set unsorted output.
1261 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1262 * tests/local.at: Likewise.
1264 2006-04-26 Paul Eggert <eggert@cs.ucla.edu>
1266 * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1267 (Integer Overflow, Null Pointers, Buffer Overruns):
1268 (Floating Point Portability, Exiting Portably): New sections.
1269 (Writing Test Programs): Fix some langauge. Recommend exiting
1270 with status 1, not merely nonzero. Clarify exit declaration.
1271 (Run Time): Move C exit status stuff to new Exiting Portably section.
1272 (Systemology): Mention Posix and levenez. Update v7 reference.
1273 (Portable Shell): Mention the Posix shell.
1275 2006-04-25 Stepan Kasal <kasal@ucw.cz>
1277 * bin/autoconf.as (me): Replace by as_me.
1279 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
1281 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1282 since as_me isn't set yet.
1284 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
1286 Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1287 a few minor bugs in this area.
1289 * doc/autoconf.texi (Programming in M4sh): Comment out the
1290 documentation of AS_BASENAME, for now.
1291 (Shell Substitutions): Do not use AS_DIRNAME in an example.
1292 (Limitations of Builtins) <basename>: Do not refer to
1294 * bin/autoconf.as (me): Don't use AS_BASENAME.
1295 (dir): Remove the unused variable.
1296 * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1297 AS_DETECT_REQUIRED. All uses changed.
1298 (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1300 (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1301 (AS_BASENAME): Use "basename --" to protect against leading "-".
1302 (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR. All uses changed.
1303 (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED. All uses changed.
1304 (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1305 (_AS_DIRNAME_PREPARE): Likewise.
1306 (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR. All uses changed.
1307 (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED. All uses changed.
1308 (AS_DIRNAME): Use "dirname --".
1310 2006-04-23 Paul Eggert <eggert@cs.ucla.edu>
1312 * doc/autoconf.texi (Runtime): Renamed from "Run Time". All uses
1313 of "run time" and "run-time" changed to "runtime", for consistency.
1314 * lib/autoconf/fortran.m4: Likewise (in comment).
1315 * lib/autoconf/functions.m4: Likewise.
1316 * lib/autoconf/general.m4: Likewise.
1317 * lib/autoconf/headers.m4: Likewise.
1319 * doc/autoconf.texi (Run Time): Document the exit status situation
1320 with more accuracy and detail.
1322 2006-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1324 * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1325 Archive is not officially `GNU' any more. Update URL.
1326 (Defining Directories): Likewise
1327 * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1329 2006-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1331 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1332 newline from the `trap' code to finish `config.log'; the NetBSD
1333 /bin/sh resets the exit status after an empty command, as
1334 documented in doc/autoconf.texi.
1335 Reported by Dalibor Topic <robilad@kaffe.org>.
1337 2006-04-19 Paul Eggert <eggert@cs.ucla.edu>
1339 * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1340 Suggested by Bruno Haible.
1342 2006-04-18 Paul Eggert <eggert@cs.ucla.edu>
1344 * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1345 some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1346 Instead, just list the shells that we know work.
1347 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg. All uses
1348 changed. Be more cautious about the _cv_ variable.
1349 * tests/tools.at (Syntax of the shell scripts): Check the
1350 _cv_ variable once, at first, to avoid an internal autoconf error
1351 when sh -n does not work.
1353 2006-04-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1355 * lib/Autom4te/FileUtils.pm: Sync from Automake.
1357 2006-04-16 Paul Eggert <eggert@cs.ucla.edu>
1359 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1360 use ">&-" since we're only 99.999% sure that this is portable,
1361 and since the MinGW bug is fixed in a different way.
1362 * lib/autotest/general.m4 (AT_INIT): Likewise.
1364 2006-04-16 Stepan Kasal <kasal@ucw.cz>
1366 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1367 before opening config.log, to avoid hitting a bug on MinGW.
1369 2006-04-14 Paul Eggert <eggert@cs.ucla.edu>
1371 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1372 AS_MESSAGE_LOG_FD before reopening it onto the log file.
1373 This works around a MinGW bug reported by Eric Paire.
1374 Make sure that all writes to the log file append to it,
1375 rather than possibly losing data.
1376 * lib/autotest/general.m4 (AT_INIT): Likewise.
1378 2006-04-14 Stepan Kasal <kasal@ucw.cz>
1380 * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1383 2006-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1387 * configure.ac (AC_INIT): Bump to 2.59d.
1389 2006-04-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1393 * Makefile.maint (news-date-check): Do not require a leading `*'
1394 before the release date in NEWS.
1396 2006-04-12 Stepan Kasal <kasal@ucw.cz>
1397 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1399 * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1400 the instantiated file do not contain the string 'datarootdir'
1401 but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1402 @mandir@, replace the reference '${datarootdir}' by the value.
1403 * tests/torture.at (datarootdir workaround): New test.
1404 * NEWS: Advertise this temporary fixup.
1405 Based on a patch by Bruno Haible, reported and analyzed by
1406 Paul Eggert and Noah Misch.
1408 2006-04-12 Eric Blake <ebb9@byu.net>
1410 * tests/autotest.at (Debugging a failed test): Fix comment.
1412 2006-04-12 Stepan Kasal <kasal@ucw.cz>
1414 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1415 all the changes since 2006-04-07.
1417 2006-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1419 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1420 succeeded, but `ln -s file dir' failed, take care to remove the
1421 leftover target before the next test, to prevent its spurious
1422 failure; also make sure `ln file dir' works before selecting it.
1423 Thanks to Keith Marshall for pointing this out.
1426 * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1427 assignments in `at_debug_args', so that we put them correctly
1428 in the `run' script.
1429 * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1430 Reported by Eric Blake.
1432 2006-04-11 Eric Blake <ebb9@byu.net>
1434 * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1435 top-level tests after micro-suite has been run. Used in...
1436 (Debugging a successful test, Debugging script and environment),
1437 (Debugging a failed test): ...these new tests. The first of these
1439 * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1440 macro, split out from...
1441 (AT_INIT): ...here, so that using -d also generates a run script.
1442 Document that -d inhibits top-level logging.
1443 * doc/autoconf.texi (testsuite Invocation): Document that -d only
1444 inhibits top-level logging; debug scripts are created.
1446 * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1448 * tests/autotest.at (Empty test, Empty check): New test to check it.
1450 * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1453 2006-04-10 Stepan Kasal <kasal@ucw.cz>
1455 * tests/mktests.sh: Use "trap '' 0", not "trap 0". Do not touch
1456 the files if a problem appears. Make the empty *.at files
1457 read-only, too. Proposed by Ralf Wildenhues.
1459 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1461 * config/Makefile.am: Add comment to force updated Makefile.in.
1463 * lib/freeze.mk: Fix typo in comment. Unlike the last, white
1464 space only patch to this file, this patch causes the Makefile.in
1465 files that include freeze.mk to be updated, and thus have a
1466 newer time stamp again, which in turn makes a pristine CVS
1467 checkout have correct time stamps.
1469 * Makefile.maint (cvs-sv): New macro, to be used..
1470 (config.guess-url_prefix, config.sub-url_prefix)
1471 (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1472 point to CVS text checkout of Gnulib files.
1473 (copyright-check): Bump current year.
1474 (announcement): Do not hard-wire `./announce-gen'.
1475 (cvs-update): Propagate failures of `cvs' and `move-if-change'
1477 * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1479 (wget_files): Update config.guess, config.sub, texinfo.tex by
1480 `wget-update', now that their URLs work again.
1482 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
1484 * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
1485 Problem noted by Paul D. Smith.
1487 2006-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1489 * doc/autoconf.texi: Remove unused words from word list.
1490 * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
1491 .x-sc_trailing_space: New files.
1493 * doc/standards.texi: Sync from gnulib.
1495 * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
1496 `LIBOBJDIR' as experimental.
1498 * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
1499 with a target directory; it's internally implemented as `cp'
1500 anyway, but since Autoconf advertises the possibility to use
1501 a target directory when LN_S is `ln -s', we need to find out.
1502 Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
1503 analyzed by Keith Marshall <keith.marshall@total.com>.
1507 2006-04-10 Paul Eggert <eggert@cs.ucla.edu>
1509 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
1510 confdefs.h as-is. In general, if it has backslash-newline or the
1511 like, then it doesn't work either to sort or to remove empty
1514 2006-04-09 Stepan Kasal <kasal@ucw.cz>
1516 * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
1518 2006-04-09 Alexandre Duret-Lutz <adl@gnu.org>
1520 * lib/autom4te.in (Automake-preselections): Preselect
1523 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
1525 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
1526 apostrophe within a single-quoted string, as this is the usual
1527 tradition and is easier to read than '"'"'. Don't rely on the
1528 shell treating "$/" like '$/'. Use a more-consistent indenting
1531 2006-04-09 Eric Blake <ebb9@byu.net>
1533 * tests/autotest.at (Backquote command substitution),
1534 (Multiline backquote command substitution): Remove mistaken
1535 AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
1537 (Parenthetical command substitution, Multiline parenthetical
1538 command substitution): here.
1540 2006-04-08 Paul Eggert <eggert@cs.ucla.edu>
1542 Import macros from gnulib (often changing their name).
1544 * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
1545 New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
1546 AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
1547 AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
1548 AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
1549 AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1550 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
1551 AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
1552 AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
1553 AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
1554 The manual mentions Gnulib more prominently.
1555 * doc/autoconf.texi (Gnulib): New node.
1556 (Pointers): Add Gnulib URL.
1557 (Particular Functions): Alphabetize. Add AC_FUNC_STRTOLD.
1558 (Generic Functions): Add AC_CHECK_FUNCS_ONCE. Refer to new
1560 (Particular Headers): Add AC_HEADER_ASSERT. For stdbool.h,
1561 suggest a #define rather than a typedef for _Bool, and mention
1562 Gnulib rather than trying to substitute stdbool code.
1563 (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
1564 (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
1565 (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
1566 AC_STRUCT_DIRENT_D_TYPE.
1567 (Particular Types): Mention stdint.h and inttypes.h as standard
1569 Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
1570 AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
1571 AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
1572 AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
1573 AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
1574 (C Compiler): Move AC_C_LONG_DOUBLE to ...
1575 (Obsolete Macros): here. Under AC_LONG_DOUBLE, mention
1576 AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
1577 (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
1578 (Coding Style). Don't mention m4_expand_once.
1579 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
1580 AC_TYPE_LONG_DOUBLE_WIDER. Now obsolete.
1581 * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
1582 (AC_CHECK_FUNCS): Use it.
1583 (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
1584 (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
1585 * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
1586 * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
1587 (AC_HEADER_ASSERT): New macro.
1588 (AC_HEADER_STDBOOL): Don't assume "#error" works.
1589 Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
1590 Catch a bug in an HP-UX C compiler.
1591 * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
1592 * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
1593 (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
1594 (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
1595 (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
1596 (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
1599 * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
1600 use /^foo|bar$/, it does not mean /^(foo|bar)$/.
1602 2006-04-08 Stepan Kasal <kasal@ucw.cz>
1604 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
1605 of the warning introduced by the 2001-08-28 change.
1607 2006-04-08 Stepan Kasal <kasal@ucw.cz>,
1608 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1610 * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
1611 variables shall be overriden by the cache.
1612 * tests/torture.at (AC_ARG_VAR): Test also with a first value
1613 that contains braces.
1615 2006-04-07 Stepan Kasal <kasal@ucw.cz>
1617 Revert the patch from 2006-04-01 and only improve
1618 _AS_DETECT_BETTER_SHELL:
1620 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
1621 skip nonexistent directories.
1622 (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
1623 only shell candidates which exist.
1624 (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
1625 * lib/autotest/general.m4 (AT_INIT): No need to give three
1626 parameters to _AS_PATH_WALK.
1628 2006-04-07 Stepan Kasal <kasal@ucw.cz>,
1629 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1631 * bin/autoupdate.in (handle_autoconf_patches): Change the way we
1632 distinguish m4sugar macros.
1633 * tests/tools.at (autoupdating with aclocal and m4_include):
1634 New test. Bug reported by Gary V. Vaughan <gary@gnu.org>,
1635 test case by Noah Misch <noah@cs.caltech.edu>.
1637 2006-04-07 Stepan Kasal <kasal@ucw.cz>
1639 Revert my change from 2006-03-17, in other words:
1640 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
1642 (AS_SHELL_SANITIZE): Remove DUALCASE=1.
1643 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
1646 2006-04-07 Eric Blake <ebb9@byu.net>
1648 * doc/autoconf.texi (Programming in M4sh): Document that
1649 AS_MKDIR_P exits the script on failure.
1650 * lib/autotest/general.m4: Remove redundant AS_ERROR.
1652 2006-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1654 * config/elisp-comp, config/install-sh, config/mdate-sh,
1655 config/missing, config/mkinstalldirs: Sync from Automake.
1657 * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
1660 * doc/make-stds.texi: Sync from gnulib.
1662 2006-04-06 Eric Blake <ebb9@byu.net>
1664 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1665 check, s/ac_exeext/ac_cv_exeext/. Fixes regression introduced
1668 2006-04-06 Stepan Kasal <kasal@ucw.cz>,
1669 Eric Blake <ebb9@byu.net>,
1670 Paul Eggert <eggert@cs.ucla.edu>,
1671 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1673 * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
1674 whether `set' quotes correctly: redirect stderr of the tested
1675 `set', and use a subshell, for Ultrix; use `sed' instead of
1676 `grep' for zsh `set' which may write binary output; match only
1677 at the beginning of a line, to avoid false positives.
1678 In order to avoid false positives by unrelated variables with
1679 multiline content, put the dump algorithm in a subshell and
1680 unset all variables containing newlines (except some which are
1681 special to the shell). Warn about cache variables that are
1684 2006-04-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1686 * config/config.guess, config/config.sub, config/texinfo.tex:
1689 * tests/mktests.sh: Reword comments.
1691 * tests/mktests.sh: Only skip internal macros starting with
1692 `_AC_' or `__AC_'. Noted by Stepan Kasal.
1693 Update exclusion lists for the test suite to this end:
1694 (AC_ARG_VAR): Do test this now.
1695 (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
1696 (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
1697 (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
1698 (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
1700 * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
1701 shell issue with double-quoted command substitutions of native
1703 Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
1706 * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
1707 no file matches the glob, discard the warning, set `nullglob'.
1708 (syntax-check): Likewise.
1709 (sc_cast_of_x_alloc_return_value): Likewise.
1710 (sc_cast_of_alloca_return_value, sc_error_exit_success)
1711 (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
1712 (m4-check): Likewise.
1713 (sc_system_h_headers): Do not print rule on execution.
1714 (sc_tight_scope): Do not fail for non-existing `src' directory.
1715 (sc_changelog): Skip the Copyright footer.
1716 * lib/autoconf/lang.m4: Remove trailing space.
1718 * lib/autoconf/status.m4: More replacements to
1719 <tab><space> where this makes sense.
1721 2006-04-06 Stepan Kasal <kasal@ucw.cz>
1723 * tests/Makefile.am (maintainer-check-posix):
1724 s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
1726 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
1727 ac_config_<foo>s again, sometimes normalized, sometimes not.
1728 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
1729 (AC_CONFIG_COMMANDS): Do not do so here.
1730 (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
1731 and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
1732 2005-07-25 rewrite. Noticed by Noah Misch.
1734 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
1735 _AC_PRESERVE_HELP_ORDER, ...
1736 (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
1738 * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
1739 inside m4_expand_once; it is redundant.
1741 * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
1742 for --help from Cygnus `configure.'
1744 2006-04-06 Paul Eggert <eggert@cs.ucla.edu>
1746 * doc/autoconf.texi (C Compiler): Warn about #error. Follows up
1747 on a patch proposed by Ralf Wildenhues.
1749 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
1751 * lib/autoconf/status.m4: Replace <space>''<tab> with
1752 <tab><space> where this makes sense.
1754 2006-04-05 Howard Chu <hyc@highlandsun.com> (trivial change)
1755 Noah Misch <noah@cs.caltech.edu>
1757 * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
1758 (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
1759 * doc/autoconf.texi (Help Formatting): New node.
1760 * NEWS: Announce AC_PRESERVE_HELP_ORDER.
1762 2006-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1764 * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
1765 lib/autoconf/specific.m4, lib/autoconf/status.m4,
1766 lib/autoconf/types.m4, lib/autotest/general.m4,
1767 tests/mktests.sh, tests/torture.at: White space cleanup:
1768 remove some SPACE before TAB, or add quoting ('' or @&t@).
1770 * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
1772 * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
1774 2006-04-05 Eric Blake <ebb9@byu.net>
1776 * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
1777 empty test suite works.
1778 * tests/autotest.at (Empty test suite): Remove xfail.
1780 2006-04-05 Noah Misch <noah@cs.caltech.edu>
1782 * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
1783 TAGS to ac_config_<foo>s.
1784 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
1785 (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
1786 normalizing it, consistent it with previous releases.
1787 * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
1789 2006-04-05 Paul Eggert <eggert@cs.ucla.edu>
1791 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
1792 Use simplified args that Eric Blake originally suggested.
1794 2006-04-04 Paul Eggert <eggert@cs.ucla.edu>
1796 * tests/mktests.sh: Don't use 'cat'; just read the files directly.
1797 Prefer 'sort -u' to 'sort | uniq'. Filter data before sorting it.
1798 Use 'comm' rather than N instances of grep; this also fixes a bug
1799 whereby substrings were incorrectly matched, causing us to not
1800 generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
1801 (exclude_list): Exclude empty macros.
1802 (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
1804 Use awk rather than grep -E or egrep, to avoid
1805 portability problems with regular expressions containing newlines.
1806 (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
1807 Switch from grep to awk syntax.
1808 (ac_exclude_script): Renamed from ac_exclude_egrep.
1809 (au_exclude_script): Renamed from au_exclude_egrep.
1811 2006-04-04 Noah Misch <noah@cs.caltech.edu>
1813 * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
1814 a subdirectory subject to Cygnus `configure'.
1815 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
1817 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
1818 report request when we have no AC_PACKAGE_BUGREPORT.
1820 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1824 * tests/mktests.sh: Update copyright year in the header of the
1827 * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
1828 (AC_C_RESTRICT): Likewise. Furthermore, add a function with a
1829 typedef'ed restricted pointer, to catch a compiler bug on
1830 HP-UX 11.x, and fix warnings so it passes with -Werror.
1831 (_AC_PROG_CC_C99): Likewise.
1832 Reported by Albert Chin <china@thewrittenword.com>.
1833 * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
1835 2006-04-03 Noah Misch <noah@cs.caltech.edu>
1837 * bin/autoscan.in (subdirs): New global.
1838 (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
1839 (output): Emit AC_CONFIG_SUBDIRS as needed.
1840 * tests/autoscan.at (autoscan): Remove XFAIL.
1842 2006-04-03 Noah Misch <noah@cs.caltech.edu>
1844 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
1846 2006-04-03 Eric Blake <ebb9@byu.net>
1848 * THANKS: Add myself.
1850 2006-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1852 * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
1853 to log, point to testsuite output tree.
1855 2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
1857 * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
1858 * doc/autoconf.texi (Function Portability): Mention that C++
1859 has trouble with 'exit'.
1860 (Guidelines): Test programs shouldn't use 'exit'.
1861 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
1862 Remove; all uses removed.
1863 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
1864 Return from 'main' instead of calling 'exit'.
1865 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
1866 (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
1867 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
1868 (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
1869 (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
1870 (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
1871 (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
1872 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
1873 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
1874 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
1875 * tests/compile.at: Likewise.
1877 2006-04-02 Pavel Roskin <proski@gnu.org>
1879 * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
1881 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1883 Clean up _AC_COMPILER_EXEEXT* macros.
1885 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1886 detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1887 ac_file to the name of the default output file and call
1888 _AC_COMPILER_EXEEXT_WORKS. Move the definition of ac_files and the
1889 initial `rm' of the candidate files...
1890 (_AC_COMPILER_EXEEXT): ... here and simplify them. Moreover, use
1891 the same list in subsequent `rm' calls, and for the temporary
1892 redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1893 and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1894 (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1895 (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1896 no longer needed) by libtool. Make it a cache check.
1897 (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1898 copied here by mistake.
1899 (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1900 _AC_COMPILER_EXEEXT.
1901 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1902 _AC_COMPILER_OBJEXT directly.
1903 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1905 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1907 * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
1908 (AS_DIRNAME): Use it.
1909 (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
1911 * tests/*.at: Remove the generated ones.
1913 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1915 * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
1917 2006-04-01 Eric Blake <ebb9@byu.net>
1919 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
1920 directories, unless optional third argument supplied.
1921 (AS_UNAME): Don't optimize PATH walk.
1923 * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
1925 2006-04-01 Eric Blake <ebb9@byu.net>
1926 and Stepan Kasal <kasal@ucw.cz>
1928 * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
1931 2006-04-01 Noah Misch <noah@cs.caltech.edu>
1933 * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
1934 Autoconf version number despite a zero- or one-argument AC_INIT.
1936 * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
1938 * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
1939 * doc/autoconf.texi (autoreconf Invocation): Document it.
1941 * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
1942 Append LocalWords so ispell-buffer passes cleanly. Spelling fixes.
1944 2006-04-01 Eric Blake <ebb9@byu.net>
1946 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
1947 * lib/autotest/general.m4: Be tolerant of existing directory when
1948 rm failed to remove it.
1950 2006-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1952 * bin/autoupdate.in: Redefine m4_location so that warnings print
1953 the correct lines of the input file by subtracting..
1954 (_au__first_line): ..this new definition.
1956 * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
1957 AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
1958 Remove stray newline in output.
1959 (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
1960 AC_DEFUN this for autoconf, including the obsoletion diagnose.
1961 Fixes autoupdating of code where the replacement output contains
1963 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
1964 * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
1965 (au_exclude_list): Add AC_LANG_SAVE.
1966 * tests/tools.at: Several new tests for all of this.
1967 * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
1969 The AC_LANG_SAVE issue was reported against Libtool by
1970 Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
1971 Kristian Kvilekval <kris@cs.ucsb.edu>.
1973 2006-04-01 Stepan Kasal <kasal@ucw.cz>
1975 * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
1976 switch all of them on and of when necessary. Fixes the bug when
1977 m4sugar macros (e.g., m4_define) were expanded after the first
1978 automatic update (e.g., after AC_PREREQ or AC_INIT).
1980 2006-03-31 Paul Eggert <eggert@cs.ucla.edu>
1982 * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
1983 of AS_BASENAME and AS_DIRNAME. Reported by Stepan Kasal.
1985 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
1986 correctly. Problem reported by Eric Blake.
1987 (_AS_EXPR_PREPARE): Detect Tru64 expr bug. Problem reported by
1990 2006-03-30 Paul Eggert <eggert@cs.ucla.edu>
1992 * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
1993 Tighten up the basename/dirname wording.
1995 2006-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1997 * Makefile.maint (sc_texi_notab): New check: do not use TABs
1998 in texinfo files outside of verbatim environments.
1999 (syntax-check-rules): Update.
2000 * doc/autoconf.texi (Configuration Headers): Conform to it.
2002 2006-03-30 Chris Pickett <cpicke@cs.mcgill.ca> (tiny change)
2004 * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
2005 aclocal cannot be given on the command line.
2007 2006-03-29 Paul Eggert <eggert@cs.ucla.edu>
2009 * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
2010 Give an example for AS_DIRNAME instead of referring to Posix..
2011 (File System Conventions): Put discussion of // versus / here, and
2013 (Limitations of Usual Tools): Add basename. Remove verbiage
2014 after dirname, since it got moved to the above sections.
2015 All this was inspired by a patch proposed earlier by Eric Blake.
2017 2006-03-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2019 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
2020 `$0' to protect against spaces.
2021 * lib/autotest/general.m4 (AT_INIT): Likewise.
2022 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
2025 2006-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2027 * bin/autoscan.in: The value of find_configure_ac should be
2028 checked for existence, so we don't barf over a nonexisting
2029 configure.ac. Reported by Laurence Darby <ldarby@tuffmail.com>.
2031 2006-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2033 * bin/autoupdate.in: Fix some typos.
2035 2006-03-21 Stepan Kasal <kasal@ucw.cz>
2037 * doc/autoconf.texi (Installation Directory Variables): Fix typo.
2039 * lib/autoscan/autoscan.list: Refreshed.
2041 2006-03-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2043 * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
2044 and Erlang related variables.
2046 * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
2047 (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
2048 (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
2049 (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
2050 (AC_LANG_BOOL_COMPILE_TRY(Objective C))
2051 (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
2052 (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
2053 (_AC_PROG_OBJC_G): New macros.
2054 (_AC_ARG_VAR_CPPFLAGS): Adjusted.
2055 * doc/autoconf.texi (Objective C Compiler): New node.
2056 (Preset Output Variables): Document OBJCFLAGS.
2057 (Language Choice): Document `Objective C' language.
2058 (Fortran Compiler): Fix typo.
2060 Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
2062 2006-03-20 Stepan Kasal <kasal@ucw.cz>
2064 * doc/autoconf.texi (Default Includes): Fix typo
2065 s/AC_HEADERS_STDC/AC_HEADER_STDC/
2066 (Limitations of Usual Tools): s/unwriteable/unwritable/
2067 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
2068 Fix typos in the comments.
2070 2006-03-17 Stepan Kasal <kasal@ucw.cz>
2072 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
2073 Factor out the warning to...
2074 (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
2075 * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
2076 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
2078 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
2079 case `ac_delim' when writing the sed script.
2081 * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
2082 moved DUALCASE=1 ...
2083 (AS_SHELL_SANITIZE): ... here.
2084 * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
2087 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
2089 (_AC_PATH_PROG): Store the result to VARIABLE.
2090 (AC_PATH_PROG): No need to set VARIABLE again.
2092 * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
2093 the first one is usual AT_CHECK_MACRO test, the second one checks
2094 that the same works when cross-compiling.
2095 * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
2096 (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
2098 2006-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2100 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
2101 the directory `/usr/bin/posix' in the shell search, to prefer
2102 the Posix shell not only in subsequent spawns as with `$BIN_SH'
2105 * doc/autoconf.texi (contents): To fix texi2html output, hide
2106 `@setcontentsaftertitlepage' for HTML.
2107 (Writing Autoconf Macros): Likewise, insert space after `@c'.
2108 (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
2111 2006-03-16 Stepan Kasal <kasal@ucw.cz>
2113 * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
2115 (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
2116 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
2117 why IFS is restored so late; thank you, Ralf, for reminding us.
2119 2006-03-15 Stepan Kasal <kasal@ucw.cz>
2121 * doc/autoconf.texi (Pretty Help Strings): No need to use cached
2122 variables in the examples.
2124 2006-03-14 Romain Lenglet <rlenglet@users.forge.objectweb.org>
2126 * doc/autoconf.texi (several sections): Cleaned up documentation for
2127 macros in erlang.m4.
2129 2006-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2131 * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
2132 failure condition for `$(cmd)' style command substitutions.
2133 (Parenthetical command substition, Multiline parenthetical
2134 command substition): Use it.
2136 * doc/autoconf.texi (Special Shell Variables): Missing word.
2137 Reported by Keith Marshall <keith.marshall@total.com>.
2139 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
2140 IFS even in case of empty `$PATH'.
2142 2006-03-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2144 * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
2145 `expr' away if there is nothing to do.
2146 < --keywords >: Simplify and robustify argument handling.
2147 Revert erroneous comment from 2005-08-23. Extend to allow
2148 keyword negation with `!'.
2149 Update help message. Remove broken code to prevent running
2150 tests multiple times.
2151 * doc/autoconf.texi (testsuite Invocation) < --keywords >:
2152 Update and fix the documentation accordingly.
2153 * tests/autotest.at (Keywords): Renamed to..
2154 (Keywords and ranges): .. this. Extended to make sure negated
2155 keywords, keywords taken from AT_SETUP arguments, and numeric
2156 test ranges work, and that matching is case-insensitive.
2158 2006-03-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2160 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
2161 allow to pass unnamed structs even in C++.
2162 (AC_CHECK_SIZEOF): Likewise.
2163 Also fix quoting error in `AC_MSG_FAILURE' arguments.
2164 * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
2165 struct): New tests for unnamed structs, each both native and
2168 * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
2169 a structure inside a cast, for C++ conformance.
2170 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
2171 Also fix quoting error in `AC_MSG_FAILURE' arguments.
2173 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
2174 nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
2175 trying to execute the command `no'.
2177 * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
2178 m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
2181 * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
2182 example. Do not emphasize `$%', it is hardly new and special.
2183 Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
2185 * doc/autoconf.texi (Limitations of Usual Tools): Document
2186 OpenBSD and traditional `grep' failure to handle multiple
2187 patterns separated by newlines.
2189 2006-03-10 Romain Lenglet <rlenglet@users.forge.objectweb.org>
2191 * doc/autoconf.texi (several sections): Add documentation for macros
2194 2006-03-10 Eric Blake <ebb9@byu.net>
2196 * doc/autoconf.texi (Obsolete Macros): Fix wording of
2199 2006-03-10 Paul Eggert <eggert@cs.ucla.edu>
2201 * doc/autoconf.texi: Use @acronym more consistently for acronyms
2202 like BSD, GPL, LGPL. Fix minor English typos.
2203 (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
2204 Mention that these macros are becoming obsolete.
2205 (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
2206 Use more modern terminology for which standard is what.
2207 (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
2209 (AC_PROG_CXX): Likewise.
2210 (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
2211 Remove obsolete discussion about how to port to K&R.
2212 (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
2213 the obsolescent AC_HEADER_STDC.
2214 (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
2217 2006-03-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2219 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2220 Remove stdin redirection from /dev/null to allow pipe to work.
2222 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
2224 * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2225 Require that /lib/cpp include stdio.h correctly. Solaris 10's
2226 doesn't. Problem reported by D'Arcy A MacIsaac and diagnosed by
2229 2006-03-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2231 * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
2232 HP-UX sed is 99 commands, not 100.
2233 (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
2234 _AC_SUBST_FILES fragment. Separate `{' and `r' commands by
2235 newline for portability.
2236 * tests/torture.at (Torturing config.status): Also test 100
2237 AC_SUBST_FILE invocations. Fix test to actually verify the
2238 AC_CONFIG_FILES output.
2239 * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
2240 command, label, and read-file `r' limits. Unify HP-UX spelling.
2242 * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
2244 ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
2246 (autoconfdir, $(AUTOCONF_FILES)): Likewise.
2247 * tests/mktests.sh: Small shell portability fixes.
2249 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2251 * doc/autoconf.texi (Caching Results): Fix the examples to use a
2252 recommended quoting style and discard unwanted output.
2254 2006-03-05 Paul Eggert <eggert@cs.ucla.edu>
2256 * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2257 (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2258 cases, and to work around Tru64 expr bug.
2260 2006-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2262 * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2263 expr bug that turns the result of a regex match into a number if
2266 2006-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2268 * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2269 HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2270 in section `Specific Compiler Characteristics'.
2272 2006-03-04 Eric Blake <ebb9@byu.net>
2274 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2277 2006-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2279 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2280 order of variable initialization, so even the Solaris 2.6 shell
2281 can create a config header correctly. Fixes lots of test suite
2284 2006-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2286 * doc/autoconf.texi (Text processing Macros): New node to
2287 document the m4sugar macros m4_re_escape, m4_tolower,
2288 m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2290 2006-02-22 Paul Eggert <eggert@cs.ucla.edu>
2292 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2293 XrmInitialize (0) -> XrmInitialize ().
2294 Reported by Toshio Kuratomi.
2296 2006-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2298 * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2299 test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2300 * doc/autoconf.texi (Programming in M4sh): Adjusted.
2301 * tests/m4sh.at (AS_IF and AS_CASE): Test this. Also make sure
2302 both macros are defun'ed so that required macros are evaluated
2305 * doc/autoconf.texi (Prerequisite Macros): State more precisely
2306 where a required macro will be expanded.
2307 (Coding Style): Another reason not to use `m4_define'.
2309 2006-02-21 Eric Blake <ebb9@byu.net>
2311 * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2313 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2315 * doc/autoconf.texi (Looping constructs): New node, to
2316 document m4_for, m4_foreach, m4_foreach_w, and mention
2317 obsolete AC_FOREACH.
2318 (Obsolete Macros): Document AC_FOREACH.
2319 * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2320 (m4_for): Fix to never loop (almost) endlessly, work correctly
2321 with arithmetic expressions in arguments, a step of zero or
2322 non-integer multiple of the interval, and avoid integer
2324 * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2327 2006-02-20 Romain Lenglet <rlenglet@users.forge.objectweb.org>
2329 Add basic support for Erlang, both for configuring Erlang/OTP
2330 tools, and Erlang as a conf test language.
2331 * lib/autoconf/erlang.m4: New file.
2332 * lib/autoconf/autoconf.m4: Add erlang.m4.
2333 * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2334 * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2335 * NEWS: Add short description of new macros.
2336 * THANKS: Add Romain Lenglet.
2338 2006-02-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2340 * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2341 native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2343 2006-02-15 Eric Blake <ebb9@byu.net>
2345 * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2348 2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2350 * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2351 (_AS_CASE): Private helper macro.
2352 * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2353 * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2354 Fix syntax of AS_IF description
2355 (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2356 for the AC_REQUIRE mess.
2357 * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2360 2006-02-14 Paul Eggert <eggert@cs.ucla.edu>
2362 * doc/autoconf.texi: Minor style cleanup.
2363 Be consistent about spaces after commas.
2364 Insert [] where empty args look a bit funny.
2365 Fix some "i.e." and "e.g." usages.
2366 Try to avoid "X/Y" usages.
2367 Don't be pedantic about "ISO C99"; just say C99.
2368 Prefer GNU style for spaces in front of parens.
2369 (Function Portability): Comment about C89 versus C99
2370 signed integer division.
2371 (Particular Headers): Use current gnulib style for dirent
2374 2006-02-14 Stepan Kasal <kasal@ucw.cz>
2375 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2377 * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2378 macros without parameters.
2379 * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2380 * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2381 * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2383 (autoupdate): Updated to match AU_ALIAS fix.
2385 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2386 and Paul Eggert <eggert@cs.ucla.edu>
2388 * doc/autoconf.texi (Programming in M4sh): Document
2389 AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2391 2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2393 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2394 (AS_BOURNE_COMPATIBLE): ..this.
2395 (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2397 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
2399 * doc/install.texi (Defining Variables): Tighten up the
2400 CONFIG_SHELL wording.
2402 2006-02-12 Paul Eggert <eggert@cs.ucla.edu>
2403 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2405 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2406 of (set -o) rather than testing whether (set -o posix) succeeds,
2407 to work around a bug in the AIX 5.3 shell. Problem originally
2408 reportd by Howard Chu for libtool.
2410 2006-02-10 J.T. Conklin <jtc@acorntoolworks.com>
2412 * doc/autoconf.texi (Running the Compiler, Running the Linker):
2413 Changes the macro arguments in summaries to match the
2416 2006-02-04 Stepan Kasal <kasal@ucw.cz>
2418 * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2419 hint as ``a workaround for a bug.''
2421 2006-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2423 * bin/autoreconf.in: New option `--no-recursive'.
2424 Improve wording for subpackages a bit.
2425 * doc/autoconf.texi (autoreconf Invocation): Updated.
2428 * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2429 in environment of `configure', not the command line.
2430 Reported by Howard Chu <hyc@highlandsun.com>.
2432 2006-01-25 Paul Eggert <eggert@cs.ucla.edu>
2434 * doc/autoconf.texi (Limitations of Builtins): Document the
2435 problem with "trap -".
2437 2006-01-23 Steven G. Johnson <stevenj@fftw.org>
2439 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2440 (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2441 messages to differentiate Fortran and Fortran 77 tests.
2442 (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2443 AC_LANG_ASSERT, to allow use in mixed-language projects.
2445 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
2447 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2448 FOO" to "defined (FOO)".
2449 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2450 * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2451 * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2452 * tests/tools.at (ifnames): Likewise.
2454 2006-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2456 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2457 * lib/Autom4te/General.pm (mktmpdir): Likewise.
2458 (END): Improve error message a bit.
2459 Reported by Bruce Korb <bkorb@gnu.org>.
2461 2006-01-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2463 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2464 `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2466 2006-01-11 Stepan Kasal <kasal@ucw.cz>
2468 * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2469 requires sys/stream.h. Reported by Oliver Kiddle.
2471 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2472 Stepan Kasal <kasal@ucw.cz>
2474 * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2475 before the removals of test dirs, use `find' to avoid modification
2476 of symlinked directories.
2478 2006-01-11 Steven G. Johnson <stevenj@alum.mit.edu>
2480 * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2481 Don't ignore the macro arguments.
2483 2006-01-11 David Thompson <dthompsn@vizsolutions.com>
2485 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
2486 declaration that works for MSVC.
2488 2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2490 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
2491 Add `*.map' and `.inf' for Green Hills compiler.
2492 Reported by Stefan Seefeld <stefan@codesourcery.com>.
2494 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
2495 correctly: pad with spaces after FIRST_PREFIX if necessary,
2496 and compute string lenghts with `m4_qlen' instead of `m4_len'.
2497 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
2498 * tests/m4sh.at (AS_HELP_STRING): Test extended.
2500 Reported by numerous people, numerous times.
2502 2006-01-05 Paul Eggert <eggert@cs.ucla.edu>
2504 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
2505 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
2506 * lib/autoconf/general.m4, lib/autoconf/status.m4:
2507 * lib/autotest/general.m4, tests/local.at:
2508 Update copyright year to 2006.
2510 * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
2512 * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
2513 for file names, again. Reported by Noah Misch.
2514 (Coding Style): Explain that s|a|b| is preferred for file names.
2515 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
2516 (AC_OUTPUT_MAKE_DEFS): Likewise.
2517 * lib/autotest/general.m4 (AT_INIT): Likewise.
2518 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
2519 * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
2521 Fix Posix-conformance bugs re use of { command in sed scripts,
2522 and improve the sed-related documentation a bit.
2523 * doc/autoconf.texi (Installation Directory Variables): Use
2524 our own style advice re 's,a,b,' versus 's|a|b|'. Use "Sed"
2525 rather than "sed" when talking about Sed in general.
2526 (Particular Programs): Likewise.
2527 (Coding Style): y is like s with respect to / and ,.
2528 (Limitations of Usual Tools): Document the weird restrictions
2529 that Posix has about { }. Use better quoting.
2530 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
2531 Rewrite to conform to Posix rules about { } in sed scripts.
2532 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
2533 * tests/foreign.at (Libtool): Likewise.
2534 * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
2535 Use our own style advice re 's,a,b,' versus 's|a|b|'.
2537 2006-01-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2539 * lib/autoconf/status.m4: Fix typo.
2541 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2542 singly- or doubly-quoted arguments to `-cmdline', `-ignore',
2543 `-def', for the benefit of Portland `pgf90 -Mipa'.
2544 Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
2546 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
2548 * doc/autoconf.texi: Update copyright (and other) dates to 2006.
2549 * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
2550 shell from zsh to bash.
2552 2005-12-31 Stepan Kasal <kasal@ucw.cz>
2554 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
2555 ":" caused problems on OS/2-EMX. Suggested by Andrew Belov.
2557 2005-12-29 Paul Eggert <eggert@cs.ucla.edu>
2559 * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
2560 parentheses in $(...). Problem reported by Eric Blake.
2562 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
2564 * doc/autoconf.texi (Limitations of Usual Tools):
2565 Mention which characters can be escaped with \ in portable regular
2566 expressions used in grep, sed, expr. Mention the leading ^ problem
2567 with expr. Clean up some confusing wording. Mention which
2568 grep options are portable.
2570 2005-12-09 Stepan Kasal <kasal@ucw.cz>
2572 * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
2574 2005-12-02 Paul Eggert <eggert@cs.ucla.edu>
2576 * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
2577 patch, noted by Ralf Wildenhues.
2579 2005-12-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2581 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
2582 posix' unconditionally, for pdksh in `native sh' emulation.
2584 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
2586 * doc/autoconf.texi (Shellology): Document eval $? problem
2588 (Limitations of Builtins): Likewise.
2590 2005-11-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2592 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
2593 CONFIG_SHELL in the environment of the configure rerun.
2594 * doc/autoconf.texi (Here-Documents, config.status Invocation):
2595 Suggest passing CONFIG_SHELL absolute, and in the environment
2596 rather than as option.
2598 2005-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2600 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
2601 Fix quoting of output line (triggered for many AC_SUBST_FILEs).
2602 Fix macro quoting. Fix output for n * 98 substituted variables.
2604 2005-11-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2606 * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
2607 `tmp' to avoid file removal race.
2609 2005-11-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2611 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
2612 ac_clean_files and LIBOBJS.
2614 2005-11-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2616 * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
2617 Factor functionality to..
2618 (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
2619 `AC_SUBST($1)' in the public version.
2620 (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
2621 (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
2624 2005-11-01 Stepan Kasal <kasal@ucw.cz>
2626 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
2629 2005-11-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2631 * NEWS: Move AH_HEADER mention to right place.
2633 2005-10-27 Stepan Kasal <kasal@ucw.cz>
2635 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
2636 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2638 2005-10-25 Stepan Kasal <kasal@ucw.cz>
2640 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
2641 conftst2.$ac_objext.
2642 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2644 2005-10-24 Stepan Kasal <kasal@ucw.cz>
2646 * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
2647 conftest.o, to see whether the compiler really obeys; rm the object
2648 file before and after the test and register it with ac_clean_files.
2649 * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
2651 2005-10-21 Stepan Kasal <kasal@ucw.cz>
2653 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
2654 the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
2655 code so that the most common case requires less forks.
2657 2005-10-20 Stepan Kasal <kasal@ucw.cz>
2659 * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
2660 not portable; thanks to Paul Eggert and Alexandre.
2662 * NEWS: Fix an old typo.
2664 2005-10-20 Jim Meyering <jim@meyering.net>
2666 * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
2667 the latter'', in two places.
2669 2005-10-19 Paul Eggert <eggert@cs.ucla.edu>
2671 * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
2672 AC_LANG_PROGRAM, fixing a typo. Don't give details about
2673 the inner workings of AC_LANG_FUNC_LINK_TRY.
2674 * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
2675 AC_LANG_FUNC_LINK_TRY. This involves returning the value returned
2676 by the function rather than ignoring it.
2677 (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
2678 comparing its address. Intel's interprocedural optimization was
2679 outsmarting the old heuristic. Problem reported by
2682 2005-10-19 Stepan Kasal <kasal@ucw.cz>
2684 * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
2686 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
2688 * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
2689 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
2691 2005-10-04 Stepan Kasal <kasal@ucw.cz>
2693 * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
2694 before removing it (chmod -R u+rwx); there are three instances of this.
2696 2005-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2697 Stepan Kasal <kasal@ucw.cz>
2699 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
2700 * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
2701 make its content writable before removing it. Remove an errorneous
2702 comment from the end, where the logs of the failed tests are copied
2703 to the main log file.
2705 2005-09-27 Stepan Kasal <kasal@ucw.cz>
2707 * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
2708 in case the computer is too quick. Double quote the configure.ac
2711 * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
2712 problems if the testsuite were running too fast.
2714 2005-09-18 Paul Eggert <eggert@cs.ucla.edu>
2716 * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
2717 and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
2718 (which belong to Xt, not X itself). See Debian bug 327655.
2719 * NEWS: Mention this.
2721 2005-09-07 Stepan Kasal <kasal@ucw.cz>
2723 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
2725 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2727 * config/move-if-change: Don't output "$2 is unchanged";
2728 suggested by Ben Elliston. Handle weird characters correctly.
2730 2005-09-06 Stepan Kasal <kasal@ucw.cz>
2732 * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
2733 calls, so that the final expansion of this macro is shorter.
2734 Create the conftest.$ac_ext outside the `for' loop, to speed the run.
2735 Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
2736 the cleanup there. Use AS_VAR_* macros, to be more general.
2737 * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
2739 * lib/autoconf/general.m4: Use AS_IF where appropriate.
2741 * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
2743 2005-09-01 Stepan Kasal <kasal@ucw.cz>
2745 * doc/autoconf.texi (Configuration Headers): Add an index entry
2748 2005-08-26 Pavel Roskin <proski@gnu.org>
2750 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
2751 XMKMF to locate xmkmf. Make XMKMF precious. Export CC when
2754 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
2756 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2757 The previous patch didn't work, so try a better one.
2759 2005-08-26 Stepan Kasal <kasal@ucw.cz>
2761 * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
2762 in the example. Reported by Bruno Haible.
2763 <AS_TR_SH>: Likewise. Also modify the example to be more convincing:
2764 "if $undefined_var;" succeeds with my shell.
2766 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
2767 AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
2768 but change the m4_divert_text to m4_divert_once.
2770 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
2772 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
2773 Work around bug in Solaris /usr/xpg4/bin/awk.
2774 The bug is present in at least Solaris 8 through 10.
2776 2005-08-24 Stepan Kasal <kasal@ucw.cz>
2778 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
2779 some evil values and relying on the fact that $* concatenates the
2780 parameters by the first character from IFS.
2782 2005-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
2783 Stepan Kasal <kasal@ucw.cz>
2785 * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
2786 first header appears, define AH_HEADER.
2787 * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
2788 Update limitations about when to call AC_CONFIG_HEADERS.
2789 (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
2790 parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
2791 that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
2792 ``Configuration Actions''; fix their index entries.
2794 * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
2795 options correctly. Process N-M as M-N if M is smaller than N.
2796 Process ranges correctly so that N-N will run only N.
2797 Sort and uniquify the tests that will be run. If there is more
2798 than one test, reinsert the banners for the tests.
2799 * tests/autotest.at (Keywords): Unmark XFAIL.
2801 2005-08-23 Stepan Kasal <kasal@ucw.cz>
2803 * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
2804 before passing the macro name to AH_TEMPLATE.
2806 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
2807 now opens log after option processing; in particular, --version
2808 and --help do not touch config.log.
2810 * Makefile.maint: Revert the change from 2005-08-12.
2812 2005-08-22 Stepan Kasal <kasal@ucw.cz>
2814 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
2816 (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
2818 2005-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2820 * doc/autoconf.texi (Using Autotest, testsuite Scripts)
2821 (Autotest Logs, Writing testsuite.at, testsuite Invocation):
2824 * doc/autoconf.texi (Defining Symbols, Changed Results):
2825 Prepend to LIBS, not append, in examples.
2827 2005-08-16 Stepan Kasal <kasal@ucw.cz>
2829 When building in place, set srcdir="."; suggested by Tim Van Holder.
2831 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
2832 build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
2833 (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
2834 * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
2835 does not mean "no --srcdir option".
2837 2005-08-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839 * tests/autoscan.at (autoscan): New file.
2840 * tests/suite.at: Use it.
2841 * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
2842 Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
2844 * tests/autotest.at (Keywords): Test keywords combinations.
2846 2005-08-12 Stepan Kasal <kasal@ucw.cz>
2848 * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
2849 add "2>&1"; gzip 1.2.4 prints help on stderr.
2851 2005-07-27 Stepan Kasal <kasal@ucw.cz>
2853 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
2854 was pushdef'ed twice while popped only once. Push it only once.
2855 (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
2857 2005-07-26 Stepan Kasal <kasal@ucw.cz>
2859 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
2860 prefixed by mere "===", not "configure: === ".
2862 2005-07-25 Paul Eggert <eggert@cs.ucla.edu>
2864 * Makefile.maint: Update from Bison.
2866 * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
2867 "<tab>" in comment, so that the point is understandable.
2869 2005-07-25 Stepan Kasal <kasal@ucw.cz>
2871 Rewrite substantial part of lib/autoconf/status.m4.
2872 The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
2873 and CONFIG_COMMANDS are not processed in four separate loops.
2874 Instead, there is one main loop. This alows that the common code
2875 is expanded only once, thus config.status (and configure) is smaller.
2877 The registration mechnism in AC_CONFIG_FILES and cousins also changed;
2878 the AC_LIST_FILES and cousins macros are no longer used.
2880 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
2881 _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
2882 (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
2883 _AC_OUTPUT_COMMAND): ..., respectively. These macros no longer
2884 contain the initialization, nor the for loop, nor the associated
2885 commands; all these go to ...
2886 (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
2887 _AC_OUTPUT_CONFIG_STATUS.
2888 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
2889 Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
2890 (_AC_OUTPUT_FILE): The creation of the sed script ...
2891 (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
2892 (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
2893 _AC_OUTPUT_MAIN_LOOP.
2894 (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
2895 _AC_CONFIG_COMMANDS): Use ...
2896 (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
2897 (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
2898 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
2899 _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
2900 (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
2901 (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
2903 (_AC_CONFIG_UNIQUE): Update.
2904 (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
2905 Replaced by this ...
2906 (_AC_LIST_TAGS): ... new common macro.
2907 (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
2908 AC_LIST_COMMAND_COMMANDS): Replaced by this ...
2909 (_AC_LIST_TAG_COMMANDS): ... new common macro.
2910 (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
2911 this didn't belong to the `config commands' section.
2912 (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
2913 (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
2914 AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
2915 to the `config commands' section either.
2916 (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
2917 (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
2919 ... and many changes to the comments nearby.
2921 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
2922 set ac_subdirs_all='_AC_LIST_SUBDIRS'.
2923 * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
2924 AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
2925 (#define header templates): The comment at the top of the generated
2926 header now includes the name(s) of the source file(s).
2928 Several unrelated small changes:
2930 * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
2931 parameter to AC_DIAGNOSE.
2932 * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
2933 (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
2934 with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
2935 (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
2937 (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
2938 in AC_OUTPUT doesn't double-quote it either.
2939 * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
2942 2005-07-10 Stepan Kasal <kasal@ucw.cz>
2944 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
2945 versions of Portland Group compiler produce single- and double-quoted
2946 -cmdline argument. Reported by Steven G. Johnson <stevenj@fftw.org>
2947 and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
2949 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
2951 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
2952 This is a corrected version of yesterday's patch.
2954 2005-07-07 Stepan Kasal <kasal@ucw.cz>
2956 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
2957 path, too; insert a "===" to emphasize the line.
2959 * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
2960 ac_cv_build_alias to ac_build_alias.
2961 (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
2963 On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
2964 change eliminates it. Problem reported by Alexandre Duret-Lutz.
2965 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
2966 (AC_ARG_VAR): ... here.
2967 (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
2970 Keep a list of all precious variables and process them with one simple
2971 for loop, instead of expanding all commands, or, OTOH, complicated
2972 processing of output of "set".
2973 * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
2974 variable names in new macro...
2975 (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
2976 (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
2977 a loop to assign all ac_env_* and ac_cv_env_* variables.
2978 (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
2980 (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
2981 its value to shell variable ac_precious_vars and call
2982 _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
2983 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
2984 _AC_ARG_VAR_VALIDATE.
2986 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
2987 and the AC_SUBSTs ...
2988 (AC_INIT): ... here.
2990 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
2991 the ac_subst_files section in config.log.
2993 * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
2995 2005-07-06 Paul Eggert <eggert@cs.ucla.edu>
2997 * NEWS: New macro AC_C_TYPEOF.
2998 * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
2999 * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
3000 * tests/c.at (C keywords): Test AC_C_TYPEOF.
3002 Fix problems reported by Nicolas Joly.
3003 * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
3004 * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3005 They are generated by the Tru64 v5.1B shell.
3007 2005-07-05 Stepan Kasal <kasal@ucw.cz>
3009 Fix my changes from 2005-07-01; reported by Noah Misch.
3010 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
3011 description, the macro now accepts only a single tag.
3012 (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
3014 Fix cases when the varsions of Autoconf and Autotest don't match.
3015 Reported by Noah Misch.
3016 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
3017 at_top_builddir, for compatibility with older autotest.
3018 * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
3019 is not set, use at_top_builddir, for compatibility with older
3020 versions of autoconf.
3022 2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
3024 * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
3025 Problem reported by Patrick Welche.
3027 2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
3029 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
3030 sed substitution command, so that we allow | in program prefixes
3031 and program suffixes. (& is a problem anyway; we're not fixing
3033 * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
3034 configure_input, top_builddir, srcdir, etc.
3035 * lib/autotest/general.m4 (AT_INIT): Likewise, for
3036 PATH_SEPARATOR in AUTOTEST_PATH.
3038 2005-07-02 Alexandre Duret-Lutz <adl@gnu.org>
3040 * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
3041 for loop over config.site files using `set', to allow
3042 directory names containing IFS characters.
3044 2005-07-01 Paul Eggert <eggert@cs.ucla.edu>
3046 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
3047 directories with weird names. Apparently some people like living
3048 on the edge. However, improve the test that "pwd" actually does
3049 report a name for the working directory.
3050 * NEWS: Remove the claim that we test for funny chars in dir names.
3052 2005-07-01 Stepan Kasal <kasal@ucw.cz>
3054 * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
3056 * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
3057 * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
3058 Now accept a single tag, not whitespace separated list.
3059 (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
3061 2005-06-30 Stepan Kasal <kasal@ucw.cz>
3063 * doc/autoconf.texi (Configuration Headers): Change the explanation
3064 about #include <config.h>.
3065 (Generic Functions): Mention the Gnulib project.
3066 (Limitations of Usual Tools) <sed>: Another minor rephrasing.
3068 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
3069 document to output the default config_* lists to config.status.
3070 Don't recognize option --file, if the functionality is not there.
3071 Likewise for --header; moreover, recognize --he and --h as shortcuts
3072 for --help in that case.
3074 * lib/autoconf/status.m4: Fix the order of the "sections", so that it
3075 matches the order of execution. No code changed.
3077 2005-06-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3079 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
3080 single-quoted -cmdline argument in Portland Group compiler.
3081 Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3083 2005-06-30 Alexandre Duret-Lutz <adl@gnu.org>
3085 * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
3087 2005-06-29 Stepan Kasal <kasal@ucw.cz>
3089 * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
3090 descriptors to child processes; reported by Norman Gray.
3092 2005-06-29 Stepan Kasal <kasal@ucw.cz>
3094 * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
3096 * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
3097 instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
3098 (AC_SUBST): Call it.
3099 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
3100 the directory specific variables; but don't call it for configure_input.
3102 2005-06-28 Derek Price <derek@ximbiot.com>
3104 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
3107 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
3109 * NEWS: Don't worry about spaces in bindir etc. Only srcdir and working
3110 directory have inherent problems with special characters like spaces,
3111 due to limitations in Make syntax. Problem reported by Alexandre
3113 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
3114 Also, fix Tru64 porting problem with shell patterns,
3115 reported by Ralf Wildenhues.
3117 2005-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3119 * doc/autoconf.texi (Subdirectories): Fix markup typos.
3121 2005-06-23 Paul Eggert <eggert@cs.ucla.edu>
3123 * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
3125 Fix some more shell quoting problems. Prompted by a bug report
3126 from Justace Clutter.
3127 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
3128 variable into diagnostic. Make the diagnostic an error, not a warning,
3129 because we really don't support spaces and suchlike in dir names.
3130 (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
3131 Don't worry about backslashes in srcdir; it can't happen now.
3132 (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
3133 Simplify ac_optarg handling.
3134 (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
3136 2005-06-22 Stepan Kasal <kasal@ucw.cz>
3138 Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
3139 * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
3140 * tests/atlocal.in: Propagate $EGREP and $SED.
3141 * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
3142 (AT_CONFIG_CMP): Use sed instead of grep plumbing.
3144 * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
3145 that '\|' is not allowed in BREs; recommend using newline separated
3146 list of patterns instead of multiple -e options.
3148 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
3150 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
3152 2005-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3154 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
3156 2005-06-21 Stepan Kasal <kasal@ucw.cz>
3158 * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
3159 b, t, r, w commands require single space, while : cannot have any.
3160 (Special Shell Variables): Fix sed code this in the example.
3161 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
3162 * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
3164 * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
3165 expand to the empty list. Don't use two pairs of m4_changequote,
3168 2005-06-20 Derek Price <derek@ximbiot.com>
3170 * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
3172 2005-06-17 Paul Eggert <eggert@cs.ucla.edu>
3174 * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
3175 * doc/autoconf.texi:
3176 Don't mention Solaris versions so much, if a
3177 problem is common to all extant versions of Solaris. Say "SunOS
3178 4" instead of "SunOS" for SunOS 4.
3179 (awk): Mention more of the limitations of traditional Awk.
3180 (cat): Don't talk about cat -v.
3182 2005-06-16 Paul Eggert <eggert@cs.ucla.edu>
3184 * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
3185 (AS_VERSION_COMPARE): New macro. The API is taken from CVS,
3186 but the implementation is entirely different and is designed
3187 to be compatible with glibc strverscmp.
3188 * tests/m4sh.at (AS_VERSION_COMPARE): New test.
3190 * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
3191 on Mac OS X 10.4 reported by Peter O'Gorman in:
3192 http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
3193 * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
3194 Use shell builtins rather than 'expr', to work around expr bug.
3196 2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
3198 * doc/autoconf.texi: "filesystem" -> "file system".
3199 "behaviour" -> "behavior".
3200 Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
3201 * lib/autoconf/general.m4: Omit blank after ":" sed command,
3203 * lib/m4sugar/m4sh.m4: Likewise.
3204 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
3205 with Solaris sed. Fix by Ralf Menzel and Stepan Kasal.
3207 * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
3208 (.x.1): Ignore the time stamp in the .TH line when deciding whether
3209 to update the man page. That way, we don't have to check in new
3210 man pages every month.
3212 * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
3213 quotes and backslashes. Patch from Derek Price.
3215 2005-06-10 Derek Price <derek@ximbiot.com>
3217 * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
3220 2005-06-08 Paul Eggert <eggert@cs.ucla.edu>
3222 * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
3223 -u, since it outputs chatter if the input files are the same.
3224 Problem reported by Ralf Menzel.
3226 2005-06-08 Derek Price <derek@ximbiot.com>
3228 * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
3229 renaming them since they are about to be redefined anyhow.
3231 2005-06-08 Derek Price <derek@ximbiot.com>
3233 * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
3234 redefined M4 macros to this node. Document m4_include & m4_sinclude.
3235 Move m4_undefine to alphabetical order.
3237 2005-06-07 Paul Eggert <eggert@cs.ucla.edu>
3239 * README: Recommend GNU M4 1.4.3 or later.
3240 * doc/autoconf.texi (Introduction): Likewise.
3241 Reword to avoid some formatting glitches.
3242 Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
3243 Clarify explanation of HP compiler bug.
3244 Redo example output tp match current CVS snapshot.
3245 Use @example.org in email addresses when the examples
3246 might get inadvertently cut-and-pasted into user code.
3247 Remove example of autom4te usage that doesn't seem to work now.
3248 Use modern AC_INIT (except when the example is meant to be
3249 shown with Autoconf 2.13).
3250 Update ksh info for Solaris 9 and later.
3252 Modernize description of Automake versions a bit.
3253 Don't claim a future version of Autoconf is near.
3254 * doc/install.texi: Reword to avoid some formatting glitches.
3256 2005-06-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3258 * doc/autoconf.texi: Add [] to examples, so that the manual
3259 follows its own advice about quoting better.
3260 Reword to avoid some formatting glitches.
3261 * doc/installt.exi: Reword to avoid some formatting glitches.
3263 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3264 Tru64 ksh pattern matching bug. Reported against Libtool by
3265 Albert Chin <libtool@mlists.thewrittenword.com> and
3266 Nicolas Joly <njoly@pasteur.fr>.
3268 2005-06-06 Stepan Kasal <kasal@ucw.cz>
3270 m4_cdr of one-member list was [[]] (one-member list containing an
3271 empty string) instead of [] (an empty list. Callers were skewed to
3272 match this misbehaviour. As a consequence of this:
3273 - m4_foreach([x], [], [foo]) expanded to `foo', while
3274 - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3275 This bug has been fixed:
3277 * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3278 expand to an empty string; print error msg if called without
3280 (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3281 misbehaviour; handle [] and [[]] correctly.
3283 2005-06-06 Stepan Kasal <kasal@ucw.cz>
3285 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3286 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3287 scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3289 2005-06-06 Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> (trivial change)
3291 * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3292 swallow records with more than 99 fields.
3293 * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3294 parse the long line.
3296 2005-06-04 Stepan Kasal <kasal@ucw.cz>
3298 * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3299 swallow literals longer than 399. Reported by Ralf Wildenhues.
3300 * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3301 to workaround this limitation.
3303 2005-06-03 Steven G. Johnson <stevenj@alum.mit.edu>
3305 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3306 to gfortran, and make these the first two compiler names
3307 checked (following the general autoconf preference for gcc).
3309 2005-06-03 Stepan Kasal <kasal@ucw.cz>
3311 * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3312 (DISTCLEANFILES): Remove $(check_SCRIPTS).
3313 (testsuite): Make sure autotest.m4f is up-to-date before using it.
3315 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
3317 * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3318 expression of unbounded size when processing the --list
3319 option. This runs afoul of a limit of 399 bytes per regular
3320 expression on AIX. Problem reported by Ralf Wildenhues.
3322 2005-06-01 Paul Eggert <eggert@cs.ucla.edu>
3324 * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3325 * doc/autoconf.texi (Particular Headers): Reword example
3326 for multiline stdbool replacement.
3327 (Setting Output Variables): Reword text a bit. Don't
3328 give all the details about |#_!!_#|.
3329 Reword description of line replacement.
3331 2005-05-31 Dan Manthey <dan_manthey@partech.com>
3333 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3334 now contain newlines, and substituted files must be referenced on
3335 a line alone; the sed scripts to substitute them are now very
3337 (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3338 commands can be put in a sed script portably.
3339 * doc/autoconf.texi (Setting Output Variables): Document above
3340 changes. (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3341 use of multiline substitution.
3342 * tests/torture.at: No longer expect substitution of newline to fail.
3344 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
3346 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3347 From Ralf Menzel (trivial change).
3349 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
3351 * tests/local.at: Don't attempt to check for negated character
3352 classes in shell scripts. The test was too brittle.
3354 2005-05-25 Stepan Kasal <kasal@ucw.cz>
3356 * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3357 * doc/autoconf.texi (Limitations of Builtins): Document this
3360 2005-05-24 Stepan Kasal <kasal@ucw.cz>
3362 * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3363 common code; used in many places in the tree.
3364 (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3365 (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3367 * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3369 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3370 messages when ac_unique_file is not found.
3371 (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3372 (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3373 commands, for consistency with AC_MSG_ERROR and such.
3375 * bin/autoconf.as: Make more use of "shift 2" in option processing.
3377 * bin/Makefile.am: Merge the two rules for creating scripts.
3379 2005-05-23 Stepan Kasal <kasal@ucw.cz>
3381 * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3382 obsolete; it was never documented.
3383 (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3385 2005-05-20 Stepan Kasal <kasal@ucw.cz>
3387 * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3388 * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3389 (ac_top_builddir): ... this ...
3390 (ac_top_build_prefix): ... to this; the old name is also kept, for
3391 backward compatibility.
3392 (ac_top_builddir_sub): New variable, without the trailing slash,
3394 (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3395 * doc/autoconf.texi (Configuration Actions): Rename
3396 ac_top_builddir to ac_top_build_prefix.
3397 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3398 at_top_builddir to at_top_build_prefix.
3399 * lib/autotest/general.m4 (AT_INIT): Likewise.
3401 2005-05-20 Stepan Kasal <kasal@ucw.cz>
3403 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3406 2005-05-17 Stepan Kasal <kasal@ucw.cz>
3408 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3409 argument to m4_foreach. I guess it was necessary in the past,
3410 but I think it's a no-op now.
3412 2005-05-17 Stepan Kasal <kasal@ucw.cz>
3414 * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3415 ``cat <<_ACEOF'' commands to one.
3416 (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3417 * lib/autoconf/status.m4: On various places, use expr instead of
3419 (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3420 (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3421 * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3423 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3424 the wrong patterns between ``case'' and ``esac.'' The previous
3425 code had false positives.
3427 2005-05-14 Alexandre Duret-Lutz <adl@gnu.org>
3429 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3431 * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3434 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
3436 * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3437 ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
3438 Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3439 bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3440 bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3441 bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3442 config/config.guess, config/config.sub, config/elisp-comp,
3443 config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3444 doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3445 lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3446 lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3447 lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3448 lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3449 lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3450 lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3451 lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3452 lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3453 lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3454 lib/autoconf/general.m4, lib/autoconf/headers.m4,
3455 lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3456 lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3457 lib/autoconf/specific.m4, lib/autoconf/status.m4,
3458 lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3459 lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3460 lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3461 lib/autotest/general.m4, lib/emacs/Makefile.am,
3462 lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3463 lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3464 lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3465 tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3466 tests/compile.at, tests/foreign.at, tests/fortran.at,
3467 tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3468 tests/semantics.at, tests/suite.at, tests/tools.at,
3469 tests/torture.at, tests/wrapper.as:
3470 Update FSF postal mail address.
3472 2005-05-13 Stepan Kasal <kasal@ucw.cz>
3474 * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3476 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3477 enough arguments, similarly as in m4_bpatsubsts.
3479 2005-05-12 Stepan Kasal <kasal@ucw.cz>
3481 * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
3484 2005-05-11 Stepan Kasal <kasal@ucw.cz>
3486 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
3487 for absolute directory names in one loop.
3488 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
3489 abbreviations of --version and --debug.
3491 2005-05-10 Paul Eggert <eggert@cs.ucla.edu>
3493 * doc/autoconf.texi (Autoconf Language): Be more precise about
3494 quoting rules. Problems noted by Stepan Kasal.
3495 Also, throughout this document, be more careful about white space.
3496 "blank", "white space", and "space" all have different meanings
3497 and we should be careful to say what we mean.
3499 2005-05-05 Paul Eggert <eggert@cs.ucla.edu>
3501 Fix C++ related problems reported by Werner Lemberg.
3502 * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
3503 * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
3504 * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
3505 avoid problems with C++ and throw.
3506 * tests/compile.at: .cpp, not .cc.
3508 * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
3510 2005-05-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3512 * doc/autoconf.texi (Generic Functions): Typos.
3514 2005-05-02 Gary V. Vaughan <gary@gnu.org>
3516 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
3517 object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
3518 set by latest automake.
3520 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
3522 * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
3523 outputs 0 on GNU/Linux these days.
3525 2005-04-29 Paul Eggert <eggert@cs.ucla.edu>
3527 * doc/autoconf.texi (Autoconf Language): Add more description
3528 about quoting heuristics.
3529 (Limitations of Builtins): Describe "set -" problems.
3531 2005-04-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3533 * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
3536 * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
3537 by AC_DEFINE; it was a mistake.
3538 From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
3540 2005-04-25 Stepan Kasal <kasal@ucw.cz>
3542 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
3544 2005-04-22 Stepan Kasal <kasal@ucw.cz>
3546 * doc/autoconf.texi (External Software): Quadrigraphs are not
3547 processed correctly in AS_HELP_STRING; avoid this in the examples.
3548 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
3549 * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
3550 comment and reduce m4_default([foo], []) to [foo].
3551 (m4_strip): Update the explanation.
3553 2005-04-19 Paul Eggert <eggert@cs.ucla.edu>
3555 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
3556 Remove core.conftest.* too; it's generated by Tru64 5.1.
3557 Problem reported by Jennis Pruett.
3558 * lib/autoconf/functions.m4
3559 (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
3560 Don't bother to remove core files; AC_RUN_IFELSE should do that
3563 2005-04-19 Stepan Kasal <kasal@ucw.cz>
3565 * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
3567 2005-04-19 Alexandre Duret-Lutz <adl@gnu.org>
3569 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
3570 Report from Horst Wente.
3572 2005-04-15 Stepan Kasal <kasal@ucw.cz>
3574 * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
3577 2005-04-14 Gregorio Guidi <greg_g@gentoo.org>
3579 * doc/autoconf.texi (External Software, Package Options): Add
3580 examples showing how to implement --with-* and --enable-* options.
3582 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
3584 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
3585 as well as configure.in. Problem reported by Gregorio Guidi.
3587 2005-04-10 Paul Eggert <eggert@cs.ucla.edu>
3589 * doc/autoconf.texi (Particular Functions): Use gnulib's current
3590 pattern for alloca snippet.
3592 2005-04-04 Stepan Kasal <kasal@ucw.cz>
3594 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
3596 2005-04-01 Stepan Kasal <kasal@ucw.cz>
3598 * doc/autoconf.texi (Generic Programs): Fix a typo.
3600 2005-04-01 Paul Eggert <eggert@cs.ucla.edu>
3602 * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
3603 fails if %s isn't supported. Problem reported by Ralf Wildenhues.
3605 2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3607 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
3608 Merge `-z option' as well for the benefit of Solaris link flags. Pass
3609 whole-archive (-zallextract, -zdefaultextract) options in the hope of
3610 unique libraries, for the Sun Fortran 95 8.0 compiler. Bug reported
3611 against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
3613 2005-03-22 Paul Eggert <eggert@cs.ucla.edu>
3615 * NEWS: The configure command now warns you if you attempt to use
3616 a directory whose name contains a special character like space,
3618 * doc/autoconf.texi (Installation Directory Variables): Allow
3619 "," in file names. Do not use \@; it's not a portable regexp.
3620 * bin/Makefile.am (edit): Likewise.
3621 * lib/Makefile.am (edit): Likewise.
3622 * tests/Makefile.am (edit): Likewise.
3623 * tests/semantics.at: Likewise.
3624 * tests/torture.at: Likewise.
3625 * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
3626 * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
3627 * doc/autoconf.texi (File System Conventions): Warn about
3628 unportable file names.
3629 * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
3631 (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
3632 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
3633 ac_pwd, and quote srcdir.
3634 * lib/autotest/general.m4 (AT_INIT): Quote file name args.
3636 * doc/autoconf.texi: Fix some systematic formatting problems.
3637 ".)" needs a following @: if not at the end of a sentence, and
3638 similarly for "!)". "etc." should be preceded by a comma.
3639 "n-th" -> "@var{n}th". pdksh is still buggy, so update its date.
3641 2005-03-22 Bruno Haible <bruno@clisp.org>
3643 * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
3644 argument is often called 'build-aux'.
3646 2005-03-07 Stepan Kasal <kasal@ucw.cz>
3648 * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
3649 macro AC_TRY_LINK is obsolete.
3650 (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
3653 2005-02-24 Stepan Kasal <kasal@ucw.cz>
3655 * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
3656 `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
3657 from a Common Lisp's `cl'.
3658 (AC_PROG_CXX): Behave according to the documentation: don't
3659 search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
3660 make the variable CCC precious; use `cl.exe', not `cl'.
3662 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
3663 Alexandre Duret-Lutz <adl@gnu.org>
3665 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
3666 /dev/null, as "configure" shouldn't read stdin, and this insulates
3667 us from problems (e.g., when testing for "cl"). Also, do this
3668 redirection before invoking "hostname" or "uname", and keep the
3669 original input stream available via...
3670 (AS_ORIGINAL_STDIN_FD): ... this new macro.
3671 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
3672 bother with "</dev/null" since it's now done at the top of
3674 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
3675 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3676 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3677 * doc/autoconf.texi (File Descriptor Macros): New section.
3678 (Printing Messages): Mention it.
3679 * tests/base.at (Input/Output): New test.
3681 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
3683 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
3684 newline if neither \c nor -n work, as that would output two
3685 newlines. Prefer -n to \c. Reported by Stepan Kasal.
3687 2005-02-12 Stepan Kasal <kasal@ucw.cz>
3689 * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
3690 This causes that any required macros inside will get before the if.
3691 * doc/autoconf.texi (autom4te.cache): A typo.
3693 2005-02-12 Paul Eggert <eggert@cs.ucla.edu>
3695 Undo previous change, except keep the change to
3696 lib/autoconf/programs.m4 that replaced grep with shell
3697 pattern-matching. This is because net-snmp configure reads stdin.
3698 Reported by Noah Misch.
3700 2005-02-11 Paul Eggert <eggert@cs.ucla.edu>
3702 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
3703 from /dev/null, as "configure" shouldn't read stdin, and this
3704 insulates us from problems (e.g., when testing for "cl").
3705 Suggested by Alexandre Duret-Lutz. Also, do this redirection
3706 before invoking "hostname" or "uname".
3707 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3708 _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
3709 * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
3710 "</dev/null" since it's now done at the top of 'configure'.
3711 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
3712 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
3713 Also, replace grep with shell pattern-matching, to save a process.
3715 2005-02-10 Paul Eggert <eggert@cs.ucla.edu>
3717 * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
3718 _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
3719 avoid thinking that Allegro Common Lisp's "cl" command is a C++
3722 2005-02-09 Paul Eggert <eggert@cs.ucla.edu>
3724 * doc/autoconf.texi (Limitations of Usual Tools): Document that
3725 grep -q isn't portable. Improve grep -s explanation.
3726 Problem reported by Dan Manthey.
3728 2005-02-08 Paul Eggert <eggert@cs.ucla.edu>
3730 * doc/autoconf.texi (Special Shell Variables): Clarify
3731 PATH_SEPARATOR wording; fix typo in IFS. Reported by Gary V. Vaughan.
3733 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
3735 * doc/autoconf.texi: Use @acronym for DJGPP.
3736 Fix some @code's that should have been @env's, and vice versa.
3737 Sort environment variable names.
3738 Mention that shells no longer inherit IFS.
3739 Don't recommend PATH_SEPARATOR=';' so strongly.
3740 Mention that $RANDOM might expand to the empty string.
3741 "symlink" and "soft link" -> "symbolic link".
3742 Improve mktemp description (reported by Bruno Haible).
3744 2005-02-05 Paul Eggert <eggert@cs.ucla.edu>
3746 * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
3747 * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
3749 * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
3752 2005-02-04 Paul Eggert <eggert@cs.ucla.edu>
3754 * NEWS: Mention AT_COPYRIGHT.
3756 * tests/local.at (AT_CMP): Use diff directly on input files rather
3759 * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
3760 /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
3762 2005-02-04 Noah Misch <noah@cs.caltech.edu>
3763 and Paul Eggert <eggert@cs.ucla.edu>
3765 * tests/autotest.at (Empty test suite): New test.
3766 * tests/torture.at (Substitute and define special characters)
3767 (Substitute a 2000-byte string, Define to a 2000-byte string)
3768 (Substitute a newline, Define a newline): New tests.
3770 2005-02-04 Noah Misch <noah@cs.caltech.edu>
3772 * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
3773 * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
3774 (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
3775 * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
3776 (Standard regular expressions): New test.
3777 (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
3778 excess test name quoting.
3779 * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
3780 CPPFLAGS to `configure' instead of setting it in `configure'.
3782 * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
3783 any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
3786 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
3787 s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
3789 * tests/local.at (AT_CMP): New macro.
3790 (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
3791 (AC_SAVE_STATE): Move environment grep...
3792 (AT_CHECK_ENV): to here. Filter out `'$''. Use AT_CMP.
3793 (AT_CONFIG_CMP): New macro.
3794 (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
3795 * tests/c.at (Extensions): Do not exit early.
3796 * tests/atlocal.in: Inherit $GREP.
3798 * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
3799 (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
3801 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
3802 (AC_COPYRIGHT): Factor header comment portion out and move into...
3803 * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
3804 * lib/autotest/general.at (AT_COPYRIGHT): New macro.
3805 (AT_INIT): Add Autotest copyright notice. Display copyright notices in
3807 * tests/local.at: Add Autoconf test suite copyright notice.
3808 * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
3810 2005-02-04 Bruno Haible <bruno@clisp.org>
3811 and Paul Eggert <eggert@cs.ucla.edu>
3813 * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
3815 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
3817 * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
3818 this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
3820 Try not to generated lines of unlimited length, as POSIX places a
3821 2047-byte limit on line length of portable text files.
3822 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
3823 Use newline as a separator, not space.
3824 * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
3825 (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
3828 2005-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3830 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
3831 as_func_*. Add test to check whether positional parameters
3832 are restored after function return.
3834 2005-02-02 Paul Eggert <eggert@cs.ucla.edu>
3836 * doc/autoconf.texi (Special Shell Variables): Mention _,
3837 BIN_SH, DUALCASE. Say that variables other than "status" are safe
3838 if they contain a lower-case letter. The DUALCASE problem was
3839 reported by Ralf Wildenhues.
3841 * bin/autoconf.as: Don't exit with status 0 after write failure
3842 with --help or --version.
3843 * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
3844 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
3846 2005-02-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3848 * doc/autoconf.texi (Limitations of Usual Tools):
3849 Unicos 9 sed limitations.
3850 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
3851 to get the option-enhanced interface on older Crays. Try ftn for
3852 Fortran 95 (newer Crays).
3854 2005-02-01 Paul Eggert <eggert@cs.ucla.edu>
3856 * man/Makefile.am (.x.1): Go back to the simple solution, but take
3857 care to echo the commands, so the user knows what's going on.
3858 Modified from a suggestion by Stepan Kasal.
3860 * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
3861 with a cross reference. Derived from a suggestion by Bruce Korb.
3863 2005-01-31 Paul Eggert <eggert@cs.ucla.edu>
3865 * doc/autoconf.texi (config.status Invocation): Warn about
3866 discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
3867 * doc/install.texi (Defining Variables): Likewise.
3868 Based on a proposed patch by Ralf Wildenhues.
3870 * man/Makefile.am (.x.1): Make sure the required generated files
3871 are up to date. Problem and original solution proposed by Stepan Kasal.
3872 $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
3873 implicit-man-prerequisites): New rules, used by the above.
3875 * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
3876 * config/config.guess, config/config.sub, config/install-sh: Likewise.
3877 * config/missing, config/texinfo.tex: Likewise.
3879 2005-01-29 Stepan Kasal <kasal@ucw.cz>
3881 Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
3882 Update the long comment explaining it.
3884 m4_require no longer writes an ``is required by'' line to the
3885 execution stack. It contains only one bit of non-redundant
3886 information: that the macro was required, not called. And even
3887 this bit is useless in most situations: have you ever met a macro
3888 which both calls and requires the same macro?
3890 * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
3891 (_m4_defun_pro_outer): ... only via this macro, for the outermost
3893 (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
3894 (m4_expansion_stack_pop): Remove the misplaced comment.
3895 (m4_require): Don't put the ``is required by'' line to the
3896 execution stack; slightly improve the out-of-a-defun error message.
3897 (_m4_divert_grow): New macro, counter for the temporary diversions.
3898 (_m4_require_call): Use it.
3899 * tests/m4sugar.at (m4_require): Expect output without the
3900 ``is required by'' messages.
3902 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
3904 * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
3905 rather than x for expr.
3907 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
3909 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
3910 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
3911 * lib/autotest/general.m4 (AT_INIT): Likewise.
3912 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
3913 * tests/mktests.sh: Likewise.
3915 2005-01-27 Akim Demaille <akim@epita.fr>
3917 Have autoheader honor --force.
3919 * doc/make-stds.texi, doc/standards.texi: Update from masters.
3920 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
3921 * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
3922 from masters, so that FileUtils.pm's update_file provide --force
3924 * bin/autoheader.in: Pass $force to update_file so that
3925 config.h.in is always recreated when --force.
3927 2005-01-24 Stepan Kasal <kasal@ucw.cz>
3929 * doc/autoconf.texi (Introduction): Update Peter Simons' address.
3931 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
3933 * doc/autoconf.texi (Limitations of Builtins): Clarify that
3934 "if test ! -d foo; ..." is portable. Suggested by Stepan Kasal.
3936 2005-01-20 Paul Eggert <eggert@cs.ucla.edu>
3938 * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
3939 Warn about newline stripping in `` and $(). Update Solaris
3941 (Limitations of Builtins): Use expr "X...", not expr "x...", as
3942 X insulates us from future changes to Posix.
3943 (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
3946 2005-01-19 Stepan Kasal <kasal@ucw.cz>
3948 * doc/autoconf.texi (Defining Symbols): Delete the false comment that
3949 you cannot use AC_DEFINE to define macros containing `[' or `]'.
3951 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
3953 * doc/autoconf.texi (Limitations of Usual Tools): Document bug
3954 in Solaris 8 join. Problem reported by Tomohiro Suzuki on
3955 bug-tar mailing list.
3957 2005-01-05 Stepan Kasal <kasal@ucw.cz>
3959 * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
3961 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
3963 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
3964 ulongval to be static, to avoid unwanted GCC warning. Problem
3965 reported by Michael Jennings via Daniel Reed; see
3966 <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
3968 2005-01-05 Alexandre Duret-Lutz <adl@gnu.org>
3970 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
3971 docdir, htmldir, dvidir, pdfdir, psdir, and localdir. Update
3972 datadir, infodir, and mandir. Adjust argument parsing code.
3973 (_AC_INIT_HELP): Update help text.
3974 * doc/autoconf.texi (Installation Directory Variables): Document
3977 2005-01-04 Noah Misch <noah@cs.caltech.edu>
3979 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
3980 not seem to work, assume it does set $(MAKE).
3981 * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
3983 2005-01-03 Stepan Kasal <kasal@ucw.cz>
3985 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
3987 2005-01-03 Stepan Kasal <kasal@ucw.cz>
3989 A cleanup of the diversion support in m4sugar.
3991 * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
3992 (_m4_divert_n_stack): New macro; the expansion is
3993 <newline>m4_divert_stack, if m4_divert_stack is defined, and void
3995 (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
3996 (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
3997 stored in _m4_divert_diversion or _m4_divert_dump.
3998 (m4_divert_pop): When the parameter is given, compare the symbolic
3999 name with the last diversion pushed on the stack. Previously, the
4000 current diversion was compared with the numeric value of the
4001 diversion given as the parameter.
4002 (m4_require): If the macro hasn't been expanded yet, call ...
4003 (_m4_require_call): this new macro.
4005 2005-01-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4007 * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
4008 Workarounds for documented `case' limitations.
4010 2005-01-03 Paul Eggert <eggert@cs.ucla.edu>
4012 * doc/autoconf.texi (Limitations of Usual Tools): Warn about
4013 sed 'command1;command2'. Problem reported by Ralf Wildenhues.
4015 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
4017 * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
4018 bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
4019 bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
4021 Patch from Roger Leigh (with some minor changes) as follows:
4022 * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
4023 Resurrect AC_PROG_CC_STDC.
4024 * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
4025 AC_PROG_CC_C89, AC_PROG_CC_C99.
4026 (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
4027 * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
4028 AC_PROG_CC_C99): New macros.
4029 (AC_PROG_CC_STDC): Use them.
4030 (_AC_PROG_CC_STDC): Remove.
4031 (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
4032 * THANKS: Add Roger Leigh.
4034 2004-12-30 Noah Misch <noah@cs.caltech.edu>
4036 * bin/autoreconf.in (autoreconf_current_directory): AM_INIT_AUTOMAKE
4037 signals that the package uses Automake; a `Makefile.am' is typical but
4038 not essential. Reported by Magnus Therning.
4039 * tests/torture.at (autoreconf.): New banner.
4040 (autoreconf and non-AC configure): Rename to `Non-Autoconf
4042 (autoreconf an empty directory): Rename to `Empty directory'.
4043 (Unusual Automake input files): New test.
4045 2004-12-30 Noah Misch <noah@cs.caltech.edu>
4047 * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
4048 (AT_SETUP): Clear AT_capture_files.
4049 (_AT_CHECK): On failure, log each of AT_capture_files. Fix comment.
4050 (AT_KEYWORDS): Fix comment typo.
4051 * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
4052 * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
4053 * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
4055 2004-12-29 Albert Chin-A-Young <china@thewrittenword.com>
4057 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
4058 If the variable to set is already set, set ac_cv_path_$1
4059 to the preset value so caller can assume ac_cv_path_$1
4060 is available. (trivial change)
4062 2004-12-27 Noah Misch <noah@cs.caltech.edu>
4064 * BUGS (Minor Problems): Warn about makefile limitations.
4065 * Makefile.am: Find and update `INSTALL' in $(srcdir).
4066 * man/Makefile.am: Find and update manual pages in $(srcdir).
4068 2004-12-24 Eric Blake <ebb9@byu.net>
4070 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
4071 shells in subshell, to avoid noise from ash. (trivial change)
4073 2004-12-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4075 * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4076 problems with SunOS ksh and backslash escaping, Bourne shells and
4077 closing brackets (both within character classes). Bug reported
4078 against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
4079 <read>: New entry. Mention non-availability of -r.
4081 2004-12-21 Akim Demaille <akim@epita.fr>
4083 * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
4084 avoid cluttering displayed messages. Rather, prepend srcdir where
4085 AT_LINE is used for log files.
4087 2004-12-21 Stepan Kasal <kasal@ucw.cz>
4089 * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
4090 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
4091 no longer part of the macro, quote the occurrence of ``$tmp''.
4092 * doc/autoconf.texi (Forbidden Patterns): Typo.
4094 2004-12-21 Akim Demaille <akim@epita.fr>
4096 * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
4097 separated from the test title by forcing a white space.
4099 2004-12-21 Akim Demaille <akim@epita.fr>
4101 Enable Emacs navigation within testsuite.log files.
4103 * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
4104 use the compilation mode.
4105 (AT_LINE): Point to the srcdir.
4107 2004-12-19 Noah Misch <noah@cs.caltech.edu>
4109 * tests/Makefile.am (installcheck-local): Use $(bindir).
4110 (check-local, installcheck-local): Pass TESTSUITEFLAGS.
4111 * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
4112 Makefile.am scheme Autoconf now uses.
4114 2004-12-18 Noah Misch <noah@cs.caltech.edu>
4116 * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
4117 * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
4119 2004-12-18 Noah Misch <noah@cs.caltech.edu>
4121 * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
4122 (_AT_CHECK): Use it.
4123 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
4124 (AS_ESCAPE): Fix comment.
4125 * tests/autotest.at: Adjust section banner comments.
4126 (AT_CHECK_AT): Accept STATUS and STDERR.
4127 (AT_CHECK_AT_TEST): Likewise.
4128 (Invalid brace-enclosed parameter expansion)
4129 (Multiline command from M4 expansion)
4130 (Double-M4-quoted command): New tests.
4132 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
4134 * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
4136 2004-12-17 Akim Demaille <akim@epita.fr>
4138 * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
4140 Suggested by Alexandre Duret-Lutz.
4141 * doc/autoconf.texi (Setting Output Variables): Catch up.
4143 2004-12-17 Stepan Kasal <kasal@ucw.cz>
4145 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
4147 2004-12-17 Stepan Kasal <kasal@ucw.cz>
4149 * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
4150 remove the comment which said we cannot.
4152 2004-12-17 Stepan Kasal <kasal@ucw.cz>
4154 Add a specialized check for resolv.h. Thanks to Gerrit P. Haase,
4155 Reini Urban and Paul Eggert for reporting the dependencies.
4157 * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
4158 * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
4159 (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
4161 2004-12-17 Stepan Kasal <kasal@ucw.cz>
4163 * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
4164 so that eg. ``autoscan --help'' doesn't truncate it.
4166 2004-12-15 Nicolas Joly <njoly@pasteur.fr>
4168 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
4169 generated conftest files.
4171 2004-12-13 Noah Misch <noah@cs.caltech.edu>
4173 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
4174 tracing on commands with possibly-escaped newlines.
4175 * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
4176 discontinued behavior and its implications.
4177 * tests/autotest.at (BS-newline in command, ^BS-newline in command)
4178 (BSx641-newline in command, BS-BS-newline in command)
4179 (BSx640-newline in command, Newline-CODE-BS-newline in command)
4180 (Single-quote-BS-newline in command)
4181 (Single-quote-newline-BS-newline in command): New tests.
4183 2004-12-13 Stepan Kasal <kasal@ucw.cz>
4185 * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
4186 on platforms where it works.
4187 (_AS_TEST_PREPARE): Test for ``test -x''.
4188 (_AS_BROKEN_TEST_PREPARE): Nuke.
4190 2004-12-13 Stepan Kasal <kasal@ucw.cz>
4192 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
4193 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
4194 give only 4-letter prefix to AS_TMPDIR, comment fixed.
4195 * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
4196 create the temporary directory.
4197 (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
4199 2004-12-12 Kelley Cook <kcook@gcc.gnu.org>
4201 * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
4204 2004-12-12 Alexandre Duret-Lutz <adl@gnu.org>
4206 * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
4208 2004-12-11 Noah Misch <noah@cs.caltech.edu>
4210 * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
4211 to avoid using a negated character class. Reported by Nicolas Joly.
4212 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
4214 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4216 * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
4217 autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
4218 Don't depend on .x file explicitly, since "make" does that for us.
4219 Suggested by Stepan Kasal.
4221 * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
4223 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
4224 ifnames): Factor common code. And they said it couldn't be done!
4226 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
4228 * bin/.cvsignore: Add autoconf.in.
4229 * tests/.cvsignore: Add wrapper.in.
4230 * lib/autotest/general.m4: Escape '$' in case pattern.
4232 2004-12-09 Noah Misch <noah@cs.caltech.edu>
4234 * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
4236 * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
4238 * tests/autotest.at: New file.
4239 * tests/suite.at: Include it.
4240 * tests/Makefile.am: Distribute it.
4242 * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
4243 shell tracing on a command that could contain multiple lines.
4244 * doc/autoconf.text: Document that fact and its implications.
4245 * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
4246 * tests/autotest.at (Multiline backquote command substitution,
4247 Multiline parameter expansion, Literal multiline command,
4248 Multiline parenthetical command substitution): Remove XFAIL.
4250 2004-12-09 Paul Eggert <eggert@cs.ucla.edu>
4252 * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4253 and suggest AC_SEARCH_LIBS. Suggested by Noah Misch and Stepan Kasal.
4255 2004-12-08 Noah Misch <noah@cs.caltech.edu>
4257 * configure.ac (test suite): Cease to generate wrapper scripts.
4258 * configure: Regenerate.
4259 * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4260 (m4f_dependencies): Adjust accordingly.
4261 * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4262 (wrapper.in): Generate it in the build directory.
4263 (MAINTAINERCLEANFILES): Delete wrapper.in.
4264 (CLEANFILES): Add wrapper.in.
4265 * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4266 the output. Replace each $as_me with a @wrap_program@.
4267 * tests/wrapper.in: Delete it; we always build it.
4269 * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4270 (EXTRA_DIST): Remove autoconf.in.
4271 (CLEANFILES): Add autoconf.in.
4272 (autoconf): Find autoconf.in in the build directory.
4273 * bin/autoconf.in: Delete it; we always build it.
4275 2004-12-08 Noah Misch <noah@cs.caltech.edu>
4277 * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
4278 PATH members so as to not prepend an empty element. Move a comment.
4279 * Makefile.am (SUBDIRS): Build in `tests' last.
4280 * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4282 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
4284 * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4285 the spaces inside $ls_command. Problem reported by Loulou Pouchet in
4286 <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4287 Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4289 2004-12-07 Stepan Kasal <kasal@ucw.cz>
4291 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4294 2004-12-06 Paul Eggert <eggert@cs.ucla.edu>
4296 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4297 looking elsewhere for getmntent. Problem reported by Mark D. Baushke.
4298 * doc/autoconf.texi (Particular Functions): Mention new behavior.
4300 2004-12-03 Stepan Kasal <kasal@ucw.cz>
4302 * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4303 out the common code to ...
4304 (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4305 value of the #define--default to 1, iff the macro was called
4306 with exactly one parameter.
4308 2004-12-02 Paul Eggert <eggert@cs.ucla.edu>
4310 * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4311 "char c = '\200';" rather than "char c = 0x80;" as the
4312 latter doesn't conform to the strict C standard due to
4313 overflow on signed char hosts.
4315 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4316 to -qlanglvl=ansi. We don't want to disable extensions.
4318 2004-11-29 Paul Eggert <eggert@cs.ucla.edu>
4320 * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4321 (Using Autotest, testsuite Scripts, Writing testsuite.at):
4322 Reword slightly to avoid some English-language problems noted
4323 by Ralf Wildenhues in:
4324 http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4326 2004-11-29 Stepan Kasal <kasal@ucw.cz>
4328 * NEWS: Add ^L above each release.
4330 2004-11-28 Paul Eggert <eggert@cs.ucla.edu>
4332 Fix documentation problems reported by Russ Boylan in
4333 <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4334 along with some nearby cruft.
4335 * doc/autoconf.texi (Libtool): Libtool can be used without
4336 Automake (not without Autoconf).
4337 (Introduction): Mention lists.gnu.org.
4338 * BUGS: Don't mention bugs.gnu.org.
4339 Remove mention of ancient libtool compatibility problem.
4340 * NEWS: Mention that bugs.gnu.org is kaput.
4341 * README: Likewise. Mention where mailing list archives can be found.
4343 2004-11-28 Stepan Kasal <kasal@ucw.cz>
4345 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4347 2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
4349 * doc/autoconf.texi (Pretty Help Strings): Go back to
4350 single-quoting assignments to cache variables.
4352 2004-11-23 Stepan Kasal <kasal@ucw.cz>
4354 * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4355 with the examples; fix the bug in MY_ARG_WITH example reported
4356 by Alexandre Duret-Lutz.
4357 * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4358 expansion of $1 in the comment emitted to configure.
4360 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
4362 * doc/autoconf.texi (Pretty Help Strings): Fix typo
4363 in my editing of the previous patch. Problem reported
4364 by Alexandre Duret-Lutz.
4366 2004-11-22 Stepan Kasal <kasal@ucw.cz>
4368 * doc/autoconf.texi (Autoconf Language): Explain that
4369 ``descriptions'' may not be double quotes.
4370 (Quotation Rule Of Thumb): Likewise.
4371 (Pretty Help Strings): Likewise; remove the wrong comment;
4372 simplify the examples and improve their quoting.
4374 2004-11-13 Stepan Kasal <kasal@ucw.cz>
4376 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4377 the $1_found variable, don't test whether the file is executable;
4378 Both things are checked ...
4379 (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4380 the former ``test -f''.
4381 * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4383 2004-11-10 Paul Eggert <eggert@cs.ucla.edu>
4385 * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4388 2004-11-10 Derek R. Price <derek@ximbiot.com>
4390 * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4391 limitations. Reorder paragraphs for clarity.
4393 2004-10-11 Paul Eggert <eggert@cs.ucla.edu>
4395 * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4396 to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4397 variants", "Unix", and some related minor wording fixups.
4399 (Shellology, Special Shell Variables): Document that the Zsh
4400 problem with NULLCMD was fixed in zsh 3.1.6-dev-18. Thanks
4401 to Alexandre Duret-Lutz for this info.
4403 2004-10-10 Alexandre Duret-Lutz <adl@gnu.org>
4405 * doc/autoconf.texi (One-Shot Macros): New node.
4407 2004-09-28 Paul Eggert <eggert@cs.ucla.edu>
4409 * doc/autoconf.texi (Function Portability): Fix misdescription
4410 of putenv. Problem reported by Michael Wardle.
4412 2004-09-22 Paul Eggert <eggert@cs.ucla.edu>
4414 * doc/autoconf.texi (auindex): New macro.
4415 (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4416 Problem reported by Stepan Kasal.
4418 2004-09-05 Paul Eggert <eggert@cs.ucla.edu>
4420 Fix problems reported by Andreas Buening in:
4421 http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4422 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4424 * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4425 readable; it's not true in OS/2-emx.
4427 2004-09-04 Paul Eggert <eggert@cs.ucla.edu>
4429 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4430 "/usr/include", clear ac_x_includes instead of leaving it as "no"
4431 (trivial change). Problem and patch reported by Andrew Church in:
4432 http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4434 2004-09-03 Paul Eggert <eggert@cs.ucla.edu>
4436 * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4437 three args in examples. Problem reported by Frederik Fouvry in:
4438 http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4439 Also, fix some minor spacing and punctuation bugs.
4441 2004-09-02 Akim Demaille <akim@epita.fr>
4443 * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4444 "case" to restore ordering.
4445 Reported by Stepan Kasal.
4447 2004-08-26 Akim Demaille <akim@epita.fr>
4449 * doc/autoconf.texi: Minor typos and stylos.
4451 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
4453 * configure.ac (AC_INIT): Bump to 2.59c.
4455 2004-08-20 Paul Eggert <eggert@cs.ucla.edu>
4459 * README: Add advice about m4 1.4.2.
4461 * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4462 texinfo.tex for now (done by hand now).
4463 * Makefile.maint (wget_files, cvs_files):
4464 Remove ansi2knr.c; nobody uses it.
4465 (ansi2knr.c-url_prefix): Remove.
4466 (cvs-update): Fix test for failure. I don't know why it ever
4469 * doc/autoconf.texi: Update URLs, some of which went stale.
4470 Use @uref rather than @href.
4472 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4473 handle "--" as per POSIX. Suggested by Paul Pogonyshev.
4475 * config/config.guess, config/config.sub, config/elisp-comp,
4476 config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4477 doc/fdl.texi, doc/standards.texi: Sync with master copy.
4479 * NEWS, TODO, configure.ac, bin/autoscan.in,
4480 bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4481 doc/install.texi, lib/Autom4te/Configure_ac.pm,
4482 lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
4483 lib/autoconf/programs.m4, lib/autoconf/status.m4,
4484 lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
4485 lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
4486 tests/tools.at, tests/torture.at:
4487 Use "file name" rather than "filename" or "path",
4488 to be consistent with the terminology of the GNU coding standards.
4490 2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
4492 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
4493 AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
4494 HP-UX 11.23 cc/aCC or Tru64 4.0 cc. Problem reported by Noah Misch in
4495 <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
4497 More fixes to support spaces in the name of the build directory.
4498 This isn't a complete fix but it's an improvement.
4500 * bin/autoconf.as (autom4te_options): New var.
4501 Use it instead of appending to AUTOM4TE, so that we can allow
4502 spaces in the build directory's absolute name.
4503 * bin/autoheader.in ($autoconf): Allow spaces in file names.
4504 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
4505 AT_CHECK_NOESCAPE): Likewise.
4506 * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
4507 main program): Likewise.
4509 2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
4511 * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
4512 From Ralf Corsepius in:
4513 http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
4515 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
4517 * doc/autoconf.texi (Function Portability): Document isinf and
4518 and isnan. From a suggestion by Kevin Ryde.
4520 * lib/Autom4te/General.pm (END): Return correct exit status even
4521 if unlink succeeds and sets $?. Needed with Solaris 8's perl 5.00503.
4523 2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
4525 * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
4526 for compatibility with Automake 1.4. Reported by J C Fitzgerald in
4527 <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
4529 2004-08-04 Alexandre Duret-Lutz <adl@gnu.org>
4531 * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
4532 (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
4533 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
4534 * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
4535 * lib/autom4te.in (Automake-preselections): Preselect
4536 AC_REQUIRE_AUX_FILE. Automake 1.10 will trace it.
4538 2004-08-02 Alexandre Duret-Lutz <adl@gnu.org>
4540 * lib/autom4te.in (Automake-preselections): Preselect
4541 AC_CANONICAL_BUILD and AC_CANONICAL_TARGET. Automake 1.9.1 will
4544 2004-07-29 Paul Eggert <eggert@cs.ucla.edu>
4546 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
4548 * doc/autoconf.texi (Shellology): Mention BIN_SH.
4549 Document problem with "`""`" in pdksh POSIX mode.
4551 2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
4553 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
4554 with pdksh, too. Problem reported by Patrick Welche via
4556 * doc/autoconf.texi (Shellology): Note that set -o posix is
4557 useful for pkdsh, too.
4559 2004-06-24 Paul Eggert <eggert@cs.ucla.edu>
4561 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
4562 _AS_UNSET_PREPARE, so that we can use $as_unset directly.
4563 Don't fail if ENV or BASH_ENV is readonly.
4564 (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
4565 etc. are read only. Problem reported by Ludovic Courtes.
4567 2004-06-23 Noah Misch <noah@cs.caltech.edu>
4569 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
4570 zsh, disable GLOB_SUBST to avoid backslash handling problems.
4573 2004-06-04 Paul Eggert <eggert@cs.ucla.edu>
4575 * doc/autoconf.texi (File System Conventions): Warn about
4576 names like "aux". Problem reported by Eric Blake.
4578 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
4579 by zero instead of array size, so that we can use any arithmetic
4580 constant expression (instead of requiring an integer constant
4581 expression). This allows us to test expressions like DBL_MAX <
4582 LDBL_MAX, which didn't conform to the C standard using the old
4584 (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
4585 now that we can do floating-point tests at compile time.
4587 2004-06-02 Paul Eggert <eggert@cs.ucla.edu>
4589 * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
4590 and LDBL_EPSILON, as the resulting expression isn't an
4591 integer constant expression and violates the C standard.
4592 Problem reported by Nelson H. F. Beebe. Also, check
4593 for "L" suffix, and check that long double doesn't have
4594 worse range or precision than double, that mixed-mode
4595 arithmetic doesn't generate a diagnostic, that double
4596 constants fit in long double.
4598 2004-06-03 Kevin Ryde <user42@zip.com.au>
4600 * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
4601 malloc(0) and realloc(NULL,size).
4603 * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
4606 2004-05-31 Paul Eggert <eggert@cs.ucla.edu>
4608 * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
4609 in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. Problem reported
4612 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
4614 * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
4615 can be rewritten using if-then-else. Suggested by Bruno Haible.
4617 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
4619 * doc/autoconf.texi (testsuite Scripts): Fix typo.
4620 Problem reported by Stepan Kasal.
4622 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
4624 * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
4625 change). Patch reported by Ralf Wildenhues in
4626 <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
4628 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
4629 function F exists if the compiler and linker let you compile an
4630 expression like (F != 0). Recent versions of GCC optimize away
4631 the reference to F in that case, since every function address must
4632 be nonzero, so the link succeeds even if F does not exist.
4633 Problem reported by Manu in
4634 <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
4636 * doc/autoconf.texi (Systemology): Standardize on the spelling of
4637 "Unix". Many uses changed.
4638 (Limitations of Builtins): Explain better why the ! command isn't
4641 2004-05-22 Alexandre Duret-Lutz <adl@gnu.org>
4643 * lib/autom4te.in (Automake-preselections): Preselect
4644 LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
4646 2004-05-19 Kevin Ryde <user42@zip.com.au>
4648 * doc/autoconf.texi (Function Portability): Add strerror_r, cross
4649 referencing AC_FUNC_STRERROR_R.
4651 * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
4652 note pessimistic assumption when cross compiling.
4654 2004-05-16 Paul Eggert <eggert@cs.ucla.edu>
4656 * doc/autoconf.texi (Limitations of Make): Note that BSD make
4657 (until 2004) invoked subcommands with sh -e, contra POSIX.
4658 Reported by Kevin Ryde.
4660 2004-05-10 Eric Sunshine <sunshine@sunshineco.com>
4662 * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
4663 _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
4664 " $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
4665 `test -f " /usr/bin/grep"', which _always_ failed.
4666 (AC_PROG_SED): Ditto bogus PATH fix.
4667 * autoconf.texi (AC_PROG_GREP): Properly document that this macro
4668 requires that grep correctly supports _multiple_ `-e' options, rather
4669 than stating only that grep should accept `-e'.
4671 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
4673 Port to C99, which requires that 'exit' be declared.
4675 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
4676 to ensure that stdlib.h is included.
4677 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
4678 AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
4679 _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
4680 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
4681 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
4682 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
4683 when using 'exit' in a test; C99 requires that 'exit' be declared.
4685 2004-05-02 Paul Eggert <eggert@cs.ucla.edu>
4687 * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
4688 now prefers 'grep' implementations that accept -e.
4689 (Limitations of Usual Tools): Describe problems of traditional
4690 egrep and fgrep with long input lines, and of traditional grep
4692 * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
4693 (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
4694 All callers changed. Append /usr/xpg4/bin to the PATH, for
4696 (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
4697 the user with complaints about multiple -e options.
4698 * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
4699 Define it with AC_PROG_GREP.
4700 * configure.ac (AC_PROG_GREP): Add.
4701 * lib/freeze.mk (GREP): New macro.
4703 2004-05-02 Eric Sunshine <sunshine@sunshineco.com>
4705 * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
4706 a possible candidate only after all others fail, rather than
4707 consulting it first. This improves backward compatibility by
4708 better reflecting the way shell selection occurred in previous
4709 versions of Autoconf, and should help to avoid triggering latent
4710 problems in other packages, such as the one in Automake where zsh
4711 is not handled robustly:
4712 http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
4713 Although it is not Autoconf's responsibility to work around
4714 problems in Automake, it nevertheless makes sense to avoid
4715 introducing unnecessary incompatibilites.
4717 2004-04-22 Albert Chin-A-Young <china@thewrittenword.com>,
4718 Gary V. Vaughan <gary@gnu.org>
4720 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
4721 how deeply nested we are when a suitable tool is found, set the
4722 ac_path_TOOL_found flag.
4723 (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
4724 nested we are in this macro. Break out of all 3 nested loops if
4725 ac_path_TOOL_found is set.
4727 2004-04-21 Gary V. Vaughan <gary@gnu.org>
4729 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
4730 of the _AS_PATH_WALK loop too if GNU flavor is found.
4732 2004-04-21 Alexandre Duret-Lutz <adl@gnu.org>
4734 * doc/autoconf.texi (Limitations of Make): Update documentation
4735 for `$<'. New entry `Long lines', based on a report from Simon
4736 Josefsson. Augment the documentation for SHELL = @SHELL@ with a
4737 paragraph about DJGPP, based on a mail from Richard Dawe.
4739 2004-04-20 Paul Eggert <eggert@twinsun.com>
4741 * tests/c.at (C keywords): Don't assume that GCC supports
4742 "restrict" and "inline", as sufficiently-old GCC versions do not
4743 (also, GCC configured to be in pedantic C89 mode does not).
4744 Problem reported by Sumit Pandya in:
4745 http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
4747 * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
4748 consider -g to work if it generates warnings when plain compiles
4749 don't. Problem reported by Braden McDaniel in:
4750 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
4752 * doc/autoconf.texi (Slashes): New section, to document a problem
4753 reported by Jim Meyering in:
4754 http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
4756 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
4757 linker output files before linking, to work around IRIX 6 linker bug.
4758 Problem reported by Rainer Orth in:
4759 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
4761 2004-04-20 Gary V. Vaughan <gary@gnu.org>
4763 * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
4764 best tool so far counter rely on the tool path variable name to
4765 avoid checks for one tool being affected by the results of running
4766 the length check on a previous tool.
4768 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
4769 match expression argument, as different greps have different
4770 regular expression flavours.
4771 (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
4773 (AC_PROG_EGREP): Pass 'EGREP$'.
4774 (AC_PROG_GREP): Pass 'GREP$'.
4776 2004-04-20 Albert Chin-A-Young <china@thewrittenword.com>
4778 * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
4779 is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
4781 2004-03-29 Paul Eggert <eggert@twinsun.com>
4783 * doc/autoconf.texi (Particular Headers, Particular Types, Generic
4784 Types, Specific Compiler Characteristics, System Services,
4785 Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
4786 etc. consistently instead of 'long', 'short', 'unsigned' etc.
4787 * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
4788 * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
4790 * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
4791 * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
4792 AC_TYPE_OFF_T): Likewise.
4793 * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
4796 * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
4797 pacify libtool 1.5.2. Fix quoting problems in sed command.
4799 2004-03-28 Paul Eggert <eggert@twinsun.com>
4801 * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
4802 now defines HAVE_DECL_TZNAME if it is declared, when
4803 HAVE_STRUCT_TM_TM_ZONE is not defined.
4804 * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
4805 Do not assume atoi. Rely on HAVE_DECL_TZNAME when testing
4808 2004-03-28 Steven G. Johnson <stevenj@fftw.org>
4810 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
4811 superfluous backslashing of quotes (") in sed expressions;
4812 thanks to Paul Eggert.
4814 2004-03-26 Steven G. Johnson <stevenj@alum.mit.edu>
4816 * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
4817 Fortran compiler is ifort, also added pghpf; thanks to Nelson
4818 H. F. Beebe for the bug report.
4820 2004-03-26 Steven G. Johnson <stevenj@fftw.org>
4822 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
4823 quoted -cmdline argument in Portland Group compiler (bug
4824 reported by Jeffrey J. Barteet).
4826 2004-03-25 Kevin Ryde <user42@zip.com.au>
4828 * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
4829 (Run Time): ... here, where it's now mentioned.
4831 2004-03-19 Alexandre Duret-Lutz <adl@gnu.org>
4833 * doc/autoconf.texi (autom4te Invocation): Language Autoconf
4834 inherits from language Autoconf-without-aclocal-m4.
4835 (Customizing autom4te): Adjust example; the cache must now be
4836 disabled for language Autoconf-without-aclocal-m4.
4838 2004-03-16 Paolo Bonzini <bonzini@gnu.org>
4839 Nathanael Nerode <neroden@twcny.rr.com>
4841 * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
4842 AC_CHECK_TOOLS): Warn if a cross-tool is found without
4844 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4845 AC_CHECK_TARGET_TOOLS): New macros.
4846 * doc/autoconf.texi (Generic Programs): Document
4847 (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
4848 AC_CHECK_TARGET_TOOLS, and warn for future changes
4849 in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
4851 (Specifying Names): Document the reason for these future
4853 * tests/mktests.sh: Do not generate tests for the
4855 * NEWS: Document these changes.
4857 * doc/autoconf.texi: Avoid macros with unbraced arguments,
4858 they make TeX hang up.
4860 2004-03-15 Paul Eggert <eggert@bogus.example.com>
4862 * NEWS: New macro AC_CHECK_ALIGNOF.
4863 * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
4864 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
4865 int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
4867 (AC_CHECK_ALIGNOF): New macro.
4868 * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
4869 * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
4872 2004-03-03 Paul Eggert <eggert@twinsun.com>
4874 * bin/Makefile.am (edit): Don't use $< in a context where
4875 POSIX doesn't require support for it. Use $@.in instead.
4876 Problem reported by Anthony N. Frasso in
4877 <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
4878 * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
4880 2004-02-23 Gary V. Vaughan <gary@gnu.org>
4882 * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
4883 from the next generation of Libtool.
4884 * lib/autom4te.in (Autoreconf-preselections): Ditto.
4886 2004-02-20 Alexandre Duret-Lutz <adl@gnu.org>
4888 * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
4889 is not always thread-safe. Report from Nathanael Nerode.
4891 2004-02-18 Paul Eggert <eggert@twinsun.com>
4893 Fix a dependencies problem, stemming from a Autoconf 2.59 build
4894 problem on QNX reported by Stephen Rasku in
4895 <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
4897 * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
4898 $(m4sh_m4f_dependencies); this removes a FIXME.
4899 * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
4900 (MAINTAINERCLEANFILES): Split into pieces,
4901 one per related section. Add $(srcdir)/wrapper.in.
4903 2004-02-09 Paul Eggert <eggert@twinsun.com>
4905 * doc/autoconf.texi (Setting Output Variables): Emphasize that
4906 AC_SUBST provides no portable way to escape literal newlines.
4908 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
4909 flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
4910 Darwin uses -lcrt2.o and there's little point to cataloging all
4911 the system variants. Partial fix reported by Andreas Waechter in:
4912 http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
4913 for bug reported by Nelson H. F. Beebe in:
4914 http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
4916 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
4918 * doc/autoconf.texi (AU_DEFUN): Fix English,
4919 suggested by Paul Eggert.
4920 * lib/autoconf/autoupdate.m4: Correct reference to
4921 acobsolete.m4, suggested by Alexandre Duret-Lutz.
4923 2004-02-02 Paolo Bonzini <bonzini@gnu.org>
4925 * bin/autoupdate.in: Define __file__ so that warnings
4926 refer to the correct file.
4927 * doc/autoconf.texi (AU_DEFUN): Describe more correctly
4928 the behavior of the third argument.
4929 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
4930 correctly the behavior of the third argument. Document
4931 what the three macros that AU_DEFUN defines do. Fix
4932 warning message when the third argument includes $0
4933 (reported by Alexandre Duret-Lutz).
4935 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
4936 Eric Sunshine <sunshine@sunshineco.com>
4937 Paul Eggert <eggert@twinsun.com>
4939 * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
4940 (AS_INIT): Output shell initialization there. Removed optional
4941 parameter. Expand _AS_SHELL_FN_SPY.
4942 (AS_INIT_WITH_SHELL_FN): Removed.
4943 (_AS_SHELL_FN_SPY): New macro.
4944 (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
4946 (AS_SHELL_SANITIZE): Remove loop to find better shell
4947 and documentation for the parameter.
4948 (_AS_DETECT_BETTER_SHELL): Move it here.
4949 (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
4950 (_AS_RUN): Move it here, support testing with eval.
4951 (AS_REQUIRE_SHELL_FN): Require shell functions when
4953 (_AS_LINENO_WORKS): Put around braces, we do not
4954 trigger the bash bug anymore.
4955 * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
4956 use AS_INIT_WITH_SHELL_FN.
4957 * bin/autoconf.in, tests/wrapper.in: Regenerated.
4959 2004-01-30 Paolo Bonzini <bonzini@gnu.org>
4961 * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
4962 * doc/autoconf.texi: Don't say that the third parameter
4964 * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
4965 (AU_DEFUN): Honor the third parameter, create autoupdate
4966 macros with AU_DEFINE.
4967 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
4968 AC_DIR_HEADER): Use AU_DEFUN's third parameter.
4969 * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
4970 * lib/autoconf/programs.m4 (AC_RSH): Likewise.
4971 * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
4972 AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
4973 AC_XENIX_DIR): Likewise.
4974 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
4975 AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
4976 * lib/autoconf/status.m4: Remove FIXME.
4977 * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
4978 that the macro is not present anymore in the updated
4980 * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
4983 2004-01-28 Paul Eggert <eggert@twinsun.com>
4985 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
4987 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
4988 2003 (except 1997) to the list of copyright years. This undoes
4989 the 2003-05-22 change, which removed the older years from the list.
4990 * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
4992 2004-01-27 Gary V. Vaughan <gary@gnu.org>
4993 Albert Chin-A-Young <china@thewrittenword.com>
4995 * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
4996 grep or ggrep program in PATH that accepts as long lines as
4998 * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
5000 (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
5001 egrep and fgrep respectively if $GREP -E/-F don't work.
5002 (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
5003 _AC_PROG_GREP, and AC_PROG_SED.
5004 (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
5005 longest input length accepted by a command.
5006 (AC_PROG_SED): Use it.
5007 * doc/autoconf.texi (Particular Programs): Document the changes.
5010 2004-01-27 Paul Eggert <eggert@twinsun.com>
5012 * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
5013 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5014 bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
5015 * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
5017 * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
5018 bin/autoconf.in, config/Makefile.in, config/config.guess,
5019 config/config.sub, config/install-sh, config/mdate-sh,
5020 config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
5021 lib/Makefile.in, lib/Autom4te/Makefile.in,
5022 lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
5023 lib/autotest/Makefile.in, lib/emacs/Makefile.in,
5024 lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
5025 man/autoheader.1, man/autom4te.1, man/autoreconf.1,
5026 man/autoscan.1, man/autoupdate.1, man/config.guess.1,
5027 man/config.sub.1, man/ifnames.1, tests/Makefile.in,
5028 tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
5029 tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
5030 tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
5031 tests/actypes.at: Regenerate and/or sync with original
5034 2004-01-26 Paul Eggert <eggert@twinsun.com>
5036 * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
5037 HAVE_INTTYPES_H is defined. This is needed on Tru64 5.1b with
5038 Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
5039 not <inttypes.h>. Problem reported by Tim Mooney in
5040 <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
5041 * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
5044 * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
5045 otherwise "make check" fails because it forbids cmp (I guess
5046 because cmp treats files as binary on DOS-like systems).
5048 * tests/mktests.sh: Update copyright date to 2004, since some tests
5049 have changed in 2004.
5051 2004-01-23 Gary V. Vaughan <gary@gnu.org>
5053 * lib/autoconf/programs.m4 (AC_PROG_SED): New macro to test for a
5054 non-truncating sed or gsed program in PATH.
5055 * tests/acprograms.at: Add it.
5056 * doc/autoconf.texi (Particular Programs): Document it.
5059 2004-01-15 Paul Eggert <eggert@twinsun.com>
5061 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
5062 -std1 disables some useful extensions on Tru64. Problem reported
5064 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
5066 2004-01-14 Paul Eggert <eggert@twinsun.com>
5068 * doc/autoconf.texi (Programming in M4sh): Document that
5069 AS_MKDIR_P succeeds if the destination is a symbolic link
5070 to an existing directory.
5071 (Limitations of Usual Tools): Note that mkdir -p might not
5072 succeed on symlinks to directories.
5074 2004-01-13 Paul Hilfinger <hilfinger@CS.Berkeley.EDU>
5076 * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
5077 * bin/autoheader.in: Grammar fix in message.
5078 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
5079 Test for dir before calling mkdir -p. (trivial changes)
5081 2004-01-13 Eric Blake <ebb9@byu.net>
5083 * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
5084 AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/. (trivial change)
5086 2004-01-10 Jim Meyering <jim@meyering.net>
5088 * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
5090 2004-01-09 Paul Eggert <eggert@twinsun.com>
5092 * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
5093 with `autoconf -Wall,error'. Bug reported by Eric Blake in:
5094 http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
5095 (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
5096 AC_COMPILE_IFELSE, since we now assume our caller invokes
5097 AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
5098 (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
5099 of AC_RUN_IFELSE; this avoids the warning mentioned above.
5100 (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
5102 2004-01-07 Paul Eggert <eggert@twinsun.com>
5104 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
5105 `"'...'"`, as it's confusing (and I suspect it may not work on
5106 some platforms). The code was incorrect anyway, as it assumed
5107 that \$ evaluated to itself in that context. Reported by
5108 Alexandre Duret-Lutz.
5110 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
5112 * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
5113 and _LT_AC_TAGCONFIG.
5115 2004-01-06 Paul Eggert <eggert@twinsun.com>
5117 * doc/autoconf.texi (One Macro Call): Fix an incorrect
5118 example, and add more examples. Reported by Eric Sunshine.
5120 2004-01-05 Paul Eggert <eggert@twinsun.com>
5122 * doc/autoconf.texi (Limitations of Usual Tools):
5123 Remove warning against "rm -fr" introduced yesterday; it
5126 * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
5127 autoscan, autoupdate, ifnames): Don't use chmod -w.
5128 * lib/Makefile.am (autom4te.cfg): Likewise.
5129 * doc/autoconf.texi (Limitations of Usual Tools): Warn against
5132 2004-01-04 Paul Eggert <eggert@twinsun.com>
5133 Paolo Bonzini <bonzini@gnu.org>
5135 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
5136 by doing lineno substitution only on lines containing "$LINENO".
5138 2004-01-04 Paul Eggert <eggert@twinsun.com>
5140 * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
5141 Use "rm -f" to remove conftest.sed, not plain "rm".
5142 Bug reported by David Relson in
5143 <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
5145 * Makefile.am (autom4te-update):
5146 Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
5147 * Makefile.maint (my-distcheck, do-po-update): Likewise.
5148 * doc/autoconf.texi (Guidelines): Likewise.
5149 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
5150 * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
5151 * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5152 * lib/autotest/general.m4 (AT_INIT): Likewise.
5153 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
5154 * tests/Makefile.am (clean-local): Likewise.
5155 * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
5157 * doc/autoconf.texi (Limitations of Usual Tools):
5158 Warn against "rm -fr".
5160 2004-01-03 Paul Eggert <eggert@twinsun.com>
5162 * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
5163 -c -o might not work. From a suggestion by Kevin Ryde.
5164 (C Compiler, Generating Sources, Limitations
5165 of Usual Tools, Limitations of Make, Making testsuite Scripts):
5166 Don't put '-o' after non-options, as POSIX doesn't allow this.
5167 Mention that cc's name might be gcc or c89 or whatever.
5169 2004-01-04 Kevin Ryde <user42@zip.com.au>
5171 * doc/autoconf.texi: Add various further index entries.
5173 2003-12-29 Paul Eggert <eggert@twinsun.com>
5175 * bin/autoreconf.in (autoreconf_current_directory):
5176 Fix typo: mkdir without umask arg.
5178 2003-12-27 Alexandre Duret-Lutz <adl@gnu.org>
5180 * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
5181 Documents OSF1/Tru64 make behavior. Replace `VPATH = ../src' by
5182 `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
5183 explanation clearer.
5185 2003-12-24 Andreas Schwab <schwab@suse.de>
5187 * doc/autoconf.texi (Default Includes): Fix misspelling of
5188 AC_INCLUDES_DEFAULT.
5190 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
5192 * configure.ac: Test if sh -n works.
5193 * configure: Regenerate.
5194 * tests/atlocal.in: Store the result here.
5195 * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
5196 tools.at, looking in atlocal's ac_cv_sh_n_works instead
5197 of explicitly testing.
5198 (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
5199 (AT_CHECK_AUTOCONF): Test for the configure script syntax.
5200 * tests/tools.at (Syntax of the shell scripts): Simplify
5201 using AT_CHECK_SHELL_SYNTAX.
5202 (Syntax of the Perl scripts): Remove definition of
5203 AT_CHECK_PERL_SYNTAX.
5205 2003-12-03 Paolo Bonzini <bonzini@gnu.org>
5207 * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
5208 stderr to /dev/null.
5209 * bin/autoconf.in: Regenerate.
5210 * bin/wrapper.in: Regenerate.
5212 2003-11-26 Paolo Bonzini <bonzini@gnu.org>
5214 * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
5215 Extracted from AS_SHELL_SANITIZE.
5216 (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
5218 (AS_SHELL_SANITIZE): Move reinvocation code from
5219 _AS_LINENO_WORKS, use it to find out if shell
5221 (_AS_LINENO_WORKS): Don't find another shell if $LINENO
5223 (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
5224 (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
5226 * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
5227 * bin/autoconf.in: Regenerate.
5228 * tests/wrapper.in: Regenerate.
5229 * tests/tools.at: Test the syntax of tests/autoconf
5230 and tests/testsuite.
5232 2003-11-24 Akim Demaille <akim@epita.fr>
5234 * config/announce-gen (&print_locations, &print_signatures)
5237 No longer rely on Gnus to inline the list of signatures: compute
5240 2003-11-24 Akim Demaille <akim@epita.fr>
5242 * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
5243 override some files.
5244 (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
5245 From Debian Autoconf 2.58.
5247 2003-11-24 Akim Demaille <akim@epita.fr>
5249 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5251 From Debian Autoconf 2.58.
5253 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
5255 * TODO: Remove already done things. Update the part about finding
5256 tools for the target.
5258 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
5260 * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5261 Make wording more consistent.
5262 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5263 Explain the transition better.
5264 * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5265 the transition better.
5267 2003-11-24 Paolo Bonzini <bonzini@gnu.org>
5269 * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5270 parameter of AU_DEFUN.
5271 * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5272 (AU_DEFUN): Remove the third parameter, it was not used.
5273 Use AC_DEFUN directly, not AU_DEFINE.
5274 * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5275 the expanded body, consistently with other macros such as AC_USG.
5277 2003-11-17 Paul Eggert <eggert@twinsun.com>
5279 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5280 into the initial confdefs.h, to work around a bug in NextStep 3.3
5281 patch 3 reported by Eric Sunshine.
5283 2003-11-15 Kevin Ryde <user42@zip.com.au>
5285 * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5286 than $target since the latter is not usual, add guidelines on when to
5287 use or not use the system type.
5289 2003-11-12 Derek Price <derek@ximbiot.com>
5291 * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5292 typo misrepaired by an auto-spellcheck.
5294 2003-11-12 Akim Demaille <akim@epita.fr>
5296 * bin/autoreconf.in (&parse_args): Don't call automake with
5297 --force-missing unless it actually supports it.
5298 From Debian #219336.
5300 2003-11-12 Akim Demaille <akim@epita.fr>
5302 * configure.ac: Bump to 2.59a.
5305 2003-11-06 Akim Demaille <akim@epita.fr>
5309 2003-11-05 Alexandre Duret-Lutz <adl@gnu.org>
5311 * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5312 so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5313 and ac_abs_top_srcdir are absolute paths.
5314 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5316 2003-11-05 Akim Demaille <akim@epita.fr>
5318 * configure.ac: Bump to 2.58a.
5320 2003-11-05 Kevin Ryde <user42@zip.com.au>
5322 * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5323 it provokes a warning from makeinfo about looking like a cross
5324 reference in info output.
5326 * doc/autoconf.texi (Function Portability): Add notes on signal
5327 handler return type, as per AC_TYPE_SIGNAL.
5329 2003-11-04 Akim Demaille <akim@epita.fr>
5332 * doc/standards.texi: Update from master.
5334 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5336 2003-11-04 Akim Demaille <akim@epita.fr>
5338 AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5339 computing the absolute path to d1 in the source hierarchy: it may
5340 not exist at all. So don't cd into it.
5341 From Alexandre Duret-Lutz.
5342 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5344 * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5345 From Paul Eggert, but named after Perl's IO::Spec->catfile.
5346 * doc/autoconf.texi (Programming in M4sh): Document.
5347 * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5349 2003-11-03 Pavel Roskin <proski@gnu.org>
5351 * doc/autoconf.texi (Generic Structure Checks): Describe
5352 action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5354 2003-10-31 Akim Demaille <akim@epita.fr>
5356 * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5358 * doc/autoconf.texi (Language Choice): Document.
5359 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5360 the current language is Fortran.
5362 2003-10-31 Akim Demaille <akim@epita.fr>
5364 * bin/autom4te.in (&freeze): Use a less likely warning separator
5365 than `\n\n', so that `\n\n\n' is valid in warnings.
5366 Reported by Steve Huston.
5368 2003-10-28 Akim Demaille <akim@epita.fr>
5370 * Makefile.cfg (local_updates, executable-update): Tweak to be
5371 robust to parallel makes.
5372 Suggested by Alexandre Duret-Lutz.
5374 2003-10-27 Akim Demaille <akim@epita.fr>
5376 * Makefile.cfg (executable-update): New.
5377 (local_updates): Call it.
5379 2003-10-27 Akim Demaille <akim@epita.fr>
5381 * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5382 Don't remove core.* as it may remove valid user files.
5383 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5384 (AC_FUNC_UTIME_NULL): Likewise.
5386 2003-10-23 Akim Demaille <akim@epita.fr>
5389 * config/config.guess, config/config.sub: Upgrade from masters.
5391 2003-10-23 Akim Demaille <akim@epita.fr>
5393 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5394 AC_COMPILE_IFELSE that use break skip the clean up. So do it by
5397 2003-10-23 Akim Demaille <akim@epita.fr>
5399 * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5400 Don't forget to remove conftest.err.
5402 2003-10-23 Akim Demaille <akim@epita.fr>
5404 * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5405 same object file in $LIBOBJS.
5406 Reported by Alexandre Duret-Lutz & Derek Robert Price.
5407 * doc/autoconf.texi (Generic Functions): Adjust.
5409 2003-10-20 Paul Eggert <eggert@twinsun.com>
5411 * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5412 Use 'eval', so that the resulting configure scripts work even if
5413 the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5415 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
5417 * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5418 * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5419 (_AC_LINK_IFELSE): Check the werror flag.
5420 * doc/autoconf.texi (Generic Compiler Characteristics): Document
5424 2003-10-20 Daniel Jacobowitz <drow@mvista.com>
5426 * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5427 _AC_COMPILER_EXEEXT to attempt a link. If linking fails,
5428 override AC_LINK_IFELSE.
5430 2003-10-15 Paul Eggert <eggert@twinsun.com>
5432 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5433 pdksh 5.2.14. Bug reported by Ralf Corsepius.
5434 * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5435 Mention /usr/dt/bin/dtksh on Solaris.
5436 (Shell Substitutions): Warn about $((...)).
5437 (Parentheses): New section.
5439 2003-10-15 Kevin Ryde <user42@zip.com.au>
5441 * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5442 Add putenv and unsetenv. Add sysconf _SC_PAGE_SIZE.
5444 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5446 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5449 2003-10-11 Steven G. Johnson <stevenj@alum.mit.edu>
5451 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5452 name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5454 2003-10-10 Andreas Schwab <schwab@suse.de>
5456 * bin/autoheader.in: Avoid empty first line in --version and
5458 * bin/ifnames.in: Likewise.
5460 2003-10-09 Paul Eggert <eggert@twinsun.com>
5462 * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5463 Issue a more-informative diagnostic.
5464 Problems reported by Eric Sunshine.
5466 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
5468 * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5469 -mGLOB_options_string stuff for Intel ifc, which can cause
5470 _AC_FC_LIBRARY_LDFLAGS to fail. Use (faster) case for
5471 pattern-matching instead of grep.
5473 2003-10-08 Steven G. Johnson <stevenj@alum.mit.edu>
5475 * doc/autoconf.texi: Document new FC Fortran macros.
5477 2003-10-08 Gary V. Vaughan <gary@gnu.org>
5479 * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5480 that future autopoint/aclocal/automake/autoreconf will be able
5481 to trace to find where to install local m4 macros.
5482 * doc/autoconf.texi (Input): Document it.
5485 2003-10-06 Gary V. Vaughan <gary@gnu.org>
5487 * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
5488 -lcrtbegin.o to list of ignored flags and fix underquoting of
5491 2003-10-04 Steven G. Johnson <stevenj@ab-initio.mit.edu>
5493 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
5494 cache variable instead of $G77 to decide whether to include -O2,
5495 since $G77 is specific to Fortran 77.
5497 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
5499 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
5500 free" flag. Re-order flags tested into rough order of popularity.
5502 2003-10-03 Steven G. Johnson <stevenj@alum.mit.edu>
5504 * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
5505 arguments so that it can be used with syntax identical to
5506 AC_PROG_F77, and so that we can more easily decide to
5507 remove/deprecate the DIALECT optional argument in the future if it
5509 (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
5510 non-freeform-supporting compilers. Document freeform flags.
5512 2003-10-03 Akim Demaille <akim@epita.fr>
5514 * configure.ac: Look for emacs, not macs.
5515 Reported by Eric Sunshine.
5517 2003-10-03 Akim Demaille <akim@epita.fr>
5519 * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
5520 * bin/autoreconf.in (autoreconf_current_directory): Create the
5521 AUX_DIR if needed, for sake of automake --add-missing etc.
5522 Suggested by Alexandre Duret-Lutz.
5524 2003-10-03 Akim Demaille <akim@epita.fr>
5526 * configure.ac: Quotation and formatting changes.
5527 (EMACS): Don't set it if it is not recent enough to support
5531 2003-10-02 Akim Demaille <akim@epita.fr>
5533 * bin/ifnames.in (&scan_file): Skip C++ comments.
5536 2003-10-01 Pavel Roskin <proski@gnu.org>
5538 * doc/autoconf.texi (Particular Structure Checks):
5539 Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
5541 2003-10-01 Akim Demaille <akim@epita.fr>
5545 2003-09-30 Paul Eggert <eggert@twinsun.com>
5547 * lib/Autom4te/XFile.pm: Use Errno.
5548 (lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
5549 <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
5551 2003-09-30 Akim Demaille <akim@epita.fr>
5553 * config/announce-gen (&print_news_deltas): Extracted from...
5554 (&print_changelog_deltas): here.
5555 (&news_file): Rename as...
5558 2003-09-30 Nicolas Joly <njoly@pasteur.fr>
5560 * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
5561 have been created when invoking the compiler.
5562 * tests/fortran.at (GNU Fortran 77): Quote $G77.
5564 2003-09-29 Akim Demaille <akim@epita.fr>
5568 * config/mkinstalldirs: Upgrade.
5570 2003-09-28 Paul Eggert <eggert@twinsun.com>
5572 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
5573 Problem reported by Lars J. Aas in
5574 <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
5575 (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
5576 "test -d ./-p && rmdir ./-p". Suggested by Andreas Schwab in:
5577 http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
5579 2003-09-26 Akim Demaille <akim@epita.fr>
5581 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
5582 directory for AC_CONFIG_COMMANDS' first argument exists.
5583 This makes valid the invocation of _AC_SRCPATH that follows.
5584 Reported by Eric Sunshine.
5585 * doc/autoconf.texi (Configuration Commands): Adjust.
5587 2003-09-26 Akim Demaille <akim@epita.fr>
5589 * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
5590 Reported by Ralf Corsepius.
5592 2003-09-26 Akim Demaille <akim@epita.fr>
5594 * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
5596 Actually, use AU_ALIAS.
5599 2003-09-26 Paul Eggert <eggert@twinsun.com>
5601 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
5602 rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
5603 Problem reported by Eric Sunshine in:
5604 http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
5606 2003-09-26 Akim Demaille <akim@epita.fr>
5608 The test suite are sometimes assigning timings incorrectly.
5609 Reported by Henk Krus.
5610 Diagnosed by Nicolas Joly.
5612 * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
5614 Instead of making AT_help a sequence of assignments to grow
5615 $at_help_all, just make AT_help_all be the growing contents of
5616 $at_help_all, and make a single assignment in...
5618 (at_times_skip): Flip the meaning and rename as...
5620 (AT_INIT): When summarizing the test that ran, remove
5621 $at_times_file after use, and check it is present before trying to
5624 2003-09-25 Akim Demaille <akim@epita.fr>
5628 * bin/Makefile.am (edit): Handle '@configure_input@'.
5629 (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
5630 (ifnames): chmod -w.
5631 * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
5632 executables, not bin/ executables! Otherwise all the magic needed
5633 to find non installed files is turned off. This caused a failure
5634 of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
5635 as found in its environment (sent by tests/autoreconf): pointing
5636 to bin/autom4te that could not find its files.
5637 * tests/mktests.sh: Force the replacement of generated files, for
5638 the sake of "mv" program that are interactive when overwriting a
5640 * config/install-sh: Upgrade from CVS Automake.
5642 2003-09-23 Paul Eggert <eggert@twinsun.com>
5644 * doc/autoconf.texi (Limitations of Builtins): Document test -h
5645 versus test -L issues.
5647 2003-09-23 Daniel Jacobowitz <drow@mvista.com> and
5648 Paul Eggert <eggert@twinsun.com>
5650 Trivial change to support GCC's configuration procedure.
5651 * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
5652 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
5653 about inconsistency if the preprocessor is set to give errors for
5655 * doc/autoconf.texi (C Compiler Characteristics): Document this.
5657 2003-09-13 Alexandre Duret-Lutz <adl@gnu.org>
5659 * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
5660 and XFile.pm from Automake.
5661 * lib/Autom4te/XFile.pm: Update from Automake.
5663 2003-09-12 Akim Demaille <akim@epita.fr>
5667 2003-09-12 Akim Demaille <akim@epita.fr>
5669 * config/config.guess, config/config.sub, config/missing,
5670 * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
5673 2003-09-12 Akim Demaille <akim@epita.fr>
5675 * doc/autoconf.texi (Header Portability): Promote linux/types.h,
5678 2003-09-11 Akim Demaille <akim@epita.fr>
5680 * doc/autoconf.texi (Header Portability): linux/random.h.
5681 From Peter Hendrickson.
5683 2003-09-10 Akim Demaille <akim@epita.fr>
5685 * tests/mktests.sh (au_exclude_egrep): Make it harder to be
5686 willing to edit the output files.
5688 2003-09-10 Akim Demaille <akim@epita.fr>
5690 * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
5692 * tests/mktests.sh: Skip AC_FC_SRCEXT.
5693 * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
5695 2003-09-09 Akim Demaille <akim@epita.fr>
5697 * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
5698 Reported by Gary Vaughan.
5699 * bin/autom4te.in (handle_m4): Likewise.
5701 2003-09-09 Akim Demaille <akim@epita.fr>
5703 * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
5706 2003-09-07 Paul Eggert <eggert@twinsun.com>
5708 * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
5709 Improve the accuracy of the wording about obsolescence.
5710 From a suggestion by Ian Lance Taylor in
5711 <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
5713 2003-09-05 Paul Eggert <eggert@twinsun.com>
5715 * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
5716 for the benefit of g77 3.2. Fix suggested by Steven G. Johnson.
5718 2003-09-04 Akim Demaille <akim@epita.fr>
5720 * tests/mktests.sh (ac_exclude_list): Fix the filtering of
5723 2003-09-04 Akim Demaille <akim@epita.fr>
5725 * bin/autom4te.in: Use &fatal where more appropriate than &error.
5726 (freeze): When exiting, use $exit_code.
5727 * lib/autoconf/fortran.m4: Comment changes.
5729 2003-09-04 Akim Demaille <akim@epita.fr>
5731 * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
5733 2003-09-02 Steven G. Johnson <stevenj@alum.mit.edu>
5735 Add support for newer Fortran dialects. The F77 interface is
5736 unchanged, and continues to support Fortran 77. New FC macros
5737 correspond to all the old F77 macros, with output variables FC,
5738 FCFLAGS, and FCLIBS. AC_PROG_FC defaults to picking the newest
5739 available dialect, but older dialects can be specified. There are
5740 new macros AC_FC_SRCEXT to set the source extension, and
5741 AC_FC_FREEFORM to accept free-form source files.
5743 * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
5745 (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
5746 * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
5747 _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
5748 _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
5749 AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
5750 AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
5751 _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
5752 _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
5753 AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
5754 _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
5755 AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
5756 _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
5757 AC_FC_SRCEXT, AC_FC_FREEFORM):
5759 (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
5760 AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
5761 AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
5762 Rewrite in terms of the above.
5763 (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
5764 * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
5765 * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
5766 AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
5768 2003-09-02 Paul Eggert <eggert@twinsun.com>
5770 * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
5771 Document problems with timestamp resolution that 'make', 'cp -p', and
5774 2003-08-27 Akim Demaille <akim@epita.fr>
5776 * tests/m4sugar.at (cross_warning): Make sure to enable the
5777 output, so that we can track spurious m4sugar output.
5778 * tests/local.at: Require 2.57.
5779 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
5780 are defaulted by AT_CHECK anyway.
5781 Use AT_CHECK_AUTOM4TE.
5782 * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
5785 2003-08-27 Akim Demaille <akim@epita.fr>
5787 * bin/autoheader.in: Issue the "Using auxiliary..." message only
5788 when -Wobsolete is set.
5789 Set it on by default.
5790 Suggested by Klee Dienes.
5792 2003-08-27 Akim Demaille <akim@epita.fr>
5794 * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
5798 2003-08-26 Akim Demaille <akim@epita.fr>
5800 * doc/autoconf.texi (Output): Make clear that one can run code
5803 2003-08-25 Akim Demaille <akim@epita.fr>
5805 * config/announce-gen, GNUmakefile, Makefile.maint: Update from
5808 2003-08-25 Alexandre Duret-Lutz <adl@gnu.org>
5810 * bin/autoreconf.in (parse_args): Do not pass --no-force to
5811 Automake versions prior to 1.8.
5813 2003-08-25 Akim Demaille <akim@epita.fr>
5815 * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
5818 2003-08-24 Akim Demaille <akim@epita.fr>
5820 * configure.ac: Bump to 2.57c.
5822 2003-08-22 Akim Demaille <akim@epita.fr>
5826 * Makefile.cfg (local-checks-to-skip): New.
5827 * Makefile.maint (local-check): Rename as...
5828 (local-checks-available): this.
5831 * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
5832 * configure.ac: Require Automake 1.7.6.
5834 2003-08-22 Akim Demaille <akim@epita.fr>
5836 Output stack traces in warnings.
5838 * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
5839 Replace the former...
5840 (m4_warn): Pass the call stack to _m4_warn.
5841 * bin/autom4te.in: Adjust to output the call stack.
5842 * tests/m4sugar.at (m4@&t@_warn): Adjust.
5844 2003-08-22 Akim Demaille <akim@epita.fr>
5846 * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
5847 * bin/autom4te.in: Adjust.
5849 2003-08-21 Akim Demaille <akim@epita.fr>
5851 * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
5853 (&getopt): Adjust the note and verb channels, depending upon
5855 * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
5856 * bin/autoupdate.in: Adjust.
5857 Use &verb, not &verbose.
5859 2003-08-21 Akim Demaille <akim@epita.fr>
5861 * bin/autoheader.in (&parse_args): Use &parse_warnings and
5863 ($help): Use Autom4te::ChannelDefs::usage.
5864 * bin/autoscan.in: Use Autom4te::ChannelDefs.
5865 * lib/Autom4te/General.pm: Don't export error: you don't own it.
5867 2003-08-21 Akim Demaille <akim@epita.fr>
5869 First stab at preserving warnings between calls to autom4te,
5870 including when the cache is used.
5872 There are still several issues: (i) there are too many runs of m4
5873 (one for include, one for warnings, and some more), (ii) warnings
5874 spreading on several lines are not handled gracefully, (iii) the
5875 code meant to have the call stack display for errors does not work
5876 (its handling should move from m4 to autom4te).
5878 * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
5880 (@preselect): Add m4_warn.
5881 ($exit_status): Remove, use $exit_code.
5882 ($help): Use Autom4te::ChannelDefs::usage.
5883 (&handle_m4): No longer define the m4_warnings.
5884 At each run, extract and report the warnings.
5885 Always cache the result, including if the exit status is on
5886 failure, since if nothing changes, we should result in the same
5887 failure, hence we can use the cache.
5888 * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
5889 (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
5891 (m4_warn): Redefine as a do-nothing: it is its invocation that
5892 matters, as warnings are now reported via traces.
5893 * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
5894 the contents of m4_warn: make it _call_ m4_warn, so that tracing
5895 the latter reveals calls to the former.
5899 * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
5901 2003-08-21 Akim Demaille <akim@epita.fr>
5903 * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
5906 2003-08-21 Akim Demaille <akim@epita.fr>
5908 * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
5910 * lib/Autom4te/ChannelDefs.pm: Doc typos.
5911 (&parse_warnings): Accept a list of warning requests.
5912 (&usage): Return a string, not a side effect.
5913 (cross): New warning category.
5915 2003-08-21 Akim Demaille <akim@epita.fr>
5917 * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
5918 (&require_configure_ac): Accept an optional directory argument.
5919 ($configure_ac): Remove.
5920 * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
5922 * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
5923 * bin/autoscan.in: Adjust.
5925 2003-08-20 Akim Demaille <akim@epita.fr>
5927 * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
5928 Reported by Alexandre Duret-Lutz.
5930 2003-08-20 Akim Demaille <akim@epita.fr>
5932 * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
5933 * bin/autom4te: Adjust.
5934 In particular, be Autoconf tools are really silent when properly
5935 working, bind the verbosity of the 'note' channel to $verbose.
5936 * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
5937 (&xsystem, &contents): Remove, since they are exported by...
5938 * lib/Autom4te/FileUtils.pm: this.
5940 * lib/Autom4te/General.pm (&up_to_date_p): Move to...
5941 * lib/Autom4te/FileUtils.pm: here.
5943 2003-08-20 Akim Demaille <akim@epita.fr>
5945 * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
5946 * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
5949 2003-08-20 Akim Demaille <akim@epita.fr>
5951 * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
5952 (autom4te-update): New.
5953 * Makefile.cfg (update): Bind autom4te-update.
5955 2003-08-19 Derek Price <derek@ximbiot.com>
5957 * lib/autotest/general.m4: Comment various HELP_* diversions.
5958 (PARSE_ARGS_BEGIN): New section for option parsing related
5960 (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
5961 package specific options and associated help.
5963 2003-08-19 Akim Demaille <akim@epita.fr>
5965 * config/announce-gen, Makefile.cfg: New.
5966 * Makefile.am: Adjust.
5967 * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
5969 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
5971 * lib/autom4te.in (Automake-preselections): Preselect
5972 AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
5975 2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
5977 * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
5978 (Autoconf-without-aclocal-m4): ... this new language.
5979 * doc/autoconf.texi (autom4te Invocation): Mention
5980 Autoconf-without-aclocal-m4.
5982 2003-08-18 Derek Price <derek@ximbiot.com>
5984 * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
5985 RUN-IF-PASS optional arguments.
5987 2003-08-18 Derek Price <derek@ximbiot.com>
5989 * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
5991 2003-08-16 Derek Price <derek@ximbiot.com>
5993 * doc/autoconf.texi (Writing testsuite.at): Document defaults for
5994 STDOUT & STDERR arguments.
5996 2003-08-14 Derek Price <derek@ximbiot.com>
5998 * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
5999 DESCRIPTION rather than FILE and LINE. Shorten result to fit in new,
6000 shorter column three. Add DESCRIPTION to log file content.
6002 2003-08-13 Derek Price <derek@ximbiot.com>
6004 * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
6007 2003-08-12 Derek Price <derek@ximbiot.com>
6009 * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
6010 (AT_CHECK_NOESCAPE): Move core functionality to...
6011 (_AT_CHECK): ...this new macro.
6013 2003-08-07 Derek Price <derek@ximbiot.com>
6015 * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
6016 (AT_CHECK_NOESCAPE): ...to this new macro.
6018 2003-07-31 Paul Eggert <eggert@twinsun.com>
6020 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
6021 in Bash 2.01. Problem reported by Brian Gough in
6022 <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
6024 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu>
6026 * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
6027 -lcrt1.o, for OS X. (trivial change)
6029 2003-07-07 Paul Eggert <eggert@twinsun.com>
6031 * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
6032 inside '#ifndef __cplusplus'. Problem reported by
6035 2003-07-06 Bill Clarke <llib@computer.org>
6037 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
6038 'long', not 'int', for benefit of Sun's recent C++ compilers
6039 (trivial change). See:
6040 http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
6041 (This really should be 'intptr_t', not 'long', but that would
6044 2003-06-25 Akim Demaille <akim@epita.fr>
6046 * lib/Makefile.am (autom4te.cfg): Make it read only.
6047 Depend on Makefile since it contains substitutions.
6049 * lib/autom4te.in (args): Add local.at? for Autotest args.
6050 This change was made on autom4te.cfg which is generated.
6051 Reported by Raja R. Harinath.
6053 2003-06-25 Akim Demaille <akim@epita.fr>
6055 * doc/autoconf.texi (Header Portability): sys/mount.h.
6056 From Gareth McCaughan.
6058 2003-06-23 Akim Demaille <akim@epita.fr>
6060 * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
6061 not all of them. This fixes 1. the fact that when testing
6062 Autoconf there are many many config.log, 2. the incorrect use of
6063 top_srcdir to find config.log.
6064 Don't mix the detailed output of failed test with the summary of
6065 failures. Rather, append detailed log afterwards.
6067 2003-06-23 Akim Demaille <akim@epita.fr>
6069 * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
6070 always run: output config.log on $at_group_log.
6072 2003-06-23 Akim Demaille <akim@epita.fr>
6074 * tests/torture.at (#define header templates): Don't use quotes in
6075 C++ comments as it puzzles Emacs' sh font-lock-mode.
6077 2003-06-23 Akim Demaille <akim@epita.fr>
6079 * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
6080 * lib/autom4te.cfg (args): Add local.at? for Autotest args.
6081 * tests/atspecific.m4: Rename as...
6082 * tests/local.at: This.
6083 * tests/suite.at: Move the globals into...
6084 * tests/local.at: here.
6085 * tests/Makefile.am: Adjust.
6086 * doc/autoconf.texi (testsuite Scripts): Adjust.
6088 2003-06-21 Kevin Ryde <user42@zip.com.au>
6090 * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
6091 error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
6092 ensuring we add -std1 for full-ANSI.
6094 * doc/autoconf.texi (hdrindex): New macro.
6095 Add index entries for portability of various standard header files.
6097 2003-06-20 Akim Demaille <akim@epita.fr>
6099 * configure.ac: Bump to 2.57b.
6101 2003-06-20 Akim Demaille <akim@epita.fr>
6105 2003-06-20 Akim Demaille <akim@epita.fr>
6107 * bin/autom4te.in: Don't rely on $HOME being defined.
6108 Reported by Marc Espie as PR/233.
6110 2003-06-20 Akim Demaille <akim@epita.fr>
6112 * lib/autotest/general.m4: Use at_times_file only if used.
6115 2003-06-20 Akim Demaille <akim@epita.fr>
6117 * config/config.guess, config/config.sub, config/elisp-comp,
6118 * config/install-sh, config/mkinstalldirs, doc/standards.texi:
6119 Update from masters.
6121 2003-06-11 Paolo Bonzini <bonzini@gnu.org>
6123 * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
6124 * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
6125 (TEST_SCRIPT): New diversion.
6126 (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
6127 (AT_CLEANUP): ...to here. Undivert TEST_SCRIPT.
6128 (AT_INIT): Support for expected failures.
6130 2003-06-02 Akim Demaille <akim@epita.fr>
6132 * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
6134 * lib/Autom4te/General.pm (&backname): Remove, no longer used by
6135 Autoconf nor Automake.
6136 (&contents): New, from Automake.
6139 2003-05-28 Paul Eggert <eggert@twinsun.com>
6141 * NEWS, doc/autoconf.texi (Particular Functions),
6142 lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
6143 is the inverse of localtime.
6145 2003-05-25 Alexandre Duret-Lutz <adl@gnu.org>
6147 * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
6148 (handle_exec_errors): New function. Work around $! being
6149 altered by WEXITSTATUS.
6150 (xqx, xsystem): Use handle_exec_errors.
6152 2003-05-23 Alexandre Duret-Lutz <adl@gnu.org>
6154 * lib/Autom4te/General.pm (END): Rewrite exit code processing.
6155 Do not call `_exit()', simply modify `$?'.
6156 (xsystem): Reset $! before running system, and check it afterward.
6157 * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
6158 63 for version mismatches.
6160 2003-05-23 Akim Demaille <akim@epita.fr>
6162 * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
6163 Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
6164 the middle of a line).
6165 * lib/m4sugar/m4sugar.m4: Likewise.
6166 Remove useless spaces in comments.
6168 2003-05-23 Akim Demaille <akim@epita.fr>
6170 * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
6171 exit 63, so that we (or Automake's "missing") can tell the
6172 difference with a plain failure.
6173 * doc/autoconf.texi (Notices): Adjust.
6175 2003-05-23 Akim Demaille <akim@epita.fr>
6177 * Makefile.am, bin/Makefile.am, config/Makefile.am,
6178 * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
6179 White spaces cleanup.
6181 2003-05-22 Jim Meyering <jim@meyering.net>
6182 Paul Eggert <eggert@twinsun.com>
6184 * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6185 Remove `#include <stdlib.h>' from the list; we should never
6186 make confdefs.h include <stdlib.h> or <cstdlib>, because the
6187 resulting namespace pollution would cause other tests to fail.
6188 Configure scripts run with some older versions of g++ and HP's
6189 aCC would fail due to such an #include. Problems reported by
6190 Matthew Mueller in <http://bugs.debian.org/120704> and by
6192 <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
6193 In the test, use the test declaration before including <stdlib.h>,
6194 as that's closer to how it'll be used.
6196 2003-05-23 Akim Demaille <akim@epita.fr>
6198 * doc/autoconf.texi (Header Portability): ucred.h.
6201 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
6203 Overhaul Autotest's logging: generate separate log files
6204 in testsuite.dir/NNN/testsuite.log, and append them to
6205 testsuite.log instead of re-running the test verbosely.
6207 * lib/autotest/general.m4 (AT_INIT): Use a single redirected
6208 file descriptor, write 0 to at_status_file instead of setting
6209 at_status=0, initialize some new variables (at_status_file,
6210 at_group_log, at_suite_log, at_tee_pipe). Remove the cruft
6211 to rerun the tests, instead append the at_group_log to the
6212 at_suite_log when a test fails.
6213 (AT_SETUP): pipe the test case's output into at_tee_pipe,
6214 with the AS_MESSAGE_LOG_FD redirected to stdout.
6215 (AT_CLEANUP): save the output status in $at_status_file
6216 and restore it, redirect the AS_MESSAGE_LOG_FD back to
6218 (AT_CHECK): since tests are run with a redirected stdout,
6219 and used to be re-run in verbose mode, turn some $at_verbose
6220 into echo, and don't redirect the output of testing stdout
6223 * lib/autotest/autoconf.texi (testsuite Scripts): Update
6224 the name of the debugging directory and information about
6227 2003-05-22 Paolo Bonzini <bonzini@gnu.org>
6229 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
6232 2003-05-22 Akim Demaille <akim@epita.fr>
6234 * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
6235 * lib/autoconf/fortran.m4 lib/autoconf/general.m4
6236 * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
6237 * lib/autoconf/status.m4: Fix and adjust copyright notices.
6239 2003-05-22 Akim Demaille <akim@epita.fr>
6241 * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
6242 * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
6243 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
6244 * lib/autoconf/general.m4, lib/autoconf/headers.m4,
6245 * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
6246 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6247 * lib/autoconf/status.m4, lib/autoconf/types.m4,
6248 * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6249 * tests/atspecific.m4, tests/base.at, tests/compile.at,
6250 * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6251 * tests/tools.at, tests/torture.at:
6252 Whitespace clean up.
6253 Suggested by Jim Meyering.
6255 2003-05-22 Akim Demaille <akim@epita.fr>
6257 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6258 ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6259 Reported by Jim Meyering.
6261 2003-05-22 Akim Demaille <akim@epita.fr>
6263 * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6264 Add AC_HELP_STRING to the obsolete macros section.
6266 Use '@.' for sentences that ended in a capital letter.
6269 2003-05-22 Akim Demaille <akim@epita.fr>
6271 * config/config.guess, config/config.sub, config/elisp-comp,
6272 * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6273 * config/texinfo.tex, doc/standards.texi: Update from masters.
6275 2003-05-21 Paolo Bonzini <bonzini@gnu.org>
6277 * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6280 2003-05-21 Akim Demaille <akim@epita.fr>
6282 * bin/autoupdate.in ($m4): Fix quotation.
6283 Reported by Martin Mokrejs.
6285 2003-05-19 Paul Eggert <eggert@twinsun.com>
6287 * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6288 Remove non-ASCII characters.
6290 2003-05-18 Paolo Bonzini <bonzini@gnu.org>
6292 * tests/semantics.at (AC_SEARCH_LIBS): New test.
6293 * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6294 AC_CHECK_HEADERS_NEW): New tests.
6296 2003-05-17 Akim Demaille <akim@epita.fr>
6298 * lib/autoconf/functions.m4: Use the default includes so that
6299 memcmp be declared before being tested.
6300 Reported by Sander Niemeijer.
6301 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6302 * doc/autoconf.texi (Default Includes): Document
6303 AC_INCLUDES_DEFAULT.
6305 2003-05-17 Akim Demaille <akim@epita.fr>
6307 * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6308 * doc/autoconf.texi (Obsolete Macros): Adjust.
6309 Reported by Werner LEMBERG and Debian Bug 190886.
6311 2003-05-16 Akim Demaille <akim@epita.fr>
6313 * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6314 user name space clashes.
6315 Reported by Bruno Haible.
6317 2003-05-16 Akim Demaille <akim@epita.fr>
6319 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6320 * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6321 them uniform, and more robust to Perl special characters.
6322 Reported by Martin Mokrejs.
6324 2003-05-14 Akim Demaille <akim@epita.fr>
6326 * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6328 2003-05-14 Akim Demaille <akim@epita.fr>
6330 * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6333 2003-05-12 Akim Demaille <akim@epita.fr>
6335 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6337 From Matthias Andree.
6339 2003-05-07 Alexandre Duret-Lutz <adl@gnu.org>
6341 * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6344 2003-05-06 Akim Demaille <akim@epita.fr>
6346 Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6347 longer updates aclocal.m4 if useless, (ii) if a file m4_included
6348 by aclocal.m4 is changed it might require the importing of another
6349 m4 extension file, i.e., aclocal must be run.
6351 * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6352 (&parse_args): Use --force with aclocal if required and supported.
6353 (&autoreconf_current_directory): Use &run_aclocal.
6355 2003-05-06 Akim Demaille <akim@epita.fr>
6357 Lock autom4te's cache.
6359 * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6360 * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6361 argument instead of a file name, so that the request file remains
6362 open during the whole autom4te run.
6363 ($icache_file): New.
6364 (&freeze): Lock the $icache_file.
6366 2003-04-29 Derek Price <derek@ximbiot.com>
6368 * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6369 seperator with m4_append_uniq(). It doesn't work.
6370 (AT_CLEANUP): Add `;' to end of at_help_all.
6371 (AT_INIT): Allow --keywords to be specified more than once. When
6372 grepping $at_help_all for keywords, use the field and keyword
6373 seperators to ensure a complete keyword match. Alter at_prev handling
6374 to support the new --keywords behavior.
6376 2003-04-27 Karl Berry <karl@freefriends.org>
6378 * doc/autoconf.texi: Make the dir entries in the autoconf manual
6379 align better with others. I also made some of the individual
6380 entries on one line, for brevity and to make it easier for me to
6381 sort my dir-example file in the Texinfo distribution :).
6383 2003-04-12 Jim Meyering <jim@meyering.net>
6385 * NEWS: Mention the new macro.
6386 * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6387 * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6388 * tests/c.at: Test AC_C_RESTRICT.
6389 * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6391 2003-04-08 Akim Demaille <akim@epita.fr>
6393 * bin/ifnames.in: Skip C++ comments.
6396 2003-04-08 Akim Demaille <akim@epita.fr>
6398 * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6399 From Ilya Zakharevich.
6401 2003-04-08 Akim Demaille <akim@epita.fr>
6403 * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6406 2003-04-01 Derek Price <derek@ximbiot.com>
6408 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6409 from Akim's checkin of 2003-03-29.
6411 2003-04-01 Derek Price <derek@ximbiot.com>
6413 * tests/torture.at (Configuring subdirectories): Add missing
6414 close-quote for Akim's change from 2003-03-28.
6416 2003-04-01 Akim Demaille <akim@epita.fr>
6418 * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6419 (AC, AT, MS): these.
6420 (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6423 * doc/Makefile.am (CLEANFILES): Adjust.
6424 (TEXI2DVI): Make it --batch.
6426 2003-03-31 Derek Price <derek@ximbiot.com>
6428 * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6429 which removed the main loop.
6430 Thanks to Akim Demaille.
6432 2003-03-29 Akim Demaille <akim@epita.fr>
6434 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6436 From Ilya Zakharevich.
6438 2003-03-29 Akim Demaille <akim@epita.fr>
6440 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6441 documentation to read is Autoconf's.
6442 Suggested by Paul Eggert.
6444 2003-03-28 Akim Demaille <akim@epita.fr>
6446 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6447 reading the section "Present But Cannot Be Compiled" when the
6448 header causes problems.
6450 2003-03-28 Akim Demaille <akim@epita.fr>
6452 * tests/torture.at (Configuring subdirectories): Require aclocal
6453 1.4, otherwise the test fails, as it does support configure.ac.
6454 This fixes the "test 40 failed" bug reports.
6456 2003-03-28 Akim Demaille <akim@epita.fr>
6458 * doc/autoconf.texi (C Compiler): `#line' portability.
6459 From Paul Eggert and Nelson H. F. Beebe.
6461 2003-03-27 Derek Price <derek@ximbiot.com>
6463 * lib/autotest/general.m4: Eliminate main loop and reorganize test
6464 layout in order to allow scripting around test groups.
6466 2003-03-27 Derek Price <derek@ximbiot.com>
6468 * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6469 HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6470 use new diversions in preparation for accepting new arguments and
6471 allowing scripting around tests.
6472 (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6474 2003-03-26 Derek Price <derek@ximbiot.com>
6476 * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6477 obsolete AC_HELP_STRING.
6478 (AC_HELP_STRING): AU_DEFUN to...
6479 * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6480 * tests/m4sh.at (AS_HELP_STRING): New test.
6482 * tests/acgeneral.at: Regenerated.
6484 2003-03-26 Derek Price <derek@ximbiot.com>
6486 * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
6487 sense. Verbosify the diversion definitions comment.
6489 2003-03-26 Derek Price <derek@ximbiot.com>
6491 * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
6494 2003-03-21 Eric Siegerman <eric_97@pobox.com>
6496 * doc/autoconf.texi (Present But Cannot Be Compiled):
6497 Grammar fixes and minor rewording. (trivial change)
6499 2003-03-06 Paul Eggert <eggert@twinsun.com>
6501 Work around a problem noted by Nelson H. F. Beebe with coreutils
6502 4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
6503 2002/05/09) rejects '#line 32768 "configure"' because the line
6505 * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
6507 * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
6508 * doc/autoconf.texi (Generating Sources): Document this.
6510 2003-03-01 Richard Dawe <rich@phekda.freeserve.co.uk>
6512 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
6513 file name for the m4 program, when it has an "exe" file extension.
6514 DJGPP's error messages include the error code in brackets -
6515 remove the error code during normalization.
6517 2003-02-28 Akim Demaille <akim@epita.fr>
6519 * doc/autoconf.texi (Present But Cannot Be Compiled): New.
6521 2003-02-28 Alexandre Duret-Lutz <adl@gnu.org>
6523 * doc/autoconf.texi (Limitations of Make): Remove the section
6524 about `$<' in inference rules, it was a bogus interpretation of
6525 an old Automake change. Discuss NetBSD, FreeBSD, OpenBSD, and
6526 Tru64 make in the "target lookup" section.
6527 (Automake): Automake 1.5+ no longer requires special tools to be
6528 present on the developer's host.
6530 2003-02-26 Richard Dawe <rich@phekda.freeserve.co.uk>
6532 * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
6533 to a shell that can handle redirection or quoting correctly.
6534 Override SHELL with the shell detected by configure.
6535 Use of $^O suggested by Tim van Holder.
6536 * bin/autom4te.in (BEGIN): Likewise.
6537 * bin/autoreconf.in (BEGIN): Likewise.
6538 * bin/autoscan.in (BEGIN): Likewise.
6539 * bin/autoupdate.in (BEGIN): Likewise.
6540 * bin/ifnames.in (BEGIN): Likewise.
6542 * bin/ifnames.in: Add final newline to help and version messages.
6544 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
6545 to cope with DOS-style absolute paths, when constructing
6548 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
6549 When constructing paths with IFS=:, quote the path. If we're
6550 constructing a DOS-style absolute path, we don't want to split it
6553 * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
6556 2003-02-25 Pavel Roskin <proski@gnu.org>
6558 * bin/autoheader.in: Add missing newline when printing
6559 suggestion how change AC_DEFINE call.
6561 2003-02-24 Paul Eggert <eggert@twinsun.com>
6563 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
6564 2002-09-01 patch by replacing "test -n" with "test -z".
6565 This fixes a bug found by Jeff Painter and reported by Tom Epperly in
6566 <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
6568 * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
6569 to fix a mismatch between example and discussion.
6571 2003-02-24 Kevin Ryde <user42@zip.com.au>
6573 * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
6574 format starting with "-".
6576 2003-02-20 Alexandre Duret-Lutz <adl@gnu.org>
6578 * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
6579 is not portable inside Makefile.
6581 2003-02-20 Akim Demaille <akim@epita.fr>
6583 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
6584 compiler says yeah, but preproc says nope, compiler is right.
6585 Conversely, prompt the reader to send a bug report to the
6586 maintainers of the package, not of Autoconf.
6588 2003-02-20 Klee Dienes <kdienes@apple.com>
6590 * bin/autoreconf.in (autoreconf_current_directory): Properly
6591 handle an empty aclocal.m4.
6593 2003-02-20 Akim Demaille <akim@epita.fr>
6595 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
6599 2002-12-23 Paul Eggert <eggert@twinsun.com>
6601 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
6602 innocuous variant befor including <limits.h> or <assert.h>. This
6603 works around a bug reported by Albert Chin: HP-UX 11i
6604 (and earlier versions) have a <limits.h> that declares
6605 gettimeofday and many other functions.
6607 2002-12-03 Paul Eggert <eggert@twinsun.com>
6611 * NEWS, configure.ac: Update version.
6613 * doc/fdl.texi: Upgrade to FDL version 1.2.
6615 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
6616 nontrivially in main's body, so that f's external declaration is
6617 not optimized away in AIX. This should fix the bug reported by
6619 <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
6621 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
6622 _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
6623 defined, to support freestanding compilers. This should fix the
6624 bug reported by Momchil Velkov in
6625 <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
6627 * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
6628 arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
6629 obsolete AC_CHECK_TYPE. The missing empty arg was reported
6630 by Simon Josefsson in
6631 <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
6633 * Makefile.maint (www-gnu): New macro.
6634 (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
6635 the location has moved.
6637 2002-12-02 Martin Frydl <martin@systinet.com>
6639 * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
6640 \(.*\) match is too long and there is something more to be checked.
6641 <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
6643 2002-11-15 Akim Demaille <akim@epita.fr>
6647 * config/install-sh: chmod +x.
6649 * config/move-if-change: Indenting changes.
6650 * Makefile.am (AUTOMAKE_OPTIONS): Move to...
6651 * configure.ac (AM_INIT_AUTOMAKE): here.
6654 2002-11-14 Akim Demaille <akim@epita.fr>
6658 * config/config.guess, config/config.sub, config/install-sh:
6659 Update from masters.
6661 2002-11-14 Akim Demaille <akim@epita.fr>
6663 * Makefile.maint: Sync with Bison, i.e.:
6664 (po-check): Scan .l and .y files instead of the
6665 .c and the .h files that they generate. This fixes the bug
6666 reported by Tim Van Holder in:
6667 <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
6668 Look for N_ as well as for _. Try to avoid matching #define for
6672 2002-11-14 Akim Demaille <akim@epita.fr>
6674 * doc/autoconf.texi (C Compiler): Compiling several files at once.
6675 From Paul Eggert and Albert Chin-A-Young.
6677 2002-11-14 Akim Demaille <akim@epita.fr>
6679 * doc/autoconf.texi (C Compiler): Solitary backslashes.
6680 From Paul Eggert and Albert Chin-A-Young.
6682 2002-11-14 Kevin Ryde <user42@zip.com.au>
6684 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
6685 than assigning in main, to avoid HP cc +O3 optimizing it away.
6687 2002-11-12 Peter Eisentraut <peter_e@gmx.net>
6689 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
6690 option. Process --recheck after parsing all options. Pass -q
6691 option to configure on --recheck.
6692 (AC_OUTPUT): Pass -q from configure to config.status.
6693 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
6694 arguments to record.
6695 * doc/autoconf.texi (config.status Invocation): Document
6696 config.status -q option.
6698 2002-11-07 Alexandre Duret-Lutz <adl@gnu.org>
6700 * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
6701 Makefile.in if Makefile.am exists.
6702 (output): Strip `.am' from Makefiles. Don't
6703 output AC_CONFIG_FILES if no Makefiles were found.
6705 2002-11-07 Akim Demaille <akim@epita.fr>
6707 * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
6708 (local_updates): New.
6709 * Makefile.maint: Update, from CVS Bison.
6710 (local_updates): New.
6712 2002-11-06 Akim Demaille <akim@epita.fr>
6714 * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
6715 declaration in extern "C" too.
6716 Reported by Roberto Bagnara.
6718 2002-11-06 Akim Demaille <akim@epita.fr>
6720 * tests/torture.at (Configuring subdirectories): Don't use grep
6722 * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
6723 Reported by Ezra Peisach.
6725 2002-11-05 Akim Demaille <akim@epita.fr>
6727 * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
6729 We _have_ to stop using the old compatibility scheme that tried to
6730 avoid useless backslashes because Libtool 1.4.3 contains a
6731 AC_DEFINE([error_t], [int],
6732 [Define to a type to use for \`error_t' if it is not
6733 otherwise available.])
6734 We _have_ to quote the single quote and backslashes with \. The
6735 old compatibility scheme saw that ` was backslashed, and therefore
6736 did not quote the single quote. Hence before this patch, Autoconf
6737 was not compatible with Libtool.
6739 2002-11-04 Paul Eggert <eggert@twinsun.com>
6741 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
6742 too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
6743 LC_NAME, LC_PAPER, LC_TELEPHONE.
6744 * doc/autoconf.texi (Special Shell Variables): Mention those vars.
6746 2002-11-04 Akim Demaille <akim@epita.fr>
6750 * Makefile.maint (update, cvs-update, po-update, do-po-update):
6752 * config/texinfo.tex: Update.
6754 2002-11-03 Akim Demaille <akim@epita.fr>
6756 * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
6758 (&autoreconf): here.
6759 ($help, $make, &parse_args, &autoreconf_current_directory):
6761 * doc/autoconf.texi (autoreconf Invocation): Adjust.
6763 2002-10-31 Bruno Haible <bruno@clisp.org>
6765 * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
6766 Change name of cache variable to ac_cv_func_malloc_0_nonnull.
6767 (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
6768 (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
6769 to ac_cv_func_realloc_0_nonnull.
6770 (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
6772 2002-10-31 Akim Demaille <akim@epita.fr>
6774 The test suite was no longer checking for trailing envvars and files.
6776 * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
6777 (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
6779 2002-10-31 Akim Demaille <akim@epita.fr>
6781 * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
6782 `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
6783 Make variable, not a shell variable.
6784 Suggested by Bruno Haible.
6786 2002-10-31 Akim Demaille <akim@epita.fr>
6788 * bin/autom4te.in (load_configuration): Reject #args out of any
6791 2002-10-31 Akim Demaille <akim@epita.fr>
6793 * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
6794 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
6795 (_AC_RUN_IFELSE): Use it.
6796 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
6797 (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
6798 * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
6801 2002-10-30 Akim Demaille <akim@epita.fr>
6803 * bin/autom4te.in (&parse_args, $help): Support --no-cache.
6804 * doc/autoconf.texi (autom4te Invocation): Adjust.
6805 Suggested by Tim van Holder.
6807 2002-10-29 Paul Eggert <eggert@twinsun.com>
6809 * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
6810 AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
6811 Problem reported by Bruno Haible.
6813 2002-10-29 Akim Demaille <akim@epita.fr>
6815 * doc/autoconf.texi (Header Templates): Put also in words what the
6816 pictures says to assist free style readers.
6817 (Customizing autom4te): s/--cache=/--cache /.
6819 2002-10-29 Akim Demaille <akim@epita.fr>
6821 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
6823 sparc_address_test returns void.
6824 Use it with an argument, as prototyped.
6827 2002-10-29 Akim Demaille <akim@epita.fr>
6829 * doc/autoconf.texi (Subdirectories): Cygnus dirs have
6830 configure.in, not configure.ac.
6831 Reported by Bruno Haible.
6833 2002-10-29 Akim Demaille <akim@epita.fr>
6835 * tests/torture.at (Deep Package): New test.
6836 (Configuring subdirectories): Don't use a testSubDir as Autotest
6839 2002-10-29 Akim Demaille <akim@epita.fr>
6841 * bin/autoreconf.in (&parse_args, $help): Support --warnings.
6842 * doc/autoconf.texi (Invoking autom4te): Rename as...
6843 (autom4te Invocation): this, for consistency with the other nodes.
6845 2002-10-29 Akim Demaille <akim@epita.fr>
6847 * lib/autom4te.in (Autoconf): s/automate/autom4te/.
6848 Reported by Ralf Corsepius.
6850 2002-10-29 Akim Demaille <akim@epita.fr>
6852 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
6853 characters is a back as an `obsolete' warning now.
6854 Reported by Ralf Corsepius.
6856 2002-10-28 Akim Demaille <akim@epita.fr>
6858 * configure.ac: Bump to 2.54c.
6860 2002-10-28 Akim Demaille <akim@epita.fr>
6864 * tests/foreign.at (Libtool): Adjust to broken libtoolize.
6866 2002-10-28 Akim Demaille <akim@epita.fr>
6868 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
6869 m4 executable names, and different GNU M4 version.
6870 Reported by Ezra Peisach and Paul Jarc.
6872 2002-10-27 Akim Demaille <akim@epita.fr>
6874 * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
6877 2002-10-27 Akim Demaille <akim@epita.fr>
6879 * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
6880 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
6881 Die when a simple Fortran program cannot be compiled.
6882 * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
6883 Issue a warning if no function is given.
6885 2002-10-27 Akim Demaille <akim@epita.fr>
6887 * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
6888 Move the documentation of AC_TRY_RUN to...
6889 (Obsolete Macros): here.
6890 Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
6891 (autoconf Invocation): Remove the duplicates with `invoking
6893 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
6894 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
6896 2002-10-27 Akim Demaille <akim@epita.fr>
6898 * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
6899 and AC_LANG_FUNC_LINK_TRY.
6900 (Examining Libraries): Rename as...
6901 (Running the Linker): this.
6902 Document AC_LINK_IFELSE.
6903 Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
6904 (Obsolete Macros): here.
6905 * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
6906 AC_TRY_LINK_FUNC nor AC_TRY_LINK.
6907 * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
6908 * lib/autoconf/headers.m4 (AC_USG): Likewise.
6910 2002-10-27 Akim Demaille <akim@epita.fr>
6912 * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
6914 More `check config.log' messages.
6916 * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
6917 * doc/autoconf.texi (Printing Messages): Document it.
6918 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
6920 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
6921 (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
6922 (_AC_COMPILER_OBJEXT): Likewise.
6923 * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
6924 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
6926 * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
6929 Deprecate macros with unusual interfaces.
6931 * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
6932 (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
6934 Document the new ones, and proper style.
6936 * doc/autoconf.texi (Generating Sources): New.
6937 Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
6938 (Examining Declarations): Rename as...
6939 (Running the Preprocessor): this.
6940 Document AC_PREPROC_IFELSE.
6941 (Examining Syntax): Rename as...
6942 (Running the Compiler): this.
6943 (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
6944 (Obsolete Macros): Move the definition of AC_TRY_CPP and
6945 AC_TRY_COMPILE here.
6947 2002-10-27 Akim Demaille <akim@epita.fr>
6949 Move sections around.
6951 * doc/autoconf.texi (Customizing autom4te): Remove a lost
6953 Reported by Burno Haible.
6954 (Language Choice): Now the first section of...
6955 (Writing Tests): this section.
6956 Make the introduction less C-centric.
6957 (Guidelines, Test Functions): Move to...
6958 (Writing Test Programs): this new section.
6959 (Test Programs): Merge into...
6962 2002-10-27 Akim Demaille <akim@epita.fr>
6964 * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
6965 autom4te.in that resulted in the need for two `make' runs.
6967 2002-10-27 Akim Demaille <akim@epita.fr>
6969 * configure.ac: Bump to 2.54b.
6971 2002-10-25 Akim Demaille <akim@epita.fr>
6975 * Makefile.maint: Update from the Coreutils.
6976 (AMTAR): Remove, obsolete.
6977 (automake_repo): Update to redhat.com.
6979 Adjust to the fact that ansi2knr is now hosted by Automake.
6980 * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
6981 * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
6982 Update from masters.
6983 * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
6984 autoscan.pre is not to be installed, and autoscan.list is not to
6986 (CLEANFILES): Add autoscan.list.
6987 (autoscan.list): Disable the cache.
6988 * bin/Makefile.am: Include freeze.mk.
6990 2002-10-25 Akim Demaille <akim@epita.fr>
6992 * bin/autom4te.in (&load_configuration): Take the file as
6994 (&parse_args): Handle -C, --cache.
6996 (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
6997 * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
6998 * doc/autoconf.texi (Invoking autom4te): Document --cache.
6999 Now a subsection of...
7000 (Using autom4te): This new section.
7001 (Customizing autom4te): New.
7002 (autom4te.cache): Adjust.
7004 2002-10-25 Akim Demaille <akim@epita.fr>
7006 * doc/autoconf.texi (Generic Headers): More information on how to
7007 use AC_CHECK_HEADERS.
7009 2002-10-25 Akim Demaille <akim@epita.fr>
7011 * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
7014 2002-10-25 Akim Demaille <akim@epita.fr>
7016 * bin/autoscan.in (output): Output AC_PREREQ.
7017 (%needed_macros): Add AC_PREREQ so that configure.ac without one
7020 2002-10-23 Akim Demaille <akim@epita.fr>
7022 * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
7025 2002-10-23 Akim Demaille <akim@epita.fr>
7027 * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
7028 Reported by Peter Eisentraut.
7030 2002-10-23 Akim Demaille <akim@epita.fr>
7032 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
7035 * doc/autoconf.texi (Particular Headers): Adjust according to Paul
7036 Eggert's recommandations.
7038 2002-10-22 Akim Demaille <akim@epita.fr>
7040 * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
7041 Bison, by Paul Eggert.
7042 * doc/autoconf.texi (Particular Headers): Document it.
7044 2002-10-22 Aaron M. Ucko <amu@alum.mit.edu>
7046 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
7047 `$ac_configure_args'.
7049 2002-10-22 Akim Demaille <akim@epita.fr>
7051 * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
7052 (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
7055 2002-10-22 Akim Demaille <akim@epita.fr>
7057 Restore the 2002-10-11 Akim Demaille <akim@epita.fr> patch:
7059 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7060 (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
7061 (_AC_CHECK_HEADER_NEW): Rename as...
7062 (AC_CHECK_HEADER): this.
7064 2002-10-22 Akim Demaille <akim@epita.fr>
7066 * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
7067 words about HP-UX cmp: it was actually a user-written cmp.
7069 2002-10-22 Akim Demaille <akim@epita.fr>
7071 * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
7073 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7074 Quote for Perl '' strings, not "".
7075 * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
7078 2002-10-22 Akim Demaille <akim@epita.fr>
7080 * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7081 characters is a syntax warning now.
7082 (_AS_QUOTE): Accept $2 as list of characters to quote.
7083 * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7084 Quote for Perl, not sh.
7085 * bin/autoheader.in: When $debug, report the file which is
7087 * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
7088 `@', to tickle Perl's lists.
7089 Reported by Carlos Velasco.
7091 2002-10-18 Akim Demaille <akim@epita.fr>
7093 * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
7094 missing included files _are_ errors.
7095 Thanks to Alexandre Duret-Lutz.
7096 * tests/tools.at (autom4te cache): Adjust.
7097 * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
7098 (AT_CHECK_M4SUGAR): Use it.
7099 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7101 * tests/tools.at (autom4te): Now it does exit 1.
7103 2002-10-17 Akim Demaille <akim@epita.fr>
7105 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
7106 Fixes the `AC_ARG_VAR' test failures.
7107 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
7108 * lib/freeze.mk (check-forbidden-patterns): New.
7109 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
7110 * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
7111 * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
7113 Reported months ago by H. Merijn Brand.
7115 2002-10-17 Akim Demaille <akim@epita.fr>
7117 * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
7119 2002-10-16 Paul Eggert <eggert@twinsun.com>
7121 * Makefile.maint (wget_files): Remove ansi2knr.c.
7122 (ansi2knr.c-url_prefix): Remove.
7124 2002-10-16 Akim Demaille <akim@epita.fr>
7126 Because of caching, some files that no longer exist and are no
7127 longer required can still cause errors.
7128 Reported by Alexandre Duret-Lutz.
7130 * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
7131 to frozen files in @ARGV, as @ARGV must remain being a list of
7132 files. Rather, at M4 call sites, use this...
7133 (&files_to_options): New function.
7134 (&freeze): Use &error.
7135 (&up_to_date): If a file that was included according to the cache
7136 is no longer there, then the output is out dated.
7137 (&main): Don't even check whether a file is up to date is anyway
7139 * tests/tools.at (autom4te cache): New.
7141 2002-10-16 Akim Demaille <akim@epita.fr>
7143 * bin/autoconf.as: Kill dead options.
7144 * bin/autoupdate.in (&parse_args): Kill old options.
7145 * bin/autoreconf.in (&parse_args): Remove dead options.
7147 (&autoreconf): Report the directories we enter *and leave*, so
7148 that error messages can be easily located, and use GNU Make
7149 format, so that Emacs' compile mode understands us.
7150 * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
7151 if some file was changed instead of `print'.
7152 * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
7153 (&parse_args): Remove the dead options.
7154 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
7155 autoheader's quiet mode.
7156 (AT_CHECK_AUTOUPDATE): Likewise.
7157 * tests/tools.at (autoupdate): Adjust.
7158 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7160 2002-10-11 Akim Demaille <akim@epita.fr>
7162 No longer use CPP to check for the existing of headers: use CC to
7163 check for compilability.
7165 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7166 (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
7167 (_AC_CHECK_HEADER_NEW): Rename as...
7168 (AC_CHECK_HEADER): this.
7170 * lib/autotest/general.m4 (AT_INIT): Include the failed test
7171 numbers in the Subject suggestion.
7173 2002-10-11 Akim Demaille <akim@epita.fr>
7175 * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
7176 Suggest using AC_CHECK_DECLS instead.
7178 2002-10-11 Akim Demaille <akim@epita.fr>
7180 * tests/torture.at (AC_ARG_VAR): Have configure report the value
7183 2002-10-11 Akim Demaille <akim@epita.fr>
7185 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
7186 file name to enable parallel executions.
7187 From Sam Varshavchik.
7189 2002-10-08 Akim Demaille <akim@epita.fr>
7191 * bin/autoreconf.in (&autoreconf): Run autopoint before the first
7192 aclocal invocation, as Gettext macros might not be visible to
7194 Instead of blindly running autopoint, scan configure.ac (not the
7195 traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
7196 Reported by Paul D. Smith.
7198 2002-10-08 Paul Eggert <eggert@twinsun.com>
7200 Work around problems found when POSIXLY_CORRECT=1 is set.
7201 None of this seems to have anything to do with POSIX, really,
7202 but it's how Perl getopt works.
7203 * bin/autom4te.in (parse_args): Configure GetOpt with
7205 * doc/autoconf.texi (Invoking autom4te):
7206 --warning -> --warnings.
7207 * lib/autom4te.in: --warning -> --warnings.
7209 2002-09-28 Akim Demaille <akim@epita.fr>
7211 * doc/autoconf.texi (autom4te.cache): New section.
7213 2002-09-28 Akim Demaille <akim@epita.fr>
7215 * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
7216 (Automake-preselections): Update.
7217 * bin/autoreconf.in, bin/autoheader.in: Comment changes.
7219 2002-09-28 Akim Demaille <akim@epita.fr>
7221 * lib/autoscan/autoscan.pre: Move all the remaining rules to...
7222 * lib/autoconf/c.m4, lib/autoconf/functions.m4,
7223 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7224 * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
7226 2002-09-28 Akim Demaille <akim@epita.fr>
7228 * tests/torture.at (Configuring subdirectories): Be robust to
7229 users who use config.site to require for a cache: in this case,
7230 the two last configure runs, using two different sets of
7231 arguments, trigger a legitimate error.
7233 2002-09-28 Akim Demaille <akim@epita.fr>
7235 * tests/m4sh.at (Functions Support, Functions and return Support):
7238 2002-09-28 Akim Demaille <akim@epita.fr>
7240 * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
7241 autoheader are Perl programs.
7242 (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
7243 (autom4te): Specify that the sources are in the $srcdir.
7244 * doc/autoconf.texi (Installation Directory Variables): Adjust.
7246 2002-09-28 Akim Demaille <akim@epita.fr>
7248 * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7249 (tm_zone): Move their rules to...
7250 * lib/autoconf/types.m4: here, using AN_ macros.
7251 * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7252 (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7253 (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7254 * lib/autoconf/programs.m4: here.
7255 * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7256 (ETAGS_FOR_AUTOCONF): New.
7259 2002-09-28 Akim Demaille <akim@epita.fr>
7261 * lib/autoconf/autoscan.m4: New file.
7262 * lib/autoconf/autoconf.m4: Include it.
7263 * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7264 that were listed in the original autoscan.list.
7265 * lib/autoconf/headers.m4: Similarly with headers.
7266 * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7267 (.m4.m4f): Don't pass --prepend-include, since that's done by
7268 tests/autom4te itself.
7269 * lib/autoscan/Makefile.am: Include freeze.mk.
7270 (autoscan.list): New target --this file is no longer a source.
7271 (autoscan.pre): New file.
7273 2002-09-28 Akim Demaille <akim@epita.fr>
7275 * bin/autoscan.in (@kinds): Make them singular.
7277 (&init_tables): When --debug, report the list of rules to ease
7278 tracking changes in autoscan.list.
7279 * lib/autoscan/autoscan.list (function): Strip comments, sort.
7281 2002-09-28 Akim Demaille <akim@epita.fr>
7283 * lib/autoscan/functions, lib/autoscan/headers,
7284 * lib/autoscan/identifiers, lib/autoscan/makevars,
7285 * lib/autoscan/programs: Merge into...
7286 * lib/autoscan/autoscan.list: this.
7287 * bin/autoscan.in (&init_tables): Adjust.
7289 2002-09-28 Akim Demaille <akim@epita.fr>
7291 * lib/autoscan/functions, lib/autoscan/headers,
7292 * lib/autoscan/identifiers, lib/autoscan/makevars,
7293 * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7294 `functions' line is now prefixed with `function:'.
7295 * bin/autoscan.in (&init_tables): Adjust.
7297 2002-09-28 Akim Demaille <akim@epita.fr>
7299 From now on, autoscan files must always map a macro name to a
7300 word: there is no `default' macro for autoscan.
7302 * bin/autoscan.in (&init_tables): Reject entries with no macro at
7304 * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7307 2002-09-28 Akim Demaille <akim@epita.fr>
7309 * bin/autoscan.in (%c_keywords): Remove.
7310 (&used): Keep only track of the words we might be interested in.
7311 (&output_kind): It is no longer needed to look for non active
7314 2002-09-27 Akim Demaille <akim@epita.fr>
7316 * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7317 jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7318 * lib/autoscan/functions: Adjust.
7319 * doc/autoconf.texi (Particular Functions): Adjust.
7321 2002-09-27 Akim Demaille <akim@epita.fr>
7323 * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7325 Thanks to Bill Moseley and Paul Eggert.
7326 * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7327 the tmpdir must be created.
7328 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7329 dir be in the build tree, instead of $TMPDIR.
7331 2002-09-27 Akim Demaille <akim@epita.fr>
7333 * bin/autoscan.in: Improve the comments.
7334 (&parse_args): Drop obsolete undocumented options.
7335 (&output_kind): Output warnings.
7336 * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7337 (getwd): Trigger a warning.
7339 2002-09-26 Akim Demaille <akim@epita.fr>
7341 * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7342 Reported by Ralf Corsepius.
7343 * doc/autoconf.texi (autoreconf Invocation): Likewise.
7345 2002-09-26 Akim Demaille <akim@epita.fr>
7347 Single suffix rules and seperated dependencies are not portable.
7349 * doc/autoconf.texi (Installation Directory Variables): Update.
7350 (Limitations of Make): Some about `Single Suffix Rules and
7351 Separated Dependencies'.
7352 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7353 (ifnames, autoscan, autom4te): Un-factor into several rules.
7355 2002-09-25 Paul Eggert <eggert@twinsun.com>
7357 * BUGS (Interoperability bugs): New section. Mention libtool
7358 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7360 2002-09-24 Paul Eggert <eggert@twinsun.com>
7362 Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7363 make handles suffix-rules differently from GNU make.
7365 * bin/Makefile.am (SUFFIXES, .in): Remove.
7366 (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7367 Move the body of the old .in rule here.
7369 2002-09-16 Akim Demaille <akim@epita.fr>
7371 i960 compilers create `b.out' files by default.
7372 Reported by Ralf Corsepius.
7374 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7375 (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7377 2002-09-13 Paul Eggert <eggert@twinsun.com>
7379 * doc/autoconf.texi (Particular Headers): Remove obsolete
7380 reference to `struct timezone' in the description of
7383 2002-09-13 Akim Demaille <akim@epita.fr>
7387 * config/config.sub, config/config.guess: Update.
7388 * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7389 * Makefile.am: Adjust.
7391 2002-09-13 Akim Demaille <akim@epita.fr>
7393 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7394 reading config.log when the compiler is rejected.
7395 Suggested by Guido Draheim.
7397 2002-09-13 Akim Demaille <akim@epita.fr>
7399 * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7400 (chdir_init) might hang when stat'ing mounted directories.
7401 Reported by Vance Shipley.
7403 2002-09-12 Akim Demaille <akim@epita.fr>
7405 * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7408 2002-09-12 Akim Demaille <akim@epita.fr>
7410 * doc/autoconf.texi (Defining Symbols): Present two different
7411 prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7412 difference between 1 argument calls, and 2-3 argument calls.
7414 2002-09-12 Peter Eisentraut <peter_e@gmx.net>
7416 * doc/autoconf.texi: Review grammar and punctuation.
7418 2002-09-11 Paul Eggert <eggert@twinsun.com>
7420 * doc/autoconf.texi: Fix minor formatting, spelling, and
7422 (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7423 AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7426 2002-09-11 Akim Demaille <akim@epita.fr>
7428 * doc/autoconf.texi (Questions): Rename as...
7430 (Defining Directories): New.
7432 2002-09-09 Akim Demaille <akim@epita.fr>
7434 * doc/autoconf.texi (Making testsuite Scripts): Update.
7435 Suggested by Nishio Futoshi.
7437 2002-09-09 Koji Arai <JCA02266@nifty.ne.jp>
7439 * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7440 plain `@' is wanted.
7442 2002-09-09 Akim Demaille <akim@epita.fr>
7444 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7445 `duplicates', since the algorithm was too naive and could keep
7446 `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7447 keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7448 Reported by Ralf Corsepius.
7449 * tests/torture.at (Configuring subdirectories): Exercise these
7452 2002-09-09 Akim Demaille <akim@epita.fr>
7454 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7455 looking for a replacement file.
7456 * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7457 directory is relative.
7458 * doc/autoconf.texi (Generic Functions): Clarify the replacement
7459 directory definition.
7460 Reported by Andreas Schwab and Jim Meyering.
7462 2002-09-06 Akim Demaille <akim@epita.fr>
7464 * doc/autoconf.texi (Setting Output Variables): Clarify what
7465 precious variables are.
7466 Suggested by Pontus Skoeld.
7468 2002-09-05 Akim Demaille <akim@epita.fr>
7470 * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7471 (ifnames, autoscan, autom4te): Since we don't only depend on
7472 configure.ac variables (such as VERSION etc.), but also on prefix
7473 and so forth, depend on Makefile, not configure.ac.
7474 Reported by Alexandre Duret-Lutz.
7475 * doc/autoconf.texi (Installation Directory Variables): Adjust.
7477 2002-09-05 Kevin Ryde <user42@zip.com.au>
7479 * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7480 doesn't seem to be confined to ia64, just say "some versions".
7482 2002-09-04 Akim Demaille <akim@epita.fr>
7484 * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
7486 * Makefile.am (maintainer-clean-local): Remove.
7487 (MAINTAINERCLEANFILES): Remove COPYING.
7489 2002-09-03 Paul Eggert <eggert@twinsun.com>
7491 * doc/autoconf.texi (Configuration Commands): Remove obsolete
7492 example for AC_CONFIG_COMMANDS_PRE. Problem reported by Marcus
7495 2002-09-03 Akim Demaille <akim@epita.fr>
7497 * configure.ac: Bump to 2.53d.
7498 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
7499 as of today, on Automake's team suggestion.
7501 2002-09-03 Akim Demaille <akim@epita.fr>
7505 2002-09-02 Akim Demaille <akim@epita.fr>
7507 * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
7509 * configure.ac: Disable SITE_MACRO_DIR.
7511 2002-09-02 Jim Meyering <meyering@lucent.com>
7513 * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
7514 i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
7515 Also, tweak grammar: s/make sure to/be sure to/.
7517 2002-09-02 Paul Eggert <eggert@twinsun.com>
7519 * doc/autoconf.texi (Limitations of Builtins): Explain why logical
7520 directory names are generally preferable to physical names.
7522 2002-09-02 Akim Demaille <akim@epita.fr>
7524 * lib/Autom4te/General.pm (&update_file): s/die/error/.
7525 Reported by Raja R. Harinath.
7526 * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
7527 * bin/autoupdate.in: Use error instead of die.
7529 2002-09-01 Paul Eggert <eggert@twinsun.com>
7531 * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
7532 ordinary shell concatenation rather than echo+tr+sed command that
7533 runs afoul of a long-line-related sed bug in Solaris 8.
7535 * bin/autoheader.in (parse_args): --warning -> --warnings.
7537 * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
7538 stdout, as traditional "ls" does.
7539 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
7540 _AC_COMPILER_EXEEXT_O): Likewise.
7541 * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
7543 * bin/autoconf.as: Add --prepend-include option. This patch was
7544 applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
7545 but bin/autoconf.in is generated automatically from bin/autoconf.as.
7547 * bin/autoconf.in, configure: Regenerate.
7549 * doc/autoconf.texi (Special Shell Variables): Mention
7550 ENV, MAIL, MAILPATH, PS1, PS2, PS4. Index PWD.
7552 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
7553 MAILPATH and set PS1, PS2, PS4 to default values, to work
7554 around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
7555 For LC_ALL etc, first try to set to "C" as POSIX requires and as
7556 the Autoconf documentation specifies; fall back to "unset" only if
7557 this fails. Use a shell for-loop for this rather than an m4 loop,
7558 to shorten the output script.
7560 2002-08-30 Paul Eggert <eggert@twinsun.com>
7562 * doc/autoconf.texi (Special Shell Variables): Mention POSIX
7563 1003.1-2001's requirements for CDPATH. Give a simpler workaround
7564 for the CDPATH problem. Document PWD.
7565 (Limitations of Builtins): Document the problem that "cd $foo" and
7566 "ls $foo" may refer to different directories in shells conforming
7567 to POSIX 1003.1-2001. Use PS1 rather than CDPATH for "unset"
7568 example, since the old example is now out of date.
7570 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
7571 FOO" and "ls FOO" talk about different directories; this catches
7572 problems when POSIX 1003.1-2001 "cd" fails due to symlink
7575 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
7576 of rolling our own unset.
7577 (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
7578 in practice we needn't worry about CDPATH if unset doesn't work.
7580 * Makefile.in, aclocal.m4, bin/Makefile.in,
7581 config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
7582 lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
7583 lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
7584 lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
7585 tests/Makefile.in: Regenerate with Automake 1.6.3.
7587 * config/config.guess, config/config.sub, config/mkinstalldirs:
7590 * configure: Regenerate with self.
7592 2002-08-30 Kevin Ryde <user42@zip.com.au>
7594 * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
7597 2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7599 * bin/autom4te.in (Request::load): Correctly test for "do" read
7602 2002-08-29 Akim Demaille <akim@epita.fr>
7604 * lib/Autom4te/General.pm (&xqx): New.
7605 (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
7606 hand, which is not portable.
7608 * bin/autom4te.in: Use them.
7609 Use &error instead of die.
7610 * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7613 2002-08-17 Paul Eggert <eggert@twinsun.com>
7615 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
7616 default list of compilers to try, since it was long ago superseded
7617 by the ksh fc builtin. Suggested by Steven G. Johnson.
7619 2002-07-31 Alexandre Duret-Lutz <duret_g@epita.fr>
7621 * doc/autoconf.texi (Invoking autom4te): End the option table,
7622 fixing a bug introduced by the previous patch.
7623 (Limitations of Make): Add a 'target lookup' subentry in the
7624 'VPATH' entry. Rewrite all `make' occurences as `@command{make}'.
7626 2002-07-29 Mark D. Roth <roth@feep.net>
7628 * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
7629 options and use $AUTOM4TE_PATH.
7630 * doc/autoconf.texi: Remove documentation of autom4te
7631 --include-envvar and --site-macro-subdir options and document
7632 use of $AUTOM4TE_PATH.
7633 * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
7634 arguments from each language section.
7636 2002-07-29 Paul Eggert <eggert@twinsun.com>
7638 * doc/install.texi: Include copyright symbol in copyright notice.
7640 * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
7642 (AM_MAKEINFOFLAGS): New macro.
7643 * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
7644 * Makefile.am (INSTALL): Use the new macros.
7645 Use -o rather than --output, since "missing" does not grok --output.
7647 2002-07-25 Alexandre Duret-Lutz <duret_g@epita.fr>
7649 * doc/autoconf.texi (Limitations of Make): Escaped newlines in
7650 comments do not always work. Never trust the exit status of
7653 2002-07-24 Kevin Ryde <user42@zip.com.au>
7655 * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
7656 Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
7658 2002-07-23 Paul Eggert <eggert@twinsun.com>
7660 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
7661 Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
7662 apparently treats PATH="nonexistent" as if it contained ".".
7663 Bug reported by Stefan `Sec' Zehl.
7665 2002-07-22 Alexandre Duret-Lutz <duret_g@epita.fr>
7667 * doc/autoconf.texi (Limitations of Make): Mention the special
7668 handling of the obj/ directory by BSD make.
7670 2002-07-20 Kevin Ryde <user42@zip.com.au>
7672 * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
7675 2002-07-19 Akim Demaille <akim@epita.fr>
7677 * doc/autoconf.texi (Function Portability): `exit'.
7678 (Programming in M4sh): Ethymology of M4sh.
7680 2002-07-19 Akim Demaille <akim@epita.fr>
7682 * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
7684 2002-07-18 Akim Demaille <akim@epita.fr>
7688 2002-07-18 Akim Demaille <akim@epita.fr>
7690 * config/config.guess, config/config.sub: Update.
7692 2002-07-18 Akim Demaille <akim@epita.fr>
7694 Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
7697 * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
7698 * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
7699 * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
7701 2002-07-18 Akim Demaille <akim@epita.fr>,
7702 Alexandre Duret-Lutz <duret_g@epita.fr>
7704 * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
7705 _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
7707 2002-07-17 Russ Allbery <rra@stanford.edu>
7709 * doc/autoconf.texi (Initializing configure): Clarify the
7710 description of the tarname default.
7712 2002-07-17 Andreas Buening <andreas.buening@nexgo.de>
7714 * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
7715 ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
7718 2002-07-17 Akim Demaille <akim@epita.fr>
7720 * lib/Autom4te/General.pm (find_file): Browse the directories in
7721 the order they are given.
7723 2002-07-17 Akim Demaille <akim@epita.fr>
7725 * tests/wrapsh.as, tests/wrappl.as: Merge into...
7726 * tests/wrapper.as: this.
7727 * tests/Makefile.am, configure.ac: Adjust.
7729 2002-07-17 Mark D. Roth <roth@feep.net>
7731 * configure.ac: Add --enable-site-macro-dir option.
7732 * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
7733 * bin/autom4te.in: Add --prepend-include, --include-envvar, and
7734 --site-macro-subdir options.
7735 * bin/autoconf.in: Add --prepend-include option.
7736 * bin/autoheader.in: Add --prepend-include option.
7737 * bin/autoreconf.in: Add --prepend-include option.
7738 * bin/autoscan.in: Add --prepend-include option.
7739 * bin/autoupdate.in: Add --prepend-include option.
7740 * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
7741 macro directory, remove note that include path directories are
7742 used in reverse order, and document --prepend-include option.
7743 * lib/autom4te.in: Use --prepend-include instead of --include.
7744 * tests/wrapsh.in: Use --prepend-include instead of --include.
7746 2002-07-17 Akim Demaille <akim@epita.fr>
7748 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
7750 * doc/autoconf.texi (Initializing configure): Adjust.
7752 2002-07-17 Akim Demaille <akim@epita.fr>
7754 * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
7755 (_AC_FUNC_MALLOC): New.
7756 (AC_FUNC_MALLOC): Use the latter.
7757 Define HAVE_MALLOC to 0 if broken.
7758 * doc/autoconf.texi (Particular Functions): Adjust.
7760 2002-07-16 Akim Demaille <akim@epita.fr>
7762 * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
7763 * doc/autoconf.texi (C Compiler): Adjust.
7765 2002-07-09 Akim Demaille <akim@epita.fr>
7767 * doc/autoconf.texi: Properly set the ``header'' part.
7769 2002-07-09 Akim Demaille <akim@epita.fr>
7771 * doc/autoconf.texi (Systemology): Some about Darwin.
7773 2002-07-09 Alexandre Duret-Lutz <duret_g@epita.fr>
7775 * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
7776 Don't use AC_REQUIRE in AU_DEFUN.
7778 2002-07-09 Art Haas <ahaas@neosoft.com>
7780 * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
7782 2002-07-02 Alexandre Duret-Lutz <duret_g@epita.fr>
7784 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
7785 bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
7786 lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
7787 so that Emacs setups GNU style for perl-mode and cperl-mode.
7789 2002-06-27 Paul Eggert <eggert@twinsun.com>
7791 * config/install-sh: Quote $src. Prefer || to test's -o option,
7792 as per "Limitations of Builtins".
7793 * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
7794 * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7796 * tests/mktests.sh: Use grep instead of fgrep, as per
7797 "Limitations of Builtins".
7799 2002-06-15 Paul Eggert <eggert@twinsun.com>
7801 * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
7802 autom4te_perllibdir): Set to top build dir or src dir as appropriate,
7803 so that we consistently test the just-built programs.
7804 * tests/wrappl.as: Likewise.
7806 2002-06-12 Paul Eggert <eggert@twinsun.com>
7808 * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
7809 name, so that symlinks to 'autoconf' work properly. Bug reported
7811 * bin/autoheader.in (AUTOM4TE): Likewise.
7812 * bin/autoreconf.in (autoconf, autoheader): Likewise.
7813 * bin/autoscan.in (autom4te): Likewise.
7814 * bin/autoupdate.in (autom4te): Likewise.
7816 * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
7817 btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
7820 2002-06-11 Andreas Schwab <schwab@suse.de>
7822 * doc/autoconf.texi: Add more dir entries.
7824 2002-06-10 Alexandre Duret-Lutz <duret_g@epita.fr>
7826 * bin/autom4te.in ($cache): Don't define using `$me', the name
7827 of the cache should not depend on the name under which autom4te
7830 2002-06-07 Akim Demaille <akim@epita.fr>
7832 * tests/tools.at (autoconf: forbidden tokens, basic)
7833 (autoconf: forbidden tokens, exceptions): Adjust to the change of
7834 words in autom4te.in.
7836 2002-06-07 Peter Eisentraut <peter_e@gmx.net>
7838 * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
7839 _AC_LANG_PROGRAM_C_F77_HOOKS.
7841 2002-06-07 Akim Demaille <akim@epita.fr>
7843 * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
7845 (AC_REPLACE_FNMATCH): this.
7846 * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
7847 AC_FUNC_FNMATCH_GNU.
7849 2002-06-07 Akim Demaille <akim@epita.fr>
7851 * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
7852 Rosetta Stone for Unix.
7854 2002-06-07 Akim Demaille <akim@epita.fr>
7856 * bin/autom4te.in (warn_forbidden): When rejecting a token,
7857 suggest m4_pattern_allow.
7858 Suggested by Adam J. Richter.
7860 2002-06-07 Akim Demaille <akim@epita.fr>
7862 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
7863 ac_config_libobj_dir.
7864 (AC_CONFIG_LIBOBJ_DIR): New.
7865 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
7866 (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
7867 Use ac_config_libobj_dir to find the replacement files.
7868 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
7869 (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
7870 (AC_REPLACE_FNMATCH_GNU): these.
7871 (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
7872 * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
7873 * tests/mktests.sh (ac_exclude_list): Don't check
7874 AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
7876 2002-06-06 Paul Eggert <eggert@twinsun.com>
7878 * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
7881 * doc/autoconf.texi (Configuration Links): Likewise.
7882 (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
7884 2002-06-05 Paul Eggert <eggert@twinsun.com>
7886 * config/config.guess, config/config.sub, config/texinfo.tex:
7887 Update from masters.
7889 2002-05-29 Paul Eggert <eggert@twinsun.com>
7891 * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
7892 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7893 * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
7895 * lib/autoconf/Makefile.am (check-local): Likewise.
7896 * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
7897 * lib/autoconf/types.m4 (commentary only): Likewise.
7898 * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
7899 * lib/autotest/Makefile.am (check-local): Likewise.
7900 * lib/m4sugar/Makefile.am (check-local): Likewise.
7901 * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
7902 * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
7904 * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
7905 * doc/autoconf.texi (Particular Programs): Document them.
7906 (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
7909 2002-05-27 Paul Eggert <eggert@twinsun.com>
7911 * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
7912 * NEWS, doc/autoconf.texi (Particular Types): Document it.
7913 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
7914 instead of AC_MBSTATE_T, which never existed.
7916 2002-05-23 Akim Demaille <akim@epita.fr>
7918 * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
7919 version of Autoconf that is discussed.
7921 2002-05-22 Paul Eggert <eggert@twinsun.com>
7923 * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
7924 from the default list of compilers to try. Suggested by
7926 * NEWS: Document the above.
7927 * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
7929 2002-05-17 Paul Eggert <eggert@twinsun.com>
7931 * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
7932 the member is itself an aggregate. Bug reported by Sergey Poznyakoff.
7933 This improves on an earlier suggestion by H. Peter Anvin.
7935 2002-05-16 Paul Eggert <eggert@twinsun.com>
7937 AC_FUNC_FNMATCH now tests only for POSIX compatibility.
7938 AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
7939 Both macros now accept an optional source-dir arg.
7940 New macro AC_GNU_SOURCE to define _GNU_SOURCE.
7942 * NEWS: Document this.
7943 * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
7945 * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
7946 (AC_FUNC_FNMATCH): Use it. Test only for POSIX conformance,
7947 not for GNU extensions; this undoes part of the 2000-11-03 change,
7948 reverting to 2.13-compatible behavior.
7949 Add new optional argument DIR.
7950 (AC_FUNC_FNMATCH_GNU): New macro.
7952 * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
7954 2002-05-08 Paul Eggert <eggert@twinsun.com>
7956 * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
7957 Don't require AC_SYS_POSIX_TERMIOS. The test is unnecessary,
7958 and it causes a 'test' syntax error if it fails.
7959 Bug reported by Stephen Gildea.
7961 * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
7962 If prototypes are supported, use them to check this at compile-time,
7963 instead of trying to check it at run-time. If we must do a run-time
7964 check, assume that setvbuf is standard when cross-compiling, as
7965 nonstandard setvbuf occurs only on ancient and unlikely hosts.
7966 Bug reported by Paul D. Smith.
7968 * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
7969 argument specifying location of getloadavg.c. This removes a
7970 FIXME. This idea was taken from Jim Meyering's implementation in
7972 * doc/autoconf.texi (Particular Functions): Document this.
7973 Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
7974 that's what the code does; this fixes a bug reported by
7977 2002-05-03 Akim Demaille <akim@epita.fr>
7979 * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
7980 autopoint instead of gettextize.
7981 ($uses_alocal): Rename as...
7982 ($uses_aclocal): this.
7983 * doc/autoconf.texi (autoreconf Invocation): Adjust.
7984 Suggested by Bruno Haible.
7986 2002-05-03 Akim Demaille <akim@epita.fr>
7988 * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
7990 2002-04-29 Paul Eggert <eggert@twinsun.com>
7992 * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
7993 files to be 1 second older; just set them to be the same time.
7994 Also, sleep 1 second after the first aclocal, to work around
7995 problems with sub-second time stamps on the input files.
7997 2002-04-29 Thien-Thi Nguyen <ttn@gnu.org>
7999 * doc/autoconf.texi: Mention "set -e -x" lossage
8000 under node "Limitations of Builtins".
8002 2002-04-29 Akim Demaille <akim@epita.fr>
8004 * doc/install.texi: Better wording for setting variables when
8006 From Christian Cornelssen.
8008 2002-04-29 Akim Demaille <akim@epita.fr>
8010 * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
8011 of lack of $LINENO support, then the test will compare the $LINENO
8012 in testsuite vs. the lineno in the test file. This is wrong, of
8014 Be sure to protect it.
8015 Reported by Patrick Welche.
8017 2002-04-25 Akim Demaille <akim@epita.fr>
8019 * doc/autoconf.texi (Obsolete Macros): Typo.
8020 Reported by Vladimir Volovich.
8022 2002-04-25 Akim Demaille <akim@epita.fr>
8024 * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
8025 than some of the input files, hence, on the second run of aclocal,
8026 if some of its input are younger, make them older.
8027 Suggested by Paul Eggert.
8029 2002-04-25 Akim Demaille <akim@epita.fr>
8031 * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
8032 Thanks to Paul Eggert.
8034 2002-04-25 Akim Demaille <akim@epita.fr>
8036 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
8037 and ac_subst_vars be sh variables containing the list of
8038 AC_SUBST_FILES'ed and AC_SUBST'ed identifiers. Output them in the
8040 (_AC_INIT_PREPARE): Use them to log them.
8041 (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
8042 (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
8043 _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
8044 _AC_SUBST_FILES and _AC_SUBST_VARS.
8045 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
8047 2002-04-24 Akim Demaille <akim@epita.fr>
8049 * bin/autoreconf.in (autoreconf): Run automake after autoconf and
8050 autoheader, so that automake does not complain about a missing
8051 config.h.in that was to be created.
8053 2002-04-23 Akim Demaille <akim@epita.fr>
8055 * bin/autoheader.in (parse_args): --warning takes an argument.
8058 2002-04-22 Peter Eisentraut <peter_e@gmx.net>
8060 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
8061 and bb.out when cleaning up.
8063 2002-04-22 Akim Demaille <akim@epita.fr>
8067 2002-04-22 Akim Demaille <akim@epita.fr>
8069 * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
8071 2002-04-22 Akim Demaille <akim@epita.fr>
8073 * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
8075 Reported by Gregory Giannoni.
8077 2002-04-22 Akim Demaille <akim@epita.fr>
8079 * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
8080 Fixes false failures on Darwin.
8082 2002-04-21 Paul Eggert <eggert@twinsun.com>
8084 * TODO, bin/autoupdate.in, doc/autoconf.texi,
8085 lib/autoconf/general.m4, lib/autoconf/libs.m4,
8086 lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
8087 tests/tools.at: Minor spelling and grammar fixes.
8089 2002-04-20 Paul Eggert <eggert@twinsun.com>
8091 * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
8092 ZSH_VERSION fixes. Bug reported by Raja R Harinath.
8093 * lib/autotest/general.m4 (AT_INIT): Likewise.
8094 * tests/atgeneral.m4 (AT_INIT): Likewise.
8096 2002-04-19 Paul Eggert <eggert@twinsun.com>
8098 * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
8099 doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
8100 lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
8101 lib/autoconf/functions.m4, lib/autoconf/general.m4,
8102 lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
8103 lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
8104 tests/atspecific.m4, tests/semantics.at, tests/torture.at:
8105 Minor spelling and grammar fixes.
8107 * doc/autoconf.texi: Follow the outline suggested in the GNU
8108 Sample Texts sections of the Texinfo 4.2 manual. Most
8109 importantly, this makes sure that the copyright notices appear in
8110 all output formats. You probably need Texinfo 4.2 to generate
8113 Fix some bugs when using "$@" when there might be zero positional
8114 arguments in cases where this matters.
8116 * bin/autoconf.as: Rewrite so that the problem does not come up.
8117 * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
8118 * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
8119 * lib/autotest/general.m4 (AT_INIT): Likewise.
8121 * bin/autoheader.in: Use 'case' statement to work around problem.
8122 * bin/auto4mte.in: Likewise.
8123 * bin/autoreconf.in: Likewise.
8124 * bin/autoscan.in: Likewise.
8125 * bin/autoupdate.in: Likewise.
8126 * bin/ifnames.in: Likewise.
8128 * doc/autoconf.texi (Shell Substitutions): Document the problem.
8130 * lib/autotest/general.m4 (AT_INIT):
8131 Use Zsh alias to work around problem.
8132 * tests/atgeneral.m4 (AT_INIT): Likewise.
8134 * tests/c.at: We can't have zero arguments, so remove workaround
8135 that is not portable to Zsh.
8137 2002-04-19 Alexandre Duret-Lutz <duret_g@epita.fr>
8139 * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
8140 from aclocal.m4 too.
8142 2002-04-12 Akim Demaille <akim@epita.fr>
8144 * tests/wrappl.as: New, M4sh precursor of wrappl.in.
8146 2002-04-10 Akim Demaille <akim@epita.fr>
8148 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
8149 workaround for ${1+"$@"}.
8150 * doc/autoconf.texi (Shell Substitutions): Explain it.
8151 From Oliver Kiddle and Peter Stephenson.
8153 Have M4sh perform minimal shell sanitizing.
8155 * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
8157 (_AS_PREPARE): this new macro.
8159 (AS_INIT): Invoke AS_SHELL_SANITIZE.
8160 * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
8162 Adjust Autoconf and Autotest.
8164 * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
8165 AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
8166 * lib/autotest/general.m4 (AT_INIT): Likewise.
8167 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
8168 Invoke _AS_PREPARE (not AS_PREPARE) in addition to
8171 Use this M4sh to generate Autoconf's shell scripts.
8173 * tests/wrapsh.as: New, precursor of wrapsh.in.
8174 * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
8175 on Autotest and M4sh.
8176 ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
8177 (wrapsh.in): New target.
8178 * bin/autoconf.as: New, precursor of autoconf.in.
8179 (autoconf.in): New target.
8181 2002-04-09 Alexandre Duret-Lutz <duret_g@epita.fr>
8183 * doc/autoconf.texi (Limitations of Make): Mention the issue
8184 with indented comments in rules.
8186 2002-04-09 Andreas Schwab <schwab@suse.de>
8188 * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
8189 ac_top_builddir when setting ac_abs_top_builddir.
8191 2002-04-06 Kevin Ryde <user42@zip.com.au>
8193 * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
8194 (Portable Shell): Cross reference to Systemology.
8196 2002-04-05 Akim Demaille <akim@epita.fr>
8198 * bin/autoreconf.in (autoreconf): Be sure to accumulate the
8199 directories when descending in a SUBDIRS.
8200 Reported by Ezra Peisach.
8202 2002-04-04 Andreas Schwab <schwab@suse.de>
8204 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
8205 contains no literal separators.
8207 2002-04-03 Akim Demaille <akim@epita.fr>
8209 * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
8210 (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
8211 Use dnl, not the KILL diversion.
8213 (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
8214 (AC_CONFIG_LINKS): here.
8216 Don't use the KILL diversion, as it kills spurious output, which
8217 results in failures being hidden.
8218 Use m4_defn where appropriate.
8219 (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
8220 after the second argument.
8222 * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
8223 syntax, as it is provided by M4sugar.
8224 * tests/torture.at (Multiple AC_CONFIG_FILES): New.
8226 2002-04-03 Andreas Schwab <schwab@suse.de>
8228 * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
8229 expanded if $# <= 2.
8231 * bin/autoreconf.in (autoreconf): Run automake after rerunning
8234 2002-04-03 Akim Demaille <akim@epita.fr>
8236 * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
8237 (_AC_COMPILER_EXEEXT_REJECT): New.
8238 Also recognize *.bb and *.bbg as compilation byproducts.
8239 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
8240 (_AC_COMPILER_OBJEXT): Use them.
8241 Fixes Debian #138666.
8243 2002-04-02 Peter Eisentraut <peter_e@gmx.net>
8245 Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8247 * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8248 AU_DEFUN old name. Use _AC_COMPILE_IFELSE.
8249 (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8250 (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8252 (AC_C_INLINE): Same.
8253 (AC_C_PROTOTYPES): Same. Require AC_PROG_CC instead.
8254 * doc/autoconf.texi, NEWS: Document.
8255 * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8258 2002-04-02 Akim Demaille <akim@epita.fr>
8260 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8261 _AS_MKDIR_P_PREPARE.
8263 2002-03-28 Kevin Ryde <user42@zip.com.au>
8265 * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8266 to avoid versions of HP C which don't allow that.
8268 2002-03-27 Paul Eggert <eggert@twinsun.com>
8270 * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8271 (AS_SHELL_SANITIZE): Invoke it.
8272 (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8274 2002-03-26 Akim Demaille <akim@epita.fr>
8276 * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8278 2002-03-26 Akim Demaille <akim@epita.fr>
8280 * doc/autoconf.texi (Introduction): The GNATS base moved.
8282 2002-03-25 Paul Eggert <eggert@twinsun.com>
8284 * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8285 as POSIX requires, as it doesn't work with Zsh.
8286 * doc/autoconf.texi (Assignments): Document the problem.
8288 2002-03-25 Alexandre Duret-Lutz <duret_g@epita.fr>
8290 * doc/autoconf.texi (Limitations of Make): Mention more issue
8291 about VPATH, overriding of macros in sub-makes, and handling of
8294 2002-03-21 Paul Eggert <eggert@twinsun.com>
8296 * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8297 problem with here-document buffer boundaries.
8299 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8300 when reinvoking the shell, to work around problems with installers
8301 who put strange things like "cd" commands in their environments.
8303 2002-03-19 Akim Demaille <akim@epita.fr>
8305 * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8308 2002-03-19 Akim Demaille <akim@epita.fr>
8310 * bin/autoscan.in (scan_file): Specify the location in `&used'
8314 2002-03-19 Akim Demaille <akim@epita.fr>
8316 * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8317 From Nishio Futoshi.
8319 2002-03-19 Akim Demaille <akim@epita.fr>
8321 * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8323 2002-03-18 Paul Eggert <eggert@twinsun.com>
8325 * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8326 (Limitations of Usual Tools): Add mkdir section.
8328 * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8329 (AS_MKDIR_P): Require it. Use mkdir -p if available, falling
8330 back on AS_DIRNAME to compute prefixes otherwise; this is
8331 roughly what mkinstalldirs does. That way, we need not have
8332 our own filename disassembler. The old disassembler did not
8333 work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8335 * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8336 Create at_test_all by a series of assignments,
8337 not by a single assignment of a long string. The latter causes ksh
8338 version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8339 presumably because of a buffer overrun.
8341 2002-03-14 Paul Eggert <eggert@twinsun.com>
8343 * lib/autotest/general.m4 (at_times_skip):
8344 Renamed from at_times. Now a boolean.
8345 ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8346 says 'times: not found'.
8348 2002-03-14 Akim Demaille <akim@epita.fr>
8350 * bin/autoreconf.in (&study_gettextize): New.
8351 (&autoreconf): Handle newest gettextize.
8352 Rerun aclocal if needed.
8353 Suggested by Andreas Schwab.
8355 2002-03-13 Akim Demaille <akim@epita.fr>
8357 * doc/autoconf.texi (Special Shell Variables): More about IFS.
8359 2002-03-13 Akim Demaille <akim@epita.fr>
8361 * doc/autoconf.texi (Header Portability): New.
8362 Add information about stdint.h and inttypes.h from Paul Eggert.
8364 2002-03-13 Akim Demaille <akim@epita.fr>
8366 * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8370 2002-03-12 Akim Demaille <akim@epita.fr>
8372 * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8375 2002-03-11 Andreas Schwab <schwab@suse.de>
8377 * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8378 does not do it if --with-lispdir is given.
8380 2002-03-08 Akim Demaille <akim@epita.fr>
8384 2002-03-08 Akim Demaille <akim@epita.fr>
8386 * doc/autoconf.texi (Subdirectories): Clarify that the
8387 subdirectory should exist.
8389 2002-03-08 Akim Demaille <akim@epita.fr>
8391 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8393 2002-03-08 Akim Demaille <akim@epita.fr>
8395 * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8396 aliases the actual variables, and modifications of the former
8399 2002-03-08 Akim Demaille <akim@epita.fr>
8401 * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8402 because of C-c: have m4 output in tmp files, then mv them.
8404 2002-03-08 Akim Demaille <akim@epita.fr>
8406 * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8407 * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8408 * bin/ifnames.in: Copyright update.
8410 2002-03-08 Akim Demaille <akim@epita.fr>
8412 * doc/autoconf.texi (Invoking autom4te): New.
8414 2002-03-05 Akim Demaille <akim@epita.fr>
8416 * doc/autoconf.texi (Specifying Names): Clarification suggested by
8419 2002-03-05 Akim Demaille <akim@epita.fr>
8423 2002-03-04 Akim Demaille <akim@epita.fr>
8425 * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8426 * lib/autoconf/general.m4 (AC_INIT): More informative error
8429 2002-03-04 Akim Demaille <akim@epita.fr>
8431 * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8434 2002-03-04 Akim Demaille <akim@epita.fr>
8436 * doc/autoconf.texi (Transforming Names): Equality between target
8437 and host is irrelevant.
8438 (Specifying Names, Canonicalizing): Remove all references to the
8439 backward compatibility hooks. Rather, collect them all into...
8440 (Hosts and Cross-Compilation): this new section.
8441 * doc/install.texi (System Type): Ditto.
8442 * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8443 that `--host' implies cross-compilation.
8445 2002-03-04 Akim Demaille <akim@epita.fr>
8447 * doc/autoconf.texi (Evaluation Macros): New.
8448 * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8450 (_m4_foreach): Define the variant with immediate evaluation so
8451 that it contains exactly the items, not an expression which
8452 evaluation is the current item.
8453 (m4_re_string, m4_re_word): Don't over quote them.
8455 2002-03-04 Akim Demaille <akim@epita.fr>
8457 Instead of having stacking `shift's evaluated at the end, let
8458 `foreach' loops immediately evaluate them.
8460 * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8461 $*. This is the n-th time I change my mind, but hopefully this is
8464 (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8466 (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8467 it was only a hack for m4_text_wrap.
8468 (m4_car2): Remove, replaced by...
8470 (_m4_foreach): Adjust.
8471 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8472 m4_bpatsubst for clarification.
8474 2002-03-04 Akim Demaille <akim@epita.fr>
8476 * doc/autoconf.texi (Changequote is Evil): New.
8478 2002-03-03 Kevin Ryde <user42@zip.com.au>
8480 * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8481 on old systems like SunOS.
8483 2002-03-01 Peter Eisentraut <peter_e@gmx.net>
8485 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8486 lib/autoconf/functions.m4, lib/autoconf/general.m4,
8487 lib/autoconf/headers.m4, lib/autoconf/lang.m4,
8488 lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
8491 2002-02-28 Akim Demaille <akim@epita.fr>
8493 * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
8496 2002-02-28 Kevin Ryde <user42@zip.com.au>
8498 * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
8500 2002-02-25 Akim Demaille <akim@epita.fr>
8502 * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
8505 2002-02-13 Alexandre Duret-Lutz <duret_g@epita.fr>
8507 * lib/Autom4te/XFile.pm (getline, getlines): New functions,
8508 translate \r\n to \n.
8510 2002-02-07 Akim Demaille <akim@epita.fr>
8514 2002-02-07 Akim Demaille <akim@epita.fr>
8516 Fix Autoconf PR/209.
8517 Also reported by Frank Denis.
8519 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
8521 2002-02-07 Akim Demaille <akim@epita.fr>
8523 Fix Autoconf PR/207:
8524 AC_PREFIX_PROGRAM fails with dashed program names
8526 * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
8527 variable when looking for the prefix program.
8528 Now it also works for shell variables.
8530 2002-02-07 Akim Demaille <akim@epita.fr>
8532 * doc/autoconf.texi (Limitations of Builtins): More about
8535 2002-02-06 Akim Demaille <akim@epita.fr>
8537 * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
8538 case/esac, some shells don't support it.
8539 Reported by Zack Weinberg.
8540 * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
8542 2002-02-06 Akim Demaille <akim@epita.fr>
8544 * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
8545 sure not to introduce newlines in at_groups.
8546 * lib/autotest/Makefile.am (autotest.m4f): Typo.
8548 2002-02-06 Akim Demaille <akim@epita.fr>
8550 * tests/torture.at (Configuring subdirectories): Skip if aclocal
8553 2002-02-05 Paul Eggert <eggert@twinsun.com>
8555 * doc/autoconf.texi (Specific Compiler Characteristics):
8556 Describe HP-UX cc bug workaround more accurately.
8557 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
8559 * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
8560 cross-compilers, too. This undoes some of the most recent change
8563 2002-02-05 Akim Demaille <akim@epita.fr>
8565 * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
8566 to make sure they are up to date when `check' is run.
8568 2002-02-05 Akim Demaille <akim@epita.fr>
8570 * doc/autoconf.texi (Making testsuite Scripts): Document
8573 2002-02-05 Akim Demaille <akim@epita.fr>
8575 * lib/freeze.mk: New.
8577 2002-02-05 Akim Demaille <akim@epita.fr>
8579 Implement `autom4te --freeze'.
8581 * bin/autom4te.in (&freeze): New.
8582 * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
8583 * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
8585 2002-02-05 Akim Demaille <akim@epita.fr>
8587 * bin/autom4te.in (&parse_args): Implement `frozen files are
8588 optional are the sum of the previous files on the command line'.
8589 Also, pass `--reload-state=' on them, so...
8591 * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
8592 (M4sh): Rely on M4sugar.
8593 (Autotest, M4sh, M4sugar): Use frozen files.
8595 2002-01-31 Akim Demaille <akim@epita.fr>
8597 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
8598 * doc/autoconf.texi (Initializing configure): Adjust.
8600 2002-01-30 Akim Demaille <akim@epita.fr>
8602 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
8603 alphanumeric to `-' instead of `_'.
8605 2002-01-30 Akim Demaille <akim@epita.fr>
8607 * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
8608 for plain code, the other for cross-compilation code. The latter
8609 is now run with GCC only.
8610 * doc/autoconf.texi (Compilers and Preprocessors): New.
8612 2002-01-30 Akim Demaille <akim@epita.fr>
8614 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
8616 * doc/autoconf.texi (Initializing configure): Explain how to
8617 change AC_INIT default values.
8619 2002-01-29 Akim Demaille <akim@epita.fr>
8621 * tests/torture.at (Configuring subdirectories): Use configure.in,
8622 so that aclocal 1.4 works.
8623 Reported by Alexandre Duret-Lutz and Larry Schmitt.
8625 2002-01-28 Akim Demaille <akim@epita.fr>
8627 * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
8630 2002-01-28 Akim Demaille <akim@epita.fr>
8632 * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
8633 AUTOTEST_PATH *after* it was set.
8634 Don't put `.' in the PATH: the user should be precise and `./' if
8635 needed. In addition, given that the test suite does some `cd', if
8636 `.' is in the path, the `tested programs' sections will report
8637 programs found in the test suite's directory, while during the
8638 tests (performed in their own directory), these programs are no
8639 longer visible. In other words, the results is confusing and
8641 * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
8643 2002-01-24 Akim Demaille <akim@epita.fr>
8647 2002-01-24 Akim Demaille <akim@epita.fr>
8649 * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
8650 * doc/autoconf.texi: Finally add Akim as an author.
8652 2002-01-24 Akim Demaille <akim@epita.fr>
8654 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
8655 (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
8656 Bourne. Use /bin/sh.
8657 From Andreas Buening.
8659 2002-01-24 Akim Demaille <akim@epita.fr>
8661 * config/config.guess, config/config.sub, config/texinfo.tex:
8662 Update from masters.
8664 2002-01-24 Akim Demaille <akim@epita.fr>
8666 * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
8667 * config/auxdir.m4, config/cond.m4, config/depend.m4,
8668 * config/init.m4, config/install-sh.m4, config/lispdir.m4,
8669 * config/missing.m4, config/sanity.m4, config/select.m4,
8670 * config/strip.m4: Remove, to ease sync'ing with any version of
8673 2002-01-24 Akim Demaille <akim@epita.fr>
8675 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
8676 (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
8677 Reported by Geir Ove Myhr.
8679 2002-01-21 Akim Demaille <akim@epita.fr>
8681 * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
8683 2002-01-21 Akim Demaille <akim@epita.fr>
8685 * lib/Autom4te/General.pm (getopt): Use a more GNUish error
8686 message on invalid options.
8687 * bin/autom4te.in (parse_args): Don't use
8688 Autoconf::General::getopt with non valid options.
8690 2002-01-17 Jim Meyering <meyering@lucent.com>
8692 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
8693 $ac_cv_exeext so we don't use an old, invalid, cached value.
8695 2002-01-11 Akim Demaille <akim@epita.fr>
8697 * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
8699 * doc/autoconf.texi (Function Portability): Document the strnlen
8701 (Particular Functions): Document AC_FUNC_STRNLEN.
8702 * lib/autoscan/functions: Adjust.
8704 2002-01-06 Akim Demaille <akim@epita.fr>
8706 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
8707 package.m4, since is really depends upon configure.ac, not
8709 * doc/autoconf.texi (testsuite Scripts): Adjust.
8710 * tests/Makefile.am (package.m4): New.
8711 EXTRA_DIST it since its a source.
8713 2002-01-06 Akim Demaille <akim@epita.fr>
8715 * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
8716 of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
8717 and PACKAGE_BUGREPORT from here...
8718 (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
8720 (_AC_INIT_PREPARE): AC_DEFINE these symbols.
8721 * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
8722 (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
8723 * tests/tools.at (autoheader): Adjust.
8724 * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
8726 2002-01-06 Akim Demaille <akim@epita.fr>
8728 * bin/autoscan.in (scan_file): Use `&used'.
8730 2002-01-03 Akim Demaille <akim@epita.fr>
8732 * doc/autoconf.texi (Output): Improved wording regarding use of
8736 2001-12-18 Kevin Ryde <user42@zip.com.au>
8738 * doc/autoconf.texi (Function Portability): Add notes on sscanf
8739 sometimes needing writable input.
8741 2001-12-17 Jim Meyering <meyering@lucent.com>
8743 * doc/autoconf.texi (New Macros): Tweak wording.
8745 2001-12-14 Akim Demaille <akim@epita.fr>
8747 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
8748 trailing files, don't apply `-rf' to files which might not be
8749 created by configure (core, core.*, and *.core), but just `rm -f'.
8750 Suggested by Jonathan Kamens.
8752 2001-12-14 Aaron M. Ucko <amu@alum.mit.edu>
8754 * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
8756 2001-12-14 Akim Demaille <akim@epita.fr>
8758 * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
8760 2001-12-13 Peter Eisentraut <peter_e@gmx.net>
8762 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
8763 abs_builddir, top_buildpath to abs_top_builddir, srcpath to
8764 abs_srcdir, top_srcpath to abs_top_srcdir.
8765 (_AC_OUTPUT_FILES): Adjust.
8766 * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
8767 * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
8768 * tests/wrappl.in, tests/wrapsh.in: Adjust.
8770 2001-12-12 Steven G. Johnson <stevenj@alum.mit.edu>
8772 * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
8773 C/Fortran linking on HP/UX, by extracting the Fortran library
8774 search path from the LPATH line in the $F77 -v output.
8776 2001-12-12 Kevin Ryde <user42@zip.com.au>
8778 * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
8779 forbidden file descriptors table.
8781 2001-11-26 Akim Demaille <akim@epita.fr>
8783 * bin/autoscan.in (%c_keywords): Build it at top level.
8784 Map to 1 in order to simplify its uses.
8786 2001-11-26 Akim Demaille <akim@epita.fr>
8788 * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
8789 Remove $filepath, useless.
8790 (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
8791 variables, they are really part of the tokens.
8792 Split the input line on spaces and then look for tokens.
8793 Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
8794 because of `lex$U.$(OBJEXT)'.
8795 (&scan_files): Use "@list" instead of join.
8796 * doc/Makefile.am (CLEANFILES): Add *.fns.
8798 2001-11-26 Akim Demaille <akim@epita.fr>
8800 * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
8801 Remove, replaced by...
8802 * tests/wrappl.in: Be common for all the Perl executables.
8803 In particular autoscan and autoheader want -I.
8804 * configure.ac: Adjust.
8805 * lib/autoscan/headers: errno.h is portable.
8807 2001-11-26 Akim Demaille <akim@epita.fr>
8809 * bin/autoscan.in (used): New.
8812 2001-11-26 Akim Demaille <akim@epita.fr>
8814 * bin/autoscan.in (&scan_c_file): Better parsing of CPP
8816 (&scan_sh_file): Remove a duplicate pattern.
8817 (&check_configure_ac): Use long options.
8818 * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
8820 2001-11-26 Akim Demaille <akim@epita.fr>
8822 * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
8823 Before, having a line containing the opening of a multi line
8824 comment made the whole line be ignored.
8826 2001-11-26 Akim Demaille <akim@epita.fr>
8828 * doc/autoconf.texi (Using an Autotest Test Suite): New.
8829 (testsuite Scripts): Be one of its subsection.
8830 (Autotest Logs): New.
8832 2001-11-26 Akim Demaille <akim@epita.fr>
8834 Test groups are now run two directories deeper.
8836 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
8837 top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
8839 * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
8840 top_srcdir, builddir and top_builddir.
8841 Use `at_*dir' relatively to the directory containing the
8842 suite, use `*dir' when relatively to the current group dir.
8844 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8846 * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
8847 lib/autoconf/functions.m4, lib/autoconf/headers.m4,
8848 tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
8851 2001-11-22 Alexandre Duret-Lutz <duret_g@epita.fr>
8853 * doc/autoconf.texi (Using System Type): Add an example of `case
8854 $host' usage so people quit using `case $target' everywhere.
8856 2001-11-22 Akim Demaille <akim@epita.fr>
8858 * doc/autoconf.texi (Installation Directory Variables): Englishoes
8859 spotted by Jim Meyering.
8861 2001-11-16 Paul Eggert <eggert@twinsun.com>
8863 This patch implements a `long double' suggestion by Oliver Kiddle.
8865 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
8866 static, to catch errors if the value isn't known at compile-time
8867 and the compiler supports dynamic arrays. Change its name from
8868 `_array_' to `test_array' to avoid potential name clashes.
8869 (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
8870 test. Do not define HAVE_LONG_DOUBLE if `long double' is no
8871 better than double. Catch a bug in GCC 2.95.2 x86.
8872 * doc/autoconf.texi (C Compiler): Document the above.
8875 2001-11-13 Akim Demaille <akim@epita.fr>
8877 * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
8879 * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
8881 2001-11-13 Akim Demaille <akim@epita.fr>
8883 * lib/autotest/general.m4 (AT_INIT): After having run the test
8884 group, go back to the initial directory, not to at_suite_dir.
8886 2001-11-13 Akim Demaille <akim@epita.fr>
8888 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
8889 (AT_DATA_AUTOCONF): Also protect @&t@ from autom4te.
8890 (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
8892 (AT_CHECK_CONFIGURE): Use absolute paths.
8893 (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
8894 The problem is still the old one: there is no means in M4 (that I
8895 know about) to create a defining macro, because there is no means
8896 to create `$1' etc., therefore, the defining macro ``swallows''
8897 all the arguments meant to the defined macro.
8899 2001-11-13 Akim Demaille <akim@epita.fr>
8901 * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
8902 (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
8904 * tests/aclocal.m4: Remove, as it is no longer used.
8906 2001-11-13 Akim Demaille <akim@epita.fr>
8908 * lib/autotest/general.m4: Change `tests?' into `groups?' in
8909 variable names when referring to a single test group, or to
8910 `suite' when referring to the whole test suite.
8911 `at_last_test' is removed: m4 compute at_format itself.
8912 (at_stdout, at_stder1, at_stderr): New variables.
8913 (AT_CHECK): Use them.
8915 2001-11-13 Akim Demaille <akim@epita.fr>
8917 * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
8919 Create `testsuite.dir/003/run' instead of `testsuite.003'.
8920 Do it as soon as a test fails, don't wait till the end of the test
8922 Don't remove $as_me.[0-9]*, since these files no longer exist.
8924 2001-11-13 Akim Demaille <akim@epita.fr>
8926 * tests/tools.at: Use absolute paths, since we are no longer run
8929 2001-11-13 Akim Demaille <akim@epita.fr>
8931 Now that tests are running in their own private dir, there is no
8932 need to list the files to remove at the end of tests groups.
8934 * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
8935 (AT_data_files, at_data_files): Remove.
8936 (AT_CLEANUP, AT_DATA): Simplify.
8938 Remove the group dir if !debug && !failed.
8939 * tests/atspecific.m4: Adjust.
8941 2001-11-13 Akim Demaille <akim@epita.fr>
8943 Start a new layout for Autotest: `testsuite' creates
8944 `testsuite.dir' in which the at-check-line etc. files are to be
8945 found, and `testsuite.dir/003' where the test group 3 is run.
8947 * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
8948 at_check_line_file, at_format, at_test_normalized, at_group_dir
8950 Create the directories.
8951 Use absolute paths for at- files.
8954 2001-11-11 Michael Matz <matz@kde.org>
8956 * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
8958 (m4_car): Properly quote arguments.
8960 2001-11-13 Akim Demaille <akim@epita.fr>
8962 * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
8963 with stricter rules on LIBOBJS.
8965 2001-11-12 Paul Eggert <eggert@twinsun.com>
8967 * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
8968 * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
8971 2001-11-12 Akim Demaille <akim@epita.fr>
8973 * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
8975 2001-11-12 Akim Demaille <akim@epita.fr>
8977 * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
8978 * lib/autoconf/functions.m4, lib/autoconf/general.m4,
8979 * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
8980 * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
8981 * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
8982 specify to what the macro should be defined (typically to 1).
8984 2001-11-12 Akim Demaille <akim@epita.fr>
8986 * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
8989 2001-11-12 Akim Demaille <akim@epita.fr>
8991 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
8992 AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND. This validates the
8993 definition used by Automake where LEX is +/- "${missing} lex" and
8994 `missing' itself contains variables.
8996 2001-11-12 Akim Demaille <akim@epita.fr>
8998 * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
8999 Now that M4sh pushes BODY, the comments were output at the end of
9002 2001-11-08 Akim Demaille <akim@epita.fr>
9004 * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
9005 that we can trace macros from aclocal.m4.
9006 Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
9007 obsoleted, and redirect to the former anyway.
9008 Reported by Ralf Corsepius.
9010 2001-11-08 Akim Demaille <akim@epita.fr>
9012 * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
9013 processed only if present.
9014 * tests/torture.at (Configuring subdirectories): Use autoreconf
9015 instead of successive calls to autoconf.
9016 Add a nonexistent subdirectory to exercise the patch above.
9017 Reported by Ralf Corsepius.
9019 2001-11-08 Kevin Ryde <user42@zip.com.au>
9021 * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
9022 doesn't accept .S files.
9024 2001-11-07 Akim Demaille <akim@epita.fr>
9026 * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
9027 * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
9028 (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
9029 * bin/autom4te.in (warn_forbidden): New.
9030 (handle_output): Use it.
9031 Read m4_pattern_forbid with messages.
9033 2001-11-05 Akim Demaille <akim@epita.fr>
9035 * bin/autom4te.in (--normalize): Remove.
9036 * lib/autom4te.in: Adjust.
9038 2001-11-05 Akim Demaille <akim@epita.fr>
9040 * tests/Makefile.am (testsuite): Rename this target as...
9041 ($(TESTSUITE)): this.
9044 2001-11-05 Alexandre Duret-Lutz <duret_g@epita.fr>
9046 * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
9047 the --prefix option, also remove it's argument.
9049 2001-11-05 Akim Demaille <akim@epita.fr>
9051 * doc/autoconf.texi (testsuite Invocation): Update.
9052 (Writing testsuite.at): Update.
9054 2001-11-03 Akim Demaille <akim@epita.fr>
9056 * doc/autoconf.texi: s/@code/@command/ where appropriate.
9058 2001-11-03 Akim Demaille <akim@epita.fr>
9060 * lib/Autom4te/General.pm: (&catfile, &canonfile)
9061 (&file_name_is_absolute): New, wrappers around routines from
9063 Use and export them.
9064 (&find_configure_ac): Optionally take a directory where to look at.
9065 * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
9067 Default @ARGV to `.', not find_configure_ac.
9068 (&autoreconf): Argument is a directory.
9069 Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
9070 * doc/autoconf.texi (autoreconf Invocation): Update.
9072 2001-11-03 Akim Demaille <akim@epita.fr>
9074 * lib/Autom4te/General.pm (@export_vars, @export_subs)
9075 (@export_forward_subs): New.
9076 Add basename, dirname, and fileparse.
9078 * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
9079 Don't look for aclocal flags if we already know aclocal is not
9081 Move aclocal.m4t only if it exists.
9082 Reported by Ezra Peisach.
9084 2001-11-03 Akim Demaille <akim@epita.fr>
9086 * bin/autoreconf.in (&parse_args): Work only on the configure.ac
9087 passed on command line, defaulting to ./configure.ac if present.
9088 (&maybe_autoreconf, File::Find): Remove, unused.
9089 (&autoreconf): If autoconf is not used, don't try to trace.
9091 2001-11-02 Akim Demaille <akim@epita.fr>
9093 * configure.ac: Bump to 2.52g.
9095 2001-11-02 Akim Demaille <akim@epita.fr>
9099 2001-11-02 Akim Demaille <akim@epita.fr>
9101 * config/config.guess, config/config.sub, doc/standards.texi:
9102 * config/lispdir.m4: Update from masters.
9103 * configure.ac: Bump to 2.52f.
9105 2001-11-02 Akim Demaille <akim@epita.fr>
9107 * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
9108 Don't run aclocal when aclocal.m4 is not from aclocal.
9110 Don't run libtoolize and gettextize if --install is not given.
9112 2001-11-01 Paul Eggert <eggert@twinsun.com>
9114 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
9115 be invoked before _AS_LINENO_PREPARE.
9116 (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
9117 than character ranges.
9119 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
9120 invoking AS_BASENAME. Set the locale variables to 'C' if
9121 possible, as POSIX requires this to get the traditional
9123 * doc/autoconf.texi (Special Shell Variables): Describe the above.
9125 2001-10-31 Paul Eggert <eggert@twinsun.com>
9127 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
9128 with {}, as that triggers a bug in Bash 2.05.
9130 (_AS_LINENO_PREPARE): Use Sed rather than
9131 Awk. Fix the sed prepass to work even if there are multiple
9132 instances of $LINENO on the same line. Do not substitute for
9133 other variables like $LINENOT. Do not check file dates; such a
9134 check is unreliable on sufficiently fast machines, and removing
9135 the check makes the code simpler and more reliable. Check for
9136 output and chmod failures.
9138 * doc/autoconf.texi (Special Shell Variables): Document
9141 2001-10-31 Akim Demaille <akim@epita.fr>
9143 * tests/Makefile.am (atconfig): Remove this target, Automake
9146 2001-10-31 Akim Demaille <akim@epita.fr>
9148 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
9149 AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
9150 provided, while it is optional.
9151 * configure.ac: Adjust.
9153 2001-10-26 Paul Eggert <eggert@twinsun.com>
9155 * NEWS, README, configure.ac, lib/Autom4te/General.pm,
9156 lib/Autom4te/Struct.pm:
9157 Require Perl 5.005_03 instead of just 5.005, as some tests fail
9160 * doc/autoconf.texi (Special Shell Variables): Document some
9161 more LINENO gotchas, particularly with respect to the Awk+Sed hack.
9163 * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
9164 (_AS_LINENO_PREPARE): Use it instead of shell eval, since
9165 eval $LINENO is not portable in practice.
9167 2001-10-24 Akim Demaille <akim@epita.fr>
9169 * lib/Autom4te/General.pm (backname): New.
9171 2001-10-24 Akim Demaille <akim@epita.fr>
9173 * m4/: Remove, merged into...
9176 2001-10-23 Tim Van Holder <tim.van.holder@pandora.be>
9178 * doc/autoconf.texi (Shellology): Mention the problems with bash
9179 2.05's use of ANSI quoting in its `set' builtin.
9181 2001-10-22 Paul Eggert <eggert@twinsun.com>
9183 * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
9184 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
9185 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
9186 POSIX decided to standardize on the int flavor of strerror_r.
9187 Always do char* test, as there's no reason not to.
9188 Assign to a char* var, to catch strerror_r that returns int*.
9190 * doc/autoconf.texi (Particular Functions):
9191 Document the above changes. Also, document the fact that
9192 AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
9194 * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
9196 2001-10-20 Akim Demaille <akim@epita.fr>
9198 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
9199 the executable was missing from the log.
9201 2001-10-20 Akim Demaille <akim@epita.fr>
9203 * lib/Autom4te/General.pm (&update_file): If destination is
9204 unchanged, remove the source.
9205 (&up_to_date_p): Don't be verbose, be debug.
9206 * bin/autoreconf.in: No longer support --m4dir.
9207 (&autoreconf): Display the full path of the configure.ac we are
9210 Be sure to honor --force with gettextize.
9212 * doc/autoconf.texi: Adjust.
9214 2001-10-20 Akim Demaille <akim@epita.fr>
9216 * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
9218 * bin/autoreconf.in (&autoreconf): Do not run gettextize when
9219 `intl' is already present, as it refuses unless --force.
9220 (&parse_args): Use -I, --include instead of the old Autoconf
9222 ($localdir, $autoconf_dir): Remove.
9224 (&maybe_autoreconf): New, to preserve $_ for File::Find.
9226 2001-10-19 Jens Petersen <petersen@redhat.com>
9228 * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
9229 * doc/autoconf.texi (Particular Programs): Likewise.
9231 2001-10-19 Akim Demaille <akim@epita.fr>
9233 * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
9234 file in @configure_input@.
9235 Don't mention `automatically' in addition to `generated'.
9236 * tests/torture.at (#define header templates): Adjust.
9238 2001-10-19 Akim Demaille <akim@epita.fr>
9240 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
9241 comment, explain how to install automatic mode selection.
9244 2001-10-19 Ezra Peisach <epeisach@zif.mit.edu>
9246 * bin/autoreconf.in (autoreconf): Display the path to the
9247 configure.ac being studied.
9249 2001-10-18 Paul Eggert <eggert@twinsun.com>
9251 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9252 long, to work around a bug in the HP C compiler version HP92453-01
9255 * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9256 (AS_BASENAME_EXPR): New macro.
9257 (AS_BASENAME_SED): Do not assume GNU sed semantics.
9258 (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9259 and fall back on 'sed' only if the other two fail. This makes
9260 AS_BASENAME act more like AS_DIRNAME.
9261 (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9262 contains white space.
9263 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9264 Use AS_DIRNAME, since I think it's now DOS-friendly.
9265 * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9266 Allow "dirname //FOO" to return either / or //, as POSIX allows
9269 2001-10-10 Akim Demaille <akim@epita.fr>
9271 * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9272 `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9275 2001-10-10 Akim Demaille <akim@epita.fr>
9277 * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9279 (_AS_ECHO_N): AS_REQUIREs it.
9281 2001-10-10 Akim Demaille <akim@epita.fr>
9283 * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9284 (AC_INCLUDES_DEFAULT): Move to...
9285 * lib/autoconf/headers.m4: here.
9286 * lib/autoconf/types.m4: Comment changes.
9287 * doc/autoconf.texi: Specify where the default includes are used
9288 in the macro prototypes.
9290 2001-10-09 Akim Demaille <akim@epita.fr>
9292 * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9295 2001-10-08 Akim Demaille <akim@epita.fr>
9297 * bin/autoreconf.in (&autoreconf): Remove debugging code.
9298 (&parse_args): Pass verbosity/debugging options to subtools when
9299 --debug, not when --verbose.
9300 * lib/autom4te.in (Autoreconf-preselections): New.
9303 2001-10-08 Akim Demaille <akim@epita.fr>
9305 * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9307 2001-10-08 Akim Demaille <akim@epita.fr>
9309 * doc/autoconf.texi (autoreconf Invocation): Adjust.
9310 * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9312 2001-10-08 Akim Demaille <akim@epita.fr>
9314 * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9315 (Syntax of the shell scripts): Don't.
9316 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9317 bother with $force since...
9318 * lib/Autom4te/General.pm: does.
9320 2001-10-08 Akim Demaille <akim@epita.fr>
9322 * bin/autoreconf.in: Rewrite in Perl.
9323 * configure.ac: Adjust.
9324 * lib/Autom4te/General.pm (&up_to_date_p): New.
9325 * bin/autom4te.in (&up_to_date_p): Use it.
9327 (&up_to_date): this.
9329 2001-10-08 Akim Demaille <akim@epita.fr>
9331 * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9332 (m4_list_cmp): Use $0 to reinvoke yourself.
9333 (m4_patsubsts): New.
9334 (m4_strip, m4_version_unletter): Use it.
9335 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9337 2001-10-08 Akim Demaille <akim@epita.fr>
9339 * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9340 * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9341 * lib/autoconf/types.m4, lib/autotest/general.m4,
9342 * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9343 * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9344 m4_bregexp, m4_bpatsubst, and m4_bmatch.
9345 * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9347 2001-10-08 Akim Demaille <akim@epita.fr>
9349 * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9351 2001-10-08 Akim Demaille <akim@epita.fr>
9353 * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9354 * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9355 * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9356 * tests/tools.at, tests/m4sh.at: Use it.
9357 * tests/m4sh.at: Don't rely on Autoconf macros.
9358 (DIRNAME_TEST): Also exercise the expr variant.
9359 * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9360 preferred M4sugar extension is now `.4s'.
9361 * tests/README: Remove.
9363 2001-10-08 Akim Demaille <akim@epita.fr>
9365 * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9366 (m4_provide_if): this.
9367 * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9368 * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9369 (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9370 M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9372 2001-10-08 Akim Demaille <akim@epita.fr>
9374 Use `add-log-current-defun-function' for ChangeLog creation.
9375 Suggested by Tom Tromey.
9377 * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9378 (autotest-mode): Adjust.
9379 * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9380 'comment-region onto `C-c ;'.
9381 Comments are `#', not `dnl'.
9382 (autoconf-current-defun): New.
9383 (autoconf-font-lock-keywords): Recognize `m4_defun'.
9385 2001-10-08 Akim Demaille <akim@epita.fr>
9387 * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9388 * lib/m4sugar/m4sh.m4: here.
9389 (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9390 * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9391 (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9392 include handle the m4_pattern_*, no longer push the
9393 BODY diversion nor set the /bin/sh line, AS_INIT does it.
9394 * lib/autotest/general.m4 (AT_INIT): Likewise.
9395 * tests/base.at: Adjust the tests to use AS_INIT.
9396 * tests/tools.at (AT_DATA_FORBIDDEN): New.
9397 (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9400 2001-10-07 Paul Eggert <eggert@twinsun.com>
9402 * doc/autoconf.texi (config.status Invocation):
9403 CONFIG_SHELL defaults to a shell that supports LINENO if available.
9405 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9406 shell does not support LINENO, and if CONFIG_SHELL is unset or
9407 empty, and if we can find a shell that does support LINENO,
9408 then set CONFIG_SHELL to that shell and then re-execute
9409 ourselves with CONFIG_SHELL.
9411 2001-10-05 Paul Eggert <eggert@twinsun.com>
9413 * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9414 doesn't exist. Remove *.tmp, as a .tmp file is created during the
9415 build of $(TESTSUITE).
9417 2001-10-05 Akim Demaille <akim@epita.fr>
9419 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9420 iff we are a bareword.
9421 Reported by Raja R Harinath.
9423 2001-10-05 Akim Demaille <akim@epita.fr>
9425 * tests/m4sh.at (LINENO): New.
9426 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9427 PATH_SEPARATOR before using it.
9428 Fix the absolute path case/esac pattern.
9429 Provide $0 as fallback for as_myself.
9430 Reported by Raja R Harinath.
9432 2001-10-05 Akim Demaille <akim@epita.fr>
9434 * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9435 * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9437 2001-10-05 Akim Demaille <akim@epita.fr>
9439 * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9440 (AS_SHELL_SANITIZE): here. Use it.
9441 (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9444 2001-10-04 Akim Demaille <akim@epita.fr>
9446 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9447 combination of Awk and sed to replace $LINENO.
9449 2001-10-02 Paul Eggert <eggert@twinsun.com>
9451 * doc/autoconf.texi (Limitations of Builtins): You can't use
9452 "source"; it's not portable. Remove confusing and
9453 somewhat-incorrect example involving "." and "/".
9455 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9456 compatibility with POSIX shells.
9458 2001-10-02 Akim Demaille <akim@epita.fr>
9460 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9461 instead of exec'ing to preserve $0 and $@.
9463 2001-10-01 Akim Demaille <akim@epita.fr>
9465 * tests/testsuite (AT_INIT) <at_pass_list>: New.
9466 Don't run twice the same test.
9468 2001-10-01 Akim Demaille <akim@epita.fr>
9470 * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9471 No longer output the list of tests.
9472 <--list>: New option.
9473 <--full-help>: Remove.
9474 Complete the short/long options duality.
9475 Various small adjustments.
9477 2001-10-01 Akim Demaille <akim@epita.fr>
9479 * doc/autoconf.texi: Use @kbd for user input.
9480 Always use `$' as shell prompt.
9482 2001-09-30 Paul Eggert <eggert@twinsun.com>
9484 * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
9485 Don't use nested parenthesization. This patch was originally
9486 suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
9487 but somehow it didn't get incorporated then.
9488 * doc/autoconf.texi (Limitations of Usual Tools):
9489 Clarify remark about sed and nested parenthesization.
9491 * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
9492 Report an error if the size cannot be determined even though
9494 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9495 Check for `expr' arithmetic overflow, and for compilation failure,
9496 and invoke a new argument $4 if either is discovered.
9497 This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
9498 (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
9500 2001-09-28 Akim Demaille <akim@epita.fr>
9502 * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
9503 * m4/lispdir.m4: New.
9504 * aclocal.m4, configure.ac: Adjust.
9506 2001-09-28 Akim Demaille <akim@epita.fr>
9508 * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
9510 (AT_INIT): More the wrapped section to where it will be expanded.
9511 Output `AT_tested' only when existing.
9512 Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
9514 2001-09-27 Akim Demaille <akim@epita.fr>
9516 Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
9517 generates too many bug reports.
9519 * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
9520 status when executing the ACTION-IF-FALSE.
9521 * tests/base.at (AC_TRY_*): Rename as...
9522 (AC_TRY_COMMAND): this.
9523 (AC_RUN_IFELSE): New.
9524 * tests/compile.at (Extensions, C keywords)
9525 (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
9526 (Broken/missing compilers, AC_PROG_CPP with warnings)
9527 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
9528 * tests/c.at (Extensions, C keywords)
9529 (Broken/missing compilers, AC_PROG_CPP with warnings)
9530 (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
9531 (AC_PROG_CPP requires AC_PROG_CC): here and...
9532 * tests/fortran.at (GNU Fortran 77): there.
9533 * doc/autoconf.texi (autoconf Invocation): Fix the example:
9534 AC_TRY_RUN is about compilation, not shell commands.
9535 (Test Programs): AC_TRY_RUN works as used to be advertised.
9537 2001-09-27 Akim Demaille <akim@epita.fr>
9539 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
9541 Be sure to detect when $LINENO always returns the same value.
9542 Look for the original script, basename($0) is certainly not
9544 Pass the CLI arguments to `$as_me.lineno'.
9546 2001-09-25 Akim Demaille <akim@epita.fr>
9548 * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
9549 Be sure the close and reopen the LOG fd before and after using tee
9551 <at_tests_pattern>: Adjust to the new format of at_help_all.
9553 2001-09-23 Akim Demaille <akim@epita.fr>
9555 * bin/autom4te.in (parse_args): There can be several invocations
9558 2001-09-23 Akim Demaille <akim@epita.fr>
9560 * doc/autoconf.texi (Top): Wrap in @ifnottex.
9562 2001-09-23 Akim Demaille <akim@epita.fr>
9564 * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
9565 ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
9566 (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
9567 builddir, buildpath, top_builddir, and top_buildpath.
9568 (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
9569 the current directory.
9570 * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
9571 variables *before* changing the current directory.
9572 Skip nonexistent dirs.
9573 * doc/autoconf.texi (Preset Output Variables): Document these
9576 * lib/autotest/general.m4: Do not reset AT_victims.
9577 Don't compute at_srcdir nor at_top_srcdir.
9579 * tests/tools.at: Hence use top_srcdir.
9581 * tests/Makefile.am, tests/autoconf, tests/autoheader,
9582 * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
9584 * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
9585 * tests/wrapsh.in, tests/autoupdate.in: New.
9586 * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
9587 * configure.ac: Build the position independent wrappers.
9589 * man/Makefile.am: Now that test wrappers are position
9590 independent, use them and drop dark envvar magic.
9592 2001-09-23 Akim Demaille <akim@epita.fr>
9594 * doc/autoconf.texi (Common Shell Constructs): Rename as...
9595 (Programming in M4sh): this.
9596 Promote to @section.
9598 2001-09-23 Akim Demaille <akim@epita.fr>
9600 * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
9601 Pass $at_debug_args to the rerun test suite.
9602 * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
9603 * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
9606 2001-09-23 Akim Demaille <akim@epita.fr>
9608 * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
9610 2001-09-23 Akim Demaille <akim@epita.fr>
9612 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
9615 2001-09-23 Akim Demaille <akim@epita.fr>
9617 * lib/Autom4te/General.pm (&debug): New.
9618 * bin/autom4te.in ($language): Move to...
9620 Handle --language in languages.
9621 * lib/autom4te.in (Automake-selections, Autoheader-selections)
9622 (Autoscan-selections): New.
9625 2001-09-23 Tim Van Holder <tim.van.holder@pandora.be>
9627 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
9628 * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
9629 to match current versions from CVS Automake.
9631 2001-09-23 Alexandre Duret-Lutz <duret_g@epita.fr>
9633 * doc/autoconf.texi (Special Shell Variables): Add pdksh output
9636 2001-09-22 Akim Demaille <akim@epita.fr>
9638 * lib/autoconf/autotest.m4: Create `package.m4'.
9639 * tests/Makefile.am (package.m4): Remove.
9641 2001-09-22 Akim Demaille <akim@epita.fr>
9643 Rely on `$LINENO' when possible instead of `__oline__'.
9645 * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
9646 `$LINENO' support replacement when not supported.
9647 (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
9648 them explicitly to be sure they are not output before this section
9649 (via m4_require). Cosmetic only.
9650 * lib/autoconf/c.m4, lib/autoconf/general.m4,
9651 * lib/autoconf/programs.m4: Replace all the occurrences of
9652 `__oline__' with `$LINENO'.
9653 * doc/autoconf.texi (Special Shell Variables): Document LINENO.
9655 2001-09-21 Tim Van Holder <tim.van.holder@pandora.be>
9657 * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
9658 character (u: -> ue) in a code comment.
9659 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
9662 2001-09-21 Akim Demaille <akim@epita.fr>
9664 * Makefile.maint (AUTOM4TE): Neutralize autom4te.
9665 Suggested by Jim Meyering.
9667 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9669 * lib/autoconf/programs.m4: Use extensions listed in
9670 $ac_executable_extensions when looking for programs.
9672 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9674 * lib/autoconf/general.m4: Fix a small Englisho.
9675 * lib/autoconf/status.m4: Fix a small typo. Handle DOS paths when
9676 setting up ac_dir_suffix and ac_top_builddir.
9677 * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
9679 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9681 * doc/autoconf.texi (File System Conventions): Clarify the use of
9683 (Special Shell Variables[PATH_SEPARATOR]): Ditto.
9684 (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
9685 be used instead of ':'.
9686 * lib/autotest/general.m4: Replace occurrences of ':' in
9687 AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
9689 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9691 * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
9692 arguments. Fixed a typo.
9694 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9696 * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
9697 $PATH. Also set AUTOM4TE_CFG, so we can process autom4te properly.
9699 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9701 * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
9702 * bin/autoupdate.in: Ditto.
9703 * bin/autoheader.in: Reworded a few comments.
9704 * bin/autoconf.in: Reworded help text for a few options.
9705 * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
9706 * bin/autoscan.in, bin/autoupdate.in: Ditto.
9708 2001-09-20 Tim Van Holder <tim.van.holder@pandora.be>
9710 * lib/Autom4te/XFile.pm (open): Simplified the error message (we
9711 already have $file). Set output files to binary mode (helps avoid
9712 CR issues on DOSish systems).
9714 2001-09-19 Akim Demaille <akim@epita.fr>
9716 * lib/autotest/general.m4: Englishoes.
9717 From Tim Van Holder and Alexey Mahotkin.
9719 2001-09-18 Paul Eggert <eggert@twinsun.com>
9721 * doc/autoconf.texi (Common Shell Constructs): New node,
9722 documenting AS_DIRNAME.
9723 (Limitations of Usual Tools): Refer to it when discussing dirname.
9724 Also, update discussion of POSIX standard to reflect latest draft.
9726 * lib/autoconf/c.m4:
9727 (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
9729 * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
9730 Do not pass a first argument with leading '-'
9731 to expr, by parenthesizing initial integers that might be negative.
9733 * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
9734 now merely checks whether it is an error to pass an argument
9737 * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
9738 (AC_FUNC_GETPGRP): Don't bother with a runtime test. Just check
9739 whether it is a (compile-time) error to pass an argument to
9740 getpgrp. This simpler test supports the revised documentation,
9741 and is all that AC_FUNC_GETPGRP's users really need.
9743 2001-09-18 Akim Demaille <akim@epita.fr>
9745 * doc/autoconf.texi (Limitations of Make) <$<>: New.
9747 2001-09-18 Akim Demaille <akim@epita.fr>
9749 * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
9751 * lib/autotest/general.m4 (AT_INIT): Adjust.
9753 2001-09-18 Paul Wagland <paul@wagland.net>
9755 * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
9757 Add test for AS_BASENAME.
9758 * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
9759 added test. It now correctly handles /1/2/3/, returning '3' not ''.
9760 Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
9761 * tests/base.at: Fixed the expected responses. The old ones were
9763 * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
9764 the documentation claims it should (and how it behaved in 2.13).
9766 2001-09-18 Akim Demaille <akim@epita.fr>
9768 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
9769 the AC_CONFIG_COMMANDS invocation.
9770 This also solves the name clash problems.
9771 Don't set the package's ID.
9772 * lib/m4sugar/Makefile.am (version.m4): Revamp.
9773 No longer to be shipped.
9774 (version.in): Remove.
9775 * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
9776 * lib/autoconf/status.m4: Adjust.
9777 Use `m4_PACKAGE_STRING'.
9778 * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
9779 the only optional argument is the name of the test suite.
9780 Expect `package.m4' to define the package signature.
9781 * lib/autom4te.in (Autotest): Add `package.m4?'.
9782 * tests/Makefile.am (package.m4): New.
9783 * tests/suite.at: ifnames is a victim.
9785 2001-09-18 Akim Demaille <akim@epita.fr>
9787 * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
9788 AC_LIBSOURCE, AC_CONFIG_FILES.
9789 * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
9790 program version string doesn't match the package's.
9791 * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
9794 2001-09-17 Paul Eggert <eggert@twinsun.com>
9796 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9797 Allow expression to return any value that can fit into unsigned long
9798 (not int, as before). Check for output errors.
9800 2001-09-17 Bruno Haible <haible@ilog.fr>
9802 * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
9803 Always include <stdio.h> and <stdlib.h>. Evaluate
9804 the expression in an extra function before these includes. Call
9805 fprintf "%d" only after ensuring the argument is of type 'int'.
9806 Reported by Wayne Chapeskie <waynec@spinnaker.com>.
9808 2001-09-17 Paul Eggert <eggert@twinsun.com>
9810 Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
9811 or CFLAGS=-O5. In that case, the linker has a relaxed view of
9812 fatal errors, and AC_CHECK_LIB causes it to include libraries even
9813 when they don't exist.
9815 * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
9816 not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
9819 * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
9820 version with the version used by fileutils 4.1, except use
9821 AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
9824 * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
9826 2001-09-13 Akim Demaille <akim@epita.fr>
9828 * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
9830 Reported by Gerrit P. Haase.
9832 2001-09-13 Akim Demaille <akim@epita.fr>
9834 * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
9835 m4_defn'ing is valid.
9837 2001-09-13 Akim Demaille <akim@epita.fr>
9839 * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
9840 * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
9843 2001-09-13 Akim Demaille <akim@epita.fr>
9845 * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
9847 (m4_re_escape): New.
9848 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
9849 * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
9850 * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
9852 * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
9853 (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
9854 * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
9855 AT_tests_all for consistency.
9857 (AT_VICTIMS): Similar to AT_KEYWORDS.
9858 (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
9860 2001-09-13 Akim Demaille <akim@epita.fr>
9862 * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
9864 2001-09-13 Akim Demaille <akim@epita.fr>
9866 * lib/autotest/general.m4 (AT_INIT): Create and remove
9867 `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
9868 test suites can cohabit.
9870 2001-09-13 Akim Demaille <akim@epita.fr>
9872 * tests/mktests.sh: Don't output banners for empty test files.
9874 2001-09-13 Akim Demaille <akim@epita.fr>
9876 Test suites can be run independently of configure.
9878 * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
9879 * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
9880 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
9882 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
9884 * lib/autotest/general.m4: Use ECHO_*.
9886 2001-09-13 Akim Demaille <akim@epita.fr>
9888 * bin/ifnames.in: Rewrite in Perl.
9889 * configure.ac: Don't look for AWK.
9890 * tests/tools.at (AWK portability): Remove.
9891 (Syntax of the shell scripts): Don't check ifnames.
9892 (AT_CHECK_PERL_SYNTAX): New.
9893 (Syntax of the Perl scripts): Check ifnames.
9894 * tests/ifnames: New.
9896 2001-09-13 Akim Demaille <akim@epita.fr>
9898 * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
9900 * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
9901 Remove all the other keywords.
9903 2001-09-10 Akim Demaille <akim@epita.fr>
9905 * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
9906 SETUP: no longer used.
9907 Support -k, --keywords.
9908 <at_help>: Be `no', `short', or `long'.
9909 <at_help_all>: New variable.
9911 (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
9912 (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
9913 (_AT_CLEANUP_FILE_IF): Simplify the regexp.
9914 (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
9915 No longer fill the HELP diversion.
9916 (AT_CLEANUP): Use them.
9917 * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
9918 (m4_list_append): Remove.
9920 Spread a few keywords in the Autoconf test suite.
9922 2001-09-10 Akim Demaille <akim@epita.fr>
9924 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
9925 PATH_SEPARATOR, let M4sh compute it.
9926 * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
9927 * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
9929 * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
9930 Simplify when the path is not a literal.
9931 (AS_UNAME): Use it to report PATH.
9932 * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
9933 (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
9934 * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
9935 * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
9936 normalize the path, and to look for victims.
9937 * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
9938 (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
9940 2001-09-07 Akim Demaille <akim@epita.fr>
9942 * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
9943 doesn't neutralize SIGINT, making autoconf etc. non interruptible.
9944 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
9945 related variables into `at_package_*'.
9946 * lib/autotest/general.m4 (AT_VICTIMS): New.
9947 (AT_INIT): Adjust for stand-alone/embedded test suites.
9948 (AS_MESSAGE_LOG_FD): Define and use it.
9949 * tests/suite.at (AT_VICTIMS): Use it.
9950 * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
9953 2001-09-07 Akim Demaille <akim@epita.fr>
9955 Move toward possibly stand-alone test suites.
9957 * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
9958 in addition, it introduces useless differences in logs.
9959 (AT_INIT): Let atconfig and atlocal be both optional.
9960 Adjust PATH computation.
9961 * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
9963 2001-09-07 Akim Demaille <akim@epita.fr>
9965 * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
9968 2001-09-05 Akim Demaille <akim@epita.fr>
9970 * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
9971 to avoid GCC warnings.
9974 2001-09-05 Akim Demaille <akim@epita.fr>
9976 * bin/autom4te.in: --language is -l, not -s.
9978 2001-09-05 Akim Demaille <akim@epita.fr>
9980 Be ready to handle filenames as stupid as `dnl.at', for if even
9981 the maintainer is dumb enough to do that...
9983 * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
9984 excellence in M4 quotation: consider `__file__' is active.
9986 And BTW, when invoking m4, pass the --include in the right order:
9989 * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
9992 2001-09-05 Akim Demaille <akim@epita.fr>
9994 * lib/Autom4te/XFile.pm: New lib file.
9995 * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
9996 * bin/autoheader.in: Use it.
9998 2001-09-05 Akim Demaille <akim@epita.fr>
10000 * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
10003 2001-09-05 Akim Demaille <akim@epita.fr>
10005 * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
10006 * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
10008 * bin/autoscan.in: Use `getopt' and `find_files' etc.
10009 Add -I, --include support.
10010 * doc/autoconf.texi (autoscan Invocation): Adjust.
10012 2001-09-05 Akim Demaille <akim@epita.fr>
10014 CVS GNU M4 doesn't like `undefine(undefined)'.
10016 * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
10017 New, extracted from main.
10018 Use IO::File wherever possible.
10019 (input.m4): Be constant, use -I instead of hard coding $tmp.
10020 Therefore be a quoted heredoc.
10021 Don't invoke `_au_disable', since ac was not loaded, but just
10024 2001-08-31 Akim Demaille <akim@epita.fr>
10028 2001-08-31 Akim Demaille <akim@epita.fr>
10030 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
10032 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
10034 2001-08-31 Akim Demaille <akim@epita.fr>
10036 * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
10037 serious problems handling heredocs in heredocs.
10038 Reported by Nicolas Joly.
10040 2001-08-31 Akim Demaille <akim@epita.fr>
10042 * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
10043 (Making testsuite Scripts): Update.
10045 2001-08-31 Akim Demaille <akim@epita.fr>
10047 * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
10049 2001-08-31 Akim Demaille <akim@epita.fr>
10051 * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
10052 (testsuite Scripts): There is no such thing as `atconfig.in'.
10053 And actually one diagram is missing: test suite runtime.
10055 2001-08-31 Akim Demaille <akim@epita.fr>
10057 * lib/Autom4te/General.pm (&find_file): Browse the includes in the
10060 2001-08-31 Akim Demaille <akim@epita.fr>
10062 * bin/autoupdate.in (@include): `installcheck' revealed the path
10063 to m4sugar was lacking!
10065 2001-08-31 Akim Demaille <akim@epita.fr>
10067 * man/Makefile.am (.x.1): We really have to pass
10068 autom4te_perllibdir.
10070 2001-08-31 Akim Demaille <akim@epita.fr>
10072 * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
10073 debug scripts, in particular passing explicitly listed tests to
10076 2001-08-31 Akim Demaille <akim@epita.fr>
10078 * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
10079 * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
10080 Use directly autom4te, not autoconf.
10081 * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
10083 2001-08-31 Akim Demaille <akim@epita.fr>
10085 * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
10086 * bin/autoheader.in (%symbol): Strip arguments of macros.
10088 2001-08-31 Akim Demaille <akim@epita.fr>
10090 * doc/autoconf.texi: Catch up -I, --include changes.
10092 2001-08-31 Akim Demaille <akim@epita.fr>
10094 * bin/autom4te.in (&parse_args): Die on unknown languages.
10095 * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
10097 Promote --include over --macrodir and other obsolete options.
10099 2001-08-31 Akim Demaille <akim@epita.fr>
10101 * lib/Autom4te/General.pm ($version, $help, &getopt): New.
10102 * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
10103 * bin/autom4te.in ($autoconf): Pass --force.
10104 `print $out' doesn't print `$_' but `$out'.
10105 * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
10106 (autoheader): Pass --force since the test suite goes too fast for
10108 Adjust to the new autoheader messages.
10110 2001-08-31 Akim Demaille <akim@epita.fr>
10112 * bin/autoheader.in: Handle the acconfig.h etc. junk files.
10113 Check the completeness of the #template.
10114 * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
10115 * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
10118 2001-08-31 Akim Demaille <akim@epita.fr>
10120 * lib/Autom4te/General.pm (&find_file, &update_file): New.
10121 * bin/autoupdate.in, bin/autoheader.in: Adjust.
10122 Drop AC_MACRODIR dead for real.
10123 * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
10124 `autoheader: `config.hin' is created'.
10125 * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
10127 2001-08-31 Akim Demaille <akim@epita.fr>
10129 * bin/autoheader.in: Rewrite in Perl.
10130 * tests/autoheader: Adjust.
10132 2001-08-31 Akim Demaille <akim@epita.fr>
10134 * bin/autoconf.in (--include, -I): New option.
10135 Map --localdir, --autoconf-dir onto it.
10136 Forward autom4te's options instead of interpreting them.
10137 * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
10138 There is no such envvar since the inception of autom4te.cfg.
10139 * bin/autom4te.in (&parse_args): Uniquify `@include'.
10140 * bin/autoupdate.in: Adjust, and perform more control.
10141 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
10142 * tests/autoconf: Dittowise.
10144 2001-08-31 Akim Demaille <akim@epita.fr>
10146 * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
10147 * bin/autom4te.in (&find_file): Support `FILE?' standing for
10149 Use -e, not -f, since /dev/null for instance is OK.
10150 (&parse_args): Adjust.
10151 * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
10153 2001-08-31 Akim Demaille <akim@epita.fr>
10155 * configure.ac: Also find tested executables in bin.
10156 * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
10157 * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
10158 installed peer executables, only PATH is allowed to resolve it.
10159 Pass `autoconf_dir' via options, not via invisible envvars.
10160 * lib/Autom4te/General.pm (&find_peer): Remove.
10161 * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
10162 `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
10163 * man/Makefile.am: Let help2man rely on PATH instead of trying to
10164 find the executables for it.
10165 * tests/Makefile.am: Major cleanup. Too lazy to document...
10166 * tests/atlocal.in: Remove all the obscure envvar manipulations.
10168 * tests/atspecific.m4, tests/tools.at: Passing --localdir is
10169 indeed related to running the test suite, while passing
10170 --autoconf-dir and others is related to running non installed
10171 Autoconf executables. So don't do that, leave it to...
10172 * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
10173 * tests/autoscan: New.
10174 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
10175 refer to library files: rely on --language.
10177 2001-08-29 Akim Demaille <akim@epita.fr>
10179 * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
10180 s/--set/--language/.
10182 2001-08-29 Akim Demaille <akim@epita.fr>
10184 * doc/autoconf.texi: Strip the @nodes.
10185 Suggested by Paul Eggert.
10186 (Initializing configure): Typo.
10188 2001-08-29 Akim Demaille <akim@epita.fr>
10190 * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
10191 Suggested by Paul Eggert.
10193 2001-08-29 Akim Demaille <akim@epita.fr>
10195 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
10196 download in a tmp dir.
10198 2001-08-29 Akim Demaille <akim@epita.fr>
10200 * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
10201 case insensitive OSes out there :(
10202 From Tim Van Holder.
10204 2001-08-29 Akim Demaille <akim@epita.fr>
10206 * lib/autom4te.in: New.
10207 * lib/Makefile.am (edit, autom4te.cfg): New.
10208 * bin/autom4te.in (BEGIN): Simplify.
10209 Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
10210 (&load_configuration): New. Use it.
10211 (&parse_args): Support --mode, --set, and --melt.
10212 * bin/autoconf.in: Simplify and adjust.
10213 * tests/Makefile.am (AUTOMAKE): Use --set.
10214 * tests/atlocal.in: Adjust.
10215 * BUGS: distcheck and check are weak.
10217 2001-08-29 Akim Demaille <akim@epita.fr>
10219 * lib/autotest/general.m4: Use
10220 foo=`(command) 2>/dev/null`
10222 foo=`command` 2>/dev/null
10223 (at-devnull): Rename as...
10224 (AT-devnull): this.
10225 (--clean): Remove AT-* files too.
10226 * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
10227 Reported by Nicolas Joly.
10229 2001-08-28 Akim Demaille <akim@epita.fr>
10231 * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
10232 quotes inside single quotes.
10233 Reported by Nicolas Joly.
10235 2001-08-28 Kevin Ryde <user42@zip.com.au>
10237 * doc/autoconf.texi (Function Portability): Mention C right shifts.
10239 2001-08-27 Tim Van Holder <tim.van.holder@pandora.be>
10241 * lib/autotest/general.m4: Reword some messages.
10242 (AT_INIT): Check for the `times' builtin before using it.
10243 Support test ranges as arguments to the testsuite.
10244 Have -e imply -d as the help text suggested.
10246 2001-08-27 Akim Demaille <akim@epita.fr>
10248 * Makefile.maint: Formatting changes.
10249 (do-po-update, po-update, cvs-update, update): New targets.
10252 2001-08-27 Akim Demaille <akim@epita.fr>
10254 * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10255 <at_cmd_line>: New.
10256 Pass it to debug-*.sh scripts.
10257 <AUTOTEST_PATH>: May contain absolute dir names.
10259 2001-08-27 Akim Demaille <akim@epita.fr>
10261 * lib/autotest/general.m4 (AT_INIT): Log the command line.
10262 Support `VAR=VAL' as arguments.
10263 Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10264 may be set via the command line.
10266 2001-08-27 Akim Demaille <akim@epita.fr>
10268 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10269 * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10270 first the build dirs, then the src dirs.
10271 * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10273 2001-08-27 Akim Demaille <akim@epita.fr>
10275 * lib/autotest/general.m4 (AT_INIT): Output the definition of
10276 at_data_files earlier.
10277 (--clean, -c): New option.
10278 * tests/Makefile.am: Use this option.
10280 2001-08-27 Akim Demaille <akim@epita.fr>
10282 * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10283 `ac_top_builddir' to mimic Automake's vocabulary, which much more
10286 * doc/autoconf.texi (Configuration Actions): Document the vars
10287 available in commands.
10288 Emphasize the risks of collisions in init-cmds.
10290 2001-08-27 Akim Demaille <akim@epita.fr>
10292 * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10293 (Initializing configure): this new node.
10295 2001-08-27 Akim Demaille <akim@epita.fr>
10297 * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10299 2001-08-27 Akim Demaille <akim@epita.fr>
10301 * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10302 * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10304 * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10306 2001-08-27 Akim Demaille <akim@epita.fr>
10308 * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10310 * lib/autoconf/autoheader.m4: this new file.
10311 * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10312 (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10314 * lib/autoconf/autoupdate.m4: this new file.
10316 2001-08-27 Akim Demaille <akim@epita.fr>
10318 * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10319 (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10320 Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10322 (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10323 * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10325 2001-08-27 Akim Demaille <akim@epita.fr>
10327 * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10328 (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10329 (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10330 (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10331 (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10332 (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10333 (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10334 (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10335 (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10336 (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10337 (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10338 (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10339 (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10340 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10341 (_AC_OUTPUT_SUBDIRS): Move to...
10342 * lib/autoconf/status.m4: this new file.
10343 * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10344 * tests/Makefile.am, tests/suite.at: Adjust.
10346 2001-08-27 Akim Demaille <akim@epita.fr>
10350 * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10351 (AMTAR): Help automake define it.
10352 (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10353 needed, 1.5 can have a macro and a target with the same name.
10354 * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10355 * m4/strip.m4: New.
10356 * m4/init.m4, m4/sanity.m4: Update.
10357 * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10358 * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10359 * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10360 * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10362 2001-08-27 Akim Demaille <akim@epita.fr>
10364 Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10366 * lib/autoconf/version.in: Remove.
10367 * lib/m4sugar/version.in: New.
10368 * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10370 * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10371 the name of the directory they're in, instead of the filename,
10372 since version.m4 is now in m4sugar, but m4_acversion must not be
10373 classified as an Autoconf macro.
10374 ($input_m4): Don't qualify the path to m4sugar.
10375 Rather, pass autoconf_dir to m4.
10376 * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10377 * tests/suite.at: Require 2.52c.
10379 2001-08-27 Akim Demaille <akim@epita.fr>
10381 testsuite.log should include config.log.
10383 * lib/autotest/autotest.m4: New.
10384 * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10385 * tests/suite.at : Adjust.
10386 (AT_INIT): Log config.log.
10387 * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10388 * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10389 * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10390 (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10391 of config.log on traps.
10392 (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10393 Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10394 for config.status'.
10395 Open the log as soon as possible.
10396 Use the same log introduction as configure's.
10398 2001-08-22 Paul Eggert <eggert@twinsun.com>
10400 * doc/autoconf.texi (Indices): New node.
10401 Move indices out of the top level menu and into this submenu.
10403 2001-08-22 Akim Demaille <akim@epita.fr>
10405 * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10407 (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10409 2001-08-22 Akim Demaille <akim@epita.fr>
10411 * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10412 (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10413 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10414 * lib/autoconf/programs.m4: here.
10415 * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10416 (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10417 (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10418 * lib/autoconf/programs.m4: here.
10419 (_AC_DECL_YYTEXT): Rename as...
10420 (_AC_PROG_LEX_YYTEXT_DECL): this.
10421 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10422 * tests/Makefile.am, tests/suite.am: Adjust.
10424 2001-08-22 Akim Demaille <akim@epita.fr>
10426 * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10428 * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10430 * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10431 * lib/autoconf/functions.m4: here.
10432 * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10433 (AH_CHECK_LIB): Move to...
10434 * lib/autoconf/libs: this new file.
10435 * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10436 (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10437 * lib/autoconf/libs.m4: here.
10438 * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10440 2001-08-22 Akim Demaille <akim@epita.fr>
10442 * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10443 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10444 (AC_SITE_LOAD): Better logging of config.site.
10446 2001-08-20 Akim Demaille <akim@epita.fr>
10448 * configure.ac (AT_CONFIG): Fix the path.
10449 * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10452 2001-08-20 Alexandre Duret-Lutz <duret_g@epita.fr>
10454 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10455 program with AC_LANG_PROGRAM before feeding it to
10456 AC_COMPILE_IFELSE. Cleanup grep usage.
10458 2001-08-20 Akim Demaille <akim@epita.fr>
10460 * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10461 * NEWS, README, README-alpha, TODO, tests/README: This package is
10462 `Autoconf', not `autoconf' (the executable).
10464 2001-08-20 Akim Demaille <akim@epita.fr>
10466 Info readers seem to need `Index' in the index node title :(
10468 * doc/autoconf.texi: Reverse the 2001-08-15 change which
10469 simplified index node names.
10471 2001-08-20 Akim Demaille <akim@epita.fr>
10473 * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10474 arguments are not literals.
10475 * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10476 Specify the output variables, and macros defined.
10478 2001-08-20 Akim Demaille <akim@epita.fr>
10480 * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10481 (Examining Syntax) <AC_TRY_COMPILE>
10482 (Examining Libraries) <AC_TRY_LINK>
10483 (Test Programs) <AC_TRY_RUN>: These macros double quote some of
10485 Reported by Werner Lemberg.
10487 2001-08-20 Akim Demaille <akim@epita.fr>
10489 * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
10490 top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
10491 Load atlocal late enough to dump it in the log.
10492 * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
10494 2001-08-20 Akim Demaille <akim@epita.fr>
10496 * tests/torture.at (Configuring subdirectories): New test.
10497 * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
10499 * m4/atconfig.m4: Be sure the let $[0] be expandable.
10500 (top_srcdir): Fix its computation.
10502 2001-08-20 Akim Demaille <akim@epita.fr>
10504 * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
10505 * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
10507 Create `atconfig' automagically.
10508 Configure atlocal.in if present.
10509 * tests/atconfig.in: Remove.
10510 * tests/atlocal.in: New.
10511 * tests/Makefile.am: Adjust.
10513 2001-08-20 Akim Demaille <akim@epita.fr>
10515 Huh!?!?! There are still some user EOF tags used, which prevents
10516 their use in AC_CONFIG_COMMANDS for instance...
10518 * lib/autoconf/general.m4, lib/autoconf/specific.m4,
10519 * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
10520 `_CSEOF', or `_ATEOF', as appropriate.
10521 * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
10522 * lib/autotest/Makefile.am (check-local): Enforce this constraint.
10524 2001-08-20 Akim Demaille <akim@epita.fr>
10526 * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
10527 * tests/semantics.at, tests/tools.at, tests/torture.at:
10528 s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
10530 2001-08-20 Akim Demaille <akim@epita.fr>
10532 Autotest invokes M4sh's initialization.
10534 * lib/autotest/general.m4: Adjust the diversion names.
10535 (AT_INIT): Run AS_INIT.
10536 Use the BINSH diversion to invoke /bin/sh.
10537 * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
10538 * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
10540 2001-08-20 Akim Demaille <akim@epita.fr>
10542 Let M4sh have its own diversions.
10544 * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
10545 (_m4_divert(NOTICE)): Rename as...
10546 * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
10547 (_m4_divert(HEADER-COMMENT)): these.
10548 (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
10549 (_m4_divert(NOTICE)): New, for Libtool.
10550 * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
10551 long ago with `_m4_divert(GROW)'.
10552 (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
10554 2001-08-20 Akim Demaille <akim@epita.fr>
10556 * tests/base.at, tests/compile.at, tests/foreign.at,
10557 * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
10558 * tests/semantics.at, tests/suite.at, tests/tools.at,
10559 * tests/torture.at: Ask Autotest mode, not Autoconf mode.
10561 2001-08-20 Akim Demaille <akim@epita.fr>
10563 * bin/autom4te.in (handle_output): Handle @__@.
10565 2001-08-20 Akim Demaille <akim@epita.fr>
10567 * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
10568 * lib/autotest/general.m4: Adjust the license.
10570 2001-08-17 Paul Eggert <eggert@twinsun.com>
10572 * doc/autoconf.texi (Function Portability): Mention snprintf,
10573 following up on a suggestion by Kevin Ryde.
10575 2001-08-17 Akim Demaille <akim@epita.fr>
10577 * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
10578 `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
10580 2001-08-17 Akim Demaille <akim@epita.fr>
10582 * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
10583 `$0.log' as for projects where testsuite is in src, we'd have
10584 testsuite.log created in src.
10586 2001-08-17 Akim Demaille <akim@epita.fr>
10588 * bin/autom4te.in (&parse_args): Recognize --normalize.
10590 2001-08-17 Akim Demaille <akim@epita.fr>
10592 Start implementing the AC_CHECK_HEADER transition scheme.
10594 * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
10595 (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
10596 (AC_CHECK_HEADER): Use them.
10598 2001-08-17 Akim Demaille <akim@epita.fr>
10600 * doc/autoconf.texi: Work around Texinfo buglets.
10601 (Transformation Rules): One example is enough, users are expected
10602 to have their brains on. And BTW, use DESTDIR.
10603 (dvar): New macro. Use it.
10605 2001-08-17 Akim Demaille <akim@epita.fr>
10607 * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
10608 * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
10609 looking for ChangeLogs.
10611 2001-08-17 Akim Demaille <akim@epita.fr>
10613 * bin/autom4te.in: --normalize is a new option.
10614 * bin/autoconf.in: Use it.
10616 2001-08-17 Akim Demaille <akim@epita.fr>
10618 * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
10619 * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
10621 2001-08-16 Paul Eggert <eggert@twinsun.com>
10623 * doc/autoconf.texi, doc/install.texi: Put copyright notice at
10626 2001-08-15 Akim Demaille <akim@epita.fr>
10628 * doc/Makefile.am (fu): New index, can't use fn because of defmac.
10631 2001-08-15 Akim Demaille <akim@epita.fr>
10633 * doc/autoconf.texi (pr): New index.
10634 (prindex, findex): Use, merge, and output them.
10635 (Environment Variable Index, Output Variable Index)
10636 (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
10637 (Autotest Macro Index): Rename as...
10638 (Environment Variables, Output Variables,Preprocessor Symbols)
10639 (Autoconf Macros, M4 Macros, Autotest Macros): these.
10640 * doc/install.texi: Use @command.
10641 (Environment Variables): Rename as...
10642 (Defining Variables): this.
10644 2001-08-15 Akim Demaille <akim@epita.fr>
10646 * doc/autoconf.texi (Function Portability): sprintf's return
10650 2001-08-15 Akim Demaille <akim@epita.fr>
10652 * Makefile.maint (CVS): New.
10653 (local-check): Run changelog-check. last.
10654 (alpha): Don't depend upon local-check, since...
10655 (cvs-dist): depends upon it.
10657 2001-08-15 Tim Van Holder <tim.van.holder@pandora.be>
10659 * tests/Makefile.am: Use a clean-local rule to remove
10660 autom4te.cache (it's a directory, not a file.
10661 * Makefile.am: Ditto (but maintainer-clean-local).
10663 2001-08-15 Akim Demaille <akim@epita.fr>
10665 * bin/autom4te.in (@m4_warning): New.
10666 (&handle_m4): Use it.
10667 * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
10668 warnings are issued at each run.
10669 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
10670 is in the src tree.
10672 2001-08-15 Akim Demaille <akim@epita.fr>
10674 * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
10675 don't waste time running `autoupdate --version' works.
10676 * tests/tools.at (autoupdating AC_PREREQ): Likewise.
10678 2001-08-13 Akim Demaille <akim@epita.fr>
10680 * doc/autoconf.texi (ma): Rename this index as...
10683 2001-08-13 Akim Demaille <akim@epita.fr>
10685 * Makefile.am: Remove dead code and dead comments.
10686 (pdf, html): New targets.
10687 * doc/autoconf.texi (Using Autotest): New chapter.
10688 * doc/Makefile.am (pdf): New targets.
10689 (CLEANFILES): Adjust.
10691 2001-08-13 Akim Demaille <akim@epita.fr>
10693 * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
10694 duration of the test suite.
10696 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
10698 * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
10699 endianness for comparison instead of relying on AT_CHECK_ENV.
10701 2001-08-11 Paul Eggert <eggert@twinsun.com>
10703 * doc/autoconf.texi, doc/install.texi: Add a copyright notice
10704 to the INSTALL file.
10706 2001-08-11 Paul Eggert <eggert@twinsun.com>
10708 * NEWS: The autoconf manual now is distributed under the terms
10709 of the GNU Free Documentation License.
10711 * doc/autoconf.texi: Switch from old style copyright notice to FDL.
10712 Add an appendix "Copying This Manual" for the FDL.
10714 * doc/fdl.texi: New file, from
10715 <http://www.gnu.org/licenses/fdl.texi>.
10717 * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
10719 2001-08-10 Paul Eggert <eggert@twinsun.com>
10721 * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
10722 ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
10723 README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
10724 m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
10725 m4/sanity.m4, tests/README, tests/aclocal.m4,
10726 tests/atspecific.m4, tests/base.at, tests/compile.at,
10727 tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
10728 tests/semantics.at, tests/suite.at, tests/tools.at,
10729 tests/torture.at: Add copyright notice.
10731 * tests/mktests.sh: Update year in copyright notice.
10733 2001-08-12 Alexandre Duret-Lutz <duret_g@epita.fr>
10735 * tests/semantics.at (AC_C_BIGENDIAN): New test.
10737 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
10739 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
10740 ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
10741 * doc/autoconf.texi (C Compiler Characteristics): Update
10742 documentation for AC_C_BIGENDIAN.
10744 2001-08-11 Alexandre Duret-Lutz <duret_g@epita.fr>
10746 * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
10747 magic values from an object file when cross-compiling.
10748 Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
10750 2001-08-10 Akim Demaille <akim@epita.fr>
10752 * bin/autom4te.in (&handle_output): Don't use `grep' with side
10754 Suggested by Russ Allbery.
10756 2001-08-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10758 * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
10759 current $prefix to the sub-configures.
10761 2001-08-09 Tim Van Holder <tim.van.holder@pandora.be>
10763 * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
10764 extension (needed on BeOS). Reported by Guido van Rossum.
10766 2001-08-09 Akim Demaille <akim@epita.fr>
10768 * bin/autom4te.in ($icache): Load it only if older than autom4te.
10770 2001-08-07 Akim Demaille <akim@epita.fr>
10772 * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
10774 (at-setup-line): Huh? Be a variable `at_setup_line', not a file.
10775 No need to remove the files before and after the each test, before
10776 each test and at the end of the suite is enough.
10777 Display only the children `times', not the shell's.
10778 If the test failed or was skipped, at-times is not available.
10780 2001-08-07 Akim Demaille <akim@epita.fr>
10782 Always produce testsuite.log, including when there are no
10783 failures. This helps getting information on skipped tests, and
10784 duration of the tests. Err, implement the latter btw.
10786 * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
10787 Dump information on the first run of each test.
10788 (AT_CLEANUP): Create `at-times' containing the duration of the
10791 2001-08-07 Akim Demaille <akim@epita.fr>
10793 The use of `dumpstat' revealed that `len' was used although it
10794 should not. m4_text_wrap was using it, but in the Autoconf world
10795 where it is legal. Hence (i) test M4sh in its own world, not
10796 Autoconf's, and (ii), ahem, fix the bug :)
10798 * lib/autotest/general.m4: Be sure the set good quotes, as tracing
10799 does not like `' instead of [].
10800 (AT_INIT): Forbid `^_?AT_'.
10801 And don't output such tokens.
10802 * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
10803 `script.as', and `autom4te.cache'.
10804 Remove `empty' and `macro' which are no longer used.
10805 * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
10806 * tests/m4sugar.at: Use it.
10807 * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
10809 2001-08-07 Akim Demaille <akim@epita.fr>
10811 * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
10813 2001-08-07 Alexandre Duret-Lutz <duret_g@epita.fr>
10815 * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
10817 2001-08-04 Akim Demaille <akim@epita.fr>
10819 * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
10820 (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
10822 * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
10823 * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
10824 (AC_F77_MAIN): Likewise.
10826 2001-08-04 Akim Demaille <akim@epita.fr>
10828 Don't rely on M4sugar outputting the patterns in files, since we
10829 might process the output _without_ running m4, hence without these
10832 * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
10833 * bin/autom4te.in (@Request::includes): Remove, unused.
10834 (@Request::source): Rename as...
10835 (@Request::input): this.
10836 (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
10837 (&handle_output): Fetch the patterns from the traces.
10838 `$forbidden' and `$allowed' are constant: use m//o.
10839 (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
10840 (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
10842 2001-08-04 Akim Demaille <akim@epita.fr>
10844 `autoconf && autoheader' is sped up. Now, speed up `autoheader &&
10845 autoconf', i.e., in addition to caching traces, cache the output.
10847 * bin/autom4te.in (Request::cache): Rename as...
10848 (Request::id): this.
10849 ($cache, $icache, $tcache, $ocache): New.
10850 (&handle_m4): Save M4 output in the cache instead of $tmp.
10851 (&handle_output): Adjust.
10852 (&up_to_date_p): Check that the output cache is up to date too.
10853 (top level): Run `&handle_m4' iff force or the cache is invalid.
10854 Run `&handle_output' if the output cache is more recent.
10856 2001-08-04 Akim Demaille <akim@epita.fr>
10858 * bin/autom4te.in ($force): New.
10859 (&parse_args, &print_usage): -f, --force is a new option.
10860 (&handle_output): CPP directives might have spaces after `#'.
10861 (&parse_args): The first file only can be frozen.
10863 2001-08-04 Akim Demaille <akim@epita.fr>
10865 Don't let autom4te compute the `include' traces several times:
10866 first check that the trace cache file is up to date, and then
10867 compare its timestamp with that of the output.
10869 * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
10870 the preamble. Don't require 5.005 as Autom4te::General does it,
10871 and better yet (use `use', not `require'!).
10872 * lib/Autom4te/Struct.pm: Rename the last occurrences of
10873 Class::Struct as Autom4te::Struct.
10874 * lib/Autom4te/General.pm (File::stat): Use it.
10875 (&mtime): New, export it.
10876 * bin/autom4te.in: Use it.
10877 Declare `$req' is invalid if it is outdated.
10878 Don't declare it valid before saving it if something went wrong.
10880 2001-08-04 Akim Demaille <akim@epita.fr>
10882 Autom4te shall not encode Autoconf data, and preselecting traces
10883 must be proposed to the users.
10885 * bin/autom4te.in (@required_trace): Remove.
10887 (&parse_args, &print_usage): -p, --preselect is a new option.
10888 (&up_to_date_p): Adjust.
10889 * bin/autoconf.in: Preselect some Autoconf macros.
10891 2001-08-04 Akim Demaille <akim@epita.fr>
10893 * tests/tools.at (autoconf --trace: user macros): Check traces on
10894 macros invoked without arguments, and macros invoked with multiple
10897 2001-08-03 Alexandre Duret-Lutz <duret_g@epita.fr>
10899 * bin/autom4te.in (handle_traces): Fix rewriting of traces without
10902 2001-08-03 Akim Demaille <akim@epita.fr>
10904 * bin/autoconf.in ($@): Work around the usual sh bug.
10907 2001-08-03 Akim Demaille <akim@epita.fr>
10909 Clean up the handling of the M4 builtins tracing exception.
10911 * bin/autom4te.in (Request::request): Don't complete M4 builtins
10913 (@m4_builtins): Rename as...
10914 (@m4_builtin): this.
10915 (%m4_builtin_alternate_name): New.
10916 (&parse_args): Complete the trace requests with alternate names.
10917 (&handle_traces): Hence no longer do it here.
10918 (&trace_requests): Remove, unused.
10920 2001-08-03 Akim Demaille <akim@epita.fr>
10922 * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
10923 m4_if, and m4_wrap.
10925 2001-08-03 Akim Demaille <akim@epita.fr>
10927 * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
10928 (m4_divert_pop): Dump the whole diversion stack when a diversion
10930 * bin/autom4te.in (&handle_output): Remember of the first
10931 occurrence of a possibly undefined macro, not the last.
10932 Complain about the possibly undefined macros in the same order as
10933 the appear in the output.
10934 * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
10935 * tests/tools.at (autoconf: forbidden tokens, basic)
10936 (autoconf: forbidden tokens, exceptions): No longer sort
10937 autoconf's stderr, as it is now deterministic.
10938 Check that `dnl' is caught.
10940 2001-08-01 Akim Demaille <akim@epita.fr>
10942 * configure.ac: Bump to 2.52c.
10944 2001-08-01 Akim Demaille <akim@epita.fr>
10948 * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
10950 2001-08-01 Akim Demaille <akim@epita.fr>
10954 2001-08-01 Akim Demaille <akim@epita.fr>
10956 * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
10959 * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
10960 `END', as `Autom4te::General::END' will be triggered.
10961 * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
10962 * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
10963 system to run `mv', `rm', and `cmp'.
10965 2001-08-01 Akim Demaille <akim@epita.fr>
10967 * lib/Autom4te/General.pm (&unique): New.
10968 * bin/autoscan.in (&output): Use it to issue trace requests once.
10970 2001-08-01 Akim Demaille <akim@epita.fr>
10972 * lib/Autom4te/General.pm: New.
10973 * bin/autom4te.in (Autom4te::General): Use it.
10974 ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
10975 (&find_configure_ac, &find_slave): Remove.
10976 * bin/autoscan.in: Likewise.
10977 * bin/autoupdate.in: Likewise.
10979 2001-08-01 Akim Demaille <akim@epita.fr>
10981 * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
10982 * autoheader.in, autoreconf.in, autoupdate.in: Move to...
10983 * bin: here, new directory.
10984 * lib/Autoconf: Rename as...
10985 * lib/Autom4te: this, to please case insensitive junkie OSes.
10987 2001-08-01 Akim Demaille <akim@epita.fr>
10989 * autom4te.in ($m4): Handle the --nesting-limit.
10990 * autoconf.in (M4): Remove.
10992 2001-08-01 Akim Demaille <akim@epita.fr>
10994 * autoconf.in ($AWK): Remove, no longer used.
10995 * test/tools.at: Use AT_CHECK_AUTOCONF.
10996 (AWK portability): Remove, for autoconf no longer uses AWK.
10997 (Syntax of the Perl scripts): New.
10998 * configure.ac: autoconf no longer needs an AWK with a good
11000 Use a static test on AC_PACKAGE_VERSION.
11001 * autom4te.in (&up_to_date_p): Output depends on the arguments.
11002 * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
11003 * tests/atconfig.in (PERL): New.
11005 2001-08-01 Akim Demaille <akim@epita.fr>
11007 * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
11008 (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
11009 (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
11010 (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
11011 (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
11012 (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
11013 (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
11014 (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
11015 (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
11016 (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
11017 (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
11018 (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
11019 (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
11020 * lib/autoconf/c.m4: here, new file.
11022 * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
11023 (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
11024 (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
11025 (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
11026 (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
11027 (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
11028 (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
11029 (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
11030 (AC_F77_FUNC): Move to...
11031 * lib/autoconf/fortran.m4: here, new file.
11033 2001-08-01 Akim Demaille <akim@epita.fr>
11035 * acfunctions.m4: Rename as...
11036 * lib/autoconf/functions.m4: this.
11037 * acgeneral.m4: Rename as...
11038 * lib/autoconf/general.m4: this.
11039 * acheaders.m4: Rename as...
11040 * lib/autoconf/headers.m4: this.
11041 * aclang.m4: Rename as...
11042 * lib/autoconf/lang.m4: this.
11043 * acoldnames.m4: Rename as...
11044 * lib/autoconf/oldnames.m4: this.
11045 * acspecific.m4: Rename as...
11046 * lib/autoconf/specific.m4: this.
11047 * actypes.m4: Rename as...
11048 * lib/autoconf/types.m4: this.
11049 * autoconf.m4: Rename as...
11050 * lib/autoconf/autoconf.m4: this.
11052 * m4sugar.m4: Rename as...
11053 * lib/m4sugar/m4sugar.m4: this.
11054 * m4sh.m4: Rename as...
11055 * lib/m4sugar/m4sh.m4: this.
11057 * tests/atgeneral.m4: Rename as...
11058 * lib/autotest/general.m4: this.
11060 * acfunctions: Rename as...
11061 * lib/autoscan/functions: this.
11062 * acheaders: Rename as...
11063 * lib/autoscan/headers: this.
11064 * acidentifiers: Rename as...
11065 * lib/autoscan/identifiers: this.
11066 * aclibraries: Rename as...
11067 * lib/autoscan/libraries: this.
11068 * acmakevars: Rename as...
11069 * lib/autoscan/makevars: this.
11070 * acprograms: Rename as...
11071 * lib/autoscan/programs: this.
11073 2001-08-01 Akim Demaille <akim@epita.fr>
11075 * doc/autoconf.texi: Moving/deleting open files is not portable.
11076 Portability issues for `.' (source), and more information about sed.
11078 2001-07-25 Steven G. Johnson <stevenj@alum.mit.edu>
11080 * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
11081 which has a special meaning and is not a reference to libibmil.a.
11082 Reported by Matteo Frigo.
11084 2001-07-25 Pavel Roskin <proski@gnu.org>
11086 * autom4te.in (mktmpdir): Strip trailing newline from mktemp
11089 2001-07-25 Akim Demaille <akim@epita.fr>
11091 * autoconf.in: Try to define the variables before using them.
11092 * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
11093 instead of `$perllibdir'.
11094 * tests/atconfig.in ($autom4te_perllibdir): Export it.
11096 2001-07-25 Akim Demaille <akim@epita.fr>
11098 * autoconf.in (ac_LF_and_DOT): Remove, unused.
11100 2001-07-24 Akim Demaille <akim@epita.fr>
11102 Let autoconf use autom4te for traces.
11104 * autoconf.in ($task, task trace): Remove, merely pass --trace to
11106 * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
11107 (Because I found no way for autom4te to accept `-').
11108 * autom4te.in (&Request::request): Beware of M4 builtins.
11109 (END): Don't try to remove the content of an empty dir.
11110 (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
11111 (&handle_output): Set a default value to `$forbidden'.
11112 * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
11113 ($autoconf): Pass --debug and --verbose.
11114 * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
11117 2001-07-24 Akim Demaille <akim@epita.fr>
11119 Let autoconf use autom4te to create configure.
11121 * autoconf.in ($automate): New var.
11122 (task script): Use autom4te.
11123 * autom4te.in (File::Spec): Use it.
11125 (&parse_args): --warning is -W, not -w.
11126 Find the top level files.
11127 (&handle_m4): Pass the warnings flags.
11128 Don't report verbosely m4's failures, unless requested.
11129 (&handle_output): Don't complain for forbidden tokens in comments.
11130 Be sure to report all the forbidden tokens within a single line.
11131 (&trace_format_to_m4): Preserve `$_'.
11132 (&handle_traces): Sort the output macros.
11133 (&up_to_date_p): Find the files before trying to get its time stamp.
11135 2001-07-24 Akim Demaille <akim@epita.fr>
11137 * Makefile.am: Ship, build and install Autom4te.
11138 (SUBDIRS): Add lib.
11139 * lib/Autoconf/Struct.pm: New, from Automake 1.5.
11140 * configure.in: Require Perl.
11141 * man/autom4te.in: New.
11143 2001-07-19 Paul Eggert <eggert@twinsun.com>
11145 * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
11146 example, rather than (exit 1); exit (which isn't portable).
11148 2001-07-18 Akim Demaille <akim@epita.fr>
11152 2001-07-18 Akim Demaille <akim@epita.fr>
11154 The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
11155 was run, while they are needed also when it is expanded.
11156 Reported by Nicolas Joly.
11158 * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
11159 (AC_LANG_PROGRAM(C)): Use it instead of depending upon
11160 AC_F77_DUMMY_MAIN being expanded.
11162 2001-07-18 Akim Demaille <akim@epita.fr>
11164 * configure.in: Bump to 2.51a.
11166 2001-07-17 Akim Demaille <akim@epita.fr>
11170 2001-07-17 Akim Demaille <akim@epita.fr>
11172 * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
11173 Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
11175 2001-07-17 Akim Demaille <akim@epita.fr>
11177 The runtime test for AC_FUNC_GETPGRP fails when prototypes are
11178 used. Well, then use the prototypes when you can, and runtime as
11180 Reported by Artur Frysiak
11182 * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
11183 (AC_FUNC_GETPGRP): Use it.
11184 First try to compile with 0-ary or 1-ary calls.
11186 2001-07-17 Akim Demaille <akim@epita.fr>
11188 * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
11192 2001-07-17 Akim Demaille <akim@epita.fr>
11194 * Makefile.maint: Sync. with cppi 1.10.
11196 2001-07-17 Akim Demaille <akim@epita.fr>
11198 * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
11199 AC_F77_DUMMY_MAIN has been run.
11200 From Pavel Roskin and Steven G. Johnson.
11202 2001-07-17 Akim Demaille <akim@epita.fr>
11204 * configure.in: Rename as...
11205 * configure.ac: this.
11207 2001-07-17 Akim Demaille <akim@epita.fr>
11209 * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
11212 * Makefile.maint (release-archive-dir): Rename as...
11213 (release_archive_dir): this, so that it can be specialized in
11216 2001-07-14 Akim Demaille <akim@epita.fr>
11218 * configure.in: Bump to 2.50d.
11220 2001-07-14 Akim Demaille <akim@epita.fr>
11223 * Makefile.maint (alpha): Typo.
11225 2001-07-14 Akim Demaille <akim@epita.fr>
11227 * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
11229 2001-07-14 Akim Demaille <akim@epita.fr>
11231 * config/config.guess, config/config.sub, config/texinfo.tex
11232 * doc/standards.texi, doc/make-stds.texi: Update.
11234 2001-07-14 Akim Demaille <akim@epita.fr>
11236 * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
11238 2001-07-14 Akim Demaille <akim@epita.fr>
11240 * Makefile.maint (maintainer-check): Rename as...
11241 (maintainer-distcheck): this.
11242 (changelog-check, static-check): New.
11245 2001-07-14 Kevin Ryde <user42@zip.com.au>
11247 * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11248 for CXX is g++, not gcc.
11250 2001-07-14 Akim Demaille <akim@epita.fr>
11252 * doc/autoconf.texi (Files): New subsection.
11254 2001-07-14 Akim Demaille <akim@epita.fr>
11256 * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11258 (Generic Compiler Characteristics): this.
11259 (C++ Compiler): New subsection.
11261 2001-07-14 Akim Demaille <akim@epita.fr>
11263 * autoscan.in: Use IO::File.
11264 Adjust all the routines to use it.
11265 ($log): New file (autoscan.log).
11266 (output): Dump detailed logs into $log, and a shortened version to
11268 (&scan_makefile): Refine the regexp catching tokens in the code.
11269 * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11270 and the `configure.ac' checking feature.
11272 2001-07-12 Akim Demaille <akim@epita.fr>
11274 For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11275 Reported by Michael Elizabeth Chastain.
11277 * autoconf.in: Refuse such AWK.
11278 * configure.in: Likewise.
11279 * Makefile.am (acversion.m4): Do not use move-if-change this file
11281 * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11283 2001-07-10 Jens Petersen <petersen@redhat.com>
11285 * autoscan.in (&scan_makefile): Improve programs regexp to parse
11286 things like "g++", "file.c" and "some-conf" as tokens.
11287 (&scan_file): Match C++ files extensions.
11288 If the filename extension is C++ then ask for c++.
11290 2001-07-05 Steven G. Johnson <stevenj@alum.mit.edu>
11292 * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11293 AC_TRY_LINK_FUNC, to check whether defining a dummy
11294 main-like routine is needed for linking with F77 libs.
11296 2001-07-05 Pavel Roskin <proski@gnu.org>
11298 * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11300 (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11303 2001-07-05 Akim Demaille <akim@epita.fr>
11305 * Makefile.am (move_if_change): New. Use it instead of `mv'.
11306 (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11308 Reported by Nicolas Joly.
11310 2001-07-04 Akim Demaille <akim@epita.fr>
11312 * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11314 * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11315 warnings from compilers.
11316 * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11317 for all the compilers, not only GNU. Hence move from here...
11318 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11320 2001-07-04 Akim Demaille <akim@epita.fr>
11322 * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11323 (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11326 2001-07-04 Akim Demaille <akim@epita.fr>
11328 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11329 the ``strings.h'' change claimed below.
11331 2001-07-04 Akim Demaille <akim@epita.fr>
11333 * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11335 2001-07-04 Akim Demaille <akim@epita.fr>
11337 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11338 strings.h if usable with string.h.
11339 Suggested by Paul Eggert.
11341 2001-07-04 Akim Demaille <akim@epita.fr>
11343 * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11344 From Jens Petersen.
11346 2001-07-03 Akim Demaille <akim@epita.fr>
11348 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11351 2001-07-03 Akim Demaille <akim@epita.fr>
11353 * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11354 compiler, not the preprocessor.
11355 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11356 dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11358 * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11359 earlier if there are.
11361 2001-07-03 Akim Demaille <akim@epita.fr>
11363 * autoscan.in ($initfile): Remove.
11364 (&find_file): Rename as...
11365 (&scan_file): this.
11366 Immediately scan the current file, instead of gathering them, and
11367 later having them handled by &scan_files.
11368 (&scan_files): Merely invoke Find::File.
11371 2001-07-02 Akim Demaille <akim@epita.fr>
11373 * autoscan.in: Formatting changes, matching the invocation order.
11374 (File::Find): Use it instead of Perl 4's `find.pl'.
11375 (&wanted): Rename as...
11376 (&find_file): this.
11378 2001-07-01 Pavel Roskin <proski@gnu.org>
11380 * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11381 break in the argument to AC_TRY_LINK_FUNC.
11382 (AC_F77_MAIN): Remove conftest* after using break in the
11383 argument to AC_TRY_LINK.
11385 2001-07-01 Steven G. Johnson <stevenj@alum.mit.edu>
11387 Add alternate 'main' routine detection for linking C/C++ with Fortran,
11388 fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11390 * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11391 dummy alternate main is required even if the user provides her own
11393 (AC_F77_MAIN): New macro to detect whether it is possible to
11394 provide an alternate 'main' function name, using the 'main' from
11395 the Fortran libraries.
11396 (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11397 cross-language link tests can be performed successfully.
11398 (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN. Also put $FLIBS
11399 after $LIBS, for consistency; this should be the general rule since
11400 the user may want to link to Fortran libraries that require $FLIBS.
11401 * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11403 2001-06-29 Pavel Roskin <proski@gnu.org>
11405 * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11406 at-stdout and at-stderr instead of removing the newline
11407 from the echo output, which is not guaranteed to work.
11409 2001-06-28 Jens Petersen <petersen@redhat.com>
11411 * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11412 confdefs.h when non-zero.
11414 2001-06-28 Akim Demaille <akim@epita.fr>
11416 * configure.in: Bump to 2.50c.
11418 2001-06-26 Akim Demaille <akim@epita.fr>
11422 2001-06-26 Akim Demaille <akim@epita.fr>
11426 2001-06-25 Pavel Roskin <proski@gnu.org>
11428 * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11429 argument, AUTOCONF-FLAGS.
11430 * tests/mktests.sh (update_exclude_list): Add
11431 AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11432 * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11433 AC_FUNC_WAIT3 with "-W no-obsolete".
11435 2001-06-25 Akim Demaille <akim@epita.fr>
11437 * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11439 2001-06-25 Akim Demaille <akim@epita.fr>
11441 * autoscan.in (%macro): Now maps from word to list of macros.
11442 (&init_tables): Die when a word which is already handled by
11443 explicit macros is mapped to the default macro.
11444 (&print_unique): Remove, inlined in...
11445 (&output_kind): here.
11446 (File::Basename): Use it.
11447 (&output): Sort the CONFIG_FILES.
11448 * acheaders: Normalize.
11449 * acfunctions: Likewise.
11451 2001-06-25 Akim Demaille <akim@epita.fr>
11453 * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11454 characteristics in the logs.
11455 Suggested by Mo DeJong.
11457 2001-06-24 Akim Demaille <akim@epita.fr>
11459 * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11460 (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11461 * doc/autoconf.texi (Autoconf 2.13): New section.
11463 2001-06-24 Akim Demaille <akim@epita.fr>
11465 * autoconf.in (Task traces): Separate the error messages from the
11466 traces to improve robustness.
11468 2001-06-23 Akim Demaille <akim@epita.fr>
11470 * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11471 three as failures are unlikely, and speed matters.
11473 2001-06-23 Akim Demaille <akim@epita.fr>
11475 * doc/autoconf.texi (Redefined M4 Macros): New.
11477 2001-06-23 Akim Demaille <akim@epita.fr>
11479 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11480 inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11483 2001-06-23 Paolo Bonzini <bonzini@gnu.org>
11485 * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
11486 config.status targets to after the evaluation of the INIT-CMDS.
11487 Double quote config.status targets (used to be single quoted).
11489 2001-06-23 Akim Demaille <akim@epita.fr>
11491 * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
11492 Check the content of the created file.
11493 Check the ./config.status command line invocation.
11495 2001-06-23 Akim Demaille <akim@epita.fr>
11497 * tests/foreign.at (Libtool): Reject prehistoric versions.
11499 2001-06-23 Akim Demaille <akim@epita.fr>
11501 * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
11502 preexisting files matching a.*.
11504 2001-06-23 Akim Demaille <akim@epita.fr>
11506 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
11508 * doc/autoconf.texi (AC_ARG_VAR): Update.
11510 2001-06-21 Akim Demaille <akim@epita.fr>
11512 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
11513 precious variables have changed.
11514 * tests/torture.at (AC_ARG_VAR): Adjust.
11516 2001-06-21 Akim Demaille <akim@epita.fr>
11518 ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
11519 but some sed choke on multiple `;', and other tools (e.g.,
11520 Automake), include the separator themselves.
11522 * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
11524 2001-06-19 Tim Van Holder <tim.van.holder@pandora.be>
11526 * doc/autoconf.texi (Functions Portability): Rename as...
11527 (Function Portability): this.
11528 (Function Portability): Document potential problems with unlink().
11530 2001-06-19 Paul Eggert <eggert@twinsun.com>
11532 * NEWS, doc/autoconf.texi: Document quadrigraphs.
11534 2001-06-18 Akim Demaille <akim@epita.fr>
11536 * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
11538 2001-06-18 Ruediger Kuhlmann <info@ruediger-kuhlmann.de>
11540 * acfunctions.m4: (AC_FUNC_VFORK) rename as...
11541 (_AC_FUNC_VFORK): this.
11542 Remove AC_DEFINEs and don't guess cross-compilation values.
11543 (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
11544 (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
11545 define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
11546 vfork doesn't work.
11547 Guess values if cross-compiling, but warn.
11548 * acfunctions: Add AC_FUNC_FORK.
11549 * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
11550 and vfork appropriately.
11552 2001-06-18 Akim Demaille <akim@epita.fr>
11554 * doc/autoconf.texi (Functions Portability): New section.
11556 2001-06-18 Akim Demaille <akim@epita.fr>
11558 * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
11560 Suggested by Andreas Schwab.
11562 2001-06-18 Akim Demaille <akim@epita.fr>
11564 * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
11565 (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
11566 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
11567 (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
11568 Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
11569 and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
11570 (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
11573 2001-06-18 Akim Demaille <akim@epita.fr>
11575 * doc/autoconf.texi (ms): New index.
11576 (Macro Index): Rename as...
11577 (Autoconf Macro Index): this.
11578 (M4 Macro Index): New appendix.
11579 (Programming in M4): New chapter.
11580 Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
11581 (Quoting): Rename as...
11582 (M$ Quotation): this.
11583 Be part of `Programming in M4).
11585 2001-06-18 Nicolas Joly <njoly@pasteur.fr>
11587 * tests/torture.at (AC_ARG_VAR): Set variables and export them
11588 in separate statements for compatibility with Tru64 v5.1.
11590 2001-06-17 Akim Demaille <akim@epita.fr>
11592 * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
11593 current values of the precious variables, not the previously
11595 Pass precious variables which are set to config.status.
11596 * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
11597 * tests/torture.at (AC_ARG_VAR): New.
11599 2001-06-15 Paul Eggert <eggert@twinsun.com>
11601 * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
11602 AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
11603 and explain why and how to replace them.
11604 * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
11605 * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
11607 2001-06-15 Akim Demaille <akim@epita.fr>
11609 `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
11610 Reported by Bruno Haible.
11612 * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
11613 (_AC_ARG_VAR_PRECIOUS): to here.
11615 2001-06-15 Pavel Roskin <proski@gnu.org>
11617 * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
11618 an unused pointer use cast to this type and `if' statement to
11619 avoid warnings from the compiler.
11620 (AC_HEADER_TIME): Likewise.
11621 * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
11622 in `if' statement to avoid warnings from the compiler. Declare
11623 ac_aggr static to avoid the need to initialize it.
11625 2001-06-14 Akim Demaille <akim@epita.fr>
11627 * doc/autoconf.texi (Portable Shell): Move to follow `Writing
11630 2001-06-13 Akim Demaille <akim@epita.fr>
11632 * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
11633 Suggested by Alexander Mai.
11635 2001-06-13 Akim Demaille <akim@epita.fr>
11637 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
11638 sys/types.h and sys/stat.h, and check for them.
11640 2001-06-13 Akim Demaille <akim@epita.fr>
11642 * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
11645 2001-06-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11647 * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
11648 succeeds and only try adding libdnet upon a failure.
11650 2001-06-12 Akim Demaille <akim@epita.fr>
11652 * autoscan.in (&output_kind): Output the comment only if it exists.
11653 (%kind_comment): Add entry for `programs'.
11654 (&output_programs): Use &output_kind.
11655 (&output_functions, &output_identifiers, &output_headers)
11656 (&output_programs): Inline, and remove.
11658 2001-06-12 Akim Demaille <akim@epita.fr>
11660 * autoscan.in (%kind_comment): New.
11661 (output_kind): New.
11662 (output_functions, output_identifiers, output_headers): Use it.
11664 2001-06-12 Akim Demaille <akim@epita.fr>
11666 * autoscan.in (&print_unique): Take `$kind' and `$word' as
11667 arguments, to factor indirections into `%macro' and `%used'.
11668 (%generic_macro): Fix a typo.
11670 2001-06-12 Akim Demaille <akim@epita.fr>
11672 * aclibraries: New.
11673 * autoscan.in (@kinds): Add `libraries'.
11674 Use `@kinds' instead of hard coded lists.
11675 (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
11676 Remove, replaced by...
11679 2001-06-12 Akim Demaille <akim@epita.fr>
11681 * autoscan.in (%functions_macros %headers_macros)
11682 (%identifiers_macros %programs_macros %makevars_macros): Remove,
11686 2001-06-11 Raja R Harinath <harinath@cs.umn.edu>
11688 * aclang.m4 (AC_NO_EXECUTABLES): Override
11689 _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
11691 2001-06-11 Akim Demaille <akim@epita.fr>
11693 * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
11695 Reported by Andreas Schwab.
11697 2001-06-11 Akim Demaille <akim@epita.fr>
11699 * Makefile.am, Makefile.maint: Typos.
11701 2001-06-09 Akim Demaille <akim@epita.fr>
11703 * doc/autoconf.texi (Here-Documents): New section, gathering
11704 documentation about here-documents.
11705 Use `href', not `uref', and other changes.
11707 2001-06-09 Akim Demaille <akim@epita.fr>
11709 * doc/autoconf.texi (Portable Shell Programming): Promoted as a
11712 2001-06-09 Akim Demaille <akim@epita.fr>
11714 * doc/autoconf.texi (Limitations of Builtins): Complete the
11715 description of the here-docs penalties with Alexandre Oliva's
11718 2001-06-01 Paul Eggert <eggert@twinsun.com>
11720 * doc/autoconf.texi: Talk about here documents and speedups.
11721 Do not use "echo" on arbitrary strings.
11722 Spell "here-documents" consistently with the standard.
11724 2001-06-09 Akim Demaille <akim@epita.fr>
11726 * doc/autoconf.texi (Concept Index): Introduce it.
11727 Regenerate the menus.
11729 2001-06-09 Akim Demaille <akim@epita.fr>
11731 * Makefile.maint, GNUmakefile: New, from Jim Meyering.
11732 * config/prev-version.txt: New.
11733 * config/move-if-change: New, for GNU libc.
11735 2001-06-06 Pavel Roskin <proski@gnu.org>
11737 * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
11739 2001-06-06 Akim Demaille <akim@epita.fr>
11741 * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
11742 properly when $1 is not a literal.
11743 Fixes PR Autoconf/187, reported by Bram Moolenaar.
11745 2001-06-06 Akim Demaille <akim@epita.fr>
11747 Invoking AC_COPYRIGHT before AC_INIT fails.
11749 * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
11750 * acgeneral.m4 (_m4_divert(VERSION_FSF))
11751 (_m4_divert(VERSION_USER)): New.
11752 (AC_COPYRIGHT): $2 is the diversion to use.
11753 (_AC_INIT_COPYRIGHT): Use the FSF diversion.
11754 (AC_INIT): Remove dead comments as now it's commutative.
11756 2001-06-06 Akim Demaille <akim@epita.fr>
11758 * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
11761 2001-06-05 Akim Demaille <akim@epita.fr>
11763 * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
11765 `*dir' variables cannot be NONE.
11766 Reported by Mark Kettenis.
11768 2001-06-05 Paul Eggert <eggert@twinsun.com>
11770 * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
11772 2001-06-04 Akim Demaille <akim@epita.fr>
11774 * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
11775 (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
11776 (AC_TR_SH): Move as...
11777 * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
11778 (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
11780 (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
11781 (_AS_TR_SH_PREPARE): New.
11782 (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
11783 * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
11785 2001-06-02 Akim Demaille <akim@epita.fr>
11787 * Makefile.am (.m4.m4f): Pass the options first.
11788 Fixes PR autoconf/182.
11790 2001-06-02 Nathan Sidwell <nathan@codesourcery.com>
11792 GNU getopt, when POSIXLY_CORRECT does not permute options and
11793 arguments. So pass the options first.
11794 Fixes PR autoconf/184.
11796 * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
11797 (run_m4): Remove files.
11799 Update remainder of script to use them.
11800 (for warning in): Do not use a literal comma as it will not be
11803 2001-06-02 Christian Marquardt <marq@gfz-potsdam.de>
11805 * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
11806 Fortran compilers to check.
11807 (_AC_PROG_F77_V): Add '-###' as a possible option to print
11808 information on library and object files.
11809 (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
11812 2001-06-02 Akim Demaille <akim@epita.fr>
11814 * autom4te.in (Request::@request): Declare with `vars', not `my',
11815 as it prevents updates via `do FILENAME'.
11817 2001-06-02 Akim Demaille <akim@epita.fr>
11819 * configure.in (standards_texi): Remove, dead code.
11821 2001-06-02 Akim Demaille <akim@epita.fr>
11823 * autom4te.in: New.
11825 2001-06-02 Pavel Roskin <proski@gnu.org>
11827 * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
11828 for signals other than 0 - exit with code 1.
11829 * m4sh.m4 (AS_TMPDIR): Likewise.
11830 * autoconf.in: Likewise. Also don't rely on exit == exit $?.
11831 * autoheader.in: Likewise.
11832 * autoreconf.in: Likewise.
11833 * tests/torture.at (Signal handling): New test for the above.
11835 2001-06-01 Akim Demaille <akim@epita.fr>
11837 * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
11840 2001-05-31 Akim Demaille <akim@epita.fr>
11842 * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
11843 Add copyright and comments.
11844 * acheaders: Add stdint.h.
11845 Suggested by Paul Eggert.
11847 2001-05-31 Akim Demaille <akim@epita.fr>
11849 * atgeneral.m4 (AT_INIT): Use $SHELL.
11850 * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
11852 2001-05-31 Akim Demaille <akim@epita.fr>
11854 * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11856 From Paul Eggert and Lars Hecking.
11858 2001-05-31 Akim Demaille <akim@epita.fr>
11860 * tests/base.at: Adjust line numbers in error messages.
11862 2001-05-31 Akim Demaille <akim@epita.fr>
11864 * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
11865 to emit the bangshe line.
11866 Reported by David Carter.
11868 2001-05-30 Steven G. Johnson <stevenj@alum.mit.edu>
11870 * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
11871 Fortran (95) compilers to check.
11873 2001-05-29 Alexandre Duret-Lutz <duret_g@epita.fr>
11875 * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
11878 2001-05-23 Pavel Roskin <proski@gnu.org>
11880 * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
11881 _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
11882 (AC_PROG_CXXCPP): Likewise.
11884 2001-05-22 Akim Demaille <akim@epita.fr>
11886 * config: New directory.
11887 * configure.in: AC_CONFIG_AUX_DIR it.
11888 * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
11890 2001-05-22 Akim Demaille <akim@epita.fr>
11892 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
11893 * autoupdate.in: Specify the Emacs mode.
11894 * acversion.m4.in: Rename as...
11895 * acversion.m4: this.
11896 * tests/Makefile.am (CLEANFILES): More garbage.
11898 2001-05-22 Akim Demaille <akim@epita.fr>
11900 * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
11902 * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
11905 2001-05-21 Akim Demaille <akim@epita.fr>
11907 * configure.in: Bump to 2.50a.
11912 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
11915 This file is part of GNU Autoconf.
11917 GNU Autoconf is free software; you can redistribute it and/or modify
11918 it under the terms of the GNU General Public License as published by
11919 the Free Software Foundation; either version 2, or (at your option)
11922 GNU Autoconf is distributed in the hope that it will be useful,
11923 but WITHOUT ANY WARRANTY; without even the implied warranty of
11924 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11925 GNU General Public License for more details.
11927 You should have received a copy of the GNU General Public License
11928 along with autoconf; see the file COPYING. If not, write to
11929 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11930 Boston, MA 02110-1301, USA.