Commit Graph

399 Commits

Author SHA1 Message Date
David MacKenzie
69a53ee988 new version 1994-08-23 18:07:04 +00:00
David MacKenzie
8aaede57a9 various small adjustments 1994-08-23 15:04:53 +00:00
David MacKenzie
7abc8f75fd Initial revision 1994-08-23 15:04:22 +00:00
Richard M. Stallman
c2d6c2d499 Move m68k-ccur handling to proper part of file.
Canonicalize cpu type pentium into i486.  (Change it to i586 later.)
1994-08-23 06:04:59 +00:00
David MacKenzie
a30c1ef188 clean up substitutions and bugs 1994-08-23 06:01:14 +00:00
David MacKenzie
74670afe98 *** empty log message *** 1994-08-23 06:00:42 +00:00
Richard M. Stallman
1e6da0f5fb entered into RCS 1994-08-21 17:29:57 +00:00
Richard Kenner
ea1eb02aa1 *** empty log message *** 1994-08-17 22:20:40 +00:00
David MacKenzie
ba31ba899f clarify 1994-08-13 03:32:33 +00:00
David MacKenzie
0aae456f31 fix dir headers, extend have_funcs,headers 1994-08-13 03:28:38 +00:00
David MacKenzie
18c8136a84 use AC_DEFUN, alphabetize manual 1994-08-13 02:19:11 +00:00
Richard Kenner
4481506790 *** empty log message *** 1994-08-11 21:00:10 +00:00
David MacKenzie
1e82001304 more notes 1994-08-11 04:14:02 +00:00
David MacKenzie
5c92299e4a fix unsigned char check for gcc 1994-08-11 00:36:21 +00:00
David MacKenzie
db6c43083e fix messages and library checking 1994-08-10 23:54:30 +00:00
David MacKenzie
53b55a54e2 rework test results printing 1994-08-10 16:47:42 +00:00
John Gilmore
07cd8b52a8 Formerly make-stds.texi.~29~ 1994-08-10 05:41:00 +00:00
David MacKenzie
c0acb3fa79 fix typo 1994-08-09 18:38:55 +00:00
David MacKenzie
5047ea80b4 support alternate input file names 1994-08-09 18:35:50 +00:00
David MacKenzie
53255065f1 reinforce m4 compilation order 1994-08-09 16:21:46 +00:00
David MacKenzie
6b27efd0a6 mention AC_ARG* 1994-08-09 15:39:58 +00:00
David MacKenzie
105ce08b51 various fixes 1994-08-09 14:46:16 +00:00
David MacKenzie
cf879be04c fix up dir header check 1994-08-09 13:44:55 +00:00
David MacKenzie
219f18ff3a entered into RCS 1994-08-09 04:48:27 +00:00
David MacKenzie
e5fa1dc6a6 cosmetic 1994-08-03 00:15:38 +00:00
David MacKenzie
7deea4af3f use new macro names. 1994-08-03 00:15:20 +00:00
David MacKenzie
b27430ab16 add missing menu entry 1994-08-02 13:31:12 +00:00
David MacKenzie
fff7008edd great renaming. gratuitous spacing changes 1994-08-01 13:44:22 +00:00
Richard Kenner
121cb301ca *** empty log message *** 1994-07-28 23:16:20 +00:00
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