]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
20 years agoRegenerate.
Paul Eggert [Wed, 15 Dec 2004 22:38:08 +0000 (22:38 +0000)] 
Regenerate.

20 years ago* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove generated
Paul Eggert [Wed, 15 Dec 2004 22:37:46 +0000 (22:37 +0000)] 
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Remove generated
conftest files.

20 years ago* lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
Paul Eggert [Tue, 14 Dec 2004 01:04:25 +0000 (01:04 +0000)] 
* lib/autotest/general.m4 (_AT_CHECK) [--trace]: Do not enable shell
tracing on commands with possibly-escaped newlines.
* doc/autoconf.texi (Writing testsuite.at): Delete documentation of the
discontinued behavior and its implications.
* tests/autotest.at (BS-newline in command, ^BS-newline in command)
(BSx641-newline in command, BS-BS-newline in command)
(BSx640-newline in command, Newline-CODE-BS-newline in command)
(Single-quote-BS-newline in command)
(Single-quote-newline-BS-newline in command): New tests.

20 years agoRegenerate.
Paul Eggert [Mon, 13 Dec 2004 18:23:27 +0000 (18:23 +0000)] 
Regenerate.

20 years ago* lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
Paul Eggert [Mon, 13 Dec 2004 18:22:55 +0000 (18:22 +0000)] 
* lib/m4sugar/m4sh.m4 (AS_EXECUTABLE_P): Use test -f && test -x
  on platforms where it works.
(_AS_TEST_PREPARE): Test for ``test -x''.
(_AS_BROKEN_TEST_PREPARE): Nuke.

20 years ago* lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
Paul Eggert [Mon, 13 Dec 2004 17:58:03 +0000 (17:58 +0000)] 
* lib/m4sugar/m4sh.m4 (AS_TMPDIR): Move the trap commands ...
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): ... here;
  give only 4-letter prefix to AS_TMPDIR, comment fixed.
* lib/autoconf/programs.m4 (_AC_PATH_PROG_FEATURE_CHECK): Don't
  create the temporary directory.
  (_AC_FEATURE_CHECK_LENGTH): Work in current directory.

20 years ago* bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.
Paul Eggert [Mon, 13 Dec 2004 07:15:26 +0000 (07:15 +0000)] 
* bin/autoheader.in: Exit if no AC_CONFIG_HEADERS was found.

20 years agoExit if no AC_CONFIG_HEADERS was found.
Paul Eggert [Mon, 13 Dec 2004 07:15:04 +0000 (07:15 +0000)] 
Exit if no AC_CONFIG_HEADERS was found.

20 years ago* doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.
Alexandre Duret-Lutz [Sun, 12 Dec 2004 11:56:40 +0000 (11:56 +0000)] 
* doc/autoconf.texi (Limitations of Usual Tools) <expr (:)>: Typo.

20 years agoDon't use negated character sets.
Paul Eggert [Sun, 12 Dec 2004 09:51:10 +0000 (09:51 +0000)] 
Don't use negated character sets.

20 years ago(AT_CHECK_SHELL_SYNTAX): Check for negated character sets.
Paul Eggert [Sun, 12 Dec 2004 09:50:40 +0000 (09:50 +0000)] 
(AT_CHECK_SHELL_SYNTAX): Check for negated character sets.

20 years ago(_AT_CHECK) [--trace]: Rework a shell pattern
Paul Eggert [Sun, 12 Dec 2004 09:49:16 +0000 (09:49 +0000)] 
(_AT_CHECK) [--trace]: Rework a shell pattern
to avoid using a negated character class.  Reported by Nicolas Joly.

20 years agoRegenerate.
Paul Eggert [Sat, 11 Dec 2004 01:25:43 +0000 (01:25 +0000)] 
Regenerate.

20 years agoFix typo in previous checkin. Reported by Alexandre Duret-Lutz.
Paul Eggert [Sat, 11 Dec 2004 01:24:56 +0000 (01:24 +0000)] 
Fix typo in previous checkin.  Reported by Alexandre Duret-Lutz.

20 years agoRegenerate.
Paul Eggert [Sat, 11 Dec 2004 00:01:12 +0000 (00:01 +0000)] 
Regenerate.

