Commit Graph

370 Commits

Author SHA1 Message Date
David MacKenzie
e33c467f33 minor fixes 1994-07-26 17:15:52 +00:00
David MacKenzie
8bf06aec5b small bug fixes 1994-07-25 03:33:46 +00:00
David MacKenzie
1e2e2ad503 update version numbers 1994-07-22 13:00:29 +00:00
David MacKenzie
1369a20a4a make it work again 1994-07-19 22:14:03 +00:00
David MacKenzie
7cc22a1a2c Initial revision 1994-07-19 22:12:41 +00:00
David MacKenzie
d3f2f2dba1 entered into RCS 1994-07-19 19:01:36 +00:00
David MacKenzie
851b441b35 add new utilities, cache specific macros, document new stuff 1994-07-19 14:44:16 +00:00
David MacKenzie
9c1c62e178 Initial revision 1994-07-19 14:37:37 +00:00
Richard Kenner
27bb66df87 (basic_machine): Add 1750a. 1994-07-11 23:28:46 +00:00
Richard Kenner
1ae513b928 (m68k-ccur): New system. 1994-06-23 00:03:14 +00:00
David MacKenzie
c62b221691 new stuff 1994-06-22 18:22:34 +00:00
Doug Evans
927557c3c9 * config.sub (sparc64): New cpu.
(aout, elf): New os's.
1994-06-15 07:40:43 +00:00
David MacKenzie
4a535b1c36 entered into RCS 1994-06-14 22:17:34 +00:00
David MacKenzie
8485bbb75b new version # 1994-05-25 01:22:32 +00:00
David MacKenzie
a0fe7f8287 (prefix, exec_prefix): Use @ substitutions. 1994-05-25 01:22:04 +00:00
David MacKenzie
5b9773c660 (AC_MINUS_C_MINUS_O): If $CC=cc, don't duplicate
the check.  From Jim Meyering.
1994-05-25 01:21:46 +00:00
David MacKenzie
bbe8db7901 (AC_OUTPUT, AC_OUTPUT_HEADER): Add an env var
CONFIG_STATUS to allow overriding the name of config.status.
 (AC_TEST_PROGRAM): Add missing newline.
	Always include 'fi' for cross-compiling if.
	From Jim Meyering.
Make default cache file ./config.cache,
	so PATH is not used by "." command.  From Jim Meyering.
Rename some internal macros.
	Give the diversions symbolic names.
	(AC_ARG_ENABLE, AC_ARG_WITH, AC_ENABLE_INTERNAL, AC_WITH_INTERNAL):
	New macros.
	(AC_PARSEARGS): Print --with and --enable help strings.
	(AC_ENABLE, AC_WITH): Make wrappers around _INTERNAL functions.
	Mark obsolete.
	(AC_PREPARE): Execute any saved up --with or --enable code.
1994-05-25 01:21:21 +00:00
David MacKenzie
98bfda160b add AC_ARG_WITH and AC_ARG_ENABLE 1994-05-25 01:20:29 +00:00
Richard M. Stallman
f9f47085ef (basic_machine): Accept cxux*. 1994-05-20 05:29:36 +00:00
Richard M. Stallman
71c56a23fb Fix unrecognized os error message. 1994-05-19 23:08:12 +00:00
Roland McGrath
dc1143d39a (AC_STRUCT_TM): Fixed checking message to be less confusing. 1994-05-19 10:04:58 +00:00
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