]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
23 years ago* BUGS (Interoperability bugs): New section. Mention libtool
Paul Eggert [Thu, 26 Sep 2002 06:17:12 +0000 (06:17 +0000)] 
* BUGS (Interoperability bugs): New section.  Mention libtool
1.4.2, configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.

23 years ago(Interoperability bugs): New section. Mention libtool 1.4.2,
Paul Eggert [Thu, 26 Sep 2002 06:16:44 +0000 (06:16 +0000)] 
(Interoperability bugs): New section.  Mention libtool 1.4.2,
configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.

23 years agoFix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
Paul Eggert [Wed, 25 Sep 2002 00:25:34 +0000 (00:25 +0000)] 
Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
make handles suffix-rules differently from GNU make.

* bin/Makefile.am (SUFFIXES, .in): Remove.
(autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
Move the body of the old .in rule here.

23 years agoFix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
Paul Eggert [Wed, 25 Sep 2002 00:25:11 +0000 (00:25 +0000)] 
Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
make handles suffix-rules differently from GNU make.

(SUFFIXES, .in): Remove.
(autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
Move the body of the old .in rule here.

23 years agoi960 compilers create `b.out' files by default.
Akim Demaille [Mon, 16 Sep 2002 08:38:45 +0000 (08:38 +0000)] 
i960 compilers create `b.out' files by default.
Reported by Ralf Corsepius.
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT): Remove b.out files.
(_AC_COMPILER_EXEEXT_DEFAULT): Adjust to b.out.

23 years ago* doc/autoconf.texi (Particular Headers): Remove obsolete
Paul Eggert [Fri, 13 Sep 2002 17:47:43 +0000 (17:47 +0000)] 
* doc/autoconf.texi (Particular Headers): Remove obsolete
reference to `struct timezone' in the description of
AC_HEADER_TIME.

23 years ago(Particular Headers): Remove obsolete reference to `struct timezone'
Paul Eggert [Fri, 13 Sep 2002 17:47:23 +0000 (17:47 +0000)] 
(Particular Headers): Remove obsolete reference to `struct timezone'
in the description of AC_HEADER_TIME.

23 years agoBump to 2.54a.
Akim Demaille [Fri, 13 Sep 2002 10:21:07 +0000 (10:21 +0000)] 
Bump to 2.54a.

23 years ago.
Akim Demaille [Fri, 13 Sep 2002 09:44:39 +0000 (09:44 +0000)] 
.

23 years agoVersion 2.54. AUTOCONF-2.54
Akim Demaille [Fri, 13 Sep 2002 08:41:53 +0000 (08:41 +0000)] 
Version 2.54.
* config/config.sub, config/config.guess: Update.
* Makefile.maint: Update from bits of the Coreutils 4.5.1.
* Makefile.am: Adjust.

23 years ago* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
Akim Demaille [Fri, 13 Sep 2002 07:18:15 +0000 (07:18 +0000)] 
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT): Suggest
reading config.log when the compiler is rejected.
Suggested by Guido Draheim.

23 years ago* bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
Akim Demaille [Fri, 13 Sep 2002 06:59:56 +0000 (06:59 +0000)] 
* bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
(chdir_init) might hang when stat'ing mounted directories.
Reported by Vance Shipley.

23 years ago* bin/autoscan.in (&parse_args): Pass a reference to the lists, not
Akim Demaille [Thu, 12 Sep 2002 15:04:18 +0000 (15:04 +0000)] 
* bin/autoscan.in (&parse_args): Pass a reference to the lists, not
the lists.

23 years ago* doc/autoconf.texi (Defining Symbols): Present two different
Akim Demaille [Thu, 12 Sep 2002 13:24:19 +0000 (13:24 +0000)] 
* doc/autoconf.texi (Defining Symbols): Present two different
prototypes for AC_DEFINE and AC_DEFINE_UNQUOTED to emphasize the
difference between 1 argument calls, and 2-3 argument calls.

23 years ago* doc/autoconf.texi: Review grammar and punctuation.
Akim Demaille [Thu, 12 Sep 2002 13:15:40 +0000 (13:15 +0000)] 
* doc/autoconf.texi: Review grammar and punctuation.

23 years agoFrequently Asked Questions About Autoconf ->
Paul Eggert [Thu, 12 Sep 2002 06:42:08 +0000 (06:42 +0000)] 
Frequently Asked Questions About Autoconf ->
Frequent Autoconf Questions.  From Bruce Korb.

23 years agoFix minor formatting, spelling, and grammatical typos.
Paul Eggert [Thu, 12 Sep 2002 05:58:03 +0000 (05:58 +0000)] 
Fix minor formatting, spelling, and grammatical typos.

23 years ago* doc/autoconf.texi: Fix minor formatting, spelling, and
Paul Eggert [Thu, 12 Sep 2002 05:56:47 +0000 (05:56 +0000)] 
* doc/autoconf.texi: Fix minor formatting, spelling, and
grammatical typos.

23 years ago* doc/autoconf.texi (Defining Symbols): Explain that
Paul Eggert [Wed, 11 Sep 2002 19:04:26 +0000 (19:04 +0000)] 
* doc/autoconf.texi (Defining Symbols): Explain that
AC_DEFINE(var) defaults to 1, but AC_DEFINE(var,,description) does
not; and the AC_DEFINE(var) case is obsolescent.

23 years ago(Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
Paul Eggert [Wed, 11 Sep 2002 19:03:59 +0000 (19:03 +0000)] 
(Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case is
obsolescent.

23 years ago* doc/autoconf.texi (Questions): Rename as...
Akim Demaille [Wed, 11 Sep 2002 10:11:27 +0000 (10:11 +0000)] 
* doc/autoconf.texi (Questions): Rename as...
(FAQ): this.
(Defining Directories): New.

23 years agoRegen.
Akim Demaille [Wed, 11 Sep 2002 10:01:54 +0000 (10:01 +0000)] 
Regen.

23 years ago* doc/autoconf.texi (Making testsuite Scripts): Update.
Akim Demaille [Mon, 9 Sep 2002 16:27:01 +0000 (16:27 +0000)] 
* doc/autoconf.texi (Making testsuite Scripts): Update.
Suggested by Nishio Futoshi.

23 years ago* doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
Akim Demaille [Mon, 9 Sep 2002 16:10:14 +0000 (16:10 +0000)] 
* doc/autoconf.texi (Making testsuite Scripts): Use `@@' where a
plain `@' is wanted.

23 years ago* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
Akim Demaille [Mon, 9 Sep 2002 15:51:52 +0000 (15:51 +0000)] 
* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Keep the
`duplicates', since the algorithm was too naive and could keep
`--prefix=1 --prefix=2 --prefix=1' as `--prefix=1 --prefix=2', and
keep `--prefix foo --prefix bar' as `--prefix foo bar'.
Reported by Ralf Corsepius.
* tests/torture.at (Configuring subdirectories): Exercise these
cases.

23 years ago* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
Akim Demaille [Mon, 9 Sep 2002 15:43:37 +0000 (15:43 +0000)] 
* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when
looking for a replacement file.
* lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the
directory is relative.
* doc/autoconf.texi (Generic Functions): Clarify the replacement
directory definition.
Reported by Andreas Schwab and Jim Meyering.

23 years ago* doc/autoconf.texi (Setting Output Variables): Clarify what
Akim Demaille [Fri, 6 Sep 2002 11:10:37 +0000 (11:10 +0000)] 
* doc/autoconf.texi (Setting Output Variables): Clarify what
precious variables are.
Suggested by Pontus Skoeld.

23 years agoInclude references to the ls bug.
Akim Demaille [Fri, 6 Sep 2002 09:03:54 +0000 (09:03 +0000)] 
Include references to the ls bug.

23 years ago* bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
Akim Demaille [Thu, 5 Sep 2002 09:43:34 +0000 (09:43 +0000)] 
* bin/Makefile.am (autoconf, autoheader, autoreconf, autoupdate)
(ifnames, autoscan, autom4te): Since we don't only depend on
configure.ac variables (such as VERSION etc.), but also on prefix
and so forth, depend on Makefile, not configure.ac.
Reported by Alexandre Duret-Lutz.
* doc/autoconf.texi (Installation Directory Variables): Adjust.

23 years ago* hpmake/autoconf.texi (Limitations of Make): HP-UX trailing
Kevin Ryde [Wed, 4 Sep 2002 23:24:11 +0000 (23:24 +0000)] 
* hpmake/autoconf.texi (Limitations of Make): HP-UX trailing
backslashes doesn't seem to be confined to ia64, just say "some
versions".

23 years ago* Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
Akim Demaille [Wed, 4 Sep 2002 16:03:12 +0000 (16:03 +0000)] 
* Makefile.am, doc/Makefile.am: Remove pdf targets, handled by
Automake 1.6c.
* Makefile.am (maintainer-clean-local): Remove.
(MAINTAINERCLEANFILES): Remove COPYING.

23 years agoRemove.
Akim Demaille [Wed, 4 Sep 2002 09:18:52 +0000 (09:18 +0000)] 
Remove.

23 years ago* doc/autoconf.texi (Configuration Commands): Remove obsolete
Paul Eggert [Tue, 3 Sep 2002 23:44:46 +0000 (23:44 +0000)] 
* doc/autoconf.texi (Configuration Commands): Remove obsolete
example for AC_CONFIG_COMMANDS_PRE.  Problem reported by Marcus
Brinkmann.

23 years ago(Configuration Commands): Remove obsolete example for
Paul Eggert [Tue, 3 Sep 2002 23:44:01 +0000 (23:44 +0000)] 
(Configuration Commands): Remove obsolete example for
AC_CONFIG_COMMANDS_PRE.

23 years ago* configure.ac: Bump to 2.53d.
Akim Demaille [Tue, 3 Sep 2002 09:17:44 +0000 (09:17 +0000)] 
* configure.ac: Bump to 2.53d.
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.6c, i.e., CVS Automake
as of today, on Automake's team suggestion.

23 years ago.
Akim Demaille [Tue, 3 Sep 2002 07:09:38 +0000 (07:09 +0000)] 
.

23 years agoVersion 2.53c. AUTOCONF-2.53c
Akim Demaille [Tue, 3 Sep 2002 06:15:44 +0000 (06:15 +0000)] 
Version 2.53c.

23 years ago* bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
Akim Demaille [Tue, 3 Sep 2002 06:09:30 +0000 (06:09 +0000)] 
* bin/autom4te.in (parse_args): Don't honor AUTOM4TE_PATH and
SITE_MACRO_DIR.
* configure.ac: Disable SITE_MACRO_DIR.

23 years ago.
Jim Meyering [Mon, 2 Sep 2002 15:30:32 +0000 (15:30 +0000)] 
.

23 years ago(AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
Jim Meyering [Mon, 2 Sep 2002 15:30:24 +0000 (15:30 +0000)] 
(AC_SYS_POSIX_TERMIOS): Reflect renaming: s/am/ac/,
i.e., change am_cv_sys_posix_termios to ac_cv_sys_posix_termios.
Also, tweak grammar: s/make sure to/be sure to/.

23 years agoRegen.
Akim Demaille [Mon, 2 Sep 2002 09:46:57 +0000 (09:46 +0000)] 
Regen.

23 years ago* doc/autoconf.texi (Limitations of Builtins): Explain why logical
Paul Eggert [Mon, 2 Sep 2002 07:48:43 +0000 (07:48 +0000)] 
* doc/autoconf.texi (Limitations of Builtins): Explain why logical
directory names are generally preferable to physical names.

23 years ago(Limitations of Builtins): Explain why logical directory names are
Paul Eggert [Mon, 2 Sep 2002 07:46:31 +0000 (07:46 +0000)] 
(Limitations of Builtins): Explain why logical directory names are
generally preferable to physical names.

23 years ago* lib/Autom4te/General.pm (&update_file): s/die/error/.
Akim Demaille [Mon, 2 Sep 2002 07:41:56 +0000 (07:41 +0000)] 
* lib/Autom4te/General.pm (&update_file): s/die/error/.
Reported by Raja R. Harinath.
* bin/autoheader.in, bin/autoreconf.in, bin/autoscan.in,
* bin/autoupdate.in: Use error instead of die.

23 years ago* tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
Paul Eggert [Mon, 2 Sep 2002 06:44:58 +0000 (06:44 +0000)] 
* tests/mktests.sh (ac_exclude_egrep, au_exclude_egrep): Use
ordinary shell concatenation rather than echo+tr+sed command that
runs afoul of a long-line-related sed bug in Solaris 8.

23 years ago(ac_exclude_egrep, au_exclude_egrep): Use ordinary shell concatenation
Paul Eggert [Mon, 2 Sep 2002 06:44:27 +0000 (06:44 +0000)] 
(ac_exclude_egrep, au_exclude_egrep): Use ordinary shell concatenation
rather than echo+tr+sed command that runs afoul of a long-line-related
sed bug in Solaris 8.

23 years ago* bin/autoheader.in (parse_args): --warning -> --warnings.
Paul Eggert [Sun, 1 Sep 2002 11:05:01 +0000 (11:05 +0000)] 
* bin/autoheader.in (parse_args): --warning -> --warnings.

23 years ago(parse_args): --warning -> --warnings.
Paul Eggert [Sun, 1 Sep 2002 11:04:24 +0000 (11:04 +0000)] 
(parse_args): --warning -> --warnings.

23 years ago* bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
Paul Eggert [Sun, 1 Sep 2002 10:41:31 +0000 (10:41 +0000)] 
* bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
stdout, as traditional "ls" does.
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
_AC_COMPILER_EXEEXT_O): Likewise.
* doc/autoconf.texi (Limitations of Usual Tools): Add "ls".

* bin/autoconf.as: Add --prepend-include option.  This patch was
applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
but bin/autoconf.in is generated automatically from bin/autoconf.as.

* bin/autoconf.in, configure: Regenerate.

23 years agoRegenerate.
Paul Eggert [Sun, 1 Sep 2002 10:33:45 +0000 (10:33 +0000)] 
Regenerate.

23 years ago(Limitations of Usual Tools): Add "ls".
Paul Eggert [Sun, 1 Sep 2002 10:26:58 +0000 (10:26 +0000)] 
(Limitations of Usual Tools): Add "ls".

23 years ago(_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O): Work even if
Paul Eggert [Sun, 1 Sep 2002 10:11:05 +0000 (10:11 +0000)] 
(_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O): Work even if
"ls" outputs "FOO not found" to stdout, as traditional "ls" does.

23 years agoWork even if "ls" outputs "FOO not found" to stdout, as traditional
Paul Eggert [Sun, 1 Sep 2002 10:10:02 +0000 (10:10 +0000)] 
Work even if "ls" outputs "FOO not found" to stdout, as traditional
"ls" does.

23 years agoFix English-language typo in previous change.
Paul Eggert [Sun, 1 Sep 2002 08:36:52 +0000 (08:36 +0000)] 
Fix English-language typo in previous change.

23 years ago* doc/autoconf.texi (Special Shell Variables): Mention
Paul Eggert [Sun, 1 Sep 2002 08:25:09 +0000 (08:25 +0000)] 
* doc/autoconf.texi (Special Shell Variables): Mention
ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.

* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Unset ENV, MAIL,
MAILPATH and set PS1, PS2, PS4 to default values, to work
around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
For LC_ALL etc, first try to set to "C" as POSIX requires and as
the Autoconf documentation specifies; fall back to "unset" only if
this fails.  Use a shell for-loop for this rather than an m4 loop,
to shorten the output script.

23 years ago(Special Shell Variables): Mention ENV, MAIL, MAILPATH, PS1, PS2, PS4.
Paul Eggert [Sun, 1 Sep 2002 08:24:41 +0000 (08:24 +0000)] 
(Special Shell Variables): Mention ENV, MAIL, MAILPATH, PS1, PS2, PS4.
Index PWD.

23 years ago(AS_SHELL_SANITIZE): Unset ENV, MAIL,
Paul Eggert [Sun, 1 Sep 2002 08:24:04 +0000 (08:24 +0000)] 
(AS_SHELL_SANITIZE): Unset ENV, MAIL,
MAILPATH and set PS1, PS2, PS4 to default values, to work
around bug in pre-3.0 UWIN ksh reported by Bruce Lilly.
For LC_ALL etc, first try to set to "C" as POSIX requires and as
the Autoconf documentation specifies; fall back to "unset" only if
this fails.  Use a shell for-loop for this rather than an m4 loop,
to shorten the output script.

23 years agoRegenerate, this time with the correct m4.m4.
Paul Eggert [Sun, 1 Sep 2002 08:17:15 +0000 (08:17 +0000)] 
Regenerate, this time with the correct m4.m4.

23 years ago* doc/autoconf.texi (Special Shell Variables): Mention POSIX
Paul Eggert [Sat, 31 Aug 2002 05:52:46 +0000 (05:52 +0000)] 
* doc/autoconf.texi (Special Shell Variables): Mention POSIX
1003.1-2001's requirements for CDPATH.  Give a simpler workaround
for the CDPATH problem.  Document PWD.
(Limitations of Builtins): Document the problem that "cd $foo" and
"ls $foo" may refer to different directories in shells conforming
to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
example, since the old example is now out of date.

* lib/autoconf/general.m4 (_AC_INIT_SRCDIR): Reject FOO if "cd
FOO" and "ls FOO" talk about different directories; this catches
problems when POSIX 1003.1-2001 "cd" fails due to symlink
spaghetti.

* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Use AS_UNSET instead
of rolling our own unset.
(_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
in practice we needn't worry about CDPATH if unset doesn't work.

* Makefile.in, aclocal.m4, bin/Makefile.in,
config/Makefile.in, doc/Makefile.in, lib/Makefile.in,
lib/Autom4te/Makefile.in, lib/autoconf/Makefile.in,
lib/autoscan/Makefile.in, lib/autotest/Makefile.in,
lib/emacs/Makefile.in, lib/m4sugar/Makefile.in, man/Makefile.in,
tests/Makefile.in: Regenerate with Automake 1.6.3.

* config/config.guess, config/config.sub, config/mkinstalldirs:
Update.

* configure: Regenerate with self.

23 years agoRegenerate with self.
Paul Eggert [Sat, 31 Aug 2002 05:52:09 +0000 (05:52 +0000)] 
Regenerate with self.

23 years agoRegenerate with Automake 1.6.3.
Paul Eggert [Sat, 31 Aug 2002 05:51:03 +0000 (05:51 +0000)] 
Regenerate with Automake 1.6.3.

23 years agoUpdate.
Paul Eggert [Sat, 31 Aug 2002 05:49:05 +0000 (05:49 +0000)] 
Update.

23 years ago(AS_SHELL_SANITIZE): Use AS_UNSET instead
Paul Eggert [Sat, 31 Aug 2002 05:48:04 +0000 (05:48 +0000)] 
(AS_SHELL_SANITIZE): Use AS_UNSET instead
of rolling our own unset.
(_AS_PREPARE): $as_unset CDPATH instead of AS_UNSETting it, since
in practice we needn't worry about CDPATH if unset doesn't work.

23 years ago(_AC_INIT_SRCDIR): Reject FOO if "cd FOO" and "ls FOO" talk about
Paul Eggert [Sat, 31 Aug 2002 05:47:02 +0000 (05:47 +0000)] 
(_AC_INIT_SRCDIR): Reject FOO if "cd FOO" and "ls FOO" talk about
different directories; this catches problems when POSIX 1003.1-2001
"cd" fails due to symlink spaghetti.

23 years ago* doc/autoconf.texi (Special Shell Variables): Mention POSIX
Paul Eggert [Sat, 31 Aug 2002 05:46:05 +0000 (05:46 +0000)] 
* doc/autoconf.texi (Special Shell Variables): Mention POSIX
1003.1-2001's requirements for CDPATH.  Give a simpler workaround
for the CDPATH problem.  Document PWD.
(Limitations of Builtins): Document the problem that "cd $foo" and
"ls $foo" may refer to different directories in shells conforming
to POSIX 1003.1-2001.  Use PS1 rather than CDPATH for "unset"
example, since the old example is now out of date.

23 years ago* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
Kevin Ryde [Fri, 30 Aug 2002 01:15:49 +0000 (01:15 +0000)] 
* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
default output.

23 years agoUse the wording suggested by Bruno Haible.
Akim Demaille [Thu, 29 Aug 2002 08:24:39 +0000 (08:24 +0000)] 
Use the wording suggested by Bruno Haible.

23 years ago* bin/autom4te.in (Request::load): Correctly test for "do" read
Akim Demaille [Thu, 29 Aug 2002 08:13:24 +0000 (08:13 +0000)] 
* bin/autom4te.in (Request::load): Correctly test for "do" read
failure.

23 years ago* lib/Autom4te/General.pm (&xqx): New.
Akim Demaille [Thu, 29 Aug 2002 08:03:10 +0000 (08:03 +0000)] 
* lib/Autom4te/General.pm (&xqx): New.
(&xsystem): Use WIFEXITED and WEXITSTATUS instead of decoding $? by
hand, which is not portable.
(&error): New.
* bin/autom4te.in: Use them.
Use &error instead of die.
* tests/m4sugar.at (m4_warn, m4_require: circular dependencies):
Adjust.

23 years agoRegen.
Akim Demaille [Thu, 29 Aug 2002 06:21:50 +0000 (06:21 +0000)] 
Regen.

23 years ago*** empty log message ***
Paul Eggert [Sun, 18 Aug 2002 00:47:57 +0000 (00:47 +0000)] 
*** empty log message ***

23 years ago(AC_PROG_F77): Remove fc from the default list of compilers to try,
Paul Eggert [Sun, 18 Aug 2002 00:47:25 +0000 (00:47 +0000)] 
(AC_PROG_F77): Remove fc from the default list of compilers to try,
since it was long ago superseded by the ksh fc builtin.  Suggested by
Steven G. Johnson.

23 years agoAdd HACKING.
Akim Demaille [Sat, 3 Aug 2002 12:51:25 +0000 (12:51 +0000)] 
Add HACKING.

23 years ago* doc/autoconf.texi (Invoking autom4te): End the option table,
Alexandre Duret-Lutz [Wed, 31 Jul 2002 07:09:11 +0000 (07:09 +0000)] 
* doc/autoconf.texi (Invoking autom4te): End the option table,
fixing a bug introduced by the previous patch.
(Limitations of Make): Add a 'target lookup' subentry in the
'VPATH' entry.  Rewrite all `make' occurences as `@command{make}'.

23 years ago2002-07-29 Mark D. Roth <roth@feep.net>
Mark D. Roth [Tue, 30 Jul 2002 00:42:58 +0000 (00:42 +0000)] 
2002-07-29  Mark D. Roth  <roth@feep.net>

        * bin/autom4te.in: Remove --include-envvar and --site-macro-subdir
        options and use $AUTOM4TE_PATH.
        * doc/autoconf.texi: Remove documentation of autom4te
        --include-envvar and --site-macro-subdir options and document
        use of $AUTOM4TE_PATH.
        * lib/autom4te.in: Remove --include-envvar and --site-macro-subdir
        arguments from each language section.

23 years ago* doc/install.texi: Include copyright symbol in copyright notice.
Paul Eggert [Mon, 29 Jul 2002 08:26:04 +0000 (08:26 +0000)] 
* doc/install.texi: Include copyright symbol in copyright notice.

* Makefile.am (MAKEINFO): Remove; it's a user-specified macro.
Replace with:
(AM_MAKEINFOFLAGS): New macro.
* doc/Makefile.am (MAKEINFO, AM_MAKEINFOFLAGS): Likewise.
* Makefile.am (INSTALL): Use the new macros.
Use -o rather than --output, since "missing" does not grok --output.

23 years ago(MAKEINFO): Remove.
Paul Eggert [Mon, 29 Jul 2002 08:24:51 +0000 (08:24 +0000)] 
(MAKEINFO): Remove.
(AM_MAKEINFOFLAGS): New macro.

23 years ago(MAKEINFO): Remove; it's a user-specified macro. Replace with:
Paul Eggert [Mon, 29 Jul 2002 08:23:56 +0000 (08:23 +0000)] 
(MAKEINFO): Remove; it's a user-specified macro.  Replace with:
(AM_MAKEINFOFLAGS): New macro.
(INSTALL): Use it.  Use -o rather than --output, since "missing" does not
grok --output.

23 years agoInclude copyright symbol in copyright notice.
Paul Eggert [Mon, 29 Jul 2002 08:20:52 +0000 (08:20 +0000)] 
Include copyright symbol in copyright notice.

23 years ago* autoconf.texi (Limitations of Make, Making testsuite Scripts):
Kevin Ryde [Sat, 27 Jul 2002 22:31:20 +0000 (22:31 +0000)] 
* autoconf.texi (Limitations of Make, Making testsuite Scripts):
Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.

23 years ago* doc/autoconf.texi (Limitations of Make): Escaped newlines in
Alexandre Duret-Lutz [Thu, 25 Jul 2002 21:00:45 +0000 (21:00 +0000)] 
* doc/autoconf.texi (Limitations of Make): Escaped newlines in
comments do not always work. Never trust the exit status of
`make -k'.

23 years ago* autoconf.texi (Limitations of Make, Making testsuite Scripts):
Kevin Ryde [Wed, 24 Jul 2002 00:38:49 +0000 (00:38 +0000)] 
* autoconf.texi (Limitations of Make, Making testsuite Scripts):
Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.

23 years ago(_AS_PATH_SEPARATOR_PREPARE):
Paul Eggert [Tue, 23 Jul 2002 22:17:19 +0000 (22:17 +0000)] 
(_AS_PATH_SEPARATOR_PREPARE):
Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
apparently treats PATH="nonexistent" as if it contained ".".
Bug reported by Stefan `Sec' Zehl.

23 years ago* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
Paul Eggert [Tue, 23 Jul 2002 22:16:36 +0000 (22:16 +0000)] 
* lib/m4sugar/m4sh.m4 (_AS_PATH_SEPARATOR_PREPARE):
Use PATH="/nonexistent;.", not PATH=".;.", as FreeBSD ksh2002
apparently treats PATH="nonexistent" as if it contained ".".
Bug reported by Stefan `Sec' Zehl.

23 years ago* doc/autoconf.texi (Limitations of Make): Mention the special
Alexandre Duret-Lutz [Tue, 23 Jul 2002 19:57:09 +0000 (19:57 +0000)] 
* doc/autoconf.texi (Limitations of Make): Mention the special
handling of the obj/ directory by BSD make.

23 years agoAdd proposals for AC_PROG_CC, AC_GNU_SOURCE, AC_AIX, AC_MINIX.
Paul Eggert [Tue, 23 Jul 2002 18:14:06 +0000 (18:14 +0000)] 
Add proposals for AC_PROG_CC, AC_GNU_SOURCE, AC_AIX, AC_MINIX.

23 years agoFix tabs not enjoyed by texi2dvi:
Kevin Ryde [Sat, 20 Jul 2002 00:14:59 +0000 (00:14 +0000)] 
Fix tabs not enjoyed by texi2dvi:
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
backslashes.

23 years agoOops, forgot the @noindent (not that it seems to make a difference):
Kevin Ryde [Fri, 19 Jul 2002 22:44:49 +0000 (22:44 +0000)] 
Oops, forgot the @noindent (not that it seems to make a difference):
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
backslashes.

23 years ago* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
Kevin Ryde [Fri, 19 Jul 2002 22:32:15 +0000 (22:32 +0000)] 
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
backslashes.

23 years ago(Programming in M4sh): Ethymology of M4sh.
Akim Demaille [Fri, 19 Jul 2002 10:16:34 +0000 (10:16 +0000)] 
(Programming in M4sh): Ethymology of M4sh.

23 years ago* doc/autoconf.texi (Function Portability): `exit'.
Akim Demaille [Fri, 19 Jul 2002 09:01:55 +0000 (09:01 +0000)] 
* doc/autoconf.texi (Function Portability): `exit'.

23 years ago* doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
Akim Demaille [Fri, 19 Jul 2002 08:39:59 +0000 (08:39 +0000)] 
* doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.

23 years agoCorrect the description of --enable-site-macro-dir.
Paul Eggert [Fri, 19 Jul 2002 08:22:05 +0000 (08:22 +0000)] 
Correct the description of --enable-site-macro-dir.

23 years agoBump to 2.53c.
Akim Demaille [Thu, 18 Jul 2002 15:37:49 +0000 (15:37 +0000)] 
Bump to 2.53c.

23 years ago.
Akim Demaille [Thu, 18 Jul 2002 14:27:21 +0000 (14:27 +0000)] 
.

23 years agoRegen. AUTOCONF-2.53b
Akim Demaille [Thu, 18 Jul 2002 13:32:04 +0000 (13:32 +0000)] 
Regen.

23 years agoVersion 2.53b.
Akim Demaille [Thu, 18 Jul 2002 12:08:58 +0000 (12:08 +0000)] 
Version 2.53b.

23 years ago* config/config.guess, config/config.sub: Update.
Akim Demaille [Thu, 18 Jul 2002 12:06:37 +0000 (12:06 +0000)] 
* config/config.guess, config/config.sub: Update.

23 years agoHandle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
Akim Demaille [Thu, 18 Jul 2002 11:57:32 +0000 (11:57 +0000)] 
Handle LIBOBJS and LTLIBOBJS once for all, including Libtool's and
Automake's parts.
* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): New.
* lib/autoconf/status.m4 (AC_OUTPUT_COMMANDS_PRE): Call it.
* tests/semantics.at (AC_REPLACE_FUNCS): Adjust.

23 years ago Alexandre Duret-Lutz <duret_g@epita.fr>
Akim Demaille [Thu, 18 Jul 2002 11:13:55 +0000 (11:13 +0000)] 
Alexandre Duret-Lutz  <duret_g@epita.fr>
* lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
_AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.