Akim Demaille
a077f8d61b
If AC_PROG_CC is invoked but not AC_PROG_CPP, then CPPFLAGS is not
...
AC_SUBST'ed.
Reported by Ralf Corsepius.
* aclang.m4 (_AC_ARG_VAR_CPPFLAGS, _AC_ARG_VAR_LDFLAGS): New.
(AC_PROG_CC, AC_PROG_CPP, AC_PROG_CXX, AC_PROG_CXXCPP)
(AC_PROG_F77): Use them.
2001-04-27 13:32:50 +00:00
Akim Demaille
7323d0af39
* aclang.m4 (_AC_PROG_PREPROC_WORKS): Rename and extend as...
...
(_AC_PROG_PREPROC_WORKS_IFELSE): this.
Adjust to admit
(AC_PROG_CPP, AC_PROG_CXXCPP): Use it.
Reported by Daniel Carroll.
2001-04-27 10:35:22 +00:00
Lars J. Aas
f9794f1a3e
doc comment
2001-04-26 15:47:43 +00:00
Pavel Roskin
eb87620d94
Add mycpp, testsuite.tmp.
2001-04-26 14:46:13 +00:00
Pavel Roskin
edf77b064d
Regenerated.
2001-04-26 14:13:28 +00:00
Pavel Roskin
5eb4c7242c
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes
...
before double quotes in the copyright notice, since the native
OpenBSD shell removes single backslashes in here-documents with
unquoted delimiters.
2001-04-26 14:07:44 +00:00
Akim Demaille
ffac7c1b13
* acgeneral.m4 (_AC_RUN_IFELSE): Clean `core' files.
2001-04-25 15:32:09 +00:00
Steven G. Johnson
577c69561b
slight change suggested by Alexandre Oliva
2001-04-24 23:44:09 +00:00
Steven G. Johnson
71214473db
updated
2001-04-24 17:26:53 +00:00
Steven G. Johnson
3ef461c66f
added chapter: The GNU build system
2001-04-24 17:23:26 +00:00
Akim Demaille
c33ae6e582
On HP-UX 10 ranlib --version' creates
./--version'.
...
Reported by Bob Proulx and Jim Meyering.
* acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Do not invoke the
program with --version.
2001-04-24 08:19:17 +00:00
Jim Meyering
dce93d470e
.
2001-04-22 12:51:07 +00:00
Jim Meyering
acb55c4349
(AC_FUNC_MEMCMP): Remove int main () {' and the trailing
}',
...
since AC_LANG_PROGRAM provides them.
2001-04-22 12:50:07 +00:00
Akim Demaille
dff7a1b5c3
* configure.in: Bump to 2.49f.
2001-04-20 18:03:22 +00:00
Akim Demaille
5988c6b0c0
Version 2.49e.
2001-04-20 17:54:00 +00:00
Akim Demaille
69b6065c22
* tests/foreign.at (Libtool): Ignore configure's stderr.
2001-04-20 17:38:22 +00:00
Akim Demaille
16a999763e
* acgeneral.m4 (AC_OUTPUT): Close the descriptor before running
...
config.status so config.log is properly created on MS-DOS.
2001-04-20 17:03:16 +00:00
Steven G. Johnson
d0a3c356e4
eh, don't hyphenate up-to-date here
2001-04-20 14:13:45 +00:00
Steven G. Johnson
d632f95780
grammar fix
2001-04-20 14:11:38 +00:00
Akim Demaille
6b6c7f7b9f
* tests/atspecific.m4 (AT_CHECK_AUTOUPDATE): Be robust to missing
...
or broken autoupdate.
* tests/tools.at: Likewise.
* tests/Makefile.am (CLEANFILES): Also clean Libtool files.
2001-04-20 13:07:09 +00:00
Tim Van Holder
aad2b3fecd
* acgeneral.m4 (_AC_INIT_SRCDIR): Handle backslashes (DOS paths) for $ac_confdir and $srcdir.
2001-04-18 16:50:13 +00:00
Tim Van Holder
faee7113d8
* acgeneral.m4: (_AC_INIT_SRCDIR) Handle backslashes (DOS paths) for $ac_confdir and $srcdir.
2001-04-18 16:49:11 +00:00
Akim Demaille
ca6e40c20d
Don't mess with FDs.
...
* acgeneral.m4 (_AC_INIT_DEFAULTS_FDS): Remove, replace with
inline setting up of AS_MESSAGE_FD.
(AS_MESSAGE_LOG_FD): Do not define, so that AS_MESSAGE does not
output in it before...
(_AC_INIT_CONFIG_LOG): here, which is run after the handling of
options.
2001-04-18 10:47:32 +00:00
Steven G. Johnson
884925c601
updated
2001-04-18 04:26:42 +00:00
Steven G. Johnson
fb3e27e1a2
Replace documentation for obsolete AC_LIBOBJ_DECL with clearer
...
documentation for AC_LIBSOURCE and AC_LIBSOURCES, improving the
AC_LIBOBJ docs as well.
2001-04-18 04:26:08 +00:00
Steven G. Johnson
273bd6c545
update
2001-04-17 17:53:32 +00:00
Akim Demaille
f2f8f814dd
* acgeneral.m4 (_AC_LINK_IFELSE): Be sure to remove temporary
...
`conftest.$ac_objext', as some compilers may forget it.
2001-04-17 16:14:05 +00:00
Steven G. Johnson
21fa69cf75
Fixes for punctuation and grammar.. Replace "..." with "@dots{}"
...
except when "..." is in literal code.
2001-04-17 16:02:57 +00:00
Lars J. Aas
9bc8358b77
Reversal of
...
2001-04-15 Lars J. Aas <larsa@sim.no>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Show options `--file'
and `--header' unconditionally.
2001-04-17 13:15:54 +00:00
Pavel Roskin
a89293a52b
Rebuilt.
2001-04-16 20:17:01 +00:00
Pavel Roskin
6d7689034b
* acgeneral.m4 (_AC_INIT_VERSION): Use AC_PACKAGE_NAME and
...
AC_PACKAGE_VERSION only if they are defined.
(_AC_OUTPUT_CONFIG_STATUS): Likewise.
2001-04-16 20:13:54 +00:00
Lars J. Aas
b0250ac156
Copyright 2001
2001-04-15 16:20:30 +00:00
Lars J. Aas
2f5e53c4ea
config.status --version
2001-04-15 15:57:50 +00:00
Lars J. Aas
122f1a44ef
Show config.status options --file' and
--header' unconditionally.
2001-04-15 14:16:15 +00:00
Steven G. Johnson
2f4ec341f7
updated
2001-04-13 15:11:38 +00:00
Steven G. Johnson
bdf2267cb1
Still more minor modifications for clarity, felicity, and grammar.
2001-04-13 15:09:49 +00:00
Steven G. Johnson
9b306304f7
updated
2001-04-12 03:05:28 +00:00
Steven G. Johnson
304bc71471
Mention C++ as well as C. In the example, don't #ifdef F77_FUNC
...
before using it, as that would push any errors to link-time rather
than compile-time; note that the user can test this to invoke
alternative behavior.
2001-04-12 02:59:07 +00:00
Akim Demaille
48ecaeea39
* autoconf.sh (Task script): Be sure that `forbidden.rx' and
...
`allowed.rx' exist when AWK loads then.
Reported by Rainer Orth.
2001-04-11 16:29:14 +00:00
Lars J. Aas
236dddbd7f
FSF header updates
2001-04-11 15:15:20 +00:00
Steven G. Johnson
9833e589d5
updated
2001-04-11 14:20:52 +00:00
Steven G. Johnson
107d7290bb
A few more minor modifications for clarity, grammar, and formatting.
2001-04-11 14:20:13 +00:00
Lars J. Aas
5ff5328ee4
fix for @PACKAGE_NAME@, @VERSION@, and @PACKAGE@
2001-04-10 12:45:10 +00:00
Lars J. Aas
d35407c9a7
Use spaces intead of tabs.
2001-04-10 11:37:03 +00:00
Lars J. Aas
c454faa038
config.status logging to config.log
2001-04-10 11:33:50 +00:00
Lars J. Aas
f29d0d8fc5
use here-docs in print_usage/print_version
2001-04-10 11:29:53 +00:00
Steven G. Johnson
4971bed3c4
date fix for recent commits
2001-04-10 04:22:35 +00:00
Steven G. Johnson
8bf8e80423
Updated.
2001-04-10 03:36:38 +00:00
Steven G. Johnson
8656f8c4e6
Replace all tab characters with (8) spaces, lest the formatting of
...
example code, etcetera, be messed up.
2001-04-10 03:33:26 +00:00
Steven G. Johnson
713a751d87
Rephrase various parts for clarity, felicity, and/or grammar.
2001-04-10 03:28:41 +00:00