]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
23 years ago(egrep): New var; use it instead of plain egrep.
Paul Eggert [Wed, 29 May 2002 22:29:54 +0000 (22:29 +0000)] 
(egrep): New var; use it instead of plain egrep.

23 years ago(AT_CONFIGURE_AC, AT_CHECK_DEFINES): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:29:26 +0000 (22:29 +0000)] 
(AT_CONFIGURE_AC, AT_CHECK_DEFINES): Do not assume that egrep and fgrep exist.

23 years ago(AT_INIT, AT_CHECK): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:27:40 +0000 (22:27 +0000)] 
(AT_INIT, AT_CHECK): Do not assume that egrep and fgrep exist.

23 years agoUpdate commentary to not assume egrep.
Paul Eggert [Wed, 29 May 2002 22:27:14 +0000 (22:27 +0000)] 
Update commentary to not assume egrep.

23 years ago(AC_CONFIG_HEADER): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:26:43 +0000 (22:26 +0000)] 
(AC_CONFIG_HEADER): Do not assume that egrep and fgrep exist.

23 years ago(check-local): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:26:16 +0000 (22:26 +0000)] 
(check-local): Do not assume that egrep and fgrep exist.

23 years ago(_AC_RUN_LOG_STDERR, AC_EGREP_CPP): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:25:50 +0000 (22:25 +0000)] 
(_AC_RUN_LOG_STDERR, AC_EGREP_CPP): Do not assume that egrep and fgrep exist.

23 years ago(AC_C_BIGENDIAN): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:25:24 +0000 (22:25 +0000)] 
(AC_C_BIGENDIAN): Do not assume that egrep and fgrep exist.

23 years ago($m4): Do not assume that egrep and fgrep exist.
Paul Eggert [Wed, 29 May 2002 22:24:52 +0000 (22:24 +0000)] 
($m4): Do not assume that egrep and fgrep exist.

23 years ago* lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
Paul Eggert [Tue, 28 May 2002 04:16:17 +0000 (04:16 +0000)] 
* lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.
* NEWS, doc/autoconf.texi (Particular Types): Document it.
* lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it
instead of AC_MBSTATE_T, which never existed.

23 years agoNew macro AC_TYPE_MBSTATE_T.
Paul Eggert [Tue, 28 May 2002 04:15:52 +0000 (04:15 +0000)] 
New macro AC_TYPE_MBSTATE_T.

23 years ago(Particular Types): Document new macro AC_TYPE_MBSTATE_T.
Paul Eggert [Tue, 28 May 2002 04:14:49 +0000 (04:14 +0000)] 
(Particular Types): Document new macro AC_TYPE_MBSTATE_T.

23 years ago(_AC_FUNC_FNMATCH): Require AC_TYPE_MBSTATE_T instead of AC_MBSTATE_T,
Paul Eggert [Tue, 28 May 2002 04:13:59 +0000 (04:13 +0000)] 
(_AC_FUNC_FNMATCH): Require AC_TYPE_MBSTATE_T instead of AC_MBSTATE_T,
which never existed.

23 years ago(AC_TYPE_MBSTATE_T): New macro.
Paul Eggert [Tue, 28 May 2002 04:13:07 +0000 (04:13 +0000)] 
(AC_TYPE_MBSTATE_T): New macro.

23 years ago* doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
Akim Demaille [Thu, 23 May 2002 17:53:10 +0000 (17:53 +0000)] 
* doc/autoconf.texi (Hosts and Cross-Compilation): Specify the
version of Autoconf that is discussed.

23 years ago* lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
Paul Eggert [Wed, 22 May 2002 23:39:06 +0000 (23:39 +0000)] 
* lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77
from the default list of compilers to try.  Suggested by
Kate Hedstrom.
* NEWS: Document the above.
* autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.

23 years ago(Fortran 77 Compiler): Don't suggest cf77.
Paul Eggert [Wed, 22 May 2002 23:37:36 +0000 (23:37 +0000)] 
(Fortran 77 Compiler): Don't suggest cf77.

