Commit Graph

399 Commits

Author SHA1 Message Date
Roland McGrath
c7106d2e20 (AC_BINSH): New macro.
(AC_INIT, AC_REVISION): Require AC_BINSH first thing.
1994-05-19 02:11:38 +00:00
David MacKenzie
64c2c127b8 Mention CPP and CXXCPP filename limitations. 1994-05-17 19:26:47 +00:00
David MacKenzie
b41a3f30ad (AC_REVISION): Move quotes around to make it work
again.
Clean up some comments.
1994-05-17 19:26:10 +00:00
David MacKenzie
3ac444e113 Cleanup some comments. 1994-05-17 19:25:23 +00:00
David MacKenzie
75fa952b11 Fix descriptions of AC_PROGRAM_CHECK and AC_PROGRAM_PATH. 1994-05-10 16:27:26 +00:00
David MacKenzie
d889b16f11 Add usage comments before macros that take parameters. 1994-05-10 16:26:54 +00:00
David MacKenzie
67580d773b add 1.11 entries 1994-05-10 15:45:34 +00:00
David MacKenzie
9f6eee24eb remove comment 1994-05-10 15:29:16 +00:00
David MacKenzie
0400b4df49 (AC_PROG_INSTALL): set the _path_ cache variable,
not the _program_ one.
1994-05-10 15:04:08 +00:00
David MacKenzie
803b83006e (AC_PREFIX): Call AC_PROGRAM_PATH instead of
duplicating it.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): If the user set the variable
	in the environment, cache that value.
	(AC_PREPARE, AC_CHECKING, AC_VERBOSE): Use file descriptors 4 and
	5 for checking and results messages.  Idea from metaconfig 3.0.
1994-05-10 15:03:49 +00:00
David MacKenzie
b175764ac1 (Installation prefixes): Node removed. 1994-05-10 01:56:12 +00:00
David MacKenzie
aa134986f6 (AC_TEST_PROGRAM): If no default for
cross-compiling is given, but we are cross-compiling, give an error.
	(AC_PROGRAM_EGREP, AC_TEST_LINK, AC_TEST_PROGRAM, AC_TEST_CPP):
	Don't add an extra blank line after the if-clause.
	(AC_REVISION): Merge AC_DOREV into this macro.
	Rename some macros:
	AC_SYSTEM_TYPE	->	AC_CANON_SYSTEM
	AC_HOST_TYPE	->	AC_CANON_HOST
	AC_TARGET_TYPE	->	AC_CANON_TARGET
	AC_BUILD_TYPE	->	AC_CANON_BUILD
	(AC_OUTPUT): Don't do Cygnus-style magic
	substitutions on prefix and exec_prefix, just initialize and
	substitute them normally.
1994-05-10 01:55:50 +00:00
David MacKenzie
feac836459 various changes 1994-05-10 01:54:59 +00:00
David MacKenzie
1227224ce1 (AC_AIX, AC_MINIX, AC_ISC_POSIX): Don't call
AC_BEFORE for AC_HEADER_EGREP, to avoid require loops.
1994-05-08 05:16:24 +00:00
David MacKenzie
ea1a014480 (AC_HEADER_EGREP): Call AC_PROGRAM_EGREP instead of
duplicating most of it.
1994-05-08 05:15:49 +00:00
David MacKenzie
617d650826 (AC_OUTPUT): If configuring in the source tree,
don't end top_srcdir with "/.".
 (AC_SIZEOF_TYPE): Fatal error if test program fails.
(AC_OUTPUT): Run "./config.status", not "config.status".
	From Kevin Gallagher <kgallagh@spd.dsccc.com>.
1994-05-08 02:30:39 +00:00
David MacKenzie
f0d5389b23 (AC_SET_MAKE): Remove temp file.
From John Interrante <interran@uluru.stanford.edu>.
(AC_WAIT3): Sleep in the parent to avoid rm
	problems on fast machines.  From david d zuhn.
1994-05-08 02:29:55 +00:00
David MacKenzie
db2ff00887 Add dnl after AC_PROVIDE,
AC_REQUIRE, and AC_BEFORE calls.
	Use AC_CHECKING and AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:57:01 +00:00
David MacKenzie
f9fb756281 Mention AC_TEST_LINK. 1994-05-06 11:56:43 +00:00
David MacKenzie
e5cb896877 (AC_TEST_LINK): New macro.
(AC_COMPILE_CHECK): Mark obsolete.  Call AC_CHECKING and
	AC_TEST_LINK.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH, AC_HAVE_LIBRARY, AC_HEADER_CHECK,
	AC_FUNC_CHECK, AC_SIZEOF_TYPE): Print "checking" messages even if
	using cached values.  Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:18:13 +00:00