20 years agoSimplifications to bin/Makefile.am and man/Makefile.am.
Paul Eggert [Fri, 10 Dec 2004 23:57:42 +0000 (23:57 +0000)] 
Simplifications to bin/Makefile.am and man/Makefile.am.

20 years ago(autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
Paul Eggert [Fri, 10 Dec 2004 23:57:19 +0000 (23:57 +0000)] 
(autoconf.1, autoheader.1, autom4te.1, autoreconf.1,
autoscan.1, autoupdate.1, ifnames.1, config.guess.1, config.sub.1):
Don't depend on .x file explicitly, since "make" does that for us.
Suggested by Stepan Kasal.

20 years ago(MOSTLYCLEANFILES): Renamed from CLEANFILES.
Paul Eggert [Fri, 10 Dec 2004 23:56:45 +0000 (23:56 +0000)] 
(MOSTLYCLEANFILES): Renamed from CLEANFILES.
Add *.tmp.
(autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate,
ifnames): Factor common code.  And they said it couldn't be done!

20 years agoRegenerate.
Paul Eggert [Fri, 10 Dec 2004 07:09:51 +0000 (07:09 +0000)] 
Regenerate.

20 years ago* bin/.cvsignore: Add autoconf.in.
Paul Eggert [Fri, 10 Dec 2004 07:08:52 +0000 (07:08 +0000)] 
* bin/.cvsignore: Add autoconf.in.
* tests/.cvsignore: Add wrapper.in.

* man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.

* lib/autotest/general.m4 [--trace] (AT_INIT): Do not `set -v'.

* tests/autotest.at: New file.
* tests/suite.at: Include it.
* tests/Makefile.am: Distribute it.

* lib/autotest/general.m4 [--trace] (_AT_CHECK): Do not enable
  shell tracing on a command that could contain multiple lines.
* doc/autoconf.text: Document that fact and its implications.
* lib/m4sugar/m4sh.m4 (AS_ESCAPE_FOR_EXPAND): New macro.
* tests/autotest.at (Multiline backquote command substitution,
  Multiline parameter expansion, Literal multiline command,
  Multiline parenthetical command substitution): Remove XFAIL.

20 years ago* man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.
Paul Eggert [Fri, 10 Dec 2004 05:00:17 +0000 (05:00 +0000)] 
* man/Makefile.am (autoconf.1): Regenerate when `autoconf.as' changes.

20 years ago(autoconf.1): Regenerate when `autoconf.as' changes.
Paul Eggert [Fri, 10 Dec 2004 05:00:01 +0000 (05:00 +0000)] 
(autoconf.1): Regenerate when `autoconf.as' changes.

20 years ago* doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
Paul Eggert [Thu, 9 Dec 2004 21:32:05 +0000 (21:32 +0000)] 
* doc/autoconf.texi (Libraries): Clarify problems with AC_CHECK_LIB
and suggest AC_SEARCH_LIBS.

20 years ago(Libraries): Clarify problems with AC_CHECK_LIB
Paul Eggert [Thu, 9 Dec 2004 21:31:49 +0000 (21:31 +0000)] 
(Libraries): Clarify problems with AC_CHECK_LIB
and suggest AC_SEARCH_LIBS.

20 years agoRegenerate.
Paul Eggert [Thu, 9 Dec 2004 21:15:19 +0000 (21:15 +0000)] 
Regenerate.

20 years ago* configure.ac (test suite): Cease to generate wrapper scripts.
Paul Eggert [Thu, 9 Dec 2004 21:14:45 +0000 (21:14 +0000)] 
* configure.ac (test suite): Cease to generate wrapper scripts.
* configure: Regenerate.
* lib/freeze.mk (MY_AUTOM4TE): Wrap the uninstalled autom4te directly.
(m4f_dependencies): Adjust accordingly.
* tests/Makefile.am (Wrappers): Generate wrapper scripts.
(wrapper.in): Generate it in the build directory.
(MAINTAINERCLEANFILES): Delete wrapper.in.
(CLEANFILES): Add wrapper.in.
* tests/wrapper.as: Move AS_INIT to very top, preserving copyright in
the output.  Replace each $as_me with a @wrap_program@.
* tests/wrapper.in: Delete it; we always build it.

* bin/Makefile.am (autoconf.in): Generate it in the build directory.
(EXTRA_DIST): Remove autoconf.in.
(CLEANFILES): Add autoconf.in.
(autoconf): Find autoconf.in in the build directory.
* bin/autoconf.in: Delete it; we always build it.

20 years agoRegenerate.
Paul Eggert [Thu, 9 Dec 2004 21:02:41 +0000 (21:02 +0000)] 
Regenerate.

20 years ago* lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'. Join
Paul Eggert [Thu, 9 Dec 2004 21:01:37 +0000 (21:01 +0000)] 
* lib/autotest/general.m4 (AT_INIT): Replace a `tr' with a `sed'.  Join
PATH members so as to not prepend an empty element.  Move a comment.
* Makefile.am (SUBDIRS): Build in `tests' last.
* tests/Makefile.am (installcheck-local): Add check-local dependencies.

20 years ago* lib/mdate-sh: Don't use "set - x`$ls_command /`".
Paul Eggert [Wed, 8 Dec 2004 20:37:41 +0000 (20:37 +0000)] 
* lib/mdate-sh: Don't use "set - x`$ls_command /`".

20 years agoDon't use "set - x`$ls_command /`", as zsh mishandles
Paul Eggert [Wed, 8 Dec 2004 20:34:37 +0000 (20:34 +0000)] 
Don't use "set - x`$ls_command /`", as zsh mishandles
the spaces inside $ls_command.  Problem reported by Loulou Pouchet in
<http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
Don't use "set - x"; plain "set x" is enough, and simplifies debugging.

20 years ago* lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
Paul Eggert [Tue, 7 Dec 2004 18:23:06 +0000 (18:23 +0000)] 
* lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): Fix typo in previous
patch: extra "-l"s.

20 years ago(AC_FUNC_GETMNTENT): Fix typo in previous patch: extra "-l"s.
Paul Eggert [Tue, 7 Dec 2004 18:22:45 +0000 (18:22 +0000)] 
(AC_FUNC_GETMNTENT): Fix typo in previous patch: extra "-l"s.

20 years agoDon't use AC_CHECK_FUNCS unless it's going to work.
Paul Eggert [Mon, 6 Dec 2004 21:48:30 +0000 (21:48 +0000)] 
Don't use AC_CHECK_FUNCS unless it's going to work.

20 years agoFix typo in previous patch.
Paul Eggert [Mon, 6 Dec 2004 21:40:13 +0000 (21:40 +0000)] 
Fix typo in previous patch.

20 years agoAdd support for UNICOS getmntent.
Paul Eggert [Mon, 6 Dec 2004 21:24:19 +0000 (21:24 +0000)] 
Add support for UNICOS getmntent.

20 years ago* lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
Paul Eggert [Sun, 5 Dec 2004 19:55:44 +0000 (19:55 +0000)] 
* lib/autoconf/general.m4 (AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
  out the common code to ...
(_AC_DEFINE_Q).

20 years ago(AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
Paul Eggert [Sun, 5 Dec 2004 19:55:23 +0000 (19:55 +0000)] 
(AC_DEFINE, AC_DEFINE_UNQUOTED): Factor
  out the common code to ...
(_AC_DEFINE_Q): ... a new macro; simplify the condition about the
  value of the #define--default to 1, iff the macro was called
  with exactly one parameter.

20 years ago* lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use "char c = '\200';".
Paul Eggert [Thu, 2 Dec 2004 21:51:06 +0000 (21:51 +0000)] 
* lib/autoconf/functions.m4 (AC_FUNC_MEMCMP): Use "char c = '\200';".

20 years ago(AC_FUNC_MEMCMP): Use
Paul Eggert [Thu, 2 Dec 2004 21:50:46 +0000 (21:50 +0000)] 
(AC_FUNC_MEMCMP): Use
"char c = '\200';" rather than "char c = 0x80;" as the
latter doesn't conform to the strict C standard due to
overflow on signed char hosts.

20 years ago* lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89.
Paul Eggert [Thu, 2 Dec 2004 20:09:23 +0000 (20:09 +0000)] 
* lib/autoconf/c.m4 (_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89.

20 years ago(_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
Paul Eggert [Thu, 2 Dec 2004 20:09:03 +0000 (20:09 +0000)] 
(_AC_PROG_CC_STDC): Prefer -qlanglvl=extc89
to -qlanglvl=ansi.  We don't want to disable extensions.

20 years agoAdd Ralf Wildenhues.
Paul Eggert [Mon, 29 Nov 2004 21:44:45 +0000 (21:44 +0000)] 
Add Ralf Wildenhues.

20 years agoMinor rewording to fix problems reported by Ralf Wildenhues.
Paul Eggert [Mon, 29 Nov 2004 21:43:33 +0000 (21:43 +0000)] 
Minor rewording to fix problems reported by Ralf Wildenhues.

20 years ago(Particular Programs): @code{$PATH} -> @env{PATH}.
Paul Eggert [Mon, 29 Nov 2004 21:43:11 +0000 (21:43 +0000)] 
(Particular Programs): @code{$PATH} -> @env{PATH}.
(Using Autotest, testsuite Scripts, Writing testsuite.at):
Reword slightly to avoid some English-language problems noted
by Ralf Wildenhues in:
http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00027.html

20 years ago* NEWS: Add ^L above each release.
Paul Eggert [Mon, 29 Nov 2004 21:25:15 +0000 (21:25 +0000)] 
* NEWS: Add ^L above each release.

20 years agoAdd ^L above each release.
Paul Eggert [Mon, 29 Nov 2004 21:24:57 +0000 (21:24 +0000)] 
Add ^L above each release.

20 years ago* HACKING: Refer to "coreutils", not "File, Shell or Text utils".
Paul Eggert [Mon, 29 Nov 2004 04:34:31 +0000 (04:34 +0000)] 
* HACKING: Refer to "coreutils", not "File, Shell or Text utils".
* lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.

20 years agoFix documentation problems reported by Russ Boylan in
Paul Eggert [Mon, 29 Nov 2004 04:29:08 +0000 (04:29 +0000)] 
Fix documentation problems reported by Russ Boylan in
<http://lists.gnu.org/archive/html/bug-autoconf/2004-11/msg00056.html>,
along with some nearby cruft.
* doc/autoconf.texi (Libtool): Libtool can be used without
Automake (not without Autoconf).
(Introduction): Mention lists.gnu.org.
* BUGS: Don't mention bugs.gnu.org.
Remove mention of ancient libtool compatibility problem.
* NEWS: Mention that bugs.gnu.org is kaput.
* README: Likewise.  Mention where mailing list archives can be found.

20 years agoAdd another [].
Paul Eggert [Fri, 26 Nov 2004 18:45:53 +0000 (18:45 +0000)] 
Add another [].

20 years ago* doc/autoconf.texi (Pretty Help Strings): Go back to single-quoting
Paul Eggert [Fri, 26 Nov 2004 08:58:50 +0000 (08:58 +0000)] 
* doc/autoconf.texi (Pretty Help Strings): Go back to single-quoting

20 years ago(Pretty Help Strings): Go back to
Paul Eggert [Fri, 26 Nov 2004 08:58:34 +0000 (08:58 +0000)] 
(Pretty Help Strings): Go back to
single-quoting assignments to cache variables.

20 years ago* lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Expand $1.
Paul Eggert [Tue, 23 Nov 2004 19:13:33 +0000 (19:13 +0000)] 
* lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_ENABLE): Expand $1.
* doc/autoconf.texi (Pretty Help Strings): more fixes

20 years ago(AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
Paul Eggert [Tue, 23 Nov 2004 19:13:01 +0000 (19:13 +0000)] 
(AC_ARG_ENABLE, AC_ARG_ENABLE): Enable
expansion of $1 in the comment emitted to configure.

20 years ago(Pretty Help Strings): Fix quoting issues
Paul Eggert [Tue, 23 Nov 2004 19:11:56 +0000 (19:11 +0000)] 
(Pretty Help Strings): Fix quoting issues
with the examples; fix the bug in MY_ARG_WITH example reported
by Alexandre Duret-Lutz.

20 years ago* doc/autoconf.texi (Pretty Help Strings): Fix typo.
Paul Eggert [Tue, 23 Nov 2004 09:01:18 +0000 (09:01 +0000)] 
* doc/autoconf.texi (Pretty Help Strings): Fix typo.

20 years ago(Pretty Help Strings): Fix typo
Paul Eggert [Tue, 23 Nov 2004 09:01:01 +0000 (09:01 +0000)] 
(Pretty Help Strings): Fix typo
in my editing of the previous patch.

20 years ago* doc/autoconf.texi: Explain overquoting in descriptions.
Paul Eggert [Mon, 22 Nov 2004 23:32:25 +0000 (23:32 +0000)] 
* doc/autoconf.texi: Explain overquoting in descriptions.

20 years ago(Autoconf Language): Explain that
Paul Eggert [Mon, 22 Nov 2004 23:31:56 +0000 (23:31 +0000)] 
(Autoconf Language): Explain that
``descriptions'' may not be double quotes.
(Quotation Rule Of Thumb): Likewise.
(Pretty Help Strings): Likewise; remove the wrong comment;
simplify the examples and improve their quoting.

20 years ago* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Move test.
Paul Eggert [Tue, 16 Nov 2004 18:05:25 +0000 (18:05 +0000)] 
* lib/autoconf/programs.m4 (_AC_FEATURE_CHECK_LENGTH): Move test.

20 years ago(_AC_FEATURE_CHECK_LENGTH): Don't check
Paul Eggert [Sun, 14 Nov 2004 06:36:01 +0000 (06:36 +0000)] 
(_AC_FEATURE_CHECK_LENGTH): Don't check
the $1_found variable, don't test whether the file is executable;
Both things are checked ...
(_AC_PATH_PROG_FEATURE_CHECK): ... here; AS_EXECUTABLE_P replaces
the former ``test -f''.

20 years ago(_AS_TEST_PREPARE): Fix a typo.
Paul Eggert [Sun, 14 Nov 2004 06:35:21 +0000 (06:35 +0000)] 
(_AS_TEST_PREPARE): Fix a typo.

20 years agoAvoid cp -r.
Paul Eggert [Thu, 11 Nov 2004 00:13:32 +0000 (00:13 +0000)] 
Avoid cp -r.

20 years ago(Limitations of Usual Tools): Avoid cp -r; use cp -R instead.
Paul Eggert [Thu, 11 Nov 2004 00:13:20 +0000 (00:13 +0000)] 
(Limitations of Usual Tools): Avoid cp -r; use cp -R instead.

20 years ago* doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
Paul Eggert [Wed, 10 Nov 2004 21:59:55 +0000 (21:59 +0000)] 
* doc/autoconf.texi (Limitations of Usual Tools): Note `cp -r'
limitations.

20 years ago(Limitations of Usual Tools): Note `cp -r'
Paul Eggert [Wed, 10 Nov 2004 21:57:40 +0000 (21:57 +0000)] 
(Limitations of Usual Tools): Note `cp -r'
limitations.  Reorder paragraphs for clarity.

20 years ago* doc/autoconf.texi (Shellology, Special Shell Variables): Document that the Zsh
Paul Eggert [Mon, 11 Oct 2004 21:42:05 +0000 (21:42 +0000)] 
* doc/autoconf.texi (Shellology, Special Shell Variables): Document that the Zsh
problem with NULLCMD was fixed in zsh 3.1.6-dev-18.

20 years ago* doc/autoconf.texi (One-Shot Macros): New node.
Paul Eggert [Mon, 11 Oct 2004 20:26:01 +0000 (20:26 +0000)] 
* doc/autoconf.texi (One-Shot Macros): New node.
Also, wording fixups.

20 years ago(One-Shot Macros): New node.
Paul Eggert [Mon, 11 Oct 2004 20:25:41 +0000 (20:25 +0000)] 
(One-Shot Macros): New node.

20 years agoStandardize spelling of "Posix" (as opposed
Paul Eggert [Mon, 11 Oct 2004 20:21:33 +0000 (20:21 +0000)] 
Standardize spelling of "Posix" (as opposed
to "POSIX" or "@acronym{POSIX}"), and similarly for "DOS
variants", "Unix", and some related minor wording fixups.

20 years ago* doc/autoconf.texi (Function Portability): Fix misdescription of putenv.
Paul Eggert [Tue, 28 Sep 2004 17:23:40 +0000 (17:23 +0000)] 
* doc/autoconf.texi (Function Portability): Fix misdescription of putenv.

20 years ago(Function Portability): Fix misdescription
Paul Eggert [Tue, 28 Sep 2004 17:21:52 +0000 (17:21 +0000)] 
(Function Portability): Fix misdescription
of putenv.  Problem reported by Michael Wardle.

20 years agoFix AC_AU_DEFUN bug.
Paul Eggert [Wed, 22 Sep 2004 18:05:26 +0000 (18:05 +0000)] 
Fix AC_AU_DEFUN bug.

20 years ago(auindex): New macro.
Paul Eggert [Wed, 22 Sep 2004 18:05:01 +0000 (18:05 +0000)] 
(auindex): New macro.
(AU_DEFUN): Use it to fix the bug when the index contained AC_AU_DEFUN.
Problem reported by Stepan Kasal.

20 years agoRegenerate.
Paul Eggert [Fri, 17 Sep 2004 20:43:26 +0000 (20:43 +0000)] 
Regenerate.

20 years agoFix OS/2 problems reported by Andreas Buening.
Paul Eggert [Sun, 5 Sep 2004 22:27:17 +0000 (22:27 +0000)] 
Fix OS/2 problems reported by Andreas Buening.

20 years ago(AT_INIT): Don't assume /dev/null is readable; it's not true in OS/2-emx.
Paul Eggert [Sun, 5 Sep 2004 22:26:41 +0000 (22:26 +0000)] 
(AT_INIT): Don't assume /dev/null is readable; it's not true in OS/2-emx.

20 years ago(AC_PROG_MAKE_SET): Set SHELL=/bin/sh in test makefile.
Paul Eggert [Sun, 5 Sep 2004 22:26:22 +0000 (22:26 +0000)] 
(AC_PROG_MAKE_SET): Set SHELL=/bin/sh in test makefile.

20 years ago* lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Clear ac_x_includes when needed.
Paul Eggert [Sun, 5 Sep 2004 03:30:29 +0000 (03:30 +0000)] 
* lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Clear ac_x_includes when needed.

20 years ago(_AC_PATH_X_XMKMF): If xmkmf returns
Paul Eggert [Sun, 5 Sep 2004 03:29:58 +0000 (03:29 +0000)] 
(_AC_PATH_X_XMKMF): If xmkmf returns
"/usr/include", clear ac_x_includes instead of leaving it as "no"
(trivial change).  Problem and patch reported by Andrew Church in:
http://lists.gnu.org/archive/html/bug-autoconf/2004-04/msg00016.html

20 years ago* doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
Paul Eggert [Sat, 4 Sep 2004 04:52:38 +0000 (04:52 +0000)] 
* doc/autoconf.texi: Give AC_DEFINE and AC_DEFINE_UNQUOTED
three args in examples.

20 years agoGive AC_DEFINE and AC_DEFINE_UNQUOTED
Paul Eggert [Sat, 4 Sep 2004 04:51:58 +0000 (04:51 +0000)] 
Give AC_DEFINE and AC_DEFINE_UNQUOTED
three args in examples.  Problem reported by Frederik Fouvry in:
http://lists.gnu.org/archive/html/bug-autoconf/2004-09/msg00017.html
Also, fix some minor spacing and punctuation bugs.

20 years agoUpdate GNU m4 1.4.2 URL.
Paul Eggert [Thu, 2 Sep 2004 19:54:20 +0000 (19:54 +0000)] 
Update GNU m4 1.4.2 URL.

20 years ago* doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
Akim Demaille [Thu, 2 Sep 2004 07:30:25 +0000 (07:30 +0000)] 
* doc/autoconf.texi (Limitations of Builtins): Swap "cd" and
"case" to restore ordering.
Reported by Stepan Kasal.

21 years ago* doc/autoconf.texi: Typos and stylos.
Akim Demaille [Thu, 26 Aug 2004 12:40:00 +0000 (12:40 +0000)] 
* doc/autoconf.texi: Typos and stylos.

21 years agoRegenerate.
Paul Eggert [Sat, 21 Aug 2004 00:14:55 +0000 (00:14 +0000)] 
Regenerate.

21 years agoBump to 2.59c.
Paul Eggert [Sat, 21 Aug 2004 00:12:02 +0000 (00:12 +0000)] 
Bump to 2.59c.

21 years ago(AC_INIT): Bump version number to 2.59c.
Paul Eggert [Sat, 21 Aug 2004 00:10:25 +0000 (00:10 +0000)] 
(AC_INIT): Bump version number to 2.59c.

21 years agoRegenerate.
Paul Eggert [Sat, 21 Aug 2004 00:00:29 +0000 (00:00 +0000)] 
Regenerate.

21 years agoAutoconf 2.59b.
Paul Eggert [Fri, 20 Aug 2004 23:59:22 +0000 (23:59 +0000)] 
Autoconf 2.59b.

21 years ago(AC_INIT): Bump to 2.59b.
Paul Eggert [Fri, 20 Aug 2004 23:58:25 +0000 (23:58 +0000)] 
(AC_INIT): Bump to 2.59b.

21 years agoAdd advice about m4 1.4.2.
Paul Eggert [Fri, 20 Aug 2004 23:54:31 +0000 (23:54 +0000)] 
Add advice about m4 1.4.2.

21 years ago(wget_files, cvs_files):
Paul Eggert [Fri, 20 Aug 2004 23:47:48 +0000 (23:47 +0000)] 
(wget_files, cvs_files):
Remove ansi2knr.c; nobody uses it.
(ansi2knr.c-url_prefix): Remove.
(cvs-update): Fix test for failure.  I don't know why it ever worked...

21 years agoFix copyright.
Paul Eggert [Fri, 20 Aug 2004 23:47:23 +0000 (23:47 +0000)] 
Fix copyright.

21 years ago(wget_files): Remove config.guess, config.sub,
Paul Eggert [Fri, 20 Aug 2004 23:46:55 +0000 (23:46 +0000)] 
(wget_files): Remove config.guess, config.sub,
texinfo.tex for now (done by hand now).

21 years agoUpdate URLs, some of which went stale.
Paul Eggert [Fri, 20 Aug 2004 23:42:51 +0000 (23:42 +0000)] 
Update URLs, some of which went stale.
Use @uref rather than @href.

21 years ago(_AC_INIT_PARSE_ARGS): Have configure
Paul Eggert [Fri, 20 Aug 2004 22:54:51 +0000 (22:54 +0000)] 
(_AC_INIT_PARSE_ARGS): Have configure
handle "--" as per POSIX.  Suggested by Paul Pogonyshev.

21 years agoSync with master copy.
Paul Eggert [Fri, 20 Aug 2004 20:19:38 +0000 (20:19 +0000)] 
Sync with master copy.

21 years agoUse "file name" rather than "filename" or "path",
Paul Eggert [Fri, 20 Aug 2004 19:58:06 +0000 (19:58 +0000)] 
Use "file name" rather than "filename" or "path",
to be consistent with the terminology of the GNU coding standards.

21 years ago* lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
Paul Eggert [Fri, 20 Aug 2004 07:01:28 +0000 (07:01 +0000)] 
* lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C),
AC_C_LONG_DOUBLE): Undo 2004-06-04 change.

21 years ago(AC_LANG_BOOL_COMPILE_TRY(C), AC_C_LONG_DOUBLE): Undo 2004-06-04
Paul Eggert [Fri, 20 Aug 2004 07:01:02 +0000 (07:01 +0000)] 
(AC_LANG_BOOL_COMPILE_TRY(C), AC_C_LONG_DOUBLE): Undo 2004-06-04
change, as it didn't work with HP-UX 11.23 cc/aCC or Tru64 4.0 cc.
Problem reported by Noah Misch in
<http://lists.gnu.org/archive/html/autoconf/2004-07/msg00004.html>.