23 years agoAC_PROG_F77 default search no longer includes cf77 and cfg77.
Paul Eggert [Wed, 22 May 2002 23:36:20 +0000 (23:36 +0000)] 
AC_PROG_F77 default search no longer includes cf77 and cfg77.

23 years ago(AC_PROG_F77): Remove cf77 and cft77 from the default list of
Paul Eggert [Wed, 22 May 2002 23:35:54 +0000 (23:35 +0000)] 
(AC_PROG_F77): Remove cf77 and cft77 from the default list of
compilers to try.  Suggested by Kate Hedstrom.

23 years agoRemove.
Akim Demaille [Mon, 20 May 2002 13:27:55 +0000 (13:27 +0000)] 
Remove.

23 years agoTypo.
Akim Demaille [Mon, 20 May 2002 09:37:27 +0000 (09:37 +0000)] 
Typo.

23 years ago* lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
Paul Eggert [Sat, 18 May 2002 00:58:09 +0000 (00:58 +0000)] 
* lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if
the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.
This improves on an earlier suggestion by H. Peter Anvin.

23 years agoAC_CHECK_MEMBER works correctly when the member is an aggregate.
Paul Eggert [Sat, 18 May 2002 00:57:30 +0000 (00:57 +0000)] 
AC_CHECK_MEMBER works correctly when the member is an aggregate.

23 years ago(AC_CHECK_MEMBER): Work correctly even if the member is itself an
Paul Eggert [Sat, 18 May 2002 00:56:47 +0000 (00:56 +0000)] 
(AC_CHECK_MEMBER): Work correctly even if the member is itself an
aggregate.  Bug reported by Sergey Poznyakoff.  This improves on an
earlier suggestion by H. Peter Anvin.

23 years agoAC_FUNC_FNMATCH now tests only for POSIX compatibility.
Paul Eggert [Fri, 17 May 2002 07:14:37 +0000 (07:14 +0000)] 
AC_FUNC_FNMATCH now tests only for POSIX compatibility.
AC_FUNC_FNMATCH_GNU also tests for GNU extensions.
Both macros now accept an optional source-dir arg.
New macro AC_GNU_SOURCE to define _GNU_SOURCE.

* NEWS: Document this.
* doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.

* lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.
(AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
not for GNU extensions; this undoes part of the 2000-11-03 change,
reverting to 2.13-compatible behavior.
Add new optional argument DIR.
(AC_FUNC_FNMATCH_GNU): New macro.

* lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.

23 years agoDescribe AC_FUNC_FNMATCH changes.
Paul Eggert [Fri, 17 May 2002 07:13:59 +0000 (07:13 +0000)] 
Describe AC_FUNC_FNMATCH changes.
New macros AC_FUNC_FNMATCH_GNU, AC_GNU_SOURCE.

23 years ago(Particular Functions): Document AC_FUNC_FNMATCH changes,
Paul Eggert [Fri, 17 May 2002 07:11:04 +0000 (07:11 +0000)] 
(Particular Functions): Document AC_FUNC_FNMATCH changes,
AC_FUNC_FNMATCH_GNU.
(UNIX Variants): Document AC_GNU_SOURCE.

23 years ago(AC_GNU_SOURCE): New macro.
Paul Eggert [Fri, 17 May 2002 07:09:12 +0000 (07:09 +0000)] 
(AC_GNU_SOURCE): New macro.

23 years ago(_AC_FUNC_FNMATCH): New macro.
Paul Eggert [Fri, 17 May 2002 07:08:41 +0000 (07:08 +0000)] 
(_AC_FUNC_FNMATCH): New macro.
(AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,
not for GNU extensions; this undoes part of the 2000-11-03 change,
reverting to 2.13-compatible behavior.
Add new optional argument DIR.
(AC_FUNC_FNMATCH_GNU): New macro.

23 years agoAC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.
Paul Eggert [Mon, 13 May 2002 19:45:25 +0000 (19:45 +0000)] 
AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling.

23 years ago- AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
Paul Eggert [Mon, 13 May 2002 19:43:55 +0000 (19:43 +0000)] 
- AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
  that contains getloadavg.c, and it tests whether getloadavg.c exists.

23 years ago* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
Paul Eggert [Wed, 8 May 2002 22:31:14 +0000 (22:31 +0000)] 
* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
argument specifying location of getloadavg.c.  This removes a
FIXME.  This idea was taken from Jim Meyering's implementation in
textutils.
* doc/autoconf.texi (Particular Functions): Document this.
Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
that's what the code does; this fixes a bug reported by
Paul D. Smith.

23 years ago(AC_FUNC_GETLOADAVG): Add optional argument specifying location of
Paul Eggert [Wed, 8 May 2002 22:30:49 +0000 (22:30 +0000)] 
(AC_FUNC_GETLOADAVG): Add optional argument specifying location of
getloadavg.c.  This removes a FIXME.  This idea was taken from Jim
Meyering's implementation in textutils.

23 years ago(Particular Functions): Document new arg to AC_FUNC_GETLOADAVG.
Paul Eggert [Wed, 8 May 2002 22:30:14 +0000 (22:30 +0000)] 
(Particular Functions): Document new arg to AC_FUNC_GETLOADAVG.

Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
that's what the code does; this fixes a bug reported by
Paul D. Smith.

23 years ago* lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
Paul Eggert [Wed, 8 May 2002 20:26:31 +0000 (20:26 +0000)] 
* lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):
Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
and it causes a 'test' syntax error if it fails.
Bug reported by Stephen Gildea.

23 years ago(AC_HEADER_TIOCGWINSZ):
Paul Eggert [Wed, 8 May 2002 20:26:07 +0000 (20:26 +0000)] 
(AC_HEADER_TIOCGWINSZ):
Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,
and it causes a 'test' syntax error if it fails.
Bug reported by Stephen Gildea.

23 years ago* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
Paul Eggert [Wed, 8 May 2002 19:57:14 +0000 (19:57 +0000)] 
* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):
If prototypes are supported, use them to check this at compile-time,
instead of trying to check it at run-time.  If we must do a run-time
check, assume that setvbuf is standard when cross-compiling, as
nonstandard setvbuf occurs only on ancient and unlikely hosts.

23 years ago(AC_FUNC_SETVBUF_REVERSED):
Paul Eggert [Wed, 8 May 2002 19:56:55 +0000 (19:56 +0000)] 
(AC_FUNC_SETVBUF_REVERSED):
If prototypes are supported, use them to check this at compile-time,
instead of trying to check it at run-time.  If we must do a run-time
check, assume that setvbuf is standard when cross-compiling, as
nonstandard setvbuf occurs only on ancient and unlikely hosts.

23 years ago* bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
Akim Demaille [Fri, 3 May 2002 16:09:11 +0000 (16:09 +0000)] 
* bin/autoreconf.in (autoreconf): Rewrite to use Gettext's
autopoint instead of gettextize.
($uses_alocal): Rename as...
($uses_aclocal): this.
* doc/autoconf.texi (autoreconf Invocation): Adjust.
Suggested by Bruno Haible.

23 years ago* lib/m4sugar/m4sugar.m4 (m4_map_sep): New.
Akim Demaille [Fri, 3 May 2002 08:26:29 +0000 (08:26 +0000)] 
* lib/m4sugar/m4sugar.m4 (m4_map_sep): New.

23 years ago* bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
Paul Eggert [Tue, 30 Apr 2002 06:33:41 +0000 (06:33 +0000)] 
* bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input
files to be 1 second older; just set them to be the same time.
Also, sleep 1 second after the first aclocal, to work around
problems with sub-second time stamps on the input files.

