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
Steven G. Johnson
3f8b967ef8
Clean up cache documentation: Document --config-cache/-C option, and
...
recommend instead of --cache-file. Indent example AC_CACHE_VAL macros
for clarity. Add new "Cache Checkpointing" section for AC_CACHE_SAVE
(and AC_CACHE_LOAD), so that the "Cache Files" section focuses solely
on features visible to end-users (e.g. to better fit the cross
references). Various minor rewordings for clarity, felicity, and/or
grammar.
2001-04-10 03:24:34 +00:00
Steven G. Johnson
a56c6afbc5
Revert to "configure.in" in the history, since
...
"configure.ac" wasn't used in the past, and in any case it is
probably a good idea to preserve this section verbatim.
2001-04-10 03:17:30 +00:00
Steven G. Johnson
e327d35246
Fix grammar
2001-04-10 03:15:02 +00:00
Lars J. Aas
2aa63c59f9
Manual addition of @PACKAGE@ substitution variable
2001-04-09 19:30:50 +00:00
Lars J. Aas
733c84c5ff
typo
2001-04-06 14:35:22 +00:00
Lars J. Aas
1453cebeee
Manual addition of @VERSION@ substitution variable.
2001-04-06 11:20:04 +00:00
Lars J. Aas
06f9c77fc7
Create config.log after processing --help and --version.
2001-04-04 15:50:38 +00:00
Lars J. Aas
286c116e6d
Version information patches.
2001-04-04 12:52:29 +00:00
Akim Demaille
a50e90e712
* doc/autoconf.texi: Use "invalid" instead of "illegal," as
...
suggested by the GNU coding standards.
2001-03-30 12:50:29 +00:00
Akim Demaille
75a3a3d326
* m4sh.m4 (AS_BASENAME): New.
...
(AS_SHELL_SANITIZE): Set `$as_me'.
* acgeneral.m4: Don't set as_me; AS_SHELL_SANITIZE now does this.
* tests/atgeneral.m4: Likewise.
(AT_INIT): Use $PATH_SEPARATOR for walking the path.
* autoconf.sh: Be DOS-friendly when setting as_me and M4.
Add quotes to support spaces in $tmp.
Work around problem in DJGPP port of awk by using a temporary file.
* autoheader.sh: Be DOS-friendly when setting as_me.
* autoreconf.sh: Be DOS-friendly when setting as_me, dir and
template_dir.
2001-03-30 12:49:36 +00:00
Lars J. Aas
e620bb0400
* acgeneral.m4 (AC_INIT_VERSION): Improved version information string
...
for `configure --version'.
2001-03-27 16:48:27 +00:00
Akim Demaille
2728d861ef
* autoheader.sh (config_h): Be robust to new lines when extracting
...
the first argument of AC_CONFIG_HEADERS.
Reported by Lars J. Aas.
2001-03-27 16:47:10 +00:00
Akim Demaille
73c36c1b77
* doc/autoconf.texi: Minor tweaks.
2001-03-27 12:03:51 +00:00
Akim Demaille
b0b540a4a3
* Makefile.am, configure.in: autoupdate is a Perl script.
2001-03-27 12:02:15 +00:00
Akim Demaille
a13d60e28b
* doc/autoconf.texi (Limitations of Usual Tools): Some about
...
`touch'.
From Jim Meyering, Volker Borchert, and Peter Eisentraut.
2001-03-20 16:45:32 +00:00