Commit Graph

90 Commits

Author SHA1 Message Date
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
e2405f18fd Incr AC_ACVERSION. 1994-04-08 17:47:36 +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
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
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
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
a3959e019d (AC_SIZEOF_TYPE): New macro. 1994-03-22 23:28:24 +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
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
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
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
d3dc3238f5 Formerly acgeneral.m4.~166~ 1994-02-04 22:17:05 +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
Roland McGrath
1974b74806 Formerly acgeneral.m4.~162~ 1993-12-14 21:53:07 +00:00
Roland McGrath
4d55e3d89c Formerly acgeneral.m4.~161~ 1993-12-08 17:09:40 +00:00
Noah Friedman
2e16000e69 Formerly acgeneral.m4.~160~ 1993-12-02 07:24:42 +00:00
David MacKenzie
63877a1990 Formerly acgeneral.m4.~159~ 1993-11-18 23:40:54 +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
David MacKenzie
a1e1108292 Formerly acgeneral.m4.~154~ 1993-10-26 19:25:34 +00:00
David MacKenzie
b279c0e989 Initial revision 1993-10-20 23:33:19 +00:00