Commit Graph

814 Commits

Author SHA1 Message Date
Per Bothner
491752eda1 * config.guess: Recognize Cray90 (from Pete TerMaat). 1995-05-15 21:49:34 +00:00
Erich Stefan Boleyn
180afac718 Add configuration for semi-hosted ARM. 1995-05-13 09:37:50 +00:00
Doug Evans
abd656f376 (vxworks29k): New alias. 1995-05-12 15:49:42 +00:00
Per Bothner
b11ece03dc Recognize PCs running Solaris2. Also, some cleaning up for CRAYs. 1995-05-12 00:19:09 +00:00
Michael Meissner
d9311990b7 Add powerpc little endian support; Add powerpc variants; Add pentium variants 1995-05-09 20:22:38 +00:00
David MacKenzie
4fbb7a7771 (AC_PATH_X_XMKMF): Check for libX11.{so,sl} as well as .a when
seeing whether LIBDIR or USRLIBDIR is right.
1995-05-07 12:08:56 +00:00
David MacKenzie
efeba5c38f (AC_PROG_CPP): If CPP is already set, use that as
the value and set the cache variable to it.
1995-05-06 21:29:00 +00:00
Richard Kenner
defdd82dc5 Add more NetBSD cases: atrai, sun3*, and mac68k. 1995-05-05 09:50:51 +00:00
Michael Meissner
532fbf9adb Support for pre-BFD versions of Linux ld. 1995-04-27 18:35:38 +00:00
Richard Kenner
03cc9ac468 (i[34]86:*:3.2:*) test for /usr/options/cb.name before calling uname. 1995-04-27 13:22:29 +00:00
Michael Meissner
b037852dda Support Linux elf and a.out systems; Add parisc support 1995-04-26 20:45:43 +00:00
Richard Kenner
e4cf843035 (CRAY*Y-MP:*:*:*): New entry. 1995-04-26 14:27:47 +00:00
Richard M. Stallman
39061823ae Update date. 1995-04-13 01:59:46 +00:00
Richard M. Stallman
3766de757b Don't use error count as exit status. 1995-04-13 01:59:20 +00:00
Richard M. Stallman
6c162f80c0 Accept -lites* as op sys. 1995-04-07 07:32:44 +00:00
David MacKenzie
b130aaa8db version 2.3 1995-03-27 23:29:35 +00:00
David MacKenzie
d0c29464c3 (AC_OUTPUT): Add quotes around the echo arguments
in the trap, so backslashes aren't required for multiline input.
	From G.Wilford@ee.surrey.ac.uk.
	Also use the sed trick when not using a config header file.
1995-03-27 23:24:01 +00:00
David MacKenzie
a97e23dbc2 add stuff about option variable names 1995-03-24 04:13:47 +00:00
David MacKenzie
55b13dbaa4 put -c and -o right after compiler name 1995-03-24 04:13:32 +00:00
David MacKenzie
cb787d8ee0 fix wrong default for finding autoconf files 1995-03-24 04:13:12 +00:00
David MacKenzie
0c29fe2579 fix little nits 1995-03-23 23:49:35 +00:00
Richard M. Stallman
47d531c0f2 (rm400, rm600): New machine names.
(sinix5.*, sinix): New os aliases.
(mips-siemens): Default os to sysv4.
1995-03-22 08:54:39 +00:00
David MacKenzie
8cf3e847b3 version 2.2 1995-03-08 22:06:48 +00:00
David MacKenzie
5d0164e642 reorder news. 1995-03-08 22:06:31 +00:00
David MacKenzie
854d83be44 follow cd with &&, not ; 1995-03-08 17:48:39 +00:00
David MacKenzie
33a8beee8f fix newly added problems in AC_FUNC_ALLOCA 1995-03-07 17:08:30 +00:00
David MacKenzie
a24e304db5 add another suggestion 1995-03-07 17:08:21 +00:00
David MacKenzie
58939f46e8 replace nested macro calls with a loop 1995-03-07 01:27:46 +00:00
David MacKenzie
e71f08e5ba fix bug in John's code with cache file /dev/null 1995-03-07 00:38:46 +00:00
David MacKenzie
0f53fcad1b various little patches 1995-03-07 00:19:27 +00:00
Roland McGrath
52521243f1 (AC_C_BIGENDIAN): Check for BYTE_ORDER macro from sys/param.h before
trying the test program which cannot be cross-compiled.
1995-02-25 06:56:47 +00:00
Roland McGrath
d0c84d4f0a (AC_CHECK_FUNC): Remove quotes in comment in test program. 1995-02-25 06:46:06 +00:00
Roland McGrath
efeec7fbdd (AC_CHECK_FUNC): Include errno.h instead of ctype.h in test program. 1995-02-25 01:02:00 +00:00
Richard Kenner
7e0ffaa162 Recognize NetBSD/Amiga as m68k-cbm-netbsd. 1995-02-23 00:08:39 +00:00
David MacKenzie
555069628e more little bug fixes 1995-02-21 20:39:40 +00:00
Doug Evans
18ce47a6a9 (sun4sol2): Alias for sparc-sun-solaris2. 1995-02-20 20:25:48 +00:00
Doug Evans
0967873235 Recognize lynx* as lynxos. 1995-02-18 17:18:21 +00:00
Roland McGrath
6cf21148f7 (AC_PROG_CC_C_O): Use sed filter to make sure ${ac_cc} is always a valid
shell variable name.
(AC_PROG_MAKE_SET): Remove gratuitous backslashes in checking message.
1995-02-13 23:13:02 +00:00
Roland McGrath
4915f99aae (AC_CHECK_TOOL_PREFIX): Require AC_CANONICAL_BUILD, so both $build and
$host are definitely set before we compare them.
1995-02-12 23:42:30 +00:00
Roland McGrath
9b9cc5de63 Update AC_CHECK_TOOL description. New third argument (optional). 1995-02-11 09:39:53 +00:00
Roland McGrath
894f765564 (AC_CHECK_TOOL): Rewritten. Take optional third arg VALUE-IF-NOT-FOUND.
Check for ${ac_tool_prefix}PROG-TO-CHECK-FOR first.  If not found and third
arg given, and ${ac_tool_prefix} is nonempty, check for unadorned
PROG-TO-CHECK-FOR as well.  Last choice use VALUE-IF-NOT-FOUND.
1995-02-11 09:37:18 +00:00
Roland McGrath
1e18f6fe7e (AC_CONFIG_SUBDIRS): Fix sed command to produce $ac_dots. 1995-02-10 22:45:47 +00:00
David MacKenzie
bb41a196e7 various bug fixes 1995-02-09 22:44:35 +00:00
David MacKenzie
897e4e09a8 Add a blank in the #! line for 4.2BSD Dynix etc. 1995-02-08 15:05:06 +00:00
David MacKenzie
52d932825d add a space in #! for 4.2bsd dynix etc. 1995-02-08 15:03:05 +00:00
David MacKenzie
2d3d9ed9f2 add a space in #! line
for 4.2bsd dynix etc.
1995-02-08 14:59:55 +00:00
David MacKenzie
f3c1eec704 more -l order frobbing 1995-02-08 14:58:30 +00:00
Richard M. Stallman
5a86bbd9cb real-clean renamed to maintainer-clean.
Description changed too.
1995-02-07 23:45:48 +00:00
David MacKenzie
77caa43c94 various bug fixes 1995-02-07 22:41:14 +00:00
Roland McGrath
d2af471598 (AC_FUNC_GETLOADAVG): Check for -lkvm before -lutil; if we have -lkvm, put
it after -lutil in $LIBS.
1995-02-07 05:23:22 +00:00