Commit Graph

372 Commits

Author SHA1 Message Date
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
David MacKenzie
44a33bea74 (AC_SET_MAKE): New macro.
(AC_PROG_INSTALL): Find scoinst as a good install program.
1994-03-26 22:34:32 +00:00
David MacKenzie
d9f8b82b58 Recognize all the Cygnus configure options; warn about other arguments.
Make default value for --with "yes", not "1".
AC_SUBST for prefix and exec_prefix.
(AC_ENABLE): New macro.
1994-03-26 06:32:34 +00:00
David MacKenzie
5da8a17dc0 comment fix 1994-03-24 18:54:06 +00:00
David MacKenzie
664a96a524 (AC_PREREQ): New macro, with some helper macros. 1994-03-24 18:36:13 +00:00
David MacKenzie
7cf557b099 (AC_PARSEARGS): Add --help and --version to configure.
Simplify getting option arguments.  Complain about impossible
host arguments.
(AC_OUTPUT): Add --help and --version to config.status.
1994-03-24 03:41:48 +00:00
Roland McGrath
1c3f6708c4 (AC_CHECKING): Do nothing if $ac_silent is set.
(AC_PARSEARGS): Grok -q/--quiet/--silent and set $ac_silent.
1994-03-23 05:16:11 +00:00
David MacKenzie
26451cb1a6 (AC_INT_16_BITS, AC_LONG_64_BITS): Mark obsolete with advice to use
AC_SIZEOF_TYPE instead.
1994-03-22 23:29:40 +00:00
David MacKenzie
a3959e019d (AC_SIZEOF_TYPE): New macro. 1994-03-22 23:28:24 +00:00
David MacKenzie
443c92457b Use AC_CHECKING et al. where appropriate. 1994-03-22 20:46:36 +00:00
David MacKenzie
5ec9a446a5 (AC_CHECKING, AC_VERBOSE, AC_ERROR, AC_WARN): New macros.
Use them where appropriate.
(AC_LANG_C, AC_LANG_CPLUSPLUS): Fix quoting of ac_cpp.
1994-03-22 20:45:36 +00:00
David MacKenzie
59f62dea45 (AC_PROG_CPP): Don't add $CFLAGS to CPP.
(AC_PROG_CXXCPP): Don't add $CXXFLAGS to CXXCPP.
1994-03-22 13:45:34 +00:00
David MacKenzie
c3800f9ea7 (AC_OUTPUT): Don't remove VPATH lines containing colons.
From Jim Meyering (meyering@comco.com).
(AC_LANG_C): Add CFLAGS to ac_cpp.
(AC_LANG_CPLUSPLUS): Add CXXFLAGS to ac_cpp.
1994-03-22 13:44:36 +00:00
David MacKenzie
02de1b387f (AC_LANG_RESTORE): Only emit shell code to change the current language
if it actually changed.
1994-03-20 00:39:50 +00:00
David MacKenzie
8202df5faf (AC_PROG_CXX, AC_PROG_CXXCPP, AC_REQUIRE_CPP): New macros based on
work by zoo@aggregate.com (david d zuhn).
(AC_DECLARE_YYTEXT): Use AC_REQUIRE_CPP.  Warn that it's broken.
(AC_STDC_HEADERS): Use AC_REQUIRE_CPP.
(AC_MMAP): New macro from Mike Haertel and Jim Avera.
1994-03-19 21:49:18 +00:00
David MacKenzie
c82498449c (AC_PARSEARGS): Check for missing arguments to options. Recognize
--target.  Save the original args before modifying them.
(AC_INIT): Call AC_LANG_C.
(AC_PREPARE): Don't save the original args here (too late).
(AC_LANG_C, AC_LANG_CPLUSPLUS, AC_LANG_SAVE, AC_LANG_RESTORE):
New macros based on work by zoo@aggregate.com (david d zuhn).
(AC_HEADER_EGREP, AC_PROGRAM_EGREP, AC_COMPILE_CHECK,
AC_TEST_PROGRAM, AC_TEST_CPP): Use AC_REQUIRE_CPP and ac_ext and
ac_cpp.
1994-03-19 21:46:09 +00:00
David MacKenzie
a51c9f3f57 Rename another variable. Update copyright for generated script. 1994-03-18 09:35:40 +00:00
David MacKenzie
dc53d27ed1 Shorten sed variable names. Remove bogus changequotes. 1994-03-18 08:18:08 +00:00
David MacKenzie
4657336cfc (AC_OUTPUT): Remove VPATH lines if srcdir=., to work around Sun make
bug.  From Karl Berry.

