Kevin Ryde
31ea65e88d
* autoconf.texi (Limitations of Make, Making testsuite Scripts):
...
Untabify, since tabs are not enjoyed by texi2dvi and makeinfo.
2002-07-24 00:38:49 +00:00
Paul Eggert
a8ead8a326
(_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.
2002-07-23 22:17:19 +00:00
Paul Eggert
7c80d5ba5b
* 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.
2002-07-23 22:16:36 +00:00
Alexandre Duret-Lutz
7665fdb00e
* doc/autoconf.texi (Limitations of Make): Mention the special
...
handling of the obj/ directory by BSD make.
2002-07-23 19:57:09 +00:00
Paul Eggert
c5e4f3ebe6
Add proposals for AC_PROG_CC, AC_GNU_SOURCE, AC_AIX, AC_MINIX.
2002-07-23 18:14:06 +00:00
Kevin Ryde
94cb87add5
Fix tabs not enjoyed by texi2dvi:
...
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
backslashes.
2002-07-20 00:14:59 +00:00
Kevin Ryde
0f67d7bd0c
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.
2002-07-19 22:44:49 +00:00
Kevin Ryde
7adeb66826
* doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing
...
backslashes.
2002-07-19 22:32:15 +00:00
Akim Demaille
07d89a2c97
(Programming in M4sh): Ethymology of M4sh.
2002-07-19 10:16:34 +00:00
Akim Demaille
93ac890413
* doc/autoconf.texi (Function Portability): `exit'.
2002-07-19 09:01:55 +00:00
Akim Demaille
14d8b70b62
* doc/autoconf.texi (AC_LIBOBJ vs LIBOBJS): More about $U.
2002-07-19 08:39:59 +00:00
Paul Eggert
ee515d5ac0
Correct the description of --enable-site-macro-dir.
2002-07-19 08:22:05 +00:00
Akim Demaille
0e12fedfa9
Bump to 2.53c.
2002-07-18 15:37:49 +00:00
Akim Demaille
4beefdc3ad
.
2002-07-18 14:27:21 +00:00
Akim Demaille
f95564e903
Regen.
2002-07-18 13:32:04 +00:00
Akim Demaille
ad8b4e696a
Version 2.53b.
2002-07-18 12:08:58 +00:00
Akim Demaille
b6e682e9ff
* config/config.guess, config/config.sub: Update.
2002-07-18 12:06:37 +00:00
Akim Demaille
6d854434d2
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.
2002-07-18 11:57:32 +00:00
Akim Demaille
f026c08a36
Alexandre Duret-Lutz <duret_g@epita.fr>
...
* lib/autoconf/status.m4 (_AC_OUTPUT_HEADERS): Install
_AC_AM_CONFIG_HEADER_HOOK for Automake 1.7.
2002-07-18 11:13:55 +00:00
Russ Allbery
3c76f6922d
* doc/autoconf.texi (Initializing configure): Clarify the
...
description of the tarname default.
2002-07-17 18:39:19 +00:00
Akim Demaille
6653b31ca4
* lib/autoconf/functions.m4 (AC_FUNC_FORK): Don't set
...
ac_cv_func_fork_works before running _AC_FUNC_FORK, do it if the
latter was not run.
2002-07-17 16:55:48 +00:00
Akim Demaille
4cb1a9ef1c
* lib/Autom4te/General.pm (find_file): Browse the directories in
...
the order they are given.
2002-07-17 16:07:32 +00:00
Akim Demaille
276a1433d0
* tests/wrapsh.as, tests/wrappl.as: Merge into...
...
* tests/wrapper.as: this.
* tests/Makefile.am, configure.ac: Adjust.
2002-07-17 10:13:32 +00:00
Akim Demaille
c812b8148d
Regen.
2002-07-17 09:56:13 +00:00
Akim Demaille
5eb0e35124
Regen.
2002-07-17 08:35:59 +00:00
Paul Eggert
66d5f073b5
2002-07-17 Mark D. Roth <roth@feep.net>
...
* configure.ac: Add --enable-site-macro-dir option.
* bin/Makefile.am: Expand @SITE_MACRO_DIR@.
* bin/autom4te.in: Add --prepend-include, --include-envvar, and
--site-macro-subdir options.
* bin/autoconf.in: Add --prepend-include option.
* bin/autoheader.in: Add --prepend-include option.
* bin/autoreconf.in: Add --prepend-include option.
* bin/autoscan.in: Add --prepend-include option.
* bin/autoupdate.in: Add --prepend-include option.
* doc/autoconf.texi: Document use of $AC_MACRO_PATH and site
macro directory, remove note that include path directories are
used in reverse order, and document --prepend-include option.
* lib/autom4te.in: Use --prepend-include instead of --include.
* tests/wrapsh.in: Use --prepend-include instead of --include.
2002-07-17 08:30:42 +00:00
Paul Eggert
73360bc006
Describe the changes to -I DIR and -B DIR, and the new
...
--enable-site-macro-dir option.
2002-07-17 08:29:26 +00:00
Akim Demaille
04df9dca08
* lib/autoconf/general.m4 (_AC_INIT_PACKAGE): `_' is allowed in
...
tarnames.
* doc/autoconf.texi (Initializing configure): Adjust.
2002-07-17 08:17:28 +00:00
Akim Demaille
14fe4a6369
* lib/autoconf/functions.m4 (AC_FUNC_REALLOC, _AC_FUNC_REALLOC)
...
(_AC_FUNC_MALLOC): New.
(AC_FUNC_MALLOC): Use the latter.
Define HAVE_MALLOC to 0 if broken.
* doc/autoconf.texi (Particular Functions): Adjust.
2002-07-17 08:09:42 +00:00
Akim Demaille
511b665763
* lib/autoconf/c.m4 (AC_C_BACKSLASH_A): New.
...
* doc/autoconf.texi (C Compiler): Adjust.
2002-07-16 13:37:53 +00:00
Akim Demaille
724a330a7e
* doc/autoconf.texi: Properly set the ``header'' part.
2002-07-09 17:01:38 +00:00
Akim Demaille
955e7d6651
* doc/autoconf.texi (Systemology): Some about Darwin.
2002-07-09 16:37:39 +00:00
Alexandre Duret-Lutz
84993ece40
* lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
...
Don't use AC_REQUIRE in AU_DEFUN.
2002-07-09 08:46:08 +00:00
Akim Demaille
c236414974
* doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
2002-07-09 08:32:40 +00:00
Alexandre Duret-Lutz
617c68ef91
* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
...
bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,
lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables
so that Emacs setups GNU style for perl-mode and cperl-mode.
2002-07-02 20:31:22 +00:00
Paul Eggert
eacf43893a
* config/install-sh: Quote $src. Prefer || to test's -o option,
...
as per "Limitations of Builtins".
* tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.
* tests/semantics.at (AC_C_BIGENDIAN): Likewise.
* tests/mktests.sh: Use grep instead of fgrep, as per
"Limitations of Builtins".
2002-06-27 07:51:46 +00:00
Paul Eggert
c6d9c72bf3
Use grep instead of fgrep, as per "Limitations of Builtins".
2002-06-27 07:51:16 +00:00
Paul Eggert
d9340473f8
(AC_C_BIGENDIAN): Prefer && to test's -a option, as per "Limitations
...
of Builtins".
2002-06-27 07:50:42 +00:00
Paul Eggert
226b9fa524
(AT_CHECK_ENV): Prefer && to tests's -a option, as per "Limitations of
...
Builtins".
2002-06-27 07:48:53 +00:00
Paul Eggert
b3a4ebb4a0
Quote $src. Prefer || to test's -o option, as per "Limitations of
...
Builtins".
2002-06-27 07:47:55 +00:00
Paul Eggert
765d5d9dc8
* tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,
...
autom4te_perllibdir): Set to top build dir or src dir as appropriate,
so that we consistently test the just-built programs.
* tests/wrappl.as: Likewise.
2002-06-15 07:48:56 +00:00
Paul Eggert
33a225576d
(AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG, autom4te_perllibdir):
...
Set to top build dir or src dir as appropriate, so that we
consistently test the just-built programs.
2002-06-15 07:47:42 +00:00
Paul Eggert
9edd82d2ee
* bin/autoconf.as (AUTOM4TE): Default to a fully qualified path
...
name, so that symlinks to 'autoconf' work properly. Bug reported
by Bruno Haible.
* bin/autoheader.in (AUTOM4TE): Likewise.
* bin/autoreconf.in (autoconf, autoheader): Likewise.
* bin/autoscan.in (autom4te): Likewise.
* bin/autoupdate.in (autom4te): Likewise.
2002-06-12 17:26:19 +00:00
Paul Eggert
3029d70467
* lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for
...
btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
on Solaris 2.5.1.
2002-06-12 07:20:43 +00:00
Paul Eggert
021eba412a
(_AC_LIBOBJ_FNMATCH): Also check for
...
btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c
on Solaris 2.5.1.
2002-06-12 07:20:14 +00:00
Andreas Schwab
ab73df4404
* doc/autoconf.texi: Add more dir entries.
2002-06-11 11:00:22 +00:00
Alexandre Duret-Lutz
2b18ea7e89
* bin/autom4te.in ($cache): Don't define using `$me', the name
...
of the cache should not depend on the name under which autom4te
was installed.
2002-06-10 09:54:21 +00:00
Akim Demaille
823860675b
* tests/tools.at (autoconf: forbidden tokens, basic)
...
(autoconf: forbidden tokens, exceptions): Adjust to the change of
words in autom4te.in.
2002-06-07 11:20:19 +00:00
Akim Demaille
105bad12a1
* lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use
...
_AC_LANG_PROGRAM_C_F77_HOOKS.
2002-06-07 10:04:28 +00:00
Akim Demaille
06e2b8bb73
* lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,
...
rename as...
(AC_REPLACE_FNMATCH): this.
* tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,
AC_FUNC_FNMATCH_GNU.
2002-06-07 09:50:32 +00:00