David MacKenzie
163898abcf (AC_PROG_INSTALL): Print "checking" messages even if
using cached values.  Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:17:47 +00:00
David MacKenzie
27779228a3 (AC_PROG_INSTALL): Fix nesting in
cache use.
1994-05-06 05:30:23 +00:00
David MacKenzie
6ed71e169f (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Fix nesting in
cache use.
1994-05-06 05:29:48 +00:00
David MacKenzie
c017b4db91 (AC_OUTPUT_CONFIG_SUBDIRS): Adjust relative cache
file paths before passing them to sub-configures.  Omit existing
	--cache-file arguments.
1994-05-06 05:02:43 +00:00
David MacKenzie
08a306f521 Fix various caching problems. 1994-05-06 04:28:17 +00:00
David MacKenzie
57012075a5 (AC_HAVE_LIBRARY): Use cache var lib_foo, not libfoo. 1994-05-06 04:11:34 +00:00
David MacKenzie
07592d2739 (AC_FUNC_CHECK, AC_HEADER_CHECK): Combine redundant
code.  Use AC_CACHE_VAL.
	(AC_SIZEOF_TYPE): Use AC_CACHE_VAL.
1994-05-06 04:05:11 +00:00
David MacKenzie
025b4663f6 (install): Depend on install-info. 1994-05-06 04:04:40 +00:00
David MacKenzie
a360277f06 Mention that AC_PROGRAM_PATH does nothing is the variable is set already. 1994-05-06 04:03:29 +00:00
David MacKenzie
6e74bf84a2 Add 1.10 entries. 1994-05-06 04:02:39 +00:00
David MacKenzie
0c7705faf7 (dist): chmod the dist directory, not the current directory. 1994-05-05 15:57:20 +00:00
David MacKenzie
d822f88533 (dist): Don't depend on DISTFILES. 1994-05-05 15:53:37 +00:00
David MacKenzie
66c09ddde8 Go back to old way of doing NLS nuisance test. 1994-05-05 15:49:35 +00:00
David MacKenzie
a7473438da Note what GCC and GXX get set to. 1994-05-05 12:49:21 +00:00
David MacKenzie
a66ae0596f Use "yes" and "no" or "" uniformly for boolean
variables' values.  Don't assume default values.
	(AC_STDC_HEADERS, AC_ALLOCA): Untangle nested tests.
1994-05-05 12:48:28 +00:00
David MacKenzie
489f2aeef2 Use "yes" and "no" or "" uniformly for boolean
variables' values.  Don't assume default values.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Always set the cache variable
	and use different ones.
1994-05-05 12:47:59 +00:00
David MacKenzie
e05916f0de (distclean): Remove config.cache. 1994-05-05 11:51:35 +00:00
David MacKenzie
8154936670 AC_CACHE_USE -> AC_CACHE_VAL.
(AC_HAVE_LIBRARY): Use AC_CACHE_VAL.
1994-05-05 00:33:29 +00:00
David MacKenzie
7c2991eeff AC_CACHE_USE -> AC_CACHE_VAL. 1994-05-05 00:27:10 +00:00
David MacKenzie
c6846da0d9 Fix typos in comments. 1994-05-05 00:05:25 +00:00
David MacKenzie
5937ebee52 (AC_REPLACE_FUNCS): Use AC_FUNC_CHECK.
Rearrange general tests into 4 categories:
	Checking for files - fundamental (no caching)
	Checking for files - derived (caching)
	Checking for C features - fundamental (no caching)
	Checking for C features - derived (caching)
1994-05-04 23:43:10 +00:00
David MacKenzie
ac008570d6 Put AC_TEST_CPP in alphabetical order. 1994-05-04 23:42:20 +00:00
David MacKenzie
1d5571bf59 (install): Depend on all again.
(install-info): Depend on info again.
1994-05-04 23:41:27 +00:00
Doug Evans
dc6731d2c6 Remove duplicate -freebsd* entry. 1994-05-04 22:44:55 +00:00
David MacKenzie
ad9e489a73 (AC_PROG_INSTALL): Use AC_CACHE_USE.
(AC_SETVBUF_REVERSED): Print "checking" message.
1994-05-04 22:03:43 +00:00
David MacKenzie
5cd2c3c7d0 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_CACHE_USE):
New macros.
	(AC_PREPARE): Call AC_CACHE_LOAD.
	(AC_OUTPUT): Call AC_CACHE_SAVE.
	(AC_PARSEARGS): Add --cache-file=FILE option.
	(AC_CONFIG_SUBDIRS): Pass --cache-file to subdirectory configures.

(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Use AC_CACHE_USE.

(AC_OUTPUT_CONFIG_SUBDIRS): Renamed from
	AC_CONFIG_SUBDIRS.
	(AC_CONFIG_SUBDIRS): Just define AC_SUBDIR_LIST.
	(AC_OUTPUT): Call AC_OUTPUT_CONFIG_SUBDIRS if AC_SUBDIR_LIST is
	defined.
	Make config.status --recheck pass --norecursion to configure.
1994-05-04 22:03:07 +00:00
David MacKenzie
5ae13a84fa mention caching 1994-05-04 22:01:59 +00:00
David MacKenzie
beccc23392 (AC_SET_MAKE): Add AC_CHECKING call. 1994-05-04 17:40:18 +00:00
David MacKenzie
6b91b3387b Cosmetic change to usage message. 1994-05-04 17:34:32 +00:00
David MacKenzie
a88f1f8614 Add options [--help] [--macrodir=dir] [--verbose]
[--version].
1994-05-04 17:34:32 +00:00