23 years ago(autoreconf): Don't age aclocal.m4's input
Paul Eggert [Tue, 30 Apr 2002 06:33:12 +0000 (06:33 +0000)] 
(autoreconf): Don't age aclocal.m4's input
files to be 1 second older; just set them to be the same time.
Also, sleep 1 second after the first aclocal, to work around
problems with sub-second time stamps on the input files.

23 years ago* doc/autoconf.texi: Mention "set -e -x" lossage
Akim Demaille [Mon, 29 Apr 2002 13:35:51 +0000 (13:35 +0000)] 
* doc/autoconf.texi: Mention "set -e -x" lossage
under node "Limitations of Builtins".

23 years ago* doc/install.texi: Better wording for setting variables when
Akim Demaille [Mon, 29 Apr 2002 13:33:22 +0000 (13:33 +0000)] 
* doc/install.texi: Better wording for setting variables when
running configure.
From Christian Cornelssen.

23 years ago* tests/m4sh.at (LINENO): If testsuite itself is rewritten because
Akim Demaille [Mon, 29 Apr 2002 13:29:40 +0000 (13:29 +0000)] 
* tests/m4sh.at (LINENO): If testsuite itself is rewritten because
of lack of $LINENO support, then the test will compare the $LINENO
in testsuite vs. the lineno in the test file.  This is wrong, of
course.
Be sure to protect it.
Reported by Patrick Welche.

23 years ago* doc/autoconf.texi (Obsolete Macros): Typo.
Akim Demaille [Thu, 25 Apr 2002 15:32:15 +0000 (15:32 +0000)] 
* doc/autoconf.texi (Obsolete Macros): Typo.
Reported by Vladimir Volovich.

23 years ago* bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
Akim Demaille [Thu, 25 Apr 2002 10:28:01 +0000 (10:28 +0000)] 
* bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older
than some of the input files, hence, on the second run of aclocal,
if some of its input are younger, make them older.
Suggested by Paul Eggert.

23 years ago* doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
Akim Demaille [Thu, 25 Apr 2002 09:14:39 +0000 (09:14 +0000)] 
* doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.
Thanks to Paul Eggert.

