Commit Graph

2989 Commits

Author SHA1 Message Date
David MacKenzie
301c62396e Add missing files to diagram. 1994-04-13 22:15:01 +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
e4537df107 (DISTFILES): Rearrange. 1994-04-13 04:52:30 +00:00
Richard M. Stallman
01a2e403ce (next): Fix typo in m68k-next-ns3 alternative. 1994-04-12 20:13:58 +00:00
David MacKenzie
72ba225221 (AC_PARSEARGS): Unknown option is a fatal error. 1994-04-09 22:07:23 +00:00
David MacKenzie
005878ac0d version 1.8 1994-04-09 21:35:03 +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
Richard Kenner
32e63f6901 Add ns* as operating systems; default to ns2 for NeXT. 1994-04-09 19:01:54 +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
11f05aef8d Note other things on the way. 1994-04-08 19:12:24 +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
0f18de313b Mention --x-includes and --x-libraries. 1994-04-08 17:25:25 +00:00
David MacKenzie
59bdc64029 Mention new args. 1994-04-08 17:23:49 +00:00
David MacKenzie
7c0557bd05 Add comment. 1994-04-06 12:02:16 +00:00
David MacKenzie
2ce002237c Document top_srcdir substitution. 1994-04-05 16:55:12 +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
58545cb4eb Note --no-create. 1994-04-05 01:30:48 +00:00
David MacKenzie
ea224c3abd Fix dependencies examples. 1994-04-05 01:30:24 +00:00
David MacKenzie
6378b56adc Update configuration dependencies. 1994-04-05 01:29:40 +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
d6c4bea3ad Go back to doing move-if-change. Work around in dependencies
by using stamp files.
1994-04-05 00:13:00 +00:00
David MacKenzie
22c7df0c2b (autoconf, autoheader, configure): Write to $@.tmp
instead of to $@ directly so that after a disk full error, the
targets to not exist.  Otherwise, a subsequent make could
install a corrupt (but not executable) script.
From Jim Meyering.
1994-03-31 16:34:43 +00:00
David MacKenzie
f9d6a4999e Document --with with an argument. 1994-03-31 13:23:26 +00:00
David MacKenzie
5462e0b43f Re-document --with argument. 1994-03-31 13:22:49 +00:00
David MacKenzie
21fc558d52 (AC_PARSEARGS): --with can take an argument again. 1994-03-31 13:22:23 +00:00
David MacKenzie
637e754d53 Mention --disable-. 1994-03-31 01:05:03 +00:00
David MacKenzie
05d9fc5f10 Document --disable- options. 1994-03-31 01:03:42 +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
fa7bcaed93 Format better. 1994-03-28 23:50:43 +00:00
David MacKenzie
19c2a252fc (Command Line): New node. Move some descriptions here from General
Feature Tests.  Describe --without- options.
1994-03-28 23:50:05 +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
882abaa861 Document AC_SET_MAKE.
Note that vsprintf and vfprintf come with vprintf.
Note that env can be used to set env vars.
1994-03-26 22:34:06 +00:00
David MacKenzie
9f36048656 Mention AC_SET_MAKE, no AC_DECLARE_YYTEXT. 1994-03-26 22:33:04 +00:00
David MacKenzie
e4f9c84f9f Document new options and substitutions. 1994-03-26 06:33:54 +00:00
David MacKenzie
055a4d345b Document AC_ENABLE and @prefix@ and @exec_prefix@ substitutions. 1994-03-26 06:33:23 +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
475f67facd entered into RCS 1994-03-26 04:01:14 +00:00
David MacKenzie
7db875034c Mention config.h.top. 1994-03-24 23:12:08 +00:00
David MacKenzie
a8e151f46f Style cleanups. Mention config.h.top. 1994-03-24 23:11:31 +00:00