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
beccc23392
(AC_SET_MAKE): Add AC_CHECKING call.
1994-05-04 17:40:18 +00:00
David MacKenzie
0d30d0638c
Make the NLS
...
nuisance test actually do something.
1994-05-04 14:44:23 +00:00
David MacKenzie
8d490d2ab2
(AC_GCC_TRADITIONAL, AC_SET_MAKE, AC_RSH,
...
AC_GETLOADAVG, AC_CROSS_CHECK): Print results verbosely.
(AC_GETLOADAVG): Namespace cleanup.
1994-05-04 14:44:23 +00:00
David MacKenzie
ef0ba7a9d0
(AC_HAVE_POUNDBANG): Quote # in message.
...
From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
(AC_PROG_CXX): Look for "cxx" (DEC C++ compiler) too.
1994-05-02 23:45:11 +00:00
David MacKenzie
397ae4425b
Comment changes.
1994-05-02 23:44:20 +00:00
David MacKenzie
56b6bdcaee
(AC_OUTPUT): Change >> to > in sed command.
1994-04-30 13:37:01 +00:00
David MacKenzie
4c24e837db
version 1.9.2
1994-04-30 01:49:37 +00:00
David MacKenzie
43282c6850
(AC_PROG_INSTALL): Use install.sh from ac_aux_dir.
...
(AC_LN_S): Add verbose messages.
(AC_MMAP): If NBPC is not defined, use PAGESIZE.
From "Kaveh R. Ghazi" <ghazi@eden.rutgers.edu>.
1994-04-30 01:45:26 +00:00
David MacKenzie
90fda5b151
(AC_OUTPUT): When doing substitutions on files, if
...
the file starts with "#!", put the "automatically generated"
comment on the second line instead of the first.
(AC_CONFIG_AUX, AC_CONFIG_AUX_DEFAULT,
AC_CONFIG_AUX_DIRS, AC_SYSTEM_TYPE, AC_HOST_TYPE, AC_TARGET_TYPE,
AC_BUILD_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS, AC_OUTPUT_MAKE_LINKS,
AC_CONFIG_SUBDIRS): New macros.
(AC_OUTPUT_HEADER): For each file being created,
munge a copy of conftest.sed rather than the original.
From brook@trillium.botany.utexas.edu (Brook Milligan).
1994-04-30 01:44:39 +00:00
David MacKenzie
cdf79c42ed
Initial revision
1994-04-30 01:42:39 +00:00
David MacKenzie
2e8158481e
fix typo in comment
1994-04-26 04:29:06 +00:00
David MacKenzie
ce6b54c083
(AC_LANG_C, AC_LANG_CPLUSPLUS): Remove CFLAGS and CXXFLAGS from ac_cpp.
1994-04-26 04:27:14 +00:00
David MacKenzie
dc22e491cb
Fix AC_SIZEOF_TYPE AC_OBSOLETE texts.
1994-04-22 11:56:38 +00:00
David MacKenzie
572c46460e
(AC_FIND_XTRA): Reorder AC_REQUIREs.
1994-04-22 00:02:25 +00:00
David MacKenzie
eb290f398f
(AC_FIND_X): AC_REQUIRE_CPP.
1994-04-21 23:51:44 +00:00
David MacKenzie
d9cf372ee6
Version 1.9.
1994-04-21 23:45:11 +00:00
David MacKenzie
2104a052f2
(AC_PROG_LEX): Say what we set LEXLIB to.
1994-04-21 23:43:14 +00:00
David MacKenzie
81cbfcefbf
(AC_PARSEARGS): Allow . in hostnames. Use string comparison on them.
...
(AC_HAVE_LIBRARY): namespace cleanup.
1994-04-20 17:27:41 +00:00
David MacKenzie
f02d8eb861
(AC_PARSEARGS): --gas and --x set with_gas and with_x to yes, not 1.
1994-04-20 17:17:47 +00:00
David MacKenzie
ba8d7786ae
(AC_YYTEXT_POINTER): New macro, replacing AC_DECLARE_YYTEXT.
...
(AC_FIND_X): Assume no X if --without-x was given.
(AC_FIND_XTRA): Quotes AC_REQUIRE args. Run uname in a subshell in
case it's missing. Put -l options in X_EXTRA_LIBS. Print values of
the variables we set if verbose.
1994-04-20 17:17:01 +00:00
David MacKenzie
53143bd4ff
(AC_FIND_X_XMKMF): Set variables correctly.
1994-04-19 19:15:17 +00:00
David MacKenzie
6b8e55867c
(AC_SIZEOF_TYPE): FIx typo.
1994-04-19 18:39:41 +00:00
David MacKenzie
076b601df3
(AC_SIZEOF_TYPE): Remove second arg, and generate a symbol name automatically.
1994-04-19 03:01:11 +00:00
David MacKenzie
4f27449210
(AC_PROG_INSTALL): Only filter out "install" containing "dspmsg".
...
(AC_FIND_X_XMKMF): Fix variable names to not conflict with grep -v.
1994-04-19 02:24:21 +00:00
David MacKenzie
9ac645c96c
Call AC_LANG_C in AC_PREPARE, not AC_INIT.
1994-04-16 19:05:27 +00:00
David MacKenzie
56e59c4bac
Rename ac_configure_args back to configure_args, since some people
...
have been using it.
1994-04-15 11:00:32 +00:00
David MacKenzie
6df95ed43b
(AC_SET_MAKE): Use $MAKE if defined, else "make".
1994-04-14 02:59:11 +00:00
David MacKenzie
509242435d
(AC_TEST_CPP): Propogate comment about Coherent lossage into configures.
1994-04-13 21:26:32 +00:00
David MacKenzie
72ba225221
(AC_PARSEARGS): Unknown option is a fatal error.
1994-04-09 22:07:23 +00:00
David MacKenzie
bb4f095526
Remove ac_ prefix from some variables set by options, for consistency
...
and backward compatibility.
1994-04-09 21:34:23 +00:00
David MacKenzie
b59f214a9e
Don't test for -lsocket on IRIX. From Karl Berry.
1994-04-08 19:41:52 +00:00
David MacKenzie
e2405f18fd
Incr AC_ACVERSION.
1994-04-08 17:47:36 +00:00
David MacKenzie
0413e9b67a
(AC_FIND_X): Change message.
1994-04-08 17:46:06 +00:00
David MacKenzie
b408273fe3
(AC_FIND_X_XMKMF, AC_FIND_X_DIRECT): Don't override --x-includes and
...
--x-libraries. Check openwin last due to its bugs.
1994-04-08 17:27:41 +00:00
David MacKenzie
42531d2703
Add --x-includes, --x-libraries options. Document them and --build,
...
--host, --target.
1994-04-08 17:26:34 +00:00
David MacKenzie
7c0557bd05
Add comment.
1994-04-06 12:02:16 +00:00
David MacKenzie
6f4bb88542
(AC_PROG_INSTALL): Look for install.sh in @top_srcdir@, not $srcdir.
1994-04-05 16:51:31 +00:00
David MacKenzie
56453d98d8
(AC_OUTPUT): AC_SUBST top_srcdir. Set it.
1994-04-05 16:45:41 +00:00
David MacKenzie
06f9e6ac0f
Add back --no-create option. Make config.status --recheck use it.
1994-04-05 01:29:04 +00:00
David MacKenzie
21fc558d52
(AC_PARSEARGS): --with can take an argument again.
1994-03-31 13:22:23 +00:00
David MacKenzie
2dc83ae174
(AC_PARSEARGS): Add --disable-FEATURE; remove --site.
1994-03-31 01:02:47 +00:00
David MacKenzie
8b5723a3c3
Make multiple non-option args a fatal error.
1994-03-29 00:43:48 +00:00
David MacKenzie
8a94b65cb3
(AC_PARSEARGS): Warn about multiple non-option args.
1994-03-29 00:40:23 +00:00
David MacKenzie
84f652336d
Change all occurrences of $(MAKE_VAR) to ${MAKE_VAR}.
1994-03-29 00:19:36 +00:00
David MacKenzie
a51f433e13
(AC_PARSEARGS): Rewrite again, using ideas from the GNU libc configure.in.
...
All options that take an argument set shell variables.
(AC_COMPILE_CHECK): Add `return' in `int' function.
1994-03-28 23:48:26 +00:00
David MacKenzie
ad1842ffb7
(AC_NOTICE): Don't save original args or initialize options here.
...
(AC_PARSEARGS): Do them here.
(AC_PREPARE): Save a copy of original args here, if it hasn't been
done yet.
1994-03-27 05:44:01 +00:00
David MacKenzie
95138c19d9
Omit obsolete options from usage message.
...
Quote args to AC_CHECKING that contain m4 variables.
1994-03-27 01:44:38 +00:00
David MacKenzie
f8469c9873
Initialize variables set by options.
...
(AC_HAVE_HEADERS): Require cpp.
1994-03-26 22:34:54 +00:00