* doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
[autoconf/tsuna.git] / ChangeLog
blob10c6623f0528b010958ee71b91eabeaaa48be26d
1 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3         * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
4         Jim Meyering.
6 2006-10-25  Stepan Kasal  <kasal@ucw.cz>
8         * tests/tools.at (autom4te --force): New test, verifies that
9         `--force' always rewrites the output file.
11 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13         * doc/autoconf.texi (Limitations of Usual Tools): Document that rm
14         needs operands on NetBSD 2.0.2.  Problem reported by Bruno Haible.
16 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
18         * tools/trace.at (autoconf --trace: user macros): Test `$%'.
20 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
23         If FUNCTION-BODY is nonempty, use AC_LINK_IFELSE rather than
24         AC_COMPILE_IFELSE, to work around problem with OSF/1 4.0F fseeko
25         reported by Nelson H. F. Beebe for Coreutils 6.4.
27         * tests/tools.at (autoconf --trace: user macros): Remove test
28         for tracing multiline macros, since m4 1.4.7a uses a different
29         way to number lines.  Problem reported by Ralf Wildenhues.
31 2006-10-24  Stepan Kasal  <kasal@ucw.cz>
33         * bin/autom4te.in (handle_m4): Do not redirect stdin to
34         /dev/null since the heuristics for interactive behaviour was
35         fixed in CVS m4.
37         * bin/autom4te.in: With --force, always refresh the output
38         file.  Problem reported by Greg Schafer <gschafer@zip.com.au>.
40         * bin/autoconf.as: Fix the verbose message at the end.
42 2006-10-23  Paul Eggert  <eggert@cs.ucla.edu>
44         * configure.ac (AC_INIT): Bump to 2.60c.
45         * NEWS: Likewise.
47 2006-10-22  Paul Eggert  <eggert@cs.ucla.edu>
49         * NEWS: Version 2.60b.
51         Import this change from Texinfo:
52         2006-10-15  Karl Berry  <karl@gnu.org>
53         * build-aux/texinfo.tex: automake 1.10
55         * NEWS: Remove AC_CACHE_CHECK_INT.
56         * doc/autoconf.texi (Caching Results): Likewise.
57         * lib/autoconf/general.m4 (_AC_CACHE_CHECK_INT): Renamed from
58         AC_CACHE_CHECK_INT, since it's no longer public.
59         * lib/autoconf/types.m4: All uses of AC_CACHE_CHECK_INT changed.
60         * tests/base.at (AC_COMPUTE_INT): Test this, not AC_CACHE_CHECK_INT.
62 2006-10-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
64         * doc/autoconf.texi (Limitations of Usual Tools): Fix two typos.
66 2006-10-19  Eric Blake  <ebb9@byu.net>
68         * lib/m4sugar/m4sugar.m4 (m4_mkstemp): New macro.
69         (m4_maketemp): Avoid warnings with M4 1.9a.
70         * lib/emacs/autoconf-mode.el (autoconf-font-lock-keywords): Color
71         m4_mkstemp.
72         * doc/autoconf.texi (Redefined M4 Macros): Document m4_mkstemp.
73         * NEWS: Likewise.
75 2006-10-16  Eric Blake  <ebb9@byu.net>
77         * doc/autoconf.texi (Setting Output Variables): Fix typo.
79         * bin/autoconf.as (version): Reword to match GNU Coding
80         Standards.
81         * bin/autoheader.in (version): Likewise.
82         * bin/autom4te.in (version): Likewise.
83         * bin/autoreconf.in (version): Likewise.
84         * bin/autoscan.in (version): Likewise.
85         * bin/autoupdate.in (version): Likewise.
86         * bin/ifnames.in (version): Likewise.
88 2006-10-14  Stepan Kasal  <kasal@ucw.cz>
90         * lib/m4sugar/m4sh.m4 (AS_LITERAL_IF): Expand $1 before
91         looking for special shell characters.
92         * lib/autoconf/functions.m4 (AC_CHECK_FUNC): Do not expand the
93         macro defined by AS_VAR_PUSHDEF before passing it as a
94         parameter.
95         * lib/autoconf/general.m4 (AC_CHECK_FILE, AC_CHECK_DECL):
96         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB):
97         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW, AC_CHECK_MEMBER):
98         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL):
99         (_AC_CHECK_HEADER_NEW, _AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_DIRENT):
100         Likewise.
101         * lib/autotest/general.m4 (AT_INIT): Quote parameters of
102         AS_VAR_* properly.
103         * tests/m4sh.at (AS_LITERAL_IF): New test.
105 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
107         (Imported from Automake.)
108         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
109         which incorrectly sets the mode of an existing destination
110         directory.  In some cases the unpatched install-sh could do the
111         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
112         system.  We hope this is rare in practice, but it's clearly worth
113         fixing.  Problem reported by Alex Unleashed in
114         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
115         Also, don't bother to check for -m bugs unless we're using -m;
116         suggested by Stepan Kasal.
118 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
120         Import this change from Automake:
122         2006-08-23  Alexandre Duret-Lutz  <adl@gnu.org>
123         * lib/Autom4te/ChannelDefs.pm (usage): Mention that -Wportability
124         is enabled by default with gnu and gnits strictness.
125         Report from Bruno Haible.
127         2006-03-10  Alexandre Duret-Lutz  <adl@gnu.org>
128         * lib/Autom4te/ChannelDefs.pm: Make -Wportability the default in
129         gnu and gnits modes.
131         Import this change from Config:
133         2006-09-20  Ben Elliston  <bje@gnu.org>
134         * build-aux/config.sub (score, score-*): New.
136         Import this change from Gnulib:
138         2006-09-16  Karl Berry  <karl@gnu.org>
139         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
140         to avoid sectioning errors.
142         Import these changes from Texinfo:
144         2006-10-04  Karl Berry  <karl@gnu.org>
145         * build-aux/texinfo.tex (\singlequotechar): rename to \codequoteright.
146         (\quoteexpand): rename to \rquoteexpand.
147         (\codequoteleft): new def, to look for @set codequotebacktick.
148         (\lquoteexpand, \quoteexpand): new defs.
149         (\lquoteChar, \rquoteChar, \dashChar, \underChar: new \chardef's.
150         (\code): must use new \...Char values, since now ` is active.
152         2006-08-26  Karl Berry  <karl@gnu.org>
153         * build-aux/texinfo.tex (\textdegree): New command.
155         2006-08-12  Karl Berry  <karl@gnu.org>
156         * build-aux/texinfo.tex (error \box0): smaller font.
158 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
160         * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
162 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
164         * doc/autoconf.texi (Autoheader Macros): Warn that the text
165         added to the template can get mangled.
167 2006-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): In the test,
170         include the default headers, and redefine obstack_chunk_alloc
171         and obstack_chunk_free.  Fixes false failure with glibc.
173 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
175         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Set as_executable_p,
176         for backward compatibility with Libtool 1.5.22.  Problem reported
177         by Ralf Wildenhues.
179 2006-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
181         * lib/autoconf/c.m4 (AC_PROG_GCC_TRADITIONAL): Require
182         AC_PROG_CC.
183         Report by IOhannes m zmoelnig <zmoelnig@iem.at>.
185 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
187         * NEWS: AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for
188         the NonStop platform.
189         * doc/autoconf.texi (Posix Variants): Likewise.
190         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
192         * lib/m4sugar/m4sh.m4 (AS_TEST_X): New macro.
193         (AS_EXECUTABLE_P): Use as_test_x rather than as_executable_p.
194         (_AS_TEST_PREPARE): Set as_test_x rather than as_executable_p.
195         Use a better substitute, by inspecting the output of "ls"
196         rather than just using ":".
197         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Use AS_TEST_X
198         rather than AS_EXECUTABLE_P, since we needn't worry about
199         non-regular files here.
201         * NEWS: Autoconf-generated shell scripts no longer export BIN_SH,
202         due to configuration hassles with this.  See Tonya Underwood's report
203         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00003.html>.
204         * doc/autoconf.texi (Special Shell Variables): Likewise.
206 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
207             Stepan Kasal  <kasal@ucw.cz>
209         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Don't set BIN_SH.
210         (_AS_DETECT_BETTER_SHELL): Don't look in /usr/bin/posix.
212 2006-10-11  Stepan Kasal  <kasal@ucw.cz>
214         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Move the
215           initialization which is not inherited through the environment
216         (_AS_BOURNE_COMPATIBLE): ... to this new macro.
217         (_AS_RUN): Call _AS_BOURNE_COMPATIBLE, not AS_BOURNE_COMPATIBLE.
219 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
221         * doc/autoconf.texi (Limitations of Usual Tools): Describe
222         problems with mkdir -p -m.
224 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
226         * lib/autoconf/c.m4 (_AC_PROG_PREPROC_WORKS_IFELSE): Remove
227         comment about ac_cpp_err; it was incorrect, and anyway
228         ac_cpp_err is being removed below.
229         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE): Don't
230         set ac_cpp_err to 'yesyes' if preproc_warn_flag and werror_flag
231         are both 'yes'.  In fact, don't bother setting ac_cpp_err at all;
232         nobody uses it.
233         (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't log our funky tests
234         with werror_flag and conftest.err and so forth.  This is more
235         compatible with how _AC_PROG_PREPROC_WORKS_IFELSE behaves,
236         and anyway the user shouldn't normally want to see this gorp logged.
237         Problem reported by Ralf Wildenhues.
238         * lib/autoconf/lang.m4 (AC_LANG_WERROR): werror_flag's default is
239         empty, not 'no', since the rest of the code uses 'test -z'.
241 2006-10-04  Paul Eggert  <eggert@cs.ucla.edu>
243         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
244         Use a single call to AC_DO_TOKENS rather than multiple, for
245         efficiency.
246         (_AC_LINK_IFELSE): Test that resulting file is executable.
247         Problem reported by mwoehlke in
248         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00048.html>.
250         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Use "test -x /" rather
251         than creating a file to use with test -x; this is much faster.
253 2006-10-02  Bruno Haible  <bruno@clisp.org>
255         * lib/autom4te.in (Automake-preselections): Add
256         AM_GNU_GETTEXT_INTL_SUBDIR, for automake 1.10.
258 2006-09-27  Stepan Kasal  <kasal@ucw.cz>
260         * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
261         standard error, `experr' should be used, not `expout'.
263 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
265         * lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
266         fseeko testing program twice; just use the earlier result.
267         * lib/autoconf/specific.m4 (_AC_SYS_LARGEFILE_MACRO_VALUE):
268         Set cache var to 'unknown' (not 'no') if leaving the macro unset
269         still doesn't let the program compile.
270         (AC_SYS_LARGEFILE): Test for _LARGE_FILES only if earlier tests
271         failed.
273         * lib/autoconf/functions.m4: Fix problems reported by Ralf Wildenhues.
274         (AC_FUNC_ERROR_AT_LINE): Don't bother to check for error.h.  Just
275         include it, without including anything else.
276         (AC_FUNC_FSEEKO): Avoid gcc -Wall warnings about constant
277         expressions.
278         (AC_FUNC_STRNLEN): Require AC_USE_SYSTEM_EXTENSIONS.
280 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
282         * lib/autoconf/functions.m4 (AC_FUNC_ERROR_AT_LINE): Check for
283         `error.h', and include it, for a `error_at_line' prototype.
284         Use a nonempty format string in the link test.
285         * lib/autoconf/functions.m4 (AC_FUNC_WAIT3): Include <sys/wait.h>,
286         for a declaration of wait3.
288 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
290         * NEWS: AC_CHECK_DECL now also works with aggregate objects.
291         * doc/autoconf.texi (Generic Declarations): Clarify that AC_CHECK_DECL
292         can apply to constants too, and that it checks for macro defns.
293         * lib/autoconf/general.m4 (AC_CHECK_DECL): Assume C89 or better,
294         and simply cast the identifier to void.  This handles structure
295         values.  Problem reported by Ralf Wildenhues.
296         * tests/semantics.at (AC_CHECK_DECLS): Also check enums.
298 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
300         * tests/semantics.at (AC_CHECK_DECLS): Also check macros,
301         structure, and function symbols.
303 2006-09-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
305         * tests/semantics.at (AC_CHECK_MEMBERS): Also test with a struct
306         member.
308 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
310         * NEWS: Recommend M4 1.4.7 instead of 1.4.6.
311         * README: Likewise.
312         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
314 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
315         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
317         * lib/autoconf/functions.m4 (AC_FUNC_OBSTACK): Avoid `gcc -Wall'
318         warnings (uninitialized value).
319         (AC_FUNC_UTIME_NULL): Likewise, test for and include <utime.h> if
320         present.
321         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT): Likewise, add
322         parentheses.
323         (AC_STRUCT_TM): Likewise, avoid unused variables.
325 2006-09-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
327         * lib/autoconf/c.m4 (_AC_ARG_VAR_LDFLAGS): Update comment.
328         (_AC_ARG_VAR_LIBS): New macro: let LIBS be precious.
329         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call _AC_ARG_VAR_LIBS.
330         * lib/autoconf/fortran.m4 (AC_PROG_F77, AC_PROG_FC): Likewise.
331         Report by Olly Betts.
333 2006-09-19  Eric Blake  <ebb9@byu.net>
335         * m4/m4.m4: Change copyright.
336         * configure: Regenerate.
337         * Makefile.in: Likewise.
338         * bin/Makefile.in: Likewise.
339         * doc/Makefile.in: Likewise.
340         * lib/Makefile.in: Likewise.
341         * lib/Autom4te/Makefile.in: Likewise.
342         * lib/autoconf/Makefile.in: Likewise.
343         * lib/autoscan/Makefile.in: Likewise.
344         * lib/autotest/Makefile.in: Likewise.
345         * lib/emacs/Makefile.in: Likewise.
346         * lib/m4sugar/Makefile.in: Likewise.
347         * man/Makefile.in: Likewise.
348         * tests/Makefile.in: Likewise.
350         * m4/m4.m4 (AC_PROG_GNU_M4): Check for m4 --debugfile support.
351         * bin/Makefile.am (edit): Substitute M4_DEBUGFILE.
352         * bin/autom4te.in (handle_m4): Favor --debugfile over misnamed
353         --error-output, to avoid warnings with M4 2.0.
355 2006-09-19  Stepan Kasal  <kasal@ucw.cz>
357         * lib/autoconf/libs.m4 (AH_CHECK_LIB): Fix quoting, to be
358           consistent with _AH_CHECK_FUNCS and _AH_CHECK_HEADERS.
359         * lib/autoconf/headers.m4 (AH_CHECK_HEADERS_DIRENT): Likewise.
361 2006-09-15  Stepan Kasal  <kasal@ucw.cz>
363         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Eliminate the
364         expansion of AC_CHECK_FUNCS.
366 2006-09-14  Stepan Kasal  <kasal@ucw.cz>
368         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Remove a
369         mistaken comment: the path has to be relative; do not use
370         the path at runtime.
372 2006-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
374         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote the
375         argument to `--prefix' for sub-configure scripts.
376         Pass `--silent' to sub-configure scripts.
377         * tests/torture.at (Configuring subdirectories): Add tests
378         for both changes.
379         * doc/autoconf.texi (Setting Output Variables): Fix example to
380         not show `--silent' being passed to a `configure' re-run.
382 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
384         * doc/autoconf.texi (Input): Clarify role of AC_CONFIG_MACRO_DIR.
385         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Do not check
386         for the existence of the directory at configure-time.  That's
387         too late, anyway.  Problem reported by Stefan Seefeld.
389         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Avoid bug in UnixWare
390         7.1.4 /usr/bin/posix/sh described by Tim Rice in
391         <http://lists.gnu.org/archive/html/bug-autoconf/2006-09/msg00017.html>.
393 2006-09-11  Stepan Kasal  <kasal@ucw.cz>
395         * tests/local.at (AT_CHECK_M4): Fix this so that the testsuite
396         works with GNU M4 1.4.3 again; make the normalized form
397         match the current m4 message; fix the description.
398         * test/tools.at (autom4te cache): Adapt to the change.
400 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
402         * lib/autoconf/functions.m4 (AC_FUNC_MKTIME):  Add year_2050_test
403         to catch glibc bug 2821
404         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
406         Merge from gnulib as follows: Use AC_CHECK_HEADERS_ONCE instead of
407         AC_CHECK_HEADERS, and likewise for AC_CHECK_FUNCS_ONCE and
408         AC_CHECK_FUNCS.  Don't check for stdlib.h, since we now
409         assume C89.
411 2006-09-08  Stepan Kasal  <kasal@ucw.cz>
413         * lib/autom4te.in (Autoconf-without-aclocal-m4): Move the
414         preselections ...
415         (Autoconf): ... here.
416         (Autoscan-preselections): Delete.
418 2006-09-07  Stepan Kasal  <kasal@ucw.cz>
420         * lib/autom4te.in (Automake-preselections): Preselect
421         AM_ENABLE_MULTILIB.
423 2006-09-05  Paul Eggert  <eggert@cs.ucla.edu>
425         * doc/autoconf.texi (Preset Output Variables): srcdir and
426         top_srcdir are not necessarily relative.  Problem reported
427         by Dries Kimpe.
429 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
431         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Prefer xlf90/xlf95 over
432         f90/f95 because the latter drivers of AIX Fortran 9.1 do not
433         accept files with extension `.f'.  For consistency, also prefer
434         xlf over f77.
435         * doc/autoconf.texi (Fortran Compiler): Remove mention of bug
436         from last patch.
438 2006-09-05  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
440         * lib/autoconf/erlang.m4 (AC_ERLANG_CHECK_LIB): Added substitution
441         of ERLANG_LIB_VER_* variables.
442         * doc/autoconf.texi (Erlang Libraries): Document ERLANG_LIB_VER_*
443         variables.
445 2006-09-03  Paul Eggert  <eggert@cs.ucla.edu>
446         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448         * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
449         bugs of Bash 2.01 and 2.05a.
450         (Fortran Compiler): Document that AC_PROG_CC should be called
451         before AC_PROG_FC, due to a bug in Autoconf.
453 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
455         * NEWS: New macro AC_CACHE_CHECK_INT.  It replaces the
456         old AC_COMPUTE_INT, which now behaves like _AC_COMPUTE_INT
457         except the first two arguments are reversed.
458         * doc/autoconf.texi (Caching Results): New macro AC_CACHE_CHECK_INT.
459         (Generic Compiler Characteristics): AC_COMPUTE_INT no longer
460         caches nor outputs a diagnostic.  Suggested by Bruno Haible.
461         * lib/autoconf/general.m4 (AC_CACHE_CHECK_INT): New macro,
462         equivalent to the old AC_COMPUTE_INT.
463         (AC_COMPUTE_INT): No longer caches or reports.  New signature.
464         All uses changed to AC_CACHE_CHECK_INT.
465         * tests/base.at (AC_CACHE_CHECK_INT): New test.
466         * tests/mktests.sh (ac_exclude_list): Add AC_CACHE_CHECK_INT.
468 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
470         * NEWS: AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_GETLOADVG,
471         and AC_REPLACE_FNMATCH are now obsolescent in Autoconf.  New
472         programs should use their Gnulib counterparts.
473         * doc/autoconf.texi (Particular Functions): Likewise.
474         (Macro Names, testsuite Invocation): Replace uses of these
475         obsolete macros with uses of non-obsolete macros.
477 2006-08-29  Eric Blake  <ebb9@byu.net>
479         * configure.ac (AC_INIT): Bump to 2.60b.
480         * NEWS: Update.
482 2006-08-28  Eric Blake  <ebb9@byu.net>
484         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
485         mistakenly swapped on 2006-08-15.
487 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
489         * NEWS: Version 2.60a.
491 2006-08-25  Stepan Kasal  <kasal@ucw.cz>
493         * lib/autoconf/general.m4 (_AC_LINK_IFELSE): Remove the IPA/IPO
494         file created by the PGI compiler.
496 2006-08-25  Noah Misch  <noah@cs.caltech.edu>
498         * lib/Autom4te/General.pm (END): Use `File::Path::rmtree' to
499         simplify the code.
501 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
503         Fix Lex library problem reported to us by Julio Garvia.
504         * doc/autoconf.texi (Particular Programs): YYTEXT_POINTER is
505         for the default, which the user can override.
506         * lib/autoconf/programs.m4 (AC_PROG_LEX): Let _AC_PROG_LEX_YYTEXT_DECL
507         deal with LEXLIB.
508         (_AC_PROG_LEX_YYTEXT_DECL): Handle caching correctly; the old code
509         didn't work if some values were cached but not others.  Test for
510         broken lex libraries like native ia64-hp-hpux11.22; see
511         <http://sources.redhat.com/ml/binutils/2003-12/msg00337.html>, and
512         work around the problem by preferring an empty LEXLIB to -lfl or
513         -ll.  Let the user set LEXLIB='' to indicate no library needed.
515         * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
516         * README: Likewise.
517         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
519 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
521         Rework to use more-modern build style.
522         Many files are renamed; all uses of their names were changed.
523         * .x-sc_trailing_blank: Renamed from .x-sc_trailing_space.
524         * .x-sc_useless_cpp_parens: New file.
525         * build-aux/config.guess: Renamed from config/config.guess.  Update.
526         * build-aux/config.sub: Renamed from config/config.sub.  Update.
527         * build-aux/elisp-comp: Renamed from config/elisp-comp.
528         * build-aux/install-sh: Renamed from config/install-sh.  Update.
529         * build-aux/mdate-sh: Renamed from config/mdate-sh.
530         * build-aux/missing: Renamed from config/missing.
531         * build-aux/texinfo.tex: Renamed from config/texinfo.tex.  Update.
532         * build-aux/vc-list-files: Renamed from config/vc-list-files.
533         * config/Makefile.am: Removed.
534         * config/mkinstalldirs: Removed.
535         * config/move-if-change: Removed.
536         * m4/m4.m4: Renamed from config/m4.m4.  Add (C) to copyright notice.
537         * Makefile.am (SUBDIRS): Remove config.
538         (ACLOCAL_AMFLAGS): Include from m4, not config.
539         (EXTRA_DIST): Add config/announce-gen, config/prev-version.txt.
540         (WGET, WGETFLAGS): New macros, since Makefile.maint no longer does this.
541         (autom4te-update): Rewrite with a loop.  Get from gnulib, not automake.
542         Fail if there's an error.
543         * Makefile.cfg (move_if_change): Remove.
544         (wget_files): Remove.
545         (cvs_executable_files): New macro.
546         (cvs_files): Use it.  Remove mkinstalldirs.  Add fdl.texi.
547         (executable-update): Use $(cvs_executable_files).
548         (local-checks-to-skip): Remove.
549         * Makefile.maint: Merge from coreutils, plus add our own changes
550         (gzip_rsyncable): New macro.
551         (GZIP_ENV): Use it.
552         (CVS_LIST): Use build-aux/vc-list-files.
553         (VERSION_REGEXP): New macro.
554         (local-checks-available): Add patch-check, $(syntax-check-rules),
555         check-AUTHORS.
556         (syntax-check-rules): Compute dynamically.
557         (sc_cast_of_x_alloc_return_value): Work even if no source files.
558         (sc_cast_of_alloca_return_value): Likewise.
559         (sc_prohibit_atoi_atof): Simplify regexp.
560         (sc_no_if_have_config_h, sc_require_config_h):
561         (sc_prohibit_assert_without_use,
562         (sc_obsolete_symbols): Check for O_NDELAY.
563         (sc_texi_notab): Remove.
564         (sc-changelog): Don't make an exception for '----' lines.
565         (.re-list): Remove, so we don't have a junk file behind.
566         (sc_system_h_headers): Remove the need for .re-list.
567         (sc_the_the):  New rule.
568         (sc_tight_scope): Simplify.
569         (sc_trailing_blank): Renamed from sc_trailing_space.
570         (longopt_re): New macro.
571         (sc_two_space_separator_in_usage): New rule.
572         (sc_unmarked_diagnostics): Look at all files under CVS.
573         (sc_useless_cpp_parens, patch-check, check-AUTHORS): New rules.
574         (news-date-check, changelog-check): Version is OK.
575         (po-check): Look for lib files even if not in CVS.
576         (copyright-check): Use $() not ``.
577         (maintainer-distcheck): Do not depend on changelog-check.
578         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
579         Also check for -Wpointer-arith.
580         (WGET, WGETFLAGS, tgz-md5, tgz-sha1, bz2-md5, bz2-sha1):
581         (xdelta-md5, xdelta-sha1, tgz-size, bz2-size, xd-size, rel-check):
582         Remove.
583         (announcement): Add --gpg-key-id arg.
584         (cvs-sv): Remove.
585         (move_if_change): Just use mv.
586         (local_updates: Remove wget-update, po-update.
587         (po_repo, do-po-update, po-update, wget_files, get-targets): Remove.
588         (config.guess-url_prefix, config.sub-url_prefix): Remove.
589         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
590         (standards.texi-url_prefix, make-stds.texi-url_prefix, target, url):
591         ($(get-targets)): Remove.
592         (cvs_files): Remove missing, mkinstalldirs, ansi2knr.c.
593         (gnulib_repo): Renamed from automake_repo.  Get from gnulib now.
594         (cvs-update): Get from gnulib.
595         (emut_upload_commands): gnupload is in build-aux now.
596         (alpha beta major): Add changelog-check.  Check version.
597         * configure.ac (AC_CONFIG_AUX_DIR): Renamed from config to build-aux.
598         (AC_CONFIG_FILES): Remove.
599         * bin/autoconf.as: Add spaces to avoid distcheck warning.
600         * config/announce-gen: Sync from coreutils.
601         * doc/make-stds.texi: Sync from gnulib.
602         * doc/standards.texi: Likewise.
603         * man/Makefile.am: Adjust for config -> build-aux renaming.
604         * tests/Makefile.am: Prefer $(FOO) to @FOO@.
605         * tests/local.at: Adjust from config -> build-aux renaming.
606         * tests/tools.at: Likewise.
607         * tests/torture.at: Likewise.
609         * NEWS: The C99 check now tests for vararg macros and 64-bit
610         preprocessor ints.
611         * doc/autoconf.texi (C Compiler): Document // comments, va_copy.
612         * lib/autoconf/c.m4 (_AC_PROG_CC_C99): Test varargs macros and
613         64-bit preprocessor ints.  Check for static initialization of
614         long long.  Remove unnecessary casts.
616 2006-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
618         * doc/autoconf.texi (Particular Programs): Mention that
619         @INSTALL@ and @MKDIR_P@ may vary for different output files.
620         Reported by Alexandre Duret-Lutz.
622 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
624         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Also ignore
625         -lgcc?* and -lSystem, for Darwin/MacOS X.  Problem reported by
626         Bill Northcott in
627         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00083.html>.
629 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
631         * lib/autoconf/c.m4 (AC_C_CONST): Don't used shadowed vars, to
632         pacify insanely picky compilers.  Problem reported by Eric Blake.
634         * doc/autoconf.texi (Posix Variants): INTERACTIVE Unix is no
635         longer supported by Sun.
637 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
639         * NEWS: Autoconf now uses constructs like "#ifdef HAVE_STDLIB_H"
640         rather than "#if HAVE_STDLIB_H", so that it now works with "gcc
641         -Wundef -Werror".  Problem reported by David Fang in
642         <http://lists.gnu.org/archive/html/autoconf/2006-08/msg00045.html>.
643         * doc/autoconf.texi (Header Templates, Default Includes):
644         (Particular Functions, Generic Functions, Header Portability):
645         (Particular Headers, Generic Headers, Generic Declarations, Guidelines):
646         (Obsolete Macros, AC_FOO_IFELSE vs AC_TRY_FOO):
647         (Present But Cannot Be Compiled, Preprocessor Symbol Index):
648         Prefer #ifdef to #if.
649         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prefer #ifdef to #if.
650         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, _AC_FUNC_MALLOC_IF):
651         (AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
652         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETVBUF_REVERSED, _AC_FUNC_VFORK):
653         Likewise.
654         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
655         (AC_HEADER_RESOLV, AC_HEADER_STAT): Likewise.
656         * lib/autoconf/specific.m4 (AC_DECL_SYS_SYGLIST):
657         (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
658         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Don't assume that
659         S_ISDIR etc. are valid for use in #if; POSIX doesn't guarantee
660         this.
662 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
664         * doc/autoconf.texi (Limitations of Usual Tools): Document sed
665         problems with arg script text that doesn't end in newline, and
666         with '-e a...'.  Problems reported by Ralf Wildenhues.
668 2006-08-12  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
670         * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
671         check for libXt by a check for libX11.
673 2006-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
675         * doc/autoconf.texi (config.status Invocation): Adjust according
676         to last change.
678 2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): `config.status
681         --help' should mention that `--version' outputs configuration
682         settings.  Report by Bruno Haible.
684 2006-08-06  Paul Eggert  <eggert@cs.ucla.edu>
686         Fix test suite failures reported by Pierre in
687         <http://lists.gnu.org/archive/html/bug-autoconf/2006-08/msg00005.html>.
688         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't claim
689         the compiler created a file "b.out" when it didn't create anything
690         at all.
691         * lib/autoconf/specific.m4 (AC_SYS_INTERPRETER):
692         Discard stderr too, when invoking the test script.
694 2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
696         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
697         in the restoring of the werror flag.
699 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
701         * doc/autoconf.texi (Volatile Objects): Be even a little
702         less skeptical about "volatile", after discussion with
703         Bruno Haible on bug-gnulib.
704         (Limitations of Usual Tools): Warn about sed stripping
705         leading white space from text.  From Bruno Haible.
707 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
709         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Don't use -R if the
710         compiler complains about it, even if things works after the
711         complaint.  Problem reported by Peter O'Gorman.
713         * doc/autoconf.texi (Preset Output Variables): Document CFLAGS,
714         CPPFLAGS, and LDFLAGS better.  Problem reported by Bruno Haible.
715         Similarly for CXXFLAGS, OBJCFLAGS, ERLCFLAGS.
717 2006-07-17  Paul Eggert  <eggert@cs.ucla.edu>
719         * lib/autoconf/libs.m4 (AC_PATH_XTRA): Do the check for space
720         after -R regardless of host.  Patrick Welche reports that this
721         fixes things on NetBSD 3.99.
723         * NEWS: Recommend M4 1.4.5.
724         * README: Likewise.
725         * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
726         * tests/tools.at (autom4te cache): Update wording of diagnostic
727         to match M4 1.4.5.
729 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
731         * doc/autoconf.texi (C Compiler): Add a ref to Volatile Objects
732         under AC_C_VOLATILE.
733         (Volatile Objects): Be a little less skeptical about what
734         "volatile" means.  Derived from thoughts by Ben Pfaff in
735         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00092.html>.
737 2006-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
739         * doc/autoconf.texi: Fix some typos.
741 2006-07-07  Paul Eggert  <eggert@cs.ucla.edu>
743         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
744         more globally, since the 2006-06-30 patch didn't suffice.  Problem
745         reported by Keith Marshall.  Also, don't bother with builddir2,
746         since it shouldn't be needed any more.
748 2006-07-07  Paolo Bonzini  <bonzini@gnu.org>
750         * doc/autoconf.texi (Generic compiler characteristics):
751         Document AC_COMPUTE_INT.  Fix wrong statements on Default
752         Includes for AC_CHECK_SIZEOF and AC_CHECK_ALIGNOF.
754         * lib/autoconf/general.m4 (AC_COMPUTE_INT): New.
755         (_AC_COMPUTE_INT): Add obsoletion warnings.
756         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF, AC_CHECK_ALIGNOF): Use
757         AC_COMPUTE_INT.
759         * NEWS: Document change.
761 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
763         * doc/autoconf.texi (Volatile Objects): New section.
765         * NEWS: Document previous change.
767 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
769         * lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT):
770         Require that long long int be at least 64 bits wide.  C99 requires
771         this and enough programs depend on it so we should check for it.
772         Bruno Haible reports in
773         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00286.html>
774         that long long int is 32 bits wide with some nonstandard compilers.
775         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
777 2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
779         * tests/torture.at (Configuring subdirectories): Set CONFIG_SITE
780         to a nonexistent file, so that we don't have to worry about
781         a local site configuration that doesn't use /usr/local.
782         Problem reported by Keith Marshall in
783         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00133.html>.
785 2006-06-28  Paul Eggert  <eggert@cs.ucla.edu>
787         * doc/autoconf.texi: Be more consistent about using @acronym with
788         "HP" and "HP-UX".  Remove mention of OSF; the old version wasn't
789         quite right (it talked about "OSF/Tru64", even though the
790         operating systems were called OSF/1, Digital UNIX, and Tru64 UNIX,
791         and it even mentioned "OSF 4"!) and at this point there's little
792         reason to talk about OSF any more, since it died in 1994.
793         (Specific Compiler Characteristics): Simplify example of
794         negative-size array.
795         (File Descriptors): Reorder to make the text flow better.
796         Remove joke about "appreciate the various levels"; I didn't get it.
797         Add remark about HP-UX sh -x bug with stderr noted by Bob Proulx in
798         <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
799         (File Descriptors, Limitations of Usual Tools):
800         Tone down the advice against renaming or removing open files.
801         (Limitations of Usual Tools): Add a new section, on 'rm'.
803 2006-06-26  Stepan Kasal  <kasal@ucw.cz>
805         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Use -lX11, not
806         -lXt in LIBS, idea from Karsten Hopp; this was due since
807         this change:
809         2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
810         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
811         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
812         (which belong to Xt, not X itself).  See Debian bug 327655.
814 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
816         * configure.ac (AC_INIT): Bump to 2.60a.
817         * NEWS: Update.
819 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
821         Version 2.60.
823         * configure.ac, NEWS: Update.
825 2006-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
827         * config/texinfo.tex: Sync from upstream.
829         * bin/autom4te.in (handle_traces): Transform the `@S|@'
830         quadrigraph correctly in traces.
832         * NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
833         Fix typos.
835         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Expand tests for
836         datarootdir-related errors only if AC_DATAROOTDIR_CHECKED is
837         not defined.
838         * doc/autoconf.texi (Changed Directory Variables): New node,
839         to document the whole `datarootdir' business a bit better.
840         * NEWS: Update.
841         * tests/torture.at (datarootdir workaround): Extend test.
842         Prompted by report by Alexandre Julliard.
844 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
846         * lib/autoconf/c.m4 (_AC_PROG_CC_C89): Check for C89 incompatibility
847         when using default mode of IBM C 6 for AIX.  Problem and two-line
848         fix reported by Larry Jones.
850 2006-06-22  Alexandre Julliard <julliard@winehq.org>
852         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Avoid warning
853         about literal '${datarootdir}' if a definition is found in the
854         output file.
856 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
858         * NEWS: Use "M4" rather than "m4" when appropriate.
859         Problem reported by Eric Blake.
860         * doc/autoconf.texi: Likewise.
861         Use @acronym around BSD, GCC, and GNU when appropriate.
862         (Why GNU M4): Renamed from "Why GNU m4".
863         (Redefined M4 Macros): Mention that Posix
864         m4wrap takes only 1 argument, but GNU M4 1.4.x takes more.
865         (Buffer Overruns): Mention size_t and ptrdiff_t as alternatives
866         to int.
868 2006-06-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
870         * bin/autom4te.in (handle_output): Do not forbid the empty
871         pattern.
872         * tests/tools.at (autoconf: the empty token): New test.
874 2006-06-20  Stepan Kasal  <kasal@ucw.cz>
876         * lib/m4sugar/m4sugar.m4 (m4_init): Merge the two m4_wrap
877         calls, so that we do not care whether they are LIFO or FIFO;
878         in the m4_wrap, do not check which diversion is the topmost
879         one, just check that the stack is balanced at the end.
880         * lib/m4sugar/m4sh.m4 (AS_INIT): We are going to change the
881         base diversion forever--pop the previous diversion before
882         opening the new one; consequently, remove the m4_wrap call.
883         * lib/autotest/general.m4 (AT_INIT): Likewise.
884         * tests/m4sugar.at: Do not use
885         m4_wrap([m4_diversion_pop([..])]), for educational purposes.
887 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
888         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
890         * NEWS: Document that m4wrap/m4_wrap might not be LIFO.
891         * doc/autoconf.texi (Redefined M4 Macros): Likewise.
892         Rework example of m4wrap token-pasting trouble so that it doesn't
893         care whether it's LIFO or FIFO.
894         Fix some "contrary to"s that are awkward in English.
896 2006-06-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
898         * lib/autoconf/types.m4 (_AC_TYPE_INT): Set `$ac_cv_c_int$1_t'
899         to `yes' instead of `int$1_t' if the type is found, for more
900         consistent configure output (where $1 is the number of bits).
901         (_AC_TYPE_UINT): Likewise for `uint$1_t'.
902         Suggested by Bruno Haible.
904         * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
905         needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
906         with system headers.  Report by Bruno Haible.
908 2006-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
910         * config/config.guess, config/config.sub: Sync from upstream.
912         * bin/Makefile.am (autoconf.in): Use `--melt' for autom4te,
913         in order to avoid picking up an older installed frozen m4sh.m4f.
914         Besides an outdated shell startup, this could have been created
915         by an earlier M4 version with incompatible frozen file format.
917 2006-06-16  Paul Eggert  <eggert@cs.ucla.edu>
919         * README: Recommend m4 1.4.4 instead of 1.4.3..
920         * doc/autoconf.texi: Likewise.
921         (Special Chars in Names): Say that $(.FOO) is portable, as
922         suggested by Stepan Kasal.
923         (Installation Directory Variables, Build Directories):
924         (Automatic Remaking, Subdirectories, Fortran Compiler):
925         (Making testsuite Scripts, Defining Directories):
926         Quote variable usages better.
927         (Making testsuite Scripts): Add clean-local rule to makefile
928         snippet, by Eric Blake.
929         (Installation Directory Variables): Fix table item font.
930         Reword slightly to clarify.  Generalize advice about
931         not using special characters to include all file-related
932         vars, not just VPATH.
933         (Special Chars in Variables): Warn about special characters in
934         $(srcdir) too.
935         (Assignments): Clarify default-value example as suggested by
936         Ralf Wildenhues in
937         <http://lists.gnu.org/archive/html/autoconf-patches/2006-06/msg00072.html>.
938         (Special Shell Variables): Note leading ./ or ../, as suggested
939         by Eric Blake.
940         (Limitations of Builtins): Under cd, warn about CDPATH.
941         (The Make Macro MAKEFLAGS): Untabify.  Problem reported by
942         Ralf Wildenhues.
944 2006-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
946         * doc/autoconf.texi (Configuration Actions): Remove duplicate
947         `@var', for texi2html.
948         (Systemology): Some more word wrapping, for DVI output.
949         (autom4te Invocation): The short option for `--melt' is `-M',
950         not `-m'.
952 2006-06-15  Paul Eggert  <eggert@cs.ucla.edu>
954         * doc/autoconf.texi: More formatting and English tweaks,
955         many suggested by Ralf Wildenhues.
956         Reword to avoid "@code{...}'s" and the like, since it's ugly
957         with Emacs info mode.  discontents -> woes.
958         Put a few "will"s back.  time stamp -> timestamp.
959         side-effect -> side effect.
961 2006-06-14  Paul Eggert  <eggert@cs.ucla.edu>
963         * doc/autoconf.texi (Initializing configure, Shell Substitutions):
964         Warn about $@ not persisting.  Problem reported by Julien Danjou in
965         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=372179>.
966         (Special Chars in Names): Renamed from Leading _ in Macro Names.
967         Mention other special chars, too.
969 2006-06-14  Eric Blake  <ebb9@byu.net>
971         * doc/autoconf.texi (The Make Macro MAKEFLAGS): New node.
973 2006-06-13  Paul Eggert  <eggert@cs.ucla.edu>
975         * doc/autoconf.texi: Some systematic minor improvements, as
976         follows.  Use "makefile" when talking about makefiles
977         generally (which might be named "makefile" or "Makefile" or even
978         "foo.mk"), "Makefile" when talking about a specific makefile
979         called "Makefile".  This unclutters the text from weird quotes
980         (e.g., "`Makefile's" in info mode).  Similarly, use "@var{foo}
981         values" rather than "@var{foo}s" and similar constructs containing
982         "}s".  Use "Make rules" rather than "Makefile rules".  Minor
983         English-language improvements.  Change the prefix "sub-" to "sub"
984         and "re-" to "re".
985         Put blank lines around examples more consistently.
986         Avoid "rather" and "very" as intensifiers.
987         Avoid "will" as an auxiliary.
988         (Limitations of Make): Split this node into....
989         (Portable Make, $< in Ordinary Make Rules, Failure in Make Rules):
990         (Leading _ in Macro Names, Backslash-Newline-Newline):
991         (Backslash-Newline Comments, Long Lines in Makefiles):
992         (Macros and Submakes, The Make Macro SHELL, Comments in Make Rules):
993         (obj/ and Make, make -k Status, VPATH and Make):
994         (VPATH and Double-colon, $< in Explicit Rules):
995         (Automatic Rule Rewriting, OSF/Tru64 Directory Magic):
996         (Make Target Lookup, Single Suffix Rules, Timestamps and Make):
997         New nodes, resulting from splitup of Limitations of Make.
998         All cross-references changed.  Raise the top node from
999         a section to a chapter, and all subnodes accordingly.
1000         Redo the introductory wording to match the new organization.
1001         (Installation Directory Variables): Use an example that is
1002         closer to what Autoconf actually does.  Mention that VPATH's
1003         value should not contain metacharacters or white space.
1004         (Fortran Compiler): Fix a VPATH bug in an example.
1005         (Leading _ in Macro Names): Mention that this problem is no longer
1006         of practical concern.
1007         (VPATH and Make): Reword the advice to make it clearer
1008         that Autoconf and Automake support VPATH in non-GNU make, but
1009         many packages have bugs in this area.
1010         ($< in Explicit Rules): Refer to Build Directories rather
1011         than using a (non-VPATH-safe) example.
1012         (Automatic Rule Rewriting): Mention the sort of disaster that
1013         can ensue with Solaris-style rule rewriting with VPATH.
1015 2006-06-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1017         * doc/install.texi (Compilers and Options): Weaken the
1018         suggestion to use GNU make for VPATH builds.
1020         * lib/autom4te.in (Automake-preselections): Add AM_PROG_CXX_C_O,
1021         AM_PROG_F77_C_O, AM_PROG_FC_C_O, AC_FC_SRCEXT, AC_FC_FREEFORM.
1023         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
1024         in regular expression.
1026 2006-06-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1028         * doc/autoconf.texi (Installation Directory Variables):
1029         Drop extra @samp from `@table @samp' item.
1030         (Limitations of Usual Tools): Comment fix.
1031         Do not nest @samp just to point to other table items.
1032         (Writing testsuite.at) <AT_CHECK>: The second argument to
1033         `@dvar' is already @samp'ed.
1034         (Making testsuite Scripts) <AC_CONFIG_TESTDIR>: Likewise,
1035         do not use @var in the second argument.
1037 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1039         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Look for
1040         $as_shell.exe too.  Problem reported by Andreas Buening in
1041         <http://lists.gnu.org/archive/html/autoconf/2006-06/msg00038.html>.
1043 2006-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1045         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Work around
1046         `unused variable' compiler warning, for `-Wall -Werror'.
1047         Reported by Jaap Haitsma in
1048         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00012.html>.
1050 2006-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1052         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove core file, in
1053         case the compiler dumps core.  Problem reported for
1054         OpenServer 5.0.7 by Tim Rice in
1055         <http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00019.html>.
1056         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_LINK_IFELSE):
1057         Likewise.
1059 2006-06-06  Tim Rice <tim@multitalents.net>.
1061         * lib/freeze.mk: Quiet check-forbidden-patterns so the string
1062         "ERROR" only shows up in "make check" output if there is an
1063         error.
1065 2006-06-06  Eric Blake  <ebb9@byu.net>
1067         * tests/tools.at (automatically allowed tokens): Fix typo.
1069 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1071         * NEWS: Don't blame non-GNU VPATH compatibility issues on Automake.
1073         * doc/autoconf.texi (Integer Overflow): Mention that INT_MIN % -1
1074         typically overflows on x86 CPUs, even though the C standard
1075         requires otherwise.
1077 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1079         * configure.ac (AC_INIT): Bump to 2.59e.
1080         * NEWS: Update.
1082 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1084         Version 2.59d.
1086         * config/texinfo.tex: Sync from upstream.
1088         * bin/autoreconf.in: Trace `LT_CONFIG_LTDL_DIR'; if it has been
1089         seen, invoke libtoolize with `--ltdl' argument.
1090         * lib/autom4te.in (Autoreconf-preselections): Adjust.
1091         * NEWS: Update.
1092         Suggested by Eric Blake.
1094 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1096         * NEWS: Whoops!  AC_FUNC_STRNLEN isn't obsolescent.  Problem
1097         reported by Ralf Wildenhues.
1098         * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise.
1100 2006-06-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1102         * THANKS: Update.
1104 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
1106         * doc/autoconf.texi: Modernize some of the references to Solaris.
1108 2006-06-05  Stepan Kasal  <kasal@ucw.cz>
1110         * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
1111         message issued by AC_REQUIRE.
1112         * tests/m4sugar.at: Check m4_require's error message.
1113         * tests/base.at: Check AC_REQUIRE's error message.
1114         * tests/local.at (AT_CHECK_M4): New macro, almost identical
1115         to...
1116         (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
1117         AT_CHECK_M4.
1118         (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
1119         `expout' as the last parameter.
1120         * tests/tools.at: Adapt to the above change.
1122 2006-06-04  Stepan Kasal  <kasal@ucw.cz>
1124         * doc/autoconf.texi (Limitations of Usual Tools): Correct
1125         information about race-free implementations of mkdir.
1127 2006-06-04  Eric Blake  <ebb9@byu.net>
1129         * bin/autoreconf.in (help): Document M4 environment variable.
1130         * bin/autoconf.as (Usage): Likewise.
1131         * bin/autom4te.in (help): Likewise.
1132         * doc/autoconf.texi (autom4te Invocation): Likewise.
1134 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
1136         * NEWS: GNU make now recommended for VPATH builds.
1137         Mention that some macros are now documented to be obsolescent.
1138         * doc/autoconf.texi:
1139         Prefer "current" to "modern" to describe
1140         currently-used (albeit perhaps old-fashioned) hosts.
1141         Mention which ancient features no longer need to be worried about.
1142         setgid -> set-group-ID
1143         setuid -> set-user-ID (these are the Posix terms)
1144         Fix some misuses of "only".
1145         (AC_C_BACKSLASH_A, AC_C_CONST, AC_C_PROTOTYPES):
1146         (AC_C_STRINGIZE, AC_C_VOLATILE, AC_FUNC_CLOSEDIR_VOID):
1147         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT, AC_FUNC_MEMCMP):
1148         (AC_FUNC_SELECT_ARGTYPES, AC_FUNC_SETPGRP):
1149         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_STAT, AC_FUNC_STRFTIME):
1150         (AC_FUNC_STRNLEN, AC_FUNC_UTIME_NULL, AC_FUNC_VPRINTF):
1151         (AC_HEADER_DIRENT, AC_HEADER_STAT, AC_HEADER_STDC):
1152         (AC_HEADER_SYS_WAIT, AC_HEADER_TIME, AC_ISC_POSIX):
1153         (AC_PROG_GCC_TRADITIONAL, AC_STRUCT_TM):
1154         Mention that these macros are obsolescent.
1155         (Installation Directory Variables): shall -> should
1156         (File Descriptors): Mention that 0, 1, 2 might get reopened.
1157         Mention that it's now safe to use 3 and 4.
1158         (Limitations of Usual Tools): cp -r is now specified by Posix.
1159         Omit longwinded and obsolescent discussion of cp -f.
1160         Modernize discussion of expr, ls.
1161         (Limitations of Make): Modernize discussion of VPATH builds.
1162         Mention $? as a workaround in some cases.
1163         * doc/install.texi (Basic Installation):
1164         Mention "./configure; make; make install" first.  Be more
1165         specific about why this file is generic.  Remove unnecessary
1166         parens.  Remove misleading "only".  Remove obsolete advice
1167         about csh.  Don't say "configure" takes awhile; say it
1168         might take a while.  Suggest CFLAGS=-g rather than CFLAGS=-O2,
1169         and CC=c99 rather than CC=c89, as these are blessed by current
1170         Posix.  Recommend GNU make if doing a VPATH build.
1172 2006-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1174         * doc/autoconf.texi: Use a consistent style "$ @kbd{...}" for
1175         examples involving shell prompts.
1177 2006-06-02  Stepan Kasal  <kasal@ucw.cz>
1178         and Paul Eggert  <eggert@cs.ucla.edu>
1180         * doc/autoconf.texi (Here-Documents): Add details about the
1181         pre-ksh93g bug.  Reword slightly to make it clearer.  Consistently
1182         use "here-documents" instead of "here documents".
1184 2006-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1186         * config/texinfo.tex, doc/standards.texi: Sync from upstream.
1188 2006-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1190         * doc/autoconf.texi (File System Conventions): Warn about ":"
1191         anywhere in directory names.
1193 2006-05-31  Paul Eggert  <eggert@cs.ucla.edu>
1195         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be even more conservative
1196         about quoting the case statement, just in case.
1197         * doc/autoconf.texi (Here-Documents): Mention that the ksh bug
1198         was fixed in ksh93g; reported by Ralf Wildenhues.
1200 2006-05-31  Stepan Kasal  <kasal@ucw.cz>
1202         * doc/autoconf.texi (System Services): Do not document
1203         overriding EXEEXT via ac_cv_exeext=ext.
1204         (Particular Programs) <AC_PROG_MKDIR_P>:
1205         Document that ${MKDIR_P} understands --.
1206         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Improve the
1207         comment.
1209 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1211         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Guard against test
1212         argument with leading hyphen.  Problem reported by Paul Eggert.
1214 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1216         * lib/autoconf/general.m4 (_AC_DO_ECHO): Be more conservative
1217         about quoting ac_try: quote all of it, if any of it seems suspicious.
1218         This means we don't have to worry about ${ or sed any more.
1219         Also, double-quote the case statement, to work around misuses via
1220         underquoting as reported by Ralf Wildenhues in
1221         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00169.html>.
1222         (_AC_EVAL_STDERR): Revert, since evidently some packages rely on this
1223         undocumented and dangerous macro.
1224         Problem reported by Ralf Wildenhues in
1225         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00168.html>.
1227 2006-05-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1229         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): Check whether
1230         `dirname -- /' returns `/', for SunOS dirname scripts that escaped.
1231         Report by Sam Sirlin <sam@kalessin.jpl.nasa.gov>.
1233 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1235         * lib/autoconf/general.m4: Revert AC_TRY_EVAL and AC_TRY_COMMAND,
1236         since evidently some packages rely on the old, broken behavior.
1237         Problem reported by Ralf Wildenhues in
1238         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00160.html>.
1239         (AC_TRY_EVAL, AC_TRY_COMMAND, _AC_EVAL): Go back to the
1240         pre-2006-05-26 definitions, but leave in the comments that
1241         these macros are dangerous and should not be used.
1242         (_AC_DO_ECHO): Renamed from _AC_EVAL_ECHO.  All callers changed.
1243         (_AC_DO): Renamed from _AC_EVAL.  All callers changed.
1244         (_AC_DO_STDERR): Renamed from _AC_EVAL_STDERR.  All callers changed.
1245         (_AC_DO_VAR): Renamed from AC_TRY_EVAL.
1246         (_AC_DO_TOKENS): Renamed from AC_TRY_COMMAND.
1248 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1250         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): Rewrite to avoid
1251         the use of 'tr', since this is our only use of 'tr'.
1253 2006-05-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1254         and Paul Eggert  <eggert@cs.ucla.edu>
1256         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
1257         Don't assume 'grep' works on long lines, since AIX grep doesn't.
1259 2005-05-28  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1261         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Do not use `grep' on
1262         the output file in the `${datarootdir}' test.
1264 2005-05-28  Stepan Kasal  <kasal@ucw.cz>
1265         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1267         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If we have not seen
1268         mention of `datarootdir' in the input file(s), but literal
1269         `${datarootdir}' in the output file, and we haven't warned yet,
1270         then warn as well: the user may have (erroneously) used
1271         `AC_SUBST([mydatadir], [$datadir/my])' instead of the correct
1272         `AC_SUBST([mydatadir], ['${datadir}/my'])'.
1273         * tests/torture.at (datarootdir workaround): Extend this test.
1274         * NEWS: Update.
1276 2006-05-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1277         and Paul Eggert  <eggert@cs.ucla.edu>
1279         * doc/autoconf.texi (autoheader Invocation): The first argument to
1280         `AC_DEFINE_UNQUOTED' need not be a literal.  Mention the
1281         alternatives and clear up the language a bit.
1283 2006-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1285         * NEWS: Reword notice for AC_TRY_COMMAND, AC_TRY_EVAL,
1286         ac_config_guess, ac_config_sub, ac_configure.
1287         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
1288         Fix typo that prevented an unnecessary space from being removed.
1289         Problems reported by Ralf Wildenhues in:
1290         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00143.html
1292 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1294         * doc/autoconf.texi (Particular Programs, Limitations of Usual Tools):
1295         Use better wording to talk about AC_PROG_MKDIR_P's thread-safety.
1296         Don't use the term "thread-safe" to talk about mkdir race
1297         conditions, since the problem is more a process than a thread
1298         issue.  Problem reported by Stepan Kasal in:
1299         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00088.html
1300         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Use code that mimics
1301         the test for 'install' more closely.  Look at MKDIR_P first.
1302         Look in the PATH, and at /opt/sfw/bin.
1303         Look for a 'gmkdir' program as well (Solaris 10 /opt/sfw/bin/gmkdir).
1304         Don't bother to try mkdir -p, since we already check mkdir --version;
1305         just look at the version number.  (There's no easy way to check
1306         for race-free implementations.)
1307         * tests/tools.at (autoconf: subdirectories): Adjust to above
1308         changes, since MKDIR_P now might end in "/mkdir -p".
1310         * doc/autoconf.texi (autoheader Invocation): Mention that the
1311         first arg of AC_DEFINE_UNQUOTED must be a literal.
1312         Problem reported by Ben Pfaff in
1313         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00090.html>.
1315         * NEWS: Mention that AC_TRY_COMMAND and AC_TRY_EVAL may be removed.
1316         * doc/autoconf.texi (Special Chars in Variables): New section.
1317         (Preset Output Variables): Warn about special chars in CPPFLAGS.
1318         (Installation Directory Variables): Quote $(datadir) better.
1319         (Limitations of Builtins): Describe some of eval's trickiness.
1321         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Simplify quoting.
1322         * lib/autoconf/fortram.m4 (_AC_PROG_FC_V_OUTPUT): Likewise.
1323         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put leading space
1324         in front of every arg, not just trailing args.  Quote apostrophes.
1325         (_AC_EVAL_ECHO): New macro.
1326         (_AC_EVAL, AC_EVAL_STDERR): Use it.  Quote arg of eval.
1327         (AC_TRY_EVAL, AC_TRY_COMMAND): Mention that these macros might get
1328         removed.
1329         (_AC_LINK_IFELSE): Use proper rule for shell continuation lines,
1330         exposed by quoting of eval argument.  Put the command on line line
1331         so it logs better.
1332         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use eval more safely.
1333         (_AC_PATH_X, AC_PATH_X): Quote more safely.
1334         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use eval more safely.
1335         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Don't use eval.
1336         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Minor style change.
1337         Handle special chars in prefix, ac_srcdir, ac_aux_dir.
1338         Use eval more safely.
1339         (_AC_OUTPUT_CONFIG_STATUS): Adjust to above changes.
1340         * lib/m4sugar/m4sh.m4 (AS_VAR_GET): Note that this API needs
1341         to be replaced.
1342         * tests/base.at (AC_TRY_COMMAND): Use proper rule for shell continuation
1343         lines, exposed by quoting of eval argument.
1345 2006-05-26  Stepan Kasal  <kasal@ucw.cz>
1346         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1348         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Drop the
1349         initialization of `ac_cv_exeext', do not override it if it was
1350         already set, unless it was set to `no', for compatibility with
1351         Autoconf-2.13, and comment this.
1352         Do not export `ac_cv_exeext', Libtool hasn't needed this for years.
1353         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise, do not export it.
1354         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_CROSS): Typos.
1355         * doc/autoconf.texi (Compilers and Preprocessors) <EXEEXT>:
1356         Document that this test may be overridden by setting
1357         `ac_cv_exeext'.
1359 2006-05-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1361         Revert these two patches:
1363         2006-04-06  Eric Blake  <ebb9@byu.net>
1364         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
1365         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
1366         2006-04-01.
1368         2006-04-01  Stepan Kasal  <kasal@ucw.cz>
1369         Clean up _AC_COMPILER_EXEEXT* macros.
1370         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
1371           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
1372           ac_file to the name of the default output file and call
1373           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
1374           initial `rm' of the candidate files...
1375         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
1376           the same list in subsequent `rm' calls, and for the temporary
1377           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
1378           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
1379         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
1380         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
1381           no longer needed) by libtool.  Make it a cache check.
1382         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
1383           copied here by mistake.
1384         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
1385           _AC_COMPILER_EXEEXT.
1386         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
1387           _AC_COMPILER_OBJEXT directly.
1388         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
1390 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1392         * doc/autoconf.texi (Limitations of Usual Tools) < sed (`t')>:
1393         Fix description of how the buggy `sed' works.
1395 2006-05-25  Noah Misch  <noah@cs.caltech.edu>
1397         Sync from Automake:
1399         * lib/Autom4te/XFile.pm (lock): Allow EOPNOTSUPP, besides
1400         ENOLCK.  Only mention `make -j' when applicable.  Only raise
1401         fatal errors when `make -j' is involved.  Improve error message.
1403 2006-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1405         * doc/autoconf.texi (Here-Documents): We now know more about
1406         the variable expansion in here documents bug.
1407         Thanks to Tim Rice and Stepan Kasal.
1409         * doc/autoconf.texi (Making testsuite Scripts): Add an example
1410         how to use TESTSUITEFLAGS.  Suggested by Eric Blake.
1412 2006-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414         * tests/autotest.at (Multiline command from M4 expansion):
1415         No failure to be expected if the shell quotes newlines in
1416         commands in the `set -x' output.  Report by Tim Rice.
1417         * THANKS: Update.
1419 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1421         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Don't use shell
1422         expansion in the here-documents used by config.status, as that
1423         runs afoul of the Korn shell version M-12/28/93d bug described in
1424         the Autoconf manual, and this in turn causes a Coreutils 5.95 build to
1425         fail as described by Tim Rice and diagnosed by Ralf Wildenhues in
1426         <http://lists.gnu.org/archive/html/bug-autoconf/2006-05/msg00082.html>.
1428 2006-05-23  Jim Meyering  <jim@meyering.net>
1430         * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
1431         Fix typo introduced with 2006-04-02 change.  It reversed the sense
1432         of the test.
1434 2006-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1436         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Simplify ac_dA and
1437         ac_dB slightly, to save bytes in the script.
1438         Max out at 50 lines, rather than 96; this is more likely
1439         (though not guaranteed) to avoid obscure 'sed' failures.
1441 2006-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1443         * lib/autotest/general.m4 (AT_INIT): UnixWare `tr' may interpret
1444         `tr -d -' as bad option argument.  Work around this by deleting
1445         an unrelated character.
1446         Report by Tim Rice <tim@multitalents.net>.
1448 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>,
1449             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
1450             Stepan Kasal  <kasal@ucw.cz>
1452         * doc/autoconf.texi (Particular Programs): Do not promise that
1453         we always prefer the GNU version of the program, and that we
1454         search according to PATH; both rules can have exceptions.
1455         Update description of AC_PROG_GREP, AC_PROG_EGREP, AC_PROG_FGREP,
1456         AC_PROG_SED.  Move descriptions of limitations
1457         to the Limitations of Usual Tools section.
1458         (Limitations of Usual Tools) <sed>: Mention script length
1459         limitations with Solaris /usr/ucb/sed.
1460         <grep>: Fix wording for empty alternative.  Mention that -c and
1461         -l should not be combined, and that -E and -F should not be
1462         combined.
1464 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1465         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1467         * lib/autoconf/programs.m4 (AC_PROG_SED): Catch script length
1468         limits in Solaris 8 /usr/ucb/sed by testing a long script.
1470 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
1472         * doc/autoconf.texi (Defining Symbols): Literal parameter of
1473         AC_DEFINE is now passed to m4_pattern_allow.
1474         * NEWS: Mention that; likewise for AC_SUBST.
1475         * lib/autoconf/general.m4 (AC_DEFINE_TRACE_LITERAL): Pass
1476         the parameter to m4_pattern_allow.
1477         * tests/tools.at: Add a check for that.
1479 2006-05-22  Stepan Kasal  <kasal@ucw.cz>
1481         * lib/autoconf/status.m4: Fix typos.
1483 2006-05-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1485         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
1486         only the files that this macro generates.
1488 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1490         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: For
1491         the HP-UX sed limitation of 99 commands, labels do not count.
1492         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): Mention that
1493         in the comment.
1494         (_AC_OUTPUT_HEADER): Revert the change from 2006-05-19.
1496 2006-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1498         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):
1499         Import the following fix from coreutils:
1501         2006-01-13  Jim Meyering  <jim@meyering.net>
1503         Invoke AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
1504         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need
1505         not double-quote uses of that variable, to accommodate the rare
1506         case in which getmntent is available in none of the libraries
1507         checked.  This happens at least on FreeBSD 5.0.
1509 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1511         * lib/autoconf/general.m4 (AC_CONFIG_AUX_DIRS): Bring back
1512         ac_config_guess, ac_config_sub, and ac_configure, since evidently
1513         some other programs unwisely rely on these undocumented vars.
1514         But put in warning comments about them.
1515         Problem reported by Ralf Wildenhues in
1516         <http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00068.html>.
1517         * NEWS: Document that these variables are intended to go away.
1519 2006-05-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1521         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): Require AC_PROG_CXX,
1522         and set the language to C++ (analogous to the equivalent Fortran
1523         tests).
1525         * lib/autoconf/c.m4 (AC_PROG_CXX_C_O): New macro.
1526         * doc/autoconf.texi (C++ Compiler): Document it.
1527         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Adjust comment.
1528         * NEWS: Update.
1530 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1532         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Fix off-by-one bug
1533         that caused config.status to generate 100-command sed scripts; the
1534         portable limit is 99.
1536 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1538         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
1539         variable `ac_d' instead of `d' to avoid infringing namespace.
1540         Report by Ralf Menzel.
1542 2006-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1544         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
1545         $ac_top_build_prefix to $MKDIR_P if it's just 'mkdir -p'.
1546         * tests/tools.at (autoconf: subdirectories): New test, taken from
1547         the corresponding problem report by Ralf Wildenhues in:
1548         http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00053.html
1550         * lib/autoconf/functions.m4 (AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU):
1551         Quote some uses of shell variables if they might suffer unexpected
1552         globbing.  This doesn't fix all instances of quoting problems that
1553         I found, just the easy ones that look safe.
1554         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR, _AC_INIT_HELP):
1555         (AC_CONFIG_AUX_DIR, AC_CONFIG_AUX_DIR_DEFAULT, AC_CONFIG_AUX_DIRS):
1556         (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET):
1557         (AC_CACHE_LOAD, AC_CACHE_SAVE): Likewise.
1558         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT): Likewise.
1559         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
1560         * lib/autoconf/status.m4 (_AC_OUTPUT_LINK, _AC_OUTPUT_SUBDIRS):
1561         Likewise.
1562         * lib/autotest/general.m4 (_AC_INIT_PARSE_ARGS): Likewise.
1563         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Likewise.
1565 2006-05-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1567         * bin/autoreconf.in ($help): Reword according to the manual.
1568         Suggested by Olly Betts.
1570 2006-05-17  Olly Betts  <olly@survex.com>  (tiny change)
1571         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1573         * bin/autoreconf.in: Pass the directory argument to
1574         `require_configure_ac'.  Fix comment.
1575         * tests/torture.at (Configuring subdirectories): Expose this.
1576         Reported by Olly Betts.
1578 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1580         * lib/Automake/Configure_ac.pm, lib/Automake/Channels.pm,
1581         lib/Automake/FileUtils.pm, lib/Automake/Struct.pm: Sync from
1582         Automake as follows:
1584         * lib/Autom4te/Configure_ac.pm (find_configure_ac): Use
1585         `$configure_in' instead of `configure.in', to preserve
1586         directory component.
1588 2006-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1590         * config/config.guess, config/config.sub, config/texinfo.tex,
1591         doc/make-stds.texi, doc/standards.texi: Sync from upstream.
1593 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1595         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Fix overly-picky
1596         test for C99 conformance; (bool) 0.5 is an integer constant
1597         expression, but (bool) -0.5 is not.  Problem reported by Fedor
1598         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
1600 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1602         * doc/autoconf.texi (Particular Programs): AC_PROG_MKDIR_P now
1603         sets MKDIR_P, not mkdir_p, to avoid collisions with Automake.
1604         Warn about obsolete install-sh files.  Remove stray sentence
1605         fragment and fix cross reference.
1606         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Don't insist on
1607         install -d; this undoes the 2006-05-10 change.
1608         (MKDIR_P): Mark with AN_MAKEVAR.
1609         (AC_PROG_MKDIR_P): Fall back on $ac_install_sh, not $INSTALL, so
1610         that we don't require $INSTALL to be thread-safe.  Move comments
1611         out of generated code.  Require AC_CONFIG_AUX_DIR_DEFAULT instead
1612         of AC_PROG_INSTALL.  Output a message saying that we're checking
1613         mkdir -p.  Set MKDIR_P rather than mkdir_p.  Do special magic for
1614         MKDIR_P instead of AC_SUBST.
1615         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE, _AC_OUTPUT_CONFIG_STATUS):
1616         Special magic for MKDIR_P, too.
1617         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Remove comment that defeated
1618         a dnl.
1619         * tests/local.at (AT_CHECK_ENV): mkdir_p -> MKDIR_P.
1621 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
1623         Sync from Automake, as follows:
1625         2006-05-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626         * config/install-sh: Initialize IFS, so field splitting isn't
1627         turned off later.
1628         * config/mkinstalldirs: Likewise.
1629         * config/missing: Remove superfluous quotes.  Replace all uses of
1630         `[' by `test', for consistency, and for..
1631         * config/missing (sed_minuso, sed_output): New variables.
1632         (autom4te, help2man, makeinfo): Use them.  Unifies detection of
1633         `-o FILE', `--output FILE', `--output=FILE', stricter regex.
1634         Fixes `missing' to detect `--output' for help2man.  Fixes
1635         PR automake/483.  Report by Dennis J. Linse.
1636         (autom4te): Document in `missing --help'.
1638 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
1640         * NEWS: New macro AC_PROG_MKDIR_P.  AS_MKDIR_P is now more robust.
1641         * config/install-sh: Don't use 'path' to talk about file names,
1642         as per GNU coding standards.  Close a race condition reported by Ralf
1643         Wildenhues and Stepan Kasal.  There is still a race condition
1644         on hosts that predate Posix 1003.1-1992, but we can't help this.
1645         Don't mishandle weird characters like space on pre-Posix hosts.
1646         Invoke mkdir at most once per dir arg on pre-Posix hosts.
1647         * doc/autoconf.texi (Programming in M4sh): Cross-reference to
1648         AC_PROG_MKDIR_P from AS_MKDIR_P.
1649         (Limitations of Usual Tools): Cross-reference to AC_PROG_MKDIR_P
1650         from mkdir.  Mention that Autoconf 2.60 install-sh is safe but
1651         earlier editions are not (including Automake 1.8.3).
1652         Do not suggest mkinstalldirs for thread-safety.
1653         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Insist on an 'install'
1654         that understands -d, so that AC_PROG_MKDIR_P can fall back on $INSTALL.
1655         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Make it more robust in the
1656         presence of special characters and race conditions.
1657         * tests/local.at (AT_CHECK_ENV): Add mkdir_p to the list of variables
1658         in Autoconf's name space.
1660 2006-05-10  Bruno Haible  <bruno@clisp.org>
1661         and Paul Eggert  <eggert@cs.ucla.edu>
1663         * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): New macro, taken
1664         from Automake with minor changes.
1665         * doc/autoconf.texi (Particular Programs): Document AC_PROG_MKDIR_P.
1667 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
1669         * config/install-sh: Update to Automake CVS version, as follows:
1670         2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1671         * lib/install-sh: Simplify the expr implementation of dirname.
1672         2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
1673         * lib/install-sh: Handle --, and diagnose unknown options.
1675 2006-05-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1677         * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
1678         `./autom4te' to create `./testsuite', since the `all' target
1679         will ensure its presence, but `installcheck' should not create
1680         the uninstalled wrappers.
1682         * tests/torture.at (Unusual Automake input files): Skip if we
1683         detect automake < 1.8.
1685 2006-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1687         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If ac_cv_prog_cc_stdc
1688         is set to `no', then that overrides and sets ac_cv_prog_cc_c89
1689         and ac_cv_prog_cc_c99 to `no', for backward compatibility.
1690         * NEWS: Update.
1692 2006-05-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1694         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Take care not to
1695         munge (multiple) white space and other oddities.
1696         * tests/torture.at (AT_CHECK_AC_ARG_VAR): Make sure to M4-escape
1697         single quotes in variable assignment.
1698         (AC_ARG_VAR, configure invocation): Adjust tests to expose this
1699         and similar failures by adding multiple spaces, tabs, and other
1700         special characters.
1701         Report and different test suggested by Francesco Romani
1702         <fromani@gmail.com> and Andrew Church <achurch@achurch.org>.
1704         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): When we escape
1705         single quotes, we only need to search for single quotes; this
1706         both simplifies the search pattern, and makes us less
1707         susceptible to `echo' variations for arguments not containing
1708         single quotes.
1709         (_AC_ARG_VAR_VALIDATE): Likewise.
1711 2006-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1713         * doc/autoconf.texi (Special Shell Variables) <IFS>: Document
1714         `$*' and IFS concatenation issue with traditional shells and
1715         bash-2.04.  Report by Seanster@Seanster.com.
1717 2006-05-03  Bruno Haible  <bruno@clisp.org>
1719         * doc/autoconf.texi (Limitations of Usual Tools): Identify more
1720         precisely which Mac OS X versions have the od problem.
1722 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1724         * doc/autoconf.texi: Use @option systematically.
1726 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1727         and Bruno Haible  <bruno@clisp.org>
1729         * doc/autoconf.texi (Limitations of Usual Tools): Add a paragraph
1730         about 'od'.
1731         (Integer Overflow): Mention the special case of integer division
1732         overflow.
1734 2006-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1736         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Cater for
1737         traditional shells like the Solaris one that do not use the
1738         first IFS character for assembling `$*'.
1739         Prompted by a related report from autoconf_bug@nro.ca.
1741 2006-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1742         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1744         * doc/autoconf.texi (Limitations of Builtins, Limitations of Make):
1745         Mention more problems with the -e option.
1747 2006-04-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749         * NEWS: Typo.
1750         * doc/autoconf.texi (Systemology): Mention the Heirloom Project.
1752         * doc/autoconf.texi (Introduction, Pointers): Use `@/' liberally
1753         in URLs to improve DVI formatted output (requires texinfo 4.6).
1754         (System Services, Systemology, Shellology): Likewise.
1755         (Limitations of Usual Tools): Rewrite Mac OS X example for nicer
1756         output.
1758         * doc/autoconf.texi (Fortran Compiler): Do not use `@ovar' in
1759         continuous text.
1760         (Runtime): Fix macro argument names to match description:
1761         `action-if-found' -> `action-if-true' and similarly.
1762         (Obsolete Macros): Likewise.
1763         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE): Likewise.
1764         (AC_COMPILE_IFELSE, AC_TRY_COMPILE, _AC_LINK_IFELSE)
1765         (AC_LINK_IFELSE, AC_TRY_LINK, AC_COMPILE_CHECK): Likewise.
1767 2006-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1769         * doc/autoconf.texi (Limitations of Make): Clean up markup.
1771         * ChangeLog: Typo.
1772         * doc/autoconf.texi (Portable Shell): Allow wrapped URLs, for
1773         DVI output.
1775 2006-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1777         * doc/autoconf.texi (Limitations of Builtins): Document FreeBSD
1778         /bin/sh set unsorted output.
1779         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Adjust.
1780         * tests/local.at: Likewise.
1782 2006-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1784         * doc/autoconf.texi (Portable C and C++, Varieties of Unportability):
1785         (Integer Overflow, Null Pointers, Buffer Overruns):
1786         (Floating Point Portability, Exiting Portably): New sections.
1787         (Writing Test Programs): Fix some langauge.  Recommend exiting
1788         with status 1, not merely nonzero.  Clarify exit declaration.
1789         (Run Time): Move C exit status stuff to new Exiting Portably section.
1790         (Systemology): Mention Posix and levenez.  Update v7 reference.
1791         (Portable Shell): Mention the Posix shell.
1793 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
1795         * bin/autoconf.as (me): Replace by as_me.
1797 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1799         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Don't use AS_ERROR,
1800         since as_me isn't set yet.
1802 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1804         Prepare for deprecation of AS_BASENAME and AS_DIRNAME, and fix
1805         a few minor bugs in this area.
1807         * doc/autoconf.texi (Programming in M4sh): Comment out the
1808         documentation of AS_BASENAME, for now.
1809         (Shell Substitutions): Do not use AS_DIRNAME in an example.
1810         (Limitations of Builtins) <basename>: Do not refer to
1811         AS_BASENAME.
1812         * bin/autoconf.as (me): Don't use AS_BASENAME.
1813         (dir): Remove the unused variable.
1814         * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from
1815         AS_DETECT_REQUIRED.  All uses changed.
1816         (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED.
1817         All uses changed.
1818         (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case.
1819         (AS_BASENAME): Use "basename --" to protect against leading "-".
1820         (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR.  All uses changed.
1821         (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED.  All uses changed.
1822         (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--".
1823         (_AS_DIRNAME_PREPARE): Likewise.
1824         (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR.  All uses changed.
1825         (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED.  All uses changed.
1826         (AS_DIRNAME): Use "dirname --".
1828 2006-04-23  Paul Eggert  <eggert@cs.ucla.edu>
1830         * doc/autoconf.texi (Runtime): Renamed from "Run Time".  All uses
1831         of "run time" and "run-time" changed to "runtime", for consistency.
1832         * lib/autoconf/fortran.m4: Likewise (in comment).
1833         * lib/autoconf/functions.m4: Likewise.
1834         * lib/autoconf/general.m4: Likewise.
1835         * lib/autoconf/headers.m4: Likewise.
1837         * doc/autoconf.texi (Run Time): Document the exit status situation
1838         with more accuracy and detail.
1840 2006-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1842         * doc/autoconf.texi (Introduction): The GNU Autoconf Macro
1843         Archive is not officially `GNU' any more.  Update URL.
1844         (Defining Directories): Likewise
1845         * lib/autoconf/c.m4 (AC_C_RESTRICT): Update URL.
1847 2006-04-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1849         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Remove the leading
1850         newline from the `trap' code to finish `config.log'; the NetBSD
1851         /bin/sh resets the exit status after an empty command, as
1852         documented in doc/autoconf.texi.
1853         Reported by Dalibor Topic <robilad@kaffe.org>.
1855 2006-04-19  Paul Eggert  <eggert@cs.ucla.edu>
1857         * doc/autoconf.texi (C Compiler): Clarify AC_C_TYPEOF.
1858         Suggested by Bruno Haible.
1860 2006-04-18  Paul Eggert  <eggert@cs.ucla.edu>
1862         * configure.ac (ac_cv_sh_n_works): Don't try to test for it, since
1863         some shells (e.g., Solaris 8 /bin/sh) implement it verrrry slowly.
1864         Instead, just list the shells that we know work.
1865         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Remove 2nd arg.  All uses
1866         changed.  Be more cautious about the _cv_ variable.
1867         * tests/tools.at (Syntax of the shell scripts): Check the
1868         _cv_ variable once, at first, to avoid an internal autoconf error
1869         when sh -n does not work.
1871 2006-04-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1873         * lib/Autom4te/FileUtils.pm: Sync from Automake.
1875 2006-04-16  Paul Eggert  <eggert@cs.ucla.edu>
1877         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Don't
1878         use ">&-" since we're only 99.999% sure that this is portable,
1879         and since the MinGW bug is fixed in a different way.
1880         * lib/autotest/general.m4 (AT_INIT): Likewise.
1882 2006-04-16  Stepan Kasal  <kasal@ucw.cz>
1884         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle --recheck
1885         before opening config.log, to avoid hitting a bug on MinGW.
1887 2006-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1889         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Close
1890         AS_MESSAGE_LOG_FD before reopening it onto the log file.
1891         This works around a MinGW bug reported by Eric Paire.
1892         Make sure that all writes to the log file append to it,
1893         rather than possibly losing data.
1894         * lib/autotest/general.m4 (AT_INIT): Likewise.
1896 2006-04-14  Stepan Kasal  <kasal@ucw.cz>
1898         * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the
1899         description.
1901 2006-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1903         * NEWS: Update.
1905         * configure.ac (AC_INIT): Bump to 2.59d.
1907 2006-04-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1909         Version 2.59c.
1911         * Makefile.maint (news-date-check): Do not require a leading `*'
1912         before the release date in NEWS.
1914 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1915         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1917         * lib/autoconf/status.m4 (_AC_OUTPUT_FILE): If the templates for
1918         the instantiated file do not contain the string 'datarootdir'
1919         but contain @datadir@, @docdir@, @infodir@, @localedir@, or
1920         @mandir@, replace the reference '${datarootdir}' by the value.
1921         * tests/torture.at (datarootdir workaround): New test.
1922         * NEWS: Advertise this temporary fixup.
1923         Based on a patch by Bruno Haible, reported and analyzed by
1924         Paul Eggert and Noah Misch.
1926 2006-04-12  Eric Blake  <ebb9@byu.net>
1928         * tests/autotest.at (Debugging a failed test): Fix comment.
1930 2006-04-12  Stepan Kasal  <kasal@ucw.cz>
1932         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): Simplify the summary of
1933         all the changes since 2006-04-07.
1935 2006-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1937         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): If `ln -s file1 file2'
1938         succeeded, but `ln -s file dir' failed, take care to remove the
1939         leftover target before the next test, to prevent its spurious
1940         failure; also make sure `ln file dir' works before selecting it.
1941         Thanks to Keith Marshall for pointing this out.
1942         * THANKS: Update.
1944         * lib/autotest/general.m4 (AT_INIT): Store quoted variable
1945         assignments in `at_debug_args', so that we put them correctly
1946         in the `run' script.
1947         * tests/autotest.at (Debugging a failed test): Unmark XFAIL.
1948         Reported by Eric Blake.
1950 2006-04-11  Eric Blake  <ebb9@byu.net>
1952         * tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
1953         top-level tests after micro-suite has been run.   Used in...
1954         (Debugging a successful test, Debugging script and environment),
1955         (Debugging a failed test): ...these new tests.  The first of these
1956         is fixed by...
1957         * lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
1958         macro, split out from...
1959         (AT_INIT): ...here, so that using -d also generates a run script.
1960         Document that -d inhibits top-level logging.
1961         * doc/autoconf.texi (testsuite Invocation): Document that -d only
1962         inhibits top-level logging; debug scripts are created.
1964         * lib/autotest/general.m4 (_AT_CHECK): Avoid syntax error on empty
1965         check.
1966         * tests/autotest.at (Empty test, Empty check): New test to check it.
1968         * lib/autoconf/c.m4 (AC_C_CONST, AC_C_VOLATILE): Avoid warnings
1969         from gcc.
1971 2006-04-10  Stepan Kasal  <kasal@ucw.cz>
1973         * tests/mktests.sh: Use "trap '' 0", not "trap 0".  Do not touch
1974         the files if a problem appears.  Make the empty *.at files
1975         read-only, too.  Proposed by Ralf Wildenhues.
1977 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1979         * config/Makefile.am: Add comment to force updated Makefile.in.
1981         * lib/freeze.mk: Fix typo in comment.  Unlike the last, white
1982         space only patch to this file, this patch causes the Makefile.in
1983         files that include freeze.mk to be updated, and thus have a
1984         newer time stamp again, which in turn makes a pristine CVS
1985         checkout have correct time stamps.
1987         * Makefile.maint (cvs-sv): New macro, to be used..
1988         (config.guess-url_prefix, config.sub-url_prefix)
1989         (texinfo.tex-url_prefix, standards.texi-url_prefix): ..here;
1990         point to CVS text checkout of Gnulib files.
1991         (copyright-check): Bump current year.
1992         (announcement): Do not hard-wire `./announce-gen'.
1993         (cvs-update): Propagate failures of `cvs' and `move-if-change'
1994         correctly.
1995         * Makefile.cfg (executable-update): Use `chmod a+x' instead of
1996         `chmod +x'.
1997         (wget_files): Update config.guess, config.sub, texinfo.tex by
1998         `wget-update', now that their URLs work again.
2000 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2002         * doc/autoconf.texi (Particular Types): Don't use AC_CHECK_TYPE.
2003         Problem noted by Paul D. Smith.
2005 2006-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2007         * doc/autoconf.texi: Remove unused words from word list.
2008         * .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_sun_os_names,
2009         .x-sc_trailing_space: New files.
2011         * doc/standards.texi: Sync from gnulib.
2013         * NEWS, doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): Mark
2014         `LIBOBJDIR' as experimental.
2016         * lib/m4sugar/m4sh.m4 (_AS_LN_S_PREPARE): MSYS `ln -s' fails
2017         with a target directory; it's internally implemented as `cp'
2018         anyway, but since Autoconf advertises the possibility to use
2019         a target directory when LN_S is `ln -s', we need to find out.
2020         Reported by Rolf Ebert <rolf.ebert.gcc@gmx.de> against MSYS,
2021         analyzed by Keith Marshall <keith.marshall@total.com>.
2023         * THANKS: Update.
2025 2006-04-10  Paul Eggert  <eggert@cs.ucla.edu>
2027         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Just output
2028         confdefs.h as-is.  In general, if it has backslash-newline or the
2029         like, then it doesn't work either to sort or to remove empty
2030         lines.
2032 2006-04-09  Stepan Kasal  <kasal@ucw.cz>
2034         * tests/Makefile.am (AUTOCONF_FILES): Fix typo in the comment.
2036 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
2038         * lib/autom4te.in (Automake-preselections): Preselect
2039         _AM_SUBST_NOTMAKE.
2041 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2043         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Use '\'' for an
2044         apostrophe within a single-quoted string, as this is the usual
2045         tradition and is easier to read than '"'"'.  Don't rely on the
2046         shell treating "$/" like '$/'.  Use a more-consistent indenting
2047         style for the trap.
2049 2006-04-09  Eric Blake  <ebb9@byu.net>
2051         * tests/autotest.at (Backquote command substitution),
2052         (Multiline backquote command substitution): Remove mistaken
2053         AT_NO_CMDSUBST from the 2006-03-14 patch, which was meant to be
2054         applied...
2055         (Parenthetical command substitution, Multiline parenthetical
2056         command substitution): here.
2058 2006-04-08  Paul Eggert  <eggert@cs.ucla.edu>
2060         Import macros from gnulib (often changing their name).
2062         * NEWS: AC_C_TYPE_LONG_DOUBLE is now obsolete.
2063         New macros AC_CHECK_DECLS_ONCE, AC_CHECK_FUNCS_ONCE,
2064         AC_CHECK_HEADERS_ONCE, AC_FUNC_STRTOLD, AC_HEADER_ASSERT,
2065         AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE,
2066         AC_TYPE_LONG_DOUBLE, AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_INT8_T,
2067         AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2068         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_LONG_INT,
2069         AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T,
2070         AC_TYPE_UINT64_T, AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T,
2071         AC_TYPE_UNSIGNED_LONG_LONG_INT, AC_USE_SYSTEM_EXTENSIONS.
2072         The manual mentions Gnulib more prominently.
2073         * doc/autoconf.texi (Gnulib): New node.
2074         (Pointers): Add Gnulib URL.
2075         (Particular Functions): Alphabetize.  Add AC_FUNC_STRTOLD.
2076         (Generic Functions): Add AC_CHECK_FUNCS_ONCE.  Refer to new
2077         Gnulib section.
2078         (Particular Headers): Add AC_HEADER_ASSERT.  For stdbool.h,
2079         suggest a #define rather than a typedef for _Bool, and mention
2080         Gnulib rather than trying to substitute stdbool code.
2081         (Generic Headers): Add AC_CHECK_HEADERS_ONCE.
2082         (Generic Declarations): Add AC_CHECK_DECLS_ONCE.
2083         (Particular Structures): Add AC_STRUCT_DIRENT_D_INO,
2084         AC_STRUCT_DIRENT_D_TYPE.
2085         (Particular Types): Mention stdint.h and inttypes.h as standard
2086         headers too.
2087         Add AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T,
2088         AC_TYPE_INTMAX_T, AC_TYPE_INTPTR_T, AC_TYPE_LONG_DOUBLE,
2089         AC_TYPE_LONG_DOUBLE_WIDER, AC_TYPE_LONG_LONG_INT, AC_TYPE_UINT8_T,
2090         AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T,
2091         AC_TYPE_UINTMAX_T, AC_TYPE_UINTPTR_T, AC_TYPE_UNSIGNED_LONG_LONG_INT.
2092         (C Compiler): Move AC_C_LONG_DOUBLE to ...
2093         (Obsolete Macros): here.  Under AC_LONG_DOUBLE, mention
2094         AC_TYPE_LONG_DOUBLE or AC_TYPE_LONG_DOUBLE_WIDER instead.
2095         (Posix Variants): Add AC_USE_SYSTEM_EXTENSIONS.
2096         (Coding Style).  Don't mention m4_expand_once.
2097         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Implement via
2098         AC_TYPE_LONG_DOUBLE_WIDER.  Now obsolete.
2099         * lib/autoconf/functions.m4 (_AH_CHECK_FUNCS): New macro.
2100         (AC_CHECK_FUNCS): Use it.
2101         (AC_CHECK_FUNCS_ONCE, AC_FUNC_STRTOLD): New macros.
2102         (AC_FUNC_WAIT3): "the Open Group standards" -> "POSIX".
2103         * lib/autoconf/general.m4 (AC_CHECK_DECLS_ONCE): New macro.
2104         * lib/autoconf/headers.m4 (AC_CHECK_HEADERS_ONCE): New macro.
2105         (AC_HEADER_ASSERT): New macro.
2106         (AC_HEADER_STDBOOL): Don't assume "#error" works.
2107         Catch a bug in IBM AIX xlc compiler version 6.0.0.0.
2108         Catch a bug in an HP-UX C compiler.
2109         * lib/autoconf/specific.m4 (AC_USE_SYSTEM_EXTENSIONS): New macro.
2110         * lib/autoconf/types.m4 (AC_TYPE_INTMAX_T. AC_TYPE_UINTMAX_T):
2111         (AC_TYPE_INTPTR_T, AC_TYPE_UINTPTR_T. AC_TYPE_LONG_DOUBLE):
2112         (AC_TYPE_LONG_DOUBLE_WIDER, AC_C_LONG_DOUBLE, AC_TYPE_LONG_LONG_INT):
2113         (AC_TYPE_UNSIGNED_LONG_LONG_INT, _AC_TYPE_INT, _AC_TYPE_UNSIGNED_INT):
2114         (_AC_STRUCT_DIRENT, AC_STRUCT_DIRENT_D_INO, AC_STRUCT_DIRENT_D_TYPE):
2115         New macros.
2117         * tests/mktests.sh (ac_exclude_list, au_exclude_list): Do not
2118         use /^foo|bar$/, it does not mean /^(foo|bar)$/.
2120 2006-04-08  Stepan Kasal  <kasal@ucw.cz>
2122         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Fix the wording
2123         of the warning introduced by the 2001-08-28 change.
2125 2006-04-08  Stepan Kasal  <kasal@ucw.cz>,
2126             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2128         * lib/autoconf/general.m4 (AC_CACHE_SAVE): All `ac_cv_env_foo'
2129         variables shall be overriden by the cache.
2130         * tests/torture.at (AC_ARG_VAR): Test also with a first value
2131         that contains braces.
2133 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2135         Revert the patch from 2006-04-01 and only improve
2136         _AS_DETECT_BETTER_SHELL:
2138         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not optimize; do not
2139         skip nonexistent directories.
2140         (_AS_DETECT_BETTER_SHELL): The optimization is moved here--try
2141         only shell candidates which exist.
2142         (AS_UNAME): No need to give three parameters to _AS_PATH_WALK.
2143         * lib/autotest/general.m4 (AT_INIT): No need to give three
2144         parameters to _AS_PATH_WALK.
2146 2006-04-07  Stepan Kasal  <kasal@ucw.cz>,
2147             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2149         * bin/autoupdate.in (handle_autoconf_patches): Change the way we
2150         distinguish m4sugar macros.
2151         * tests/tools.at (autoupdating with aclocal and m4_include):
2152         New test.  Bug reported by Gary V. Vaughan <gary@gnu.org>,
2153         test case by Noah Misch <noah@cs.caltech.edu>.
2155 2006-04-07  Stepan Kasal  <kasal@ucw.cz>
2157         Revert my change from 2006-03-17, in other words:
2158         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Insert BIN_SH=xpg4
2159           and DUALCASE=1.
2160         (AS_SHELL_SANITIZE): Remove DUALCASE=1.
2161         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Say that
2162           it is set.
2164 2006-04-07  Eric Blake  <ebb9@byu.net>
2166         * doc/autoconf.texi (Programming in M4sh): Document that
2167         AS_MKDIR_P exits the script on failure.
2168         * lib/autotest/general.m4: Remove redundant AS_ERROR.
2170 2006-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2172         * config/elisp-comp, config/install-sh, config/mdate-sh,
2173         config/missing, config/mkinstalldirs: Sync from Automake.
2175         * lib/Autom4te/FileUtils.pm, lib/Autom4te/Struct.pm: Sync
2176         from Automake.
2178         * doc/make-stds.texi: Sync from gnulib.
2180 2006-04-06  Eric Blake  <ebb9@byu.net>
2182         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_O): Inside cache
2183         check, s/ac_exeext/ac_cv_exeext/.  Fixes regression introduced
2184         2006-04-01.
2186 2006-04-06  Stepan Kasal  <kasal@ucw.cz>,
2187             Eric Blake  <ebb9@byu.net>,
2188             Paul Eggert  <eggert@cs.ucla.edu>,
2189             Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2191         * lib/autoconf/general.m4 (_AC_CACHE_DUMP): Fix the detection of
2192         whether `set' quotes correctly: redirect stderr of the tested
2193         `set', and use a subshell, for Ultrix; use `sed' instead of
2194         `grep' for zsh `set' which may write binary output; match only
2195         at the beginning of a line, to avoid false positives.
2196         In order to avoid false positives by unrelated variables with
2197         multiline content, put the dump algorithm in a subshell and
2198         unset all variables containing newlines (except some which are
2199         special to the shell).  Warn about cache variables that are
2200         unset.
2202 2006-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2204         * config/config.guess, config/config.sub, config/texinfo.tex:
2205         Sync from upstream.
2207         * tests/mktests.sh: Reword comments.
2209         * tests/mktests.sh: Only skip internal macros starting with
2210         `_AC_' or `__AC_'.  Noted by Stepan Kasal.
2211         Update exclusion lists for the test suite to this end:
2212         (AC_ARG_VAR): Do test this now.
2213         (AC_SEARCH_LIBS, AC_REPLACE_FUNCS): Need an argument.
2214         (AC_LINKER_OPTION): Remove (renamed to _AC_LINKER_OPTION).
2215         (AC_LIST_MEMBER_OF): Likewise (renamed to _AC_LIST_MEMBER_IF).
2216         (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
2218         * doc/autoconf.texi (Shell Substitutions): Mention the MSYS
2219         shell issue with double-quoted command substitutions of native
2220         commands.
2221         Reported to MSYS by Mark Cave-Ayland, to Autoconf by Keith
2222         Marshall.
2224         * Makefile.maint (sc_cast_of_argument_to_free): Do not fail when
2225         no file matches the glob, discard the warning, set `nullglob'.
2226         (syntax-check): Likewise.
2227         (sc_cast_of_x_alloc_return_value): Likewise.
2228         (sc_cast_of_alloca_return_value, sc_error_exit_success)
2229         (sc_prohibit_jm_in_m4, .re-list, sc_unmarked_diagnostics)
2230         (m4-check): Likewise.
2231         (sc_system_h_headers): Do not print rule on execution.
2232         (sc_tight_scope): Do not fail for non-existing `src' directory.
2233         (sc_changelog): Skip the Copyright footer.
2234         * lib/autoconf/lang.m4: Remove trailing space.
2236         * lib/autoconf/status.m4: More replacements to
2237         <tab><space> where this makes sense.
2239 2006-04-06  Stepan Kasal  <kasal@ucw.cz>
2241         * tests/Makefile.am (maintainer-check-posix):
2242           s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
2244         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
2245           ac_config_<foo>s again, sometimes normalized, sometimes not.
2246         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
2247         (AC_CONFIG_COMMANDS): Do not do so here.
2248         (_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
2249           and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2250           2005-07-25 rewrite.  Noticed by Noah Misch.
2252         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): Do not define
2253           _AC_PRESERVE_HELP_ORDER, ...
2254         (AC_ARG_ENABLE, AC_ARG_WITH): ... use AC_PROVIDE_IFELSE insetad.
2256         * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
2257           inside m4_expand_once; it is redundant.
2259         * lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
2260           for --help from Cygnus `configure.'
2262 2006-04-06  Paul Eggert  <eggert@cs.ucla.edu>
2264         * doc/autoconf.texi (C Compiler): Warn about #error.  Follows up
2265         on a patch proposed by Ralf Wildenhues.
2267 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2269         * lib/autoconf/status.m4: Replace <space>''<tab> with
2270         <tab><space> where this makes sense.
2272 2006-04-05  Howard Chu  <hyc@highlandsun.com>  (trivial change)
2273             Noah Misch  <noah@cs.caltech.edu>
2275         * lib/autoconf/general.m4 (AC_PRESERVE_HELP_ORDER): New macro.
2276         (AC_ARG_ENABLE, AC_ARG_WITH): Adjust.
2277         * doc/autoconf.texi (Help Formatting): New node.
2278         * NEWS: Announce AC_PRESERVE_HELP_ORDER.
2280 2006-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2282         * TODO, config/Makefile.am, lib/freeze.mk, lib/autoconf/c.m4,
2283         lib/autoconf/specific.m4, lib/autoconf/status.m4,
2284         lib/autoconf/types.m4, lib/autotest/general.m4,
2285         tests/mktests.sh, tests/torture.at: White space cleanup:
2286         remove some SPACE before TAB, or add quoting ('' or @&t@).
2288         * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
2290         * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'.
2292 2006-04-05  Eric Blake  <ebb9@byu.net>
2294         * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
2295         empty test suite works.
2296         * tests/autotest.at (Empty test suite): Remove xfail.
2298 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
2300         * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
2301         TAGS to ac_config_<foo>s.
2302         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS): Do so here.
2303         (AC_CONFIG_COMMANDS): Append NAME to ac_config_commands without
2304         normalizing it, consistent it with previous releases.
2305         * tests/torture.at (Macro calls in AC_CONFIG_COMMANDS tags): New test.
2307 2006-04-05  Paul Eggert  <eggert@cs.ucla.edu>
2309         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR, AS_DIRNAME_EXPR):
2310         Use simplified args that Eric Blake originally suggested.
2312 2006-04-04  Paul Eggert  <eggert@cs.ucla.edu>
2314         * tests/mktests.sh: Don't use 'cat'; just read the files directly.
2315         Prefer 'sort -u' to 'sort | uniq'.  Filter data before sorting it.
2316         Use 'comm' rather than N instances of grep; this also fixes a bug
2317         whereby substrings were incorrectly matched, causing us to not
2318         generate tests for AC_F77_NAME_MANGLING and AC_FUNC_LSTAT.
2319         (exclude_list): Exclude empty macros.
2320         (ac_exclude_list): Exclude AC_INCLUDES_DEFAULT.
2322         Use awk rather than grep -E or egrep, to avoid
2323         portability problems with regular expressions containing newlines.
2324         (exclude_list, ac_exclude_list, au_exclude_list, ac_exclude_script):
2325         Switch from grep to awk syntax.
2326         (ac_exclude_script): Renamed from ac_exclude_egrep.
2327         (au_exclude_script): Renamed from au_exclude_egrep.
2329 2006-04-04  Noah Misch  <noah@cs.caltech.edu>
2331         * lib/autoconf/general.m4 (_AC_INIT_HELP): Only `configure.in' evidences
2332         a subdirectory subject to Cygnus `configure'.
2333         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Likewise.
2335         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Omit the bug
2336         report request when we have no AC_PACKAGE_BUGREPORT.
2338 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2340         * THANKS: Update.
2342         * tests/mktests.sh: Update copyright year in the header of the
2343         generated files.
2345         * lib/autoconf/c.m4 (AC_C_INLINE): Do not skip cleanup code.
2346         (AC_C_RESTRICT): Likewise.  Furthermore, add a function with a
2347         typedef'ed restricted pointer, to catch a compiler bug on
2348         HP-UX 11.x, and fix warnings so it passes with -Werror.
2349         (_AC_PROG_CC_C99): Likewise.
2350         Reported by Albert Chin <china@thewrittenword.com>.
2351         * tests/mktests.sh: Do not skip AC_C_INLINE, AC_C_RESTRICT.
2353 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2355         * bin/autoscan.in (subdirs): New global.
2356         (scan_file): Prune directories with configure{,.{ac,in,gnu}}.
2357         (output): Emit AC_CONFIG_SUBDIRS as needed.
2358         * tests/autoscan.at (autoscan): Remove XFAIL.
2360 2006-04-03  Noah Misch  <noah@cs.caltech.edu>
2362         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use AC_MSG_NOTICE.
2364 2006-04-03  Eric Blake  <ebb9@byu.net>
2366         * THANKS: Add myself.
2368 2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2370         * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
2371         to log, point to testsuite output tree.
2373 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2375         * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
2376         * doc/autoconf.texi (Function Portability): Mention that C++
2377         has trouble with 'exit'.
2378         (Guidelines): Test programs shouldn't use 'exit'.
2379         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
2380         Remove; all uses removed.
2381         (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN):
2382         Return from 'main' instead of calling 'exit'.
2383         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_CLOSEDIR_VOID):
2384         (_AC_FUNC_FNMATCH_IF, AC_FUNC_GETGROUPS):
2385         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, _AC_FUNC_MALLOC_IF):
2386         (AC_FUNC_MEMCMP, AC_FUNC_MKTIME, AC_FUNC_MMAP, _AC_FUNC_REALLOC_IF):
2387         (AC_FUNC_SETPGRP, _AC_FUNC_STAT, AC_FUNC_STRTOD, AC_FUNC_STRERROR_R):
2388         (AC_FUNC_STRNLEN, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
2389         (_AC_FUNC_FORK, _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
2390         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Likewise.
2391         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
2392         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
2393         * tests/compile.at: Likewise.
2395 2006-04-02  Pavel Roskin  <proski@gnu.org>
2397         * doc/autoconf.texi (AC_PATH_X): Update per 2005-08-26 change.
2399 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2401         Clean up _AC_COMPILER_EXEEXT* macros.
2403         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Don't try to
2404           detect exeext, it will be done by _AC_COMPILER_EXEEXT_O; just set
2405           ac_file to the name of the default output file and call
2406           _AC_COMPILER_EXEEXT_WORKS.  Move the definition of ac_files and the
2407           initial `rm' of the candidate files...
2408         (_AC_COMPILER_EXEEXT): ... here and simplify them.  Moreover, use
2409           the same list in subsequent `rm' calls, and for the temporary
2410           redefinition of ac_clean_files; call _AC_COMPILER_OBJEXT at the end,
2411           and don't call the other _AC_COMPILER_EXEEXT_* macros directly, use...
2412         (_AC_COMPILER_EXEEXT_TESTS): ... this new macro.
2413         (_AC_COMPILER_EXEEXT_O): Don't export ac_cv_exeext, it's not needed (or
2414           no longer needed) by libtool.  Make it a cache check.
2415         (_AC_COMPILER_EXEEXT_CROSS): Remove the comment, it was obviously
2416           copied here by mistake.
2417         (AC_NO_EXECUTABLES): Redefine _AC_COMPILER_EXEEXT_TESTS, not
2418           _AC_COMPILER_EXEEXT.
2419         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Do not call
2420           _AC_COMPILER_OBJEXT directly.
2421         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
2423 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2425         * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro.
2426         (AS_DIRNAME): Use it.
2427         (_AS_PREPARE): Add _AS_DIRNAME_PREPARE.
2429         * tests/*.at: Remove the generated ones.
2431 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2433         * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
2435 2006-04-01  Eric Blake  <ebb9@byu.net>
2437         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
2438         directories, unless optional third argument supplied.
2439         (AS_UNAME): Don't optimize PATH walk.
2441         * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/
2443 2006-04-01  Eric Blake  <ebb9@byu.net>
2444         and Stepan Kasal  <kasal@ucw.cz>
2446         * lib/m4sugar/m4sh.m4: Sort sections as implied by the comments,
2447         and fix some typos.
2449 2006-04-01  Noah Misch  <noah@cs.caltech.edu>
2451         * lib/autoconf/general.m4 (_AC_INIT_VERSION): Emit script name and
2452         Autoconf version number despite a zero- or one-argument AC_INIT.
2454         * bin/autoreconf.in (parse_args): Multiple -v send --verbose to
2455         subordinate tools.
2456         * lib/Autom4te/General.pm (getopt): Make -v and -d incremental.
2457         * doc/autoconf.texi (autoreconf Invocation): Document it.
2459         * doc/autoconf.texi: Use `Cygwin', `MinGW', and `license' consistently.
2460         Append LocalWords so ispell-buffer passes cleanly.  Spelling fixes.
2462 2006-04-01  Eric Blake  <ebb9@byu.net>
2464         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Allow use in shell lists.
2465         * lib/autotest/general.m4: Be tolerant of existing directory when
2466           rm failed to remove it.
2468 2006-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2470         * bin/autoupdate.in: Redefine m4_location so that warnings print
2471         the correct lines of the input file by subtracting..
2472         (_au__first_line): ..this new definition.
2474         * lib/autoconf/general.m4 (AC_COMPILE_CHECK): Prefer
2475         AC_MSG_CHECKING over obsolete AC_CHECKING in autoupdated code.
2476         Remove stray newline in output.
2477         (AC_FOREACH): AU_DEFUN this as literal for autoupdate, and also
2478         AC_DEFUN this for autoconf, including the obsoletion diagnose.
2479         Fixes autoupdating of code where the replacement output contains
2480         m4sugar macros.
2481         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
2482         * tests/mktests.sh (ac_exclude_list): Add AC_FOREACH.
2483          (au_exclude_list): Add AC_LANG_SAVE.
2484         * tests/tools.at: Several new tests for all of this.
2485         * doc/autoconf.texi (Obsoleting Macros): Give a hint about the
2486         hairy details.
2487         The AC_LANG_SAVE issue was reported against Libtool by
2488         Dalibor Topic <robilad@kaffe.org>, and against Autoconf 2.57 by
2489         Kristian Kvilekval <kris@cs.ucsb.edu>.
2491 2006-04-01  Stepan Kasal  <kasal@ucw.cz>
2493         * bin/autoupdate.in: Handle m4 builtins and m4sugar macros together--
2494           switch all of them on and of when necessary.  Fixes the bug when
2495           m4sugar macros (e.g., m4_define) were expanded after the first
2496           automatic update (e.g., after AC_PREREQ or AC_INIT).
2498 2006-03-31  Paul Eggert  <eggert@cs.ucla.edu>
2500         * doc/autoconf.texi (Programming in M4sh): Sharpen the descriptions
2501         of AS_BASENAME and AS_DIRNAME.  Reported by Stepan Kasal.
2503         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): Handle ///, ////, etc.
2504         correctly.  Problem reported by Eric Blake.
2505         (_AS_EXPR_PREPARE): Detect Tru64 expr bug.  Problem reported by
2506         Ralf Wildenhues.
2508 2006-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2510         * doc/autoconf.texi (Programming in M4sh, Limitations of Usual Tools):
2511         Tighten up the basename/dirname wording.
2513 2006-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2515         * Makefile.maint (sc_texi_notab): New check: do not use TABs
2516         in texinfo files outside of verbatim environments.
2517         (syntax-check-rules): Update.
2518         * doc/autoconf.texi (Configuration Headers): Conform to it.
2520 2006-03-30  Chris Pickett <cpicke@cs.mcgill.ca>  (tiny change)
2522         * doc/autoconf.texi (autoreconf Invocation): Mention that -I for
2523           aclocal cannot be given on the command line.
2525 2006-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2527         * doc/autoconf.texi (Programming in M4sh): Mention AS_BASENAME.
2528         Give an example for AS_DIRNAME instead of referring to Posix..
2529         (File System Conventions): Put discussion of // versus / here, and
2530         modernize it a bit.
2531         (Limitations of Usual Tools): Add basename.  Remove verbiage
2532         after dirname, since it got moved to the above sections.
2533         All this was inspired by a patch proposed earlier by Eric Blake.
2535 2006-03-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2537         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Quote
2538         `$0' to protect against spaces.
2539         * lib/autotest/general.m4 (AT_INIT): Likewise.
2540         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise, for
2541         `$0', $as_me.
2543 2006-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2545         * bin/autoscan.in: The value of find_configure_ac should be
2546         checked for existence, so we don't barf over a nonexisting
2547         configure.ac.  Reported by Laurence Darby <ldarby@tuffmail.com>.
2549 2006-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2551         * bin/autoupdate.in: Fix some typos.
2553 2006-03-21  Stepan Kasal  <kasal@ucw.cz>
2555         * doc/autoconf.texi (Installation Directory Variables): Fix typo.
2557         * lib/autoscan/autoscan.list: Refreshed.
2559 2006-03-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2561         * tests/local.at (AT_CHECK_ENV): Ignore AC_SUBSTed Objective C
2562         and Erlang related variables.
2564         * lib/autoconf/c.m4 (AC_LANG(Objective C), AC_LANG_OBJC)
2565         (_AC_LANG_ABBREV(Objective C), _AC_LANG_PREFIX(Objective C))
2566         (AC_LANG_SOURCE(Objective C), AC_LANG_PROGRAM(Objective C))
2567         (AC_LANG_CALL(Objective C), AC_LANG_FUNC_LINK_TRY(Objective C))
2568         (AC_LANG_BOOL_COMPILE_TRY(Objective C))
2569         (AC_LANG_INT_SAVE(Objective C), AC_LANG_PREPROC(Objective C))
2570         (AC_PROG_OBJCPP, AC_LANG_COMPILER(Objective C), AC_PROG_OBJC)
2571         (_AC_PROG_OBJC_G): New macros.
2572         (_AC_ARG_VAR_CPPFLAGS): Adjusted.
2573         * doc/autoconf.texi (Objective C Compiler): New node.
2574         (Preset Output Variables): Document OBJCFLAGS.
2575         (Language Choice): Document `Objective C' language.
2576         (Fortran Compiler): Fix typo.
2577         * NEWS: Updated.
2578         Inspired by a patch from David M. Lloyd <dmlloyd@tds.net>.
2580 2006-03-20  Stepan Kasal  <kasal@ucw.cz>
2582         * doc/autoconf.texi (Default Includes): Fix typo
2583           s/AC_HEADERS_STDC/AC_HEADER_STDC/
2584         (Limitations of Usual Tools): s/unwriteable/unwritable/
2585         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT):
2586           Fix typos in the comments.
2588 2006-03-17  Stepan Kasal  <kasal@ucw.cz>
2590         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS):
2591           Factor out the warning to...
2592         (_AC_TOOL_WARN): ... this new macro; use `cross_compiling'.
2593         * tests/local.at (AT_CHECK_MACRO_CROSS): Avoid this warning.
2594         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
2596         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Do not special
2597           case `ac_delim' when writing the sed script.
2599         * lib/m4sugar/m4sh.m4 (AS_BOURNE_COMPATIBLE): Removed BIN_SH=xpg4,
2600           moved DUALCASE=1 ...
2601         (AS_SHELL_SANITIZE): ... here.
2602         * doc/autoconf.texi (Special Shell Variables) <BIN_SH>: Do not say
2603           that it is set.
2605         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Quote the parameter of
2606           AC_SUBST.
2607         (_AC_PATH_PROG): Store the result to VARIABLE.
2608         (AC_PATH_PROG): No need to set VARIABLE again.
2610         * tests/local.at (AT_CHECK_MACRO_CROSS): New macro, creates two tests:
2611           the first one is usual AT_CHECK_MACRO test, the second one checks
2612           that the same works when cross-compiling.
2613         * tests/semantics.at (AC_CHECK_ALIGNOF, AC_CHECK_ALIGNOF struct):
2614         (AC_CHECK_SIZEOF, AC_CHECK_SIZEOF struct): Use it.
2616 2006-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2618         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Prepend
2619         the directory `/usr/bin/posix' in the shell search, to prefer
2620         the Posix shell not only in subsequent spawns as with `$BIN_SH'
2621         on Tru64.
2623         * doc/autoconf.texi (contents): To fix texi2html output, hide
2624         `@setcontentsaftertitlepage' for HTML.
2625         (Writing Autoconf Macros): Likewise, insert space after `@c'.
2626         (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to
2627         `@,{c}'.
2629 2006-03-16  Stepan Kasal  <kasal@ucw.cz>
2631         * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH
2632           sanitizing...
2633         (AS_SHELL_SANITIZE): ...here; mention _AS_PATH_WALK needs IFS set.
2634         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Add an explanation
2635           why IFS is restored so late; thank you, Ralf, for reminding us.
2637 2006-03-15  Stepan Kasal  <kasal@ucw.cz>
2639         * doc/autoconf.texi (Pretty Help Strings): No need to use cached
2640           variables in the examples.
2642 2006-03-14  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2644         * doc/autoconf.texi (several sections): Cleaned up documentation for
2645         macros in erlang.m4.
2647 2006-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2649         * tests/autotest.at (AT_NO_CMDSUBST): New macro to determine
2650         failure condition for `$(cmd)' style command substitutions.
2651         (Parenthetical command substition, Multiline parenthetical
2652         command substition): Use it.
2654         * doc/autoconf.texi (Special Shell Variables): Missing word.
2655         Reported by Keith Marshall <keith.marshall@total.com>.
2657         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Do not forget to reset
2658         IFS even in case of empty `$PATH'.
2660 2006-03-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2662         * lib/autotest/general.m4 (AT_INIT) <at_optarg>: Optimize
2663         `expr' away if there is nothing to do.
2664         < --keywords >: Simplify and robustify argument handling.
2665         Revert erroneous comment from 2005-08-23.  Extend to allow
2666         keyword negation with `!'.
2667         Update help message.  Remove broken code to prevent running
2668         tests multiple times.
2669         * doc/autoconf.texi (testsuite Invocation) < --keywords >:
2670         Update and fix the documentation accordingly.
2671         * tests/autotest.at (Keywords): Renamed to..
2672         (Keywords and ranges): .. this.  Extended to make sure negated
2673         keywords, keywords taken from AT_SETUP arguments, and numeric
2674         test ranges work, and that matching is case-insensitive.
2676 2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2678         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_NEW): Use a typedef to
2679         allow to pass unnamed structs even in C++.
2680         (AC_CHECK_SIZEOF):  Likewise.
2681         Also fix quoting error in `AC_MSG_FAILURE' arguments.
2682         * tests/semantics.at (AC_CHECK_ALIGNOF struct, AC_CHECK_SIZEOF
2683         struct): New tests for unnamed structs, each both native and
2684         cross-compiling.
2686         * lib/autoconf/c.m4 (AC_C_TYPEOF): Use typedef to avoid defining
2687         a structure inside a cast, for C++ conformance.
2688         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Likewise.
2689         Also fix quoting error in `AC_MSG_FAILURE' arguments.
2691         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): If we cannot enable C99
2692         nor C89 mode, set `$ac_cv_prog_cc_stdc' to `no' instead of
2693         trying to execute the command `no'.
2695         * lib/autoconf/lang.m4 (AC_LANG_CONFTEST): AC_DEFUN this, not
2696         m4_define, so that the requirements of `AC_INCLUDES_DEFAULT' are
2697         expanded outside.
2699         * doc/autoconf.texi (autoconf Invocation): Fix typos in trace
2700         example.  Do not emphasize `$%', it is hardly new and special.
2701         Reported by Edouard Bechetoille <ebecheto@ens-lyon.fr>.
2703         * doc/autoconf.texi (Limitations of Usual Tools): Document
2704         OpenBSD and traditional `grep' failure to handle multiple
2705         patterns separated by newlines.
2707 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2709         * doc/autoconf.texi (several sections): Add documentation for macros
2710         in erlang.m4.
2712 2006-03-10  Eric Blake  <ebb9@byu.net>
2714         * doc/autoconf.texi (Obsolete Macros): Fix wording of
2715         AC_TRY_LINK_FUNC.
2717 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
2719         * doc/autoconf.texi: Use @acronym more consistently for acronyms
2720         like BSD, GPL, LGPL.  Fix minor English typos.
2721         (AC_STDC_HEADERS, AC_PROG_GCC_TRADITIONAL):
2722         Mention that these macros are becoming obsolete.
2723         (AC_STDC_HEADERS, AC_PROG_CC, AC_C_CONST, AC_C_VOLATILE):
2724         Use more modern terminology for which standard is what.
2725         (AC_PROG_CC): Mention gcc first, and remove obsolete references to egcs
2726         and to ansi2knr.
2727         (AC_PROG_CXX): Likewise.
2728         (AC_C_PROTOTYPES, Test Functions, AC_LIBOBJ vs LIBOBJS):
2729         Remove obsolete discussion about how to port to K&R.
2730         (Guidelines for Test Programs): Suggest AC_HEADER_STDBOOL rather than
2731         the obsolescent AC_HEADER_STDC.
2732         (AC_FOO_IFELSE vs AC_TRY_FOO): Don't use #error; test programs
2733         can't rely on it.
2735 2006-03-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2737         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2738         Remove stdin redirection from /dev/null to allow pipe to work.
2740 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
2742         * tests/c.at (AC_PROG_CPP without warnings, AC_PROG_CPP via CC):
2743         Require that /lib/cpp include stdio.h correctly.  Solaris 10's
2744         doesn't.  Problem reported by D'Arcy A MacIsaac and diagnosed by
2745         Ralf Wildenhues.
2747 2006-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2749         * lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
2750         HP-UX sed is 99 commands, not 100.
2751         (_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
2752         _AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
2753         newline for portability.
2754         * tests/torture.at (Torturing config.status): Also test 100
2755         AC_SUBST_FILE invocations.  Fix test to actually verify the
2756         AC_CONFIG_FILES output.
2757         * doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
2758         command, label, and read-file `r' limits.  Unify HP-UX spelling.
2760         * tests/Makefile.am (edit, $(wrappers)): Do not use `$<' in
2761         non-suffix rule.
2762         ($(TESTSUITE_GENERATED_AT)): Use `$(srcdir)` for the benefit of
2763         non-GNU make.
2764         (autoconfdir, $(AUTOCONF_FILES)): Likewise.
2765         * tests/mktests.sh: Small shell portability fixes.
2767 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2769         * doc/autoconf.texi (Caching Results): Fix the examples to use a
2770         recommended quoting style and discard unwanted output.
2772 2006-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2774         * lib/autotest/general.m4 (_AT_NORMALIZE_TEST_GROUP_NUMBER): New macro.
2775         (AT_INIT): Use it, to remove arbitrary limit of 999,999 test
2776         cases, and to work around Tru64 expr bug.
2778 2006-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2780         * doc/autoconf.texi (Limitations of Usual Tools): Mention Tru64
2781         expr bug that turns the result of a regex match into a number if
2782         possible.
2784 2006-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2786         * lib/autoconf/types.m4 (AC_CHECK_ALIGNOF): Work around
2787         HPUX compiler bug, similarly to AC_CHECK_SIZEOF, as documented
2788         in section `Specific Compiler Characteristics'.
2790 2006-03-04  Eric Blake  <ebb9@byu.net>
2792         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R): Avoid unused
2793         variable warning.
2795 2006-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2797         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADER): Force correct
2798         order of variable initialization, so even the Solaris 2.6 shell
2799         can create a config header correctly.  Fixes lots of test suite
2800         failures.
2802 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2804         * doc/autoconf.texi (Text processing Macros): New node to
2805         document the m4sugar macros m4_re_escape, m4_tolower,
2806         m4_toupper, m4_split, m4_normalize, m4_append, m4_append_uniq.
2808 2006-02-22  Paul Eggert  <eggert@cs.ucla.edu>
2810         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Fix typo:
2811         XrmInitialize (0) -> XrmInitialize ().
2812         Reported by Toshio Kuratomi.
2814 2006-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2816         * lib/m4sugar/m4sh.m4 (AS_IF): Extend to allow more than one
2817         test, as in `if tests; then cmd1; elif ...; else ...; fi'.
2818         * doc/autoconf.texi (Programming in M4sh): Adjusted.
2819         * tests/m4sh.at (AS_IF and AS_CASE): Test this.  Also make sure
2820         both macros are defun'ed so that required macros are evaluated
2821         outside.
2823         * doc/autoconf.texi (Prerequisite Macros): State more precisely
2824         where a required macro will be expanded.
2825         (Coding Style): Another reason not to use `m4_define'.
2827 2006-02-21  Eric Blake  <ebb9@byu.net>
2829         * lib/autoconf/general.m4 (_AC_LIBOBJ): Minor optimization.
2831 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2833         * doc/autoconf.texi (Looping constructs): New node, to
2834         document m4_for, m4_foreach, m4_foreach_w, and mention
2835         obsolete AC_FOREACH.
2836         (Obsolete Macros): Document AC_FOREACH.
2837         * lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
2838         (m4_for): Fix to never loop (almost) endlessly, work correctly
2839         with arithmetic expressions in arguments, a step of zero or
2840         non-integer multiple of the interval, and avoid integer
2841         overflow.
2842         * tests/m4sugar.at: New test for m4_for, m4_foreach, and
2843         m4_foreach_w.
2845 2006-02-20  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
2847         Add basic support for Erlang, both for configuring Erlang/OTP
2848         tools, and Erlang as a conf test language.
2849         * lib/autoconf/erlang.m4: New file.
2850         * lib/autoconf/autoconf.m4: Add erlang.m4.
2851         * lib/autoconf/Makefile.am (dist_autoconflib_DATA): Likewise.
2852         * lib/freeze.mk (autoconf_m4f_dependencies): Likewise.
2853         * NEWS: Add short description of new macros.
2854         * THANKS: Add Romain Lenglet.
2856 2006-02-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2858         * doc/autoconf.texi (Shellology) <pdksh>: Document that pdksh as
2859         native /bin/sh may not set KSH_VERSION (seen on OpenBSD).
2861 2006-02-15  Eric Blake  <ebb9@byu.net>
2863         * lib/autoconf/general.m4 (AC_CHECK_DECL): Avoid unused variable
2864         warning.
2866 2006-02-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2868         * lib/m4sugar/m4sh.m4 (AS_CASE): New macro.
2869         (_AS_CASE): Private helper macro.
2870         * tests/m4sh.at: Basic tests for AS_IF and AS_CASE.
2871         * doc/autoconf.texi (Programming in M4sh): Document AS_CASE.
2872         Fix syntax of AS_IF description
2873         (Prerequisite Macros): Mention AS_IF and AS_CASE as workarounds
2874         for the AC_REQUIRE mess.
2875         * NEWS: Mention AS_CASE, AS_BOURNE_COMPATIBLE, and
2876         AS_SHELL_SANITIZE.
2878 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2880         * doc/autoconf.texi: Minor style cleanup.
2881         Be consistent about spaces after commas.
2882         Insert [] where empty args look a bit funny.
2883         Fix some "i.e." and "e.g." usages.
2884         Try to avoid "X/Y" usages.
2885         Don't be pedantic about "ISO C99"; just say C99.
2886         Prefer GNU style for spaces in front of parens.
2887         (Function Portability): Comment about C89 versus C99
2888         signed integer division.
2889         (Particular Headers): Use current gnulib style for dirent
2890         includes.
2892 2006-02-14  Stepan Kasal  <kasal@ucw.cz>
2893         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2895         * bin/autoupdate.in (handle_autoconf_macros): Fix updating of
2896         macros without parameters.
2897         * lib/autoconf/autoupdate.m4 (AU_ALIAS): Likewise.
2898         * doc/autoconf.texi (Obsoleting Macros): Document AU_ALIAS.
2899         * tests/tools.at (autoupdating AU_ALIAS): New test for AU_ALIAS
2900         `$#' bug.
2901         (autoupdate): Updated to match AU_ALIAS fix.
2903 2006-02-13 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2904         and Paul Eggert  <eggert@cs.ucla.edu>
2906         * doc/autoconf.texi (Programming in M4sh): Document
2907         AS_BOURNE_COMPATIBLE and AS_SHELL_SANITIZE.
2909 2006-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2911         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Renamed to..
2912         (AS_BOURNE_COMPATIBLE): ..this.
2913         (_AS_RUN, AS_SHELL_SANITIZE): Adjusted all callers.
2915 2006-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2917         * doc/install.texi (Defining Variables): Tighten up the
2918         CONFIG_SHELL wording.
2920 2006-02-12 Paul Eggert  <eggert@cs.ucla.edu>
2921         and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2923         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Look at the output
2924         of (set -o) rather than testing whether (set -o posix) succeeds,
2925         to work around a bug in the AIX 5.3 shell.  Problem originally
2926         reportd by Howard Chu for libtool.
2928 2006-02-10  J.T. Conklin  <jtc@acorntoolworks.com>
2930         * doc/autoconf.texi (Running the Compiler, Running the Linker):
2931         Changes the macro arguments in summaries to match the
2932         descriptions.
2934 2006-02-04  Stepan Kasal  <kasal@ucw.cz>
2936         * doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
2937         hint as ``a workaround for a bug.''
2939 2006-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2941         * bin/autoreconf.in: New option `--no-recursive'.
2942         Improve wording for subpackages a bit.
2943         * doc/autoconf.texi (autoreconf Invocation): Updated.
2944         * NEWS: Updated.
2946         * doc/install.texi (Defining Variables): Put `CONFIG_SHELL'
2947         in environment of `configure', not the command line.
2948         Reported by Howard Chu <hyc@highlandsun.com>.
2950 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2952         * doc/autoconf.texi (Limitations of Builtins): Document the
2953         problem with "trap -".
2955 2006-01-23  Steven G. Johnson  <stevenj@fftw.org>
2957         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN):
2958         (_AC_FC_MAIN, __AC_FC_NAME_MANGLING): Use _AC_LANG in check
2959         messages to differentiate Fortran and Fortran 77 tests.
2960         (AC_FC_SRCEXT, AC_FC_FREEFORM): Use AC_LANG_PUSH/POP instead of
2961         AC_LANG_ASSERT, to allow use in mixed-language projects.
2963 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2965         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Prefer "defined
2966         FOO" to "defined (FOO)".
2967         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Likewise.
2968         * lib/autoconf/headers.m4 (AC_HEADER_STAT): Likewise.
2969         * lib/autoconf/specific.m4 (AC_XENIX_DIR): Likewise.
2970         * tests/tools.at (ifnames): Likewise.
2972 2006-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2974         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Do not pass `-q' to mktemp.
2975         * lib/Autom4te/General.pm (mktmpdir): Likewise.
2976         (END): Improve error message a bit.
2977         Reported by Bruce Korb <bkorb@gnu.org>.
2979 2006-01-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2981         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
2982         `-LIST:' and `-LNO:', for PathScale 2.3 compilers.
2984 2006-01-11  Stepan Kasal  <kasal@ucw.cz>
2986         * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h
2987         requires sys/stream.h.  Reported by Oliver Kiddle.
2989 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2990             Stepan Kasal  <kasal@ucw.cz>
2992         * lib/autotest/general.m4 (AT_INIT): When ensuring writability
2993         before the removals of test dirs, use `find' to avoid modification
2994         of symlinked directories.
2996 2006-01-11  Steven G. Johnson  <stevenj@alum.mit.edu>
2998         * lib/autoconf/fortran.m4 (AC_F77_DUMMY_MAIN, AC_FC_DUMMY_MAIN):
2999         Don't ignore the macro arguments.
3001 2006-01-11  David Thompson  <dthompsn@vizsolutions.com>
3003         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Add `exit'
3004         declaration that works for MSVC.
3006 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3008         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT):
3009         Add `*.map' and `.inf' for Green Hills compiler.
3010         Reported by Stefan Seefeld <stefan@codesourcery.com>.
3012         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Handle quadrigraphs
3013         correctly: pad with spaces after FIRST_PREFIX if necessary,
3014         and compute string lenghts with `m4_qlen' instead of `m4_len'.
3015         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Comments updated.
3016         * tests/m4sh.at (AS_HELP_STRING): Test extended.
3017         * NEWS: Updated.
3018         Reported by numerous people, numerous times.
3020 2006-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3022         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in
3023         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in:
3024         * lib/autoconf/general.m4, lib/autoconf/status.m4:
3025         * lib/autotest/general.m4, tests/local.at:
3026         Update copyright year to 2006.
3028         * Makefile.maint (sc_root_tests): Use the recommended style s/a/b/ for
3029         sed substitutions.
3030         * doc/autoconf.texi (Installation Directory Variables): Use s|a|b|
3031         for file names, again.  Reported by Noah Misch.
3032         (Coding Style): Explain that s|a|b| is preferred for file names.
3033         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Prefer s/a/b/.
3034         (AC_OUTPUT_MAKE_DEFS): Likewise.
3035         * lib/autotest/general.m4 (AT_INIT): Likewise.
3036         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Likewise.
3037         * tests/local.at (AT_CHECK_AUTOM4TE): Likewise.
3039         Fix Posix-conformance bugs re use of { command in sed scripts,
3040         and improve the sed-related documentation a bit.
3041         * doc/autoconf.texi (Installation Directory Variables): Use
3042         our own style advice re 's,a,b,' versus 's|a|b|'.  Use "Sed"
3043         rather than "sed" when talking about Sed in general.
3044         (Particular Programs): Likewise.
3045         (Coding Style): y is like s with respect to / and ,.
3046         (Limitations of Usual Tools): Document the weird restrictions
3047         that Posix has about { }.  Use better quoting.
3048         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE, _AC_OUTPUT_HEADER):
3049         Rewrite to conform to Posix rules about { } in sed scripts.
3050         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_SED, AS_BASENAME_SED): Likewise.
3051         * tests/foreign.at (Libtool): Likewise.
3052         * tests/semantics.at (AC_CHECK_PROG & AC_CHECK_PROGS):
3053         Use our own style advice re 's,a,b,' versus 's|a|b|'.
3055 2006-01-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3057         * lib/autoconf/status.m4: Fix typo.
3059         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore
3060         singly- or doubly-quoted arguments to `-cmdline', `-ignore',
3061         `-def', for the benefit of Portland `pgf90 -Mipa'.
3062         Reported by Christopher Hulbert <cchgroupmail@gmail.com>.
3064 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3066         * doc/autoconf.texi: Update copyright (and other) dates to 2006.
3067         * doc/autoconf.texi (Shellology): Mac OS X 10.2 changed the default
3068         shell from zsh to bash.
3070 2005-12-31  Stepan Kasal  <kasal@ucw.cz>
3072         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Use $PATH_SEPARATOR;
3073           ":" caused problems on OS/2-EMX.  Suggested by Andrew Belov.
3075 2005-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3077         * doc/autoconf.texi (Shell Substitutions): Warn about unbalanced
3078         parentheses in $(...).  Problem reported by Eric Blake.
3080 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3082         * doc/autoconf.texi (Limitations of Usual Tools):
3083         Mention which characters can be escaped with \ in portable regular
3084         expressions used in grep, sed, expr.  Mention the leading ^ problem
3085         with expr.  Clean up some confusing wording.  Mention which
3086         grep options are portable.
3088 2005-12-09  Stepan Kasal  <kasal@ucw.cz>
3090         * tests/local.at (AT_CHECK_AUTOM4TE): Fix typo in the comment.
3092 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
3094         * doc/autoconf.texi (Limitations of Builtins): Fix typos in previous
3095         patch, noted by Ralf Wildenhues.
3097 2005-12-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3099         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o
3100         posix' unconditionally, for pdksh in `native sh' emulation.
3102 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
3104         * doc/autoconf.texi (Shellology): Document eval $? problem
3105         with ash.
3106         (Limitations of Builtins): Likewise.
3108 2005-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3110         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Pass
3111         CONFIG_SHELL in the environment of the configure rerun.
3112         * doc/autoconf.texi (Here-Documents, config.status Invocation):
3113         Suggest passing CONFIG_SHELL absolute, and in the environment
3114         rather than as option.
3116 2005-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3118         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE):
3119         Fix quoting of output line (triggered for many AC_SUBST_FILEs).
3120         Fix macro quoting.  Fix output for n * 98 substituted variables.
3122 2005-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3124         * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Initialize
3125         `tmp' to avoid file removal race.
3127 2005-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3129         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
3130         ac_clean_files and LIBOBJS.
3132 2005-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3134         * lib/autoconf/programs.m4 (AC_CHECK_PROG, AC_PATH_PROG):
3135         Factor functionality to..
3136         (_AC_CHECK_PROG, _AC_PATH_PROG): these new macros, but only
3137         `AC_SUBST($1)' in the public version.
3138         (AC_CHECK_TOOL, AC_PATH_TOOL, AC_PATH_TARGET_TOOL)
3139         (AC_CHECK_TARGET_TOOL): Use internal versions for ac_ct_* and
3140         ac_pt_* variables.
3142 2005-11-01  Stepan Kasal  <kasal@ucw.cz>
3144         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Remove the comment about 8+3
3145         filesystems.
3147 2005-11-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3149         * NEWS: Move AH_HEADER mention to right place.
3151 2005-10-27  Stepan Kasal  <kasal@ucw.cz>
3153         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): "conftst2" -> "conftest2"
3154         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3156 2005-10-25  Stepan Kasal  <kasal@ucw.cz>
3158         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): rm -f conftst2.*, not only
3159         conftst2.$ac_objext.
3160         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3162 2005-10-24  Stepan Kasal  <kasal@ucw.cz>
3164         * lib/autoconf/c.m4 (AC_PROG_CC_C_O): Use conftst2.o instead of
3165         conftest.o, to see whether the compiler really obeys; rm the object
3166         file before and after the test and register it with ac_clean_files.
3167         * lib/autoconf/fortran.m4 (_AC_PROG_FC_C_O): Likewise.
3169 2005-10-21  Stepan Kasal  <kasal@ucw.cz>
3171         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When determining,
3172         the delimiter CEOF$ac_eof: fix quoting of CEOF[0-9]* and modify the
3173         code so that the most common case requires less forks.
3175 2005-10-20  Stepan Kasal  <kasal@ucw.cz>
3177         * doc/autoconf.texi (Shell Substitutions}: Document that ${10} is
3178         not portable; thanks to Paul Eggert and Alexandre.
3180         * NEWS: Fix an old typo.
3182 2005-10-20  Jim Meyering  <jim@meyering.net>
3184         * doc/autoconf.texi: Typo: s/feature/features/ in ``the features of
3185         the latter'', in two places.
3187 2005-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3189         * doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
3190         AC_LANG_PROGRAM, fixing a typo.  Don't give details about
3191         the inner workings of AC_LANG_FUNC_LINK_TRY.
3192         * lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
3193         AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
3194         by the function rather than ignoring it.
3195         (AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
3196         comparing its address.  Intel's interprocedural optimization was
3197         outsmarting the old heuristic.  Problem reported by
3198         Mikulas Patocka.
3200 2005-10-19  Stepan Kasal  <kasal@ucw.cz>
3202         * lib/autoconf/general.m4 (AC_SUBST): Remove an obsolete comment.
3204 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3206         * lib/m4sugar/m4sugar.m4 (_m4_map): New macro.
3207         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
3209 2005-10-04  Stepan Kasal  <kasal@ucw.cz>
3211         * lib/autotest/general.m4 (AT_INIT): Really make the subtree writable
3212         before removing it (chmod -R u+rwx); there are three instances of this.
3214 2005-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3215             Stepan Kasal  <kasal@ucw.cz>
3217         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Balance parentheses.
3218         * lib/autotest/general.m4 (AT_INIT): If the test dir already exists,
3219         make its content writable before removing it.  Remove an errorneous
3220         comment from the end, where the logs of the failed tests are copied
3221         to the main log file.
3223 2005-09-27  Stepan Kasal  <kasal@ucw.cz>
3225         * tests/semantics.at (AC_C_BIGENDIAN): Pass --force to autoheader,
3226           in case the computer is too quick.  Double quote the configure.ac
3227           snippets.
3229         * tests/local.at (AT_CHECK_AUTOCONF): Always pass --force to prevent
3230           problems if the testsuite were running too fast.
3232 2005-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3234         * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Look for X11/Xlib.h
3235         and XrmInitialize rather than X11/Intrinsic.h and XtMalloc
3236         (which belong to Xt, not X itself).  See Debian bug 327655.
3237         * NEWS: Mention this.
3239 2005-09-07  Stepan Kasal  <kasal@ucw.cz>
3241         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Remove an incorrect comment.
3243 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
3245         * config/move-if-change: Don't output "$2 is unchanged";
3246         suggested by Ben Elliston.  Handle weird characters correctly.
3248 2005-09-06  Stepan Kasal  <kasal@ucw.cz>
3250         * lib/autoconf/libs.m4 (AC_SEARCH_LIBS): Merge the two AC_LINK_IFELSE
3251           calls, so that the final expansion of this macro is shorter.
3252           Create the conftest.$ac_ext outside the `for' loop, to speed the run.
3253           Do not use `break' in the argument to AC_LINK_IFELSE, it would skip
3254           the cleanup there.  Use AS_VAR_* macros, to be more general.
3255         * tests/semantics.at (AC_SEARCH_LIBS): Check for the cleanup.
3257         * lib/autoconf/general.m4: Use AS_IF where appropriate.
3259         * lib/m4sugar/m4sh.m4 (AS_IF): Use m4_default.
3261 2005-09-01  Stepan Kasal  <kasal@ucw.cz>
3263         * doc/autoconf.texi (Configuration Headers): Add an index entry
3264           for AH_HEADER.
3266 2005-08-26  Pavel Roskin  <proski@gnu.org>
3268         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Use shell variable
3269         XMKMF to locate xmkmf.  Make XMKMF precious.  Export CC when
3270         running xmkmf.
3272 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
3274         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3275         The previous patch didn't work, so try a better one.
3277 2005-08-26  Stepan Kasal  <kasal@ucw.cz>
3279         * doc/autoconf.texi (Programming in M4sh) <AS_TR_CPP>: Fix m4 quoting
3280         in the example.  Reported by Bruno Haible.
3281         <AS_TR_SH>: Likewise.  Also modify the example to be more convincing:
3282         "if $undefined_var;" succeeds with my shell.
3284         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD, AC_CANONICAL_HOST,
3285         AC_CANONICAL_TARGET): Define by AC_DEFUN, no need to use AC_DEFUN_ONCE;
3286         but change the m4_divert_text to m4_divert_once.
3288 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3290         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE):
3291         Work around bug in Solaris /usr/xpg4/bin/awk.
3292         The bug is present in at least Solaris 8 through 10.
3294 2005-08-24  Stepan Kasal  <kasal@ucw.cz>
3296         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Simplify; rejecting
3297         some evil values and relying on the fact that $* concatenates the
3298         parameters by the first character from IFS.
3300 2005-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
3301             Stepan Kasal  <kasal@ucw.cz>
3303         * lib/autoconf/status.m4 (_AC_CONFIG_REGISTER_DEST): When the
3304         first header appears, define AH_HEADER.
3305         * doc/autoconf.texi (Configuration Headers): Document AH_HEADER.
3306         Update limitations about when to call AC_CONFIG_HEADERS.
3307         (Configuration Commands): Document that AC_CONFIG_COMMANDS_PRE
3308         parameter can call AC_SUBST, AC_DEFINE, or AC_CONFIG_FOOS; explain
3309         that AC_CONFIG_COMMANDS_PRE and AC_CONFIG_COMMANDS_POST are not
3310         ``Configuration Actions''; fix their index entries.
3312         * lib/autotest/general.m4 (AT_INIT): Process multiple keywords
3313         options correctly.  Process N-M as M-N if M is smaller than N.
3314         Process ranges correctly so that N-N will run only N.
3315         Sort and uniquify the tests that will be run.  If there is more
3316         than one test, reinsert the banners for the tests.
3317         * tests/autotest.at (Keywords): Unmark XFAIL.
3319 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
3321         * lib/autoconf/general.m4 (_AC_DEFINE_Q): Strip the parameter list
3322           before passing the macro name to AH_TEMPLATE.
3324         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): config.status
3325           now opens log after option processing; in particular, --version
3326           and --help do not touch config.log.
3328         * Makefile.maint: Revert the change from 2005-08-12.
3330 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
3332         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
3333           common code to...
3334         (_AC_ENABLE_IF, _AC_ENABLE_IF_ACTION): ... these new macros.
3336 2005-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3338         * doc/autoconf.texi (Using Autotest, testsuite Scripts)
3339         (Autotest Logs, Writing testsuite.at, testsuite Invocation):
3340         Language cleanup.
3342         * doc/autoconf.texi (Defining Symbols, Changed Results):
3343         Prepend to LIBS, not append, in examples.
3345 2005-08-16  Stepan Kasal  <kasal@ucw.cz>
3347         When building in place, set srcdir="."; suggested by Tim Van Holder.
3349         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Do this; to recognize
3350           build in place, we need ac_pwd, and thus have to AC_REQUIRE ...
3351         (_AC_INIT_DIRCHECK): ... this macro and AC_DEFUN both of them.
3352         * lib/autoconf/status.m4 (_AC_SRCDIRS): Fix a comment: srcdir="."
3353           does not mean "no --srcdir option".
3355 2005-08-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3357         * tests/autoscan.at (autoscan): New file.
3358         * tests/suite.at: Use it.
3359         * tests/Makefile.am (TESTSUITE_HAND_AT): Add it.
3360         Reported against Libtool by Gideon Go <gideon.go@gmail.com>.
3362         * tests/autotest.at (Keywords): Test keywords combinations.
3364 2005-08-12  Stepan Kasal  <kasal@ucw.cz>
3366         * Makefile.maint (GZIP_ENV): When checking the help text of gzip,
3367           add "2>&1"; gzip 1.2.4 prints help on stderr.
3369 2005-07-27  Stepan Kasal  <kasal@ucw.cz>
3371         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): The symbol at_reason
3372         was pushdef'ed twice while popped only once.  Push it only once.
3373         (_AT_CHECK): Cosmetic changes to the "case $at_status" command.
3375 2005-07-26  Stepan Kasal  <kasal@ucw.cz>
3377         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): The message is now
3378         prefixed by mere "===", not "configure: === ".
3380 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
3382         * Makefile.maint: Update from Bison.
3384         * lib/m4sugar/m4sugar.m4 (m4_strip): Comment fix---change tab to
3385         "<tab>" in comment, so that the point is understandable.
3387 2005-07-25  Stepan Kasal  <kasal@ucw.cz>
3389         Rewrite substantial part of lib/autoconf/status.m4.
3390         The main change is that CONFIG_FILES, CONFIG_HEADERS, CONFIG_LINKS,
3391         and CONFIG_COMMANDS are not processed in four separate loops.
3392         Instead, there is one main loop.  This alows that the common code
3393         is expanded only once, thus config.status (and configure) is smaller.
3395         The registration mechnism in AC_CONFIG_FILES and cousins also changed;
3396         the AC_LIST_FILES and cousins macros are no longer used.
3398         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS,
3399         _AC_OUTPUT_LINKS, _AC_OUTPUT_COMMANDS): Renamed to ...
3400         (_AC_OUTPUT_FILE, _AC_OUTPUT_HEADER, _AC_OUTPUT_LINK,
3401         _AC_OUTPUT_COMMAND): ..., respectively.  These macros no longer
3402         contain the initialization, nor the for loop, nor the associated
3403         commands; all these go to ...
3404         (_AC_OUTPUT_MAIN_LOOP): ... this new macro, called from
3405         _AC_OUTPUT_CONFIG_STATUS.
3406         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST, _AC_CONFIG_SPLIT_FILE_IN):
3407         Nuked; the code was merged into _AC_OUTPUT_MAIN_LOOP.
3408         (_AC_OUTPUT_FILE): The creation of the sed script ...
3409         (AC_OUTPUT): ... and the setup of ac_vpsub goes to ...
3410         (_AC_OUTPUT_FILES_PREPARE): ... a new macro, also called from
3411         _AC_OUTPUT_MAIN_LOOP.
3412         (_AC_CONFIG_FILES, _AC_CONFIG_HEADERS, _AC_CONFIG_LINKS,
3413         _AC_CONFIG_COMMANDS): Use ...
3414         (_AC_CONFIG_FOOS): ... this new macro, which uses these ...
3415         (_AC_CONFIG_REGISTER, _AC_CONFIG_REGISTER_DEST): ... new macros.
3416         (_AC_CONFIG_FILE, _AC_CONFIG_HEADER, _AC_CONFIG_LINK,
3417         _AC_CONFIG_COMMAND, _AC_CONFIG_DEPENDENCIES): No longer needed.
3418         (_AC_CONFIG_DEPENDENCY): Update, it uses these ...
3419         (_AC_CONFIG_DEPENDENCY_DEFAULT, _AC_FILE_DEPENDENCY_TRACE_COLON):
3420         ... new macros.
3421         (_AC_CONFIG_UNIQUE): Update.
3422         (AC_LIST_FILES, AC_LIST_HEADERS, AC_LIST_LINKS, AC_LIST_COMMANDS):
3423         Replaced by this ...
3424         (_AC_LIST_TAGS): ... new common macro.
3425         (AC_LIST_FILE_COMMANDS, AC_LIST_HEADER_COMMANDS, AC_LIST_LINK_COMMANDS,
3426         AC_LIST_COMMAND_COMMANDS): Replaced by this ...
3427         (_AC_LIST_TAG_COMMANDS): ... new common macro.
3428         (_AC_CONFIG_COMMANDS_INIT): Moved top to the `registration' section;
3429         this didn't belong to the `config commands' section.
3430         (_AC_OUTPUT_COMMANDS_INIT): Don't initialize, m4_ifdef is our friend.
3431         (AC_CONFIG_COMMANDS_PRE, AC_OUTPUT_COMMANDS_PRE,
3432         AC_CONFIG_COMMANDS_POST): Moved to a new section, these didn't belong
3433         to the `config commands' section either.
3434         (AC_CONFIG_SUBDIRS): Don't touch diversion DEFAULTS.
3435         (_AC_LIST_SUBDIRS): Don't initialize, m4_ifdef is our friend.
3437         ... and many changes to the comments nearby.
3439         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): At the end of the day,
3440         set ac_subdirs_all='_AC_LIST_SUBDIRS'.
3441         * tests/torture.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS):
3442         AC_CONFIG_COMMANDS(command:input,...) is no longer allowed.
3443         (#define header templates): The comment at the top of the generated
3444         header now includes the name(s) of the source file(s).
3446         Several unrelated small changes:
3448         * lib/autoconf/general.m4 (AC_CACHE_VAL): Be didactic, quote the first
3449         parameter to AC_DIAGNOSE.
3450         * lib/autoconf/status.m4 (AC_CONFIG_SUBDIRS): Likewise.
3451         (_AC_LINK_FILES_CNT): Don't AU_DEFUN this; it causes confusing messages
3452         with autoupdate; use m4_define_default inside AU_DEFUNed AC_LINK_FILES.
3453         (AC_OUTPUT): In the compatibility code, use m4_ifvaln, to be consistent
3454         with AU::AC_OUTPUT.
3455         (AU::AC_OUTPUT): Don't double-quote $2 and $3, the compatibility code
3456         in AC_OUTPUT doesn't double-quote it either.
3457         * tests/tools.at (autoupdate): AU::AC_OUTPUT no longer double-quotes the
3458         parameters.
3460 2005-07-10  Stepan Kasal  <kasal@ucw.cz>
3462         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
3463         versions of Portland Group compiler produce single- and double-quoted
3464         -cmdline argument.  Reported by Steven G. Johnson <stevenj@fftw.org>
3465         and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3467 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
3469         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3470         This is a corrected version of yesterday's patch.
3472 2005-07-07  Stepan Kasal  <kasal@ucw.cz>
3474         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Report the full
3475         path, too; insert a "===" to emphasize the line.
3477         * lib/autoconf/general.m4 (AC_CANONICAL_BUILD): Rename
3478           ac_cv_build_alias to ac_build_alias.
3479         (AC_CANONICAL_HOST, AC_CANONICAL_TARGET): Simplify.
3481         On 2005-02-24, an unintentional AC_SUBST([CC]) was introduced; this
3482         change eliminates it.  Problem reported by Alexandre Duret-Lutz.
3483         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Move the AC_SUBST ...
3484         (AC_ARG_VAR): ... here.
3485         (_AC_INIT_PREPARE): Call AC_SUBST for build_alias, host_alias and
3486           target_alias.
3488         Keep a list of all precious variables and process them with one simple
3489         for loop, instead of expanding all commands, or, OTOH, complicated
3490         processing of output of "set".
3491         * lib/autoconf/general.m4 (_AC_ARG_VAR_PRECIOUS): Acumulate the
3492         variable names in new macro...
3493         (_AC_PRECIOUS_VARS): ... which will be assigned to ac_precious_vars.
3494         (_AC_ARG_VAR_STORE): New macro which writes to diversion PARSE_ARGS
3495           a loop to assign all ac_env_* and ac_cv_env_* variables.
3496         (_AC_ARG_VAR_VALIDATE): Use shell variable ac_precious_vars, divert
3497           to INIT_PREPARE.
3498         (_AC_INIT_DEFAULTS): At the end, if _AC_PRECIOUS_VARS is set, assign
3499           its value to shell variable ac_precious_vars and call
3500           _AC_ARG_VAR_STORE and _AC_ARG_VAR_VALIDATE.
3501         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't call
3502           _AC_ARG_VAR_VALIDATE.
3504         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Move AC_LANG_PUSH(C)
3505           and the AC_SUBSTs ...
3506         (AC_INIT): ... here.
3508         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Changed the title of
3509           the ac_subst_files section in config.log.
3511         * tests/local.at (AT_CONFIG_CMP): Revert Paul's previous change.
3513 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3515         * NEWS: New macro AC_C_TYPEOF.
3516         * doc/autoconf.texi (C Compiler): Document AC_C_TYPEOF.
3517         * lib/autoconf/c.m4 (AC_C_TYPEOF): New macro.
3518         * tests/c.at (C keywords): Test AC_C_TYPEOF.
3520         Fix problems reported by Nicolas Joly.
3521         * tests/base.at (Input/Output): Ignore 'loading site script' chatter.
3522         * tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
3523         They are generated by the Tru64 v5.1B shell.
3525 2005-07-05  Stepan Kasal  <kasal@ucw.cz>
3527         Fix my changes from 2005-07-01; reported by Noah Misch.
3528         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES): Fix the
3529         description, the macro now accepts only a single tag.
3530         (_AC_CONFIG_UNIQUE): Likewise; s/AC_File/[$1]/
3532         Fix cases when the varsions of Autoconf and Autotest don't match.
3533         Reported by Noah Misch.
3534         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
3535         at_top_builddir, for compatibility with older autotest.
3536         * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
3537         is not set, use at_top_builddir, for compatibility with older
3538         versions of autoconf.
3540 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3542         * bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
3543         Problem reported by Patrick Welche.
3545 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3547         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Use &, not |, in
3548         sed substitution command, so that we allow | in program prefixes
3549         and program suffixes.  (& is a problem anyway; we're not fixing
3550         that here.)
3551         * lib/autoconf/status.m4 (AC_CONFIG_FILES): Likewise, for
3552         configure_input, top_builddir, srcdir, etc.
3553         * lib/autotest/general.m4 (AT_INIT): Likewise, for
3554         PATH_SEPARATOR in AUTOTEST_PATH.
3556 2005-07-02  Alexandre Duret-Lutz  <adl@gnu.org>
3558         * lib/autoconf/general.m4 (AC_SITE_LOAD): Rewrite the
3559         for loop over config.site files using `set', to allow
3560         directory names containing IFS characters.
3562 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3564         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Remove the tests for
3565         directories with weird names.  Apparently some people like living
3566         on the edge.  However, improve the test that "pwd" actually does
3567         report a name for the working directory.
3568         * NEWS: Remove the claim that we test for funny chars in dir names.
3570 2005-07-01  Stepan Kasal  <kasal@ucw.cz>
3572         * lib/autoconf/general.m4 (AC_FOREACH): Make obsolete; it's
3573         replaced ...
3574         * lib/m4sugar/m4sugar.m4 (m4_foreach_w): ... by this new macro.
3575         * lib/autoconf/status.m4 (_AC_CONFIG_DEPENDENCIES, _AC_CONFIG_UNIQUE):
3576         Now accept a single tag, not whitespace separated list.
3577         (AC_CONFIG_SUBDIRS): Call _AC_CONFIG_UNIQUE in a m4_foreach_w loop.
3579 2005-06-30  Stepan Kasal  <kasal@ucw.cz>
3581         * doc/autoconf.texi (Configuration Headers): Change the explanation
3582         about #include <config.h>.
3583         (Generic Functions): Mention the Gnulib project.
3584         (Limitations of Usual Tools) <sed>: Another minor rephrasing.
3586         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Use a here
3587         document to output the default config_* lists to config.status.
3588         Don't recognize option --file, if the functionality is not there.
3589         Likewise for --header; moreover, recognize --he and --h as shortcuts
3590         for --help in that case.
3592         * lib/autoconf/status.m4: Fix the order of the "sections", so that it
3593         matches the order of execution.  No code changed.
3595 2005-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3597         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Fix also for
3598         single-quoted -cmdline argument in Portland Group compiler.
3599         Reported against LAM by Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
3601 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
3603         * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
3605 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3607         * doc/autoconf.texi (File Descriptors): ksh doesn't pass open file
3608         descriptors to child processes; reported by Norman Gray.
3610 2005-06-29  Stepan Kasal  <kasal@ucw.cz>
3612         * lib/autoconf/general.m4 (AC_ARG_VAR): Move next to _AC_ARG_PRECIOUS.
3614         * lib/autoconf/general.m4 (AC_SUBST_TRACE): New macro, to be traced
3615         instead of AC_SUBST; proposed by Alexandre Duret-Lutz.
3616         (AC_SUBST): Call it.
3617         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Call AC_SUBST_TRACE for
3618         the directory specific variables; but don't call it for configure_input.
3620 2005-06-28  Derek Price  <derek@ximbiot.com>
3622         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Reword recent
3623         addition.
3625 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3627         * NEWS: Don't worry about spaces in bindir etc.  Only srcdir and working
3628         directory have inherent problems with special characters like spaces,
3629         due to limitations in Make syntax.  Problem reported by Alexandre
3630         Duret-Lutz.
3631         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Implement the above.
3632         Also, fix Tru64 porting problem with shell patterns,
3633         reported by Ralf Wildenhues.
3635 2005-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3637         * doc/autoconf.texi (Subdirectories): Fix markup typos.
3639 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3641         * tests/local.at (AT_CHECK_ENV): Simplify regexp slightly.
3643         Fix some more shell quoting problems.  Prompted by a bug report
3644         from Justace Clutter.
3645         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): Put name of invalid
3646         variable into diagnostic.  Make the diagnostic an error, not a warning,
3647         because we really don't support spaces and suchlike in dir names.
3648         (_AC_INIT_SRCDIR): Allow special characters in $ac_unique_file.
3649         Don't worry about backslashes in srcdir; it can't happen now.
3650         (_AC_INIT_PARSE_ARGS): Allow weird characters in ac_optarg.
3651         Simplify ac_optarg handling.
3652         (_AC_ARG_VAR_VALIDATE): Remove unnecessary and inconsistent quotes.
3654 2005-06-22  Stepan Kasal  <kasal@ucw.cz>
3656         Fix AT_CONFIG_CMP for Solaris hosts; idea from Ralf Menzel.
3657         * configure.ac: Call AC_PROG_EGREP and AC_PROG_SED.
3658         * tests/atlocal.in: Propagate $EGREP and $SED.
3659         * tests/local.at (AT_CHECK_ENV): Use $EGREP, not $GREP -E.
3660         (AT_CONFIG_CMP): Use sed instead of grep plumbing.
3662         * doc/autoconf.texi (Limitations of Usual Tools) <grep>: Mention
3663         that '\|' is not allowed in BREs; recommend using newline separated
3664         list of patterns instead of multiple -e options.
3666         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Remove an old comment.
3668         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Use AC_SUBST/2.
3670 2005-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3672         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT): Fix typo.
3674 2005-06-21  Stepan Kasal  <kasal@ucw.cz>
3676         * doc/autoconf.texi (Limitations of Usual Tools) <sed>: Document that
3677         b, t, r, w commands require single space, while : cannot have any.
3678         (Special Shell Variables): Fix sed code this in the example.
3679         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Likewise; and fix a typo.
3680         * lib/autotest/general.m4 (AT_ARG_OPTION): Fix typo in the description.
3682         * lib/m4sugar/m4sugar.m4 (m4_split): If the parameter is empty,
3683         expand to the empty list.  Don't use two pairs of m4_changequote,
3684         it's not necessary.
3686 2005-06-20  Derek Price  <derek@ximbiot.com>
3688         * lib/m4/programs.m4 (AC_PROG_YACC): Declare YACC & YFLAGS precious.
3690 2005-06-17  Paul Eggert  <eggert@cs.ucla.edu>
3692         * lib/m4sugar/m4sh.m4 (as_awk_strverscmp): Port to Solaris /bin/awk.
3693         * doc/autoconf.texi:
3694         Don't mention Solaris versions so much, if a
3695         problem is common to all extant versions of Solaris.  Say "SunOS
3696         4" instead of "SunOS" for SunOS 4.
3697         (awk): Mention more of the limitations of traditional Awk.
3698         (cat): Don't talk about cat -v.
3700 2005-06-16  Paul Eggert  <eggert@cs.ucla.edu>
3702         * lib/m4sugar/m4sh.m4 (_AS_VERSION_COMPARE_PREPARE): New macro.
3703         (AS_VERSION_COMPARE): New macro.  The API is taken from CVS,
3704         but the implementation is entirely different and is designed
3705         to be compatible with glibc strverscmp.
3706         * tests/m4sh.at (AS_VERSION_COMPARE): New test.
3708         * doc/autoconf.texi (Limitations of Usual Tools): Mention expr bug
3709         on Mac OS X 10.4 reported by Peter O'Gorman in:
3710         http://lists.gnu.org/archive/html/autoconf-patches/2005-06/msg00041.html
3711         * lib/autoconf/general.m4 (_AC_CANONICAL_SPLIT):
3712         Use shell builtins rather than 'expr', to work around expr bug.
3714 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
3716         * doc/autoconf.texi: "filesystem" -> "file system".
3717         "behaviour" -> "behavior".
3718         Warn about \(...\)* in Solaris sed (written by Ralf Menzel).
3719         * lib/autoconf/general.m4: Omit blank after ":" sed command,
3720         as per POSIX.
3721         * lib/m4sugar/m4sh.m4: Likewise.
3722         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Work around problem
3723         with Solaris sed.  Fix by Ralf Menzel and Stepan Kasal.
3725         * man/Makefile.am (MOSTLYCLEANFILES): Add $(srcdir)/*.t.
3726         (.x.1): Ignore the time stamp in the .TH line when deciding whether
3727         to update the man page.  That way, we don't have to check in new
3728         man pages every month.
3730         * lib/m4sugar/m4sh.m4 (AS_VAR_TEST_SET): Work even if $1 contains
3731         quotes and backslashes.  Patch from Derek Price.
3733 2005-06-10  Derek Price  <derek@ximbiot.com>
3735         * doc/autoconf.texi (Programming in M4sh): Document AS_TR_CPP &
3736         AS_TR_SH.
3738 2005-06-08  Paul Eggert  <eggert@cs.ucla.edu>
3740         * lib/autotest/general.m4 (AT_INIT): Don't accept Solaris 9's diff
3741         -u, since it outputs chatter if the input files are the same.
3742         Problem reported by Ralf Menzel.
3744 2005-06-08  Derek Price  <derek@ximbiot.com>
3746         * lib/m4sugar/m4sugar.m4: Undefine include & sinclude rather than
3747         renaming them since they are about to be redefined anyhow.
3749 2005-06-08  Derek Price  <derek@ximbiot.com>
3751         * doc/autoconf.texi (Redefined M4 Macros): Add index entries for most
3752         redefined M4 macros to this node.  Document m4_include & m4_sinclude.
3753         Move m4_undefine to alphabetical order.
3755 2005-06-07  Paul Eggert  <eggert@cs.ucla.edu>
3757         * README: Recommend GNU M4 1.4.3 or later.
3758         * doc/autoconf.texi (Introduction): Likewise.
3759         Reword to avoid some formatting glitches.
3760         Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days.
3761         Clarify explanation of HP compiler bug.
3762         Redo example output tp match current CVS snapshot.
3763         Use @example.org in email addresses when the examples
3764         might get inadvertently cut-and-pasted into user code.
3765         Remove example of autom4te usage that doesn't seem to work now.
3766         Use modern AC_INIT (except when the example is meant to be
3767         shown with Autoconf 2.13).
3768         Update ksh info for Solaris 9 and later.
3769         KB -> kB.
3770         Modernize description of Automake versions a bit.
3771         Don't claim a future version of Autoconf is near.
3772         * doc/install.texi: Reword to avoid some formatting glitches.
3774 2005-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3776         * doc/autoconf.texi: Add [] to examples, so that the manual
3777         follows its own advice about quoting better.
3778         Reword to avoid some formatting glitches.
3779         * doc/installt.exi: Reword to avoid some formatting glitches.
3781         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
3782         Tru64 ksh pattern matching bug.  Reported against Libtool by
3783         Albert Chin <libtool@mlists.thewrittenword.com> and
3784         Nicolas Joly <njoly@pasteur.fr>.
3786 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3788         m4_cdr of one-member list was [[]] (one-member list containing an
3789         empty string) instead of [] (an empty list.  Callers were skewed to
3790         match this misbehaviour.  As a consequence of this:
3791          - m4_foreach([x], [], [foo]) expanded to `foo', while
3792          - the expansion of m4_foreach([x], [[]], [foo]) was empty.
3793         This bug has been fixed:
3795         * lib/m4sugar/m4sugar.m4 (m4_cdr): If only one argument is given,
3796           expand to an empty string; print error msg if called without
3797           an argument list.
3798         (m4_foreach, m4_map, m4_map_sep): Don't expect the previous
3799           misbehaviour; handle [] and [[]] correctly.
3801 2005-06-06  Stepan Kasal  <kasal@ucw.cz>
3803         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Nuke ac_max_here_lines.
3804         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Simplify the sed
3805           scripts created and the loop applying them, use _AC_SED_CMD_LIMIT.
3807 2005-06-06  Ralf Menzel <menzel@ls6.cs.uni-dortmund.de>  (trivial change)
3809         * doc/autoconf.texi (Limitations of Usual Tools): Solaris' awk cannot
3810           swallow records with more than 99 fields.
3811         * lib/autotest/general.m4 (AT_INIT): Use the awk builtin `split' to
3812           parse the long line.
3814 2005-06-04  Stepan Kasal  <kasal@ucw.cz>
3816         * doc/autoconf.texi (Limitations of Usual Tools): AIX awk cannot
3817           swallow literals longer than 399.  Reported by Ralf Wildenhues.
3818         * lib/autotest/general.m4 (AT_INIT): Pass $at_groups though stdin,
3819           to workaround this limitation.
3821 2005-06-03  Steven G. Johnson  <stevenj@alum.mit.edu>
3823         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Find g95 in addition
3824         to gfortran, and make these the first two compiler names
3825         checked (following the general autoconf preference for gcc).
3827 2005-06-03  Stepan Kasal  <kasal@ucw.cz>
3829         * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
3830         (DISTCLEANFILES): Remove $(check_SCRIPTS).
3831         (testsuite): Make sure autotest.m4f is up-to-date before using it.
3833 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
3835         * lib/autotest/general.m4 (AT_INIT): Don't create a regular
3836         expression of unbounded size when processing the --list
3837         option.  This runs afoul of a limit of 399 bytes per regular
3838         expression on AIX.  Problem reported by Ralf Wildenhues.
3840 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3842         * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.
3843         * doc/autoconf.texi (Particular Headers): Reword example
3844         for multiline stdbool replacement.
3845         (Setting Output Variables): Reword text a bit.  Don't
3846         give all the details about |#_!!_#|.
3847         Reword description of line replacement.
3849 2005-05-31  Dan Manthey  <dan_manthey@partech.com>
3851         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Output variables may
3852         now contain newlines, and substituted files must be referenced on
3853         a line alone; the sed scripts to substitute them are now very
3854         different.
3855         (_AC_SED_CMD_LIMIT): Added; single place to store limit on how many
3856         commands can be put in a sed script portably.
3857         * doc/autoconf.texi (Setting Output Variables): Document above
3858         changes.  (Particular Header Checks) <AC_HEADER_STDBOOL>: Give exaple
3859         use of multiline substitution.
3860         * tests/torture.at: No longer expect substitution of newline to fail.
3862 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3864         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Fix diagnostics.
3865         From Ralf Menzel (trivial change).
3867 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
3869         * tests/local.at: Don't attempt to check for negated character
3870         classes in shell scripts.  The test was too brittle.
3872 2005-05-25  Stepan Kasal  <kasal@ucw.cz>
3874         * bin/autoconf.as: Don't use "shift 2"; it's not portable enough.
3875         * doc/autoconf.texi (Limitations of Builtins): Document this
3876           limitation.
3878 2005-05-24  Stepan Kasal  <kasal@ucw.cz>
3880         * lib/m4sugar/m4sh.m4 (_AS_ECHO_LOG): New macro to factor out
3881           common code; used in many places in the tree.
3882         (AS_ESCAPE): Make the pattern a bit simpler; use \& insetad of \1.
3883         (_AS_ECHO_UNQUOTED): Move the macro lower; no code change.
3885         * lib/m4sugar/m4sugar.m4 (m4_ifset): Use m4_ifval.
3887         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Merge the two error
3888           messages when ac_unique_file is not found.
3889         (AC_CONFIG_MACRO_DIR): Simplify the `if' at the end.
3890         (AC_MSG_CHECKING, AC_MSG_RESULT): Put braces around the two echo
3891           commands, for consistency with AC_MSG_ERROR and such.
3893         * bin/autoconf.as: Make more use of "shift 2" in option processing.
3895         * bin/Makefile.am: Merge the two rules for creating scripts.
3897 2005-05-23  Stepan Kasal  <kasal@ucw.cz>
3899         * lib/autoconf/general.m4 (AC_MSG_RESULT_UNQUOTED): Make
3900         obsolete; it was never documented.
3901         (AC_CACHE_CHECK): Use AC_MSG_RESULT instead.
3903 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3905         * NEWS: @top_builddir@ is now a dirname, ac_top_builddir will follow.
3906         * lib/autoconf/status.m4 (_AC_SRCDIRS): Rename ...
3907         (ac_top_builddir): ... this ...
3908         (ac_top_build_prefix): ... to this; the old name is also kept, for
3909           backward compatibility.
3910         (ac_top_builddir_sub): New variable, without the trailing slash,
3911           always nonempty.
3912         (_AC_OUTPUT_FILES): s/@top_builddir@/$ac_top_builddir_sub/
3913         * doc/autoconf.texi (Configuration Actions): Rename
3914           ac_top_builddir to ac_top_build_prefix.
3915         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Rename
3916           at_top_builddir to at_top_build_prefix.
3917         * lib/autotest/general.m4 (AT_INIT): Likewise.
3919 2005-05-20  Stepan Kasal  <kasal@ucw.cz>
3921         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Simplify the init
3922           of confdefs.h .
3924 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3926         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
3927           argument to m4_foreach.  I guess it was necessary in the past,
3928           but I think it's a no-op now.
3930 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
3932         * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
3933           ``cat <<_ACEOF'' commands to one.
3934         (_AC_CANONICAL_SPLIT): Use expr, not ``echo|sed.''
3935         * lib/autoconf/status.m4: On various places, use expr instead of
3936           ``echo|sed.''
3937         (_AC_CONFIG_SPLIT, _AC_CONFIG_SPLIT_SOURCE_DEST):
3938         (_AC_CONFIG_SPLIT_FILE_IN): New macros, to factor out common code.
3939         * lib/autotest/general.m4 (AT_INIT): Use expr to get the numbers from
3940           a range.
3941         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Use awk to search for
3942           the wrong patterns between ``case'' and ``esac.''  The previous
3943           code had false positives.
3945 2005-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
3947         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
3948         as on 2005-05-02.
3949         * doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
3950         Mention LIBOBJDIR.
3952 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
3954         * AUTHORS, BUGS, COPYING, ChangeLog, ChangeLog.0, ChangeLog.1,
3955         ChangeLog.2, GNUmakefile, Makefile.am, Makefile.cfg,
3956         Makefile.maint, NEWS, README, README-alpha, TODO, configure.ac,
3957         bin/Makefile.am, bin/autoconf.as, bin/autoheader.in,
3958         bin/autom4te.in, bin/autoreconf.in, bin/autoscan.in,
3959         bin/autoupdate.in, bin/ifnames.in, config/Makefile.am,
3960         config/config.guess, config/config.sub, config/elisp-comp,
3961         config/m4.m4, config/mdate-sh, config/missing, config/texinfo.tex,
3962         doc/Makefile.am, doc/fdl.texi, lib/Makefile.am, lib/autom4te.in,
3963         lib/freeze.mk, lib/Autom4te/C4che.pm, lib/Autom4te/ChannelDefs.pm,
3964         lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm,
3965         lib/Autom4te/FileUtils.pm, lib/Autom4te/General.pm,
3966         lib/Autom4te/Request.pm, lib/Autom4te/Struct.pm,
3967         lib/Autom4te/XFile.pm, lib/autoconf/Makefile.am,
3968         lib/autoconf/autoconf.m4, lib/autoconf/autoheader.m4,
3969         lib/autoconf/autoscan.m4, lib/autoconf/autotest.m4,
3970         lib/autoconf/autoupdate.m4, lib/autoconf/c.m4,
3971         lib/autoconf/fortran.m4, lib/autoconf/functions.m4,
3972         lib/autoconf/general.m4, lib/autoconf/headers.m4,
3973         lib/autoconf/lang.m4, lib/autoconf/libs.m4,
3974         lib/autoconf/oldnames.m4, lib/autoconf/programs.m4,
3975         lib/autoconf/specific.m4, lib/autoconf/status.m4,
3976         lib/autoconf/types.m4, lib/autoscan/Makefile.am,
3977         lib/autoscan/autoscan.list, lib/autoscan/autoscan.pre,
3978         lib/autotest/Makefile.am, lib/autotest/autotest.m4,
3979         lib/autotest/general.m4, lib/emacs/Makefile.am,
3980         lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el,
3981         lib/m4sugar/Makefile.am, lib/m4sugar/m4sh.m4,
3982         lib/m4sugar/m4sugar.m4, man/Makefile.am, tests/Makefile.am,
3983         tests/atlocal.in, tests/autotest.at, tests/base.at, tests/c.at,
3984         tests/compile.at, tests/foreign.at, tests/fortran.at,
3985         tests/local.at, tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
3986         tests/semantics.at, tests/suite.at, tests/tools.at,
3987         tests/torture.at, tests/wrapper.as:
3988         Update FSF postal mail address.
3990 2005-05-13  Stepan Kasal  <kasal@ucw.cz>
3992         * lib/autoconf/general.m4 (AC_CONFIG_LIBOBJ_DIR): Remove the broken
3993           check.
3994         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Halt with error if we don't get
3995           enough arguments, similarly as in m4_bpatsubsts.
3997 2005-05-12  Stepan Kasal  <kasal@ucw.cz>
3999         * lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
4000           of absolute paths.
4002 2005-05-11  Stepan Kasal  <kasal@ucw.cz>
4004         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
4005           for absolute directory names in one loop.
4006         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
4007           abbreviations of --version and --debug.
4009 2005-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4011         * doc/autoconf.texi (Autoconf Language): Be more precise about
4012         quoting rules.  Problems noted by Stepan Kasal.
4013         Also, throughout this document, be more careful about white space.
4014         "blank", "white space", and "space" all have different meanings
4015         and we should be careful to say what we mean.
4017 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
4019         Fix C++ related problems reported by Werner Lemberg.
4020         * doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
4021         * lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
4022         * lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
4023         avoid problems with C++ and throw.
4024         * tests/compile.at: .cpp, not .cc.
4026         * tests/semantics.at: Prepend LIBOBJDIR, as per 2005-05-02 change.
4028 2005-05-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4030         * doc/autoconf.texi (Generic Functions): Typos.
4032 2005-05-02  Gary V. Vaughan  <gary@gnu.org>
4034         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
4035         object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
4036         set by latest automake.
4038 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
4040         * doc/autoconf.texi (Limitations of Usual Tools): "expr '' \| ''"
4041         outputs 0 on GNU/Linux these days.
4043 2005-04-29  Paul Eggert  <eggert@cs.ucla.edu>
4045         * doc/autoconf.texi (Autoconf Language): Add more description
4046         about quoting heuristics.
4047         (Limitations of Builtins): Describe "set -" problems.
4049 2005-04-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4051         * lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
4052         not newline.
4054         * doc/autoconf.texi (External Software): Replace AC_DEFINE_UNQUOTED
4055         by AC_DEFINE; it was a mistake.
4056         From bug reported against libtool by Dalibor Topic <robilad@kaffe.org>.
4058 2005-04-25  Stepan Kasal  <kasal@ucw.cz>
4060         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): A tiny optimization.
4062 2005-04-22  Stepan Kasal  <kasal@ucw.cz>
4064         * doc/autoconf.texi (External Software): Quadrigraphs are not
4065           processed correctly in AS_HELP_STRING; avoid this in the examples.
4066         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): Add a FIXME about quadrigraphs.
4067         * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Likewise; and rephrase the
4068           comment and reduce m4_default([foo], []) to [foo].
4069         (m4_strip): Update the explanation.
4071 2005-04-19  Paul Eggert  <eggert@cs.ucla.edu>
4073         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
4074         Remove core.conftest.* too; it's generated by Tru64 5.1.
4075         Problem reported by Jennis Pruett.
4076         * lib/autoconf/functions.m4
4077         (AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
4078         Don't bother to remove core files; AC_RUN_IFELSE should do that
4079         for you.
4081 2005-04-19  Stepan Kasal  <kasal@ucw.cz>
4083         * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
4085 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
4087         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
4088         Report from Horst Wente.
4090 2005-04-15  Stepan Kasal  <kasal@ucw.cz>
4092         * lib/autoconf/general.m4 (_AC_ARG_VAR_VALIDATE): Fixed a typo in
4093           the comment.
4095 2005-04-14  Gregorio Guidi  <greg_g@gentoo.org>
4097         * doc/autoconf.texi (External Software, Package Options): Add
4098           examples showing how to implement --with-* and --enable-* options.
4100 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4102         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
4103         as well as configure.in.  Problem reported by Gregorio Guidi.
4105 2005-04-10  Paul Eggert  <eggert@cs.ucla.edu>
4107         * doc/autoconf.texi (Particular Functions): Use gnulib's current
4108         pattern for alloca snippet.
4110 2005-04-04  Stepan Kasal  <kasal@ucw.cz>
4112         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): Fix a typo.
4114 2005-04-01  Stepan Kasal  <kasal@ucw.cz>
4116         * doc/autoconf.texi (Generic Programs): Fix a typo.
4118 2005-04-01  Paul Eggert  <eggert@cs.ucla.edu>
4120         * lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
4121         fails if %s isn't supported.  Problem reported by Ralf Wildenhues.
4123 2005-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4125         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
4126         Merge `-z option' as well for the benefit of Solaris link flags.  Pass
4127         whole-archive (-zallextract, -zdefaultextract) options in the hope of
4128         unique libraries, for the Sun Fortran 95 8.0 compiler.  Bug reported
4129         against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
4131 2005-03-22  Paul Eggert  <eggert@cs.ucla.edu>
4133         * NEWS: The configure command now warns you if you attempt to use
4134         a directory whose name contains a special character like space,
4135         newline, or "\".
4136         * doc/autoconf.texi (Installation Directory Variables): Allow
4137         "," in file names.  Do not use \@; it's not a portable regexp.
4138         * bin/Makefile.am (edit): Likewise.
4139         * lib/Makefile.am (edit): Likewise.
4140         * tests/Makefile.am (edit): Likewise.
4141         * tests/semantics.at: Likewise.
4142         * tests/torture.at: Likewise.
4143         * lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
4144         * lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
4145         * doc/autoconf.texi (File System Conventions): Warn about
4146         unportable file names.
4147         * lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
4148         (AC_INIT): Use it.
4149         (_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
4150         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
4151         ac_pwd, and quote srcdir.
4152         * lib/autotest/general.m4 (AT_INIT): Quote file name args.
4154         * doc/autoconf.texi: Fix some systematic formatting problems.
4155         ".)"  needs a following @: if not at the end of a sentence, and
4156         similarly for "!)".  "etc." should be preceded by a comma.
4157         "n-th" -> "@var{n}th".  pdksh is still buggy, so update its date.
4159 2005-03-22  Bruno Haible  <bruno@clisp.org>
4161         * doc/autoconf.texi (Input): Mention that AC_CONFIG_AUX_DIR's
4162         argument is often called 'build-aux'.
4164 2005-03-07  Stepan Kasal  <kasal@ucw.cz>
4166         * doc/autoconf.texi (Quotation Rule Of Thumb): Mention that the
4167           macro AC_TRY_LINK is obsolete.
4168         (Installation Directory Variables): Change `AC_OUTPUT_FILES' to
4169           `AC_CONFIG_FILES'.
4171 2005-02-24  Stepan Kasal  <kasal@ucw.cz>
4173         * lib/autoconf/c.m4 (AC_PROG_CC): Be more careful to skip
4174           `/usr/ucb/cc'; use `cl.exe' to distinguish the MS compiler
4175           from a Common Lisp's `cl'.
4176         (AC_PROG_CXX): Behave according to the documentation: don't
4177           search for $ac_tool_prefix$CCC and $CCC, just set CXX=$CCC;
4178           make the variable CCC precious; use `cl.exe', not `cl'.
4180 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4181             Alexandre Duret-Lutz  <adl@gnu.org>
4183         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin from
4184         /dev/null, as "configure" shouldn't read stdin, and this insulates
4185         us from problems (e.g., when testing for "cl").  Also, do this
4186         redirection before invoking "hostname" or "uname", and keep the
4187         original input stream available via...
4188         (AS_ORIGINAL_STDIN_FD): ... this new macro.
4189         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE): Don't
4190         bother with "</dev/null" since it's now done at the top of
4191         'configure'.
4192         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Likewise.
4193         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4194         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4195         * doc/autoconf.texi (File Descriptor Macros): New section.
4196         (Printing Messages): Mention it.
4197         * tests/base.at (Input/Output): New test.
4199 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
4201         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): Don't set ECHO_C to
4202         newline if neither \c nor -n work, as that would output two
4203         newlines.  Prefer -n to \c.  Reported by Stepan Kasal.
4205 2005-02-12  Stepan Kasal  <kasal@ucw.cz>
4207         * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
4208         This causes that any required macros inside will get before the if.
4209         * doc/autoconf.texi (autom4te.cache): A typo.
4211 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4213         Undo previous change, except keep the change to
4214         lib/autoconf/programs.m4 that replaced grep with shell
4215         pattern-matching.  This is because net-snmp configure reads stdin.
4216         Reported by Noah Misch.
4218 2005-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4220         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Redirect stdin
4221         from /dev/null, as "configure" shouldn't read stdin, and this
4222         insulates us from problems (e.g., when testing for "cl").
4223         Suggested by Alexandre Duret-Lutz.  Also, do this redirection
4224         before invoking "hostname" or "uname".
4225         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4226         _AC_LINK_IFELSE): Undo previous change, as it's no longer needed.
4227         * lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX): Don't bother with
4228         "</dev/null" since it's now done at the top of 'configure'.
4229         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
4230         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FLAVOR_GNU): Likewise.
4231         Also, replace grep with shell pattern-matching, to save a process.
4233 2005-02-10  Paul Eggert  <eggert@cs.ucla.edu>
4235         * lib/autoconf/general.m4 (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE,
4236         _AC_LINK_IFELSE): Redirect stdin to /dev/null, in an attempt to
4237         avoid thinking that Allegro Common Lisp's "cl" command is a C++
4238         compiler.
4240 2005-02-09  Paul Eggert  <eggert@cs.ucla.edu>
4242         * doc/autoconf.texi (Limitations of Usual Tools): Document that
4243         grep -q isn't portable.  Improve grep -s explanation.
4244         Problem reported by Dan Manthey.
4246 2005-02-08  Paul Eggert  <eggert@cs.ucla.edu>
4248         * doc/autoconf.texi (Special Shell Variables): Clarify
4249         PATH_SEPARATOR wording; fix typo in IFS.  Reported by Gary V. Vaughan.
4251 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4253         * doc/autoconf.texi: Use @acronym for DJGPP.
4254         Fix some @code's that should have been @env's, and vice versa.
4255         Sort environment variable names.
4256         Mention that shells no longer inherit IFS.
4257         Don't recommend PATH_SEPARATOR=';' so strongly.
4258         Mention that $RANDOM might expand to the empty string.
4259         "symlink" and "soft link" -> "symbolic link".
4260         Improve mktemp description (reported by Bruno Haible).
4262 2005-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4264         * tests/foreign.at (Libtool): Don't overquote AT_SETUP arg.
4265         * tests/m4sh.at (AS_DIRNAME, AS_BASENAME, AS_MKDIR_P, AS_HELP_STRING):
4266         Likewise.
4267         * tests/semantics.at (AC_C_BIGENDIAN, AC_PATH_PROG & AC_PATH_PROGS):
4268         Likewise.
4270 2005-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4272         * NEWS: Mention AT_COPYRIGHT.
4274         * tests/local.at (AT_CMP): Use diff directly on input files rather
4275         than copying them.
4277         * lib/autoconf/programs.m4 (AC_PROG_SED): Don't look in
4278         /usr/xpg4/bin since that sed dumps core (at least on Solaris 8).
4280 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4281         and Paul Eggert  <eggert@cs.ucla.edu>
4283         * tests/autotest.at (Empty test suite): New test.
4284         * tests/torture.at (Substitute and define special characters)
4285         (Substitute a 2000-byte string, Define to a 2000-byte string)
4286         (Substitute a newline, Define a newline): New tests.
4288 2005-02-04  Noah Misch  <noah@cs.caltech.edu>
4290         * lib/m4sugar/m4sugar.m4 (m4_re_string, m4_re_word): Revert 2002-03-04.
4291         * tests/local.at (AT_CHECK_M4SUGAR): Add `m4sugar' to keywords.
4292         (AT_CHECK_ENV): Ignore LTLIBOBJS, FC variables, EGREP, FGREP, and SED.
4293         * tests/m4sugar.at (AT_CHECK_M4SUGAR_TEXT, AT_CHECK_M4RE): New macros.
4294         (Standard regular expressions): New test.
4295         (m4_warn, m4_require: circular dependencies, m4_text_wrap): Strip
4296         excess test name quoting.
4297         * tests/semantics.at (AC_CHECK_HEADERS_OLD, AC_CHECK_HEADERS_NEW): Pass
4298         CPPFLAGS to `configure' instead of setting it in `configure'.
4300         * lib/m4sugar/m4sh.m4 (AS_UNAME): Try only /usr/bin/hostinfo, not
4301         any `hostinfo' in $PATH, since hostinfo.exe is a popular file name
4302         on some platforms.
4304         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), AC_FC_SRCEXT):
4305         s/FC_SRCEXT/ac_fc_srcext/; s/FCFLAGS_SRCEXT/ac_fcflags_srcext/.
4307         * tests/local.at (AT_CMP): New macro.
4308         (AT_DATA_AUTOCONF): Do not call AC_PROG_GREP.
4309         (AC_SAVE_STATE): Move environment grep...
4310         (AT_CHECK_ENV): to here.  Filter out `'$''.  Use AT_CMP.
4311         (AT_CONFIG_CMP): New macro.
4312         (AT_CHECK_MACRO): Run `configure' twice with cache and compare results.
4313         * tests/c.at (Extensions): Do not exit early.
4314         * tests/atlocal.in: Inherit $GREP.
4316         * lib/autoconf/c.m4 (_AC_C_STD_TRY): New macro.
4317         (_AC_PROG_CC_C89, _AC_PROG_CC_C99): Use it.
4319         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Update for 2005.
4320         (AC_COPYRIGHT): Factor header comment portion out and move into...
4321         * lib/m4sugar/m4sh.m4 (AS_COPYRIGHT): This.
4322         * lib/autotest/general.at (AT_COPYRIGHT): New macro.
4323         (AT_INIT): Add Autotest copyright notice.  Display copyright notices in
4324         --version output.
4325         * tests/local.at: Add Autoconf test suite copyright notice.
4326         * doc/autoconf.texi (Writing testsuite.at): Document AT_COPYRIGHT.
4328 2005-02-04  Bruno Haible  <bruno@clisp.org>
4329         and Paul Eggert  <eggert@cs.ucla.edu>
4331         * doc/autoconf.texi (Limitations of Usual Tools): New mkstemp entry.
4333 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4335         * lib/m4sugar/m4sugar.m4 (m4_re_escape): Escape ?, ^, \, $ too;
4336         this fixes a bug tickled by the AT_CAPTURE_FILE change noted below.
4338         Try not to generated lines of unlimited length, as POSIX places a
4339         2047-byte limit on line length of portable text files.
4340         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILE):
4341         Use newline as a separator, not space.
4342         * lib/autotest/general.m4 (AT_TESTED, AT_KEYWORDS): Likewise.
4343         (AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not
4344         space.
4346 2005-02-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4348         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Move func_* to
4349         as_func_*.  Add test to check whether positional parameters
4350         are restored after function return.
4352 2005-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4354         * doc/autoconf.texi (Special Shell Variables): Mention _,
4355         BIN_SH, DUALCASE.  Say that variables other than "status" are safe
4356         if they contain a lower-case letter.  The DUALCASE problem was
4357         reported by Ralf Wildenhues.
4359         * bin/autoconf.as: Don't exit with status 0 after write failure
4360         with --help or --version.
4361         * lib/autoconf/general.m4 (_AC_INIT_HELP, _AC_INIT_VERSION): Likewise.
4362         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Likewise.
4364 2005-02-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4366         * doc/autoconf.texi (Limitations of Usual Tools):
4367         Unicos 9 sed limitations.
4368         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Try cf77 before fort77
4369         to get the option-enhanced interface on older Crays.  Try ftn for
4370         Fortran 95 (newer Crays).
4372 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4374         * man/Makefile.am (.x.1): Go back to the simple solution, but take
4375         care to echo the commands, so the user knows what's going on.
4376         Modified from a suggestion by Stepan Kasal.
4378         * doc/autoconf.texi (autoreconf Invocation): Mention autopoint,
4379         with a cross reference.  Derived from a suggestion by Bruce Korb.
4381 2005-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4383         * doc/autoconf.texi (config.status Invocation): Warn about
4384         discrepancy between CONFIG_SHELL and shell used to invoke 'configure'.
4385         * doc/install.texi (Defining Variables): Likewise.
4386         Based on a proposed patch by Ralf Wildenhues.
4388         * man/Makefile.am (.x.1): Make sure the required generated files
4389         are up to date.  Problem and original solution proposed by Stepan Kasal.
4390         $(dist_man_MANS:.1=-bin-prereq), $(dist_man_MANS:.1=-tests-prereq),
4391         implicit-man-prerequisites): New rules, used by the above.
4393         * doc/make-stds.texi, doc/standards.texi: Sync from gnulib.
4394         * config/config.guess, config/config.sub, config/install-sh: Likewise.
4395         * config/missing, config/texinfo.tex: Likewise.
4397 2005-01-29  Stepan Kasal  <kasal@ucw.cz>
4399         Simplify the implementation of m4_require (a.k.a. AC_REQUIRE).
4400         Update the long comment explaining it.
4402         m4_require no longer writes an ``is required by'' line to the
4403         execution stack.  It contains only one bit of non-redundant
4404         information: that the macro was required, not called.  And even
4405         this bit is useless in most situations: have you ever met a macro
4406         which both calls and requires the same macro?
4408         * lib/m4sugar/m4sugar.m4 (_m4_defun_pro): Don't push a diversion...
4409         (_m4_defun_pro_outer): ... only via this macro, for the outermost
4410           macro.
4411         (_m4_defun_epi, _m4_defun_epi_outer): Complementarily.
4412         (m4_expansion_stack_pop): Remove the misplaced comment.
4413         (m4_require): Don't put the ``is required by'' line to the
4414           execution stack; slightly improve the out-of-a-defun error message.
4415         (_m4_divert_grow): New macro, counter for the temporary diversions.
4416         (_m4_require_call): Use it.
4417         * tests/m4sugar.at (m4_require): Expect output without the
4418           ``is required by'' messages.
4420 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
4422         * doc/autoconf.texi (Limitations of Usual Tools): Recommend X
4423         rather than x for expr.
4425         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT): Avoid subshells when
4426         this is safe.
4427         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): Likewise.
4428         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
4429         * lib/autotest/general.m4 (AT_INIT): Likewise.
4430         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Likewise.
4431         * tests/mktests.sh: Likewise.
4433 2005-01-27  Akim Demaille  <akim@epita.fr>
4435         Have autoheader honor --force.
4437         * doc/make-stds.texi, doc/standards.texi: Update from masters.
4438         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm
4439         * lib/Autom4te/FileUtils.pm, lib/Autom4te/XFile.pm: Update
4440         from masters, so that FileUtils.pm's update_file provide --force
4441         support.
4442         * bin/autoheader.in: Pass $force to update_file so that
4443         config.h.in is always recreated when --force.
4445 2005-01-24  Stepan Kasal  <kasal@ucw.cz>
4447         * doc/autoconf.texi (Introduction): Update Peter Simons' address.
4449 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
4451         * doc/autoconf.texi (Limitations of Builtins): Clarify that
4452         "if test ! -d foo; ..." is portable.  Suggested by Stepan Kasal.
4454 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
4456         * doc/autoconf.texi (Shell Substitutions): Fix typo in case statement.
4457         Warn about newline stripping in `` and $().  Update Solaris
4458         version to 9.
4459         (Limitations of Builtins): Use expr "X...", not expr "x...", as
4460         X insulates us from future changes to Posix.
4461         (Limitations of Usual Tools): For AS_DIRNAME, warn about newline
4462         stripping.
4464 2005-01-19  Stepan Kasal  <kasal@ucw.cz>
4466         * doc/autoconf.texi (Defining Symbols): Delete the false comment that
4467           you cannot use AC_DEFINE to define macros containing `[' or `]'.
4469 2005-01-13  Paul Eggert  <eggert@cs.ucla.edu>
4471         * doc/autoconf.texi (Limitations of Usual Tools): Document bug
4472         in Solaris 8 join.  Problem reported by Tomohiro Suzuki on
4473         bug-tar mailing list.
4475 2005-01-05  Stepan Kasal  <kasal@ucw.cz>
4477         * lib/m4sugar/m4sugar.m4 (m4_copy): Fix the explanation.
4479 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4481         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C)): Declare longval and
4482         ulongval to be static, to avoid unwanted GCC warning.  Problem
4483         reported by Michael Jennings via Daniel Reed; see
4484         <https://bugzilla.redhat.com/beta/show_bug.cgi?id=143852>.
4486 2005-01-05  Alexandre Duret-Lutz  <adl@gnu.org>
4488         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Define datarootdir,
4489         docdir, htmldir, dvidir, pdfdir, psdir, and localdir.  Update
4490         datadir, infodir, and mandir.  Adjust argument parsing code.
4491         (_AC_INIT_HELP): Update help text.
4492         * doc/autoconf.texi (Installation Directory Variables): Document
4493         new variables.
4495 2005-01-04  Noah Misch  <noah@cs.caltech.edu>
4497         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): If the Make program does
4498         not seem to work, assume it does set $(MAKE).
4499         * doc/autoconf.texi (AC_PROG_MAKE_SET): Update.
4501 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4503         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Add a comment about nesting.
4505 2005-01-03  Stepan Kasal  <kasal@ucw.cz>
4507         A cleanup of the diversion support in m4sugar.
4509         * lib/m4sugar/m4sugar.m4 (_m4_divert): A typo in description.
4510         (_m4_divert_n_stack): New macro; the expansion is
4511           <newline>m4_divert_stack, if m4_divert_stack is defined, and void
4512           otherwise.
4513         (m4_divert, m4_divert_push, m4_divert_pop, m4_init): Use it.
4514         (m4_divert_push, m4_divert_pop, _m4_defun_epi): Don't expand the word
4515           stored in _m4_divert_diversion or _m4_divert_dump.
4516         (m4_divert_pop): When the parameter is given, compare the symbolic
4517           name with the last diversion pushed on the stack.  Previously, the
4518           current diversion was compared with the numeric value of the
4519           diversion given as the parameter.
4520         (m4_require): If the macro hasn't been expanded yet, call ...
4521         (_m4_require_call): this new macro.
4523 2005-01-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4525         * lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_ARG_VAR_VALIDATE):
4526         Workarounds for documented `case' limitations.
4528 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
4530         * doc/autoconf.texi (Limitations of Usual Tools): Warn about
4531         sed 'command1;command2'.  Problem reported by Ralf Wildenhues.
4533 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
4535         * bin/autoconf.as, bin/autoheader.in, bin/autom4te.in,
4536         bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
4537         bin/ifnames.in, tests/mktests.sh: Update copyright date to 2005.
4539         Patch from Roger Leigh (with some minor changes) as follows:
4540         * NEWS: New macros AC_PROG_CC_C89, AC_PROG_CC_C99.
4541         Resurrect AC_PROG_CC_STDC.
4542         * doc/autoconf.texi (C Compiler): Add AC_PROG_CC_STDC,
4543         AC_PROG_CC_C89, AC_PROG_CC_C99.
4544         (Obsolete Macros): Remove AC_PROG_CC_STDC; it's no longer obsolete.
4545         * lib/autoconf/c.m4 (_AC_PROG_CC_C89, _AC_PROG_CC_C99, AC_PROG_CC_C89,
4546         AC_PROG_CC_C99): New macros.
4547         (AC_PROG_CC_STDC): Use them.
4548         (_AC_PROG_CC_STDC): Remove.
4549         (AC_C_PROTOTYPES): Use ac_cv_prog_cc_c89, not ac_cv_prog_cc_stdc.
4550         * THANKS: Add Roger Leigh.
4552 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4554         * bin/autoreconf.in (autoreconf_current_directory):  AM_INIT_AUTOMAKE
4555         signals that the package uses Automake; a `Makefile.am' is typical but
4556         not essential.  Reported by Magnus Therning.
4557         * tests/torture.at (autoreconf.): New banner.
4558         (autoreconf and non-AC configure): Rename to `Non-Autoconf
4559         AC_CONFIG_SUBDIRS'.
4560         (autoreconf an empty directory): Rename to `Empty directory'.
4561         (Unusual Automake input files): New test.
4563 2004-12-30  Noah Misch  <noah@cs.caltech.edu>
4565         * lib/autotest/general.m4 (AT_CAPTURE_FILE): New macro.
4566         (AT_SETUP): Clear AT_capture_files.
4567         (_AT_CHECK): On failure, log each of AT_capture_files.  Fix comment.
4568         (AT_KEYWORDS): Fix comment typo.
4569         * tests/autotest.at (AT_CHECK_AT): Use AT_CAPTURE_FILE.
4570         * tests/local.at (AT_CHECK_CONFIGURE): Use AT_CAPTURE_FILE.
4571         * doc/autoconf.texi (Writing testsuite.at): Document AT_CAPTURE_FILE.
4573 2004-12-29  Albert Chin-A-Young  <china@thewrittenword.com>
4575         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH):
4576         If the variable to set is already set, set ac_cv_path_$1
4577         to the preset value so caller can assume ac_cv_path_$1
4578         is available.  (trivial change)
4580 2004-12-27  Noah Misch  <noah@cs.caltech.edu>
4582         * BUGS (Minor Problems): Warn about makefile limitations.
4583         * Makefile.am: Find and update `INSTALL' in $(srcdir).
4584         * man/Makefile.am: Find and update manual pages in $(srcdir).
4586 2004-12-24  Eric Blake  <ebb9@byu.net>
4588         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Test candidate
4589         shells in subshell, to avoid noise from ash.  (trivial change)
4591 2004-12-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4593         * doc/autoconf.texi (Limitations of Builtins) <case>: Mention
4594         problems with SunOS ksh and backslash escaping, Bourne shells and
4595         closing brackets (both within character classes).  Bug reported
4596         against Libtool by Alexander Kurz <alexander.kurz@qsc.de>.
4597         <read>: New entry.  Mention non-availability of -r.
4599 2004-12-21  Akim Demaille  <akim@epita.fr>
4601         * lib/autotest/general.m4 (AT_LINE): Don't add srcdir here, to
4602         avoid cluttering displayed messages.  Rather, prepend srcdir where
4603         AT_LINE is used for log files.
4605 2004-12-21  Stepan Kasal  <kasal@ucw.cz>
4607         * lib/autoconf/status.m4: Quote ``$tmp'' in many places.
4608         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Fix the comment, as traps are
4609           no longer part of the macro, quote the occurrence of ``$tmp''.
4610         * doc/autoconf.texi (Forbidden Patterns): Typo.
4612 2004-12-21  Akim Demaille  <akim@epita.fr>
4614         * lib/autotest/general.m4 (AT_INIT): Make sure the "ok" etc. are
4615         separated from the test title by forcing a white space.
4617 2004-12-21  Akim Demaille  <akim@epita.fr>
4619         Enable Emacs navigation within testsuite.log files.
4621         * lib/autotest/general.m4 (AT_CLEANUP): Add an hint for Emacs to
4622         use the compilation mode.
4623         (AT_LINE): Point to the srcdir.
4625 2004-12-19  Noah Misch  <noah@cs.caltech.edu>
4627         * tests/Makefile.am (installcheck-local): Use $(bindir).
4628         (check-local, installcheck-local): Pass TESTSUITEFLAGS.
4629         * doc/autoconf.texi (Making testsuite Scripts): Recommend the same
4630         Makefile.am scheme Autoconf now uses.
4632 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
4634         * lib/m4sugar/m4sugar.m4 (m4_qlen, m4_qdelta): New macros.
4635         * lib/autotest/general.m4 (AT_SETUP): Use m4_qdelta.
4637 2004-12-18  Noah Misch  <noah@cs.caltech.edu>
4639         * lib/autotest/general.m4 (_AT_DECIDE_TRACEABLE): New macro.
4640         (_AT_CHECK): Use it.
4641         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): Remove.
4642         (AS_ESCAPE): Fix comment.
4643         * tests/autotest.at: Adjust section banner comments.
4644         (AT_CHECK_AT): Accept STATUS and STDERR.
4645         (AT_CHECK_AT_TEST): Likewise.
4646         (Invalid brace-enclosed parameter expansion)
4647         (Multiline command from M4 expansion)
4648         (Double-M4-quoted command): New tests.
4650 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
4652         * doc/autoconf.texi: Update GNU FDL version from 1.1 to 1.2.
4654 2004-12-17  Akim Demaille  <akim@epita.fr>
4656         * lib/autoconf/general.m4 (AC_SUBST, AC_SUBST_FILES): Pass $1 to
4657         m4_pattern_allow.
4658         Suggested by Alexandre Duret-Lutz.
4659         * doc/autoconf.texi (Setting Output Variables): Catch up.
4661 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4663         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix comment.
4665 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4667         * lib/autoconf/general.m4 (_AC_LIBOBJ): We can use AC_SUBST/2,
4668           remove the comment which said we cannot.
4670 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4672         Add a specialized check for resolv.h.  Thanks to Gerrit P. Haase,
4673         Reini Urban and Paul Eggert for reporting the dependencies.
4675         * lib/autoconf/headers.m4 (AC_HEADER_RESOLV): New macro.
4676         * doc/autoconf.texi (AC_HEADER_RESOLV): Document it.
4677         (AC_HEADER_STAT): @cvindex{STAT_MACROS_BROKEN}, not @acindex.
4679 2004-12-17  Stepan Kasal  <kasal@ucw.cz>
4681         * bin/autoscan.in: Open autoscan.log only after ``parse_args'';
4682           so that eg. ``autoscan --help'' doesn't truncate it.
4684 2004-12-15  Nicolas Joly  <njoly@pasteur.fr>
4686         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove
4687         generated conftest files.
4689 2004-12-13  Noah Misch  <noah@cs.caltech.edu>
4691         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
4692         tracing on commands with possibly-escaped newlines.
4693         * doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
4694         discontinued behavior and its implications.
4695         * tests/autotest.at (BS-newline in command, ^BS-newline in command)
4696         (BSx641-newline in command, BS-BS-newline in command)
4697         (BSx640-newline in command, Newline-CODE-BS-newline in command)
4698         (Single-quote-BS-newline in command)
4699         (Single-quote-newline-BS-newline in command): New tests.
4701 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4703         * lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
4704           on platforms where it works.
4705         (_AS_TEST_PREPARE): Test for ``test -x''.
4706         (_AS_BROKEN_TEST_PREPARE): Nuke.
4708 2004-12-13  Stepan Kasal  <kasal@ucw.cz>
4710         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
4711         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
4712           give only 4-letter prefix to AS_TMPDIR, comment fixed.
4713         * lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
4714           create the temporary directory.
4715         (_AC_FEATURE_CHECK_LENGTH): Work in current directory.
4717 2004-12-12  Kelley Cook  <kcook@gcc.gnu.org>
4719         * bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
4720         (trivial change)
4722 2004-12-12  Alexandre Duret-Lutz  <adl@gnu.org>
4724         * doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
4726 2004-12-11  Noah Misch  <noah@cs.caltech.edu>
4728         * lib/autotest/general.m4 (_AT_CHECK) [--trace]: Rework a shell pattern
4729         to avoid using a negated character class.  Reported by Nicolas Joly.
4730         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Check for similar constructs.
4732 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
4734         * man/Makefile.am (autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
4735         autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
4736         Don't depend on .x file explicitly, since "make" does that for us.
4737         Suggested by Stepan Kasal.
4739         * bin/Makefile.am (MOSTLYCLEANFILES): Renamed from CLEANFILES.
4740         Add *.tmp.
4741         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
4742         ifnames): Factor common code.  And they said it couldn't be done!
4744 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4746         * bin/.cvsignore: Add autoconf.in.
4747         * tests/.cvsignore: Add wrapper.in.
4748         * lib/autotest/general.m4: Escape '$' in case pattern.
4750 2004-12-09  Noah Misch  <noah@cs.caltech.edu>
4752         * man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
4754         * lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.
4756         * tests/autotest.at: New file.
4757         * tests/suite.at: Include it.
4758         * tests/Makefile.am: Distribute it.
4760         * lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
4761           shell tracing on a command that could contain multiple lines.
4762         * doc/autoconf.text: Document that fact and its implications.
4763         * lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
4764         * tests/autotest.at (Multiline backquote command substitution,
4765           Multiline parameter expansion, Literal multiline command,
4766           Multiline parenthetical command substitution): Remove XFAIL.
4768 2004-12-09  Paul Eggert  <eggert@cs.ucla.edu>
4770         * doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
4771         and suggest AC_SEARCH_LIBS.  Suggested by Noah Misch and Stepan Kasal.
4773 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4775         * configure.ac (test suite): Cease to generate wrapper scripts.
4776         * configure: Regenerate.
4777         * lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
4778         (m4f_dependencies): Adjust accordingly.
4779         * tests/Makefile.am (Wrappers): Generate wrapper scripts.
4780         (wrapper.in): Generate it in the build directory.
4781         (MAINTAINERCLEANFILES): Delete wrapper.in.
4782         (CLEANFILES): Add wrapper.in.
4783         * tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
4784         the output.  Replace each $as_me with a @wrap_program@.
4785         * tests/wrapper.in: Delete it; we always build it.
4787         * bin/Makefile.am (autoconf.in): Generate it in the build directory.
4788         (EXTRA_DIST): Remove autoconf.in.
4789         (CLEANFILES): Add autoconf.in.
4790         (autoconf): Find autoconf.in in the build directory.
4791         * bin/autoconf.in: Delete it; we always build it.
4793 2004-12-08  Noah Misch  <noah@cs.caltech.edu>
4795         * lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
4796         PATH members so as to not prepend an empty element.  Move a comment.
4797         * Makefile.am (SUBDIRS): Build in `tests' last.
4798         * tests/Makefile.am (installcheck-local): Add check-local dependencies.
4800 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
4802         * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
4803         the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
4804         <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
4805         Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
4807 2004-12-07  Stepan Kasal  <kasal@ucw.cz>
4809         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
4810         patch: extra "-l"s.
4812 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
4814         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Check libc before
4815         looking elsewhere for getmntent.  Problem reported by Mark D. Baushke.
4816         * doc/autoconf.texi (Particular Functions): Mention new behavior.
4818 2004-12-03  Stepan Kasal  <kasal@ucw.cz>
4820         * lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
4821           out the common code to ...
4822         (_AC_DEFINE_Q): ... a new macro; simplify the condition about the
4823           value of the #define--default to 1, iff the macro was called
4824           with exactly one parameter.
4826 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
4828         * lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use
4829         "char c = '\200';" rather than "char c = 0x80;" as the
4830         latter doesn't conform to the strict C standard due to
4831         overflow on signed char hosts.
4833         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
4834         to -qlanglvl=ansi.  We don't want to disable extensions.
4836 2004-11-29  Paul Eggert  <eggert@cs.ucla.edu>
4838         * doc/autoconf.texi (Particular Programs): @code{$PATH} -> @env{PATH}.
4839         (Using Autotest, testsuite Scripts, Writing testsuite.at):
4840         Reword slightly to avoid some English-language problems noted
4841         by Ralf Wildenhues in:
4842         http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html
4844 2004-11-29  Stepan Kasal  <kasal@ucw.cz>
4846         * NEWS: Add ^L above each release.
4848 2004-11-28  Paul Eggert  <eggert@cs.ucla.edu>
4850         Fix documentation problems reported by Russ Boylan in
4851         <http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
4852         along with some nearby cruft.
4853         * doc/autoconf.texi (Libtool): Libtool can be used without
4854         Automake (not without Autoconf).
4855         (Introduction): Mention lists.gnu.org.
4856         * BUGS: Don't mention bugs.gnu.org.
4857         Remove mention of ancient libtool compatibility problem.
4858         * NEWS: Mention that bugs.gnu.org is kaput.
4859         * README: Likewise.  Mention where mailing list archives can be found.
4861 2004-11-28  Stepan Kasal  <kasal@ucw.cz>
4863         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
4865 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4867         * doc/autoconf.texi (Pretty Help Strings): Go back to
4868         single-quoting assignments to cache variables.
4870 2004-11-23  Stepan Kasal  <kasal@ucw.cz>
4872         * doc/autoconf.texi (Pretty Help Strings): Fix quoting issues
4873         with the examples; fix the bug in MY_ARG_WITH example reported
4874         by Alexandre Duret-Lutz.
4875         * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
4876         expansion of $1 in the comment emitted to configure.
4878 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
4880         * doc/autoconf.texi (Pretty Help Strings): Fix typo
4881         in my editing of the previous patch.  Problem reported
4882         by Alexandre Duret-Lutz.
4884 2004-11-22  Stepan Kasal  <kasal@ucw.cz>
4886         * doc/autoconf.texi (Autoconf Language): Explain that
4887         ``descriptions'' may not be double quotes.
4888         (Quotation Rule Of Thumb): Likewise.
4889         (Pretty Help Strings): Likewise; remove the wrong comment;
4890         simplify the examples and improve their quoting.
4892 2004-11-13  Stepan Kasal  <kasal@ucw.cz>
4894         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't check
4895         the $1_found variable, don't test whether the file is executable;
4896         Both things are checked ...
4897         (_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
4898         the former ``test -f''.
4899         * lib/m4sugar/m4sh.m4 (_AS_TEST_PREPARE): Fix a typo.
4901 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
4903         * doc/autoconf.texi (Limitations of Usual Tools): Avoid cp -r;
4904         use cp -R instead.
4906 2004-11-10  Derek R. Price  <derek@ximbiot.com>
4908         * doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
4909         limitations.  Reorder paragraphs for clarity.
4911 2004-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4913         * doc/autoconf.texi: Standardize spelling of "Posix" (as opposed
4914         to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
4915         variants", "Unix", and some related minor wording fixups.
4917         (Shellology, Special Shell Variables): Document that the Zsh
4918         problem with NULLCMD was fixed in zsh 3.1.6-dev-18.  Thanks
4919         to Alexandre Duret-Lutz for this info.
4921 2004-10-10  Alexandre Duret-Lutz  <adl@gnu.org>
4923         * doc/autoconf.texi (One-Shot Macros): New node.
4925 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
4927         * doc/autoconf.texi (Function Portability): Fix misdescription
4928         of putenv.  Problem reported by Michael Wardle.
4930 2004-09-22  Paul Eggert  <eggert@cs.ucla.edu>
4932         * doc/autoconf.texi (auindex): New macro.
4933         (AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
4934         Problem reported by Stepan Kasal.
4936 2004-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4938         Fix problems reported by Andreas Buening in:
4939         http://lists.gnu.org/archive/html/autoconf-patches/2004-04/msg00004.html
4940         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Set SHELL=/bin/sh
4941         in test makefile.
4942         * lib/autotest/general.m4 (AT_INIT): Don't assume /dev/null is
4943         readable; it's not true in OS/2-emx.
4945 2004-09-04  Paul Eggert  <eggert@cs.ucla.edu>
4947         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): If xmkmf returns
4948         "/usr/include", clear ac_x_includes instead of leaving it as "no"
4949         (trivial change).  Problem and patch reported by Andrew Church in:
4950         http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html
4952 2004-09-03  Paul Eggert  <eggert@cs.ucla.edu>
4954         * doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
4955         three args in examples.  Problem reported by Frederik Fouvry in:
4956         http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
4957         Also, fix some minor spacing and punctuation bugs.
4959 2004-09-02  Akim Demaille  <akim@epita.fr>
4961         * doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
4962         "case" to restore ordering.
4963         Reported by Stepan Kasal.
4965 2004-08-26  Akim Demaille  <akim@epita.fr>
4967         * doc/autoconf.texi: Minor typos and stylos.
4969 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4971         * configure.ac (AC_INIT): Bump to 2.59c.
4973 2004-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4975         Version 2.59b.
4977         * README: Add advice about m4 1.4.2.
4979         * Makefile.cfg (wget_files): Remove config.guess, config.sub,
4980         texinfo.tex for now (done by hand now).
4981         * Makefile.maint (wget_files, cvs_files):
4982         Remove ansi2knr.c; nobody uses it.
4983         (ansi2knr.c-url_prefix): Remove.
4984         (cvs-update): Fix test for failure.  I don't know why it ever
4985         worked...
4987         * doc/autoconf.texi: Update URLs, some of which went stale.
4988         Use @uref rather than @href.
4990         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Have configure
4991         handle "--" as per POSIX.  Suggested by Paul Pogonyshev.
4993         * config/config.guess, config/config.sub, config/elisp-comp,
4994         config/install-sh, config/mkinstalldirs, config/texinfo.tex,
4995         doc/fdl.texi, doc/standards.texi: Sync with master copy.
4997         * NEWS, TODO, configure.ac, bin/autoscan.in,
4998         bin/autoupdate.in, bin/ifnames.in, doc/autoconf.texi,
4999         doc/install.texi, lib/Autom4te/Configure_ac.pm,
5000         lib/Autom4te/FileUtils.pm, lib/autoconf/general.m4,
5001         lib/autoconf/programs.m4, lib/autoconf/status.m4,
5002         lib/autotest/general.m4, lib/m4sugar/m4sh.m4,
5003         lib/m4sugar/m4sugar.m4, tests/local.at, tests/m4sh.at,
5004         tests/tools.at, tests/torture.at:
5005         Use "file name" rather than "filename" or "path",
5006         to be consistent with the terminology of the GNU coding standards.
5008 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5010         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
5011         AC_C_LONG_DOUBLE): Undo 2004-06-04 change, as it didn't work with
5012         HP-UX 11.23 cc/aCC or Tru64 4.0 cc.  Problem reported by Noah Misch in
5013         <http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.
5015         More fixes to support spaces in the name of the build directory.
5016         This isn't a complete fix but it's an improvement.
5018         * bin/autoconf.as (autom4te_options): New var.
5019         Use it instead of appending to AUTOM4TE, so that we can allow
5020         spaces in the build directory's absolute name.
5021         * bin/autoheader.in ($autoconf): Allow spaces in file names.
5022         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP, _AT_CHECK,
5023         AT_CHECK_NOESCAPE): Likewise.
5024         * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,
5025         main program): Likewise.
5027 2004-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5029         * lib/autoconf/general.m4 (_AC_INIT_HELP): Quote $ac_popdir uses.
5030         From Ralf Corsepius in:
5031         http://lists.gnu.org/archive/html/autoconf-patches/2004-08/msg00014.html
5033 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
5035         * doc/autoconf.texi (Function Portability): Document isinf and
5036         and isnan.  From a suggestion by Kevin Ryde.
5038         * lib/Autom4te/General.pm (END): Return correct exit status even
5039         if unlink succeeds and sets $?.  Needed with Solaris 8's perl 5.00503.
5041 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5043         * tests/torture.at (Deep Package): Use configure.in, not configure.ac,
5044         for compatibility with Automake 1.4.  Reported by J C Fitzgerald in
5045         <http://lists.gnu.org/archive/html/bug-autoconf/2003-08/msg00051.html>.
5047 2004-08-04  Alexandre Duret-Lutz  <adl@gnu.org>
5049         * lib/autoconf/general.m4 (AC_REQUIRE_AUX_FILE): New empty macro.
5050         (AC_CANONICAL_BUILD): Call it to require config.sub and config.guess.
5051         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Likewise for install-sh.
5052         * doc/autoconf.texi (Input): Document AC_REQUIRE_AUX_FILE.
5053         * lib/autom4te.in (Automake-preselections): Preselect
5054         AC_REQUIRE_AUX_FILE.  Automake 1.10 will trace it.
5056 2004-08-02  Alexandre Duret-Lutz  <adl@gnu.org>
5058         * lib/autom4te.in (Automake-preselections): Preselect
5059         AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
5060         trace them.
5062 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5064         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Set BIN_SH, for
5065         Tru64.
5066         * doc/autoconf.texi (Shellology): Mention BIN_SH.
5067         Document problem with "`""`" in pdksh POSIX mode.
5069 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
5071         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Use "set -o posix"
5072         with pdksh, too.  Problem reported by Patrick Welche via
5073         Gary V. Vaughan.
5074         * doc/autoconf.texi (Shellology): Note that set -o posix is
5075         useful for pkdsh, too.
5077 2004-06-24  Paul Eggert  <eggert@cs.ucla.edu>
5079         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Require
5080         _AS_UNSET_PREPARE, so that we can use $as_unset directly.
5081         Don't fail if ENV or BASH_ENV is readonly.
5082         (AS_SHELL_SANITIZE): Don't fail if ENV, MAIL, MAILPATH, LC_ALL,
5083         etc. are read only.  Problem reported by Ludovic Courtes.
5085 2004-06-23  Noah Misch  <noah@cs.caltech.edu>
5087         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): If the shell is
5088         zsh, disable GLOB_SUBST to avoid backslash handling problems.
5089         (trivial change)
5091 2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5093         * doc/autoconf.texi (File System Conventions): Warn about
5094         names like "aux".  Problem reported by Eric Blake.
5096         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY (C)): Use division
5097         by zero instead of array size, so that we can use any arithmetic
5098         constant expression (instead of requiring an integer constant
5099         expression).  This allows us to test expressions like DBL_MAX <
5100         LDBL_MAX, which didn't conform to the C standard using the old
5101         method.
5102         (AC_C_LONG_DOUBLE): Put back in the tests for LDBL_MAX and LDBL_EPSILON,
5103         now that we can do floating-point tests at compile time.
5105 2004-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5107         * lib/autoconf/c.m4 (AC_C_LONG_DOUBLE): Don't check LDBL_MAX
5108         and LDBL_EPSILON, as the resulting expression isn't an
5109         integer constant expression and violates the C standard.
5110         Problem reported by Nelson H. F. Beebe.  Also, check
5111         for "L" suffix, and check that long double doesn't have
5112         worse range or precision than double, that mixed-mode
5113         arithmetic doesn't generate a diagnostic, that double
5114         constants fit in long double.
5116 2004-06-03  Kevin Ryde  <user42@zip.com.au>
5118         * doc/autoconf.texi (Function Portability): Add notes on free(NULL),
5119         malloc(0) and realloc(NULL,size).
5121         * doc/autoconf.texi (Shell Substitutions): Spelling error reported by
5122         Bob Proulx.
5124 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
5126         * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Detect _Bool bug
5127         in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].  Problem reported
5128         by Jim Meyering.
5130 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
5132         * doc/autoconf.texi (Limitations of Builtins): Mention that ! COMMAND
5133         can be rewritten using if-then-else.  Suggested by Bruno Haible.
5135 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5137         * doc/autoconf.texi (testsuite Scripts): Fix typo.
5138         Problem reported by Stepan Kasal.
5140 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
5142         * tests/Makefile.am (autoconfdir): Fix to match comment (trivial
5143         change).  Patch reported by Ralf Wildenhues in
5144         <http://mail.gnu.org/archive/html/bug-autoconf/2004-05/msg00092.html>.
5146         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): Don't assume that a
5147         function F exists if the compiler and linker let you compile an
5148         expression like (F != 0).  Recent versions of GCC optimize away
5149         the reference to F in that case, since every function address must
5150         be nonzero, so the link succeeds even if F does not exist.
5151         Problem reported by Manu in
5152         <http://mail.gnu.org/archive/html/bug-gnu-utils/2004-05/msg00060.html>.
5154         * doc/autoconf.texi (Systemology): Standardize on the spelling of
5155         "Unix".  Many uses changed.
5156         (Limitations of Builtins): Explain better why the ! command isn't
5157         portable.
5159 2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
5161         * lib/autom4te.in (Automake-preselections): Preselect
5162         LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
5164 2004-05-19  Kevin Ryde  <user42@zip.com.au>
5166         * doc/autoconf.texi (Function Portability): Add strerror_r, cross
5167         referencing AC_FUNC_STRERROR_R.
5169         * doc/autoconf.texi (Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
5170         note pessimistic assumption when cross compiling.
5172 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
5174         * doc/autoconf.texi (Limitations of Make): Note that BSD make
5175         (until 2004) invoked subcommands with sh -e, contra POSIX.
5176         Reported by Kevin Ryde.
5178 2004-05-10  Eric Sunshine  <sunshine@sunshineco.com>
5180         * programs.m4 (_AC_PROG_GREP): Fixed bug where PATH argument handed to
5181         _AC_PATH_PROG_FEATURE_CHECK contained leading whitespace (i.e.
5182         "        $PATH:/usr/xpg4/bin"). This resulted in bogus tests, such as
5183         `test -f "        /usr/bin/grep"', which _always_ failed.
5184         (AC_PROG_SED): Ditto bogus PATH fix.
5185         * autoconf.texi (AC_PROG_GREP): Properly document that this macro
5186         requires that grep correctly supports _multiple_ `-e' options, rather
5187         than stating only that grep should accept `-e'.
5189 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
5191         Port to C99, which requires that 'exit' be declared.
5193         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use AC_INCLUDES_DEFAULT
5194         to ensure that stdlib.h is included.
5195         * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_SETPGRP,
5196         AC_FUNC_STRTOD, AC_FUNC_SETVBUF_REVERSED, AC_FUNC_FORK, _AC_FUNC_FORK,
5197         _AC_FUNC_VFORK, AC_FUNC_WAIT3): Likewise.
5198         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
5199         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS): Likewise.
5200         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Include <stdlib.h>
5201         when using 'exit' in a test; C99 requires that 'exit' be declared.
5203 2004-05-02  Paul Eggert  <eggert@cs.ucla.edu>
5205         * doc/autoconf.texi (Particular Programs): AC_PROG_GREP
5206         now prefers 'grep' implementations that accept -e.
5207         (Limitations of Usual Tools): Describe problems of traditional
5208         egrep and fgrep with long input lines, and of traditional grep
5209         with -e.
5210         * lib/autoconf/programs.m4 (AC_PROG_GREP): Check for -e, too.
5211         (_AC_PROG_GREP): Assume 3rd arg is properly quoted for the shell.
5212         All callers changed.  Append /usr/xpg4/bin to the PATH, for
5213         Solaris.
5214         (_AC_FEATURE_CHECK_LENGTH): Discard stderr, so we don't bother
5215         the user with complaints about multiple -e options.
5216         * tests/local.at (AC_STATE_SAVE): Use $GREP, not grep.
5217         Define it with AC_PROG_GREP.
5218         * configure.ac (AC_PROG_GREP): Add.
5219         * lib/freeze.mk (GREP): New macro.
5221 2004-05-02  Eric Sunshine  <sunshine@sunshineco.com>
5223         * lib/m4sugar/m4sh.m4 (_AS_DETECT_BETTER_SHELL): Consult $SHELL as
5224         a possible candidate only after all others fail, rather than
5225         consulting it first.  This improves backward compatibility by
5226         better reflecting the way shell selection occurred in previous
5227         versions of Autoconf, and should help to avoid triggering latent
5228         problems in other packages, such as the one in Automake where zsh
5229         is not handled robustly:
5230         http://mail.gnu.org/archive/html/automake/2004-04/msg00095.html
5231         Although it is not Autoconf's responsibility to work around
5232         problems in Automake, it nevertheless makes sense to avoid
5233         introducing unnecessary incompatibilites.
5235 2004-04-22  Albert Chin-A-Young  <china@thewrittenword.com>,
5236             Gary V. Vaughan  <gary@gnu.org>
5238         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Don't guess
5239         how deeply nested we are when a suitable tool is found, set the
5240         ac_path_TOOL_found flag.
5241         (_AC_PATH_PROG_FEATURE_CHECK): Encapsulate knowledge of how deeply
5242         nested we are in this macro.  Break out of all 3 nested loops if
5243         ac_path_TOOL_found is set.
5245 2004-04-21  Gary V. Vaughan  <gary@gnu.org>
5247         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Break out
5248         of the _AS_PATH_WALK loop too if GNU flavor is found.
5250 2004-04-21  Alexandre Duret-Lutz  <adl@gnu.org>
5252         * doc/autoconf.texi (Limitations of Make): Update documentation
5253         for `$<'.  New entry `Long lines', based on a report from Simon
5254         Josefsson.  Augment the documentation for SHELL = @SHELL@ with a
5255         paragraph about DJGPP, based on a mail from Richard Dawe.
5257 2004-04-20  Paul Eggert  <eggert@twinsun.com>
5259         * tests/c.at (C keywords): Don't assume that GCC supports
5260         "restrict" and "inline", as sufficiently-old GCC versions do not
5261         (also, GCC configured to be in pedantic C89 mode does not).
5262         Problem reported by Sumit Pandya in:
5263         http://mail.gnu.org/archive/html/autoconf/2004-04/msg00092.html
5265         * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't
5266         consider -g to work if it generates warnings when plain compiles
5267         don't.  Problem reported by Braden McDaniel in:
5268         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html
5270         * doc/autoconf.texi (Slashes): New section, to document a problem
5271         reported by Jim Meyering in:
5272         http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00060.html
5274         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Remove potential
5275         linker output files before linking, to work around IRIX 6 linker bug.
5276         Problem reported by Rainer Orth in:
5277         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00007.html
5279 2004-04-20  Gary V. Vaughan  <gary@gnu.org>
5281         * lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Make the
5282         best tool so far counter rely on the tool path variable name to
5283         avoid checks for one tool being affected by the results of running
5284         the length check on a previous tool.
5286         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Take an additional
5287         match expression argument, as different greps have different
5288         regular expression flavours.
5289         (AC_PROG_FGREP): Pass 'FGREP'. fgrep treats all match chars as
5290         literals.
5291         (AC_PROG_EGREP): Pass 'EGREP$'.
5292         (AC_PROG_GREP): Pass 'GREP$'.
5294 2004-04-20  Albert Chin-A-Young  <china@thewrittenword.com>
5296         * lib/autoconf/programs.m4 (AC_PROG_GREP): Cache variable
5297         is `ac_cv_path_GREP', not `oc_cv_path_GREP'.
5299 2004-03-29  Paul Eggert  <eggert@twinsun.com>
5301         * doc/autoconf.texi (Particular Headers, Particular Types, Generic
5302         Types, Specific Compiler Characteristics, System Services,
5303         Obsolete Macros): Use 'long int', 'short int', 'unsigned int'
5304         etc. consistently instead of 'long', 'short', 'unsigned' etc.
5305         * lib/autoconf/c.m4 (AC_LANG_INT_SAVE(C), AC_C_BIGENDIAN): Likewise.
5306         * lib/autoconf/functions.m4 (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES):
5307         Likewise.
5308         * lib/autoconf/headers.m4 (AC_HEADER_SYS_WAIT): Likewise.
5309         * lib/autoconf/types.m4 (AC_TYPE_GETGROUPS, AC_TYPE_SIZE_T,
5310         AC_TYPE_OFF_T): Likewise.
5311         * tests/semantics.at (AC_CHECK_TYPES: backward compatibility):
5312         Likewise.
5314         * tests/foreign.at (Libtool): Create an empty aclocal.m4, to
5315         pacify libtool 1.5.2.  Fix quoting problems in sed command.
5317 2004-03-28  Paul Eggert  <eggert@twinsun.com>
5319         * doc/autoconf.texi (Particular Structures): AC_STRUCT_TIMEZONE
5320         now defines HAVE_DECL_TZNAME if it is declared, when
5321         HAVE_STRUCT_TM_TM_ZONE is not defined.
5322         * lib/autoconf/types.m4 (AC_STRUCT_TIMEZONE): Implement this.
5323         Do not assume atoi.  Rely on HAVE_DECL_TZNAME when testing
5324         for HAVE_TZNAME.
5326 2004-03-28  Steven G. Johnson  <stevenj@fftw.org>
5328         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Corrected
5329         superfluous backslashing of quotes (") in sed expressions;
5330         thanks to Paul Eggert.
5332 2004-03-26  Steven G. Johnson  <stevenj@alum.mit.edu>
5334         * lib/autoconf/fortran.m4 (_AC_PROG_FC): new name of Intel
5335         Fortran compiler is ifort, also added pghpf; thanks to Nelson
5336         H. F. Beebe for the bug report.
5338 2004-03-26  Steven G. Johnson  <stevenj@fftw.org>
5340         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): fix for
5341         quoted -cmdline argument in Portland Group compiler (bug
5342         reported by Jeffrey J. Barteet).
5344 2004-03-25  Kevin Ryde  <user42@zip.com.au>
5346         * doc/autoconf.texi (Specifying Names): Move cross_compiling ovindex to
5347         (Run Time): ... here, where it's now mentioned.
5349 2004-03-19  Alexandre Duret-Lutz  <adl@gnu.org>
5351         * doc/autoconf.texi (autom4te Invocation): Language Autoconf
5352         inherits from language Autoconf-without-aclocal-m4.
5353         (Customizing autom4te): Adjust example; the cache must now be
5354         disabled for language Autoconf-without-aclocal-m4.
5356 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5357             Nathanael Nerode  <neroden@twcny.rr.com>
5359         * lib/autoconf/programs.m4 (AC_PATH_TOOL, AC_CHECK_TOOL,
5360         AC_CHECK_TOOLS): Warn if a cross-tool is found without
5361         a prefix.
5362         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5363         AC_CHECK_TARGET_TOOLS): New macros.
5364         * doc/autoconf.texi (Generic Programs): Document
5365         (AC_PATH_TARGET_TOOL, AC_CHECK_TARGET_TOOL,
5366         AC_CHECK_TARGET_TOOLS, and warn for future changes
5367         in the behavior of AC_PATH_TOOL, AC_CHECK_TOOL and
5368         AC_CHECK_TOOLS.
5369         (Specifying Names): Document the reason for these future
5370         behavioral changes.
5371         * tests/mktests.sh: Do not generate tests for the
5372         new macros.
5373         * NEWS: Document these changes.
5375         * doc/autoconf.texi: Avoid macros with unbraced arguments,
5376         they make TeX hang up.
5378 2004-03-15  Paul Eggert  <eggert@bogus.example.com>
5380         * NEWS: New macro AC_CHECK_ALIGNOF.
5381         * doc/autoconf.texi (Generic Compiler Characteristics): Document it.
5382         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use long int rather than
5383         int; avoid "a `$1'" since this isn't grammatical if $1 begins with a
5384         vowel.
5385         (AC_CHECK_ALIGNOF): New macro.
5386         * tests/mktests.sh (ac_exclude_list): Exclude AC_CHECK_ALIGNOF.
5387         * tests/semantics.at (AC_CHECK_ALIGNOF): Add tests similar to
5388         those for sizeof.
5390 2004-03-03  Paul Eggert  <eggert@twinsun.com>
5392         * bin/Makefile.am (edit): Don't use $< in a context where
5393         POSIX doesn't require support for it.  Use $@.in instead.
5394         Problem reported by Anthony N. Frasso in
5395         <http://mail.gnu.org/archive/html/autoconf/2004-03/msg00008.html>.
5396         * bin/autoscan.in, bin/autoupdate.in: Add @configure_input@ comment.
5398 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
5400         * bin/autoreconf.in (autoreconf_current_directory): Recognize LT_INIT
5401         from the next generation of Libtool.
5402         * lib/autom4te.in (Autoreconf-preselections): Ditto.
5404 2004-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
5406         * doc/autoconf.texi (Limitations of Usual Tools) <mkdir>: `mkdir -p'
5407         is not always thread-safe.  Report from Nathanael Nerode.
5409 2004-02-18  Paul Eggert  <eggert@twinsun.com>
5411         Fix a dependencies problem, stemming from a Autoconf 2.59 build
5412         problem on QNX reported by Stephen Rasku in
5413         <http://mail.gnu.org/archive/html/bug-autoconf/2004-02/msg00066.html>.
5415         * bin/Makefile.am ($(srcdir)/autoconf.in): Depend on
5416         $(m4sh_m4f_dependencies); this removes a FIXME.
5417         * tests/Makefile.am ($(srcdir)/wrapper.in): Likewise.
5418         (MAINTAINERCLEANFILES): Split into pieces,
5419         one per related section.  Add $(srcdir)/wrapper.in.
5421 2004-02-09  Paul Eggert  <eggert@twinsun.com>
5423         * doc/autoconf.texi (Setting Output Variables): Emphasize that
5424         AC_SUBST provides no portable way to escape literal newlines.
5426         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore all
5427         flags of the form -lcrt*.o, not just -lcrt[01].o and -lcrtbegin.o.
5428         Darwin uses -lcrt2.o and there's little point to cataloging all
5429         the system variants.  Partial fix reported by Andreas Waechter in:
5430         http://mail.gnu.org/archive/html/autoconf-patches/2004-02/msg00006.html
5431         for bug reported by Nelson H. F. Beebe in:
5432         http://mail.gnu.org/archive/html/bug-autoconf/2003-12/msg00090.html
5434 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
5436         * doc/autoconf.texi (AU_DEFUN): Fix English,
5437         suggested by Paul Eggert.
5438         * lib/autoconf/autoupdate.m4: Correct reference to
5439         acobsolete.m4, suggested by Alexandre Duret-Lutz.
5441 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
5443         * bin/autoupdate.in: Define __file__ so that warnings
5444         refer to the correct file.
5445         * doc/autoconf.texi (AU_DEFUN): Describe more correctly
5446         the behavior of the third argument.
5447         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Describe more
5448         correctly the behavior of the third argument.  Document
5449         what the three macros that AU_DEFUN defines do.  Fix
5450         warning message when the third argument includes $0
5451         (reported by Alexandre Duret-Lutz).
5453 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
5454             Eric Sunshine  <sunshine@sunshineco.com>
5455             Paul Eggert  <eggert@twinsun.com>
5457         * lib/m4sugar/m4sh.m4 (M4SH-SANITIZE): New diversion.
5458         (AS_INIT): Output shell initialization there. Removed optional
5459         parameter. Expand _AS_SHELL_FN_SPY.
5460         (AS_INIT_WITH_SHELL_FN): Removed.
5461         (_AS_SHELL_FN_SPY): New macro.
5462         (AS_DETECT_REQUIRED, AS_DETECT_SUGGESTED): New
5463         macros.
5464         (AS_SHELL_SANITIZE): Remove loop to find better shell
5465         and documentation for the parameter.
5466         (_AS_DETECT_BETTER_SHELL): Move it here.
5467         (_AS_SHELL_FN_WORK): Remove shell invocation, reformat.
5468         (_AS_RUN): Move it here, support testing with eval.
5469         (AS_REQUIRE_SHELL_FN): Require shell functions when
5470         it is used.
5471         (_AS_LINENO_WORKS): Put around braces, we do not
5472         trigger the bash bug anymore.
5473         * lib/autotest/general.m4: Document M4SH-SANITIZE, do not
5474         use AS_INIT_WITH_SHELL_FN.
5475         * bin/autoconf.in, tests/wrapper.in: Regenerated.
5477 2004-01-30  Paolo Bonzini  <bonzini@gnu.org>
5479         * bin/autoupdate.in: Trace AU_DEFINE instead of AU_DEFUN.
5480         * doc/autoconf.texi: Don't say that the third parameter
5481         is broken.
5482         * lib/autoconf/autoupdate.m4 (AU_DEFINE): New dummy macro.
5483         (AU_DEFUN): Honor the third parameter, create autoupdate
5484         macros with AU_DEFINE.
5485         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H,
5486         AC_DIR_HEADER): Use AU_DEFUN's third parameter.
5487         * lib/autoconf/lang.m4 (AC_LANG_SAVE): Likewise.
5488         * lib/autoconf/programs.m4 (AC_RSH): Likewise.
5489         * lib/autoconf/specific.m4 (AC_HAVE_POUNDBANG,
5490         AC_ARG_ARRAY, AC_CYGWIN, AC_EMXOS2, AC_MINGW32,
5491         AC_XENIX_DIR): Likewise.
5492         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS,
5493         AC_STRUCT_ST_BLKSIZE, AC_STRUCT_ST_RDEV): Likewise.
5494         * lib/autoconf/status.m4: Remove FIXME.
5495         * tests/local.at (AT_CHECK_AU_MACRO): Ignore stderr, check
5496         that the macro is not present anymore in the updated
5497         configure.ac.
5498         * tests/tools.at (autoupdate AC_LINK_FILES): Ignore stderr
5499         of autoupdate.
5501 2004-01-28  Paul Eggert  <eggert@twinsun.com>
5503         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Add 2004 to
5504         copyright years.
5505         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Add 1992 thorugh
5506         2003 (except 1997) to the list of copyright years.  This undoes
5507         the 2003-05-22 change, which removed the older years from the list.
5508         * lib/autoconf/status.m4 (AC_OUTPUT): Update copyright date to 2004.
5510 2004-01-27  Gary V. Vaughan  <gary@gnu.org>
5511             Albert Chin-A-Young  <china@thewrittenword.com>
5513         * lib/autoconf/programs.m4 (AC_PROG_GREP): New macro to test for a
5514         grep or ggrep program in PATH that accepts as long lines as
5515         possible.
5516         * lib/autoconf/programs.m4 (_AC_PROG_GREP): Factor out the core of
5517         AC_PROG_GREP.
5518         (AC_PROG_EGREP, AC_PROG_FGREP): Use it to find best available
5519         egrep and fgrep respectively if $GREP -E/-F don't work.
5520         (_AC_PATH_PROG_FEATURE_CHECK): Factor out the common core of
5521         _AC_PROG_GREP, and AC_PROG_SED.
5522         (_AC_FEATURE_CHECK_LENGTH): New helper macro for finding the
5523         longest input length accepted by a command.
5524         (AC_PROG_SED): Use it.
5525         * doc/autoconf.texi (Particular Programs): Document the changes.
5526         * NEWS: Updated.
5528 2004-01-27  Paul Eggert  <eggert@twinsun.com>
5530         * bin/autoconf.as ($version): Update copyright from 2003 to 2004.
5531         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
5532         bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in: Likewise.
5533         * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
5535         * Makefile.in, aclocal.m4, configure, bin/Makefile.in,
5536         bin/autoconf.in, config/Makefile.in, config/config.guess,
5537         config/config.sub, config/install-sh, config/mdate-sh,
5538         config/mkinstalldirs, config/texinfo.tex, doc/Makefile.in,
5539         lib/Makefile.in, lib/Autom4te/Makefile.in,
5540         lib/autoconf/Makefile.in, lib/autoscan/Makefile.in,
5541         lib/autotest/Makefile.in, lib/emacs/Makefile.in,
5542         lib/m4sugar/Makefile.in, man/Makefile.in, man/autoconf.1,
5543         man/autoheader.1, man/autom4te.1, man/autoreconf.1,
5544         man/autoscan.1, man/autoupdate.1, man/config.guess.1,
5545         man/config.sub.1, man/ifnames.1, tests/Makefile.in,
5546         tests/acc.at, tests/acfortran.at, tests/acfunctions.at,
5547         tests/acgeneral.at, tests/acheaders.at, tests/aclang.at,
5548         tests/aclibs.at, tests/acspecific.at, tests/acstatus.at,
5549         tests/actypes.at: Regenerate and/or sync with original
5550         sources.
5552 2004-01-26  Paul Eggert  <eggert@twinsun.com>
5554         * doc/autoconf.texi (Default Includes): Include <stdint.h> even if
5555         HAVE_INTTYPES_H is defined.  This is needed on Tru64 5.1b with
5556         Compac C V6.5-207 (dtk), which defines uintmax_t in <stdint.h> but
5557         not <inttypes.h>.  Problem reported by Tim Mooney in
5558         <http://mail.gnu.org/archive/html/bug-coreutils/2004-01/msg00147.html>.
5559         * lib/autoconf/headers.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS):
5560         Likewise.
5562         * lib/autoconf/programs.m4 (AC_PROG_SED): Use diff, not sed;
5563         otherwise "make check" fails because it forbids cmp (I guess
5564         because cmp treats files as binary on DOS-like systems).
5566         * tests/mktests.sh: Update copyright date to 2004, since some tests
5567         have changed in 2004.
5569 2004-01-23  Gary V. Vaughan  <gary@gnu.org>
5571         * lib/autoconf/programs.m4 (AC_PROG_SED):  New macro to test for a
5572         non-truncating sed or gsed program in PATH.
5573         * tests/acprograms.at: Add it.
5574         * doc/autoconf.texi (Particular Programs): Document it.
5575         * NEWS: Updated.
5577 2004-01-15  Paul Eggert  <eggert@twinsun.com>
5579         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Try -std, not -std1, since
5580         -std1 disables some useful extensions on Tru64.  Problem reported
5581         by N. Lichtmaier in
5582         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00100.html>.
5584 2004-01-14  Paul Eggert  <eggert@twinsun.com>
5586         * doc/autoconf.texi (Programming in M4sh): Document that
5587         AS_MKDIR_P succeeds if the destination is a symbolic link
5588         to an existing directory.
5589         (Limitations of Usual Tools): Note that mkdir -p might not
5590         succeed on symlinks to directories.
5592 2004-01-13  Paul Hilfinger  <hilfinger@CS.Berkeley.EDU>
5594         * lib/autoconf/autoupdate.m4 (AU_DEFUN): Grammar fix in comment.
5595         * bin/autoheader.in: Grammar fix in message.
5596         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P):
5597         Test for dir before calling mkdir -p.  (trivial changes)
5599 2004-01-13  Eric Blake  <ebb9@byu.net>
5601         * doc/autoconf.texi (Obsolete Macros): In AC_TRY_COMPILE and
5602         AC_TRY_LINK, s/AC_LANG_SOURCE/AC_LANG_PROGRAM/.  (trivial change)
5604 2004-01-10  Jim Meyering  <jim@meyering.net>
5606         * doc/autoconf.texi (Running the Preprocessor): Correct grammar.
5608 2004-01-09  Paul Eggert  <eggert@twinsun.com>
5610         * lib/autoconf/general.m4: Fix bug: AC_CHECK_SIZEOF evokes a warning
5611         with `autoconf -Wall,error'.  Bug reported by Eric Blake in:
5612         http://mail.gnu.org/archive/html/autoconf-patches/2004-01/msg00000.html
5613         (_AC_COMPUTE_INT_COMPILE): Invoke _AC_COMPILE_IFELSE, not
5614         AC_COMPILE_IFELSE, since we now assume our caller invokes
5615         AC_LANG_COMPILER_REQUIRE, for symmetry with _AC_COMPUTE_INT_RUN.
5616         (_AC_COMPUTE_INT_RUN): Likewise, for _AC_RUN_IFELSE instead
5617         of AC_RUN_IFELSE; this avoids the warning mentioned above.
5618         (_AC_COMPUTE_INT): Invoke AC_LANG_COMPILER_REQUIRE.
5620 2004-01-07  Paul Eggert  <eggert@twinsun.com>
5622         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Avoid \$ inside
5623         `"'...'"`, as it's confusing (and I suspect it may not work on
5624         some platforms).  The code was incorrect anyway, as it assumed
5625         that \$ evaluated to itself in that context.  Reported by
5626         Alexandre Duret-Lutz.
5628 2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
5630         * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
5631         and _LT_AC_TAGCONFIG.
5633 2004-01-06  Paul Eggert  <eggert@twinsun.com>
5635         * doc/autoconf.texi (One Macro Call): Fix an incorrect
5636         example, and add more examples.  Reported by Eric Sunshine.
5638 2004-01-05  Paul Eggert  <eggert@twinsun.com>
5640         * doc/autoconf.texi (Limitations of Usual Tools):
5641         Remove warning against "rm -fr" introduced yesterday; it
5642         was a false alarm.
5644         * bin/Makefile.am (autoconf, autoheader, autom4te, autoreconf,
5645         autoscan, autoupdate, ifnames): Don't use chmod -w.
5646         * lib/Makefile.am (autom4te.cfg): Likewise.
5647         * doc/autoconf.texi (Limitations of Usual Tools): Warn against
5648         "chmod -w".
5650 2004-01-04  Paul Eggert  <eggert@twinsun.com>
5651             Paolo Bonzini  <bonzini@gnu.org>
5653         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Speed up sed scripts
5654         by doing lineno substitution only on lines containing "$LINENO".
5656 2004-01-04  Paul Eggert  <eggert@twinsun.com>
5658         * lib/autoconf/general.m4 (AC_ARG_PROGRAM):
5659         Use "rm -f" to remove conftest.sed, not plain "rm".
5660         Bug reported by David Relson in
5661         <http://mail.gnu.org/archive/html/autoconf/2004-01/msg00011.html>.
5663         * Makefile.am (autom4te-update):
5664         Replace "rm -rf" and "rm -fr" with "rm -f -r", as POSIX requires.
5665         * Makefile.maint (my-distcheck, do-po-update): Likewise.
5666         * doc/autoconf.texi (Guidelines): Likewise.
5667         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Likewise.
5668         * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Likewise.
5669         * lib/autoconf/specific.m4 (AC_SYS_LONG_FILE_NAMES): Likewise.
5670         * lib/autotest/general.m4 (AT_INIT): Likewise.
5671         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): Likewise.
5672         * tests/Makefile.am (clean-local): Likewise.
5673         * tests/tortue.at (AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS,
5674         srcdir): Likewise.
5675         * doc/autoconf.texi (Limitations of Usual Tools):
5676         Warn against "rm -fr".
5678 2004-01-03  Paul Eggert  <eggert@twinsun.com>
5680         * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
5681         -c -o might not work.  From a suggestion by Kevin Ryde.
5682         (C Compiler, Generating Sources, Limitations
5683         of Usual Tools, Limitations of Make, Making testsuite Scripts):
5684         Don't put '-o' after non-options, as POSIX doesn't allow this.
5685         Mention that cc's name might be gcc or c89 or whatever.
5687 2004-01-04  Kevin Ryde  <user42@zip.com.au>
5689         * doc/autoconf.texi: Add various further index entries.
5691 2003-12-29  Paul Eggert  <eggert@twinsun.com>
5693         * bin/autoreconf.in (autoreconf_current_directory):
5694         Fix typo: mkdir without umask arg.
5696 2003-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
5698         * doc/autoconf.texi (Limitations of Make) <Automatic rule rewriting>:
5699         Documents OSF1/Tru64 make behavior.  Replace `VPATH = ../src' by
5700         `VPATH = ../pkg/src' in examples to make the OSF1/Tru64 make
5701         explanation clearer.
5703 2003-12-24  Andreas Schwab  <schwab@suse.de>
5705         * doc/autoconf.texi (Default Includes): Fix misspelling of
5706         AC_INCLUDES_DEFAULT.
5708 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5710         * configure.ac: Test if sh -n works.
5711         * configure: Regenerate.
5712         * tests/atlocal.in: Store the result here.
5713         * tests/local.at (AT_CHECK_SHELL_SYNTAX): Extracted from
5714         tools.at, looking in atlocal's ac_cv_sh_n_works instead
5715         of explicitly testing.
5716         (AT_CHECK_PERL_SYNTAX): Moved from tools.at.
5717         (AT_CHECK_AUTOCONF): Test for the configure script syntax.
5718         * tests/tools.at (Syntax of the shell scripts): Simplify
5719         using AT_CHECK_SHELL_SYNTAX.
5720         (Syntax of the Perl scripts): Remove definition of
5721         AT_CHECK_PERL_SYNTAX.
5723 2003-12-03  Paolo Bonzini  <bonzini@gnu.org>
5725         * lib/m4sugar/m4sh.m4 (_AS_SHELL_FN_WORK): Redirect
5726         stderr to /dev/null.
5727         * bin/autoconf.in: Regenerate.
5728         * bin/wrapper.in: Regenerate.
5730 2003-11-26  Paolo Bonzini  <bonzini@gnu.org>
5732         * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE):
5733         Extracted from AS_SHELL_SANITIZE.
5734         (_AS_SHELL_FN_WORK, AS_INIT_WITH_SHELL_FN): New
5735         macros.
5736         (AS_SHELL_SANITIZE): Move reinvocation code from
5737         _AS_LINENO_WORKS, use it to find out if shell
5738         functions work.
5739         (_AS_LINENO_WORKS): Don't find another shell if $LINENO
5740         does not work.
5741         (AS_INIT): Pass parameter down to AS_SHELL_SANITIZE.
5742         (AS_REQUIRE_SHELL_FN): Test that AS_INIT_WITH_SHELL_FN
5743         was called.
5744         * lib/autotest/general.m4: Use AS_INIT_WITH_SHELL_FN.
5745         * bin/autoconf.in: Regenerate.
5746         * tests/wrapper.in: Regenerate.
5747         * tests/tools.at: Test the syntax of tests/autoconf
5748         and tests/testsuite.
5750 2003-11-24  Akim Demaille  <akim@epita.fr>
5752         * config/announce-gen (&print_locations, &print_signatures)
5753         (&sizes): New.
5754         Use them.
5755         No longer rely on Gnus to inline the list of signatures: compute
5756         them on the fly.
5758 2003-11-24  Akim Demaille  <akim@epita.fr>
5760         * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
5761         override some files.
5762         (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
5763         From Debian Autoconf 2.58.
5765 2003-11-24  Akim Demaille  <akim@epita.fr>
5767         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
5768         uses.
5769         From Debian Autoconf 2.58.
5771 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5773         * TODO: Remove already done things.  Update the part about finding
5774         tools for the target.
5776 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5778         * lib/autoconf/headers.m4 (AC_USG, AC_MEMORY_H, AC_DIR_HEADER):
5779         Make wording more consistent.
5780         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
5781         Explain the transition better.
5782         * lib/autoconf/types.m4 (AC_INT_16_BITS, AC_LONG_64_BITS): Explain
5783         the transition better.
5785 2003-11-24  Paolo Bonzini  <bonzini@gnu.org>
5787         * doc/autoconf.texi (Obsoleting Macros): Don't document the third
5788         parameter of AU_DEFUN.
5789         * lib/autoconf/autoupdate.m4 (AU_DEFINE): Remove.
5790         (AU_DEFUN): Remove the third parameter, it was not used.
5791         Use AC_DEFUN directly, not AU_DEFINE.
5792         * lib/autoconf/status.m4 (AC_LINK_FILES): Move the message into
5793         the expanded body, consistently with other macros such as AC_USG.
5795 2003-11-17  Paul Eggert  <eggert@twinsun.com>
5797         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Put at least 14 bytes
5798         into the initial confdefs.h, to work around a bug in NextStep 3.3
5799         patch 3 reported by Eric Sunshine.
5801 2003-11-15  Kevin Ryde  <user42@zip.com.au>
5803         * doc/autoconf.texi (Using System Type): Revise, showing $host rather
5804         than $target since the latter is not usual, add guidelines on when to
5805         use or not use the system type.
5807 2003-11-12  Derek Price  <derek@ximbiot.com>
5809         * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
5810         typo misrepaired by an auto-spellcheck.
5812 2003-11-12  Akim Demaille  <akim@epita.fr>
5814         * bin/autoreconf.in (&parse_args): Don't call automake with
5815         --force-missing unless it actually supports it.
5816         From Debian #219336.
5818 2003-11-12  Akim Demaille  <akim@epita.fr>
5820         * configure.ac: Bump to 2.59a.
5821         Require 2.59.
5823 2003-11-06  Akim Demaille  <akim@epita.fr>
5825         Version 2.59.
5827 2003-11-05  Alexandre Duret-Lutz  <adl@gnu.org>
5829         * lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
5830         so that ac_abs_builddir, ac_abs_top_builddir, ac_abs_srcdir,
5831         and ac_abs_top_srcdir are absolute paths.
5832         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): Remove misleading comment.
5834 2003-11-05  Akim Demaille  <akim@epita.fr>
5836         * configure.ac: Bump to 2.58a.
5838 2003-11-05  Kevin Ryde  <user42@zip.com.au>
5840         * doc/autoconf.texi (Using Autotest): Avoid @strong{Note: ...}, since
5841         it provokes a warning from makeinfo about looking like a cross
5842         reference in info output.
5844         * doc/autoconf.texi (Function Portability): Add notes on signal
5845         handler return type, as per AC_TYPE_SIGNAL.
5847 2003-11-04  Akim Demaille  <akim@epita.fr>
5849         Version 2.58.
5850         * doc/standards.texi: Update from master.
5852         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FREEFORM.
5854 2003-11-04  Akim Demaille  <akim@epita.fr>
5856         AC_CONFIG_FILE([d1/foo:d2/foo]) triggers error messages when
5857         computing the absolute path to d1 in the source hierarchy: it may
5858         not exist at all.  So don't cd into it.
5859         From Alexandre Duret-Lutz.
5860         http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00205.html
5862         * lib/m4sugar/m4sh.m4 (AS_SET_CATFILE): New.
5863         From Paul Eggert, but named after Perl's IO::Spec->catfile.
5864         * doc/autoconf.texi (Programming in M4sh): Document.
5865         * lib/autoconf/status.m4 (_AC_SRCPATHS): Use it.
5867 2003-11-03  Pavel Roskin  <proski@gnu.org>
5869         * doc/autoconf.texi (Generic Structure Checks): Describe
5870         action-if-found and action-if-not-found in AC_CHECK_MEMBERS.
5872 2003-10-31  Akim Demaille  <akim@epita.fr>
5874         * tests/fortran.at (GNU Fortran 77): Don't run FC macros.
5875         (GNU Fortran): New.
5876         * doc/autoconf.texi (Language Choice): Document.
5877         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Assert
5878         the current language is Fortran.
5880 2003-10-31  Akim Demaille  <akim@epita.fr>
5882         * bin/autom4te.in (&freeze): Use a less likely warning separator
5883         than `\n\n', so that `\n\n\n' is valid in warnings.
5884         Reported by Steve Huston.
5886 2003-10-28  Akim Demaille  <akim@epita.fr>
5888         * Makefile.cfg (local_updates, executable-update): Tweak to be
5889         robust to parallel makes.
5890         Suggested by Alexandre Duret-Lutz.
5892 2003-10-27  Akim Demaille  <akim@epita.fr>
5894         * Makefile.cfg (executable-update): New.
5895         (local_updates): Call it.
5897 2003-10-27  Akim Demaille  <akim@epita.fr>
5899         * lib/autoconf/general.m4 (_AC_RUN_IFELSE, _AC_INIT_PREPARE):
5900         Don't remove core.* as it may remove valid user files.
5901         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED)
5902         (AC_FUNC_UTIME_NULL): Likewise.
5904 2003-10-23  Akim Demaille  <akim@epita.fr>
5906         Version 2.57g.
5907         * config/config.guess, config/config.sub: Upgrade from masters.
5909 2003-10-23  Akim Demaille  <akim@epita.fr>
5911         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Functions using
5912         AC_COMPILE_IFELSE that use break skip the clean up.  So do it by
5913         hand...
5915 2003-10-23  Akim Demaille  <akim@epita.fr>
5917         * lib/autoconf/general.m4 (_AC_LINK_IFELSE, _AC_COMPILE_IFELSE):
5918         Don't forget to remove conftest.err.
5920 2003-10-23  Akim Demaille  <akim@epita.fr>
5922         * lib/autoconf/general.m4 (_AC_LIBOBJ): Don't insert twice the
5923         same object file in $LIBOBJS.
5924         Reported by Alexandre Duret-Lutz & Derek Robert Price.
5925         * doc/autoconf.texi (Generic Functions): Adjust.
5927 2003-10-20  Paul Eggert  <eggert@twinsun.com>
5929         * lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE, _AS_TR_CPP_PREPARE):
5930         Use 'eval', so that the resulting configure scripts work even if
5931         the current directory has a weird file name like 'y%s+%pp%;s%@%_%g'.
5933 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5935         * lib/autoconf/lang.m4 (AC_LANG_WERROR): New macro.
5936         * lib/autoconf/general.m4 (_AC_COMPILE_IFELSE, _AC_PREPROC_IFELSE)
5937         (_AC_LINK_IFELSE): Check the werror flag.
5938         * doc/autoconf.texi (Generic Compiler Characteristics): Document
5939         AC_LANG_WERROR.
5940         * NEWS: Mention it.
5942 2003-10-20  Daniel Jacobowitz  <drow@mvista.com>
5944         * lib/autoconf/lang.m4 (AC_NO_EXECUTABLES): Override
5945         _AC_COMPILER_EXEEXT to attempt a link.  If linking fails,
5946         override AC_LINK_IFELSE.
5948 2003-10-15  Paul Eggert  <eggert@twinsun.com>
5950         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug in
5951         pdksh 5.2.14.  Bug reported by Ralf Corsepius.
5952         * doc/autoconf.texi (Shellology): Mention the Korn shell and pdksh.
5953         Mention /usr/dt/bin/dtksh on Solaris.
5954         (Shell Substitutions): Warn about $((...)).
5955         (Parentheses): New section.
5957 2003-10-15  Kevin Ryde  <user42@zip.com.au>
5959         * doc/autoconf.texi (Function Portability): Add @prindex for exit.
5960         Add putenv and unsetenv.  Add sysconf _SC_PAGE_SIZE.
5962 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5964         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
5965         cross test.
5967 2003-10-11  Steven G. Johnson  <stevenj@alum.mit.edu>
5969         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official
5970         name for the GNU Fortran 95+ compiler, 'gfortran', not 'g95'.
5972 2003-10-10  Andreas Schwab  <schwab@suse.de>
5974         * bin/autoheader.in: Avoid empty first line in --version and
5975         --help output.
5976         * bin/ifnames.in: Likewise.
5978 2003-10-09  Paul Eggert  <eggert@twinsun.com>
5980         * lib/Autom4te/XFile.pm: Don't assume -j is solo.
5981         Issue a more-informative diagnostic.
5982         Problems reported by Eric Sunshine.
5984 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5986         * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Omit quoted
5987         -mGLOB_options_string stuff for Intel ifc, which can cause
5988         _AC_FC_LIBRARY_LDFLAGS to fail.  Use (faster) case for
5989         pattern-matching instead of grep.
5991 2003-10-08  Steven G. Johnson  <stevenj@alum.mit.edu>
5993         * doc/autoconf.texi: Document new FC Fortran macros.
5995 2003-10-08  Gary V. Vaughan  <gary@gnu.org>
5997         * lib/autoconf/general.m4 (AC_CONFIG_MACRO_DIR): Stub out a macro
5998         that future autopoint/aclocal/automake/autoreconf will be able
5999         to trace to find where to install local m4 macros.
6000         * doc/autoconf.texi (Input): Document it.
6001         * NEWS: Updated.
6003 2003-10-06  Gary V. Vaughan  <gary@gnu.org>
6005         * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
6006         -lcrtbegin.o to list of ignored flags and fix underquoting of
6007         -lcrt[01].o.
6009 2003-10-04  Steven G. Johnson  <stevenj@ab-initio.mit.edu>
6011         * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
6012         cache variable instead of $G77 to decide whether to include -O2,
6013         since $G77 is specific to Fortran 77.
6015 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6017         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Support Absoft "-f
6018         free" flag.  Re-order flags tested into rough order of popularity.
6020 2003-10-03  Steven G. Johnson  <stevenj@alum.mit.edu>
6022         * lib/autoconf/fortran.m4 (AC_PROG_FC): Reverse the order of the
6023         arguments so that it can be used with syntax identical to
6024         AC_PROG_F77, and so that we can more easily decide to
6025         remove/deprecate the DIALECT optional argument in the future if it
6026         proves troublesome.
6027         (AC_FC_FREEFORM): Exit 77 upon failure to fix test suite for
6028         non-freeform-supporting compilers.  Document freeform flags.
6030 2003-10-03  Akim Demaille  <akim@epita.fr>
6032         * configure.ac: Look for emacs, not macs.
6033         Reported by Eric Sunshine.
6035 2003-10-03  Akim Demaille  <akim@epita.fr>
6037         * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
6038         * bin/autoreconf.in (autoreconf_current_directory): Create the
6039         AUX_DIR if needed, for sake of automake --add-missing etc.
6040         Suggested by Alexandre Duret-Lutz.
6042 2003-10-03  Akim Demaille  <akim@epita.fr>
6044         * configure.ac: Quotation and formatting changes.
6045         (EMACS): Don't set it if it is not recent enough to support
6046         autoconf-mode.el.
6047         From Eric Sunshine.
6049 2003-10-02  Akim Demaille  <akim@epita.fr>
6051         * bin/ifnames.in (&scan_file): Skip C++ comments.
6052         From Jeremy Yallop.
6054 2003-10-01  Pavel Roskin  <proski@gnu.org>
6056         * doc/autoconf.texi (Particular Structure Checks):
6057         Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
6059 2003-10-01  Akim Demaille  <akim@epita.fr>
6061         Version 2.57f.
6063 2003-09-30  Paul Eggert  <eggert@twinsun.com>
6065         * lib/Autom4te/XFile.pm: Use Errno.
6066         (lock): Ignore ENOLCK errors.  Problem reported Andreas Schwab in
6067         <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
6069 2003-09-30  Akim Demaille  <akim@epita.fr>
6071         * config/announce-gen (&print_news_deltas): Extracted from...
6072         (&print_changelog_deltas): here.
6073         (&news_file): Rename as...
6074         (@news_file): this.
6076 2003-09-30  Nicolas Joly  <njoly@pasteur.fr>
6078         * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
6079         have been created when invoking the compiler.
6080         * tests/fortran.at (GNU Fortran 77): Quote $G77.
6082 2003-09-29  Akim Demaille  <akim@epita.fr>
6084         Version 2.57e.
6086         * config/mkinstalldirs: Upgrade.
6088 2003-09-28  Paul Eggert  <eggert@twinsun.com>
6090         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set DUALCASE=1, for MKS sh.
6091         Problem reported by Lars J. Aas in
6092         <http://mail.gnu.org/archive/html/autoconf/2003-07/msg00042.html>.
6093         (_AS_MKDIR_P_PREPARE): Change "rm -fr ./-p" to the more-conservative
6094         "test -d ./-p && rmdir ./-p".  Suggested by Andreas Schwab in:
6095         http://mail.gnu.org/archive/html/autoconf-patches/2003-09/msg00039.html
6097 2003-09-26  Akim Demaille  <akim@epita.fr>
6099         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Make sure the
6100         directory for AC_CONFIG_COMMANDS' first argument exists.
6101         This makes valid the invocation of _AC_SRCPATH that follows.
6102         Reported by Eric Sunshine.
6103         * doc/autoconf.texi (Configuration Commands): Adjust.
6105 2003-09-26  Akim Demaille  <akim@epita.fr>
6107         * bin/autoscan.in (Autom4te::FileUtils): Use it for find_file.
6108         Reported by Ralf Corsepius.
6110 2003-09-26  Akim Demaille  <akim@epita.fr>
6112         * lib/autoconf/general.m4 (AC_HELP_STRING): Don't overquote the
6113         arguments.
6114         Actually, use AU_ALIAS.
6115         From Bruno Haible.
6117 2003-09-26  Paul Eggert  <eggert@twinsun.com>
6119         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): If mkdir -p . fails,
6120         rm -fr ./-p to remove junk left behind on NextStep and OpenStep.
6121         Problem reported by Eric Sunshine in:
6122         http://mail.gnu.org/archive/html/autoconf-patches/2002-12/msg00014.html
6124 2003-09-26  Akim Demaille  <akim@epita.fr>
6126         The test suite are sometimes assigning timings incorrectly.
6127         Reported by Henk Krus.
6128         Diagnosed by Nicolas Joly.
6130         * lib/autotest/general.m4 (AT_CLEANUP): Rename AT_help as
6131         AT_help_all.
6132         Instead of making AT_help a sequence of assignments to grow
6133         $at_help_all, just make AT_help_all be the growing contents of
6134         $at_help_all, and make a single assignment in...
6135         (AT_INIT): here.
6136         (at_times_skip): Flip the meaning and rename as...
6137         (at_times_p): this.
6138         (AT_INIT): When summarizing the test that ran, remove
6139         $at_times_file after use, and check it is present before trying to
6140         use it.
6142 2003-09-25  Akim Demaille  <akim@epita.fr>
6144         Version 2.57d.
6146         * bin/Makefile.am (edit): Handle '@configure_input@'.
6147         (autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate)
6148         (ifnames): chmod -w.
6149         * tests/wrapper.as (AUTOCONF, AUTOM4TE, ): Point to tests/
6150         executables, not bin/ executables!  Otherwise all the magic needed
6151         to find non installed files is turned off.  This caused a failure
6152         of test 40 and 41 that ran aclocal 1.8 which in turn ran autom4te
6153         as found in its environment (sent by tests/autoreconf): pointing
6154         to bin/autom4te that could not find its files.
6155         * tests/mktests.sh: Force the replacement of generated files, for
6156         the sake of "mv" program that are interactive when overwriting a
6157         -w file.
6158         * config/install-sh: Upgrade from CVS Automake.
6160 2003-09-23  Paul Eggert  <eggert@twinsun.com>
6162         * doc/autoconf.texi (Limitations of Builtins): Document test -h
6163         versus test -L issues.
6165 2003-09-23  Daniel Jacobowitz  <drow@mvista.com> and
6166             Paul Eggert  <eggert@twinsun.com>
6168         Trivial change to support GCC's configuration procedure.
6169         * lib/autoconf/c.m4 (AC_PROG_CPP_WERROR): New macro.
6170         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Don't warn
6171         about inconsistency if the preprocessor is set to give errors for
6172         any warning.
6173         * doc/autoconf.texi (C Compiler Characteristics): Document this.
6175 2003-09-13  Alexandre Duret-Lutz  <adl@gnu.org>
6177         * Makefile.am (autom4te-update, autom4te_files): Fetch Struct.pm
6178         and XFile.pm from Automake.
6179         * lib/Autom4te/XFile.pm: Update from Automake.
6181 2003-09-12  Akim Demaille  <akim@epita.fr>
6183         Version 2.57c.
6185 2003-09-12  Akim Demaille  <akim@epita.fr>
6187         * config/config.guess, config/config.sub, config/missing,
6188         * lib/Autom4te/Channels.pm, lib/Autom4te/Configure_ac.pm: Update
6189         from masters.
6191 2003-09-12  Akim Demaille  <akim@epita.fr>
6193         * doc/autoconf.texi (Header Portability): Promote linux/types.h,
6194         not asm/types.h.
6196 2003-09-11  Akim Demaille  <akim@epita.fr>
6198         * doc/autoconf.texi (Header Portability): linux/random.h.
6199         From Peter Hendrickson.
6201 2003-09-10  Akim Demaille  <akim@epita.fr>
6203         * tests/mktests.sh (au_exclude_egrep): Make it harder to be
6204         willing to edit the output files.
6206 2003-09-10  Akim Demaille  <akim@epita.fr>
6208         * tests/fortran.at (GNU Fortran 77): Also exercise AC_FC_SRCEXT
6209         and AC_FC_FREEFORM.
6210         * tests/mktests.sh: Skip AC_FC_SRCEXT.
6211         * lib/autoconf/fortran.m4 (AC_FC_SRCEXT, AC_FC_FREEFORM): Likewise.
6213 2003-09-09  Akim Demaille  <akim@epita.fr>
6215         * lib/Autom4te/FileUtils.pm (&update_file): s/cannot not/cannot/g.
6216         Reported by Gary Vaughan.
6217         * bin/autom4te.in (handle_m4): Likewise.
6219 2003-09-09  Akim Demaille  <akim@epita.fr>
6221         * lib/Autom4te/FileUtils.pm (&update_file): Be sure not to leave
6222         trailing files.
6224 2003-09-07  Paul Eggert  <eggert@twinsun.com>
6226         * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
6227         Improve the accuracy of the wording about obsolescence.
6228         From a suggestion by Ian Lance Taylor in
6229         <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
6231 2003-09-05  Paul Eggert  <eggert@twinsun.com>
6233         * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,
6234         for the benefit of g77 3.2.  Fix suggested by Steven G. Johnson.
6236 2003-09-04  Akim Demaille  <akim@epita.fr>
6238         * tests/mktests.sh (ac_exclude_list): Fix the filtering of
6239         AC_FUNC_WAIT3.
6241 2003-09-04  Akim Demaille  <akim@epita.fr>
6243         * bin/autom4te.in: Use &fatal where more appropriate than &error.
6244         (freeze): When exiting, use $exit_code.
6245         * lib/autoconf/fortran.m4: Comment changes.
6247 2003-09-04  Akim Demaille  <akim@epita.fr>
6249         * tests/mktests.sh (ac_exclude_list): Add AC_FC_FUNC.
6251 2003-09-02  Steven G. Johnson  <stevenj@alum.mit.edu>
6253         Add support for newer Fortran dialects.  The F77 interface is
6254         unchanged, and continues to support Fortran 77.  New FC macros
6255         correspond to all the old F77 macros, with output variables FC,
6256         FCFLAGS, and FCLIBS.  AC_PROG_FC defaults to picking the newest
6257         available dialect, but older dialects can be specified.  There are
6258         new macros AC_FC_SRCEXT to set the source extension, and
6259         AC_FC_FREEFORM to accept free-form source files.
6261         * lib/autoconf/c.m4 (_AC_LANG_PREFIX(C), _AC_LANG_PREFIX(C++)):
6262         New macros.
6263         (AC_LANG_PROGRAM(C)): Invoke _AC_LANG_PROGRAM_C_FC_HOOKS if defined.
6264         * lib/autoconf/fortran.m4 (AC_LANG(Fortran), _AC_FORTRAN_ASSERT,
6265         _AC_LANG_ABBREV(Fortran), _AC_LANG_PREFIX(Fortran 77),
6266         _AC_LANG_PREFIX(Fortran), _AC_FC, AC_LANG_SOURCE(Fortran),
6267         AC_LANG_PROGRAM(Fortran), AC_LANG_CALL(Fortran),
6268         AC_LANG_PREPROC(Fortran), AC_LANG_COMPILER(Fortran),
6269         _AC_FC_DIALECT_YEAR, _AC_F95_FC, _AC_F90_FC, _AC_F77_FC,
6270         _AC_PROG_FC, AC_PROG_FC, _AC_PROG_FC_G, _AC_PROG_FC_C_O,
6271         AC_PROG_FC_C_O, _AC_PROG_FC_V_OUTPUT, _AC_PROG_FC_V,
6272         _AC_FC_LIBRARY_LDFLAGS, AC_FC_LIBRARY_LDFLAGS, _AC_FC_DUMMY_MAIN,
6273         AC_FC_DUMMY_MAIN, _AC_FC_MAIN, AC_FC_MAIN, __AC_FC_NAME_MANGLING,
6274         _AC_FC_WRAPPERS, AC_FC_WRAPPERS, _AC_FC_FUNC, AC_FC_FUNC,
6275         AC_FC_SRCEXT, AC_FC_FREEFORM):
6276         New macros.
6277         (AC_PROG_F77, AC_PROG_F77_C_O, AC_F77_LIBRARY_LDFLAGS,
6278         AC_F77_DUMMY_MAIN, AC_F77_MAIN, _AC_F77_NAME_MANGLING,
6279         AC_F77_NAME_MANGLING, AC_F77_WRAPPERS, AC_F77_FUNC):
6280         Rewrite in terms of the above.
6281         (_AC_PROG_F77_G, _AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V): Remove.
6282         * lib/autoconf/lang.m4 (_AC_LANG_PREFIX): New macro.
6283         * tests/acfortran.at: Test AC_FC_FREEFORM, AC_FC_FUNC,
6284         AC_FC_MAIN, AC_FC_SRCEXT, AC_FC_WRAPPERS, AC_PROG_FC_C_O.
6286 2003-09-02  Paul Eggert  <eggert@twinsun.com>
6288         * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
6289         Document problems with timestamp resolution that 'make', 'cp -p', and
6290         'touch -r' have.
6292 2003-08-27  Akim Demaille  <akim@epita.fr>
6294         * tests/m4sugar.at (cross_warning): Make sure to enable the
6295         output, so that we can track spurious m4sugar output.
6296         * tests/local.at: Require 2.57.
6297         (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't m4_default the arguments that
6298         are defaulted by AT_CHECK anyway.
6299         Use AT_CHECK_AUTOM4TE.
6300         * lib/m4sugar/m4sugar.m4: There should be no output at all: add a
6301         missing dnl.
6303 2003-08-27  Akim Demaille  <akim@epita.fr>
6305         * bin/autoheader.in: Issue the "Using auxiliary..." message only
6306         when -Wobsolete is set.
6307         Set it on by default.
6308         Suggested by Klee Dienes.
6310 2003-08-27  Akim Demaille  <akim@epita.fr>
6312         * doc/autoconf.texi (AC_FUNC_FSEEKO, AC_SYS_LARGEFILE): More
6313         documentation.
6314         From Guido Draheim.
6316 2003-08-26  Akim Demaille  <akim@epita.fr>
6318         * doc/autoconf.texi (Output): Make clear that one can run code
6319         after AC_OUTPUT.
6321 2003-08-25  Akim Demaille  <akim@epita.fr>
6323         * config/announce-gen, GNUmakefile, Makefile.maint: Update from
6324         CVS Bison.
6326 2003-08-25  Alexandre Duret-Lutz  <adl@gnu.org>
6328         * bin/autoreconf.in (parse_args): Do not pass --no-force to
6329         Automake versions prior to 1.8.
6331 2003-08-25  Akim Demaille  <akim@epita.fr>
6333         * doc/autoconf.texi (Header Portability): netinet/if_ether.h.
6334         From Ville Karaila.
6336 2003-08-24  Akim Demaille  <akim@epita.fr>
6338         * configure.ac: Bump to 2.57c.
6340 2003-08-22  Akim Demaille  <akim@epita.fr>
6342         Version 2.57b.
6344         * Makefile.cfg (local-checks-to-skip): New.
6345         * Makefile.maint (local-check): Rename as...
6346         (local-checks-available): this.
6347         (local-check): New.
6349         * Makefile.am (EXTRA_DIST): Add Makefile.cfg.
6350         * configure.ac: Require Automake 1.7.6.
6352 2003-08-22  Akim Demaille  <akim@epita.fr>
6354         Output stack traces in warnings.
6356         * lib/m4sugar/m4sugar.m4 (_m4_warn): New.
6357         Replace the former...
6358         (m4_warn): Pass the call stack to _m4_warn.
6359         * bin/autom4te.in: Adjust to output the call stack.
6360         * tests/m4sugar.at (m4@&t@_warn): Adjust.
6362 2003-08-22  Akim Demaille  <akim@epita.fr>
6364         * lib/Autom4te/Request.pm, lib/Autom4te/C4che.pm: New.
6365         * bin/autom4te.in: Adjust.
6367 2003-08-21  Akim Demaille  <akim@epita.fr>
6369         * lib/Autom4te/General.pm (&file_name_is_absolute): Remove.
6370         (&verbose): Remove.
6371         (&getopt): Adjust the note and verb channels, depending upon
6372         --verbose.
6373         * bin/autoheader.in, bin/autom4te.in, bin/autoscan.in,
6374         * bin/autoupdate.in: Adjust.
6375         Use &verb, not &verbose.
6377 2003-08-21  Akim Demaille  <akim@epita.fr>
6379         * bin/autoheader.in (&parse_args): Use &parse_warnings and
6380         &parse_WARNINGS.
6381         ($help): Use Autom4te::ChannelDefs::usage.
6382         * bin/autoscan.in: Use Autom4te::ChannelDefs.
6383         * lib/Autom4te/General.pm: Don't export error: you don't own it.
6385 2003-08-21  Akim Demaille  <akim@epita.fr>
6387         First stab at preserving warnings between calls to autom4te,
6388         including when the cache is used.
6390         There are still several issues: (i) there are too many runs of m4
6391         (one for include, one for warnings, and some more), (ii) warnings
6392         spreading on several lines are not handled gracefully, (iii) the
6393         code meant to have the call stack display for errors does not work
6394         (its handling should move from m4 to autom4te).
6396         * bin/autom4te.in Autom4te::Channels, Autom4te::ChannelDefs):
6397         Use them.
6398         (@preselect): Add m4_warn.
6399         ($exit_status): Remove, use $exit_code.
6400         ($help): Use Autom4te::ChannelDefs::usage.
6401         (&handle_m4): No longer define the m4_warnings.
6402         At each run, extract and report the warnings.
6403         Always cache the result, including if the exit status is on
6404         failure, since if nothing changes, we should result in the same
6405         failure, hence we can use the cache.
6406         * lib/m4sugar/m4sugar.m4 (m4_warning_ifelse, _m4_warning_ifelse)
6407         (_m4_warning_error_ifelse, __m4_warning_error_ifelse, _m4_warn):
6408         Remove.
6409         (m4_warn): Redefine as a do-nothing: it is its invocation that
6410         matters, as warnings are now reported via traces.
6411         * lib/autoconf/general.m4 (AC_DIAGNOSE): Don't make it a copy of
6412         the contents of m4_warn: make it _call_ m4_warn, so that tracing
6413         the latter reveals calls to the former.
6415         Adjust the tests.
6417         * tests/m4sugar.at (m4@&t@_warn): Use existing warning categories.
6419 2003-08-21  Akim Demaille  <akim@epita.fr>
6421         * bin/autoreconf.pm (Autom4te::Channels, Autom4te::ChannelDefs):
6422         Use them.
6424 2003-08-21  Akim Demaille  <akim@epita.fr>
6426         * lib/Autom4te/FileUtils.pm (&find_file): Walk the @include in
6427         forward order.
6428         * lib/Autom4te/ChannelDefs.pm: Doc typos.
6429         (&parse_warnings): Accept a list of warning requests.
6430         (&usage): Return a string, not a side effect.
6431         (cross): New warning category.
6433 2003-08-21  Akim Demaille  <akim@epita.fr>
6435         * lib/Autom4te/Configure_ac.pm (&find_configure_ac)
6436         (&require_configure_ac): Accept an optional directory argument.
6437         ($configure_ac): Remove.
6438         * lib/Autom4te/General.pm (&find_configure_ac, &canonfile)
6439         (&catfile): Remove.
6440         * bin/autoheader.in, bin/autoreconf.in, bin/autoupdate.in,
6441         * bin/autoscan.in: Adjust.
6443 2003-08-20  Akim Demaille  <akim@epita.fr>
6445         * bin/autoheader.in: Remove duplicate 'use Autom4te::FileUtils'.
6446         Reported by Alexandre Duret-Lutz.
6448 2003-08-20  Akim Demaille  <akim@epita.fr>
6450         * bin/autoupdate.in, bin/autoheader.in, bin/autoreconf.in,
6451         * bin/autom4te: Adjust.
6452         In particular, be Autoconf tools are really silent when properly
6453         working, bind the verbosity of the 'note' channel to $verbose.
6454         * lib/Autom4te/General.pm (&find_file, &mtime, &update_file)
6455         (&xsystem, &contents): Remove, since they are exported by...
6456         * lib/Autom4te/FileUtils.pm: this.
6457         More perldoc.
6458         * lib/Autom4te/General.pm (&up_to_date_p): Move to...
6459         * lib/Autom4te/FileUtils.pm: here.
6461 2003-08-20  Akim Demaille  <akim@epita.fr>
6463         * lib/Autom4te/Channels.pm, lib/Autom4te/ChannelDefs.pm
6464         * lib/Autom4te/Configure_ac.pm, lib/Autom4te/FileUtils.pm: New,
6465         from CVS Automake.
6467 2003-08-20  Akim Demaille  <akim@epita.fr>
6469         * Makefile.am (automake_cvsweb, automake_cvsargs, autom4te_files)
6470         (autom4te-update): New.
6471         * Makefile.cfg (update): Bind autom4te-update.
6473 2003-08-19  Derek Price  <derek@ximbiot.com>
6475         * lib/autotest/general.m4: Comment various HELP_* diversions.
6476         (PARSE_ARGS_BEGIN): New section for option parsing related
6477         initialization.
6478         (AT_ARG_OPTION,AT_ARG_OPTION_ARG,_AT_ARG_OPTION): New macros to define
6479         package specific options and associated help.
6481 2003-08-19  Akim Demaille  <akim@epita.fr>
6483         * config/announce-gen, Makefile.cfg: New.
6484         * Makefile.am: Adjust.
6485         * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
6487 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
6489         * lib/autom4te.in (Automake-preselections): Preselect
6490         AC_CONFIG_LIBOBJ_DIR, AC_CONFIG_LINKS, m4_include,
6491         and m4_sinclude.
6493 2003-08-19  Alexandre Duret-Lutz  <adl@gnu.org>
6495         * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
6496         (Autoconf-without-aclocal-m4): ... this new language.
6497         * doc/autoconf.texi (autom4te Invocation): Mention
6498         Autoconf-without-aclocal-m4.
6500 2003-08-18  Derek Price  <derek@ximbiot.com>
6502         * doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
6503         RUN-IF-PASS optional arguments.
6505 2003-08-18  Derek Price  <derek@ximbiot.com>
6507         * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
6509 2003-08-16  Derek Price  <derek@ximbiot.com>
6511         * doc/autoconf.texi (Writing testsuite.at): Document defaults for
6512         STDOUT & STDERR arguments.
6514 2003-08-14  Derek Price  <derek@ximbiot.com>
6516         * lib/autotestgeneral.m4 (AT_INIT): Reformat test summary line to print
6517         DESCRIPTION rather than FILE and LINE.  Shorten result to fit in new,
6518         shorter column three.  Add DESCRIPTION to log file content.
6520 2003-08-13  Derek Price  <derek@ximbiot.com>
6522         * lib/autotest/general.m4 (AT_INIT): Correct typo in final status
6523         output.
6525 2003-08-12  Derek Price  <derek@ximbiot.com>
6527         * lib/autotest/general.m4 (AT_CHECK): Use new _AT_CHECK API.
6528         (AT_CHECK_NOESCAPE): Move core functionality to...
6529         (_AT_CHECK): ...this new macro.
6531 2003-08-07  Derek Price  <derek@ximbiot.com>
6533         * lib/autotest/general.m4 (AT_CHECK): Move core functionality...
6534         (AT_CHECK_NOESCAPE): ...to this new macro.
6536 2003-07-31  Paul Eggert  <eggert@twinsun.com>
6538         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): Work around a bug
6539         in Bash 2.01.  Problem reported by Brian Gough in
6540         <http://mail.gnu.org/archive/html/bug-autoconf/2003-07/msg00106.html>.
6542 2003-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
6544         * lib/autoconf/fortran.m4 (AC_F77_LIBRARY_LDFLAGS): Also ignore
6545         -lcrt1.o, for OS X.  (trivial change)
6547 2003-07-07  Paul Eggert  <eggert@twinsun.com>
6549         * lib/autoconf/c.m4 (AC_C_INLINE): Wrap the '#define inline ...'
6550         inside '#ifndef __cplusplus'.  Problem reported by
6551         Bob Friesenhahn.
6553 2003-07-06  Bill Clarke  <llib@computer.org>
6555         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): Cast pointer to
6556         'long', not 'int', for benefit of Sun's recent C++ compilers
6557         (trivial change).  See:
6558         http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
6559         (This really should be 'intptr_t', not 'long', but that would
6560         take more work.)
6562 2003-06-25  Akim Demaille  <akim@epita.fr>
6564         * lib/Makefile.am (autom4te.cfg): Make it read only.
6565         Depend on Makefile since it contains substitutions.
6566         From Paolo Bonzini.
6567         * lib/autom4te.in (args): Add local.at? for Autotest args.
6568         This change was made on autom4te.cfg which is generated.
6569         Reported by Raja R. Harinath.
6571 2003-06-25  Akim Demaille  <akim@epita.fr>
6573         * doc/autoconf.texi (Header Portability): sys/mount.h.
6574         From Gareth McCaughan.
6576 2003-06-23  Akim Demaille  <akim@epita.fr>
6578         * lib/autotest/general.m4 (AT_INIT): Report a single config.log,
6579         not all of them.  This fixes 1. the fact that when testing
6580         Autoconf there are many many config.log, 2. the incorrect use of
6581         top_srcdir to find config.log.
6582         Don't mix the detailed output of failed test with the summary of
6583         failures.  Rather, append detailed log afterwards.
6585 2003-06-23  Akim Demaille  <akim@epita.fr>
6587         * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
6588         always run: output config.log on $at_group_log.
6590 2003-06-23  Akim Demaille  <akim@epita.fr>
6592         * tests/torture.at (#define header templates): Don't use quotes in
6593         C++ comments as it puzzles Emacs' sh font-lock-mode.
6595 2003-06-23  Akim Demaille  <akim@epita.fr>
6597         * tests/mktests.sh (au_exclude_egrep): Fix output copyright notice.
6598         * lib/autom4te.cfg (args): Add local.at? for Autotest args.
6599         * tests/atspecific.m4: Rename as...
6600         * tests/local.at: This.
6601         * tests/suite.at: Move the globals into...
6602         * tests/local.at: here.
6603         * tests/Makefile.am: Adjust.
6604         * doc/autoconf.texi (testsuite Scripts): Adjust.
6606 2003-06-21  Kevin Ryde  <user42@zip.com.au>
6608         * lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Extend test program to get an
6609         error from OSF 4.0 Compaq cc in its default almost-ANSI mode, thereby
6610         ensuring we add -std1 for full-ANSI.
6612         * doc/autoconf.texi (hdrindex): New macro.
6613         Add index entries for portability of various standard header files.
6615 2003-06-20  Akim Demaille  <akim@epita.fr>
6617         * configure.ac: Bump to 2.57b.
6619 2003-06-20  Akim Demaille  <akim@epita.fr>
6621         Version 2.57a.
6623 2003-06-20  Akim Demaille  <akim@epita.fr>
6625         * bin/autom4te.in: Don't rely on $HOME being defined.
6626         Reported by Marc Espie as PR/233.
6628 2003-06-20  Akim Demaille  <akim@epita.fr>
6630         * lib/autotest/general.m4: Use at_times_file only if used.
6631         From Nicolas Joly.
6633 2003-06-20  Akim Demaille  <akim@epita.fr>
6635         * config/config.guess, config/config.sub, config/elisp-comp,
6636         * config/install-sh, config/mkinstalldirs, doc/standards.texi:
6637         Update from masters.
6639 2003-06-11  Paolo Bonzini  <bonzini@gnu.org>
6641         * doc/autoconf.texi (Writing testsuite.at): Document AT_XFAIL_IF
6642         * lib/autotest/general.m4 (AT_XFAIL_IF): New macro.
6643         (TEST_SCRIPT): New diversion.
6644         (AT_SETUP): Divert output to TEST_SCRIPT and move some code...
6645         (AT_CLEANUP): ...to here.  Undivert TEST_SCRIPT.
6646         (AT_INIT): Support for expected failures.
6648 2003-06-02  Akim Demaille  <akim@epita.fr>
6650         * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
6651         changes.
6652         * lib/Autom4te/General.pm (&backname): Remove, no longer used by
6653         Autoconf nor Automake.
6654         (&contents): New, from Automake.
6655         PODify.
6657 2003-05-28  Paul Eggert  <eggert@twinsun.com>
6659         * NEWS, doc/autoconf.texi (Particular Functions),
6660         lib/autoconf/functions.m4 (AC_FUNC_MKTIME): Check that mktime
6661         is the inverse of localtime.
6663 2003-05-25  Alexandre Duret-Lutz  <adl@gnu.org>
6665         * lib/Autom4te/General.pm (END): Print diagnostics to STDERR.
6666         (handle_exec_errors): New function.  Work around $! being
6667         altered by WEXITSTATUS.
6668         (xqx, xsystem): Use handle_exec_errors.
6670 2003-05-23  Alexandre Duret-Lutz  <adl@gnu.org>
6672         * lib/Autom4te/General.pm (END): Rewrite exit code processing.
6673         Do not call `_exit()', simply modify `$?'.
6674         (xsystem): Reset $! before running system, and check it afterward.
6675         * tests/tools.at (autoupdating AC_PREREQ): Expect exit status
6676         63 for version mismatches.
6678 2003-05-23  Akim Demaille  <akim@epita.fr>
6680         * lib/autoconf/status.m4: Prefer "TAB-SP" to "SP-TAB", because of
6681         Emacs' dangerous whitespace.el behavior (smashing "useless" spaces in
6682         the middle of a line).
6683         * lib/m4sugar/m4sugar.m4: Likewise.
6684         Remove useless spaces in comments.
6686 2003-05-23  Akim Demaille  <akim@epita.fr>
6688         * lib/m4sugar/m4sugar.m4 (m4_version_prereq): Failure causes an
6689         exit 63, so that we (or Automake's "missing") can tell the
6690         difference with a plain failure.
6691         * doc/autoconf.texi (Notices): Adjust.
6693 2003-05-23  Akim Demaille  <akim@epita.fr>
6695         * Makefile.am, bin/Makefile.am, config/Makefile.am,
6696         * doc/Makefile.am, lib/autoconf/Makefile.am, tests/Makefile.am:
6697         White spaces cleanup.
6699 2003-05-22  Jim Meyering  <jim@meyering.net>
6700             Paul Eggert  <eggert@twinsun.com>
6702         * lib/autoconf/c.m4 (_AC_PROG_CXX_EXIT_DECLARATION):
6703         Remove `#include <stdlib.h>' from the list; we should never
6704         make confdefs.h include <stdlib.h> or <cstdlib>, because the
6705         resulting namespace pollution would cause other tests to fail.
6706         Configure scripts run with some older versions of g++ and HP's
6707         aCC would fail due to such an #include.  Problems reported by
6708         Matthew Mueller in <http://bugs.debian.org/120704> and by
6709         Keith Bostic in
6710         <http://mail.gnu.org/archive/html/autoconf/2003-05/msg00063.html>.
6711         In the test, use the test declaration before including <stdlib.h>,
6712         as that's closer to how it'll be used.
6714 2003-05-23  Akim Demaille  <akim@epita.fr>
6716         * doc/autoconf.texi (Header Portability): ucred.h.
6717         From Ian Redfern.
6719 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6721         Overhaul Autotest's logging: generate separate log files
6722         in testsuite.dir/NNN/testsuite.log, and append them to
6723         testsuite.log instead of re-running the test verbosely.
6725         * lib/autotest/general.m4 (AT_INIT): Use a single redirected
6726         file descriptor, write 0 to at_status_file instead of setting
6727         at_status=0, initialize some new variables (at_status_file,
6728         at_group_log, at_suite_log, at_tee_pipe).  Remove the cruft
6729         to rerun the tests, instead append the at_group_log to the
6730         at_suite_log when a test fails.
6731         (AT_SETUP): pipe the test case's output into at_tee_pipe,
6732         with the AS_MESSAGE_LOG_FD redirected to stdout.
6733         (AT_CLEANUP): save the output status in $at_status_file
6734         and restore it, redirect the AS_MESSAGE_LOG_FD back to
6735         its original place.
6736         (AT_CHECK): since tests are run with a redirected stdout,
6737         and used to be re-run in verbose mode, turn some $at_verbose
6738         into echo, and don't redirect the output of testing stdout
6739         and stderr.
6741         * lib/autotest/autoconf.texi (testsuite Scripts): Update
6742         the name of the debugging directory and information about
6743         its contents.
6745 2003-05-22  Paolo Bonzini  <bonzini@gnu.org>
6747         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): Actually use the 2nd
6748         parameter.
6750 2003-05-22  Akim Demaille  <akim@epita.fr>
6752         * lib/autoconf/autotest.m4, lib/autoconf/autoupdate.m4
6753         * lib/autoconf/fortran.m4 lib/autoconf/general.m4
6754         * lib/autoconf/headers.m4 lib/autoconf/oldnames.m4
6755         * lib/autoconf/status.m4: Fix and adjust copyright notices.
6757 2003-05-22  Akim Demaille  <akim@epita.fr>
6759         * aclocal.m4, bin/autoconf.as, lib/autoconf/autoconf.m4,
6760         * lib/autoconf/autoheader.m4, lib/autoconf/autoupdate.m4,
6761         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
6762         * lib/autoconf/general.m4, lib/autoconf/headers.m4,
6763         * lib/autoconf/lang.m4, lib/autoconf/libs.m4,
6764         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
6765         * lib/autoconf/status.m4, lib/autoconf/types.m4,
6766         * lib/autotest/general.m4, lib/m4sugar/m4sugar.m4,
6767         * tests/atspecific.m4, tests/base.at, tests/compile.at,
6768         * tests/foreign.at, tests/m4sh.at, tests/semantics.at,
6769         * tests/tools.at, tests/torture.at:
6770         Whitespace clean up.
6771         Suggested by Jim Meyering.
6773 2003-05-22  Akim Demaille  <akim@epita.fr>
6775         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
6776         ' \t' as '\t ' so that Emacs' whitespace.el keep it.
6777         Reported by Jim Meyering.
6779 2003-05-22  Akim Demaille  <akim@epita.fr>
6781         * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
6782         Add AC_HELP_STRING  to the obsolete macros section.
6783         Typos.
6784         Use '@.' for sentences that ended in a capital letter.
6785         From Art Haas.
6787 2003-05-22  Akim Demaille  <akim@epita.fr>
6789         * config/config.guess, config/config.sub, config/elisp-comp,
6790         * config/install-sh, config/mdate-sh, config/mkinstalldirs,
6791         * config/texinfo.tex, doc/standards.texi: Update from masters.
6793 2003-05-21  Paolo Bonzini  <bonzini@gnu.org>
6795         * lib/m4sugar/m4sh.m4 (AS_VAR_SET): Escape the RHS before passing
6796         it to eval.
6798 2003-05-21  Akim Demaille  <akim@epita.fr>
6800         * bin/autoupdate.in ($m4): Fix quotation.
6801         Reported by Martin Mokrejs.
6803 2003-05-19  Paul Eggert  <eggert@twinsun.com>
6805         * ChangeLog, ChangeLog.2, THANKS, lib/m4sugar/m4sugar.m4:
6806         Remove non-ASCII characters.
6808 2003-05-18  Paolo Bonzini  <bonzini@gnu.org>
6810         * tests/semantics.at (AC_SEARCH_LIBS): New test.
6811         * tests/semantics.at (AC_CHECK_HEADERS_OLD,
6812         AC_CHECK_HEADERS_NEW): New tests.
6814 2003-05-17  Akim Demaille  <akim@epita.fr>
6816         * lib/autoconf/functions.m4: Use the default includes so that
6817         memcmp be declared before being tested.
6818         Reported by Sander Niemeijer.
6819         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_GETGROUPS, AC_FUNC_STRNLEN): Likewise.
6820         * doc/autoconf.texi (Default Includes): Document
6821         AC_INCLUDES_DEFAULT.
6823 2003-05-17  Akim Demaille  <akim@epita.fr>
6825         * lib/autoconf/specific.m4: Include signal.h and unistd.h.
6826         * doc/autoconf.texi (Obsolete Macros): Adjust.
6827         Reported by Werner LEMBERG and Debian Bug 190886.
6829 2003-05-16  Akim Demaille  <akim@epita.fr>
6831         * lib/m4sugar/m4sh.m4 (_AS_UNSET_PREPARE): s/FOO/as_foo/ to avoid
6832         user name space clashes.
6833         Reported by Bruno Haible.
6835 2003-05-16  Akim Demaille  <akim@epita.fr>
6837         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
6838         * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
6839         them uniform, and more robust to Perl special characters.
6840         Reported by Martin Mokrejs.
6842 2003-05-14  Akim Demaille  <akim@epita.fr>
6844         * tests/foreign.at (Libtool): Skip all Libtools pre 1.4.
6846 2003-05-14  Akim Demaille  <akim@epita.fr>
6848         * doc/autoconf.texi (Header Portability): X11/extensions/scrnsaver.h,
6849         linux/irda.h.
6851 2003-05-12  Akim Demaille  <akim@epita.fr>
6853         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Improve the
6854         message.
6855         From Matthias Andree.
6857 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
6859         * lib/Autom4te/XFile.pm (lock, truncate): Do not pass @_ to flock
6860         and truncate.
6862 2003-05-06  Akim Demaille  <akim@epita.fr>
6864         Don't try to be smart with aclocal 1.8+ because (i) aclocal no
6865         longer updates aclocal.m4 if useless, (ii) if a file m4_included
6866         by aclocal.m4 is changed it might require the importing of another
6867         m4 extension file, i.e., aclocal must be run.
6869         * bin/autoreconf.in (&run_aclocal, $aclocal_supports_force): New.
6870         (&parse_args): Use --force with aclocal if required and supported.
6871         (&autoreconf_current_directory): Use &run_aclocal.
6873 2003-05-06  Akim Demaille  <akim@epita.fr>
6875         Lock autom4te's cache.
6877         * lib/Autom4te/XFile.pm ($me, &name, &lock, &truncate, &seek): New.
6878         * bin/autom4te.in (&Request::save, &Request::load): Use an IO::File
6879         argument instead of a file name, so that the request file remains
6880         open during the whole autom4te run.
6881         ($icache_file): New.
6882         (&freeze): Lock the $icache_file.
6884 2003-04-29  Derek Price  <derek@ximbiot.com>
6886         * lib/autotest/general.m4 (AT_KEYWORDS): Don't use a comma as the
6887         seperator with m4_append_uniq().  It doesn't work.
6888         (AT_CLEANUP): Add `;' to end of at_help_all.
6889         (AT_INIT): Allow --keywords to be specified more than once.  When
6890         grepping $at_help_all for keywords, use the field and keyword
6891         seperators to ensure a complete keyword match.  Alter at_prev handling
6892         to support the new --keywords behavior.
6894 2003-04-27  Karl Berry  <karl@freefriends.org>
6896         * doc/autoconf.texi: Make the dir entries in the autoconf manual
6897         align better with others.  I also made some of the individual
6898         entries on one line, for brevity and to make it easier for me to
6899         sort my dir-example file in the Texinfo distribution :).
6901 2003-04-12  Jim Meyering  <jim@meyering.net>
6903         * NEWS: Mention the new macro.
6904         * lib/autoconf/c.m4 (AC_C_RESTRICT): New macro.
6905         * doc/autoconf.texi (C Compiler): Describe AC_C_RESTRICT.
6906         * tests/c.at: Test AC_C_RESTRICT.
6907         * tests/mktests.sh (ac_exclude_list): Add exclusion for AC_C_RESTRICT.
6909 2003-04-08  Akim Demaille  <akim@epita.fr>
6911         * bin/ifnames.in: Skip C++ comments.
6912         From Jeremy Yallop.
6914 2003-04-08  Akim Demaille  <akim@epita.fr>
6916         * GNUmakefile (SHELL): Don't assume sh is in /bin/.
6917         From Ilya Zakharevich.
6919 2003-04-08  Akim Demaille  <akim@epita.fr>
6921         * doc/autoconf.texi (Particular Headers): Some about sys/socket.h,
6922         net/if.h, stdlib.h.
6924 2003-04-01  Derek Price  <derek@ximbiot.com>
6926         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error
6927         from Akim's checkin of 2003-03-29.
6929 2003-04-01  Derek Price  <derek@ximbiot.com>
6931         * tests/torture.at (Configuring subdirectories): Add missing
6932         close-quote for Akim's change from 2003-03-28.
6934 2003-04-01  Akim Demaille  <akim@epita.fr>
6936         * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
6937         (AC, AT, MS): these.
6938         (shortindexflag, @acindex, @ahindex, @asindex, @atindex, @msindex):
6939         New.
6940         Use them.
6941         * doc/Makefile.am (CLEANFILES): Adjust.
6942         (TEXI2DVI): Make it --batch.
6944 2003-03-31  Derek Price  <derek@ximbiot.com>
6946         * lib/autotest/general.m4: Revert the checkin from 2003-03-27
6947         which removed the main loop.
6948         Thanks to Akim Demaille.
6950 2003-03-29  Akim Demaille  <akim@epita.fr>
6952         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install,
6953         that starts a GUI.
6954         From Ilya Zakharevich.
6956 2003-03-29  Akim Demaille  <akim@epita.fr>
6958         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The
6959         documentation to read is Autoconf's.
6960         Suggested by Paul Eggert.
6962 2003-03-28  Akim Demaille  <akim@epita.fr>
6964         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): Suggest
6965         reading the section "Present But Cannot Be Compiled" when the
6966         header causes problems.
6968 2003-03-28  Akim Demaille  <akim@epita.fr>
6970         * tests/torture.at (Configuring subdirectories): Require aclocal
6971         1.4, otherwise the test fails, as it does support configure.ac.
6972         This fixes the "test 40 failed" bug reports.
6974 2003-03-28  Akim Demaille  <akim@epita.fr>
6976         * doc/autoconf.texi (C Compiler): `#line' portability.
6977         From Paul Eggert and Nelson H. F. Beebe.
6979 2003-03-27  Derek Price  <derek@ximbiot.com>
6981         * lib/autotest/general.m4: Eliminate main loop and reorganize test
6982         layout in order to allow scripting around test groups.
6984 2003-03-27  Derek Price  <derek@ximbiot.com>
6986         * lib/autotest/general.m4 (PARSE_ARGS,PARSE_ARGS_END,HELP,HELP_MODES,
6987         HELP_TUNING,HELP_OTHER,HELP_END,PREPARE_TESTS,TESTS_END): Define and
6988         use new diversions in preparation for accepting new arguments and
6989         allowing scripting around tests.
6990         (OPTIONS,TAIL): Remove these diversions to make way for the ones above.
6992 2003-03-26  Derek Price  <derek@ximbiot.com>
6994         * lib/autoconf/general.m4 (AC_ARG_VAR): Use AS_HELP_STRING instead of
6995         obsolete AC_HELP_STRING.
6996         (AC_HELP_STRING): AU_DEFUN to...
6997         * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): ...here.
6998         * tests/m4sh.at (AS_HELP_STRING): New test.
7000         * tests/acgeneral.at: Regenerated.
7002 2003-03-26  Derek Price  <derek@ximbiot.com>
7004         * lib/autotest/general.m4: s/DEFAULT/DEFAULTS/ since it makes more
7005         sense.  Verbosify the diversion definitions comment.
7007 2003-03-26  Derek Price  <derek@ximbiot.com>
7009         * lib/autotest/general.m4 (AT_INIT): Remove redundant call to
7010         AS_PREPARE.
7012 2003-03-21  Eric Siegerman  <eric_97@pobox.com>
7014         * doc/autoconf.texi (Present But Cannot Be Compiled):
7015         Grammar fixes and minor rewording. (trivial change)
7017 2003-03-06  Paul Eggert  <eggert@twinsun.com>
7019         Work around a problem noted by Nelson H. F. Beebe with coreutils
7020         4.5.9: Sun c89 (Sun WorkShop 6 update 2 C 5.3 Patch 111679-08
7021         2002/05/09) rejects '#line 32768 "configure"' because the line
7022         number overflows.
7023         * lib/autoconf/c.m4 (AC_LANG_SOURCE(C)): Do not generate
7024         #line directives.
7025         * lib/autoconf/lang.m4 (AC_LANG_SOURCE): Fix comment to match this.
7026         * doc/autoconf.texi (Generating Sources): Document this.
7028 2003-03-01  Richard Dawe  <rich@phekda.freeserve.co.uk>
7030         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
7031         file name for the m4 program, when it has an "exe" file extension.
7032         DJGPP's error messages include the error code in brackets -
7033         remove the error code during normalization.
7035 2003-02-28  Akim Demaille  <akim@epita.fr>
7037         * doc/autoconf.texi (Present But Cannot Be Compiled): New.
7039 2003-02-28  Alexandre Duret-Lutz  <adl@gnu.org>
7041         * doc/autoconf.texi (Limitations of Make): Remove the section
7042         about `$<' in inference rules, it was a bogus interpretation of
7043         an old Automake change.  Discuss NetBSD, FreeBSD, OpenBSD, and
7044         Tru64 make in the "target lookup" section.
7045         (Automake): Automake 1.5+ no longer requires special tools to be
7046         present on the developer's host.
7048 2003-02-26  Richard Dawe  <rich@phekda.freeserve.co.uk>
7050         * bin/autoheader.in (BEGIN): For DJGPP SHELL may not be set
7051         to a shell that can handle redirection or quoting correctly.
7052         Override SHELL with the shell detected by configure.
7053         Use of $^O suggested by Tim van Holder.
7054         * bin/autom4te.in (BEGIN): Likewise.
7055         * bin/autoreconf.in (BEGIN): Likewise.
7056         * bin/autoscan.in (BEGIN): Likewise.
7057         * bin/autoupdate.in (BEGIN): Likewise.
7058         * bin/ifnames.in (BEGIN): Likewise.
7060         * bin/ifnames.in: Add final newline to help and version messages.
7062         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Translate colons,
7063         to cope with DOS-style absolute paths, when constructing
7064         ${ac_make}.
7066         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS, _AC_OUTPUT_FILES):
7067         When constructing paths with IFS=:, quote the path. If we're
7068         constructing a DOS-style absolute path, we don't want to split it
7069         on the colon.
7071         * tests/atspecific.m4 (AT_CHECK_CONFIGURE): Fix typo
7072         in description.
7074 2003-02-25  Pavel Roskin  <proski@gnu.org>
7076         * bin/autoheader.in: Add missing newline when printing
7077         suggestion how change AC_DEFINE call.
7079 2003-02-24  Paul Eggert  <eggert@twinsun.com>
7081         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix typo in
7082         2002-09-01 patch by replacing "test -n" with "test -z".
7083         This fixes a bug found by Jeff Painter and reported by Tom Epperly in
7084         <http://mail.gnu.org/archive/html/autoconf/2003-02/msg00139.html>.
7086         * doc/autoconf.texi (Shell Substitutions): test -n -> test -z,
7087         to fix a mismatch between example and discussion.
7089 2003-02-24  Kevin Ryde  <user42@zip.com.au>
7091         * doc/autoconf.texi (Limitations of Builtins): Add notes on printf
7092         format starting with "-".
7094 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
7096         * doc/autoconf.texi (Limitations of Make): `foo=bar make -e'
7097         is not portable inside Makefile.
7099 2003-02-20  Akim Demaille  <akim@epita.fr>
7101         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): When
7102         compiler says yeah, but preproc says nope, compiler is right.
7103         Conversely, prompt the reader to send a bug report to the
7104         maintainers of the package, not of Autoconf.
7106 2003-02-20  Klee Dienes  <kdienes@apple.com>
7108         * bin/autoreconf.in (autoreconf_current_directory): Properly
7109         handle an empty aclocal.m4.
7111 2003-02-20  Akim Demaille  <akim@epita.fr>
7113         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Quote
7114         $ac_prefix_program.
7115         From Larry Jones.
7117 2002-12-23  Paul Eggert  <eggert@twinsun.com>
7119         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Define $1 to an
7120         innocuous variant befor including <limits.h> or <assert.h>.  This
7121         works around a bug reported by Albert Chin: HP-UX 11i
7122         (and earlier versions) have a <limits.h> that declares
7123         gettimeofday and many other functions.
7125 2002-12-03  Paul Eggert  <eggert@twinsun.com>
7127         Version 2.57.
7129         * NEWS, configure.ac: Update version.
7131         * doc/fdl.texi: Upgrade to FDL version 1.2.
7133         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Use the function f
7134         nontrivially in main's body, so that f's external declaration is
7135         not optimized away in AIX.  This should fix the bug reported by
7136         Martin Frydl in
7137         <http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html>.
7139         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C),
7140         _AC_PROG_PREPROC_WORKS_IFELSE): Use <limits.h> if __STDC__ is
7141         defined, to support freestanding compilers.  This should fix the
7142         bug reported by Momchil Velkov in
7143         <http://mail.gnu.org/pipermail/autoconf/2002-November/014490.html>.
7145         * doc/autoconf.texi (Obsolete Macros): Fix typos (insert empty
7146         arg, AC_DEFINE -> AC_DEFINE_UNQUOTED) in documentation for
7147         obsolete AC_CHECK_TYPE.  The missing empty arg was reported
7148         by Simon Josefsson in
7149         <http://mail.gnu.org/pipermail/autoconf-patches/2002-December/008830.html>.
7151         * Makefile.maint (www-gnu): New macro.
7152         (standards.texi-url_prefix, make-stds.texi-url_prefix): Use it, as
7153         the location has moved.
7155 2002-12-02  Martin Frydl  <martin@systinet.com>
7157         * bin/autom4te.in (at_flatten): rewritten to avoid M4 problem when
7158         \(.*\) match is too long and there is something more to be checked.
7159         <http://mail.gnu.org/pipermail/autoconf/2002-November/014524.html>
7161 2002-11-15  Akim Demaille  <akim@epita.fr>
7163         Version 2.56.
7165         * config/install-sh: chmod +x.
7166         From Paul Eggert.
7167         * config/move-if-change: Indenting changes.
7168         * Makefile.am (AUTOMAKE_OPTIONS): Move to...
7169         * configure.ac (AM_INIT_AUTOMAKE): here.
7170         Require 1.7.1.
7172 2002-11-14  Akim Demaille  <akim@epita.fr>
7174         Version 2.55.
7176         * config/config.guess, config/config.sub, config/install-sh:
7177         Update from masters.
7179 2002-11-14  Akim Demaille  <akim@epita.fr>
7181         * Makefile.maint: Sync with Bison, i.e.:
7182         (po-check): Scan .l and .y files instead of the
7183         .c and the .h files that they generate.  This fixes the bug
7184         reported by Tim Van Holder in:
7185         <http://mail.gnu.org/pipermail/bison-patches/2002-November/001352.html>
7186         Look for N_ as well as for _.  Try to avoid matching #define for
7187         N_ and _.
7188         From Paul Eggert.
7190 2002-11-14  Akim Demaille  <akim@epita.fr>
7192         * doc/autoconf.texi (C Compiler): Compiling several files at once.
7193         From Paul Eggert and Albert Chin-A-Young.
7195 2002-11-14  Akim Demaille  <akim@epita.fr>
7197         * doc/autoconf.texi (C Compiler): Solitary backslashes.
7198         From Paul Eggert and Albert Chin-A-Young.
7200 2002-11-14  Kevin Ryde  <user42@zip.com.au>
7202         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY(C)): Initialize f=$1 rather
7203         than assigning in main, to avoid HP cc +O3 optimizing it away.
7205 2002-11-12  Peter Eisentraut  <peter_e@gmx.net>
7207         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Add -q
7208         option.  Process --recheck after parsing all options.  Pass -q
7209         option to configure on --recheck.
7210         (AC_OUTPUT): Pass -q from configure to config.status.
7211         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Strip -q from
7212         arguments to record.
7213         * doc/autoconf.texi (config.status Invocation): Document
7214         config.status -q option.
7216 2002-11-07  Alexandre Duret-Lutz  <adl@gnu.org>
7218         * bin/autoscan.in (scan_file): Scan Makefile.am too. Ignore
7219         Makefile.in if Makefile.am exists.
7220         (output): Strip `.am' from Makefiles.  Don't
7221         output AC_CONFIG_FILES if no Makefiles were found.
7223 2002-11-07  Akim Demaille  <akim@epita.fr>
7225         * Makefile.am (cvs_files): Add elisp-comp, mdate-sh.
7226         (local_updates): New.
7227         * Makefile.maint: Update, from CVS Bison.
7228         (local_updates): New.
7230 2002-11-06  Akim Demaille  <akim@epita.fr>
7232         * lib/autoconf/c.m4 (AC_LANG_FUNC_LINK_TRY): Wrap the `f'
7233         declaration in extern "C" too.
7234         Reported by Roberto Bagnara.
7236 2002-11-06  Akim Demaille  <akim@epita.fr>
7238         * tests/torture.at (Configuring subdirectories): Don't use grep
7239         -w.
7240         * doc/autoconf.texi (Limitations of Usual Tools): Grep -w.
7241         Reported by Ezra Peisach.
7243 2002-11-05  Akim Demaille  <akim@epita.fr>
7245         * lib/autoconf/autoheader.m4 (_AH_TEMPLATE_OLD, _AH_VERBATIM_OLD):
7246         Remove.
7247         We _have_ to stop using the old compatibility scheme that tried to
7248         avoid useless backslashes because Libtool 1.4.3 contains a
7249         AC_DEFINE([error_t], [int],
7250         [Define to a type to use for \`error_t' if it is not
7251         otherwise available.])
7252         We _have_ to quote the single quote and backslashes with \.  The
7253         old compatibility scheme saw that ` was backslashed, and therefore
7254         did not quote the single quote.  Hence before this patch, Autoconf
7255         was not compatible with Libtool.
7257 2002-11-04  Paul Eggert  <eggert@twinsun.com>
7259         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Set the following variables,
7260         too: LC_ADDRESS, LC_IDENTIFICATION, LC_MEASUREMENT, LC_MONETARY,
7261         LC_NAME, LC_PAPER, LC_TELEPHONE.
7262         * doc/autoconf.texi (Special Shell Variables): Mention those vars.
7264 2002-11-04  Akim Demaille  <akim@epita.fr>
7266         Version 2.54c.
7268         * Makefile.maint (update, cvs-update, po-update, do-po-update):
7269         New.
7270         * config/texinfo.tex: Update.
7272 2002-11-03  Akim Demaille  <akim@epita.fr>
7274         * bin/autoreconf.in (&autoreconf_current_directory): New, extracted
7275         from...
7276         (&autoreconf): here.
7277         ($help, $make, &parse_args, &autoreconf_current_directory):
7278         Support -m/--make.
7279         * doc/autoconf.texi (autoreconf Invocation): Adjust.
7281 2002-10-31  Bruno Haible  <bruno@clisp.org>
7283         * lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF): Change message.
7284         Change name of cache variable to ac_cv_func_malloc_0_nonnull.
7285         (AC_FUNC_MALLOC): Change description of HAVE_MALLOC macro.
7286         (_AC_FUNC_REALLOC_IF): Change message. Change name of cache variable
7287         to ac_cv_func_realloc_0_nonnull.
7288         (AC_FUNC_REALLOC): Change description of HAVE_REALLOC macro.
7290 2002-10-31  Akim Demaille  <akim@epita.fr>
7292         The test suite was no longer checking for trailing envvars and files.
7294         * tests/atspecific.m4 (AC_STATE_SAVE): Don't use quadrigraphs here.
7295         (AT_CHECK_ENV): Make sure the `state-ls.before file exists.
7297 2002-10-31  Akim Demaille  <akim@epita.fr>
7299         * lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Use and display
7300         `$(MAKE)' instead of '${MAKE}' to emphasize that we refer to the
7301         Make variable, not a shell variable.
7302         Suggested by Bruno Haible.
7304 2002-10-31  Akim Demaille  <akim@epita.fr>
7306         * bin/autom4te.in (load_configuration): Reject #args out of any
7307         language.
7309 2002-10-31  Akim Demaille  <akim@epita.fr>
7311         * lib/autoconf/general.m4 (_AC_MSG_LOG_CONFTEST): New.
7312         (_AC_PREPROC_IFELSE, _AC_COMPILE_IFELSE, _AC_LINK_IFELSE)
7313         (_AC_RUN_IFELSE): Use it.
7314         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT):
7315         (_AC_COMPILER_EXEEXT_DEFAULT): Likewise.
7316         * lib/autoconf/c.m4 (AC_LANG_SOURCE): Don't include confdefs.h,
7317         inline it.
7319 2002-10-30  Akim Demaille  <akim@epita.fr>
7321         * bin/autom4te.in (&parse_args, $help): Support --no-cache.
7322         * doc/autoconf.texi (autom4te Invocation): Adjust.
7323         Suggested by Tim van Holder.
7325 2002-10-29  Paul Eggert  <eggert@twinsun.com>
7327         * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and
7328         AC_FUNC_REALLOC check for compatibility with glibc, not POSIX.
7329         Problem reported by Bruno Haible.
7331 2002-10-29  Akim Demaille  <akim@epita.fr>
7333         * doc/autoconf.texi (Header Templates): Put also in words what the
7334         pictures says to assist free style readers.
7335         (Customizing autom4te): s/--cache=/--cache /.
7337 2002-10-29  Akim Demaille  <akim@epita.fr>
7339         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
7340         sys/wait.h.
7341         sparc_address_test returns void.
7342         Use it with an argument, as prototyped.
7343         From Bruno Haible.
7345 2002-10-29  Akim Demaille  <akim@epita.fr>
7347         * doc/autoconf.texi (Subdirectories): Cygnus dirs have
7348         configure.in, not configure.ac.
7349         Reported by Bruno Haible.
7351 2002-10-29  Akim Demaille  <akim@epita.fr>
7353         * tests/torture.at (Deep Package): New test.
7354         (Configuring subdirectories): Don't use a testSubDir as Autotest
7355         now does it itself.
7357 2002-10-29  Akim Demaille  <akim@epita.fr>
7359         * bin/autoreconf.in (&parse_args, $help): Support --warnings.
7360         * doc/autoconf.texi (Invoking autom4te): Rename as...
7361         (autom4te Invocation): this, for consistency with the other nodes.
7363 2002-10-29  Akim Demaille  <akim@epita.fr>
7365         * lib/autom4te.in (Autoconf): s/automate/autom4te/.
7366         Reported by Ralf Corsepius.
7368 2002-10-29  Akim Demaille  <akim@epita.fr>
7370         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7371         characters is a back as an `obsolete' warning now.
7372         Reported by Ralf Corsepius.
7374 2002-10-28  Akim Demaille  <akim@epita.fr>
7376         * configure.ac: Bump to 2.54c.
7378 2002-10-28  Akim Demaille  <akim@epita.fr>
7380         Version 2.54b.
7382         * tests/foreign.at (Libtool): Adjust to broken libtoolize.
7384 2002-10-28  Akim Demaille  <akim@epita.fr>
7386         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Be robust to different
7387         m4 executable names, and different GNU M4 version.
7388         Reported by Ezra Peisach and Paul Jarc.
7390 2002-10-27  Akim Demaille  <akim@epita.fr>
7392         * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Really use
7393         AC_RUN_IFELSE.
7395 2002-10-27  Akim Demaille  <akim@epita.fr>
7397         * doc/autoconf.texi: More AC_MSG_FAILURE promotion.
7398         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING):
7399         Die when a simple Fortran program cannot be compiled.
7400         * lib/autoconf/lang.m4 (AC_LANG_CALL, AC_LANG_FUNC_LINK_TRY):
7401         Issue a warning if no function is given.
7403 2002-10-27  Akim Demaille  <akim@epita.fr>
7405         * doc/autoconf.texi (Run Time): Document AC_RUN_IFELSE.
7406         Move the documentation of AC_TRY_RUN to...
7407         (Obsolete Macros): here.
7408         Adjust all the old samples still using AC_TRY_RUN to AC_RUN_IFELSE.
7409         (autoconf Invocation): Remove the duplicates with `invoking
7410         autom4te'.
7411         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_RUN.
7412         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
7414 2002-10-27  Akim Demaille  <akim@epita.fr>
7416         * doc/autoconf.texi (Generating Sources): Document AC_LANG_CALL
7417         and AC_LANG_FUNC_LINK_TRY.
7418         (Examining Libraries): Rename as...
7419         (Running the Linker): this.
7420         Document AC_LINK_IFELSE.
7421         Move the documentation of AC_TRY_LINK and AC_TRY_LINK_FUNC to...
7422         (Obsolete Macros): here.
7423         * lib/autoconf/fortran.m4 (_AC_F77_NAME_MANGLING): Don't use
7424         AC_TRY_LINK_FUNC nor AC_TRY_LINK.
7425         * lib/autoconf/libs.m4 (AC_CHECK_LIB, AC_PATH_XTRA): Likewise.
7426         * lib/autoconf/headers.m4 (AC_USG): Likewise.
7428 2002-10-27  Akim Demaille  <akim@epita.fr>
7430         * lib/autoconf/headers.m4 (AC_HEADER_STDC): Don't use AC_TRY_CPP.
7432         More `check config.log' messages.
7434         * lib/autoconf/general.m4 (AC_MSG_FAILURE): New.
7435         * doc/autoconf.texi (Printing Messages): Document it.
7436         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Use it when
7437         appropriate.
7438         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT)
7439         (_AC_COMPILER_EXEEXT_WORKS, _AC_COMPILER_EXEEXT_O)
7440         (_AC_COMPILER_OBJEXT): Likewise.
7441         * lib/autoconf/general.m4 (AC_RUN_IFELSE): Likewise.
7442         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS):
7443         Likewise.
7444         * lib/autoconf/c.m4 (AC_PROG_CPP, AC_PROG_CC, AC_PROG_CXXCPP):
7445         Likewise.
7447         Deprecate macros with unusual interfaces.
7449         * lib/autoconf/general.m4 (AC_TRY_CPP, AC_TRY_LINK)
7450         (AC_TRY_COMPILE, AC_TRY_RUN): AU_DEFUN'ed.
7452         Document the new ones, and proper style.
7454         * doc/autoconf.texi (Generating Sources): New.
7455         Document AC_LANG_CONFTEST, AC_LANG_SOURCE, AC_LANG_PROGRAM.
7456         (Examining Declarations): Rename as...
7457         (Running the Preprocessor): this.
7458         Document AC_PREPROC_IFELSE.
7459         (Examining Syntax): Rename as...
7460         (Running the Compiler): this.
7461         (AC_FOO_IFELSE vs AC_TRY_FOO): New section.
7462         (Obsolete Macros): Move the definition of AC_TRY_CPP and
7463         AC_TRY_COMPILE here.
7465 2002-10-27  Akim Demaille  <akim@epita.fr>
7467         Move sections around.
7469         * doc/autoconf.texi (Customizing autom4te): Remove a lost
7470         sentence.
7471         Reported by Burno Haible.
7472         (Language Choice): Now the first section of...
7473         (Writing Tests): this section.
7474         Make the introduction less C-centric.
7475         (Guidelines, Test Functions): Move to...
7476         (Writing Test Programs): this new section.
7477         (Test Programs): Merge into...
7478         (Run Time): this.
7480 2002-10-27  Akim Demaille  <akim@epita.fr>
7482         * lib/freeze.mk ($(AUTOM4TE_CFG)): Add a missing dependency on
7483         autom4te.in that resulted in the need for two `make' runs.
7485 2002-10-27  Akim Demaille  <akim@epita.fr>
7487         * configure.ac: Bump to 2.54b.
7489 2002-10-25  Akim Demaille  <akim@epita.fr>
7491         Version 2.54a.
7493         * Makefile.maint: Update from the Coreutils.
7494         (AMTAR): Remove, obsolete.
7495         (automake_repo): Update to redhat.com.
7496         (cvs_file): New.
7497         Adjust to the fact that ansi2knr is now hosted by Automake.
7498         * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
7499         * config/config.guess, config/mkinstalldirs, config/texinfo.tex:
7500         Update from masters.
7501         * lib/autoscan/Makefile.am (EXTRA_DIST, nodist_autoscanlib_DATA):
7502         autoscan.pre is not to be installed, and autoscan.list is not to
7503         be shipped.
7504         (CLEANFILES): Add autoscan.list.
7505         (autoscan.list): Disable the cache.
7506         * bin/Makefile.am: Include freeze.mk.
7508 2002-10-25  Akim Demaille  <akim@epita.fr>
7510         * bin/autom4te.in (&load_configuration): Take the file as
7511         argument.
7512         (&parse_args): Handle -C, --cache.
7513         ($help): Adjust.
7514         (MAIN): Load ~/.autom4te.cfg and ./.autom4te.cfg.
7515         * lib/autom4te.in (Autoconf): Pass --cache=autom4te.cache.
7516         * doc/autoconf.texi (Invoking autom4te): Document --cache.
7517         Now a subsection of...
7518         (Using autom4te): This new section.
7519         (Customizing autom4te): New.
7520         (autom4te.cache): Adjust.
7522 2002-10-25  Akim Demaille  <akim@epita.fr>
7524         * doc/autoconf.texi (Generic Headers): More information on how to
7525         use AC_CHECK_HEADERS.
7527 2002-10-25  Akim Demaille  <akim@epita.fr>
7529         * bin/autoconf.as, bin/autoconf.in, bin/autoupdate.in ($help):
7530         Space changes.
7532 2002-10-25  Akim Demaille  <akim@epita.fr>
7534         * bin/autoscan.in (output): Output AC_PREREQ.
7535         (%needed_macros): Add AC_PREREQ so that configure.ac without one
7536         be reported.
7538 2002-10-23  Akim Demaille  <akim@epita.fr>
7540         * doc/autoconf.texi (Particular Headers): In AC_HEADER_STDBOOL,
7541         document _Bool.
7543 2002-10-23  Akim Demaille  <akim@epita.fr>
7545         * bin/autom4te.in (handle_traces): Handle @&t@ in traces.
7546         Reported by Peter Eisentraut.
7548 2002-10-23  Akim Demaille  <akim@epita.fr>
7550         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): Also look for the
7551         type _Bool.
7552         Fix a typo.
7553         * doc/autoconf.texi (Particular Headers): Adjust according to Paul
7554         Eggert's recommandations.
7556 2002-10-22  Akim Demaille  <akim@epita.fr>
7558         * lib/autoconf/headers.m4 (AC_HEADER_STDBOOL): New, based on CVS
7559         Bison, by Paul Eggert.
7560         * doc/autoconf.texi (Particular Headers): Document it.
7562 2002-10-22  Aaron M. Ucko  <amu@alum.mit.edu>
7564         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Avoid duplicates in
7565         `$ac_configure_args'.
7567 2002-10-22  Akim Demaille  <akim@epita.fr>
7569         * doc/autoconf.texi: Use AC_CONFIG_HEADERS in examples.
7570         (AC_ST_BLKSIZE, AC_ST_RDEV): Directly point to AC_CHECK_MEMBERS.
7571         From Art Haas.
7573 2002-10-22  Akim Demaille  <akim@epita.fr>
7575         Restore the 2002-10-11  Akim Demaille  <akim@epita.fr> patch:
7577         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7578         (AC_CHECK_HEADER, _AC_CHECK_HEADER_NEW,_AC_CHECK_HEADER_OLD): Restore.
7579         (_AC_CHECK_HEADER_NEW): Rename as...
7580         (AC_CHECK_HEADER): this.
7582 2002-10-22  Akim Demaille  <akim@epita.fr>
7584         * doc/autoconf.texi (Limitations of Usual Tools): Remove incorrect
7585         words about HP-UX cmp: it was actually a user-written cmp.
7587 2002-10-22  Akim Demaille  <akim@epita.fr>
7589         * tests/foreign.at (Libtool): Don't check autoconf's stderr: there
7590         are a few warnings.
7591         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7592         Quote for Perl '' strings, not "".
7593         * bin/autoheader.in: Invoke autoconf to get '' strings, not ""
7594         strings.
7596 2002-10-22  Akim Demaille  <akim@epita.fr>
7598         * lib/m4sugar/m4sh.m4 (_AS_QUOTE): The warning about quoted
7599         characters is a syntax warning now.
7600         (_AS_QUOTE): Accept $2 as list of characters to quote.
7601         * lib/autoconf/autoheader.m4 (AH_VERBATIM, _AH_VERBATIM_OLD):
7602         Quote for Perl, not sh.
7603         * bin/autoheader.in: When $debug, report the file which is
7604         `do'ne.
7605         * tests/tools.at (autom4te, autoheader): Exercise @bar, not merely
7606         `@', to tickle Perl's lists.
7607         Reported by Carlos Velasco.
7609 2002-10-18  Akim Demaille  <akim@epita.fr>
7611         * bin/autom4te.in (handle_m4): Pass --fatal-warning to m4, so that
7612         missing included files _are_ errors.
7613         Thanks to Alexandre Duret-Lutz.
7614         * tests/tools.at (autom4te cache): Adjust.
7615         * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): New.
7616         (AT_CHECK_M4SUGAR): Use it.
7617         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
7618         Adjust.
7619         * tests/tools.at (autom4te): Now it does exit 1.
7621 2002-10-17  Akim Demaille  <akim@epita.fr>
7623         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Don't use cmp.
7624         Fixes the `AC_ARG_VAR' test failures.
7625         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Don't use cmp.
7626         * lib/freeze.mk (check-forbidden-patterns): New.
7627         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am
7628         * lib/m4sugar/Makefile.am (check-local): Use it to catch `cmp'.
7629         * doc/autoconf.texi (Limitations of Usual Tools): HP-UX' cmp and
7630         /dev/null.
7631         Reported months ago by H. Merijn Brand.
7633 2002-10-17  Akim Demaille  <akim@epita.fr>
7635         * tests/tools.at (autoheader): Put randoms `@' to stress Perl.
7637 2002-10-16  Paul Eggert  <eggert@twinsun.com>
7639         * Makefile.maint (wget_files): Remove ansi2knr.c.
7640         (ansi2knr.c-url_prefix): Remove.
7642 2002-10-16  Akim Demaille  <akim@epita.fr>
7644         Because of caching, some files that no longer exist and are no
7645         longer required can still cause errors.
7646         Reported by Alexandre Duret-Lutz.
7648         * bin/autom4te.in (&parse_args): Do not prepend `--reload-state'
7649         to frozen files in @ARGV, as @ARGV must remain being a list of
7650         files.  Rather, at M4 call sites, use this...
7651         (&files_to_options): New function.
7652         (&freeze): Use &error.
7653         (&up_to_date): If a file that was included according to the cache
7654         is no longer there, then the output is out dated.
7655         (&main): Don't even check whether a file is up to date is anyway
7656         --force is given.
7657         * tests/tools.at (autom4te cache): New.
7659 2002-10-16  Akim Demaille  <akim@epita.fr>
7661         * bin/autoconf.as: Kill dead options.
7662         * bin/autoupdate.in (&parse_args): Kill old options.
7663         * bin/autoreconf.in (&parse_args): Remove dead options.
7664         Factor some code.
7665         (&autoreconf): Report the directories we enter *and leave*, so
7666         that error messages can be easily located, and use GNU Make
7667         format, so that Emacs' compile mode understands us.
7668         * lib/Autom4te/General.pm (&update_file): Use `verbose' to report
7669         if some file was changed instead of `print'.
7670         * bin/autoheader.in: Suggest AC_DEFINE with 3 args when needed.
7671         (&parse_args): Remove the dead options.
7672         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Adjust to the new
7673         autoheader's quiet mode.
7674         (AT_CHECK_AUTOUPDATE): Likewise.
7675         * tests/tools.at (autoupdate): Adjust.
7676         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
7678 2002-10-11  Akim Demaille  <akim@epita.fr>
7680         No longer use CPP to check for the existing of headers: use CC to
7681         check for compilability.
7683         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL)
7684         (AC_CHECK_HEADER, _AC_CHECK_HEADER_OLD): Remove.
7685         (_AC_CHECK_HEADER_NEW): Rename as...
7686         (AC_CHECK_HEADER): this.
7688         * lib/autotest/general.m4 (AT_INIT): Include the failed test
7689         numbers in the Subject suggestion.
7691 2002-10-11  Akim Demaille  <akim@epita.fr>
7693         * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
7694         Suggest using AC_CHECK_DECLS instead.
7696 2002-10-11  Akim Demaille  <akim@epita.fr>
7698         * tests/torture.at (AC_ARG_VAR): Have configure report the value
7699         of `precious'.
7701 2002-10-11  Akim Demaille  <akim@epita.fr>
7703         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): Use $$ in the
7704         file name to enable parallel executions.
7705         From Sam Varshavchik.
7707 2002-10-08  Akim Demaille  <akim@epita.fr>
7709         * bin/autoreconf.in (&autoreconf): Run autopoint before the first
7710         aclocal invocation, as Gettext macros might not be visible to
7711         aclocal.
7712         Instead of blindly running autopoint, scan configure.ac (not the
7713         traces) for AM_GNU_GETTEXT_VERSION uses, as autopoint does.
7714         Reported by Paul D. Smith.
7716 2002-10-08  Paul Eggert  <eggert@twinsun.com>
7718         Work around problems found when POSIXLY_CORRECT=1 is set.
7719         None of this seems to have anything to do with POSIX, really,
7720         but it's how Perl getopt works.
7721         * bin/autom4te.in (parse_args): Configure GetOpt with
7722         "permute", too.
7723         * doc/autoconf.texi (Invoking autom4te):
7724         --warning -> --warnings.
7725         * lib/autom4te.in: --warning -> --warnings.
7727 2002-09-28  Akim Demaille  <akim@epita.fr>
7729         * doc/autoconf.texi (autom4te.cache): New section.
7731 2002-09-28  Akim Demaille  <akim@epita.fr>
7733         * lib/autom4te.in (Autoscan-preselections, Autoreconf-preselections)
7734         (Automake-preselections): Update.
7735         * bin/autoreconf.in, bin/autoheader.in: Comment changes.
7737 2002-09-28  Akim Demaille  <akim@epita.fr>
7739         * lib/autoscan/autoscan.pre: Move all the remaining rules to...
7740         * lib/autoconf/c.m4, lib/autoconf/functions.m4,
7741         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
7742         * lib/autoconf/specific.m4, lib/autoconf/types.m4: here.
7744 2002-09-28  Akim Demaille  <akim@epita.fr>
7746         * tests/torture.at (Configuring subdirectories): Be robust to
7747         users who use config.site to require for a cache: in this case,
7748         the two last configure runs, using two different sets of
7749         arguments, trigger a legitimate error.
7751 2002-09-28  Akim Demaille  <akim@epita.fr>
7753         * tests/m4sh.at (Functions Support, Functions and return Support):
7754         New.
7756 2002-09-28  Akim Demaille  <akim@epita.fr>
7758         * bin/Makefile.am (ETAGS_SH, ETAGS_PERL): Update: ifnames and
7759         autoheader are Perl programs.
7760         (autoconf, autoheader, autoreconf, autoupdate, ifnames, autoscan)
7761         (autom4te): Specify that the sources are in the $srcdir.
7762         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7764 2002-09-28  Akim Demaille  <akim@epita.fr>
7766         * lib/autoscan/autoscan.pre (st_blksize, st_blocks, st_rdev)
7767         (tm_zone): Move their rules to...
7768         * lib/autoconf/types.m4: here, using AN_ macros.
7769         * lib/autoscan/autoscan.pre (AWK, BISON, INSTALL, LEX, LN, MAKE)
7770         (RANLIB, YACC, awk, bison, byacc, flex, gawk, install, lex, ln)
7771         (make, mawk, nawk, ranlib, yacc): Similarly, move to...
7772         * lib/autoconf/programs.m4: here.
7773         * lib/freeze.mk (ETAGS_FOR_M4, ETAGS_FOR_M4SUGAR)
7774         (ETAGS_FOR_AUTOCONF): New.
7775         Use it.
7777 2002-09-28  Akim Demaille  <akim@epita.fr>
7779         * lib/autoconf/autoscan.m4: New file.
7780         * lib/autoconf/autoconf.m4: Include it.
7781         * lib/autoconf/functions.m4: Use AN_FUNCTION for all the functions
7782         that were listed in the original autoscan.list.
7783         * lib/autoconf/headers.m4: Similarly with headers.
7784         * lib/freeze.mk (autoconf_m4f_dependencies): Add autoscan.m4.
7785         (.m4.m4f): Don't pass --prepend-include, since that's done by
7786         tests/autom4te itself.
7787         * lib/autoscan/Makefile.am: Include freeze.mk.
7788         (autoscan.list): New target --this file is no longer a source.
7789         (autoscan.pre): New file.
7791 2002-09-28  Akim Demaille  <akim@epita.fr>
7793         * bin/autoscan.in (@kinds): Make them singular.
7794         Adjust all uses.
7795         (&init_tables): When --debug, report the list of rules to ease
7796         tracking changes in autoscan.list.
7797         * lib/autoscan/autoscan.list (function): Strip comments, sort.
7799 2002-09-28  Akim Demaille  <akim@epita.fr>
7801         * lib/autoscan/functions, lib/autoscan/headers,
7802         * lib/autoscan/identifiers, lib/autoscan/makevars,
7803         * lib/autoscan/programs: Merge into...
7804         * lib/autoscan/autoscan.list: this.
7805         * bin/autoscan.in (&init_tables): Adjust.
7807 2002-09-28  Akim Demaille  <akim@epita.fr>
7809         * lib/autoscan/functions, lib/autoscan/headers,
7810         * lib/autoscan/identifiers, lib/autoscan/makevars,
7811         * lib/autoscan/programs: Make the `kind' explicit, i.e., each
7812         `functions' line is now prefixed with `function:'.
7813         * bin/autoscan.in (&init_tables): Adjust.
7815 2002-09-28  Akim Demaille  <akim@epita.fr>
7817         From now on, autoscan files must always map a macro name to a
7818         word: there is no `default' macro for autoscan.
7820         * bin/autoscan.in (&init_tables): Reject entries with no macro at
7821         all.
7822         * lib/autoscan/functions, lib/autoscan/headers: Make the macro
7823         explicit.
7825 2002-09-28  Akim Demaille  <akim@epita.fr>
7827         * bin/autoscan.in (%c_keywords): Remove.
7828         (&used): Keep only track of the words we might be interested in.
7829         (&output_kind): It is no longer needed to look for non active
7830         checks.
7832 2002-09-27  Akim Demaille  <akim@epita.fr>
7834         * lib/autoconf/functions.m4 (AC_FUNC_MBRTOWC): New, stolen from
7835         jm_FUNC_MBRTOWC, by Paul Eggert, from the Coreutils 4.5.1.
7836         * lib/autoscan/functions: Adjust.
7837         * doc/autoconf.texi (Particular Functions): Adjust.
7839 2002-09-27  Akim Demaille  <akim@epita.fr>
7841         * doc/autoconf.texi (Limitations of Usual Tools): Some about mv
7842         from /tmp.
7843         Thanks to Bill Moseley and Paul Eggert.
7844         * lib/m4sugar/m4sh.m4 (AS_TMPDIR): $2 is the directory into which
7845         the tmpdir must be created.
7846         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Have the tmp
7847         dir be in the build tree, instead of $TMPDIR.
7849 2002-09-27  Akim Demaille  <akim@epita.fr>
7851         * bin/autoscan.in: Improve the comments.
7852         (&parse_args): Drop obsolete undocumented options.
7853         (&output_kind): Output warnings.
7854         * lib/autoscan/functions: (dcgettext): Now trigger AM_GNU_GETTEXT.
7855         (getwd): Trigger a warning.
7857 2002-09-26  Akim Demaille  <akim@epita.fr>
7859         * bin/autoreconf.in: Clarify that -s is meaningless without -i.
7860         Reported by Ralf Corsepius.
7861         * doc/autoconf.texi (autoreconf Invocation): Likewise.
7863 2002-09-26  Akim Demaille  <akim@epita.fr>
7865         Single suffix rules and seperated dependencies are not portable.
7867         * doc/autoconf.texi (Installation Directory Variables): Update.
7868         (Limitations of Make): Some about `Single Suffix Rules and
7869         Separated Dependencies'.
7870         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7871         (ifnames, autoscan, autom4te): Un-factor into several rules.
7873 2002-09-25  Paul Eggert  <eggert@twinsun.com>
7875         * BUGS (Interoperability bugs): New section.  Mention libtool
7876         1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
7878 2002-09-24  Paul Eggert  <eggert@twinsun.com>
7880         Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
7881         make handles suffix-rules differently from GNU make.
7883         * bin/Makefile.am (SUFFIXES, .in): Remove.
7884         (autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
7885         Move the body of the old .in rule here.
7887 2002-09-16  Akim Demaille  <akim@epita.fr>
7889         i960 compilers create `b.out' files by default.
7890         Reported by Ralf Corsepius.
7892         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
7893         (_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.
7895 2002-09-13  Paul Eggert  <eggert@twinsun.com>
7897         * doc/autoconf.texi (Particular Headers): Remove obsolete
7898         reference to `struct timezone' in the description of
7899         AC_HEADER_TIME.
7901 2002-09-13  Akim Demaille  <akim@epita.fr>
7903         Version 2.54.
7905         * config/config.sub, config/config.guess: Update.
7906         * Makefile.maint: Update from bits of the Coreutils 4.5.1.
7907         * Makefile.am: Adjust.
7909 2002-09-13  Akim Demaille  <akim@epita.fr>
7911         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
7912         reading config.log when the compiler is rejected.
7913         Suggested by Guido Draheim.
7915 2002-09-13  Akim Demaille  <akim@epita.fr>
7917         * bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
7918         (chdir_init) might hang when stat'ing mounted directories.
7919         Reported by Vance Shipley.
7921 2002-09-12  Akim Demaille  <akim@epita.fr>
7923         * bin/autoscan.in (&parse_args): Pass a reference to the lists, not
7924         the lists.
7926 2002-09-12  Akim Demaille  <akim@epita.fr>
7928         * doc/autoconf.texi (Defining Symbols): Present two different
7929         prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
7930         difference between 1 argument calls, and 2-3 argument calls.
7932 2002-09-12  Peter Eisentraut  <peter_e@gmx.net>
7934         * doc/autoconf.texi: Review grammar and punctuation.
7936 2002-09-11  Paul Eggert  <eggert@twinsun.com>
7938         * doc/autoconf.texi: Fix minor formatting, spelling, and
7939         grammatical typos.
7940         (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
7941         AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
7942         is obsolescent.
7944 2002-09-11  Akim Demaille  <akim@epita.fr>
7946         * doc/autoconf.texi (Questions): Rename as...
7947         (FAQ): this.
7948         (Defining Directories): New.
7950 2002-09-09  Akim Demaille  <akim@epita.fr>
7952         * doc/autoconf.texi (Making testsuite Scripts): Update.
7953         Suggested by Nishio Futoshi.
7955 2002-09-09  Koji Arai  <JCA02266@nifty.ne.jp>
7957         * doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
7958         plain `@' is wanted.
7960 2002-09-09  Akim Demaille  <akim@epita.fr>
7962         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
7963         `duplicates', since the algorithm was too naive and could keep
7964         `--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
7965         keep `--prefix foo --prefix bar' as `--prefix foo bar'.
7966         Reported by Ralf Corsepius.
7967         * tests/torture.at (Configuring subdirectories): Exercise these
7968         cases.
7970 2002-09-09  Akim Demaille  <akim@epita.fr>
7972         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
7973         looking for a replacement file.
7974         * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
7975         directory is relative.
7976         * doc/autoconf.texi (Generic Functions): Clarify the replacement
7977         directory definition.
7978         Reported by Andreas Schwab and Jim Meyering.
7980 2002-09-06  Akim Demaille  <akim@epita.fr>
7982         * doc/autoconf.texi (Setting Output Variables): Clarify what
7983         precious variables are.
7984         Suggested by Pontus Skoeld.
7986 2002-09-05  Akim Demaille  <akim@epita.fr>
7988         * bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
7989         (ifnames, autoscan, autom4te): Since we don't only depend on
7990         configure.ac variables (such as VERSION etc.), but also on prefix
7991         and so forth, depend on Makefile, not configure.ac.
7992         Reported by Alexandre Duret-Lutz.
7993         * doc/autoconf.texi (Installation Directory Variables): Adjust.
7995 2002-09-05  Kevin Ryde  <user42@zip.com.au>
7997         * doc/autoconf.texi (Limitations of Make): HP-UX trailing backslashes
7998         doesn't seem to be confined to ia64, just say "some versions".
8000 2002-09-04  Akim Demaille  <akim@epita.fr>
8002         * Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
8003         Automake 1.6c.
8004         * Makefile.am (maintainer-clean-local): Remove.
8005         (MAINTAINERCLEANFILES): Remove COPYING.
8007 2002-09-03  Paul Eggert  <eggert@twinsun.com>
8009         * doc/autoconf.texi (Configuration Commands): Remove obsolete
8010         example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
8011         Brinkmann.
8013 2002-09-03  Akim Demaille  <akim@epita.fr>
8015         * configure.ac: Bump to 2.53d.
8016         * Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
8017         as of today, on Automake's team suggestion.
8019 2002-09-03  Akim Demaille  <akim@epita.fr>
8021         Version 2.53c.
8023 2002-09-02  Akim Demaille  <akim@epita.fr>
8025         * bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
8026         SITE_MACRO_DIR.
8027         * configure.ac: Disable SITE_MACRO_DIR.
8029 2002-09-02  Jim Meyering  <meyering@lucent.com>
8031         * doc/autoconf.texi (AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
8032         i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
8033         Also, tweak grammar: s/make sure to/be sure to/.
8035 2002-09-02  Paul Eggert  <eggert@twinsun.com>
8037         * doc/autoconf.texi (Limitations of Builtins): Explain why logical
8038         directory names are generally preferable to physical names.
8040 2002-09-02  Akim Demaille  <akim@epita.fr>
8042         * lib/Autom4te/General.pm (&update_file): s/die/error/.
8043         Reported by Raja R. Harinath.
8044         * bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
8045         * bin/autoupdate.in: Use error instead of die.
8047 2002-09-01  Paul Eggert  <eggert@twinsun.com>
8049         * tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
8050         ordinary shell concatenation rather than echo+tr+sed command that
8051         runs afoul of a long-line-related sed bug in Solaris 8.
8053         * bin/autoheader.in (parse_args): --warning -> --warnings.
8055         * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
8056         stdout, as traditional "ls" does.
8057         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
8058         _AC_COMPILER_EXEEXT_O): Likewise.
8059         * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
8061         * bin/autoconf.as: Add --prepend-include option.  This patch was
8062         applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
8063         but bin/autoconf.in is generated automatically from bin/autoconf.as.
8065         * bin/autoconf.in, configure: Regenerate.
8067         * doc/autoconf.texi (Special Shell Variables): Mention
8068         ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.
8070         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
8071         MAILPATH and set PS1, PS2, PS4 to default values, to work
8072         around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
8073         For LC_ALL etc, first try to set to "C" as POSIX requires and as
8074         the Autoconf documentation specifies; fall back to "unset" only if
8075         this fails.  Use a shell for-loop for this rather than an m4 loop,
8076         to shorten the output script.
8078 2002-08-30  Paul Eggert  <eggert@twinsun.com>
8080         * doc/autoconf.texi (Special Shell Variables): Mention POSIX
8081         1003.1-2001's requirements for CDPATH.  Give a simpler workaround
8082         for the CDPATH problem.  Document PWD.
8083         (Limitations of Builtins): Document the problem that "cd $foo" and
8084         "ls $foo" may refer to different directories in shells conforming
8085         to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
8086         example, since the old example is now out of date.
8088         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
8089         FOO" and "ls FOO" talk about different directories; this catches
8090         problems when POSIX 1003.1-2001 "cd" fails due to symlink
8091         spaghetti.
8093         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
8094         of rolling our own unset.
8095         (_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
8096         in practice we needn't worry about CDPATH if unset doesn't work.
8098         * Makefile.in, aclocal.m4, bin/Makefile.in,
8099         config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
8100         lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
8101         lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
8102         lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
8103         tests/Makefile.in: Regenerate with Automake 1.6.3.
8105         * config/config.guess, config/config.sub, config/mkinstalldirs:
8106         Update.
8108         * configure: Regenerate with self.
8110 2002-08-30  Kevin Ryde  <user42@zip.com.au>
8112         * doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
8113         default output.
8115 2002-08-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8117         * bin/autom4te.in (Request::load): Correctly test for "do" read
8118         failure.
8120 2002-08-29  Akim Demaille  <akim@epita.fr>
8122         * lib/Autom4te/General.pm (&xqx): New.
8123         (&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
8124         hand, which is not portable.
8125         (&error): New.
8126         * bin/autom4te.in: Use them.
8127         Use &error instead of die.
8128         * tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
8129         Adjust.
8131 2002-08-17  Paul Eggert  <eggert@twinsun.com>
8133         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove fc from the
8134         default list of compilers to try, since it was long ago superseded
8135         by the ksh fc builtin.  Suggested by Steven G. Johnson.
8137 2002-07-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
8139         * doc/autoconf.texi (Invoking autom4te): End the option table,
8140         fixing a bug introduced by the previous patch.
8141         (Limitations of Make): Add a 'target lookup' subentry in the
8142         'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.
8144 2002-07-29  Mark D. Roth  <roth@feep.net>
8146         * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
8147         options and use $AUTOM4TE_PATH.
8148         * doc/autoconf.texi: Remove documentation of autom4te
8149         --include-envvar and --site-macro-subdir options and document
8150         use of $AUTOM4TE_PATH.
8151         * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
8152         arguments from each language section.
8154 2002-07-29  Paul Eggert  <eggert@twinsun.com>
8156         * doc/install.texi: Include copyright symbol in copyright notice.
8158         * Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
8159         Replace with:
8160         (AM_MAKEINFOFLAGS): New macro.
8161         * doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
8162         * Makefile.am (INSTALL): Use the new macros.
8163         Use -o rather than --output, since "missing" does not grok --output.
8165 2002-07-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8167         * doc/autoconf.texi (Limitations of Make): Escaped newlines in
8168         comments do not always work. Never trust the exit status of
8169         `make -k'.
8171 2002-07-24  Kevin Ryde  <user42@zip.com.au>
8173         * doc/autoconf.texi (Limitations of Make, Making testsuite Scripts):
8174         Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
8176 2002-07-23  Paul Eggert  <eggert@twinsun.com>
8178         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
8179         Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
8180         apparently treats PATH="nonexistent" as if it contained ".".
8181         Bug reported by Stefan `Sec' Zehl.
8183 2002-07-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
8185         * doc/autoconf.texi (Limitations of Make): Mention the special
8186         handling of the obj/ directory by BSD make.
8188 2002-07-20  Kevin Ryde  <user42@zip.com.au>
8190         * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
8191         backslashes.
8193 2002-07-19  Akim Demaille  <akim@epita.fr>
8195         * doc/autoconf.texi (Function Portability): `exit'.
8196         (Programming in M4sh): Ethymology of M4sh.
8198 2002-07-19  Akim Demaille  <akim@epita.fr>
8200         * doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
8202 2002-07-18  Akim Demaille  <akim@epita.fr>
8204         Version 2.53b.
8206 2002-07-18  Akim Demaille  <akim@epita.fr>
8208         * config/config.guess, config/config.sub: Update.
8210 2002-07-18  Akim Demaille  <akim@epita.fr>
8212         Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
8213         Automake's parts.
8215         * lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
8216         * lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
8217         * tests/semantics.at (AC_REPLACE_FUNCS): Adjust.
8219 2002-07-18  Akim Demaille  <akim@epita.fr>,
8220             Alexandre Duret-Lutz  <duret_g@epita.fr>
8222         * lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
8223         _AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
8225 2002-07-17  Russ Allbery  <rra@stanford.edu>
8227         * doc/autoconf.texi (Initializing configure): Clarify the
8228         description of the tarname default.
8230 2002-07-17  Andreas Buening  <andreas.buening@nexgo.de>
8232         * lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
8233         ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
8234         latter was not run.
8236 2002-07-17  Akim Demaille  <akim@epita.fr>
8238         * lib/Autom4te/General.pm (find_file): Browse the directories in
8239         the order they are given.
8241 2002-07-17  Akim Demaille  <akim@epita.fr>
8243         * tests/wrapsh.as, tests/wrappl.as: Merge into...
8244         * tests/wrapper.as: this.
8245         * tests/Makefile.am, configure.ac: Adjust.
8247 2002-07-17  Mark D. Roth  <roth@feep.net>
8249         * configure.ac: Add --enable-site-macro-dir option.
8250         * bin/Makefile.am: Expand @SITE_MACRO_DIR@.
8251         * bin/autom4te.in: Add --prepend-include, --include-envvar, and
8252         --site-macro-subdir options.
8253         * bin/autoconf.in: Add --prepend-include option.
8254         * bin/autoheader.in: Add --prepend-include option.
8255         * bin/autoreconf.in: Add --prepend-include option.
8256         * bin/autoscan.in: Add --prepend-include option.
8257         * bin/autoupdate.in: Add --prepend-include option.
8258         * doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
8259         macro directory, remove note that include path directories are
8260         used in reverse order, and document --prepend-include option.
8261         * lib/autom4te.in: Use --prepend-include instead of --include.
8262         * tests/wrapsh.in: Use --prepend-include instead of --include.
8264 2002-07-17  Akim Demaille  <akim@epita.fr>
8266         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
8267         tarnames.
8268         * doc/autoconf.texi (Initializing configure): Adjust.
8270 2002-07-17  Akim Demaille  <akim@epita.fr>
8272         * lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
8273         (_AC_FUNC_MALLOC): New.
8274         (AC_FUNC_MALLOC): Use the latter.
8275         Define HAVE_MALLOC to 0 if broken.
8276         * doc/autoconf.texi (Particular Functions): Adjust.
8278 2002-07-16  Akim Demaille  <akim@epita.fr>
8280         * lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
8281         * doc/autoconf.texi (C Compiler): Adjust.
8283 2002-07-09  Akim Demaille  <akim@epita.fr>
8285         * doc/autoconf.texi: Properly set the ``header'' part.
8287 2002-07-09  Akim Demaille  <akim@epita.fr>
8289         * doc/autoconf.texi (Systemology): Some about Darwin.
8291 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8293         * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
8294         Don't use AC_REQUIRE in AU_DEFUN.
8296 2002-07-09  Art Haas  <ahaas@neosoft.com>
8298         * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
8300 2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
8302         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
8303         bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
8304         lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
8305         so that Emacs setups GNU style for perl-mode and cperl-mode.
8307 2002-06-27  Paul Eggert  <eggert@twinsun.com>
8309         * config/install-sh: Quote $src.  Prefer || to test's -o option,
8310         as per "Limitations of Builtins".
8311         * tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
8312         * tests/semantics.at (AC_C_BIGENDIAN): Likewise.
8314         * tests/mktests.sh: Use grep instead of fgrep, as per
8315         "Limitations of Builtins".
8317 2002-06-15  Paul Eggert  <eggert@twinsun.com>
8319         * tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
8320         autom4te_perllibdir): Set to top build dir or src dir as appropriate,
8321         so that we consistently test the just-built programs.
8322         * tests/wrappl.as: Likewise.
8324 2002-06-12  Paul Eggert  <eggert@twinsun.com>
8326         * bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
8327         name, so that symlinks to 'autoconf' work properly.  Bug reported
8328         by Bruno Haible.
8329         * bin/autoheader.in (AUTOM4TE): Likewise.
8330         * bin/autoreconf.in (autoconf, autoheader): Likewise.
8331         * bin/autoscan.in (autom4te): Likewise.
8332         * bin/autoupdate.in (autom4te): Likewise.
8334         * lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
8335         btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
8336         on Solaris 2.5.1.
8338 2002-06-11  Andreas Schwab  <schwab@suse.de>
8340         * doc/autoconf.texi: Add more dir entries.
8342 2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
8344         * bin/autom4te.in ($cache): Don't define using `$me', the name
8345         of the cache should not depend on the name under which autom4te
8346         was installed.
8348 2002-06-07  Akim Demaille  <akim@epita.fr>
8350         * tests/tools.at (autoconf: forbidden tokens, basic)
8351         (autoconf: forbidden tokens, exceptions): Adjust to the change of
8352         words in autom4te.in.
8354 2002-06-07  Peter Eisentraut  <peter_e@gmx.net>
8356         * lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
8357         _AC_LANG_PROGRAM_C_F77_HOOKS.
8359 2002-06-07  Akim Demaille  <akim@epita.fr>
8361         * lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
8362         rename as...
8363         (AC_REPLACE_FNMATCH): this.
8364         * tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
8365         AC_FUNC_FNMATCH_GNU.
8367 2002-06-07  Akim Demaille  <akim@epita.fr>
8369         * doc/autoconf.texi (Systemology): Point to Tru64 docs, and the
8370         Rosetta Stone for Unix.
8372 2002-06-07  Akim Demaille  <akim@epita.fr>
8374         * bin/autom4te.in (warn_forbidden): When rejecting a token,
8375         suggest m4_pattern_allow.
8376         Suggested by Adam J. Richter.
8378 2002-06-07  Akim Demaille  <akim@epita.fr>
8380         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize
8381         ac_config_libobj_dir.
8382         (AC_CONFIG_LIBOBJ_DIR): New.
8383         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...
8384         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.
8385         Use ac_config_libobj_dir to find the replacement files.
8386         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...
8387         (AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)
8388         (AC_REPLACE_FNMATCH_GNU): these.
8389         (AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.
8390         * doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.
8391         * tests/mktests.sh (ac_exclude_list): Don't check
8392         AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.
8394 2002-06-06  Paul Eggert  <eggert@twinsun.com>
8396         * lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp
8397         if ln doesn't work.
8398         * NEWS: Likewise.
8399         * doc/autoconf.texi (Configuration Links): Likewise.
8400         (Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.
8402 2002-06-05  Paul Eggert  <eggert@twinsun.com>
8404         * config/config.guess, config/config.sub, config/texinfo.tex:
8405         Update from masters.
8407 2002-05-29  Paul Eggert  <eggert@twinsun.com>
8409         * bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.
8410         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.
8411         * lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):
8412         Likewise.
8413         * lib/autoconf/Makefile.am (check-local): Likewise.
8414         * lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.
8415         * lib/autoconf/types.m4 (commentary only): Likewise.
8416         * lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.
8417         * lib/autotest/Makefile.am (check-local): Likewise.
8418         * lib/m4sugar/Makefile.am (check-local): Likewise.
8419         * tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.
8420         * tests/mktests.sh (egrep): New var; use it instead of plain egrep.
8422         * lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.
8423         * doc/autoconf.texi (Particular Programs): Document them.
8424         (Limitations of Usual Tools): Warn that egrep and fgrep may not exist.
8425         * NEWS: Likewise.
8427 2002-05-27  Paul Eggert  <eggert@twinsun.com>
8429         * lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
8430         * NEWS, doc/autoconf.texi (Particular Types): Document it.
8431         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
8432         instead of AC_MBSTATE_T, which never existed.
8434 2002-05-23  Akim Demaille  <akim@epita.fr>
8436         * doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
8437         version of Autoconf that is discussed.
8439 2002-05-22  Paul Eggert  <eggert@twinsun.com>
8441         * lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
8442         from the default list of compilers to try.  Suggested by
8443         Kate Hedstrom.
8444         * NEWS: Document the above.
8445         * doc/autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.
8447 2002-05-17  Paul Eggert  <eggert@twinsun.com>
8449         * lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
8450         the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
8451         This improves on an earlier suggestion by H. Peter Anvin.
8453 2002-05-16  Paul Eggert  <eggert@twinsun.com>
8455         AC_FUNC_FNMATCH now tests only for POSIX compatibility.
8456         AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
8457         Both macros now accept an optional source-dir arg.
8458         New macro AC_GNU_SOURCE to define _GNU_SOURCE.
8460         * NEWS: Document this.
8461         * doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.
8463         * lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
8464         (AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
8465         not for GNU extensions; this undoes part of the 2000-11-03 change,
8466         reverting to 2.13-compatible behavior.
8467         Add new optional argument DIR.
8468         (AC_FUNC_FNMATCH_GNU): New macro.
8470         * lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.
8472 2002-05-08  Paul Eggert  <eggert@twinsun.com>
8474         * lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
8475         Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
8476         and it causes a 'test' syntax error if it fails.
8477         Bug reported by Stephen Gildea.
8479         * lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
8480         If prototypes are supported, use them to check this at compile-time,
8481         instead of trying to check it at run-time.  If we must do a run-time
8482         check, assume that setvbuf is standard when cross-compiling, as
8483         nonstandard setvbuf occurs only on ancient and unlikely hosts.
8484         Bug reported by Paul D. Smith.
8486         * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
8487         argument specifying location of getloadavg.c.  This removes a
8488         FIXME.  This idea was taken from Jim Meyering's implementation in
8489         textutils.
8490         * doc/autoconf.texi (Particular Functions): Document this.
8491         Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
8492         that's what the code does; this fixes a bug reported by
8493         Paul D. Smith.
8495 2002-05-03  Akim Demaille  <akim@epita.fr>
8497         * bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
8498         autopoint instead of gettextize.
8499         ($uses_alocal): Rename as...
8500         ($uses_aclocal): this.
8501         * doc/autoconf.texi (autoreconf Invocation): Adjust.
8502         Suggested by Bruno Haible.
8504 2002-05-03  Akim Demaille  <akim@epita.fr>
8506         * lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
8508 2002-04-29  Paul Eggert  <eggert@twinsun.com>
8510         * bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
8511         files to be 1 second older; just set them to be the same time.
8512         Also, sleep 1 second after the first aclocal, to work around
8513         problems with sub-second time stamps on the input files.
8515 2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>
8517         * doc/autoconf.texi: Mention "set -e -x" lossage
8518         under node "Limitations of Builtins".
8520 2002-04-29  Akim Demaille  <akim@epita.fr>
8522         * doc/install.texi: Better wording for setting variables when
8523         running configure.
8524         From Christian Cornelssen.
8526 2002-04-29  Akim Demaille  <akim@epita.fr>
8528         * tests/m4sh.at (LINENO): If testsuite itself is rewritten because
8529         of lack of $LINENO support, then the test will compare the $LINENO
8530         in testsuite vs. the lineno in the test file.  This is wrong, of
8531         course.
8532         Be sure to protect it.
8533         Reported by Patrick Welche.
8535 2002-04-25  Akim Demaille  <akim@epita.fr>
8537         * doc/autoconf.texi (Obsolete Macros): Typo.
8538         Reported by Vladimir Volovich.
8540 2002-04-25  Akim Demaille  <akim@epita.fr>
8542         * bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
8543         than some of the input files, hence, on the second run of aclocal,
8544         if some of its input are younger, make them older.
8545         Suggested by Paul Eggert.
8547 2002-04-25  Akim Demaille  <akim@epita.fr>
8549         * doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
8550         Thanks to Paul Eggert.
8552 2002-04-25  Akim Demaille  <akim@epita.fr>
8554         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
8555         and ac_subst_vars be sh variables containing the list of
8556         AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
8557         DEFAULT diversion.
8558         (_AC_INIT_PREPARE): Use them to log them.
8559         (_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
8560         (AC_SUBST, AC_SUBST_FILE): Instead of buliding the
8561         _AC_SUBST_SED_PROGRAM, store the list of output files/variables in
8562         _AC_SUBST_FILES and _AC_SUBST_VARS.
8563         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.
8565 2002-04-24  Akim Demaille  <akim@epita.fr>
8567         * bin/autoreconf.in (autoreconf): Run automake after autoconf and
8568         autoheader, so that automake does not complain about a missing
8569         config.h.in that was to be created.
8571 2002-04-23  Akim Demaille  <akim@epita.fr>
8573         * bin/autoheader.in (parse_args): --warning takes an argument.
8574         Fixes PR/220.
8576 2002-04-22  Peter Eisentraut  <peter_e@gmx.net>
8578         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
8579         and bb.out when cleaning up.
8581 2002-04-22  Akim Demaille  <akim@epita.fr>
8583         Version 2.53a.
8585 2002-04-22  Akim Demaille  <akim@epita.fr>
8587         * tests/m4sh.at (LINENO): Fix the Zsh skip pattern.
8589 2002-04-22  Akim Demaille  <akim@epita.fr>
8591         * doc/autoconf.texi (Pretty Help Strings): Remove a spurious
8592         comma.
8593         Reported by Gregory Giannoni.
8595 2002-04-22  Akim Demaille  <akim@epita.fr>
8597         * tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
8598         Fixes false failures on Darwin.
8600 2002-04-21  Paul Eggert  <eggert@twinsun.com>
8602         * TODO, bin/autoupdate.in, doc/autoconf.texi,
8603         lib/autoconf/general.m4, lib/autoconf/libs.m4,
8604         lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,
8605         tests/tools.at: Minor spelling and grammar fixes.
8607 2002-04-20  Paul Eggert  <eggert@twinsun.com>
8609         * doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
8610         ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
8611         * lib/autotest/general.m4 (AT_INIT): Likewise.
8612         * tests/atgeneral.m4 (AT_INIT): Likewise.
8614 2002-04-19  Paul Eggert  <eggert@twinsun.com>
8616         * NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,
8617         doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,
8618         lib/autoconf/autoheader.m4, lib/autoconf/c.m4,
8619         lib/autoconf/functions.m4, lib/autoconf/general.m4,
8620         lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,
8621         lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,
8622         tests/atspecific.m4, tests/semantics.at, tests/torture.at:
8623         Minor spelling and grammar fixes.
8625         * doc/autoconf.texi: Follow the outline suggested in the GNU
8626         Sample Texts sections of the Texinfo 4.2 manual.  Most
8627         importantly, this makes sure that the copyright notices appear in
8628         all output formats.  You probably need Texinfo 4.2 to generate
8629         the manual now.
8631         Fix some bugs when using "$@" when there might be zero positional
8632         arguments in cases where this matters.
8634         * bin/autoconf.as: Rewrite so that the problem does not come up.
8635         * lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
8636         * lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
8637         * lib/autotest/general.m4 (AT_INIT): Likewise.
8639         * bin/autoheader.in: Use 'case' statement to work around problem.
8640         * bin/auto4mte.in: Likewise.
8641         * bin/autoreconf.in: Likewise.
8642         * bin/autoscan.in: Likewise.
8643         * bin/autoupdate.in: Likewise.
8644         * bin/ifnames.in: Likewise.
8646         * doc/autoconf.texi (Shell Substitutions): Document the problem.
8648         * lib/autotest/general.m4 (AT_INIT):
8649         Use Zsh alias to work around problem.
8650         * tests/atgeneral.m4 (AT_INIT): Likewise.
8652         * tests/c.at: We can't have zero arguments, so remove workaround
8653         that is not portable to Zsh.
8655 2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
8657         * bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
8658         from aclocal.m4 too.
8660 2002-04-12  Akim Demaille  <akim@epita.fr>
8662         * tests/wrappl.as: New, M4sh precursor of wrappl.in.
8664 2002-04-10  Akim Demaille  <akim@epita.fr>
8666         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
8667         workaround for ${1+"$@"}.
8668         * doc/autoconf.texi (Shell Substitutions): Explain it.
8669         From Oliver Kiddle and Peter Stephenson.
8671         Have M4sh perform minimal shell sanitizing.
8673         * lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
8674         part into...
8675         (_AS_PREPARE): this new macro.
8676         (AS_PREPARE): New.
8677         (AS_INIT): Invoke AS_SHELL_SANITIZE.
8678         * tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
8680         Adjust Autoconf and Autotest.
8682         * lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
8683         AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
8684         * lib/autotest/general.m4 (AT_INIT): Likewise.
8685         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
8686         Invoke _AS_PREPARE (not AS_PREPARE) in addition to
8687         AS_SHELL_SANITIZE.
8689         Use this M4sh to generate Autoconf's shell scripts.
8691         * tests/wrapsh.as: New, precursor of wrapsh.in.
8692         * tests/Makefile.am: Include lib/freeze.mk to get the dependencies
8693         on Autotest and M4sh.
8694         ($(TESTSUITE)): Use $(autotest_m4f_dependencies).
8695         (wrapsh.in): New target.
8696         * bin/autoconf.as: New, precursor of autoconf.in.
8697         (autoconf.in): New target.
8699 2002-04-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
8701         * doc/autoconf.texi (Limitations of Make): Mention the issue
8702         with indented comments in rules.
8704 2002-04-09  Andreas Schwab  <schwab@suse.de>
8706         * lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
8707         ac_top_builddir when setting ac_abs_top_builddir.
8709 2002-04-06  Kevin Ryde  <user42@zip.com.au>
8711         * doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
8712         (Portable Shell): Cross reference to Systemology.
8714 2002-04-05  Akim Demaille  <akim@epita.fr>
8716         * bin/autoreconf.in (autoreconf): Be sure to accumulate the
8717         directories when descending in a SUBDIRS.
8718         Reported by Ezra Peisach.
8720 2002-04-04  Andreas Schwab  <schwab@suse.de>
8722         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
8723         contains no literal separators.
8725 2002-04-03  Akim Demaille  <akim@epita.fr>
8727         * lib/autoconf/status.m4 (_AC_CONFIG_FILE, _AC_CONFIG_HEADER)
8728         (_AC_CONFIG_COMMAND, _AC_CONFIG_LINK): New.
8729         Use dnl, not the KILL diversion.
8730         Extracted from...
8731         (AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_COMMANDS)
8732         (AC_CONFIG_LINKS): here.
8733         Adjust.
8734         Don't use the KILL diversion, as it kills spurious output, which
8735         results in failures being hidden.
8736         Use m4_defn where appropriate.
8737         (AC_CONFIG_IF_MEMBER): Kill the real bug: a spurious parenthesis
8738         after the second argument.
8739         Use m4_defn.
8740         * lib/autom4te.in (Autoconf, Autotest, M4sh): Don't pass --warning
8741         syntax, as it is provided by M4sugar.
8742         * tests/torture.at (Multiple AC_CONFIG_FILES): New.
8744 2002-04-03  Andreas Schwab  <schwab@suse.de>
8746         * lib/m4sugar/m4sugar.m4 (m4_bmatch): Make sure m4_bregexp is not
8747         expanded if $# <= 2.
8749         * bin/autoreconf.in (autoreconf): Run automake after rerunning
8750         aclocal.
8752 2002-04-03  Akim Demaille  <akim@epita.fr>
8754         * lib/autoconf/lang.m4 (_AC_COMPILER_OBJEXT_REJECT)
8755         (_AC_COMPILER_EXEEXT_REJECT): New.
8756         Also recognize *.bb and *.bbg as compilation byproducts.
8757         (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O)
8758         (_AC_COMPILER_OBJEXT): Use them.
8759         Fixes Debian #138666.
8761 2002-04-02  Peter Eisentraut  <peter_e@gmx.net>
8763         Integrate AC_PROG_CC_STDC into AC_PROG_CC.
8765         * lib/autoconf/c.m4 (AC_PROG_CC_STDC): Rename to _AC_PROG_CC_STDC.
8766         AU_DEFUN old name.  Use _AC_COMPILE_IFELSE.
8767         (AC_PROG_CC): Call _AC_PROG_CC_STDC.
8768         (AC_C_INLINE): Do not require AC_PROG_CC_STDC.
8769         (AC_C_CONST): Same.
8770         (AC_C_INLINE): Same.
8771         (AC_C_PROTOTYPES): Same.  Require AC_PROG_CC instead.
8772         * doc/autoconf.texi, NEWS: Document.
8773         * tests/mktests.sh (au_exclude_list): Add AC_PROG_CC_STDC and
8774         AC_C_CROSS.
8776 2002-04-02  Akim Demaille  <akim@epita.fr>
8778         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Invoke
8779         _AS_MKDIR_P_PREPARE.
8781 2002-03-28  Kevin Ryde  <user42@zip.com.au>
8783         * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value,
8784         to avoid versions of HP C which don't allow that.
8786 2002-03-27  Paul Eggert  <eggert@twinsun.com>
8788         * lib/m4sugar/m4sh.m4 (_AS_BASENAME_PREPARE): New macro.
8789         (AS_SHELL_SANITIZE): Invoke it.
8790         (AS_BASENAME): AS_REQUIRE it, and use $as_basename.
8792 2002-03-26  Akim Demaille  <akim@epita.fr>
8794         * doc/autoconf.texi (Portable Shell): Add pointers to FAQs.
8796 2002-03-26  Akim Demaille  <akim@epita.fr>
8798         * doc/autoconf.texi (Introduction): The GNATS base moved.
8800 2002-03-25  Paul Eggert  <eggert@twinsun.com>
8802         * tests/m4sh.at: Don't rely on "PATH=test:$PATH test-1" working
8803         as POSIX requires, as it doesn't work with Zsh.
8804         * doc/autoconf.texi (Assignments): Document the problem.
8806 2002-03-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
8808         * doc/autoconf.texi (Limitations of Make): Mention more issue
8809         about VPATH, overriding of macros in sub-makes, and handling of
8810         SHELL.
8812 2002-03-21  Paul Eggert  <eggert@twinsun.com>
8814         * doc/autoconf.texi (Here-Documents): Mention Solaris 8 dtksh
8815         problem with here-document buffer boundaries.
8817         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Unset ENV and BASH_ENV
8818         when reinvoking the shell, to work around problems with installers
8819         who put strange things like "cd" commands in their environments.
8821 2002-03-19  Akim Demaille  <akim@epita.fr>
8823         * tests/semantics.at (AC_C_BIGENDIAN): s/unknow/unknown/.
8824         From Aaron Ucko.
8826 2002-03-19  Akim Demaille  <akim@epita.fr>
8828         * bin/autoscan.in (scan_file): Specify the location in `&used'
8829         invocations.
8830         From Nicolas Joly.
8832 2002-03-19  Akim Demaille  <akim@epita.fr>
8834         * doc/autoconf.texi: Adjust @code/@command, @xref/@ref usage.
8835         From Nishio Futoshi.
8837 2002-03-19  Akim Demaille  <akim@epita.fr>
8839         * lib/m4sugar/m4sugar.m4 (m4_define_default, m4_fst, m4_map): New.
8841 2002-03-18  Paul Eggert  <eggert@twinsun.com>
8843         * doc/autoconf.texi (Programming in M4sh): Add AS_MKDIR_P.
8844         (Limitations of Usual Tools): Add mkdir section.
8846         * lib/m4sugar/m4sh.m4 (_AS_MKDIR_P_PREPARE): New macro.
8847         (AS_MKDIR_P): Require it.  Use mkdir -p if available, falling
8848         back on AS_DIRNAME to compute prefixes otherwise; this is
8849         roughly what mkinstalldirs does.  That way, we need not have
8850         our own filename disassembler.  The old disassembler did not
8851         work with Solaris 8 dtksh, which is ksh Version M-12/28/93d.
8853         * lib/autotest/general.m4 (AT_INIT, AT_CLEANUP):
8854         Create at_test_all by a series of assignments,
8855         not by a single assignment of a long string.  The latter causes ksh
8856         version 11/16/88g to silently misbehave on OpenServer 5.0.6a,
8857         presumably because of a buffer overrun.
8859 2002-03-14  Paul Eggert  <eggert@twinsun.com>
8861         * lib/autotest/general.m4 (at_times_skip):
8862         Renamed from at_times.  Now a boolean.
8863         ksh93 Version M-12/28/93d doesn't like 'x=times; $x'; it
8864         says 'times: not found'.
8866 2002-03-14  Akim Demaille  <akim@epita.fr>
8868         * bin/autoreconf.in (&study_gettextize): New.
8869         (&autoreconf): Handle newest gettextize.
8870         Rerun aclocal if needed.
8871         Suggested by Andreas Schwab.
8873 2002-03-13  Akim Demaille  <akim@epita.fr>
8875         * doc/autoconf.texi (Special Shell Variables): More about IFS.
8877 2002-03-13  Akim Demaille  <akim@epita.fr>
8879         * doc/autoconf.texi (Header Portability): New.
8880         Add information about stdint.h and inttypes.h from Paul Eggert.
8882 2002-03-13  Akim Demaille  <akim@epita.fr>
8884         * doc/autoconf.texi (Limitations of Usual Tools): Some about `cp
8885         -p'.
8886         From Bob Proulx.
8888 2002-03-12  Akim Demaille  <akim@epita.fr>
8890         * lib/m4sugar/m4sh.m4 (AS_BASENAME_EXPR): AS_REQUIRE, not
8891         m4_require.
8893 2002-03-11  Andreas Schwab  <schwab@suse.de>
8895         * configure.ac: Explicitly check for EMACS since AM_PATH_LISPDIR
8896         does not do it if --with-lispdir is given.
8898 2002-03-08  Akim Demaille  <akim@epita.fr>
8900         Version 2.53.
8902 2002-03-08  Akim Demaille  <akim@epita.fr>
8904         * doc/autoconf.texi (Subdirectories): Clarify that the
8905         subdirectory should exist.
8907 2002-03-08  Akim Demaille  <akim@epita.fr>
8909         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8911 2002-03-08  Akim Demaille  <akim@epita.fr>
8913         * bin/autom4te.in (&handle_m4): Do not foreach with `$_' as it
8914         aliases the actual variables, and modifications of the former
8915         affect the latter.
8917 2002-03-08  Akim Demaille  <akim@epita.fr>
8919         * bin/autom4te.in (&handle_m4): Protect us from corrupted file
8920         because of C-c: have m4 output in tmp files, then mv them.
8922 2002-03-08  Akim Demaille  <akim@epita.fr>
8924         * bin/autoconf.in, bin/autoheader.in, bin/autom4te.in,
8925         * bin/autoreconf.in, bin/autoscan.in, bin/autoupdate.in,
8926         * bin/ifnames.in: Copyright update.
8928 2002-03-08  Akim Demaille  <akim@epita.fr>
8930         * doc/autoconf.texi (Invoking autom4te): New.
8932 2002-03-05  Akim Demaille  <akim@epita.fr>
8934         * doc/autoconf.texi (Specifying Names): Clarification suggested by
8935         Kevin Ryde.
8937 2002-03-05  Akim Demaille  <akim@epita.fr>
8939         Version 2.52i.
8941 2002-03-04  Akim Demaille  <akim@epita.fr>
8943         * doc/autoconf.texi (AC_LIBOBJ vs. LIBOBJS): New.
8944         * lib/autoconf/general.m4 (AC_INIT): More informative error
8945         message for LIBOBJ.
8947 2002-03-04  Akim Demaille  <akim@epita.fr>
8949         * lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): New, for
8950         parallel builds.
8952 2002-03-04  Akim Demaille  <akim@epita.fr>
8954         * doc/autoconf.texi (Transforming Names): Equality between target
8955         and host is irrelevant.
8956         (Specifying Names, Canonicalizing): Remove all references to the
8957         backward compatibility hooks.  Rather, collect them all into...
8958         (Hosts and Cross-Compilation): this new section.
8959         * doc/install.texi (System Type): Ditto.
8960         * lib/autoconf/general.m4 (AC_CANONICAL_HOST): Explicitly state
8961         that `--host' implies cross-compilation.
8963 2002-03-04  Akim Demaille  <akim@epita.fr>
8965         * doc/autoconf.texi (Evaluation Macros): New.
8966         * lib/m4sugar/m4sugar.m4 (m4_lquote): Remove, it is totally
8967         useless.
8968         (_m4_foreach): Define the variant with immediate evaluation so
8969         that it contains exactly the items, not an expression which
8970         evaluation is the current item.
8971         (m4_re_string, m4_re_word): Don't over quote them.
8973 2002-03-04  Akim Demaille  <akim@epita.fr>
8975         Instead of having stacking `shift's evaluated at the end, let
8976         `foreach' loops immediately evaluate them.
8978         * lib/m4sugar/m4sugar.m4 (m4_quote, m4_dquote): Use $@ rather than
8979         $*.  This is the n-th time I change my mind, but hopefully this is
8980         the last...
8981         (m4_lquote): New.
8982         (m4_text_wrap): Use m4_foreach, which is finally correct _and_
8983         efficient.
8984         (m4_foreach_quoted, m4_car_quoted, _m4_foreach_quoted): Remove, as
8985         it was only a hack for m4_text_wrap.
8986         (m4_car2): Remove, replaced by...
8987         (m4_cdr): New.
8988         (_m4_foreach): Adjust.
8989         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust, and use
8990         m4_bpatsubst for clarification.
8992 2002-03-04  Akim Demaille  <akim@epita.fr>
8994         * doc/autoconf.texi (Changequote is Evil): New.
8996 2002-03-03  Kevin Ryde  <user42@zip.com.au>
8998         * doc/autoconf.texi (Portable Shell): Mention 32-byte #! length limit
8999         on old systems like SunOS.
9001 2002-03-01  Peter Eisentraut  <peter_e@gmx.net>
9003         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9004         lib/autoconf/functions.m4, lib/autoconf/general.m4,
9005         lib/autoconf/headers.m4, lib/autoconf/lang.m4,
9006         lib/autoconf/programs.m4, lib/autoconf/status.m4: Improve spelling
9007         of messages.
9009 2002-02-28  Akim Demaille  <akim@epita.fr>
9011         * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
9012         message to be sent.
9014 2002-02-28  Kevin Ryde  <user42@zip.com.au>
9016         * doc/autoconf.texi (Function Portability): Add va_copy and va_list.
9018 2002-02-25  Akim Demaille  <akim@epita.fr>
9020         * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
9021         From Akinori Musha.
9023 2002-02-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
9025         * lib/Autom4te/XFile.pm (getline, getlines): New functions,
9026         translate \r\n to \n.
9028 2002-02-07  Akim Demaille  <akim@epita.fr>
9030         Version 2.52h.
9032 2002-02-07  Akim Demaille  <akim@epita.fr>
9034         Fix Autoconf PR/209.
9035         Also reported by Frank Denis.
9037         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Don't over quote.
9039 2002-02-07  Akim Demaille  <akim@epita.fr>
9041         Fix Autoconf PR/207:
9042         AC_PREFIX_PROGRAM fails with dashed program names
9044         * lib/autoconf/general.m4 (AC_PREFIX_PROGRAM): Just use a fresh
9045         variable when looking for the prefix program.
9046         Now it also works for shell variables.
9048 2002-02-07  Akim Demaille  <akim@epita.fr>
9050         * doc/autoconf.texi (Limitations of Builtins): More about
9051         case/esac.
9053 2002-02-06  Akim Demaille  <akim@epita.fr>
9055         * lib/autoconf/status.m4 (_AC_OUTPUT_COMMANDS): Don't output empty
9056         case/esac, some shells don't support it.
9057         Reported by Zack Weinberg.
9058         * tests/torture.at (AC_CONFIG_COMMANDS with empty commands): New.
9060 2002-02-06  Akim Demaille  <akim@epita.fr>
9062         * lib/autotest/general.m4 (AT_INIT): When handling --keywords, be
9063         sure not to introduce newlines in at_groups.
9064         * lib/autotest/Makefile.am (autotest.m4f): Typo.
9066 2002-02-06  Akim Demaille  <akim@epita.fr>
9068         * tests/torture.at (Configuring subdirectories): Skip if aclocal
9069         is not available.
9071 2002-02-05  Paul Eggert  <eggert@twinsun.com>
9073         * doc/autoconf.texi (Specific Compiler Characteristics):
9074         Describe HP-UX cc bug workaround more accurately.
9075         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast to long,
9076         not unsigned long.
9077         * tests/semantics.at (AC_CHECK_SIZEOF): Check non-GCC
9078         cross-compilers, too.  This undoes some of the most recent change
9079         to this file.
9081 2002-02-05  Akim Demaille  <akim@epita.fr>
9083         * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
9084         to make sure they are up to date when `check' is run.
9086 2002-02-05  Akim Demaille  <akim@epita.fr>
9088         * doc/autoconf.texi (Making testsuite Scripts): Document
9089         package.m4.
9091 2002-02-05  Akim Demaille  <akim@epita.fr>
9093         * lib/freeze.mk: New.
9095 2002-02-05  Akim Demaille  <akim@epita.fr>
9097         Implement `autom4te --freeze'.
9099         * bin/autom4te.in (&freeze): New.
9100         * lib/autoconf/autoconf.m4, lib/autotest/general.m4,
9101         * lib/m4sugar/m4sh.m4: Don't include files given by autom4te.
9103 2002-02-05  Akim Demaille  <akim@epita.fr>
9105         * bin/autom4te.in (&parse_args): Implement `frozen files are
9106         optional are the sum of the previous files on the command line'.
9107         Also, pass `--reload-state=' on them, so...
9108         (handle_m4): don't.
9109         * lib/autom4te.in (Autotest, Autoconf): Rely on M4sh.
9110         (M4sh): Rely on M4sugar.
9111         (Autotest, M4sh, M4sugar): Use frozen files.
9113 2002-01-31  Akim Demaille  <akim@epita.fr>
9115         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Accept $4.
9116         * doc/autoconf.texi (Initializing configure): Adjust.
9118 2002-01-30  Akim Demaille  <akim@epita.fr>
9120         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Map non
9121         alphanumeric to `-' instead of `_'.
9123 2002-01-30  Akim Demaille  <akim@epita.fr>
9125         * tests/semantics.at (AC_CHECK_SIZEOF): Split into two tests: one
9126         for plain code, the other for cross-compilation code.  The latter
9127         is now run with GCC only.
9128         * doc/autoconf.texi (Compilers and Preprocessors): New.
9130 2002-01-30  Akim Demaille  <akim@epita.fr>
9132         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Support pre-defined
9133         values.
9134         * doc/autoconf.texi (Initializing configure): Explain how to
9135         change AC_INIT default values.
9137 2002-01-29  Akim Demaille  <akim@epita.fr>
9139         * tests/torture.at (Configuring subdirectories): Use configure.in,
9140         so that aclocal 1.4 works.
9141         Reported by Alexandre Duret-Lutz and Larry Schmitt.
9143 2002-01-28  Akim Demaille  <akim@epita.fr>
9145         * doc/autoconf.texi (Writing testsuite.at): AT_CLEANUP no longer
9146         needs an argument.
9148 2002-01-28  Akim Demaille  <akim@epita.fr>
9150         * lib/autotest/general.m4 (AT_INIT): Don't be ridiculous: adjust
9151         AUTOTEST_PATH *after* it was set.
9152         Don't put `.' in the PATH: the user should be precise and `./' if
9153         needed.  In addition, given that the test suite does some `cd', if
9154         `.' is in the path, the `tested programs' sections will report
9155         programs found in the test suite's directory, while during the
9156         tests (performed in their own directory), these programs are no
9157         longer visible.  In other words, the results is confusing and
9158         useless.
9159         * tests/m4sh.at: Adjust: don't rely on `.' being in the PATH.
9161 2002-01-24  Akim Demaille  <akim@epita.fr>
9163         Version 2.52g.
9165 2002-01-24  Akim Demaille  <akim@epita.fr>
9167         * bin/autoheader.in, bin/autoconf.in, bin/autoscan.in,
9168         * doc/autoconf.texi: Finally add Akim as an author.
9170 2002-01-24  Akim Demaille  <akim@epita.fr>
9172         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use PATH_SEPARATOR.
9173         (_AS_PATH_SEPARATOR_PREPARE): Don't expect $SHELL to be
9174         Bourne. Use /bin/sh.
9175         From Andreas Buening.
9177 2002-01-24  Akim Demaille  <akim@epita.fr>
9179         * config/config.guess, config/config.sub, config/texinfo.tex:
9180         Update from masters.
9182 2002-01-24  Akim Demaille  <akim@epita.fr>
9184         * Makefile.am (AUTOMAKE_OPTIONS): 1.5b.
9185         * config/auxdir.m4, config/cond.m4, config/depend.m4,
9186         * config/init.m4, config/install-sh.m4, config/lispdir.m4,
9187         * config/missing.m4, config/sanity.m4, config/select.m4,
9188         * config/strip.m4: Remove, to ease sync'ing with any version of
9189         Automake.
9191 2002-01-24  Akim Demaille  <akim@epita.fr>
9193         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS)
9194         (_AC_INIT_PREPARE): Support -n as --no-create, as documented.
9195         Reported by Geir Ove Myhr.
9197 2002-01-21  Akim Demaille  <akim@epita.fr>
9199         * lib/autoconf/functions.m4 (AC_FUNC_MMAP): #Undef malloc.
9201 2002-01-21  Akim Demaille  <akim@epita.fr>
9203         * lib/Autom4te/General.pm (getopt): Use a more GNUish error
9204         message on invalid options.
9205         * bin/autom4te.in (parse_args): Don't use
9206         Autoconf::General::getopt with non valid options.
9208 2002-01-17  Jim Meyering  <meyering@lucent.com>
9210         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Initialize
9211         $ac_cv_exeext so we don't use an old, invalid, cached value.
9213 2002-01-11  Akim Demaille  <akim@epita.fr>
9215         * lib/autoconf/functions.m4 (AC_FUNC_STRNLEN): New, from Jim
9216         Meyering.
9217         * doc/autoconf.texi (Function Portability): Document the strnlen
9218         limitation.
9219         (Particular Functions): Document AC_FUNC_STRNLEN.
9220         * lib/autoscan/functions: Adjust.
9222 2002-01-06  Akim Demaille  <akim@epita.fr>
9224         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't create
9225         package.m4, since is really depends upon configure.ac, not
9226         configure.
9227         * doc/autoconf.texi (testsuite Scripts): Adjust.
9228         * tests/Makefile.am (package.m4): New.
9229         EXTRA_DIST it since its a source.
9231 2002-01-06  Akim Demaille  <akim@epita.fr>
9233         * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Move the AC_SUBST
9234         of PACKAGE_NAME, PACKAGE_TARNAME, PACKAGE_VERSION, PACKAGE_STRING,
9235         and PACKAGE_BUGREPORT from here...
9236         (_AC_INIT_DEFAULTS): to here, since it is unrelated to the
9237         arguments.
9238         (_AC_INIT_PREPARE): AC_DEFINE these symbols.
9239         * lib/autotest/general.m4: Use AT_PACKAGE_*, not PACKAGE_*.
9240         (AT_INIT): No longer catch `^PACKAGE_(BUGREPORT|STRING)$'.
9241         * tests/tools.at (autoheader): Adjust.
9242         * tests/atspecific.m4 (AT_CHECK_DEFINES): Adjust.
9244 2002-01-06  Akim Demaille  <akim@epita.fr>
9246         * bin/autoscan.in (scan_file): Use `&used'.
9248 2002-01-03  Akim Demaille  <akim@epita.fr>
9250         * doc/autoconf.texi (Output): Improved wording regarding use of
9251         AC_OUTPUT.
9252         From Olly Betts.
9254 2001-12-18  Kevin Ryde  <user42@zip.com.au>
9256         * doc/autoconf.texi (Function Portability): Add notes on sscanf
9257         sometimes needing writable input.
9259 2001-12-17  Jim Meyering  <meyering@lucent.com>
9261         * doc/autoconf.texi (New Macros): Tweak wording.
9263 2001-12-14  Akim Demaille  <akim@epita.fr>
9265         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): We cleaning up the
9266         trailing files, don't apply `-rf' to files which might not be
9267         created by configure (core, core.*, and *.core), but just `rm -f'.
9268         Suggested by Jonathan Kamens.
9270 2001-12-14  Aaron M. Ucko  <amu@alum.mit.edu>
9272         * lib/autoconf/general.m4: Avoid duplicates in `$ac_configure_args'.
9274 2001-12-14  Akim Demaille  <akim@epita.fr>
9276         * Makefile.am (MAINTAINERCLEANFILES): Remove configure.
9278 2001-12-13  Peter Eisentraut  <peter_e@gmx.net>
9280         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename buildpath to
9281         abs_builddir, top_buildpath to abs_top_builddir, srcpath to
9282         abs_srcdir, top_srcpath to abs_top_srcdir.
9283         (_AC_OUTPUT_FILES): Adjust.
9284         * NEWS, doc/autoconf.texi, lib/autoconf/autotest.m4,
9285         * tests/atspecific.m4, tests/autoreconf.in, tests/tools.at,
9286         * tests/wrappl.in, tests/wrapsh.in: Adjust.
9288 2001-12-12  Steven G. Johnson  <stevenj@alum.mit.edu>
9290         * lib/autoconf/fortran.m4 (_AC_PROG_F77_V_OUTPUT): Fix failed
9291         C/Fortran linking on HP/UX, by extracting the Fortran library
9292         search path from the LPATH line in the $F77 -v output.
9294 2001-12-12  Kevin Ryde  <user42@zip.com.au>
9296         * doc/autoconf.texi (File Descriptors): Use a clearer layout for the
9297         forbidden file descriptors table.
9299 2001-11-26  Akim Demaille  <akim@epita.fr>
9301         * bin/autoscan.in (%c_keywords): Build it at top level.
9302         Map to 1 in order to simplify its uses.
9304 2001-11-26  Akim Demaille  <akim@epita.fr>
9306         * bin/autoscan.in (&scan_c_file, &scan_sh_file, &scan_makefile):
9307         Remove $filepath, useless.
9308         (&scan_makefile): Don't remove the $(FOO), ${FOO} and @FOO@
9309         variables, they are really part of the tokens.
9310         Split the input line on spaces and then look for tokens.
9311         Now autoscan ceases to ask for AC_PROG_LEX for the package Bison
9312         because of `lex$U.$(OBJEXT)'.
9313         (&scan_files): Use "@list" instead of join.
9314         * doc/Makefile.am (CLEANFILES): Add *.fns.
9316 2001-11-26  Akim Demaille  <akim@epita.fr>
9318         * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
9319         Remove, replaced by...
9320         * tests/wrappl.in: Be common for all the Perl executables.
9321         In particular autoscan and autoheader want -I.
9322         * configure.ac: Adjust.
9323         * lib/autoscan/headers: errno.h is portable.
9325 2001-11-26  Akim Demaille  <akim@epita.fr>
9327         * bin/autoscan.in (used): New.
9328         Use it.
9330 2001-11-26  Akim Demaille  <akim@epita.fr>
9332         * bin/autoscan.in (&scan_c_file): Better parsing of CPP
9333         directives.
9334         (&scan_sh_file): Remove a duplicate pattern.
9335         (&check_configure_ac): Use long options.
9336         * lib/autoscan/headers (alloca.h): Check with AC_FUNC_ALLOCA.
9338 2001-11-26  Akim Demaille  <akim@epita.fr>
9340         * bin/autoscan.in (scan_c_file): Fix the handling of C comments.
9341         Before, having a line containing the opening of a multi line
9342         comment made the whole line be ignored.
9344 2001-11-26  Akim Demaille  <akim@epita.fr>
9346         * doc/autoconf.texi (Using an Autotest Test Suite): New.
9347         (testsuite Scripts): Be one of its subsection.
9348         (Autotest Logs): New.
9350 2001-11-26  Akim Demaille  <akim@epita.fr>
9352         Test groups are now run two directories deeper.
9354         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Replace srcdir,
9355         top_srcdir and top_builddir with at_srcdir, at_top_srcdir and
9356         at_top_builddir.
9357         * lib/autotest/general.m4 (AT_INIT): Compute srcdir,
9358         top_srcdir, builddir and top_builddir.
9359         Use `at_*dir' relatively to the directory containing the
9360         suite, use `*dir' when relatively to the current group dir.
9362 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9364         * doc/autoconf.texi, TODO, lib/autoconf/fortran.m4,
9365         lib/autoconf/functions.m4, lib/autoconf/headers.m4,
9366         tests/atgeneral.m4, tests/tools.at, tests/atspecific.m4: Fix
9367         spelling errors.
9369 2001-11-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
9371         * doc/autoconf.texi (Using System Type): Add an example of `case
9372         $host' usage so people quit using `case $target' everywhere.
9374 2001-11-22  Akim Demaille  <akim@epita.fr>
9376         * doc/autoconf.texi (Installation Directory Variables): Englishoes
9377         spotted by Jim Meyering.
9379 2001-11-16  Paul Eggert  <eggert@twinsun.com>
9381         This patch implements a `long double' suggestion by Oliver Kiddle.
9383         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
9384         static, to catch errors if the value isn't known at compile-time
9385         and the compiler supports dynamic arrays.  Change its name from
9386         `_array_' to `test_array' to avoid potential name clashes.
9387         (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
9388         test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
9389         better than double.  Catch a bug in GCC 2.95.2 x86.
9390         * doc/autoconf.texi (C Compiler): Document the above.
9391         * NEWS: Likewise.
9393 2001-11-13  Akim Demaille  <akim@epita.fr>
9395         * tests/m4sh.at (LINENO): Protect from autom4te's substitution by
9396         hand.
9397         * tests/tools.at: Don't protect dnl, AT_DATA_M4SH does.
9399 2001-11-13  Akim Demaille  <akim@epita.fr>
9401         * lib/autotest/general.m4 (AT_INIT): After having run the test
9402         group, go back to the initial directory, not to at_suite_dir.
9404 2001-11-13  Akim Demaille  <akim@epita.fr>
9406         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH)
9407         (AT_DATA_AUTOCONF):  Also protect @&t@ from autom4te.
9408         (AT_CHECK_AUTOCONF, AT_CHECK_AUTOHEADER): Pass no --include
9409         option.
9410         (AT_CHECK_CONFIGURE): Use absolute paths.
9411         (_AT_CHECK_AC_MACRO): Create aclocal.m4 with AC_STATE_SAVE in it.
9412         The problem is still the old one: there is no means in M4 (that I
9413         know about) to create a defining macro, because there is no means
9414         to create `$1' etc., therefore, the defining macro ``swallows''
9415         all the arguments meant to the defined macro.
9417 2001-11-13  Akim Demaille  <akim@epita.fr>
9419         * tests/atspecific.m4 (AT_DATA_AUTOCONF): New.
9420         (AT_CONFIGURE_AC): Output the definition of AC_STATE_SAVE in
9421         configure.ac.
9422         * tests/aclocal.m4: Remove, as it is no longer used.
9424 2001-11-13  Akim Demaille  <akim@epita.fr>
9426         * lib/autotest/general.m4: Change `tests?' into `groups?' in
9427         variable names when referring to a single test group, or to
9428         `suite' when referring to the whole test suite.
9429         `at_last_test' is removed: m4 compute at_format itself.
9430         (at_stdout, at_stder1, at_stderr): New variables.
9431         (AT_CHECK): Use them.
9433 2001-11-13  Akim Demaille  <akim@epita.fr>
9435         * lib/autotest/general.m4 (AT_INIT): Be sure to put `.', relative,
9436         in PATH.
9437         Create `testsuite.dir/003/run' instead of `testsuite.003'.
9438         Do it as soon as a test fails, don't wait till the end of the test
9439         suite.
9440         Don't remove $as_me.[0-9]*, since these files no longer exist.
9442 2001-11-13  Akim Demaille  <akim@epita.fr>
9444         * tests/tools.at: Use absolute paths, since we are no longer run
9445         in place.
9447 2001-11-13  Akim Demaille  <akim@epita.fr>
9449         Now that tests are running in their own private dir, there is no
9450         need to list the files to remove at the end of tests groups.
9452         * lib/autotest/general.m4 (_AT_CLEANUP_FILE, AT_CLEANUP_FILES):
9453         (AT_data_files, at_data_files): Remove.
9454         (AT_CLEANUP, AT_DATA): Simplify.
9455         (AT_INIT): Adjust.
9456         Remove the group dir if !debug && !failed.
9457         * tests/atspecific.m4: Adjust.
9459 2001-11-13  Akim Demaille  <akim@epita.fr>
9461         Start a new layout for Autotest: `testsuite' creates
9462         `testsuite.dir' in which the at-check-line etc. files are to be
9463         found, and `testsuite.dir/003' where the test group 3 is run.
9465         * lib/autotest/general.m4 (AT_INIT): at_tests_dir,
9466         at_check_line_file, at_format, at_test_normalized, at_group_dir
9467         are new variables.
9468         Create the directories.
9469         Use absolute paths for at- files.
9470         (AT_CHECK): Adjust.
9472 2001-11-11  Michael Matz  <matz@kde.org>
9474         * m4sugar.m4 (_m4_foreach): Make it linear instead quadratic.
9475         (m4_car2): New.
9476         (m4_car): Properly quote arguments.
9478 2001-11-13  Akim Demaille  <akim@epita.fr>
9480         * tests/aclocal.m4 (AC_STATE_SAVE): s/LIBOBJS/LIB@&t@OBJS/ to cope
9481         with stricter rules on LIBOBJS.
9483 2001-11-12  Paul Eggert  <eggert@twinsun.com>
9485         * lib/autoconf/c.m4 (AC_C_PROTOTYPES): Define __PROTOTYPES too.
9486         * doc/autoconf.texi (C Compiler): AC_C_PROTOTYPES now defines
9487         __PROTOTYPES too.
9489 2001-11-12  Akim Demaille  <akim@epita.fr>
9491         * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Use AC_CHECK_FUNCS.
9493 2001-11-12  Akim Demaille  <akim@epita.fr>
9495         * lib/autoconf/c.m4, lib/autoconf/fortran.m4,
9496         * lib/autoconf/functions.m4, lib/autoconf/general.m4,
9497         * lib/autoconf/headers.m4, lib/autoconf/libs.m4,
9498         * lib/autoconf/programs.m4, lib/autoconf/specific.m4,
9499         * lib/autoconf/types.m4: When invoking AC_DEFINE and friends,
9500         specify to what the macro should be defined (typically to 1).
9502 2001-11-12  Akim Demaille  <akim@epita.fr>
9504         * lib/autoconf/functions.m4 (AC_FUNC_STRTOD): AC_SUBST POW_LIB.
9505         From Jim Meyering.
9507 2001-11-12  Akim Demaille  <akim@epita.fr>
9509         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
9510         AC_TRY_EVAL to run $LEX, not AC_TRY_COMMAND.  This validates the
9511         definition used by Automake where LEX is +/- "${missing} lex" and
9512         `missing' itself contains variables.
9514 2001-11-12  Akim Demaille  <akim@epita.fr>
9516         * lib/autotest/general.m4 (AT_INIT): Push KILL at the end.
9517         Now that M4sh pushes BODY, the comments were output at the end of
9518         the test suites.
9520 2001-11-08  Akim Demaille  <akim@epita.fr>
9522         * bin/autoreconf.in (&autoreconf): Run aclocal before tracing, so
9523         that we can trace macros from aclocal.m4.
9524         Trace AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL, since the latter is
9525         obsoleted, and redirect to the former anyway.
9526         Reported by Ralf Corsepius.
9528 2001-11-08  Akim Demaille  <akim@epita.fr>
9530         * bin/autoreconf.in (&autoreconf): AC_CONFIG_SUBIDRS are to be
9531         processed only if present.
9532         * tests/torture.at (Configuring subdirectories): Use autoreconf
9533         instead of successive calls to autoconf.
9534         Add a nonexistent subdirectory to exercise the patch above.
9535         Reported by Ralf Corsepius.
9537 2001-11-08  Kevin Ryde  <user42@zip.com.au>
9539         * doc/autoconf.texi (Limitations of Usual Tools): Note HP-UX cc
9540         doesn't accept .S files.
9542 2001-11-07  Akim Demaille  <akim@epita.fr>
9544         * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2.
9545         * lib/autoconf/general.m4 (AC_INTI): Forbid LIBOBJS.
9546         (_AC_LIBOBJ): s/LIBOBJS/LIB@&t@OBJS/.
9547         * bin/autom4te.in (warn_forbidden): New.
9548         (handle_output): Use it.
9549         Read m4_pattern_forbid with messages.
9551 2001-11-05  Akim Demaille  <akim@epita.fr>
9553         * bin/autom4te.in (--normalize): Remove.
9554         * lib/autom4te.in: Adjust.
9556 2001-11-05  Akim Demaille  <akim@epita.fr>
9558         * tests/Makefile.am (testsuite): Rename this target as...
9559         ($(TESTSUITE)): this.
9560         From Nicolas Joly.
9562 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
9564         * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
9565         the --prefix option, also remove it's argument.
9567 2001-11-05  Akim Demaille  <akim@epita.fr>
9569         * doc/autoconf.texi (testsuite Invocation): Update.
9570         (Writing testsuite.at): Update.
9572 2001-11-03  Akim Demaille  <akim@epita.fr>
9574         * doc/autoconf.texi: s/@code/@command/ where appropriate.
9576 2001-11-03  Akim Demaille  <akim@epita.fr>
9578         * lib/Autom4te/General.pm: (&catfile, &canonfile)
9579         (&file_name_is_absolute): New, wrappers around routines from
9580         File::Spec.
9581         Use and export them.
9582         (&find_configure_ac): Optionally take a directory where to look at.
9583         * bin/autoreconf.in (&parse_args): Trim the configure.ac part of
9584         the arguments.
9585         Default @ARGV to `.', not find_configure_ac.
9586         (&autoreconf): Argument is a directory.
9587         Trace AC_CONFIG_SUBDIRS and schedule the subdirs for autoreconf'ing.
9588         * doc/autoconf.texi (autoreconf Invocation): Update.
9590 2001-11-03  Akim Demaille  <akim@epita.fr>
9592         * lib/Autom4te/General.pm (@export_vars, @export_subs)
9593         (@export_forward_subs): New.
9594         Add basename, dirname, and fileparse.
9595         (@EXPORT): Adjust.
9596         * bin/autoreconf.in (&autoreconf): Fix call to fileparse.
9597         Don't look for aclocal flags if we already know aclocal is not
9598         used.
9599         Move aclocal.m4t only if it exists.
9600         Reported by Ezra Peisach.
9602 2001-11-03  Akim Demaille  <akim@epita.fr>
9604         * bin/autoreconf.in (&parse_args): Work only on the configure.ac
9605         passed on command line, defaulting to ./configure.ac if present.
9606         (&maybe_autoreconf, File::Find): Remove, unused.
9607         (&autoreconf): If autoconf is not used, don't try to trace.
9609 2001-11-02  Akim Demaille  <akim@epita.fr>
9611         * configure.ac: Bump to 2.52g.
9613 2001-11-02  Akim Demaille  <akim@epita.fr>
9615         Version 2.52f.
9617 2001-11-02  Akim Demaille  <akim@epita.fr>
9619         * config/config.guess, config/config.sub, doc/standards.texi:
9620         * config/lispdir.m4: Update from masters.
9621         * configure.ac: Bump to 2.52f.
9623 2001-11-02  Akim Demaille  <akim@epita.fr>
9625         * bin/autoreconf.in (&autoreconf): Set `$aclocal_flags' to ''.
9626         Don't run aclocal when aclocal.m4 is not from aclocal.
9627         From Ezra Peisach.
9628         Don't run libtoolize and gettextize if --install is not given.
9630 2001-11-01  Paul Eggert  <eggert@twinsun.com>
9632         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): _AS_CR_PREPARE needs to
9633         be invoked before _AS_LINENO_PREPARE.
9634         (_AS_LINENO_PREPARE): Use as_cr_digits and as_cr_alnum rather
9635         than character ranges.
9637         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix NLS before
9638         invoking AS_BASENAME.  Set the locale variables to 'C' if
9639         possible, as POSIX requires this to get the traditional
9640         behavior.
9641         * doc/autoconf.texi (Special Shell Variables): Describe the above.
9643 2001-10-31  Paul Eggert  <eggert@twinsun.com>
9645         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): Do not surround body
9646         with {}, as that triggers a bug in Bash 2.05.
9648         (_AS_LINENO_PREPARE): Use Sed rather than
9649         Awk.  Fix the sed prepass to work even if there are multiple
9650         instances of $LINENO on the same line.  Do not substitute for
9651         other variables like $LINENOT.  Do not check file dates; such a
9652         check is unreliable on sufficiently fast machines, and removing
9653         the check makes the code simpler and more reliable.  Check for
9654         output and chmod failures.
9656         * doc/autoconf.texi (Special Shell Variables): Document
9657         the above.
9659 2001-10-31  Akim Demaille  <akim@epita.fr>
9661         * tests/Makefile.am (atconfig): Remove this target, Automake
9662         handles it now.
9664 2001-10-31  Akim Demaille  <akim@epita.fr>
9666         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Do not
9667         AC_CONFIG_FILES(atlocal) as it means a file atlocal.in *must* be
9668         provided, while it is optional.
9669         * configure.ac: Adjust.
9671 2001-10-26  Paul Eggert  <eggert@twinsun.com>
9673         * NEWS, README, configure.ac, lib/Autom4te/General.pm,
9674           lib/Autom4te/Struct.pm:
9675         Require Perl 5.005_03 instead of just 5.005, as some tests fail
9676         with 5.005_02.
9678         * doc/autoconf.texi (Special Shell Variables): Document some
9679         more LINENO gotchas, particularly with respect to the Awk+Sed hack.
9681         * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
9682         (_AS_LINENO_PREPARE): Use it instead of shell eval, since
9683         eval $LINENO is not portable in practice.
9685 2001-10-24  Akim Demaille  <akim@epita.fr>
9687         * lib/Autom4te/General.pm (backname): New.
9689 2001-10-24  Akim Demaille  <akim@epita.fr>
9691         * m4/: Remove, merged into...
9692         * config/: here.
9694 2001-10-23  Tim Van Holder  <tim.van.holder@pandora.be>
9696         * doc/autoconf.texi (Shellology): Mention the problems with bash
9697         2.05's use of ANSI quoting in its `set' builtin.
9699 2001-10-22  Paul Eggert  <eggert@twinsun.com>
9701         * lib/autoconf/functions.m4 (AC_FUNC_STRERROR_R):
9702         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
9703         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
9704         POSIX decided to standardize on the int flavor of strerror_r.
9705         Always do char* test, as there's no reason not to.
9706         Assign to a char* var, to catch strerror_r that returns int*.
9708         * doc/autoconf.texi (Particular Functions):
9709         Document the above changes.  Also, document the fact that
9710         AC_FUNC_STRERROR_R defines HAVE_DECL_STRERROR_R.
9712         * NEWS: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
9714 2001-10-20  Akim Demaille  <akim@epita.fr>
9716         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): The name of
9717         the executable was missing from the log.
9719 2001-10-20  Akim Demaille  <akim@epita.fr>
9721         * lib/Autom4te/General.pm (&update_file): If destination is
9722         unchanged, remove the source.
9723         (&up_to_date_p): Don't be verbose, be debug.
9724         * bin/autoreconf.in: No longer support --m4dir.
9725         (&autoreconf): Display the full path of the configure.ac we are
9726         studying.
9727         Trace it only once.
9728         Be sure to honor --force with gettextize.
9729         Always run aclocal.
9730         * doc/autoconf.texi: Adjust.
9732 2001-10-20  Akim Demaille  <akim@epita.fr>
9734         * bin/autoheader.in ($localdir, $m4, $SIMPLE_BACKUP_SUFFIX):
9735         Remove, dead.
9736         * bin/autoreconf.in (&autoreconf): Do not run gettextize when
9737         `intl' is already present, as it refuses unless --force.
9738         (&parse_args): Use -I, --include instead of the old Autoconf
9739         options.
9740         ($localdir, $autoconf_dir): Remove.
9741         (@include): New.
9742         (&maybe_autoreconf): New, to preserve $_ for File::Find.
9744 2001-10-19  Jens Petersen  <petersen@redhat.com>
9746         * lib/autoconf/programs.m4 (AC_PROG_AWK): Prefer gawk to mawk.
9747         * doc/autoconf.texi (Particular Programs): Likewise.
9749 2001-10-19  Akim Demaille  <akim@epita.fr>
9751         * lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Name the generated
9752         file in @configure_input@.
9753         Don't mention `automatically' in addition to `generated'.
9754         * tests/torture.at (#define header templates): Adjust.
9756 2001-10-19  Akim Demaille  <akim@epita.fr>
9758         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: In a
9759         comment, explain how to install automatic mode selection.
9760         From Russ Allbery.
9762 2001-10-19  Ezra Peisach  <epeisach@zif.mit.edu>
9764         * bin/autoreconf.in (autoreconf): Display the path to the
9765         configure.ac being studied.
9767 2001-10-18  Paul Eggert  <eggert@twinsun.com>
9769         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF): Cast sizeof to unsigned
9770         long, to work around a bug in the HP C compiler version HP92453-01
9771         B.11.11.23709.GP.
9773         * lib/m4sugar/m4sh.m4 (AS_DIRNAME): Use 'dirname' if that works.
9774         (AS_BASENAME_EXPR): New macro.
9775         (AS_BASENAME_SED): Do not assume GNU sed semantics.
9776         (AS_BASENAME): Use 'basename' if that works; then try 'expr';
9777         and fall back on 'sed' only if the other two fail.  This makes
9778         AS_BASENAME act more like AS_DIRNAME.
9779         (as_me): Shell-quote the argument of AS_BASENAME, in case $0
9780         contains white space.
9781         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR):
9782         Use AS_DIRNAME, since I think it's now DOS-friendly.
9783         * tests/m4sh.at (DIRNAME_TEST): New arg $3.
9784         Allow "dirname //FOO" to return either / or //, as POSIX allows
9785         either behavior.
9787 2001-10-10  Akim Demaille  <akim@epita.fr>
9789         * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Recognize
9790         `a_out.exe' for OpenVMS 7.1, DEC C 5.5 compiler, via GNV.
9791         From Eric Sharkey.
9793 2001-10-10  Akim Demaille  <akim@epita.fr>
9795         * lib/m4sugar/m4sh.m4 (_AS_ECHO_N_PREPARE): m4_defun, not
9796         m4_define, since...
9797         (_AS_ECHO_N): AS_REQUIREs it.
9799 2001-10-10  Akim Demaille  <akim@epita.fr>
9801         * lib/autoconf/general.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS)
9802         (AC_INCLUDES_DEFAULT): Move to...
9803         * lib/autoconf/headers.m4: here.
9804         * lib/autoconf/types.m4: Comment changes.
9805         * doc/autoconf.texi: Specify where the default includes are used
9806         in the macro prototypes.
9808 2001-10-09  Akim Demaille  <akim@epita.fr>
9810         * lib/autoconf/autoconf.m4 (m4_patsubst, m4_regexp): New
9811         transition code.
9813 2001-10-08  Akim Demaille  <akim@epita.fr>
9815         * bin/autoreconf.in (&autoreconf): Remove debugging code.
9816         (&parse_args): Pass verbosity/debugging options to subtools when
9817         --debug, not when --verbose.
9818         * lib/autom4te.in (Autoreconf-preselections): New.
9819         (Autoconf): Use it.
9821 2001-10-08  Akim Demaille  <akim@epita.fr>
9823         * bin/autoreconf.in (autoreconf): Run libtoolize when appropriate.
9825 2001-10-08  Akim Demaille  <akim@epita.fr>
9827         * doc/autoconf.texi (autoreconf Invocation): Adjust.
9828         * bin/autoreconf.in (autoreconf): Run gettextize when appropriate.
9830 2001-10-08  Akim Demaille  <akim@epita.fr>
9832         * tests/tools.at (AT_CHECK_PERL_SYNTAX): Check autoreconf.
9833         (Syntax of the shell scripts): Don't.
9834         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in: Don't
9835         bother with $force since...
9836         * lib/Autom4te/General.pm: does.
9838 2001-10-08  Akim Demaille  <akim@epita.fr>
9840         * bin/autoreconf.in: Rewrite in Perl.
9841         * configure.ac: Adjust.
9842         * lib/Autom4te/General.pm (&up_to_date_p): New.
9843         * bin/autom4te.in (&up_to_date_p): Use it.
9844         Rename as...
9845         (&up_to_date): this.
9847 2001-10-08  Akim Demaille  <akim@epita.fr>
9849         * lib/m4sugar/m4sugar.m4 (m4_case, m4_bmatch, m4_normalize)
9850         (m4_list_cmp): Use $0 to reinvoke yourself.
9851         (m4_patsubsts): New.
9852         (m4_strip, m4_version_unletter): Use it.
9853         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): Likewise.
9855 2001-10-08  Akim Demaille  <akim@epita.fr>
9857         * lib/autoconf/autoconf.m4, lib/autoconf/general.m4,
9858         * lib/autoconf/libs.m4, lib/autoconf/status.m4,
9859         * lib/autoconf/types.m4, lib/autotest/general.m4,
9860         * lib/m4sugar/m4sh.m4, lib/m4sugar/m4sugar.m4, tests/atspecific.m4,
9861         * tests/torture.at: Rename m4_regexp, m4_patsubst, and m4_match to
9862         m4_bregexp, m4_bpatsubst, and m4_bmatch.
9863         * doc/autoconf.texi (Redefined M4 Macros): Adjust.
9865 2001-10-08  Akim Demaille  <akim@epita.fr>
9867         * lib/m4sugar/m4sh.m4: Use AS_REQUIRE.
9869 2001-10-08  Akim Demaille  <akim@epita.fr>
9871         * lib/m4sugar/m4sh.m4 (AS_DIRNAME_EXPR): Use AS_REQUIRE.
9872         * tests/tools.at (AT_DATA_FORBIDDEN): Rename/move/duplicate to...
9873         * tests/atspecific.m4 (AT_DATA_M4SUGAR, AT_DATA_M4SH): here.
9874         * tests/tools.at, tests/m4sh.at: Use it.
9875         * tests/m4sh.at: Don't rely on Autoconf macros.
9876         (DIRNAME_TEST): Also exercise the expr variant.
9877         * tests/m4sugar.at, tests/atspecific.m4 (AT_CHECK_M4SUGAR): The
9878         preferred M4sugar extension is now `.4s'.
9879         * tests/README: Remove.
9881 2001-10-08  Akim Demaille  <akim@epita.fr>
9883         * lib/m4sugar/m4sugar.m4 (m4_provide_ifelse): Rename as...
9884         (m4_provide_if): this.
9885         * lib/m4sugar/m4sh.m4 (AS_REQUIRE): New.
9886         * lib/autoconf/general.m4 (AS_DEFUN, AC_DEFUN_ONCE, AC_BEFORE)
9887         (AC_REQUIRE, AC_PROVIDE, AC_PROVIDE_IFELSE): Be exact copy of the
9888         M4sugar peer, i.e., drop the `AC_PROVIDE_$1' broken marker.
9890 2001-10-08  Akim Demaille  <akim@epita.fr>
9892         Use `add-log-current-defun-function' for ChangeLog creation.
9893         Suggested by Tom Tromey.
9895         * lib/emacs/autotest-mode.el (autotest-mode-map): New.
9896         (autotest-mode): Adjust.
9897         * lib/emacs/autoconf-mode.el (autoconf-mode-map): Modernize, map
9898         'comment-region onto `C-c ;'.
9899         Comments are `#', not `dnl'.
9900         (autoconf-current-defun): New.
9901         (autoconf-font-lock-keywords): Recognize `m4_defun'.
9903 2001-10-08  Akim Demaille  <akim@epita.fr>
9905         * lib/autoconf/general.m4 (_m4_divert(BODY)): Move to...
9906         * lib/m4sugar/m4sh.m4: here.
9907         (AS_INIT): Push the BODY diversion, set the #! /bin/sh line.
9908         * lib/autoconf/general.m4 (AC_PLAIN_SCRIPT) : Remove.
9909         (AT_INIT): Replace AC_PLAIN_SCRIPT with AS_INIT invocation,
9910         include handle the m4_pattern_*, no longer push the
9911         BODY diversion nor set the /bin/sh line, AS_INIT does it.
9912         * lib/autotest/general.m4 (AT_INIT): Likewise.
9913         * tests/base.at: Adjust the tests to use AS_INIT.
9914         * tests/tools.at (AT_DATA_FORBIDDEN): New.
9915         (autoconf: forbidden tokens): Adjust to work on M4sh instead of
9916         Autoconf.
9918 2001-10-07  Paul Eggert  <eggert@twinsun.com>
9920         * doc/autoconf.texi (config.status Invocation):
9921         CONFIG_SHELL defaults to a shell that supports LINENO if available.
9923         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): If the current
9924         shell does not support LINENO, and if CONFIG_SHELL is unset or
9925         empty, and if we can find a shell that does support LINENO,
9926         then set CONFIG_SHELL to that shell and then re-execute
9927         ourselves with CONFIG_SHELL.
9929 2001-10-05  Paul Eggert  <eggert@twinsun.com>
9931         * tests/Makefile.am (clean-local): Don't invoke $(TESTSUITE) if it
9932         doesn't exist.  Remove *.tmp, as a .tmp file is created during the
9933         build of $(TESTSUITE).
9935 2001-10-05  Akim Demaille  <akim@epita.fr>
9937         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Look in the path
9938         iff we are a bareword.
9939         Reported by Raja R Harinath.
9941 2001-10-05  Akim Demaille  <akim@epita.fr>
9943         * tests/m4sh.at (LINENO): New.
9944         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Be sure to set
9945         PATH_SEPARATOR before using it.
9946         Fix the absolute path case/esac pattern.
9947         Provide $0 as fallback for as_myself.
9948         Reported by Raja R Harinath.
9950 2001-10-05  Akim Demaille  <akim@epita.fr>
9952         * Makefile.am, config/Makefile.am, lib/emacs/Makefile.am,
9953         * m4/Makefile.am, man/Makefile.am: Add/adjust MAINTAINERCLEANFILES.
9955 2001-10-05  Akim Demaille  <akim@epita.fr>
9957         * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): New, extracted from...
9958         (AS_SHELL_SANITIZE): here.  Use it.
9959         (_AS_LINENO_PREPARE): Preserve the exit status of $0.lineno.
9960         From Paul Eggert.
9962 2001-10-04  Akim Demaille  <akim@epita.fr>
9964         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use a portable
9965         combination of Awk and sed to replace $LINENO.
9967 2001-10-02  Paul Eggert  <eggert@twinsun.com>
9969         * doc/autoconf.texi (Limitations of Builtins): You can't use
9970         "source"; it's not portable.  Remove confusing and
9971         somewhat-incorrect example involving "." and "/".
9973         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): "source" -> ".", for
9974         compatibility with POSIX shells.
9976 2001-10-02  Akim Demaille  <akim@epita.fr>
9978         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Just source 40.lineno
9979         instead of exec'ing to preserve $0 and $@.
9981 2001-10-01  Akim Demaille  <akim@epita.fr>
9983         * tests/testsuite (AT_INIT) <at_pass_list>: New.
9984         Don't run twice the same test.
9986 2001-10-01  Akim Demaille  <akim@epita.fr>
9988         * lib/autotest/general.m4 (AT_INIT) <--help>: Catch up with reality.
9989         No longer output the list of tests.
9990         <--list>: New option.
9991         <--full-help>: Remove.
9992         Complete the short/long options duality.
9993         Various small adjustments.
9995 2001-10-01  Akim Demaille  <akim@epita.fr>
9997         * doc/autoconf.texi: Use @kbd for user input.
9998         Always use `$' as shell prompt.
10000 2001-09-30  Paul Eggert  <eggert@twinsun.com>
10002         * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
10003         Don't use nested parenthesization.  This patch was originally
10004         suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
10005         but somehow it didn't get incorporated then.
10006         * doc/autoconf.texi (Limitations of Usual Tools):
10007         Clarify remark about sed and nested parenthesization.
10009         * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
10010         Report an error if the size cannot be determined even though
10011         the type exists.
10012         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10013         Check for `expr' arithmetic overflow, and for compilation failure,
10014         and invoke a new argument $4 if either is discovered.
10015         This makes _AC_COMPUTE_INT_COMPILE more like _AC_COMPUTE_INT_RUN.
10016         (_AC_COMPUTE_INT): Pass IF-FAILS arg to _AC_COMPUTE_INT_COMPILE.
10018 2001-09-28  Akim Demaille  <akim@epita.fr>
10020         * lib/emacs/autoconf-mode.el, lib/emacs/autotest-mode.el: New.
10021         * m4/lispdir.m4: New.
10022         * aclocal.m4, configure.ac: Adjust.
10024 2001-09-28  Akim Demaille  <akim@epita.fr>
10026         * lib/autotest/general.m4 (AT_VICTIMS): Rename as...
10027         (AT_TESTED): this.
10028         (AT_INIT): More the wrapped section to where it will be expanded.
10029         Output `AT_tested' only when existing.
10030         Catch unexpanded PACKAGE_STRING and PACKAGE_BUGREPORT.
10032 2001-09-27  Akim Demaille  <akim@epita.fr>
10034         Fix the passing of $? to ACTION-IF-FAILED in AC_TRY_RUN, that
10035         generates too many bug reports.
10037         * lib/autoconf/general.m4 (_AC_RUN_IFELSE): Pass the right exit
10038         status when executing the ACTION-IF-FALSE.
10039         * tests/base.at (AC_TRY_*): Rename as...
10040         (AC_TRY_COMMAND): this.
10041         (AC_RUN_IFELSE): New.
10042         * tests/compile.at (Extensions, C keywords)
10043         (AC_PROG_CPP requires AC_PROG_CC, GNU Fortran 77)
10044         (Broken/missing compilers, AC_PROG_CPP with warnings)
10045         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC): Move to...
10046         * tests/c.at (Extensions, C keywords)
10047         (Broken/missing compilers, AC_PROG_CPP with warnings)
10048         (AC_PROG_CPP without warnings, AC_PROG_CPP via CC)
10049         (AC_PROG_CPP requires AC_PROG_CC): here and...
10050         * tests/fortran.at (GNU Fortran 77): there.
10051         * doc/autoconf.texi (autoconf Invocation): Fix the example:
10052         AC_TRY_RUN is about compilation, not shell commands.
10053         (Test Programs): AC_TRY_RUN works as used to be advertised.
10055 2001-09-27  Akim Demaille  <akim@epita.fr>
10057         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Fix bugs spotted by
10058         Raja R Harinath:
10059         Be sure to detect when $LINENO always returns the same value.
10060         Look for the original script, basename($0) is certainly not
10061         enough.
10062         Pass the CLI arguments to `$as_me.lineno'.
10064 2001-09-25  Akim Demaille  <akim@epita.fr>
10066         * lib/autotest/general.m4 (AT_INIT): Dump the whole config.log.
10067         Be sure the close and reopen the LOG fd before and after using tee
10068         to extend the log.
10069         <at_tests_pattern>: Adjust to the new format of at_help_all.
10071 2001-09-23  Akim Demaille  <akim@epita.fr>
10073         * bin/autom4te.in (parse_args): There can be several invocations
10074         of --language now.
10076 2001-09-23  Akim Demaille  <akim@epita.fr>
10078         * doc/autoconf.texi (Top): Wrap in @ifnottex.
10080 2001-09-23  Akim Demaille  <akim@epita.fr>
10082         * lib/autoconf/status.m4 (_AC_SRCPATHS): Compute and provide
10083         ac_buildpath, ac_top_buildpath, ac_srcpath, and ac_top_srcpath.
10084         (_AC_OUTPUT_FILES): Also substitute srcpath, top_srcpath,
10085         builddir, buildpath, top_builddir, and top_buildpath.
10086         (_AC_OUTPUT_SUBDIRS): Compute the dir variables *before* changing
10087         the current directory.
10088         * lib/autoconf/general.m4 (_AC_INIT_HELP): Compute the dir
10089         variables *before* changing the current directory.
10090         Skip nonexistent dirs.
10091         * doc/autoconf.texi (Preset Output Variables): Document these
10092         variables.
10094         * lib/autotest/general.m4: Do not reset AT_victims.
10095         Don't compute at_srcdir nor at_top_srcdir.
10097         * tests/tools.at: Hence use top_srcdir.
10099         * tests/Makefile.am, tests/autoconf, tests/autoheader,
10100         * tests/autom4te, tests/autoreconf, tests/autoupdate, tests/ifnames:
10101         Remove.
10102         * tests/autoreconf.in, tests/wrappl.in, tests/autom4te.in,
10103         * tests/wrapsh.in, tests/autoupdate.in: New.
10104         * tests/Makefile.am (DISTCLEANFILES, EXTRA_DIST): Adjust.
10105         * configure.ac: Build the position independent wrappers.
10107         * man/Makefile.am: Now that test wrappers are position
10108         independent, use them and drop dark envvar magic.
10110 2001-09-23  Akim Demaille  <akim@epita.fr>
10112         * doc/autoconf.texi (Common Shell Constructs): Rename as...
10113         (Programming in M4sh): this.
10114         Promote to @section.
10116 2001-09-23  Akim Demaille  <akim@epita.fr>
10118         * lib/autotest/general.m4 (AT_INIT): Dump config.log last.
10119         Pass $at_debug_args to the rerun test suite.
10120         * lib/m4sugar/Makefile.am (DISTCLEANFILES): New.
10121         * bin/Makefile.am (ETAGS_SH): Don't use characters ranges.
10122         From Paul Eggert.
10124 2001-09-23  Akim Demaille  <akim@epita.fr>
10126         * bin/autom4te.in (@my_warning): Remove, handled by `autom4te.cfg'.
10128 2001-09-23  Akim Demaille  <akim@epita.fr>
10130         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix shell
10131         over-escaping.
10133 2001-09-23  Akim Demaille  <akim@epita.fr>
10135         * lib/Autom4te/General.pm (&debug): New.
10136         * bin/autom4te.in ($language): Move to...
10137         (parse_args): here.
10138         Handle --language in languages.
10139         * lib/autom4te.in (Automake-selections, Autoheader-selections)
10140         (Autoscan-selections): New.
10141         (Autoconf): Adjust.
10143 2001-09-23  Tim Van Holder  <tim.van.holder@pandora.be>
10145         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/init.m4,
10146         * m4/install-sh.m4, m4/missing.m4, m4/sanity.m4, m4/strip.m4: Updated
10147         to match current versions from CVS Automake.
10149 2001-09-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
10151         * doc/autoconf.texi (Special Shell Variables): Add pdksh output
10152         for $LINENO.
10154 2001-09-22  Akim Demaille  <akim@epita.fr>
10156         * lib/autoconf/autotest.m4: Create `package.m4'.
10157         * tests/Makefile.am (package.m4): Remove.
10159 2001-09-22  Akim Demaille  <akim@epita.fr>
10161         Rely on `$LINENO' when possible instead of `__oline__'.
10163         * lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Provide some form of
10164         `$LINENO' support replacement when not supported.
10165         (_AS_CR_PREPARE, _AS_TR_CPP_PREPARE, _AS_TR_SH_PREPARE): Invoke
10166         them explicitly to be sure they are not output before this section
10167         (via m4_require).  Cosmetic only.
10168         * lib/autoconf/c.m4, lib/autoconf/general.m4,
10169         * lib/autoconf/programs.m4: Replace all the occurrences of
10170         `__oline__' with `$LINENO'.
10171         * doc/autoconf.texi (Special Shell Variables): Document LINENO.
10173 2001-09-21  Tim Van Holder  <tim.van.holder@pandora.be>
10175         * lib/autoconf/functions.m4 (_AC_FUNC_FORK): Replaceded an 8-bit
10176         character (u: -> ue) in a code comment.
10177         (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Only run 'ln -s' if we know
10178         it works.
10180 2001-09-21  Akim Demaille  <akim@epita.fr>
10182         * Makefile.maint (AUTOM4TE): Neutralize autom4te.
10183         Suggested by Jim Meyering.
10185 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10187         * lib/autoconf/programs.m4: Use extensions listed in
10188         $ac_executable_extensions when looking for programs.
10190 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10192         * lib/autoconf/general.m4: Fix a small Englisho.
10193         * lib/autoconf/status.m4: Fix a small typo.  Handle DOS paths when
10194         setting up ac_dir_suffix and ac_top_builddir.
10195         * lib/m4sugar/m4sh.m4: Default CDPATH to $PATH_SEPARATOR, not ':'.
10197 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10199         * doc/autoconf.texi (File System Conventions): Clarify the use of
10200         PATH_SEPARATOR.
10201         (Special Shell Variables[PATH_SEPARATOR]): Ditto.
10202         (Special Shell Variables[CDPATH]): Mention that $PATH_SEPRATOR should
10203         be used instead of ':'.
10204         * lib/autotest/general.m4: Replace occurrences of ':' in
10205         AUTOTEST_PATH with $PATH_SEPARATOR at test suite startup.
10207 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10209         * tests/atgeneral.m4: Add basic support for test ranges (e.g. 7-34) as
10210         arguments.  Fixed a typo.
10212 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10214         * man/Makefile.am (.x.1): Use @PATH_SEPARATOR@, not ':' to set up
10215         $PATH.  Also set AUTOM4TE_CFG, so we can process autom4te properly.
10217 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10219         * bin/autoscan.in: Add 'exec-perl-if-not-run-by-perl'.
10220         * bin/autoupdate.in: Ditto.
10221         * bin/autoheader.in: Reworded a few comments.
10222         * bin/autoconf.in: Reworded help text for a few options.
10223         * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
10224         * bin/autoscan.in, bin/autoupdate.in: Ditto.
10226 2001-09-20  Tim Van Holder  <tim.van.holder@pandora.be>
10228         * lib/Autom4te/XFile.pm (open): Simplified the error message (we
10229         already have $file).  Set output files to binary mode (helps avoid
10230         CR issues on DOSish systems).
10232 2001-09-19  Akim Demaille  <akim@epita.fr>
10234         * lib/autotest/general.m4: Englishoes.
10235         From Tim Van Holder and Alexey Mahotkin.
10237 2001-09-18  Paul Eggert  <eggert@twinsun.com>
10239         * doc/autoconf.texi (Common Shell Constructs): New node,
10240         documenting AS_DIRNAME.
10241         (Limitations of Usual Tools): Refer to it when discussing dirname.
10242         Also, update discussion of POSIX standard to reflect latest draft.
10244         * lib/autoconf/c.m4:
10245         (AC_LANG_INT_SAVE(C)): Also support negative values, down to LONG_MIN.
10247         * lib/autoconf/general.m4 (_AC_COMPUTE_INT_COMPILE):
10248         Do not pass a first argument with leading '-'
10249         to expr, by parenthesizing initial integers that might be negative.
10251         * doc/autoconf.texi (Particular Functions): AC_FUNC_GETPGRP
10252         now merely checks whether it is an error to pass an argument
10253         to getpgrp.
10255         * lib/autoconf/functions.m4 (_AC_FUNC_GETPGRP_TEST): Remove.
10256         (AC_FUNC_GETPGRP): Don't bother with a runtime test.  Just check
10257         whether it is a (compile-time) error to pass an argument to
10258         getpgrp.  This simpler test supports the revised documentation,
10259         and is all that AC_FUNC_GETPGRP's users really need.
10261 2001-09-18  Akim Demaille  <akim@epita.fr>
10263         * doc/autoconf.texi (Limitations of Make) <$<>: New.
10265 2001-09-18  Akim Demaille  <akim@epita.fr>
10267         * doc/autoconf.texi (Limitations of Usual Tools) <find>: More about
10268         `{}'.
10269         * lib/autotest/general.m4 (AT_INIT): Adjust.
10271 2001-09-18  Paul Wagland  <paul@wagland.net>
10273         * tests/m4sh.at: Ensure that AS_DIRNAME handles '/', '//' and '///'
10274         correctly.
10275         Add test for AS_BASENAME.
10276         * lib/m4sugar/m4sh.m4: Fix AS_BASENAME so that it passes the previous
10277         added test. It now correctly handles /1/2/3/, returning '3' not ''.
10278         Added AS_BASENAME_SED to make the interface the same as AS_DIRNAME.
10279         * tests/base.at: Fixed the expected responses. The old ones were
10280         one line out...
10281         * lib/autoconf/general.m4: Fixed AC_PREFIX_PROGRAM, it now behaves as
10282         the documentation claims it should (and how it behaved in 2.13).
10284 2001-09-18  Akim Demaille  <akim@epita.fr>
10286         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): No INIT-CMDS in
10287         the AC_CONFIG_COMMANDS invocation.
10288         This also solves the name clash problems.
10289         Don't set the package's ID.
10290         * lib/m4sugar/Makefile.am (version.m4): Revamp.
10291         No longer to be shipped.
10292         (version.in): Remove.
10293         * lib/m4sugar/m4sugar.m4, lib/autoconf/general.m4,
10294         * lib/autoconf/status.m4: Adjust.
10295         Use `m4_PACKAGE_STRING'.
10296         * lib/autotest/general.m4 (AT_INIT): N-th signature change: now
10297         the only optional argument is the name of the test suite.
10298         Expect `package.m4' to define the package signature.
10299         * lib/autom4te.in (Autotest): Add `package.m4?'.
10300         * tests/Makefile.am (package.m4): New.
10301         * tests/suite.at: ifnames is a victim.
10303 2001-09-18  Akim Demaille  <akim@epita.fr>
10305         * lib/autom4te.in (Autoconf): Preselect AM_CONDITIONAL,
10306         AC_LIBSOURCE, AC_CONFIG_FILES.
10307         * lib/autotest/general.m4 (AT_INIT): Don't abort when a tested
10308         program version string doesn't match the package's.
10309         * lib/autoconf/general.m4 (AC_CACHE_VAL): Reestablish the space
10310         after `(cached)'.
10312 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10314         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10315         Allow expression to return any value that can fit into unsigned long
10316         (not int, as before).  Check for output errors.
10318 2001-09-17  Bruno Haible  <haible@ilog.fr>
10320         * lib/autoconf/c.m4: (AC_LANG_INT_SAVE(C)):
10321         Always include <stdio.h> and <stdlib.h>. Evaluate
10322         the expression in an extra function before these includes. Call
10323         fprintf "%d" only after ensuring the argument is of type 'int'.
10324         Reported by Wayne Chapeskie <waynec@spinnaker.com>.
10326 2001-09-17  Paul Eggert  <eggert@twinsun.com>
10328         Fix bug reported by Paul Townsend on AIX 4.3.3.0 with CFLAGS=-O4
10329         or CFLAGS=-O5.  In that case, the linker has a relaxed view of
10330         fatal errors, and AC_CHECK_LIB causes it to include libraries even
10331         when they don't exist.
10333         * lib/autoconf/headers.m4 (AC_HEADER_DIRENT): Use AC_SEARCH_LIBS,
10334         not AC_CHECK_LIB, so that we don't use -ldir or -lx if we don't
10335         need it.
10337         * lib/autoconf/specific.m4 (AC_ISC_POSIX): Replace the old, crufty
10338         version with the version used by fileutils 4.1, except use
10339         AC_SEARCH_LIBS, not AC_CHECK_LIB, so that we don't use -lcposix if
10340         we don't need it.
10342         * doc/autoconf.texi (AC_ISC_POSIX): Describe new behavior.
10344 2001-09-13  Akim Demaille  <akim@epita.fr>
10346         * tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
10347         _first_.
10348         Reported by Gerrit P. Haase.
10350 2001-09-13  Akim Demaille  <akim@epita.fr>
10352         * lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that
10353         m4_defn'ing is valid.
10355 2001-09-13  Akim Demaille  <akim@epita.fr>
10357         * lib/m4sugar/m4sugar.m4 (m4_append_uniq): New.
10358         * lib/autotest/general.m4 (AT_VICTIMS, AT_KEYWORDS, _AT_CLEANUP_FILE):
10359         Use it.
10361 2001-09-13  Akim Demaille  <akim@epita.fr>
10363         * lib/m4sugar/m4sugar.m4 (_AS_QUOTE_IFELSE, _AS_BOX_INDIR): Use
10364         m4_match.
10365         (m4_re_escape): New.
10366         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER): Use it.
10367         * lib/autoconf/general.m4 (AC_CACHE_SAVE): Use m4_match.
10368         * lib/autoconf/status.m4 (AC_CONFIG_IF_MEMBER, AC_CONFIG_LINKS):
10369         Likewise.
10370         * lib/autoconf/types.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P)
10371         (_AC_CHECK_TYPE_MAYBE_TYPE_P, AC_CHECK_MEMBER): Likewise.
10372         * lib/autotest/general.m4 (AT_INIT): Rename AT_TESTS_ALL as
10373         AT_tests_all for consistency.
10374         Set at_victims.
10375         (AT_VICTIMS): Similar to AT_KEYWORDS.
10376         (_AT_CLEANUP_FILE_IF): Use m4_match and m4_re_escape.
10378 2001-09-13  Akim Demaille  <akim@epita.fr>
10380         * lib/autotest/general.m4 (AT_INIT): Fix stupid bugs.
10382 2001-09-13  Akim Demaille  <akim@epita.fr>
10384         * lib/autotest/general.m4 (AT_INIT): Create and remove
10385         `$as_me.[0-9]+' instead of `debug-[0-9]+.sh', so that multiple
10386         test suites can cohabit.
10388 2001-09-13  Akim Demaille  <akim@epita.fr>
10390         * tests/mktests.sh: Don't output banners for empty test files.
10392 2001-09-13  Akim Demaille  <akim@epita.fr>
10394         Test suites can be run independently of configure.
10396         * lib/m4sugar/m4sh.m4 (_AS_ECHO, _AS_ECHO_N_PREPARE): New.
10397         * lib/autoconf/programs.m4 (_AC_PROG_ECHO): Remove.
10398         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Adjust: AC_SUBST
10399         ECHO_N etc.
10400         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't ask for at_n
10401         and at_c.
10402         * lib/autotest/general.m4: Use ECHO_*.
10404 2001-09-13  Akim Demaille  <akim@epita.fr>
10406         * bin/ifnames.in: Rewrite in Perl.
10407         * configure.ac: Don't look for AWK.
10408         * tests/tools.at (AWK portability): Remove.
10409         (Syntax of the shell scripts): Don't check ifnames.
10410         (AT_CHECK_PERL_SYNTAX): New.
10411         (Syntax of the Perl scripts): Check ifnames.
10412         * tests/ifnames: New.
10414 2001-09-13  Akim Demaille  <akim@epita.fr>
10416         * lib/autotest/general.m4 (AT_INIT): Let --keywords also match
10417         test group titles.
10418         * tests/atspecific.m4 (AT_CHECK_AU_MACRO): AT_KEYWORDS(autoupdate).
10419         Remove all the other keywords.
10421 2001-09-10  Akim Demaille  <akim@epita.fr>
10423         * lib/autotest/general.m4 (AT_INIT): Remove the diversion HELP and
10424         SETUP: no longer used.
10425         Support -k, --keywords.
10426         <at_help>: Be `no', `short', or `long'.
10427         <at_help_all>: New variable.
10428         (AT_KEYWORDS): New.
10429         (AT_CLEANUP_FILE_IFELSE, AT_CLEANUP_FILE): Rename as...
10430         (_AT_CLEANUP_FILE_IF, _AT_CLEANUP_FILE): these.
10431         (_AT_CLEANUP_FILE_IF): Simplify the regexp.
10432         (AT_SETUP): Reset AT_line, AT_keywords, AT_description.
10433         No longer fill the HELP diversion.
10434         (AT_CLEANUP): Use them.
10435         * lib/m4sugar/m4sugar.m4 (m4_append): Support a separator.
10436         (m4_list_append): Remove.
10438         Spread a few keywords in the Autoconf test suite.
10440 2001-09-10  Akim Demaille  <akim@epita.fr>
10442         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Don't pass
10443         PATH_SEPARATOR, let M4sh compute it.
10444         * lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE): New.
10445         * lib/autoconf/programs.m4 (AC_SHELL_PATH_WALK): Use PATH_SEPARATOR.
10446         Move to...
10447         * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Here.
10448         Simplify when the path is not a literal.
10449         (AS_UNAME): Use it to report PATH.
10450         * lib/autoconf/general.m4 (_AC_INIT_PREPARE_FS_SEPARATORS): Remove.
10451         (_AC_INIT_DEFAULTS): AC_SUBST PATH_SEPARATOR.
10452         * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Use _AS_PATH_WALK.
10453         * lib/autotest/general.m4 (AT_INIT): Use _AS_PATH_WALK to
10454         normalize the path, and to look for victims.
10455         * tests/semantics.at (AC_PATH_PROG & AC_PATH_PROGS)
10456         (AC_CHECK_PROG & AC_CHECK_PROGS): Use PATH_SEPARATOR.
10458 2001-09-07  Akim Demaille  <akim@epita.fr>
10460         * bin/autom4te.in (&handle_m4): `< /dev/null' so that GNU M4 1.5
10461         doesn't neutralize SIGINT, making autoconf etc. non interruptible.
10462         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Move the package
10463         related variables into `at_package_*'.
10464         * lib/autotest/general.m4 (AT_VICTIMS): New.
10465         (AT_INIT): Adjust for stand-alone/embedded test suites.
10466         (AS_MESSAGE_LOG_FD): Define and use it.
10467         * tests/suite.at (AT_VICTIMS): Use it.
10468         * tests/tools.at (autoupdating AC_PREREQ): Don't depend upon
10469         at_version.
10471 2001-09-07  Akim Demaille  <akim@epita.fr>
10473         Move toward possibly stand-alone test suites.
10475         * lib/autotest/general.m4: Stop displaying srcdir everywhere as,
10476         in addition, it introduces useless differences in logs.
10477         (AT_INIT): Let atconfig and atlocal be both optional.
10478         Adjust PATH computation.
10479         * lib/m4sugar/m4sh.m4 (AS_UNAME): More readable display of PATH.
10481 2001-09-07  Akim Demaille  <akim@epita.fr>
10483         * lib/autoconf/Makefile.am (autoconf.m4f): Depends upon
10484         m4sugar/version.m4.
10486 2001-09-05  Akim Demaille  <akim@epita.fr>
10488         * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Use `_array_'
10489         to avoid GCC warnings.
10490         From Uwe Seimet.
10492 2001-09-05  Akim Demaille  <akim@epita.fr>
10494         * bin/autom4te.in: --language is -l, not -s.
10496 2001-09-05  Akim Demaille  <akim@epita.fr>
10498         Be ready to handle filenames as stupid as `dnl.at', for if even
10499         the maintainer is dumb enough to do that...
10501         * lib/autotest/general.m4 (AT_SETUP, AT_LINE): Demonstrates your
10502         excellence in M4 quotation: consider `__file__' is active.
10504         And BTW, when invoking m4, pass the --include in the right order:
10505         the wrong one.
10507         * bin/autom4te.in, bin/autoupdate.in: Use reverse when kingtal to
10508         4m.
10510 2001-09-05  Akim Demaille  <akim@epita.fr>
10512         * lib/Autom4te/XFile.pm: New lib file.
10513         * bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in,
10514         * bin/autoheader.in: Use it.
10516 2001-09-05  Akim Demaille  <akim@epita.fr>
10518         * bin/autoupdate.in (&handle_m4_macros) <unm4.m4>: Undefine iff
10519         defined.
10521 2001-09-05  Akim Demaille  <akim@epita.fr>
10523         * lib/Autom4te/General.pm (&getopt): Work around the `-' Getopt bug.
10524         * bin/autoheader.in, bin/autoupdate.in (&parse_args): Adjust.
10526         * bin/autoscan.in: Use `getopt' and `find_files' etc.
10527         Add -I, --include support.
10528         * doc/autoconf.texi (autoscan Invocation): Adjust.
10530 2001-09-05  Akim Demaille  <akim@epita.fr>
10532         CVS GNU M4 doesn't like `undefine(undefined)'.
10534         * bin/autoupdate.in (&handle_m4_macros, &handle_autoconf_macros):
10535         New, extracted from main.
10536         Use IO::File wherever possible.
10537         (input.m4): Be constant, use -I instead of hard coding $tmp.
10538         Therefore be a quoted heredoc.
10539         Don't invoke `_au_disable', since ac was not loaded, but just
10540         `unm4.m4'.
10542 2001-08-31  Akim Demaille  <akim@epita.fr>
10544         Version 2.52d.
10546 2001-08-31  Akim Demaille  <akim@epita.fr>
10548         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
10549         previous patch.
10550         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.
10552 2001-08-31  Akim Demaille  <akim@epita.fr>
10554         * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
10555         serious problems handling heredocs in heredocs.
10556         Reported by Nicolas Joly.
10558 2001-08-31  Akim Demaille  <akim@epita.fr>
10560         * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
10561         (Making testsuite Scripts): Update.
10563 2001-08-31  Akim Demaille  <akim@epita.fr>
10565         * lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
10567 2001-08-31  Akim Demaille  <akim@epita.fr>
10569         * doc/autoconf.texi (Quadrigraphs): Document `@&t@'.
10570         (testsuite Scripts): There is no such thing as `atconfig.in'.
10571         And actually one diagram is missing: test suite runtime.
10573 2001-08-31  Akim Demaille  <akim@epita.fr>
10575         * lib/Autom4te/General.pm (&find_file): Browse the includes in the
10576         inverse order.
10578 2001-08-31  Akim Demaille  <akim@epita.fr>
10580         * bin/autoupdate.in (@include): `installcheck' revealed the path
10581         to m4sugar was lacking!
10583 2001-08-31  Akim Demaille  <akim@epita.fr>
10585         * man/Makefile.am (.x.1): We really have to pass
10586         autom4te_perllibdir.
10588 2001-08-31  Akim Demaille  <akim@epita.fr>
10590         * lib/autotest/general.m4 (AT_INIT): Don't pass all the args to
10591         debug scripts, in particular passing explicitly listed tests to
10592         run is stupid.
10594 2001-08-31  Akim Demaille  <akim@epita.fr>
10596         * bin/autom4te.in (&parse_args): Strip `.' from `@include'.
10597         * bin/autoupdate.in: Use --include, -I, and --force, -f, too.
10598         Use directly autom4te, not autoconf.
10599         * tests/autoupdate: $top_srcdir/lib is needed too for melt files.
10601 2001-08-31  Akim Demaille  <akim@epita.fr>
10603         * tests/semantics.at (AC_C_BIGENDIAN): Missing eol.
10604         * bin/autoheader.in (%symbol): Strip arguments of macros.
10606 2001-08-31  Akim Demaille  <akim@epita.fr>
10608         * doc/autoconf.texi: Catch up -I, --include changes.
10610 2001-08-31  Akim Demaille  <akim@epita.fr>
10612         * bin/autom4te.in (&parse_args): Die on unknown languages.
10613         * bin/autoheader.in: Run directly autom4te --mode=autoconf, no
10614         need for autoconf.
10615         Promote --include over --macrodir and other obsolete options.
10617 2001-08-31  Akim Demaille  <akim@epita.fr>
10619         * lib/Autom4te/General.pm ($version, $help, &getopt): New.
10620         * bin/autoupdate.in, bin/autoheader.in, bin/autom4te.in: Use them.
10621         * bin/autom4te.in ($autoconf): Pass --force.
10622         `print $out' doesn't print `$_' but `$out'.
10623         * tests/tools.at (Syntax of the Perl scripts): Pass the lib dir.
10624         (autoheader): Pass --force since the test suite goes too fast for
10625         the time stamps.
10626         Adjust to the new autoheader messages.
10628 2001-08-31  Akim Demaille  <akim@epita.fr>
10630         * bin/autoheader.in: Handle the acconfig.h etc. junk files.
10631         Check the completeness of the #template.
10632         * lib/Autom4te/General.pm (&update_file): s/remove/unlink/.
10633         * tests/semantics.at (AC_C_BIGENDIAN): Adjust AT_CHECK_AUTOHEADER
10634         invocation.
10636 2001-08-31  Akim Demaille  <akim@epita.fr>
10638         * lib/Autom4te/General.pm (&find_file, &update_file): New.
10639         * bin/autoupdate.in, bin/autoheader.in: Adjust.
10640         Drop AC_MACRODIR dead for real.
10641         * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Now autoheader says
10642         `autoheader: `config.hin' is created'.
10643         * tests/tools.at (Syntax of the Perl scripts): Check autoheader.
10645 2001-08-31  Akim Demaille  <akim@epita.fr>
10647         * bin/autoheader.in: Rewrite in Perl.
10648         * tests/autoheader: Adjust.
10650 2001-08-31  Akim Demaille  <akim@epita.fr>
10652         * bin/autoconf.in (--include, -I): New option.
10653         Map --localdir, --autoconf-dir onto it.
10654         Forward autom4te's options instead of interpreting them.
10655         * bin/autoconf.in, bin/autoheader.in (AC_MACRODIR, autoconf_dir):
10656         There is no such envvar since the inception of autom4te.cfg.
10657         * bin/autom4te.in (&parse_args): Uniquify `@include'.
10658         * bin/autoupdate.in: Adjust, and perform more control.
10659         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Adjust.
10660         * tests/autoconf: Dittowise.
10662 2001-08-31  Akim Demaille  <akim@epita.fr>
10664         * bin/autoconf.in: Don't bother with `acsite.m4' and `aclocal.m4'.
10665         * bin/autom4te.in (&find_file): Support `FILE?' standing for
10666         optionally `FILE'.
10667         Use -e, not -f, since /dev/null for instance is OK.
10668         (&parse_args): Adjust.
10669         * lib/autom4te.in (Autoconf): Add `acsite.m4?' and `aclocal.m4?'.
10671 2001-08-31  Akim Demaille  <akim@epita.fr>
10673         * configure.ac: Also find tested executables in bin.
10674         * bin/autoconf.in, bin/autoheader.in, bin/autoreconf.in,
10675         * bin/autoscan.in, autoupdate.in: Use exclusively the name of the
10676         installed peer executables, only PATH is allowed to resolve it.
10677         Pass `autoconf_dir' via options, not via invisible envvars.
10678         * lib/Autom4te/General.pm (&find_peer): Remove.
10679         * lib/autotest/general.m4 (AT_INIT): `AUTOTEST_PATH=a:b' gives
10680         `abuild:asrc:bbuild:bsrc', not `abuild:bbuild:asrc:bsrc'.
10681         * man/Makefile.am: Let help2man rely on PATH instead of trying to
10682         find the executables for it.
10683         * tests/Makefile.am: Major cleanup.  Too lazy to document...
10684         * tests/atlocal.in: Remove all the obscure envvar manipulations.
10685         We only need PERL.
10686         * tests/atspecific.m4, tests/tools.at: Passing --localdir is
10687         indeed related to running the test suite, while passing
10688         --autoconf-dir and others is related to running non installed
10689         Autoconf executables.  So don't do that, leave it to...
10690         * tests/autoconf, tests/autoheader, tests/autom4te, tests/autoupdate,
10691         * tests/autoscan: New.
10692         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): Don't
10693         refer to library files: rely on --language.
10695 2001-08-29  Akim Demaille  <akim@epita.fr>
10697         * bin/autom4te.in, lib/autom4te.in, bin/autoconf.in:
10698         s/--set/--language/.
10700 2001-08-29  Akim Demaille  <akim@epita.fr>
10702         * doc/autoconf.texi: Strip the @nodes.
10703         Suggested by Paul Eggert.
10704         (Initializing configure): Typo.
10706 2001-08-29  Akim Demaille  <akim@epita.fr>
10708         * bin/autom4te.in (&handle_output): s/@__@/@&t@/.
10709         Suggested by Paul Eggert.
10711 2001-08-29  Akim Demaille  <akim@epita.fr>
10713         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
10714         download in a tmp dir.
10716 2001-08-29  Akim Demaille  <akim@epita.fr>
10718         * lib/autotest/general.m4: s/AT-devnull/devnull/ since there are
10719         case insensitive OSes out there :(
10720         From Tim Van Holder.
10722 2001-08-29  Akim Demaille  <akim@epita.fr>
10724         * lib/autom4te.in: New.
10725         * lib/Makefile.am (edit, autom4te.cfg): New.
10726         * bin/autom4te.in (BEGIN): Simplify.
10727         Rely on `AC_MACRODIR' in addition of `autom4te_perllibdir'.
10728         (&load_configuration): New.  Use it.
10729         (&parse_args): Support --mode, --set, and --melt.
10730         * bin/autoconf.in: Simplify and adjust.
10731         * tests/Makefile.am (AUTOMAKE): Use --set.
10732         * tests/atlocal.in: Adjust.
10733         * BUGS: distcheck and check are weak.
10735 2001-08-29  Akim Demaille  <akim@epita.fr>
10737         * lib/autotest/general.m4: Use
10738                 foo=`(command) 2>/dev/null`
10739         not
10740                 foo=`command` 2>/dev/null
10741         (at-devnull): Rename as...
10742         (AT-devnull): this.
10743         (--clean): Remove AT-* files too.
10744         * doc/autoconf.texi (Limitations of Usual Tools): Document `date'.
10745         Reported by Nicolas Joly.
10747 2001-08-28  Akim Demaille  <akim@epita.fr>
10749         * lib/autoconf/general.m4 (_AC_INIT_PREPARE): Don't use single
10750         quotes inside single quotes.
10751         Reported by Nicolas Joly.
10753 2001-08-28  Kevin Ryde  <user42@zip.com.au>
10755         * doc/autoconf.texi (Function Portability): Mention C right shifts.
10757 2001-08-27  Tim Van Holder  <tim.van.holder@pandora.be>
10759         * lib/autotest/general.m4: Reword some messages.
10760         (AT_INIT): Check for the `times' builtin before using it.
10761         Support test ranges as arguments to the testsuite.
10762         Have -e imply -d as the help text suggested.
10764 2001-08-27  Akim Demaille  <akim@epita.fr>
10766         * Makefile.maint: Formatting changes.
10767         (do-po-update, po-update, cvs-update, update): New targets.
10768         (AMTAR): Remove.
10770 2001-08-27  Akim Demaille  <akim@epita.fr>
10772         * lib/autotest/general.m4 (AT_INIT) <at_cmd_line>: Remove.
10773         <at_cmd_line>: New.
10774         Pass it to debug-*.sh scripts.
10775         <AUTOTEST_PATH>: May contain absolute dir names.
10777 2001-08-27  Akim Demaille  <akim@epita.fr>
10779         * lib/autotest/general.m4 (AT_INIT): Log the command line.
10780         Support `VAR=VAL' as arguments.
10781         Compute PATH _after_ the options processing, so that AUTOTEST_PATH
10782         may be set via the command line.
10784 2001-08-27  Akim Demaille  <akim@epita.fr>
10786         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): $2 defaults to $1.
10787         * lib/autotest/autotest.m4 (AT_INIT): Expand AUTOTEST_PATH into
10788         first the build dirs, then the src dirs.
10789         * configure.ac (AC_CONFIG_TESTDIR): Adjust.
10791 2001-08-27  Akim Demaille  <akim@epita.fr>
10793         * lib/autotest/general.m4 (AT_INIT): Output the definition of
10794         at_data_files earlier.
10795         (--clean, -c): New option.
10796         * tests/Makefile.am: Use this option.
10798 2001-08-27  Akim Demaille  <akim@epita.fr>
10800         * lib/autoconf/status.m4 (_AC_SRCPATHS): Rename `ac_dots' as
10801         `ac_top_builddir' to mimic Automake's vocabulary, which much more
10802         readable.
10803         Adjust callers.
10804         * doc/autoconf.texi (Configuration Actions): Document the vars
10805         available in commands.
10806         Emphasize the risks of collisions in init-cmds.
10808 2001-08-27  Akim Demaille  <akim@epita.fr>
10810         * doc/autoconf.texi (Input) <AC_INIT>: Move to..
10811         (Initializing configure): this new node.
10813 2001-08-27  Akim Demaille  <akim@epita.fr>
10815         * Makefile.am (EXTRA_DIST): INSTALL.txt is a dead hack.
10817 2001-08-27  Akim Demaille  <akim@epita.fr>
10819         * m4/atconfig.m4 (AT_CONFIG): Remove, replaced by...
10820         * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): this.
10821         New file.
10822         * m4/Makefile.am (EXTRA_DIST): Oops, adjust...
10824 2001-08-27  Akim Demaille  <akim@epita.fr>
10826         * lib/autoconf/general.m4 (AU_DEFINE, AU_DEFUN, AU_ALIAS): Move
10827         to...
10828         * lib/autoconf/autoheader.m4: this new file.
10829         * lib/autoconf/general.m4 (AH_OUTPUT, AH_VERBATIM)
10830         (_AH_VERBATIM_OLD, AH_TEMPLATE, _AH_TEMPLATE_OLD, AH_TOP, AH_BOTTOM):
10831         Move to...
10832         * lib/autoconf/autoupdate.m4: this new file.
10834 2001-08-27  Akim Demaille  <akim@epita.fr>
10836         * lib/autoconf/status.m4 (_AC_SRCPATHS): New.
10837         (_AC_OUTPUT_LINKS, _AC_OUTPUT_FILES, _AC_OUTPUT_SUBDIRS): Use it.
10838         Standardize the var names (ac_sub_srcdir -> ac_srcdir, ac_subdir
10839         -> ac_dir).
10840         (_AC_OUTPUT_HEADERS): AS_DIRNAME always return a dir name.
10841         * lib/autoconf/general.m4 (_AC_INIT_HELP): Ditto.
10843 2001-08-27  Akim Demaille  <akim@epita.fr>
10845         * lib/autoconf/autoconf.m4 (AC_CONFIG_COMMANDS)
10846         (AC_CONFIG_COMMANDS_POST, AC_CONFIG_COMMANDS_PRE, AC_CONFIG_FILES)
10847         (AC_CONFIG_HEADER, AC_CONFIG_HEADERS, AC_CONFIG_IF_MEMBER)
10848         (AC_CONFIG_LINKS, AC_CONFIG_SUBDIRS, AC_FILE_DEPENDENCY_TRACE)
10849         (AC_LINK_FILES, AC_LIST_COMMANDS, AC_LIST_COMMANDS_COMMANDS)
10850         (AC_LIST_FILES, AC_LIST_FILES_COMMANDS, AC_LIST_HEADERS)
10851         (AC_LIST_HEADERS_COMMANDS, AC_LIST_LINKS, AC_LIST_LINKS_COMMANDS)
10852         (AC_OUTPUT, AC_OUTPUT_COMMANDS, AC_OUTPUT_COMMANDS_POST)
10853         (AC_OUTPUT_COMMANDS_PRE, AC_OUTPUT_MAKE_DEFS)
10854         (_AC_CONFIG_COMMANDS_INIT, _AC_CONFIG_DEPENDENCIES)
10855         (_AC_CONFIG_DEPENDENCY, _AC_CONFIG_UNIQUE, _AC_LINK_FILES_CNT)
10856         (_AC_LIST_SUBDIRS, _AC_OUTPUT_COMMANDS, _AC_OUTPUT_COMMANDS_CNT)
10857         (_AC_OUTPUT_COMMANDS_INIT, _AC_OUTPUT_CONFIG_STATUS)
10858         (_AC_OUTPUT_FILES, _AC_OUTPUT_HEADERS, _AC_OUTPUT_LINKS)
10859         (_AC_OUTPUT_SUBDIRS): Move to...
10860         * lib/autoconf/status.m4: this new file.
10861         * lib/autoconf/general.m4, lib/autoconf/Makefile.am: Adjust.
10862         * tests/Makefile.am, tests/suite.at: Adjust.
10864 2001-08-27  Akim Demaille  <akim@epita.fr>
10866         Automake 1.5.
10868         * Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
10869         (AMTAR): Help automake define it.
10870         (INSTALL, install-data-hook): The INSTALL.txt trick is no longer
10871         needed, 1.5 can have a macro and a target with the same name.
10872         * m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
10873         * m4/strip.m4: New.
10874         * m4/init.m4, m4/sanity.m4: Update.
10875         * doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
10876         * lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
10877         * lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
10878         * lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
10880 2001-08-27  Akim Demaille  <akim@epita.fr>
10882         Provide a mean to ``AC_PREREQ'' for M4sugar, M4sh and Autotest.
10884         * lib/autoconf/version.in: Remove.
10885         * lib/m4sugar/version.in: New.
10886         * lib/m4sugar/m4sugar.m4 (m4_acversion, m4_version_prereq): New.
10887         Adjust callers.
10888         * bin/autoupdate.in: Distinguish M4sugar vs. Autoconf macros by
10889         the name of the directory they're in, instead of the filename,
10890         since version.m4 is now in m4sugar, but m4_acversion must not be
10891         classified as an Autoconf macro.
10892         ($input_m4): Don't qualify the path to m4sugar.
10893         Rather, pass autoconf_dir to m4.
10894         * tests/Makefile.am (testsuite): Remove -I top_srcdir, unneeded.
10895         * tests/suite.at: Require 2.52c.
10897 2001-08-27  Akim Demaille  <akim@epita.fr>
10899         testsuite.log should include config.log.
10901         * lib/autotest/autotest.m4: New.
10902         * lib/autotest/general.m4, tests/atspecific.m4: Adjust.
10903         * tests/suite.at : Adjust.
10904         (AT_INIT): Log config.log.
10905         * lib/m4sugar/m4sugar.m4 (m4_text_box): New.
10906         * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Adjust.
10907         * lib/autoconf/general.m4 (_AC_INIT_CONFIG_LOG): Use them.
10908         (_AC_INIT_PREPARE): Fix the incredibly messy and buggy completion
10909         of config.log on traps.
10910         (_AC_OUTPUT_CONFIG_STATUS): Use AS_BOX.
10911         Use consistently `_ACEOF' for configure's here docs, and `_CSEOF'
10912         for config.status'.
10913         Open the log as soon as possible.
10914         Use the same log introduction as configure's.
10916 2001-08-22  Paul Eggert  <eggert@twinsun.com>
10918         * doc/autoconf.texi (Indices): New node.
10919         Move indices out of the top level menu and into this submenu.
10921 2001-08-22  Akim Demaille  <akim@epita.fr>
10923         * lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL): Use
10924         AC_TRY_COMMAND.
10925         (AC_DECL_YYTEXT): Fix the previous patch: it points to AC_PROG_LEX.
10927 2001-08-22  Akim Demaille  <akim@epita.fr>
10929         * lib/autoconf/general.m4 (AC_SHELL_PATH_WALK, AC_CHECK_PROG)
10930         (AC_CHECK_PROGS, AC_PATH_PROG, AC_PATH_PROGS, AC_CHECK_TOOL_PREFIX)
10931         (AC_PATH_TOOL, AC_CHECK_TOOL, AC_CHECK_TOOLS): Move to...
10932         * lib/autoconf/programs.m4: here.
10933         * lib/autoconf/specific.m4 (_AC_PROG_ECHO, AC_PROG_MAKE_SET)
10934         (AC_PROG_RANLIB, AC_PROG_YACC, AC_PROG_LEX, _AC_DECL_YYTEXT)
10935         (AC_PROG_INSTALL, AC_PROG_LN_S, AC_RSH): Move to...
10936         * lib/autoconf/programs.m4: here.
10937         (_AC_DECL_YYTEXT): Rename as...
10938         (_AC_PROG_LEX_YYTEXT_DECL): this.
10939         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am
10940         * tests/Makefile.am, tests/suite.am: Adjust.
10942 2001-08-22  Akim Demaille  <akim@epita.fr>
10944         * lib/autoconf/general.m4 (AC_LIST_MEMBER_OF, AC_LINKER_OPTION):
10945         Move to...
10946         * lib/autoconf/fortran.m4 (_AC_LIST_MEMBER_IF, _AC_LINKER_OPTION):
10947         here.
10948         * lib/autoconf/general.m4 (AC_TRY_LINK_FUNC): Move to...
10949         * lib/autoconf/functions.m4: here.
10950         * lib/autoconf/general.m4 (AC_SEARCH_LIBS, AC_CHECK_LIB)
10951         (AH_CHECK_LIB): Move to...
10952         * lib/autoconf/libs: this new file.
10953         * lib/autoconf/specific.m4 (_AC_PATH_X_XMKMF, _AC_PATH_X_DIRECT)
10954         (_AC_PATH_X, AC_PATH_X, AC_PATH_XTRA): Move to...
10955         * lib/autoconf/libs.m4: here.
10956         * lib/autoconf/autoconf.m4, lib/autoconf/Makefile.am: Adjust.
10958 2001-08-22  Akim Demaille  <akim@epita.fr>
10960         * lib/m4sugar/m4sh.m4 (AS_MKDIR_P): Fail if fails.
10961         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Adjust.
10962         (AC_SITE_LOAD): Better logging of config.site.
10964 2001-08-20  Akim Demaille  <akim@epita.fr>
10966         * configure.ac (AT_CONFIG): Fix the path.
10967         * m4/atconfig.m4 (AT_CONFIG): Don't use EOF but ATEOF so that 2.52
10968         can be used.
10970 2001-08-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
10972         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Prepare the cross-compile
10973         program with AC_LANG_PROGRAM before feeding it to
10974         AC_COMPILE_IFELSE.  Cleanup grep usage.
10976 2001-08-20  Akim Demaille  <akim@epita.fr>
10978         * ChangeLog, ChangeLog.0, ChangeLog.1, ChangeLog.2, AUTHORS, BUGS,
10979         * NEWS, README, README-alpha, TODO, tests/README: This package is
10980         `Autoconf', not `autoconf' (the executable).
10982 2001-08-20  Akim Demaille  <akim@epita.fr>
10984         Info readers seem to need `Index' in the index node title :(
10986         * doc/autoconf.texi: Reverse the 2001-08-15 change which
10987         simplified index node names.
10989 2001-08-20  Akim Demaille  <akim@epita.fr>
10991         * lib/autoconf/general.m4 (_AC_INIT_PACKAGE): Warn if the
10992         arguments are not literals.
10993         * doc/autoconf.texi (Input) <AC_INIT>: Arguments must be literals.
10994         Specify the output variables, and macros defined.
10996 2001-08-20  Akim Demaille  <akim@epita.fr>
10998         * doc/autoconf.texi (Examining Declarations) <AC_TRY_CPP>:
10999         (Examining Syntax) <AC_TRY_COMPILE>
11000         (Examining Libraries) <AC_TRY_LINK>
11001         (Test Programs) <AC_TRY_RUN>: These macros double quote some of
11002         their arguments.
11003         Reported by Werner Lemberg.
11005 2001-08-20  Akim Demaille  <akim@epita.fr>
11007         * lib/autotest/general.m4 (AT_INIT): Compute top_builddir,
11008         top_srcdir and srcdir from at_topbuild_2_topsrc and at_testdir.
11009         Load atlocal late enough to dump it in the log.
11010         * m4/atconfig.m4 (AT_CONFIG): Pass them to atconfig.
11012 2001-08-20  Akim Demaille  <akim@epita.fr>
11014         * tests/torture.at (Configuring subdirectories): New test.
11015         * lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Say what you are
11016         looking for.
11017         * m4/atconfig.m4: Be sure the let $[0] be expandable.
11018         (top_srcdir): Fix its computation.
11020 2001-08-20  Akim Demaille  <akim@epita.fr>
11022         * lib/autoconf/general.m4 (_AC_OUTPUT_COMMANDS): Say what you do.
11023         * m4/atconfig.m4 (AT_CONFIG): $1 is now the directory where the
11024         test suite lives.
11025         Create `atconfig' automagically.
11026         Configure atlocal.in if present.
11027         * tests/atconfig.in: Remove.
11028         * tests/atlocal.in: New.
11029         * tests/Makefile.am: Adjust.
11031 2001-08-20  Akim Demaille  <akim@epita.fr>
11033         Huh!?!?!  There are still some user EOF tags used, which prevents
11034         their use in AC_CONFIG_COMMANDS for instance...
11036         * lib/autoconf/general.m4, lib/autoconf/specific.m4,
11037         * lib/autotest/general.m4: Rename the EOF tags as `_ACEOF',
11038         `_CSEOF', or `_ATEOF', as appropriate.
11039         * lib/m4sugar/Makefile.am, lib/autoconf/Makefile.am,
11040         * lib/autotest/Makefile.am (check-local): Enforce this constraint.
11042 2001-08-20  Akim Demaille  <akim@epita.fr>
11044         * tests/base.at, tests/m4sh.at, tests/m4sugar.at,
11045         * tests/semantics.at, tests/tools.at, tests/torture.at:
11046         s/^AT_DATA\(([^][]+),/AT_DATA([$1],/.
11048 2001-08-20  Akim Demaille  <akim@epita.fr>
11050         Autotest invokes M4sh's initialization.
11052         * lib/autotest/general.m4: Adjust the diversion names.
11053         (AT_INIT): Run AS_INIT.
11054         Use the BINSH diversion to invoke /bin/sh.
11055         * tests/base.at, tests/m4sh.at, tests/m4sugar.at, tests/tools.at:
11056         * tests/torture.at: Respect M4sugar and M4sh macro name spaces.
11058 2001-08-20  Akim Demaille  <akim@epita.fr>
11060         Let M4sh have its own diversions.
11062         * lib/autoconf/general.m4 (_m4_divert(BINSH), _m4_divert(REVISION))
11063         (_m4_divert(NOTICE)): Rename as...
11064         * lib/m4sugar/m4msh.m4 (_m4_divert(BINSH), _m4_divert(HEADER-REVISION))
11065         (_m4_divert(HEADER-COMMENT)): these.
11066         (_m4_divert(HEADER-COPYRIGHT), _m4_divert(HEADER-COPYRIGHT)): New.
11067         (_m4_divert(NOTICE)): New, for Libtool.
11068         * lib/autoconf/general.m4 (_m4_divert(PREPARE)): Remove, replaced
11069         long ago with `_m4_divert(GROW)'.
11070         (AC_COPYRIGHT, AC_REVISION, _AC_INIT_NOTICE): Adjust.
11072 2001-08-20  Akim Demaille  <akim@epita.fr>
11074         * tests/base.at, tests/compile.at, tests/foreign.at,
11075         * tests/m4sh.at, tests/m4sugar.at, tests/mktests.sh,
11076         * tests/semantics.at, tests/suite.at, tests/tools.at,
11077         * tests/torture.at: Ask Autotest mode, not Autoconf mode.
11079 2001-08-20  Akim Demaille  <akim@epita.fr>
11081         * bin/autom4te.in (handle_output): Handle @__@.
11083 2001-08-20  Akim Demaille  <akim@epita.fr>
11085         * lib/autoconf/autoconf.m4, lib/autoconf/oldnames.m4,
11086         * lib/autotest/general.m4: Adjust the license.
11088 2001-08-17  Paul Eggert  <eggert@twinsun.com>
11090         * doc/autoconf.texi (Function Portability): Mention snprintf,
11091         following up on a suggestion by Kevin Ryde.
11093 2001-08-17  Akim Demaille  <akim@epita.fr>
11095         * doc/install.texi, doc/autoconf.texi: Use `autoconf', not
11096         `autoconf_manual', as texinfo.tex 2001-06-21.10 chokes on it.
11098 2001-08-17  Akim Demaille  <akim@epita.fr>
11100         * lib/autotest/general.m4 (AT_INIT): Refer to `$as_me.log', not
11101         `$0.log' as for projects where testsuite is in src, we'd have
11102         testsuite.log created in src.
11104 2001-08-17  Akim Demaille  <akim@epita.fr>
11106         * bin/autom4te.in (&parse_args): Recognize --normalize.
11108 2001-08-17  Akim Demaille  <akim@epita.fr>
11110         Start implementing the AC_CHECK_HEADER transition scheme.
11112         * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_NEW)
11113         (_AC_CHECK_HEADER_OLD, _AC_CHECK_HEADER_MONGREL): New.
11114         (AC_CHECK_HEADER): Use them.
11116 2001-08-17  Akim Demaille  <akim@epita.fr>
11118         * doc/autoconf.texi: Work around Texinfo buglets.
11119         (Transformation Rules): One example is enough, users are expected
11120         to have their brains on. And BTW, use DESTDIR.
11121         (dvar): New macro.  Use it.
11123 2001-08-17  Akim Demaille  <akim@epita.fr>
11125         * doc/autoconf.texi (Writing testsuite.at) <AT_CHECK>: Complete.
11126         * lib/autotest/general.m4 (AT_INIT): Use the relative dir when
11127         looking for ChangeLogs.
11129 2001-08-17  Akim Demaille  <akim@epita.fr>
11131         * bin/autom4te.in: --normalize is a new option.
11132         * bin/autoconf.in: Use it.
11134 2001-08-17  Akim Demaille  <akim@epita.fr>
11136         * bin/Makefile.am, lib/Autom4te/Makefile.am, lib/autoconf/Makefile.am
11137         * lib/autotest/Makefile.am, lib/m4sugar/Makefile.am: Add TAGS support.
11139 2001-08-16  Paul Eggert  <eggert@twinsun.com>
11141         * doc/autoconf.texi, doc/install.texi: Put copyright notice at
11142         start, not at end.
11144 2001-08-15  Akim Demaille  <akim@epita.fr>
11146         * doc/Makefile.am (fu): New index, can't use fn because of defmac.
11147         Use it.
11149 2001-08-15  Akim Demaille  <akim@epita.fr>
11151         * doc/autoconf.texi (pr): New index.
11152         (prindex, findex): Use, merge, and output them.
11153         (Environment Variable Index, Output Variable Index)
11154         (Preprocessor Symbol Index, Autoconf Macro Index, M4 Macro Index)
11155         (Autotest Macro Index): Rename as...
11156         (Environment Variables, Output Variables,Preprocessor Symbols)
11157         (Autoconf Macros, M4 Macros, Autotest Macros): these.
11158         * doc/install.texi: Use @command.
11159         (Environment Variables): Rename as...
11160         (Defining Variables): this.
11162 2001-08-15  Akim Demaille  <akim@epita.fr>
11164         * doc/autoconf.texi (Function Portability): sprintf's return
11165         value.
11166         From Kevin Ryde.
11168 2001-08-15  Akim Demaille  <akim@epita.fr>
11170         * Makefile.maint (CVS): New.
11171         (local-check): Run changelog-check. last.
11172         (alpha): Don't depend upon local-check, since...
11173         (cvs-dist): depends upon it.
11175 2001-08-15  Tim Van Holder  <tim.van.holder@pandora.be>
11177         * tests/Makefile.am: Use a clean-local rule to remove
11178         autom4te.cache (it's a directory, not a file.
11179         * Makefile.am: Ditto (but maintainer-clean-local).
11181 2001-08-15  Akim Demaille  <akim@epita.fr>
11183         * bin/autom4te.in (@m4_warning): New.
11184         (&handle_m4): Use it.
11185         * tests/m4sugar.at (m4_warn): Pass `-f' to autom4te to ensure the
11186         warnings are issued at each run.
11187         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): M4sugar
11188         is in the src tree.
11190 2001-08-15  Akim Demaille  <akim@epita.fr>
11192         * tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Perl is now required:
11193         don't waste time running `autoupdate --version' works.
11194         * tests/tools.at (autoupdating AC_PREREQ): Likewise.
11196 2001-08-13  Akim Demaille  <akim@epita.fr>
11198         * doc/autoconf.texi (ma): Rename this index as...
11199         (ac): this.
11201 2001-08-13  Akim Demaille  <akim@epita.fr>
11203         * Makefile.am: Remove dead code and dead comments.
11204         (pdf, html): New targets.
11205         * doc/autoconf.texi (Using Autotest): New chapter.
11206         * doc/Makefile.am (pdf): New targets.
11207         (CLEANFILES): Adjust.
11209 2001-08-13  Akim Demaille  <akim@epita.fr>
11211         * lib/autotest/general.m4 (AT_INIT): Log the start/stop dates and
11212         duration of the test suite.
11214 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11216         * tests/semantics.at (AC_C_BIGENDIAN): Explicitelly save and load
11217         endianness for comparison instead of relying on AT_CHECK_ENV.
11219 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11221         * doc/autoconf.texi, doc/install.texi: Add a copyright notice
11222         to the INSTALL file.
11224 2001-08-11  Paul Eggert  <eggert@twinsun.com>
11226         * NEWS: The autoconf manual now is distributed under the terms
11227         of the GNU Free Documentation License.
11229         * doc/autoconf.texi: Switch from old style copyright notice to FDL.
11230         Add an appendix "Copying This Manual" for the FDL.
11232         * doc/fdl.texi: New file, from
11233         <http://www.gnu.org/licenses/fdl.texi>.
11235         * doc/Makefile.am (autoconf_TEXINFOS): Add fdl.texi.
11237 2001-08-10  Paul Eggert  <eggert@twinsun.com>
11239         * AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
11240         ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
11241         README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
11242         m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
11243         m4/sanity.m4, tests/README, tests/aclocal.m4,
11244         tests/atspecific.m4, tests/base.at, tests/compile.at,
11245         tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
11246         tests/semantics.at, tests/suite.at, tests/tools.at,
11247         tests/torture.at: Add copyright notice.
11249         * tests/mktests.sh: Update year in copyright notice.
11251 2001-08-12  Alexandre Duret-Lutz  <duret_g@epita.fr>
11253         * tests/semantics.at (AC_C_BIGENDIAN): New test.
11255 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11257         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Handle ACTION-IF-TRUE,
11258         ACTION-IF-FALSE, and ACTION-IF-UNKNOWN.
11259         * doc/autoconf.texi (C Compiler Characteristics): Update
11260         documentation for AC_C_BIGENDIAN.
11262 2001-08-11  Alexandre Duret-Lutz  <duret_g@epita.fr>
11264         * lib/autoconf/c.m4 (AC_C_BIGENDIAN): Guess endianness by grep'ing
11265         magic values from an object file when cross-compiling.
11266         Based on code by Guido Draheim <Guido.Draheim@gmx.de>.
11268 2001-08-10  Akim Demaille  <akim@epita.fr>
11270         * bin/autom4te.in (&handle_output): Don't use `grep' with side
11271         effects.
11272         Suggested by Russ Allbery.
11274 2001-08-10  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
11276         * lib/autoconf/general.m4 (_AC_OUTPUT_SUBDIRS): Propagate the
11277         current $prefix to the sub-configures.
11279 2001-08-09  Tim Van Holder  <tim.van.holder@pandora.be>
11281         * lib/autoconf/lang.m4: Ignore *.xSYM when looking for an executable
11282         extension (needed on BeOS).  Reported by Guido van Rossum.
11284 2001-08-09  Akim Demaille  <akim@epita.fr>
11286         * bin/autom4te.in ($icache): Load it only if older than autom4te.
11288 2001-08-07  Akim Demaille  <akim@epita.fr>
11290         * lib/autotest/general.m4 (AT_INIT): All the `at-*' are to be
11291         removed.
11292         (at-setup-line): Huh?  Be a variable `at_setup_line', not a file.
11293         No need to remove the files before and after the each test, before
11294         each test and at the end of the suite is enough.
11295         Display only the children `times', not the shell's.
11296         If the test failed or was skipped, at-times is not available.
11298 2001-08-07  Akim Demaille  <akim@epita.fr>
11300         Always produce testsuite.log, including when there are no
11301         failures.  This helps getting information on skipped tests, and
11302         duration of the tests.  Err, implement the latter btw.
11304         * lib/autotest/general.m4 (AT_INIT): Set up fd 6 for the log.
11305         Dump information on the first run of each test.
11306         (AT_CLEANUP): Create `at-times' containing the duration of the
11307         test group.
11309 2001-08-07  Akim Demaille  <akim@epita.fr>
11311         The use of `dumpstat' revealed that `len' was used although it
11312         should not.  m4_text_wrap was using it, but in the Autoconf world
11313         where it is legal.  Hence (i) test M4sh in its own world, not
11314         Autoconf's, and (ii), ahem, fix the bug :)
11316         * lib/autotest/general.m4: Be sure the set good quotes, as tracing
11317         does not like `' instead of [].
11318         (AT_INIT): Forbid `^_?AT_'.
11319         And don't output such tokens.
11320         * tests/Makefile.am (CLEANFILES): Add `script', `script.s4g',
11321         `script.as', and `autom4te.cache'.
11322         Remove `empty' and `macro' which are no longer used.
11323         * tests/atspecific.m4 (AT_CHECK_M4SUGAR, AT_CHECK_M4SH): New.
11324         * tests/m4sugar.at: Use it.
11325         * lib/m4sugar/m4sugar.m4: Use `m4_len' not `len'.
11327 2001-08-07  Akim Demaille  <akim@epita.fr>
11329         * bin/autoconf.in, bin/autoheader.in: --force, -f is a new option.
11331 2001-08-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
11333         * bin/autom4te.in (handle_output): Typo in quadrigraph substitution.
11335 2001-08-04  Akim Demaille  <akim@epita.fr>
11337         * lib/autoconf/functions.m4 (AC_FUNC_ALLOCA, AC_FUNC_ERROR_AT_LINE)
11338         (AC_FUNC_FSEEKO, AC_FUNC_OBSTACK): Use AC_LANG_IFELSE, not
11339         AC_TRY_LINK.
11340         * lib/autoconf/headers.m4 (AC_HEADER_MAJOR): Likewise.
11341         * lib/autoconf/fortran.m4 (_AC_LANG_PROGRAM_C_F77_HOOKS)
11342         (AC_F77_MAIN): Likewise.
11344 2001-08-04  Akim Demaille  <akim@epita.fr>
11346         Don't rely on M4sugar outputting the patterns in files, since we
11347         might process the output _without_ running m4, hence without these
11348         files.
11350         * lib/m4sugar/m4sugar.m4 (m4_init): No need for `m4_tmpdir'.
11351         * bin/autom4te.in (@Request::includes): Remove, unused.
11352         (@Request::source): Rename as...
11353         (@Request::input): this.
11354         (@preselect): Add `m4_pattern_forbid' and `m4_pattern_allow'.
11355         (&handle_output): Fetch the patterns from the traces.
11356         `$forbidden' and `$allowed' are constant: use m//o.
11357         (&handle_m4): M4sugar no longer wants `m4_tmpdir'.
11358         (m4_pattern_forbid, m4_pattern_allow): Adjust for tracing only.
11360 2001-08-04  Akim Demaille  <akim@epita.fr>
11362         `autoconf && autoheader' is sped up.  Now, speed up `autoheader &&
11363         autoconf', i.e., in addition to caching traces, cache the output.
11365         * bin/autom4te.in (Request::cache): Rename as...
11366         (Request::id): this.
11367         ($cache, $icache, $tcache, $ocache): New.
11368         (&handle_m4): Save M4 output in the cache instead of $tmp.
11369         (&handle_output): Adjust.
11370         (&up_to_date_p): Check that the output cache is up to date too.
11371         (top level): Run `&handle_m4' iff force or the cache is invalid.
11372         Run `&handle_output' if the output cache is more recent.
11374 2001-08-04  Akim Demaille  <akim@epita.fr>
11376         * bin/autom4te.in ($force): New.
11377         (&parse_args, &print_usage): -f, --force is a new option.
11378         (&handle_output): CPP directives might have spaces after `#'.
11379         (&parse_args): The first file only can be frozen.
11381 2001-08-04  Akim Demaille  <akim@epita.fr>
11383         Don't let autom4te compute the `include' traces several times:
11384         first check that the trace cache file is up to date, and then
11385         compare its timestamp with that of the output.
11387         * bin/autom4te.in, bin/autoupdate.in, bin/autoscan.in: Normalize
11388         the preamble.  Don't require 5.005 as Autom4te::General does it,
11389         and better yet (use `use', not `require'!).
11390         * lib/Autom4te/Struct.pm: Rename the last occurrences of
11391         Class::Struct as Autom4te::Struct.
11392         * lib/Autom4te/General.pm (File::stat): Use it.
11393         (&mtime): New, export it.
11394         * bin/autom4te.in: Use it.
11395         Declare `$req' is invalid if it is outdated.
11396         Don't declare it valid before saving it if something went wrong.
11398 2001-08-04  Akim Demaille  <akim@epita.fr>
11400         Autom4te shall not encode Autoconf data, and preselecting traces
11401         must be proposed to the users.
11403         * bin/autom4te.in (@required_trace): Remove.
11404         (@preselect): New.
11405         (&parse_args, &print_usage): -p, --preselect is a new option.
11406         (&up_to_date_p): Adjust.
11407         * bin/autoconf.in: Preselect some Autoconf macros.
11409 2001-08-04  Akim Demaille  <akim@epita.fr>
11411         * tests/tools.at (autoconf --trace: user macros): Check traces on
11412         macros invoked without arguments, and macros invoked with multiple
11413         lines arguments.
11415 2001-08-03  Alexandre Duret-Lutz  <duret_g@epita.fr>
11417         * bin/autom4te.in (handle_traces): Fix rewriting of traces without
11418         arguments.
11420 2001-08-03  Akim Demaille  <akim@epita.fr>
11422         * bin/autoconf.in ($@): Work around the usual sh bug.
11423         From Nicolas Joly.
11425 2001-08-03  Akim Demaille  <akim@epita.fr>
11427         Clean up the handling of the M4 builtins tracing exception.
11429         * bin/autom4te.in (Request::request): Don't complete M4 builtins
11430         trace requests.
11431         (@m4_builtins): Rename as...
11432         (@m4_builtin): this.
11433         (%m4_builtin_alternate_name): New.
11434         (&parse_args): Complete the trace requests with alternate names.
11435         (&handle_traces): Hence no longer do it here.
11436         (&trace_requests): Remove, unused.
11438 2001-08-03  Akim Demaille  <akim@epita.fr>
11440         * doc/autoconf.texi (Redefined M4 Macros): Document m4_exit,
11441         m4_if, and m4_wrap.
11443 2001-08-03  Akim Demaille  <akim@epita.fr>
11445         * lib/m4sugar/m4sugar.m4 (m4_init): Also forbid `_m4_*' tokens.
11446         (m4_divert_pop): Dump the whole diversion stack when a diversion
11447         mismatch happens.
11448         * bin/autom4te.in (&handle_output): Remember of the first
11449         occurrence of a possibly undefined macro, not the last.
11450         Complain about the possibly undefined macros in the same order as
11451         the appear in the output.
11452         * lib/autoconf/Makefile.am (autoconf.m4f): List its dependencies.
11453         * tests/tools.at (autoconf: forbidden tokens, basic)
11454         (autoconf: forbidden tokens, exceptions): No longer sort
11455         autoconf's stderr, as it is now deterministic.
11456         Check that `dnl' is caught.
11458 2001-08-01  Akim Demaille  <akim@epita.fr>
11460         * configure.ac: Bump to 2.52c.
11462 2001-08-01  Akim Demaille  <akim@epita.fr>
11464         Version 2.52b.
11466         * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
11468 2001-08-01  Akim Demaille  <akim@epita.fr>
11470         Version 2.52a.
11472 2001-08-01  Akim Demaille  <akim@epita.fr>
11474         * lib/Autom4te/General.pm: Use `carp' and `croak', not `warn' and
11475         `die'.
11476         (&END): New.
11477         * bin/autoconf.in, bin/autom4te.in, bin/autoupdate.in: Remove your
11478         `END', as `Autom4te::General::END' will be triggered.
11479         * bin/autoupdate.in, bin/autoscan.in: Improve error messages accuracy.
11480         * bin/autoupdate.in (File::Compare, File::Copy): Use them instead of
11481         system to run `mv', `rm', and `cmp'.
11483 2001-08-01  Akim Demaille  <akim@epita.fr>
11485         * lib/Autom4te/General.pm (&unique): New.
11486         * bin/autoscan.in (&output): Use it to issue trace requests once.
11488 2001-08-01  Akim Demaille  <akim@epita.fr>
11490         * lib/Autom4te/General.pm: New.
11491         * bin/autom4te.in (Autom4te::General): Use it.
11492         ($me, $tmp, $verbose, $debug, &mktmpdir, &verbose, &xsystem)
11493         (&find_configure_ac, &find_slave): Remove.
11494         * bin/autoscan.in: Likewise.
11495         * bin/autoupdate.in: Likewise.
11497 2001-08-01  Akim Demaille  <akim@epita.fr>
11499         * autoconf.in, autom4te.in, autoscan.in, ifnames.in,
11500         * autoheader.in, autoreconf.in, autoupdate.in: Move to...
11501         * bin: here, new directory.
11502         * lib/Autoconf: Rename as...
11503         * lib/Autom4te: this, to please case insensitive junkie OSes.
11505 2001-08-01  Akim Demaille  <akim@epita.fr>
11507         * autom4te.in ($m4): Handle the --nesting-limit.
11508         * autoconf.in (M4): Remove.
11510 2001-08-01  Akim Demaille  <akim@epita.fr>
11512         * autoconf.in ($AWK): Remove, no longer used.
11513         * test/tools.at: Use AT_CHECK_AUTOCONF.
11514         (AWK portability): Remove, for autoconf no longer uses AWK.
11515         (Syntax of the Perl scripts): New.
11516         * configure.ac: autoconf no longer needs an AWK with a good
11517         regexp engine.
11518         Use a static test on AC_PACKAGE_VERSION.
11519         * autom4te.in (&up_to_date_p): Output depends on the arguments.
11520         * lib/autoconf/Makefile.am: Ship version.m4, maintainer file.
11521         * tests/atconfig.in (PERL): New.
11523 2001-08-01  Akim Demaille  <akim@epita.fr>
11525         * lib/autoconf/lang.m4 (AC_LANG(C), AC_LANG_C, _AC_LANG_ABBREV(C))
11526         (AC_LANG(C++), AC_LANG_CPLUSPLUS, _AC_LANG_ABBREV(C++))
11527         (AC_LANG_SOURCE(C), AC_LANG_PROGRAM(C), AC_LANG_CALL(C))
11528         (AC_LANG_FUNC_LINK_TRY(C), AC_LANG_BOOL_COMPILE_TRY(C))
11529         (AC_LANG_INT_SAVE(C), _AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS)
11530         (AC_LANG_PREPROC(C), _AC_PROG_PREPROC_WORKS_IFELSE, AC_PROG_CPP)
11531         (AC_LANG_COMPILER(C), ac_cv_prog_gcc, AC_PROG_CC, _AC_PROG_CC_G)
11532         (AC_PROG_GCC_TRADITIONAL, AC_PROG_CC_C_O, AC_LANG_PREPROC(C++))
11533         (AC_PROG_CXXCPP, AC_LANG_COMPILER(C++), ac_cv_prog_gxx)
11534         (AC_PROG_CXX, _AC_PROG_CXX_G, _AC_PROG_CXX_EXIT_DECLARATION)
11535         (AC_PROG_CC_STDC, AC_C_CROSS, AC_C_CHAR_UNSIGNED, AC_C_LONG_DOUBLE)
11536         (AC_C_BIGENDIAN, AC_C_INLINE, AC_C_CONST, AC_C_VOLATILE)
11537         (AC_C_STRINGIZE, AC_C_PROTOTYPES): Move to...
11538         * lib/autoconf/c.m4: here, new file.
11540         * lib/autoconf/lang.m4 (AC_LANG(Fortran 77), AC_LANG_FORTRAN77)
11541         (_AC_LANG_ABBREV(Fortran 77), AC_LANG_SOURCE(Fortran 77))
11542         (AC_LANG_PROGRAM(Fortran 77), AC_LANG_CALL(Fortran 77))
11543         (AC_LANG_PREPROC(Fortran 77), AC_LANG_COMPILER(Fortran 77))
11544         (ac_cv_prog_g77, AC_PROG_F77, _AC_PROG_F77_G, AC_PROG_F77_C_O)
11545         (_AC_PROG_F77_V_OUTPUT, _AC_PROG_F77_V, AC_F77_LIBRARY_LDFLAGS)
11546         (AC_F77_DUMMY_MAIN, _AC_LANG_PROGRAM_C_F77_HOOKS, AC_F77_MAIN)
11547         (_AC_F77_NAME_MANGLING, AC_F77_NAME_MANGLING, AC_F77_WRAPPERS)
11548         (AC_F77_FUNC): Move to...
11549         * lib/autoconf/fortran.m4: here, new file.
11551 2001-08-01  Akim Demaille  <akim@epita.fr>
11553         * acfunctions.m4: Rename as...
11554         * lib/autoconf/functions.m4: this.
11555         * acgeneral.m4: Rename as...
11556         * lib/autoconf/general.m4: this.
11557         * acheaders.m4: Rename as...
11558         * lib/autoconf/headers.m4: this.
11559         * aclang.m4: Rename as...
11560         * lib/autoconf/lang.m4: this.
11561         * acoldnames.m4: Rename as...
11562         * lib/autoconf/oldnames.m4: this.
11563         * acspecific.m4: Rename as...
11564         * lib/autoconf/specific.m4: this.
11565         * actypes.m4: Rename as...
11566         * lib/autoconf/types.m4: this.
11567         * autoconf.m4: Rename as...
11568         * lib/autoconf/autoconf.m4: this.
11570         * m4sugar.m4: Rename as...
11571         * lib/m4sugar/m4sugar.m4: this.
11572         * m4sh.m4: Rename as...
11573         * lib/m4sugar/m4sh.m4: this.
11575         * tests/atgeneral.m4: Rename as...
11576         * lib/autotest/general.m4: this.
11578         * acfunctions: Rename as...
11579         * lib/autoscan/functions: this.
11580         * acheaders: Rename as...
11581         * lib/autoscan/headers: this.
11582         * acidentifiers: Rename as...
11583         * lib/autoscan/identifiers: this.
11584         * aclibraries: Rename as...
11585         * lib/autoscan/libraries: this.
11586         * acmakevars: Rename as...
11587         * lib/autoscan/makevars: this.
11588         * acprograms: Rename as...
11589         * lib/autoscan/programs: this.
11591 2001-08-01  Akim Demaille  <akim@epita.fr>
11593         * doc/autoconf.texi: Moving/deleting open files is not portable.
11594         Portability issues for `.' (source), and more information about sed.
11596 2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
11598         * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
11599         which has a special meaning and is not a reference to libibmil.a.
11600         Reported by Matteo Frigo.
11602 2001-07-25  Pavel Roskin  <proski@gnu.org>
11604         * autom4te.in (mktmpdir): Strip trailing newline from mktemp
11605         output.
11607 2001-07-25  Akim Demaille  <akim@epita.fr>
11609         * autoconf.in: Try to define the variables before using them.
11610         * autom4te.in ($perllibdir): Use `$autom4te_perllibdir' as envvar
11611         instead of `$perllibdir'.
11612         * tests/atconfig.in ($autom4te_perllibdir): Export it.
11614 2001-07-25  Akim Demaille  <akim@epita.fr>
11616         * autoconf.in (ac_LF_and_DOT): Remove, unused.
11618 2001-07-24  Akim Demaille  <akim@epita.fr>
11620         Let autoconf use autom4te for traces.
11622         * autoconf.in ($task, task trace): Remove, merely pass --trace to
11623         autom4te.
11624         * autoheader.in: Don't pass `-' to autoconf, rather, a tmp file.
11625         (Because I found no way for autom4te to accept `-').
11626         * autom4te.in (&Request::request): Beware of M4 builtins.
11627         (END): Don't try to remove the content of an empty dir.
11628         (&parse_args): Default is `$f:$l:$n:$%', not `$f:$l:$n:$*'.
11629         (&handle_output): Set a default value to `$forbidden'.
11630         * autoupdate.in (&verbose, &xsystem): New, from autom4te.in.
11631         ($autoconf): Pass --debug and --verbose.
11632         * tests/atspecific.m4 (AT_CHECK_AUTOCONF): Clean up autom4te's
11633         cache.
11635 2001-07-24  Akim Demaille  <akim@epita.fr>
11637         Let autoconf use autom4te to create configure.
11639         * autoconf.in ($automate): New var.
11640         (task script): Use autom4te.
11641         * autom4te.in (File::Spec): Use it.
11642         (&find_file): New.
11643         (&parse_args): --warning is -W, not -w.
11644         Find the top level files.
11645         (&handle_m4): Pass the warnings flags.
11646         Don't report verbosely m4's failures, unless requested.
11647         (&handle_output): Don't complain for forbidden tokens in comments.
11648         Be sure to report all the forbidden tokens within a single line.
11649         (&trace_format_to_m4): Preserve `$_'.
11650         (&handle_traces): Sort the output macros.
11651         (&up_to_date_p): Find the files before trying to get its time stamp.
11653 2001-07-24  Akim Demaille  <akim@epita.fr>
11655         * Makefile.am: Ship, build and install Autom4te.
11656         (SUBDIRS): Add lib.
11657         * lib/Autoconf/Struct.pm: New, from Automake 1.5.
11658         * configure.in: Require Perl.
11659         * man/autom4te.in: New.
11661 2001-07-19  Paul Eggert  <eggert@twinsun.com>
11663         * doc/autoconf.texi (Cache Checkpointing): Use AC_MSG_ERROR in
11664         example, rather than (exit 1); exit (which isn't portable).
11666 2001-07-18  Akim Demaille  <akim@epita.fr>
11668         Version 2.52.
11670 2001-07-18  Akim Demaille  <akim@epita.fr>
11672         The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
11673         was run, while they are needed also when it is expanded.
11674         Reported by Nicolas Joly.
11676         * aclang.m4 (AC_F77_DUMMY_MAIN): Define _AC_LANG_PROGRAM_C_F77_HOOKS.
11677         (AC_LANG_PROGRAM(C)): Use it instead of depending upon
11678         AC_F77_DUMMY_MAIN being expanded.
11680 2001-07-18  Akim Demaille  <akim@epita.fr>
11682         * configure.in: Bump to 2.51a.
11684 2001-07-17  Akim Demaille  <akim@epita.fr>
11686         Version 2.51.
11688 2001-07-17  Akim Demaille  <akim@epita.fr>
11690         * aclang.m4 (AC_F77_DUMMY_MAIN): Let the interface be more
11691         Autoconfy: $1 = action-if-found, $2 = action-if-not-found.
11693 2001-07-17  Akim Demaille  <akim@epita.fr>
11695         The runtime test for AC_FUNC_GETPGRP fails when prototypes are
11696         used.  Well, then use the prototypes when you can, and runtime as
11697         a last resort.
11698         Reported by Artur Frysiak
11700         * acfunctions.m4 (_AC_FUNC_GETPGRP_TEST): New.
11701         (AC_FUNC_GETPGRP): Use it.
11702         First try to compile with 0-ary or 1-ary calls.
11704 2001-07-17  Akim Demaille  <akim@epita.fr>
11706         * actypes.m4 (_AC_CHECK_TYPE_REPLACEMENT_TYPE_P): `foo_t' is a
11707         replacement type.
11708         From Paul Eggert.
11710 2001-07-17  Akim Demaille  <akim@epita.fr>
11712         * Makefile.maint: Sync. with cppi 1.10.
11714 2001-07-17  Akim Demaille  <akim@epita.fr>
11716         * aclang.m4 (AC_LANG_PROGRAM(C)): Output F77_DUMMY_MAIN only when
11717         AC_F77_DUMMY_MAIN has been run.
11718         From Pavel Roskin and Steven G. Johnson.
11720 2001-07-17  Akim Demaille  <akim@epita.fr>
11722         * configure.in: Rename as...
11723         * configure.ac: this.
11725 2001-07-17  Akim Demaille  <akim@epita.fr>
11727         * Makefile.am (INSTALL.txt): Don't use $@ and $< in non suffix
11728         rules.
11729         From Marc Espie.
11730         * Makefile.maint (release-archive-dir): Rename as...
11731         (release_archive_dir): this, so that it can be specialized in
11732         Makefile.
11734 2001-07-14  Akim Demaille  <akim@epita.fr>
11736         * configure.in: Bump to 2.50d.
11738 2001-07-14  Akim Demaille  <akim@epita.fr>
11740         Version 2.50c.
11741         * Makefile.maint (alpha): Typo.
11743 2001-07-14  Akim Demaille  <akim@epita.fr>
11745         * doc/autoconf.texi (Limitations of Make): Macro names and underscore.
11747 2001-07-14  Akim Demaille  <akim@epita.fr>
11749         * config/config.guess, config/config.sub, config/texinfo.tex
11750         * doc/standards.texi, doc/make-stds.texi: Update.
11752 2001-07-14  Akim Demaille  <akim@epita.fr>
11754         * Makefile.maint (cvs-check, cvs-tag-check, cvs-diff-check): New.
11756 2001-07-14  Akim Demaille  <akim@epita.fr>
11758         * Makefile.maint (maintainer-check): Rename as...
11759         (maintainer-distcheck): this.
11760         (changelog-check, static-check): New.
11761         Use them.
11763 2001-07-14  Kevin Ryde  <user42@zip.com.au>
11765         * doc/autoconf.texi (C++ Compilers Characteristics): Last resort
11766         for CXX is g++, not gcc.
11768 2001-07-14  Akim Demaille  <akim@epita.fr>
11770         * doc/autoconf.texi (Files): New subsection.
11772 2001-07-14  Akim Demaille  <akim@epita.fr>
11774         * doc/autoconf.texi (C Compiler, Fortran 77 Compiler): Be subsections
11775         of...
11776         (Generic Compiler Characteristics): this.
11777         (C++ Compiler): New subsection.
11779 2001-07-14  Akim Demaille  <akim@epita.fr>
11781         * autoscan.in: Use IO::File.
11782         Adjust all the routines to use it.
11783         ($log): New file (autoscan.log).
11784         (output): Dump detailed logs into $log, and a shortened version to
11785         stderr.
11786         (&scan_makefile): Refine the regexp catching tokens in the code.
11787         * doc/autoconf.texi (autoscan Invocation): Document `autoscan.log'
11788         and the `configure.ac' checking feature.
11790 2001-07-12  Akim Demaille  <akim@epita.fr>
11792         For some AWK, such as on HPUX 11, `xfoo' does not match `foo|^bar'.
11793         Reported by Michael Elizabeth Chastain.
11795         * autoconf.in: Refuse such AWK.
11796         * configure.in: Likewise.
11797         * Makefile.am (acversion.m4): Do not use move-if-change this file
11798         has dependencies.
11799         * doc/autoconf.texi (Fortran 77 Compiler): Some typos.
11801 2001-07-10  Jens Petersen  <petersen@redhat.com>
11803         * autoscan.in (&scan_makefile): Improve programs regexp to parse
11804         things like "g++", "file.c" and "some-conf" as tokens.
11805         (&scan_file): Match C++ files extensions.
11806         If the filename extension is C++ then ask for c++.
11808 2001-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
11810         * aclang.m4 (AC_F77_DUMMY_MAIN): Use AC_TRY_LINK, not
11811         AC_TRY_LINK_FUNC, to check whether defining a dummy
11812         main-like routine is needed for linking with F77 libs.
11814 2001-07-05  Pavel Roskin  <proski@gnu.org>
11816         * aclocal.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Remove conftest*
11817         after using break.
11818         (_AC_PROG_F77_V_OUTPUT): Remove conftest*, not conftest.* after
11819         linking.
11821 2001-07-05  Akim Demaille  <akim@epita.fr>
11823         * Makefile.am (move_if_change): New.  Use it instead of `mv'.
11824         (acversion.m4): Name it `$(srcdir)/acversion.m4' to ease broken
11825         Makes' lives.
11826         Reported by Nicolas Joly.
11828 2001-07-04  Akim Demaille  <akim@epita.fr>
11830         * acgeneral.m4 (_AC_RUN_IFELSE): Remove conftest.o when cleaning
11831         up.
11832         * acfunctions.m4 (AC_FUNC_WAIT3): Use `break' to silent some
11833         warnings from compilers.
11834         * aclang.m4 (_AC_LANG_COMPILER_GNU): Log the version information
11835         for all the compilers, not only GNU.  Hence move from here...
11836         (AC_PROG_CC, AC_PROG_CXX, AC_PROG_F77): to here.
11838 2001-07-04  Akim Demaille  <akim@epita.fr>
11840         * acfunctions.m4 (AC_FUNC_STRTOD, AC_FUNC_STRERROR_R)
11841         (AC_FUNC_STRCOLL, AC_FUNC_WAIT3): Use AC_RUN_IFELSE and
11842         AC_COMPILE_IFELSE.
11844 2001-07-04  Akim Demaille  <akim@epita.fr>
11846         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Actually apply
11847         the ``strings.h'' change claimed below.
11849 2001-07-04  Akim Demaille  <akim@epita.fr>
11851         * aclang.m4 (_AC_LANG_COMPILER_GNU): s/-dumpspecs/-v/.
11853 2001-07-04  Akim Demaille  <akim@epita.fr>
11855         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
11856         strings.h if usable with string.h.
11857         Suggested by Paul Eggert.
11859 2001-07-04  Akim Demaille  <akim@epita.fr>
11861         * autoscan.in (&scan_file): Skip FILE if there is FILE.in.
11862         From Jens Petersen.
11864 2001-07-03  Akim Demaille  <akim@epita.fr>
11866         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Specify CONFIG_FILES
11867         etc. in the log.
11869 2001-07-03  Akim Demaille  <akim@epita.fr>
11871         * acheaders.m4 (AC_CHECK_HEADER): When INCLUDES are set, use the
11872         compiler, not the preprocessor.
11873         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): No longer use
11874         dedicated code to check for inttypes.h, as AC_CHECK_HEADERS does
11875         the right thing.
11876         * Makefile.am (.m4.m4f): Emphasize M4 error messages and fail
11877         earlier if there are.
11879 2001-07-03  Akim Demaille  <akim@epita.fr>
11881         * autoscan.in ($initfile): Remove.
11882         (&find_file): Rename as...
11883         (&scan_file): this.
11884         Immediately scan the current file, instead of gathering them, and
11885         later having them handled by &scan_files.
11886         (&scan_files): Merely invoke Find::File.
11887         Adjust.
11889 2001-07-02  Akim Demaille  <akim@epita.fr>
11891         * autoscan.in: Formatting changes, matching the invocation order.
11892         (File::Find): Use it instead of Perl 4's `find.pl'.
11893         (&wanted): Rename as...
11894         (&find_file): this.
11896 2001-07-01  Pavel Roskin  <proski@gnu.org>
11898         * aclang.m4 (AC_F77_DUMMY_MAIN): Remove conftest* after using
11899         break in the argument to AC_TRY_LINK_FUNC.
11900         (AC_F77_MAIN): Remove conftest* after using break in the
11901         argument to AC_TRY_LINK.
11903 2001-07-01  Steven G. Johnson  <stevenj@alum.mit.edu>
11905         Add alternate 'main' routine detection for linking C/C++ with Fortran,
11906         fixing link failures for e.g. AC_F77_WRAPPERS on NetBSD.
11908         * aclang.m4 (AC_F77_DUMMY_MAIN): New macro to detect whether a
11909         dummy alternate main is required even if the user provides her own
11910         'main'.
11911         (AC_F77_MAIN): New macro to detect whether it is possible to
11912         provide an alternate 'main' function name, using the 'main' from
11913         the Fortran libraries.
11914         (AC_LANG_PROGRAM(C)): Use F77_DUMMY_MAIN, if it is defined, so that
11915         cross-language link tests can be performed successfully.
11916         (_AC_F77_NAME_MANGLING): Require AC_F77_DUMMY_MAIN.  Also put $FLIBS
11917         after $LIBS, for consistency; this should be the general rule since
11918         the user may want to link to Fortran libraries that require $FLIBS.
11919         * doc/autoconf.texi: Document AC_F77_DUMMY_MAIN and AC_F77_MAIN.
11921 2001-06-29  Pavel Roskin  <proski@gnu.org>
11923         * atgeneral.m4 (AT_CHECK): Add a newline to the end of
11924         at-stdout and at-stderr instead of removing the newline
11925         from the echo output, which is not guaranteed to work.
11927 2001-06-28  Jens Petersen  <petersen@redhat.com>
11929         * aclang.m4 (_AC_PROG_CXX_EXIT_DECLARATION): Only add declaration to
11930         confdefs.h when non-zero.
11932 2001-06-28  Akim Demaille  <akim@epita.fr>
11934         * configure.in: Bump to 2.50c.
11936 2001-06-26  Akim Demaille  <akim@epita.fr>
11938         Version 2.50b.
11940 2001-06-26  Akim Demaille  <akim@epita.fr>
11942         Version 2.50a.
11944 2001-06-25  Pavel Roskin  <proski@gnu.org>
11946         * tests/atspecific.m4 (AT_CHECK_MACRO): Accept one more
11947         argument, AUTOCONF-FLAGS.
11948         * tests/mktests.sh (update_exclude_list): Add
11949         AC_SYS_RESTARTABLE_SYSCALLS and AC_FUNC_WAIT3.
11950         * tests/semantics.at: Test AC_SYS_RESTARTABLE_SYSCALLS and
11951         AC_FUNC_WAIT3 with "-W no-obsolete".
11953 2001-06-25  Akim Demaille  <akim@epita.fr>
11955         * tests/foreign.at (libtool): Fix the `libtoolize --version' decoding.
11957 2001-06-25  Akim Demaille  <akim@epita.fr>
11959         * autoscan.in (%macro): Now maps from word to list of macros.
11960         (&init_tables): Die when a word which is already handled by
11961         explicit macros is mapped to the default macro.
11962         (&print_unique): Remove, inlined in...
11963         (&output_kind): here.
11964         (File::Basename): Use it.
11965         (&output): Sort the CONFIG_FILES.
11966         * acheaders: Normalize.
11967         * acfunctions: Likewise.
11969 2001-06-25  Akim Demaille  <akim@epita.fr>
11971         * aclang.m4 (_AC_LANG_COMPILER_GNU): If GNU, dump the compiler
11972         characteristics in the logs.
11973         Suggested by Mo DeJong.
11975 2001-06-24  Akim Demaille  <akim@epita.fr>
11977         * acfunctions.m4 (AM_FUNC_ERROR_AT_LINE, AM_FUNC_FNMATCH)
11978         (AM_FUNC_MKTIME, AM_FUNC_OBSTACK, AM_FUNC_STRTOD): Reactivated.
11979         * doc/autoconf.texi (Autoconf 2.13): New section.
11981 2001-06-24  Akim Demaille  <akim@epita.fr>
11983         * autoconf.in (Task traces): Separate the error messages from the
11984         traces to improve robustness.
11986 2001-06-23  Akim Demaille  <akim@epita.fr>
11988         * tests/torture.at (AC_ARG_VAR): Make it a single test instead of
11989         three as failures are unlikely, and speed matters.
11991 2001-06-23  Akim Demaille  <akim@epita.fr>
11993         * doc/autoconf.texi (Redefined M4 Macros): New.
11995 2001-06-23  Akim Demaille  <akim@epita.fr>
11997         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Consider
11998         inttypes.h is missing if it conflicts with sys/types.h, as on IRIX
11999         5.3.
12001 2001-06-23  Paolo Bonzini  <bonzini@gnu.org>
12003         * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Defer parsing of
12004         config.status targets to after the evaluation of the INIT-CMDS.
12005         Double quote config.status targets (used to be single quoted).
12007 2001-06-23  Akim Demaille  <akim@epita.fr>
12009         * tests/torture.at (CONFIG_FILES, HEADERS, LINKS and COMMANDS):
12010         Check the content of the created file.
12011         Check the ./config.status command line invocation.
12013 2001-06-23  Akim Demaille  <akim@epita.fr>
12015         * tests/foreign.at (Libtool): Reject prehistoric versions.
12017 2001-06-23  Akim Demaille  <akim@epita.fr>
12019         * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Try to be robust to
12020         preexisting files matching a.*.
12022 2001-06-23  Akim Demaille  <akim@epita.fr>
12024         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Output error messages on
12025         stderr.
12026         * doc/autoconf.texi (AC_ARG_VAR): Update.
12028 2001-06-21  Akim Demaille  <akim@epita.fr>
12030         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Die instead of warning when
12031         precious variables have changed.
12032         * tests/torture.at (AC_ARG_VAR): Adjust.
12034 2001-06-21  Akim Demaille  <akim@epita.fr>
12036         ./configure --program-suffix=foo produces `transform=s,$$,foo,;',
12037         but some sed choke on multiple `;', and other tools (e.g.,
12038         Automake), include the separator themselves.
12040         * acgeneral.m4 (AC_ARG_VAR): Be sure not to leave extra `;'.
12042 2001-06-19  Tim Van Holder  <tim.van.holder@pandora.be>
12044         * doc/autoconf.texi (Functions Portability): Rename as...
12045         (Function Portability): this.
12046         (Function Portability): Document potential problems with unlink().
12048 2001-06-19  Paul Eggert  <eggert@twinsun.com>
12050         * NEWS, doc/autoconf.texi: Document quadrigraphs.
12052 2001-06-18  Akim Demaille  <akim@epita.fr>
12054         * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
12056 2001-06-18  Ruediger Kuhlmann  <info@ruediger-kuhlmann.de>
12058         * acfunctions.m4: (AC_FUNC_VFORK) rename as...
12059         (_AC_FUNC_VFORK): this.
12060         Remove AC_DEFINEs and don't guess cross-compilation values.
12061         (_AC_FUNC_FORK): New, check whether fork() isn't just a stub.
12062         (AC_FUNC_FORK): New, use _AC_FUNC_VFORK and _AC_FUNC_FORK to
12063         define HAVE_WORKING_FORK, HAVE_WORKING_VFORK; and vfork to fork if
12064         vfork doesn't work.
12065         Guess values if cross-compiling, but warn.
12066         * acfunctions: Add AC_FUNC_FORK.
12067         * doc/autoconf.texi: Document AC_FUNC_FORK. Give example to define
12068         and vfork appropriately.
12070 2001-06-18  Akim Demaille  <akim@epita.fr>
12072         * doc/autoconf.texi (Functions Portability): New section.
12074 2001-06-18  Akim Demaille  <akim@epita.fr>
12076         * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
12077         in $M4.
12078         Suggested by Andreas Schwab.
12080 2001-06-18  Akim Demaille  <akim@epita.fr>
12082         * acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
12083         (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
12084         (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
12085         (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT.
12086         Don't use AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE,
12087         and either AC_LANG_SOURCE or AC_LANG_PROGRAM.
12088         (AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
12089         the converse).
12091 2001-06-18  Akim Demaille  <akim@epita.fr>
12093         * doc/autoconf.texi (ms): New index.
12094         (Macro Index): Rename as...
12095         (Autoconf Macro Index): this.
12096         (M4 Macro Index): New appendix.
12097         (Programming in M4): New chapter.
12098         Define M4sugar, M4sh, m4_pattern_forbid, and m4_pattern_allow.
12099         (Quoting): Rename as...
12100         (M$ Quotation): this.
12101         Be part of `Programming in M4).
12103 2001-06-18  Nicolas Joly  <njoly@pasteur.fr>
12105         * tests/torture.at (AC_ARG_VAR): Set variables and export them
12106         in separate statements for compatibility with Tru64 v5.1.
12108 2001-06-17  Akim Demaille  <akim@epita.fr>
12110         * acgeneral.m4 (_AC_ARG_VAR_VALIDATE): Be sure to cache the
12111         current values of the precious variables, not the previously
12112         cached values.
12113         Pass precious variables which are set to config.status.
12114         * doc/autoconf.texi (Setting Output Variables): Document AC_ARG_VAR.
12115         * tests/torture.at (AC_ARG_VAR): New.
12117 2001-06-15  Paul Eggert  <eggert@twinsun.com>
12119         * doc/autoconf.texi: Move AC_FUNC_WAIT3 and
12120         AC_SYS_RESTARTABLE_SYSCALLS to the obsolete section,
12121         and explain why and how to replace them.
12122         * acfunctions.m4 (AC_FUNC_WAIT3): Warn as obsolete.
12123         * acspecific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Likewise.
12125 2001-06-15  Akim Demaille  <akim@epita.fr>
12127         `build_alias', `host_alias', and `target_alias' are not AC_SUBST'd.
12128         Reported by Bruno Haible.
12130         * acgeneral.m4 (AC_ARG_VAR): Move the AC_SUBST, from here...
12131          (_AC_ARG_VAR_PRECIOUS): to here.
12133 2001-06-15  Pavel Roskin  <proski@gnu.org>
12135         * acheaders.m4 (_AC_CHECK_HEADER_DIRENT): Instead of defining
12136         an unused pointer use cast to this type and `if' statement to
12137         avoid warnings from the compiler.
12138         (AC_HEADER_TIME): Likewise.
12139         * actypes.m4 (AC_CHECK_MEMBER): s/foo/ac_aggr/. Use the member
12140         in `if' statement to avoid warnings from the compiler. Declare
12141         ac_aggr static to avoid the need to initialize it.
12143 2001-06-14  Akim Demaille  <akim@epita.fr>
12145         * doc/autoconf.texi (Portable Shell): Move to follow `Writing
12146         Macros'.
12148 2001-06-13  Akim Demaille  <akim@epita.fr>
12150         * m4/missing.m4, config/missing: Updated to Automake 1.4g's.
12151         Suggested by Alexander Mai.
12153 2001-06-13  Akim Demaille  <akim@epita.fr>
12155         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Guard
12156         sys/types.h and sys/stat.h, and check for them.
12158 2001-06-13  Akim Demaille  <akim@epita.fr>
12160         * acheaders.m4 (AC_CHECK_HEADER, AC_CHECK_HEADERS): Support $4 =
12161         INCLUDES.
12163 2001-06-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12165         * acspecific.m4 (AC_PATH_XTRA): Check if linking against libX11
12166         succeeds and only try adding libdnet upon a failure.
12168 2001-06-12  Akim Demaille  <akim@epita.fr>
12170         * autoscan.in (&output_kind): Output the comment only if it exists.
12171         (%kind_comment): Add entry for `programs'.
12172         (&output_programs): Use &output_kind.
12173         (&output_functions, &output_identifiers, &output_headers)
12174         (&output_programs): Inline, and remove.
12176 2001-06-12  Akim Demaille  <akim@epita.fr>
12178         * autoscan.in (%kind_comment): New.
12179         (output_kind): New.
12180         (output_functions, output_identifiers, output_headers): Use it.
12182 2001-06-12  Akim Demaille  <akim@epita.fr>
12184         * autoscan.in (&print_unique): Take `$kind' and `$word' as
12185         arguments, to factor indirections into `%macro' and `%used'.
12186         (%generic_macro): Fix a typo.
12188 2001-06-12  Akim Demaille  <akim@epita.fr>
12190         * aclibraries: New.
12191         * autoscan.in (@kinds): Add `libraries'.
12192         Use `@kinds' instead of hard coded lists.
12193         (%programs, %headers, %identifiers, %makevars, %libraries, %functions):
12194         Remove, replaced by...
12195         (%used): this.
12197 2001-06-12  Akim Demaille  <akim@epita.fr>
12199         * autoscan.in (%functions_macros %headers_macros)
12200         (%identifiers_macros %programs_macros %makevars_macros): Remove,
12201         replaced by...
12202         (%macro): New.
12204 2001-06-11  Raja R Harinath  <harinath@cs.umn.edu>
12206         * aclang.m4 (AC_NO_EXECUTABLES): Override
12207         _AC_COMPILER_EXEEXT_WORKS, not _AC_LANG_COMPILER_WORKS.
12209 2001-06-11  Akim Demaille  <akim@epita.fr>
12211         * aclang.m4 (AC_NO_EXECUTABLES): Define the macros with their
12212         trailing new line.
12213         Reported by Andreas Schwab.
12215 2001-06-11  Akim Demaille  <akim@epita.fr>
12217         * Makefile.am, Makefile.maint: Typos.
12219 2001-06-09  Akim Demaille  <akim@epita.fr>
12221         * doc/autoconf.texi (Here-Documents): New section, gathering
12222         documentation about here-documents.
12223         Use `href', not `uref', and other changes.
12225 2001-06-09  Akim Demaille  <akim@epita.fr>
12227         * doc/autoconf.texi (Portable Shell Programming): Promoted as a
12228         chapter.
12230 2001-06-09  Akim Demaille  <akim@epita.fr>
12232         * doc/autoconf.texi (Limitations of Builtins): Complete the
12233         description of the here-docs penalties with Alexandre Oliva's
12234         explanations.
12236 2001-06-01  Paul Eggert  <eggert@twinsun.com>
12238         * doc/autoconf.texi: Talk about here documents and speedups.
12239         Do not use "echo" on arbitrary strings.
12240         Spell "here-documents" consistently with the standard.
12242 2001-06-09  Akim Demaille  <akim@epita.fr>
12244         * doc/autoconf.texi (Concept Index): Introduce it.
12245         Regenerate the menus.
12247 2001-06-09  Akim Demaille  <akim@epita.fr>
12249         * Makefile.maint, GNUmakefile: New, from Jim Meyering.
12250         * config/prev-version.txt: New.
12251         * config/move-if-change: New, for GNU libc.
12253 2001-06-06  Pavel Roskin  <proski@gnu.org>
12255         * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
12257 2001-06-06  Akim Demaille  <akim@epita.fr>
12259         * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
12260         properly when $1 is not a literal.
12261         Fixes PR Autoconf/187, reported by Bram Moolenaar.
12263 2001-06-06  Akim Demaille  <akim@epita.fr>
12265         Invoking AC_COPYRIGHT before AC_INIT fails.
12267         * Makefile.am (.m4.m4f): Pass --fatal-warnings to m4.
12268         * acgeneral.m4 (_m4_divert(VERSION_FSF))
12269         (_m4_divert(VERSION_USER)): New.
12270         (AC_COPYRIGHT): $2 is the diversion to use.
12271         (_AC_INIT_COPYRIGHT): Use the FSF diversion.
12272         (AC_INIT): Remove dead comments as now it's commutative.
12274 2001-06-06  Akim Demaille  <akim@epita.fr>
12276         * tests/semantics.at (AC_CHECK_LIB): Strengthen to reflect
12277         PR autoconf/187.
12279 2001-06-05  Akim Demaille  <akim@epita.fr>
12281         * acgeneral.m4 (_AC_INIT_PARSE_ARGS): `prefix' and `exec_prefix'
12282         can be empty.
12283         `*dir' variables cannot be NONE.
12284         Reported by Mark Kettenis.
12286 2001-06-05  Paul Eggert  <eggert@twinsun.com>
12288         * doc/autoconf.texi: Fix references to Solaris and SunOS versions.
12290 2001-06-04  Akim Demaille  <akim@epita.fr>
12292         * acgeneral.m4 (AC_VAR_SET, AC_VAR_GET, AC_VAR_TEST_SET)
12293         (AC_VAR_SET_IFELSE, AC_VAR_PUSHDEF and AC_VAR_POPDEF, AC_TR_CPP)
12294         (AC_TR_SH): Move as...
12295         * m4sh.m4 (AS_VAR_SET, AS_VAR_GET, AS_VAR_TEST_SET)
12296         (AS_VAR_SET_IF, AC_VAR_PUSHDEF, AS_VAR_POPDEF, AS_TR_CPP)
12297         (AS_TR_SH): these.
12298         (_AS_TR_PREPARE, _AS_CR_PREPARE, _AS_TR_CPP_PREPARE)
12299         (_AS_TR_SH_PREPARE): New.
12300         (AS_SHELL_SANITIZE): Invoke _AS_TR_PREPARE.
12301         * tests/aclocal.m4 (AC_STATE_SAVE): `as_' vars can be modified.
12303 2001-06-02  Akim Demaille  <akim@epita.fr>
12305         * Makefile.am (.m4.m4f): Pass the options first.
12306         Fixes PR autoconf/182.
12308 2001-06-02  Nathan Sidwell  <nathan@codesourcery.com>
12310         GNU getopt, when POSIXLY_CORRECT does not permute options and
12311         arguments.  So pass the options first.
12312         Fixes PR autoconf/184.
12314         * autoconf.sh (m4_prefiles, m4f_prefiles): New variables.
12315         (run_m4): Remove files.
12316         (run_m4f): Remove.
12317         Update remainder of script to use them.
12318         (for warning in): Do not use a literal comma as it will not be
12319         split by IFS.
12321 2001-06-02  Christian Marquardt  <marq@gfz-potsdam.de>
12323         * aclang.m4 (AC_PROG_F77): Add Fujitsu's "frt" to the list of
12324         Fortran compilers to check.
12325         (_AC_PROG_F77_V): Add '-###' as a possible option to print
12326         information on library and object files.
12327         (AC_PROG_CXX): Add Fujitsu's "FCC" to the list of C++ compilers
12328         to check.
12330 2001-06-02  Akim Demaille  <akim@epita.fr>
12332         * autom4te.in (Request::@request): Declare with `vars', not `my',
12333         as it prevents updates via `do FILENAME'.
12335 2001-06-02  Akim Demaille  <akim@epita.fr>
12337         * configure.in (standards_texi): Remove, dead code.
12339 2001-06-02  Akim Demaille  <akim@epita.fr>
12341         * autom4te.in: New.
12343 2001-06-02  Pavel Roskin  <proski@gnu.org>
12345         * acgeneral.m4 (_AC_INIT_PREPARE): Don't rely on $? in the traps
12346         for signals other than 0 - exit with code 1.
12347         * m4sh.m4 (AS_TMPDIR): Likewise.
12348         * autoconf.in: Likewise. Also don't rely on exit == exit $?.
12349         * autoheader.in: Likewise.
12350         * autoreconf.in: Likewise.
12351         * tests/torture.at (Signal handling): New test for the above.
12353 2001-06-01  Akim Demaille  <akim@epita.fr>
12355         * m4sugar.m4 (m4_defn, m4_undefine, m4_popdef): Clarify the error
12356         message.
12358 2001-05-31  Akim Demaille  <akim@epita.fr>
12360         * acfunctions, acheaders, acidentifiers, acmakevars, acprograms:
12361         Add copyright and comments.
12362         * acheaders: Add stdint.h.
12363         Suggested by Paul Eggert.
12365 2001-05-31  Akim Demaille  <akim@epita.fr>
12367         * atgeneral.m4 (AT_INIT): Use $SHELL.
12368         * atspecific.m4 (AT_CHECK_DEFINES): Skip HAVE_STDINT_H.
12370 2001-05-31  Akim Demaille  <akim@epita.fr>
12372         * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
12373         stdint.h.
12374         From Paul Eggert and Lars Hecking.
12376 2001-05-31  Akim Demaille  <akim@epita.fr>
12378         * tests/base.at: Adjust line numbers in error messages.
12380 2001-05-31  Akim Demaille  <akim@epita.fr>
12382         * tests/base.at, tests/m4sh.at: When using AC_PLAIN_SCRIPT be sure
12383         to emit the bangshe line.
12384         Reported by David Carter.
12386 2001-05-30  Steven G. Johnson  <stevenj@alum.mit.edu>
12388         * aclang.m4 (AC_PROG_F77): Add Compaq's "fort" to the list of
12389         Fortran (95) compilers to check.
12391 2001-05-29  Alexandre Duret-Lutz  <duret_g@epita.fr>
12393         * doc/autoconf.texi (Introduction, Pointers): Update the Autoconf
12394         Macro Archive URL.
12396 2001-05-23  Pavel Roskin  <proski@gnu.org>
12398         * aclang.m4 (AC_PROG_CPP): Use `break' instead of `break 2' since
12399         _AC_PROG_PREPROC_WORKS_IFELSE expands arguments outside the loop.
12400         (AC_PROG_CXXCPP): Likewise.
12402 2001-05-22  Akim Demaille  <akim@epita.fr>
12404         * config: New directory.
12405         * configure.in: AC_CONFIG_AUX_DIR it.
12406         * tests/atspecific.m4 (AT_CONFIGURE_AC): Adjust.
12408 2001-05-22  Akim Demaille  <akim@epita.fr>
12410         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
12411         * autoupdate.in: Specify the Emacs mode.
12412         * acversion.m4.in: Rename as...
12413         * acversion.m4: this.
12414         * tests/Makefile.am (CLEANFILES): More garbage.
12416 2001-05-22  Akim Demaille  <akim@epita.fr>
12418         * autoconf.sh, autoreconf.sh, autoheader.sh, autoscan.pl, ifnames.sh:
12419         Rename as...
12420         * autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in:
12421         these.
12423 2001-05-21  Akim Demaille  <akim@epita.fr>
12425         * configure.in: Bump to 2.50a.
12428         -----
12430         Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
12431         Foundation, Inc.
12433         This file is part of GNU Autoconf.
12435         GNU Autoconf is free software; you can redistribute it and/or modify
12436         it under the terms of the GNU General Public License as published by
12437         the Free Software Foundation; either version 2, or (at your option)
12438         any later version.
12440         GNU Autoconf is distributed in the hope that it will be useful,
12441         but WITHOUT ANY WARRANTY; without even the implied warranty of
12442         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12443         GNU General Public License for more details.
12445         You should have received a copy of the GNU General Public License
12446         along with autoconf; see the file COPYING.  If not, write to
12447         the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12448         Boston, MA 02110-1301, USA.