23 years ago* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
Akim Demaille [Thu, 25 Apr 2002 08:54:47 +0000 (08:54 +0000)] 
* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files
and ac_subst_vars be sh variables containing the list of
AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the
DEFAULT diversion.
(_AC_INIT_PREPARE): Use them to log them.
(_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.
(AC_SUBST, AC_SUBST_FILE): Instead of buliding the
_AC_SUBST_SED_PROGRAM, store the list of output files/variables in
_AC_SUBST_FILES and _AC_SUBST_VARS.
* lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.

23 years agoRegen.
Akim Demaille [Thu, 25 Apr 2002 08:54:38 +0000 (08:54 +0000)] 
Regen.

23 years ago* bin/autoreconf.in (autoreconf): Run automake after autoconf and
Akim Demaille [Wed, 24 Apr 2002 16:28:39 +0000 (16:28 +0000)] 
* bin/autoreconf.in (autoreconf): Run automake after autoconf and
autoheader, so that automake does not complain about a missing
config.h.in that was to be created.

23 years ago* bin/autoheader.in (parse_args): --warning takes an argument.
Akim Demaille [Tue, 23 Apr 2002 16:59:11 +0000 (16:59 +0000)] 
* bin/autoheader.in (parse_args): --warning takes an argument.
Fixes PR/220.

23 years agoRegen.
Akim Demaille [Tue, 23 Apr 2002 16:58:42 +0000 (16:58 +0000)] 
Regen.

23 years ago* lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
Peter Eisentraut [Mon, 22 Apr 2002 17:05:21 +0000 (17:05 +0000)] 
* lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out
and bb.out when cleaning up.

23 years agoUpdate.
Akim Demaille [Mon, 22 Apr 2002 15:49:55 +0000 (15:49 +0000)] 
Update.

23 years agoBump to 2.53b.
Akim Demaille [Mon, 22 Apr 2002 14:33:05 +0000 (14:33 +0000)] 
Bump to 2.53b.

23 years ago.
Akim Demaille [Mon, 22 Apr 2002 14:19:11 +0000 (14:19 +0000)] 
.

23 years agoRegen. AUTOCONF-2.53a
Akim Demaille [Mon, 22 Apr 2002 13:27:31 +0000 (13:27 +0000)] 
Regen.

23 years agoFix for Zsh.
Akim Demaille [Mon, 22 Apr 2002 12:18:36 +0000 (12:18 +0000)] 
Fix for Zsh.

23 years agoFix for Zsh.
Akim Demaille [Mon, 22 Apr 2002 11:15:35 +0000 (11:15 +0000)] 
Fix for Zsh.

23 years agoRemove a spurious comma.
Akim Demaille [Mon, 22 Apr 2002 11:07:26 +0000 (11:07 +0000)] 
Remove a spurious comma.

23 years agoVersion 2.53a.
Akim Demaille [Mon, 22 Apr 2002 10:27:15 +0000 (10:27 +0000)] 
Version 2.53a.

23 years agoUpdate.
Akim Demaille [Mon, 22 Apr 2002 10:24:40 +0000 (10:24 +0000)] 
Update.

23 years ago* tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
Akim Demaille [Mon, 22 Apr 2002 10:23:12 +0000 (10:23 +0000)] 
* tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.
Fixes false failures on Darwin.

23 years agoRegen.
Akim Demaille [Mon, 22 Apr 2002 09:10:58 +0000 (09:10 +0000)] 
Regen.

23 years agoMinor spelling and grammar fixes.
Paul Eggert [Sun, 21 Apr 2002 07:25:20 +0000 (07:25 +0000)] 
Minor spelling and grammar fixes.

23 years ago(AT_INIT): Fix typos in yesterday's ZSH_VERSION fixes. Bug reported
Paul Eggert [Sun, 21 Apr 2002 06:35:08 +0000 (06:35 +0000)] 
(AT_INIT): Fix typos in yesterday's ZSH_VERSION fixes.  Bug reported
by Raja R Harinath.

23 years ago(Shell Substitutions): Fix typos in yesterday's ZSH_VERSION fixes.
Paul Eggert [Sun, 21 Apr 2002 06:34:23 +0000 (06:34 +0000)] 
(Shell Substitutions): Fix typos in yesterday's ZSH_VERSION fixes.
Bug reported by Raja R Harinath.

23 years ago* doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
Paul Eggert [Sun, 21 Apr 2002 06:33:44 +0000 (06:33 +0000)] 
* doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's
ZSH_VERSION fixes.  Bug reported by Raja R Harinath.
* lib/autotest/general.m4 (AT_INIT): Likewise.
* tests/atgeneral.m4 (AT_INIT): Likewise.

23 years agoMinor spelling and grammar fixes.
Paul Eggert [Sat, 20 Apr 2002 06:09:01 +0000 (06:09 +0000)] 
Minor spelling and grammar fixes.

23 years ago* doc/autoconf.texi: Follow the outline suggested in the GNU
Paul Eggert [Fri, 19 Apr 2002 21:23:16 +0000 (21:23 +0000)] 
* doc/autoconf.texi: Follow the outline suggested in the GNU
Sample Texts sections of the Texinfo 4.2 manual.  Most
importantly, this makes sure that the copyright notices appear in
all output formats.  You probably need Texinfo 4.2 to generate
the manual now.

23 years agoFollow the outline suggested in the GNU Sample Texts sections of the
Paul Eggert [Fri, 19 Apr 2002 21:22:50 +0000 (21:22 +0000)] 
Follow the outline suggested in the GNU Sample Texts sections of the
Texinfo 4.2 manual.  Most importantly, this makes sure that the
copyright notices appear in all output formats.  You probably need
Texinfo 4.2 to generate the manual now.

23 years agoFix some bugs when using "$@" when there might be zero positional
Paul Eggert [Fri, 19 Apr 2002 19:08:24 +0000 (19:08 +0000)] 
Fix some bugs when using "$@" when there might be zero positional
arguments in cases where this matters.

* bin/autoconf.as: Rewrite so that the problem does not come up.
* lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.
* lib/autoconf/status.m4 (AC_OUTPUT): Likewise.
* lib/autotest/general.m4 (AT_INIT): Likewise.

* bin/autoheader.in: Use 'case' statement to work around problem.
* bin/auto4mte.in: Likewise.
* bin/autoreconf.in: Likewise.
* bin/autoscan.in: Likewise.
* bin/autoupdate.in: Likewise.
* bin/ifnames.in: Likewise.

* doc/autoconf.texi (Shell Substitutions): Document the problem.

* lib/autotest/general.m4 (AT_INIT):
Use Zsh alias to work around problem.
* tests/atgeneral.m4 (AT_INIT): Likewise.

* tests/c.at: We can't have zero arguments, so remove workaround
that is not portable to Zsh.

23 years agoWe can't have zero arguments, so remove "$@" workarounds that are not
Paul Eggert [Fri, 19 Apr 2002 19:07:49 +0000 (19:07 +0000)] 
We can't have zero arguments, so remove "$@" workarounds that are not
portable to Zsh.

23 years ago(AT_INIT): Use Zsh alias to work around "$@" problem.
Paul Eggert [Fri, 19 Apr 2002 19:07:04 +0000 (19:07 +0000)] 
(AT_INIT): Use Zsh alias to work around "$@" problem.

23 years ago(AT_INIT): Rewrite one instance so that the "$@" problem does not come up.
Paul Eggert [Fri, 19 Apr 2002 19:06:23 +0000 (19:06 +0000)] 
(AT_INIT): Rewrite one instance so that the "$@" problem does not come up.
Use Zsh alias to work around the other instance.

23 years ago(AC_OUTPUT): Rewrite so that the "$@" problem does not come up.
Paul Eggert [Fri, 19 Apr 2002 19:05:01 +0000 (19:05 +0000)] 
(AC_OUTPUT): Rewrite so that the "$@" problem does not come up.

23 years ago(AC_CHECK_PROG): Rewrite so that the "$@" problem does not come up.
Paul Eggert [Fri, 19 Apr 2002 19:04:35 +0000 (19:04 +0000)] 
(AC_CHECK_PROG): Rewrite so that the "$@" problem does not come up.

23 years ago(Shell Substitutions): Document the problem with "$@", the Unix Version 7
Paul Eggert [Fri, 19 Apr 2002 19:03:37 +0000 (19:03 +0000)] 
(Shell Substitutions): Document the problem with "$@", the Unix Version 7
shell, and Zsh.

23 years agoUse 'case' statement to work around "$@" shell problem.
Paul Eggert [Fri, 19 Apr 2002 18:59:59 +0000 (18:59 +0000)] 
Use 'case' statement to work around "$@" shell problem.

23 years agoRewrite so that the "$@" problem does not come up.
Paul Eggert [Fri, 19 Apr 2002 18:59:17 +0000 (18:59 +0000)] 
Rewrite so that the "$@" problem does not come up.

23 years agoTweak wording in a few places.
Jim Meyering [Fri, 19 Apr 2002 15:23:25 +0000 (15:23 +0000)] 
Tweak wording in a few places.

23 years ago* bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
Alexandre Duret-Lutz [Fri, 19 Apr 2002 08:30:38 +0000 (08:30 +0000)] 
* bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs
from aclocal.m4 too.

23 years agoTypo.
Akim Demaille [Thu, 18 Apr 2002 10:12:42 +0000 (10:12 +0000)] 
Typo.

23 years agoRevert the previous patch.
Akim Demaille [Fri, 12 Apr 2002 10:10:10 +0000 (10:10 +0000)] 
Revert the previous patch.

23 years agoReformat.
Akim Demaille [Fri, 12 Apr 2002 10:00:13 +0000 (10:00 +0000)] 
Reformat.

23 years ago* tests/wrappl.as: New, M4sh precursor of wrappl.in.
Akim Demaille [Fri, 12 Apr 2002 09:56:10 +0000 (09:56 +0000)] 
* tests/wrappl.as: New, M4sh precursor of wrappl.in.

23 years agoDon't use `. ' in node names.
Akim Demaille [Thu, 11 Apr 2002 10:24:22 +0000 (10:24 +0000)] 
Don't use `. ' in node names.

23 years agoComment changes.
Akim Demaille [Wed, 10 Apr 2002 17:36:45 +0000 (17:36 +0000)] 
Comment changes.

23 years agoRegen.
Akim Demaille [Wed, 10 Apr 2002 17:32:35 +0000 (17:32 +0000)] 
Regen.

23 years ago* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
Akim Demaille [Wed, 10 Apr 2002 15:58:19 +0000 (15:58 +0000)] 
* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh
workaround for ${1+"$@"}.
* doc/autoconf.texi (Shell Substitutions): Explain it.
From Oliver Kiddle and Peter Stephenson.
Have M4sh perform minimal shell sanitizing.
* lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'
part into...
(_AS_PREPARE): this new macro.
(AS_PREPARE): New.
(AS_INIT): Invoke AS_SHELL_SANITIZE.
* tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.
Adjust Autoconf and Autotest.
* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke
AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.
* lib/autotest/general.m4 (AT_INIT): Likewise.
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS):
Invoke _AS_PREPARE (not AS_PREPARE) in addition to
AS_SHELL_SANITIZE.
Use this M4sh to generate Autoconf's shell scripts.
* tests/wrapsh.as: New, precursor of wrapsh.in.
* tests/Makefile.am: Include lib/freeze.mk to get the dependencies
on Autotest and M4sh.
($(TESTSUITE)): Use $(autotest_m4f_dependencies).
(wrapsh.in): New target.
* bin/autoconf.as: New, precursor of autoconf.in.
(autoconf.in): New target.