Rename internal use shell variables to start with "ac_".

Trap signal 2 (SIGINT), not signal 3 (SIGQUIT), which means stop
without cleaning up.  From eggert@twinsun.com (Paul Eggert).
1994-03-18 08:02:20 +00:00
David MacKenzie
df8bebdaaa (AC_FIND_XTRA): New macro from Karl Berry (karl@cs.umb.edu).
(AC_FIND_X, AC_ISC_POSIX): Provide self.

(AC_DECLARE_YYTEXT): Move AC_SUBST.  Don't quote value of
DECLARE_YYTEXT.  From Karl Berry.

(AC_PROG_CPP): Include $CFLAGS in CPP.
1994-03-18 08:00:54 +00:00
David MacKenzie
63d75af989 entered into RCS 1994-03-18 02:55:23 +00:00
David MacKenzie
f6c50afa5f Formerly acgeneral.m4.~167~ 1994-03-10 06:29:54 +00:00
Roland McGrath
caa0fa4862 Formerly acspecific.m4.~193~ 1994-02-11 02:44:53 +00:00
Roland McGrath
56d0a7d32d Formerly acspecific.m4.~192~ 1994-02-05 18:35:44 +00:00
Roland McGrath
d3dc3238f5 Formerly acgeneral.m4.~166~ 1994-02-04 22:17:05 +00:00
Roland McGrath
a5e98129e0 Formerly acspecific.m4.~191~ 1994-01-21 21:34:58 +00:00
Noah Friedman
dfbc85f275 Formerly acgeneral.m4.~165~ 1994-01-06 21:29:02 +00:00
Noah Friedman
e02f6dcfa8 Formerly acgeneral.m4.~164~ 1993-12-22 12:54:01 +00:00
Noah Friedman
f9864c3053 Formerly acspecific.m4.~190~ 1993-12-17 18:44:18 +00:00
David MacKenzie
7f67e8dedd Formerly acspecific.m4.~189~ 1993-12-15 20:40:01 +00:00
Roland McGrath
1974b74806 Formerly acgeneral.m4.~162~ 1993-12-14 21:53:07 +00:00
Noah Friedman
cebad21888 Formerly acspecific.m4.~187~ 1993-12-10 11:35:21 +00:00
Roland McGrath
4d55e3d89c Formerly acgeneral.m4.~161~ 1993-12-08 17:09:40 +00:00
Noah Friedman
2a14d6aca8 Formerly acspecific.m4.~186~ 1993-12-07 04:40:53 +00:00
Noah Friedman
2e16000e69 Formerly acgeneral.m4.~160~ 1993-12-02 07:24:42 +00:00
Noah Friedman
4cc5c82f0b Formerly acspecific.m4.~185~ 1993-11-24 00:38:01 +00:00
Noah Friedman
c4f2184d05 Formerly acspecific.m4.~184~ 1993-11-20 23:26:09 +00:00
David MacKenzie
63877a1990 Formerly acgeneral.m4.~159~ 1993-11-18 23:40:54 +00:00
David MacKenzie
9c3d690a3b Formerly acspecific.m4.~182~ 1993-11-18 23:35:09 +00:00
David MacKenzie
a19beffa22 Formerly acgeneral.m4.~158~ 1993-11-13 17:24:55 +00:00
Noah Friedman
9bf1a6aac6 Formerly acgeneral.m4.~157~ 1993-11-10 14:25:29 +00:00
Noah Friedman
bee54851bd Formerly acgeneral.m4.~155~ 1993-11-08 21:22:42 +00:00
Noah Friedman
39642022b5 Formerly acspecific.m4.~181~ 1993-11-06 04:31:14 +00:00
Jim Meyering
e4a595874c Formerly acspecific.m4.~180~ 1993-10-30 01:46:35 +00:00
David MacKenzie
a1e1108292 Formerly acgeneral.m4.~154~ 1993-10-26 19:25:34 +00:00
David MacKenzie
5c4e94d971 Formerly acspecific.m4.~179~ 1993-10-20 23:50:07 +00:00
David MacKenzie
b279c0e989 Initial revision 1993-10-20 23:33:19 +00:00
Roland McGrath
dcc9dc7f7e Initial revision 1993-10-15 22:51:22 +00:00