Stepan Kasal
8641b608b5
make top_builddir consistent with Automake
2005-05-20 08:13:15 +00:00
Stepan Kasal
661cc613b0
Simplify the init of confdefs.h
2005-05-20 07:58:42 +00:00
Stepan Kasal
ae53380796
(m4_text_wrap): Don't m4_quote the second argument to m4_foreach.
2005-05-17 09:49:36 +00:00
Stepan Kasal
0a2545966e
Use expr where possible.
2005-05-17 09:29:05 +00:00
Alexandre Duret-Lutz
0f41ecbc90
* lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Prepend ${LIBOBJDIR},
...
as on 2005-05-02.
* doc/autoconf.texi (Particular Functions) <AC_FUNC_ALLOCA>:
Mention LIBOBJDIR.
2005-05-14 18:33:30 +00:00
Paul Eggert
681d17dce2
Update FSF postal mail address.
2005-05-14 07:00:38 +00:00
Stepan Kasal
90e4ad679a
(AC_CONFIG_LIBOBJ_DIR): Remove the broken check.
2005-05-13 09:17:15 +00:00
Stepan Kasal
4a38c32eb8
(m4_bmatch): Check the number of args.
2005-05-13 09:16:44 +00:00
Paul Eggert
7855596cf1
Regenerate.
2005-05-12 23:47:37 +00:00
Paul Eggert
d2e7431e9e
* lib/autoconf/status.m4 (_AC_SRCDIRS): Simplify the computation
...
of absolute paths.
2005-05-12 23:46:42 +00:00
Stepan Kasal
9ce265f05c
* lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Make the check
...
for absolute directory names in one loop.
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Handle
abbreviations of --version and --debug.
2005-05-12 11:26:07 +00:00
Paul Eggert
8620019f37
* doc/autoconf.texi (Autoconf Language): Be more precise about
...
quoting.
2005-05-10 23:37:57 +00:00
Paul Eggert
a9ff3f6e13
(Autoconf Language): Be more precise about
...
quoting rules. Problems noted by Stepan Kasal.
Also, throughout this document, be more careful about white space.
"blank", "white space", and "space" all have different meanings
and we should be careful to say what we mean.
2005-05-10 23:37:37 +00:00
Paul Eggert
f5b265430a
Fix C++ related problems reported by Werner Lemberg.
...
* doc/autoconf.texi (C++ Compiler): Mention .cpp extension.
* lib/autoconf/c.m4 (AC_LANG(C++)): Set ac_ext to .cpp, not .cc.
* lib/autoconf/types.m4 (AC_TYPE_SIGNAL): Simplify test, to
avoid problems with C++ and throw.
* tests/compile.at: .cpp, not .cc.
2005-05-06 05:34:43 +00:00
Paul Eggert
a85268ce38
Prepend LIBOBJDIR, as per 2005-05-02 change.
2005-05-06 05:28:48 +00:00
Paul Eggert
2bbfc560b5
* doc/autoconf.texi (Generic Functions): Typos.
2005-05-05 08:13:25 +00:00
Gary V. Vaughan
1dab064d21
* lib/autoconf/general.m4 (_AC_LIBOBJS_NORMALIZE): Prepend each
...
object named in LIBOBJS and LTLIBOBJS with the ${LIBOBJDIR}, as
set by latest automake.
2005-05-02 20:14:49 +00:00
Paul Eggert
527fddd987
"expr '' \| ''" outputs 0 on GNU/Linux these days.
2005-05-02 05:47:11 +00:00
Paul Eggert
e214711ff0
(Limitations of Usual Tools): "expr '' \| ''"
...
outputs 0 on GNU/Linux these days.
2005-05-02 05:46:47 +00:00
Paul Eggert
01b7739d70
POSIX 1003.1-2001 -> Posix
2005-04-29 22:10:30 +00:00
Paul Eggert
de539558d5
* doc/autoconf.texi (Limitations of Builtins): Describe "set -" problems.
2005-04-29 22:05:38 +00:00
Paul Eggert
312fdf3750
(Limitations of Builtins): Describe "set -" problems.
2005-04-29 22:05:14 +00:00
Paul Eggert
c3544003c0
* lib/autotest/general.m4 (AT_KEYWORDS): Separate by space,
...
not newline.
2005-04-29 21:17:26 +00:00
Paul Eggert
a96d9ad685
(AT_KEYWORDS): Separate by space, not newline.
2005-04-29 21:16:07 +00:00
Paul Eggert
fd5a3dc3d0
* doc/autoconf.texi (Autoconf Language): Add more description
...
about quoting heuristics.
2005-04-29 19:22:55 +00:00
Stepan Kasal
8d0c69eb25
.
2005-04-29 13:36:23 +00:00
Stepan Kasal
5d62f91042
Fix a mistake in an example: AC_DEFINE_UNQUOTED -> AC_DEFINE.
2005-04-29 13:16:55 +00:00
Stepan Kasal
4ca5cf6fd2
A tiny optimization in _AC_OUTPUT_HEADERS.
2005-04-27 10:04:36 +00:00
Stepan Kasal
5adc3cae53
FIXMEs about quadrigraphs in help text.
2005-04-22 06:37:24 +00:00
Paul Eggert
1492ac0f96
Regenerate.
2005-04-20 05:38:03 +00:00
Paul Eggert
54cb4d63c8
* lib/autoconf/general.m4 (_AC_INIT_PREPARE, _AC_RUN_IFELSE):
...
Remove core.conftest.* too; it's generated by Tru64 5.1.
* lib/autoconf/functions.m4
(AC_FUNC_SETVBUF_REVERSED, AC_FUNC_UTIME_NULL):
Don't bother to remove core files; AC_RUN_IFELSE should do that for you.
2005-04-20 05:34:25 +00:00
Stepan Kasal
edb835c2ff
typo
2005-04-19 06:20:37 +00:00
Alexandre Duret-Lutz
75912460a6
* lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
...
Report from Horst Wente.
2005-04-19 06:00:35 +00:00
Stepan Kasal
37482b404d
typo
2005-04-15 08:36:56 +00:00
Stepan Kasal
fbbc2c6023
Examples for --with-* and --enable-*.
2005-04-14 14:56:55 +00:00
Paul Eggert
b09065e337
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Look for configure.ac
...
as well as configure.in. Problem reported by Gregorio Guidi.
2005-04-13 17:01:41 +00:00
Paul Eggert
93d7f03800
* doc/autoconf.texi (Particular Functions): Use gnulib's current
...
pattern for alloca snippet.
2005-04-10 22:19:51 +00:00
Paul Eggert
2f0c7a00ca
(Particular Functions): Use gnulib's current
...
pattern for alloca snippet.
2005-04-10 22:19:26 +00:00
Stepan Kasal
76aa0e4c11
a typo
2005-04-04 10:19:10 +00:00
Stepan Kasal
f5ea1ec089
a typo
2005-04-01 08:55:58 +00:00
Paul Eggert
3123dd20ab
* lib/autotest/general.m4 (AT_INIT): Don't assume that "date +%s"
...
fails if %s isn't supported.
2005-04-01 07:28:15 +00:00
Paul Eggert
da9ffbaaaf
(AT_INIT): Don't assume that "date +%s" fails if %s isn't supported.
2005-04-01 07:27:53 +00:00
Paul Eggert
1ab98b87ae
* lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
...
Merge `-z option' as well for the benefit of Solaris link flags.
2005-03-23 19:41:13 +00:00
Paul Eggert
392b17e203
Regenerate.
2005-03-23 01:04:17 +00:00
Paul Eggert
789f0bf6ff
* NEWS: The configure command now warns you if you attempt to use
...
a directory whose name contains a special character like space,
newline, or "\".
* doc/autoconf.texi (Installation Directory Variables): Allow
"," in file names. Do not use \@; it's not a portable regexp.
* bin/Makefile.am (edit): Likewise.
* lib/Makefile.am (edit): Likewise.
* tests/Makefile.am (edit): Likewise.
* tests/semantics.at: Likewise.
* tests/torture.at: Likewise.
* lib/autoconf/general.m4 (AC_ARG_PROGRAM): Likewise.
* lib/autoconf/status.m4 (_AC_SRCDIRS): Likewise.
* doc/autoconf.texi (File System Conventions): Warn about
unportable file names.
* lib/autoconf/general.m4 (_AC_INIT_DIRCHECK): New macro.
(AC_INIT): Use it.
(_AC_INIT_SRCDIR): Use ac_pwd rather than invoking pwd.
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Propagate
ac_pwd, and quote srcdir.
* lib/autotest/general.m4 (AT_INIT): Quote file name args.
2005-03-23 01:01:58 +00:00
Paul Eggert
96e362a44d
* doc/autoconf.texi: Fix some systematic formatting problems.
...
".)" needs a following @: if not at the end of a sentence, and
similarly for "!)". "etc." should be preceded by a comma.
"n-th" -> "@var{n}th". pdksh is still buggy, so update its date.
(Input): Mention that AC_CONFIG_AUX_DIR's
argument is often called 'build-aux'.
2005-03-22 19:24:05 +00:00
Stepan Kasal
67cdabe80f
typos in the manual
2005-03-10 12:17:03 +00:00
Stepan Kasal
0bf7d67f6d
remind that AC_TRY_LINK is obsolete
2005-03-08 08:11:34 +00:00
Stepan Kasal
4cb653bd0d
improve AC_PROG_CC and AC_PROG_CXX
2005-02-25 08:52:48 +00:00
Paul Eggert
10cd1172b4
Regenerate.
2005-02-23 23:26:05 +00:00