23 years ago* doc/autoconf.texi (Limitations of Make): Mention the issue
Alexandre Duret-Lutz [Tue, 9 Apr 2002 20:37:10 +0000 (20:37 +0000)] 
* doc/autoconf.texi (Limitations of Make): Mention the issue
with indented comments in rules.

23 years ago* lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
Andreas Schwab [Tue, 9 Apr 2002 11:15:32 +0000 (11:15 +0000)] 
* lib/autoconf/status.m4 (_AC_SRCPATHS): Handle empty
ac_top_builddir when setting ac_abs_top_builddir.

23 years ago* doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
Kevin Ryde [Fri, 5 Apr 2002 22:29:55 +0000 (22:29 +0000)] 
* doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
(Portable Shell): Cross reference to Systemology.

23 years ago* doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
Kevin Ryde [Fri, 5 Apr 2002 21:40:43 +0000 (21:40 +0000)] 
* doc/autoconf.texi (Systemology): Add link to Unix V7 online docs.
(Portable Shell): Cross reference to Systemology.

23 years agoUpdate.
Akim Demaille [Fri, 5 Apr 2002 13:39:58 +0000 (13:39 +0000)] 
Update.

23 years ago* bin/autoreconf.in (autoreconf): Be sure to accumulate the
Akim Demaille [Fri, 5 Apr 2002 09:42:48 +0000 (09:42 +0000)] 
* bin/autoreconf.in (autoreconf): Be sure to accumulate the
directories when descending in a SUBDIRS.
Reported by Ezra Peisach.

23 years agoUpdate.
Akim Demaille [Thu, 4 Apr 2002 15:40:01 +0000 (15:40 +0000)] 
Update.

23 years agoUpdate.
Akim Demaille [Thu, 4 Apr 2002 15:33:00 +0000 (15:33 +0000)] 
Update.

23 years ago* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
Andreas Schwab [Thu, 4 Apr 2002 13:35:05 +0000 (13:35 +0000)] 
* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Only simplify if path
contains no literal separators.