1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

463 Commits

Author SHA1 Message Date
Gerd Moellmann
3aa40e0e02 Use AC_EGREP_CPP to check if the C preprocessor
converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
to `yes'.  Later in AC_OUTPUT, check this variable.
2001-02-23 13:31:40 +00:00
Kenichi Handa
c8d4d4ccd1 Fix typo in the code setting x_search_path. 2001-01-13 07:10:58 +00:00
Gerd Moellmann
ad4ac636ee Don't reset LIBS at end of -lXmu test. Test for
-lXext.
(HAVE_XKBGETKEYBOARD): Fix reporting of result.
(HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
(HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
(now in $LIBS).
2001-01-10 15:18:48 +00:00
Gerd Moellmann
9ca4be21c5 Test for XkbGetKeyboard with an AC_TRY_LINK whose
source file includes XKBlib.h.  On some broken Solaris systems,
there is an XKBlib.h, reportedly, but header files included by
XKBlib.h are missing.
2000-12-19 11:26:41 +00:00
Gerd Moellmann
cae1e7d4ef AC_CHECK_FUNC XkbGetKeyboard. 2000-12-14 12:02:09 +00:00
Dave Love
557dcfd773 Use full path for NON_GNU_CPP. 2000-12-11 17:17:02 +00:00
Gerd Moellmann
64a04a42fe Use it instead of invoking AC_CHECK_FUNCS on
ftello.
2000-12-11 11:53:06 +00:00
Gerd Moellmann
d96a4de3ae Initialize HAVE_LIBXP to no. 2000-11-23 12:36:52 +00:00
Gerd Moellmann
393032d2ac Use m/macppc.h instead of the non-existent
m/powerpc.h.
2000-11-22 12:50:24 +00:00
Gerd Moellmann
464c7d2d76 (AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
2000-11-21 12:23:31 +00:00
Gerd Moellmann
79cdd3b029 (HAVE_PNG): Check for the presence of
png_get_channels to rule out older PNG libs.
2000-11-21 10:41:33 +00:00
Dave Love
05b73ae7c7 Fix last change. 2000-11-20 19:02:44 +00:00
Gerd Moellmann
c776f30b14 Use -traditional with GNU cpp. 2000-11-20 14:07:03 +00:00
Dave Love
7bb9a03671 Test for mkstemp. 2000-11-07 18:09:06 +00:00
Dave Love
9d280ef705 Check for gai_strerror. 2000-10-02 16:37:49 +00:00
Gerd Moellmann
1ecefa7a6e Support `sparc*-*-netbsd*'. 2000-09-30 14:34:26 +00:00
Dave Love
d5c898bbe2 Fix alpha*-dec-osf4 using the osf5 config. 2000-09-29 09:32:16 +00:00
Dave Love
69c406323b Fix spurion. 2000-09-14 18:59:00 +00:00
Gerd Moellmann
e32fac2a98 (USE_MMAP_FOR_BUFFERS): Recognize in system
configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
to `no' if defined.  Change result report.
2000-09-14 15:11:53 +00:00
Dave Love
53c94d4d99 Remove spurious `@'s. 2000-09-08 16:13:10 +00:00
Gerd Moellmann
b1b4ce06bb (REL_ALLOC_MMAP): Recognize in system configuration
file and print informational message.
2000-09-06 21:23:55 +00:00
Gerd Moellmann
142e4bed2b (AC_FUNC_MMAP): Add. 2000-09-06 12:20:45 +00:00
Gerd Moellmann
1890c0c425 Add ``checking'' messages for
XpmReturnAllocPixels.
2000-09-01 14:05:06 +00:00
Gerd Moellmann
1c70a086f7 Check <strings.h>; check index' and rindex'
functions.
2000-08-28 15:01:07 +00:00
Kenichi Handa
71c72a72ac <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
"case "${canonical}" in".
2000-08-26 00:36:57 +00:00
Dave Love
f8340326f3 <osf>: Use NON_GNU_CPP='cpp' always. 2000-08-25 15:20:51 +00:00
Gerd Moellmann
36969de6bb <making srcdir absolute>: Unset CDPATH in case $PWD
contains a relative path.  Protect against unusable values of
$PWD.
2000-08-24 11:41:40 +00:00
Gerd Moellmann
2d23c8cc17 Add support for ia64*-*-linux*. 2000-08-03 20:08:27 +00:00
Dave Love
48989eadcb (AC_SYS_LARGEFILE): Moved earlier. 2000-07-26 10:51:09 +00:00
Dave Love
8170f46b63 Add AC_SIZE_T. 2000-07-24 09:32:28 +00:00
Dave Love
4428e2683a Reorder so that most tests are done after CPPFLAGS
is set from the C_SWITCH_... definitions.
2000-07-18 22:04:26 +00:00
Gerd Moellmann
7960d0bd65 (HAVE_XPM): Undo previous change. Check for
preprocessor define XpmReturnAllocPixels.
2000-07-10 20:37:48 +00:00
Gerd Moellmann
3bf1f88207 (HAVE_XPM): Check for XpmReturnAllocPixels
instead of XpmReadFileToPixmap.
2000-07-06 15:11:25 +00:00
Ken Raeburn
b192d653da * configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
LIBSOUND accordingly.
2000-07-05 19:18:52 +00:00
Dave Love
2ce723a582 Use AC_HEADER_SYS_WAIT. 2000-07-05 16:53:30 +00:00
Ken Raeburn
5a9bf171d0 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while
searching for image-handling libraries.
2000-06-30 22:02:25 +00:00
Gerd Moellmann
c6f7dae828 (--with-xim): New option. 2000-06-26 15:38:07 +00:00
Dave Love
8a2c23285e [HAVE_TIMEVAL]: Move gettimeofday test here, test for struct timezone
and test how we can call gettimeofday.
2000-06-23 15:30:19 +00:00
Gerd Moellmann
72d9b5b37f (HAVE_LIBXP): Change test for libXp. 2000-06-22 22:05:01 +00:00
Dave Love
1ca2077a45 Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not simple test for
getloadavg and substitute GETLOADAVG_LIBS.  Simplify test for
GETTIMEOFDAY_ONE_ARGUMENT.
2000-06-21 14:08:44 +00:00
Dave Love
290c1191d0 (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case _XOPEN_SOURCE is defined. 2000-06-19 10:54:29 +00:00
Gerd Moellmann
9406115eeb Generate lisp/Makefile. 2000-06-14 20:23:14 +00:00
Gerd Moellmann
9f25f6fb98 Add support for `*-lynxos*'.
Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
recommended by <Karen.Dorhamer@compaq.com> to fix problems
on Tru64 UNIX v5.0.
2000-06-14 13:37:07 +00:00
Dave Love
63c59d1ef8 Don't specify -n32 flag for mips-sgi-irix6.5.
Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
test.
2000-06-02 15:38:39 +00:00
Gerd Moellmann
25abcaf1c1 Add check for speed_t typedef. 2000-05-26 15:56:13 +00:00
Gerd Moellmann
40ccc4c770 Check for grandpt and getpt. 2000-05-20 15:50:35 +00:00
Gerd Moellmann
3ad6e32bb9 Add support for `powerpc*-*-linux-gnu*'. 2000-04-27 19:05:51 +00:00
Gerd Moellmann
b52425f4dd Add support for `powerpc-*-netbsd*'. 2000-04-19 14:37:56 +00:00
Dave Love
396c440152 Don't use AC_FUNC_GETLOADAVG. 2000-04-19 11:29:15 +00:00
Dave Love
38c44a9161 Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME. 2000-04-14 11:21:41 +00:00
Ken Raeburn
4d6e16b3c3 * configure.in: Line up "--help" output a little better. 2000-03-30 10:06:34 +00:00
Dave Love
3f5b097c6d Use AC_PROG_RANLIB, AC_C_PROTOTYPES, AC_C_VOLATILE. Define
POINTER_TYPE.
2000-03-08 18:40:13 +00:00
Gerd Moellmann
f402795875 (machine): Add support for `*-auspex-sunos*'. 2000-03-02 09:44:43 +00:00
Gerd Moellmann
69d5a2fad9 (machine): Add `mipsel-*-netbsd*' and
`arm-*-netbsd*'.
2000-03-01 12:54:21 +00:00
Gerd Moellmann
c5b22f2a70 (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. 2000-02-29 09:57:09 +00:00
Dave Love
215f6689fa Fix pattern for osf5+. 2000-02-27 12:28:12 +00:00
Dave Love
e57196a0a1 Define NON_GNU_CPP on alpha-dec-osf5+. 2000-02-18 19:52:52 +00:00
Ken Raeburn
3b3cc4a489 include -lz and -ljpeg when testing for -ltiff 2000-02-17 20:04:15 +00:00
Gerd Moellmann
1073bdc3f7 Remove LISP_FLOAT_TYPE. 2000-02-17 09:47:23 +00:00
Dave Love
79e1207885 Use AC_FUNC_VFORK. 2000-02-12 16:21:43 +00:00
Dave Love
b48097710c Remove -G0 from Irix NON_GCC_TEST_OPTIONS. 2000-01-24 15:28:32 +00:00
Gerd Moellmann
5119087bdd (HAVE_GIF): Check for DGifOpen instead of
DGifOpenFileName.
2000-01-18 10:51:21 +00:00
Dave Love
3cc9d384b9 Check for jerror.h as well as libjpeg. 2000-01-05 22:11:33 +00:00
Dave Love
d9b5c99090 Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.
1999-12-07 10:33:35 +00:00
Gerd Moellmann
d506e713fb (machine): Add arm*-*-linux-gnu, ppc-*-linux, and
powerpc-*-linux*.
1999-12-05 14:13:31 +00:00
Dave Love
3012b68f25 Add target arm*-*-linux-gnu*. 1999-12-04 19:47:55 +00:00
Gerd Moellmann
02b2578725 AC_CHECK_FUNCS for setitimer and ualarm. 1999-11-28 20:13:30 +00:00
Ken Raeburn
a21616bdc5 * configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
be deleted.  Check for the k5crypto library as well as the crypto library; MIT
Kerberos 1.1 changed the name.
1999-11-23 22:16:16 +00:00
Dave Love
91193697af Fix NON_GNU_CPP for Irix 6 to avoid failing tests. 1999-11-18 17:44:32 +00:00
Gerd Moellmann
4f6f5dab99 (bitmapdir): Allow for both "bitmaps" directories. 1999-11-11 16:49:03 +00:00
Dave Love
3d9fec712f Fix change for --with-pop default. 1999-11-08 16:26:25 +00:00
Gerd Moellmann
27b07953f3 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). 1999-10-27 10:24:13 +00:00
Paul Eggert
1113b624f0 Add support for large files. Merge glibc 2.1.2.
* configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
(HAVE_TM_GMTOFF): New symbol.
(AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
mbrlen, strsignal.
(LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
1999-10-19 07:15:24 +00:00
Dave Love
6fa064b6bd Default to --with-pop.
Change sense of with-gcc and with-toolkit-scroll-bars messages to reflect
the defaults.
1999-10-12 17:13:27 +00:00
Gerd Moellmann
8e5f58115a (--with-sound): Removed. 1999-09-07 14:48:51 +00:00
Gerd Moellmann
0be97a727d (USE_TOOLKIT_SCROLL_BARS): Move the test down after
the test for Xaw3d.
(HAVE_TIFF): Add -lm to library check.
1999-08-30 22:50:51 +00:00
Richard M. Stallman
620fdfdf61 (USE_TOOLKIT_SCROLL_BARS): Move tests for
-lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
after the other X-related libraries.
1999-08-28 06:23:04 +00:00
Dave Love
07d555c6ef Copyright update. 1999-08-21 10:43:26 +00:00
Dave Love
5ad9ac920c Don't check for jpeglib.h. 1999-08-21 10:41:58 +00:00
Gerd Moellmann
9f8118075d (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
(HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
1999-08-20 19:30:09 +00:00
Dave Love
13a9e2f5e9 Check for termcap.h. 1999-08-18 13:22:47 +00:00
Gerd Moellmann
20c1822ee6 Add --with-toolkit-scroll-bars. If "no",
use Emacs' scroll bars, even if configured for Motif or when
Xaw3d is available.
1999-08-15 22:00:50 +00:00
Karl Heuer
bab630c9b3 Check for getaddrinfo. 1999-08-12 16:01:32 +00:00
Gerd Moellmann
495ccc04c3 Change libtiff34 to libtiff. 1999-08-07 16:01:14 +00:00
Dave Love
b5b193a729 Check for stdlib.h. 1999-07-30 17:30:52 +00:00
Gerd Moellmann
b412189cca (--with-png, HAVE_PNG): New.
(toplevel): Add checks for machine/soundcard.h and sys/soundcard.h.
(USE_TOOLKIT_SCROLL_BARS): New.
(HAVE_XAW3D): New.
(--with-tiff, HAVE_TIFF): Added.
(HAVE_JPEG, --with-jpeg): Added.
(--with-xpm, HAVE_XPM): New.
1999-07-21 21:43:52 +00:00
Dave Love
fc7b9b52be Grok sparc64-*-linux-gnu*. 1999-07-19 15:30:06 +00:00
Karl Heuer
264f512a8d Delete the Kerberos stuff. 1999-05-29 19:26:53 +00:00
Karl Heuer
d840c7d5f0 Prefer kerberos 5 names. 1999-05-27 18:45:59 +00:00
Karl Heuer
03e8ce6a3a Check for libXp. 1999-04-26 05:21:00 +00:00
Richard M. Stallman
6a4bb05de9 Use epaths.h and epaths-force instead of paths.... 1999-02-26 11:38:25 +00:00
Karl Heuer
5dbb45f2fd (f301-fujitsu-uxpv4.1): New target. 1999-02-22 20:54:00 +00:00
Richard M. Stallman
ca568b47a5 (powerpc-apple-netbsd*): New alternative. 1999-02-10 03:04:15 +00:00
Richard M. Stallman
5d4245a68c Change message about HAVE_XFREE386. 1999-01-19 08:08:12 +00:00
Karl Heuer
a187fb8085 (mips-sgi-irix6.5): New target. 1998-12-16 21:42:26 +00:00
Karl Heuer
e786c0694b Remove GSS-API support, since it has been removed from movemail. 1998-12-16 21:13:48 +00:00
Kenichi Handa
66b48aded6 (*-*-bsdi4*): New target. 1998-11-16 06:26:27 +00:00
Karl Heuer
9ae70ffe10 Fix previous change. 1998-11-13 23:25:02 +00:00
Karl Heuer
4e746fa8fe (aviion-intel): New machine. 1998-11-11 19:04:33 +00:00
Kenichi Handa
b4ea3111c0 (mips-nec-sysv4*): New target. 1998-11-04 10:48:53 +00:00
Dave Love
e0a3686bfd Don't mkdir cpp. 1998-10-30 19:00:25 +00:00
Richard M. Stallman
691beae826 Use unset CDPATH instead of making it empty. 1998-06-30 22:15:41 +00:00
Karl Heuer
348e3a0841 Assume unspecified Solaris is 2.5, not 2.4. 1998-06-20 21:44:21 +00:00
Karl Heuer
aef8a36fb0 Add --with-gssapi to specify GSS-API
authentication support for movemail.
1998-04-07 04:00:53 +00:00
Andreas Schwab
6b9c546488 Check for string.h. 1998-04-06 08:57:37 +00:00
Richard M. Stallman
88a806e90d (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
(m68*-hp-hpux*): Handle versions 1X like 10.
1998-03-10 03:33:23 +00:00
Karl Heuer
842f86922a (hppa*-hp-hpux*): Use hpux10 by default. 1998-02-25 22:50:36 +00:00
Richard M. Stallman
eded5b68bc (sparc-fujitsu-sysv4*): New target. 1997-12-21 01:41:43 +00:00
Andreas Schwab
fd0a060bee Cache more tests. Add missing quotes around
message with embedded comma.
1997-12-17 13:16:22 +00:00
Paul Eggert
ef28d7cb22 (AC_CHECK_FUNCS): Add strftime. 1997-11-24 19:50:22 +00:00
Karl Heuer
f4afda6907 (i586-dg-dguxR4.*): New name in case branch. 1997-11-20 21:52:47 +00:00
Paul Eggert
c451005212 (AC_CHECK_LIB): Add -lintl. 1997-11-07 23:19:12 +00:00
Richard M. Stallman
92f357612e (gettimeofday, one arg or two):
Clarify messages by avoiding double negative.
1997-10-02 04:33:26 +00:00
Karl Heuer
cce93a8e29 (with-pop, with-kerberos): Need to check Kerberos
libraries in reverse order, so that libraries will appear in the
correct dependency order on the link line (and so that the
configure checks themselves will work properly when early
libraries depend on later ones).
1997-09-24 16:11:32 +00:00
Richard M. Stallman
98bbf2a144 Recognize alpha* instead of just alpha. 1997-09-13 19:47:52 +00:00
Richard M. Stallman
6239880d20 Continue previous change, add mipsel-*-openbsd*. 1997-09-07 05:27:45 +00:00
Richard M. Stallman
e3ac1b7f78 Add OpenBSD clause to set $machine. 1997-09-06 19:42:31 +00:00
Richard M. Stallman
54abe472d5 (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'. 1997-08-24 16:21:53 +00:00
Richard M. Stallman
af9ec10ee9 Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
1997-08-24 02:18:34 +00:00
Richard M. Stallman
66d736a953 (HAVE_MOTIF_2_1): Test for Motif 2.1,
Compute x_default_search_path and substitute into makefiles.
1997-08-24 01:01:45 +00:00
Richard M. Stallman
5a1d8da6ba Remove lockdir, it is no longer needed. 1997-08-07 18:35:29 +00:00
Richard M. Stallman
0e6d70d571 (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. 1997-08-03 22:58:19 +00:00
Richard M. Stallman
3c0c48a737 (doug_lea_malloc): Make __after_morecore_hook a
prerequisite to the use of Doug Lea's malloc.
1997-07-25 17:57:47 +00:00
Richard M. Stallman
b48e4aeb00 (mips-sony-newsos6*): File news-risc.h renamed to news-r6.h. 1997-07-11 06:58:14 +00:00
Richard M. Stallman
66a96cff58 (leim/Makefile): Generate this.
(*-sysv4.2uw*): Recognize new alternative.

Create src/config.stamp at the end.
1997-07-07 04:08:18 +00:00
Richard M. Stallman
0855015c91 (GNU_MALLOC_reason): Fix message text. 1997-06-30 02:26:51 +00:00
Richard M. Stallman
2c4f7ce722 (*-*-bsdi*): New alternative.
(i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
1997-06-25 04:52:54 +00:00
Richard M. Stallman
287f502c46 (mips-*-linux-gnu*): New alternative. 1997-06-23 01:49:24 +00:00
Richard M. Stallman
7bc157f4d5 Fix previous change. 1997-06-22 19:26:41 +00:00
Richard M. Stallman
423ef6e820 (mips-sony-newsos6*): New alternative. 1997-06-22 19:17:51 +00:00
Richard M. Stallman
5914be4b28 (shutdown): Check for `shutdown' function. 1997-06-19 02:59:08 +00:00
Richard M. Stallman
42326ef0db (powerpcle-*-solaris2*): New alternative. 1997-06-02 22:34:02 +00:00
Richard M. Stallman
39def718d1 (alpha-*-netbsd*): New alternative. 1997-06-02 00:00:31 +00:00
Richard M. Stallman
651fc2d23d (m88k-dg-dgux4*): New alternative. 1997-06-01 23:58:19 +00:00
Richard M. Stallman
8cd880383c (doug_lea_malloc): First check for SYSTEM_MALLOC,
in case it is desirable to disable the GNU malloc features withglibc.
1997-04-11 08:24:41 +00:00
Richard M. Stallman
b05a95cbef If malloc_{get,set}_state exist, set DOUG_LEA_MALLOC. 1997-04-09 03:52:47 +00:00
Karl Heuer
fd4bc67196 Check for rint and cbrt. 1997-01-27 01:48:25 +00:00
Richard M. Stallman
0e5f305ee7 (hppa1.1-hitachi-hiuxmpp): New configuration. 1996-12-30 05:35:54 +00:00
Richard M. Stallman
4e4db900b6 Check for libmail, maillock.h and touchlock (for movemail). 1996-12-18 18:11:20 +00:00
Richard M. Stallman
e77937d587 (limits.h): Check for this file. 1996-12-16 02:43:10 +00:00
Richard M. Stallman
a8958813c2 (rs6000-ibm-aix4.2): New alternative.
(rs6000-ibm-aix4.0): New alternative.
(rs6000-ibm-aix4*): Assume aix 4.1 by default.
1996-12-09 02:29:24 +00:00
Richard M. Stallman
b336ddd38a Recognize vax-*-netbsd*. 1996-12-07 20:51:34 +00:00
Richard M. Stallman
684f4cb3f2 (locallisppath): Add leim directory. 1996-11-07 04:21:08 +00:00
Richard M. Stallman
da945421cc (hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1. 1996-10-29 02:53:06 +00:00
Richard M. Stallman
f8a9bac913 Provide an empty default for LD_SWITCH_X_SITE_AUX.
(ld_switch_machine): Fix typo.
1996-10-06 19:34:12 +00:00
Richard M. Stallman
fd402b2a64 Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
from config.h and use them in $ac_link.
1996-10-02 21:44:00 +00:00
Erik Naggum
16890e3564 Create a subdir named `lisp'. 1996-09-28 21:20:54 +00:00
Richard M. Stallman
4ebfa5ab37 Check for getcwd. 1996-09-25 03:50:06 +00:00
Richard M. Stallman
76aa9e79b9 Check for termios.h. Check for setpgid. 1996-09-09 22:27:02 +00:00
Richard M. Stallman
85ea1a285f Check for setrlimit. 1996-09-01 00:14:32 +00:00
Paul Eggert
1effc2cb24 (sys/systeminfo.h, getdomainname, sysinfo): Check for them. 1996-08-31 22:11:26 +00:00
Richard M. Stallman
9c5c5f39dc Check for utimes. 1996-08-28 23:28:39 +00:00
Richard M. Stallman
1fc25d6280 Check for com_err library, but only if --with-kerberos was used.
Check for krb and des only if --with-kerberos.
1996-08-28 15:48:30 +00:00
Richard M. Stallman
486b92169d Check for krb and des libraries. 1996-08-25 16:58:09 +00:00
Richard M. Stallman
aac2257c3e (*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
(m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
(arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
1996-08-25 02:19:28 +00:00
Richard M. Stallman
ab85d35558 Generate src/paths.h here. 1996-08-22 19:29:12 +00:00
Richard M. Stallman
1bc5a00450 (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
New variables that affect linking only.
(alpha-dec-osf*): Use those instead of previous change.
1996-08-18 20:30:29 +00:00
Richard M. Stallman
0dcdc912a8 (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change. 1996-08-10 18:51:31 +00:00
Richard M. Stallman
86d6f6ee60 (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative. 1996-08-09 03:00:37 +00:00
Richard M. Stallman
f528522b5c (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. 1996-08-08 20:24:36 +00:00
Richard M. Stallman
98ab445ddb (LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ. 1996-08-06 08:21:51 +00:00
Richard M. Stallman
3e23af407d (*-sunos4.1.[3-9]*noshare): Move this before
the more general *-sunos4.1.[3-9]* clause.
1996-08-03 21:28:16 +00:00
Richard M. Stallman
1e60bcf825 (*-sco3.2v5*):
Set OVERRIDE_CPPFLAG to a string of one space.
Fix the code that uses OVERRIDE_CPPFLAG.
1996-07-31 17:54:15 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Karl Heuer
d283640e03 Undo previous change. 1996-07-16 22:39:31 +00:00
Karl Heuer
ef0ce08789 Check for termios.h header. 1996-07-15 21:32:35 +00:00
Karl Heuer
cd837fee27 Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3 1996-07-11 23:32:29 +00:00
Karl Heuer
610d39ebff Split bsdos2 and bsdos2-1. 1996-07-07 22:22:17 +00:00
Richard M. Stallman
bce97856eb (check for using Lucid widgets by default):
Eliminate indentation that confuses some compilers.
1996-06-30 07:05:55 +00:00
Richard M. Stallman
309daad2ae (euidaccess): Check for that, not for eaccess.
(mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
1996-06-29 06:47:14 +00:00
Richard M. Stallman
0ff0179d3a (sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'. 1996-06-27 06:14:49 +00:00
Richard M. Stallman
5ac83f86e6 Rename lignux to linux-gnu in configuration names.
Use gnu-linux as the opsys value (s/ file name).
Allow i686 just like i386, i486, i586.

(i*86-*-sco3.2v5): New alternative.
(OVERRIDE_CPPFLAG): New variable.
(CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.

Specify vpath for .texi files.
1996-06-22 03:44:21 +00:00
Richard M. Stallman
f7894e8820 Always check for HAVE_X11R5.
Separately decide whether to use a toolkit by default.

If X11R5 is missing the Xaw headers, default to --with-x-toolkit=no.

(powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
1996-06-09 20:52:47 +00:00
Karl Heuer
28d9bc0eb7 Recognize sparc-*-lignux. 1996-05-25 14:38:33 +00:00
Richard M. Stallman
16831d8cc5 (ncurses): Check this after checking fns like strerror.
(HAVE_NCURSES): Look for library named ncurses.
(setlocale): Check for it.
(*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
1996-05-21 18:04:41 +00:00
Richard M. Stallman
0b9da8a932 Accept lignux in configuration name.
Use lignux instead of linux as value of opsys.

(linux/version.h): Check for this header.
1996-03-27 02:49:44 +00:00
Roland McGrath
030b04b3d8 Remove -fno-builtin hackery from -lm check. 1996-03-12 07:58:49 +00:00
Roland McGrath
e6fd904737 (-lm check): If $GCC, append -fno-builtin to $CC for just this test. 1996-03-08 23:57:44 +00:00
Roland McGrath
552dfe3173 (AC_PREREQ): Require version 2.8 of Autoconf. 1996-03-08 20:31:40 +00:00
Richard M. Stallman
773bb028e7 Check for ncurses. 1996-03-06 19:18:29 +00:00
Richard M. Stallman
22cc077c30 (LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.
This works around a localtime bug in mips-dec-ultrix.
1996-02-28 23:25:27 +00:00
Richard M. Stallman
fcc303f4c1 Improve messages about X versions.
(LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.

(HAVE_X11XTR6): Set it as a shell variable.
(HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
1996-02-26 19:42:29 +00:00
Richard M. Stallman
617a496cbb (LD_RUN_PATH): Prepend x_libraries to this envvar. 1996-02-04 20:16:38 +00:00
Richard M. Stallman
2c6638cde6 (HAVE_TIMEVAL): Set explicitly to `no' if test fails. 1996-01-31 02:23:25 +00:00
Richard M. Stallman
96c2035802 (HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS. 1996-01-17 22:03:09 +00:00
Richard M. Stallman
6e502e37d3 (HAVE_XMU): Fix typo in previous change.
[Solaris]: Don't let $CC make us use /usr/ucb/cc.
1996-01-16 22:54:10 +00:00
Richard M. Stallman
6aad10e462 (HAVE_XMU): Check for libXmu.a only if using toolkit
and use -lXt to link it.
1996-01-15 05:11:07 +00:00
Erik Naggum
82c9148e50 (USE_X_TOOLKIT = maybe): Delete redundant `fi'. 1996-01-10 20:09:38 +00:00
Karl Heuer
4be21f6638 (locallisppath): Put version-specific dir first.
(hppa-*-nextstep*): New alternative.
(USE_X_TOOLKIT): By default, set this to "maybe";
and change that later to LUCID or "no" according to X11 version.
1996-01-09 22:56:20 +00:00
Roland McGrath
c7f493fd9f (locallisppath): Fix typo in last change: " -> '. 1996-01-05 23:12:03 +00:00
Richard M. Stallman
3c7b1b589f (locallisppath): Add ../emacs/VERSION/site-lisp. 1996-01-05 02:15:13 +00:00
Karl Heuer
908ff139f9 Comment fixes. 1996-01-05 00:45:43 +00:00
Richard M. Stallman
08741ba9ec Determine HAVE_X11R6.
(HAVE_MENUS): Renamed from HAVE_X_MENU.
1995-12-25 01:23:18 +00:00
Karl Heuer
3d68df05ca Just "solaris" now defaults to version 2.4.
Add sunos4.1.n-noshare as alternative.
1995-12-21 07:59:49 +00:00
Richard M. Stallman
1997da89a5 (mips-sgi-irix6*): Set NON_GNU_CPP. 1995-12-01 18:08:22 +00:00
Richard M. Stallman
7cba384550 (mips-sni-sysv*): New alias for mips-siemens-sysv*. 1995-11-29 20:42:02 +00:00
Richard M. Stallman
12760c0216 (hppa*-hp-hpux10*): Use s/hpux10.h. 1995-11-15 21:50:46 +00:00
Richard M. Stallman
52c7612248 (LIBS): Add libsrc_libs and keep the old LIBS. 1995-11-10 17:47:48 +00:00
Richard M. Stallman
e1fd57e30e (m68k-*-linux*): New alternative. 1995-10-31 08:39:19 +00:00
Richard M. Stallman
19e4503650 (sparc-*-nextstep*): Remove incorrect .h's. 1995-10-30 21:31:37 +00:00
Karl Heuer
5a3cc65b2a Don't bother checking for drem. 1995-10-25 19:24:28 +00:00
Richard M. Stallman
84c5c82383 Add athen' as synonym for athena'. 1995-10-05 16:35:45 +00:00
Richard M. Stallman
c42b176786 (powerpc-*-solaris2): New alternative.x 1995-10-01 03:43:11 +00:00
Richard M. Stallman
90b777c546 Improve error msg for invalid --with-x-toolkit value. 1995-09-10 15:16:16 +00:00
Richard M. Stallman
0c565a0ad1 (LOCALTIME_CACHE): Define if tzset exists and
if localtime caches TZ.  Check for tzset.
1995-09-10 04:18:58 +00:00
Richard M. Stallman
30457b4f93 (RANLIB): Substitute this into makefiles.
Set it specially on solaris; set it by default on other systems.

Fix previous Alpha change.
1995-08-17 17:48:58 +00:00
Richard M. Stallman
135c9ca6b8 (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. 1995-08-13 05:10:20 +00:00
Richard M. Stallman
4e90a7d5fb (CFLAGS): When computing CFLAGS and REAL_CFLAGS
from config.h, use SPECIFIED_CFLAGS to get what the user specified.

(alpha-*-linux*): New configuration.
1995-08-12 23:27:18 +00:00
Richard M. Stallman
5ab52d4212 (m68*-next-*): Use m68k.h and nextstep.h.
(m68k-next-nextstep*): New alias for that.
(i*86-*-nextstep*): Use nextstep.h.
(sparc-*-nextstep*): New configuration.

(CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.

Handle sunos4shr by sharing; not like sunos4*.
Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
1995-08-05 23:01:11 +00:00
Richard M. Stallman
5f8c8f0056 Rename {src,lib-src}/Makefile.in.in to Makefile.in.
Use Makefile.c for intermediate file.
Rename src/config.h.in to src/config.in.
1995-07-18 06:08:04 +00:00
Karl Heuer
3bbe016c07 (mips-dec-ultrix*): Assume version 4.3.
(mips-dec-ultrix4.[12]): New alternative for old versions.
1995-07-17 21:54:33 +00:00
David J. MacKenzie
60c3568d52 Put back archlibdir. Require autoconf 2.4.1 or later. 1995-07-06 05:42:45 +00:00
Richard M. Stallman
b95c8e7e3e Use sunos4shr normally for Sunos 4.1.[3-9].
(mips-mips-riscos5*): New alternative.

(bindir, datadir, sharedstatedir, libexecdir)
(mandir, infodir, archlibdir): Initializations deleted.

On hpux9, use hpux9-x11r4.h if we have X11R4.
On hpux9shr, use hpux9shxr4.h.

Added target mips-dec-mach_bsd4.3.
1995-07-01 20:03:39 +00:00
Richard M. Stallman
30c7e3b3fe Treat SunOS 4.1.4 like SunOS 4.1.3.
(Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
1995-06-22 18:58:28 +00:00
Richard M. Stallman
509fccc3ae Test whether XFree86 needs -b i486-linuxaout to link.
Use this -b option only if it really improves matters.

Report more clearly when there is no special
dir to search for X includes or libraries.
1995-06-19 18:50:13 +00:00
Karl Heuer
027dae6369 check for -lpthreads, not -lpthread. 1995-06-13 21:44:48 +00:00
Karl Heuer
1d94ee2840 Check for -lpthread. 1995-06-09 03:09:50 +00:00
Karl Heuer
2e567badf8 (*-solaris2.5): New configuration. 1995-06-02 00:53:28 +00:00
Karl Heuer
cc6476f61d Use x_includes, not x_libraries, for -I.
Make bitmapdir a colon-separated list.
1995-05-30 23:26:56 +00:00
Karl Heuer
42c3a7f7ca (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations. 1995-05-29 20:02:00 +00:00
Karl Heuer
00ac3ffc28 Allow x_libraries and x_includes to be paths. 1995-05-29 19:52:41 +00:00
Karl Heuer
b212bc895d Fix typo. 1995-05-25 15:53:35 +00:00
Karl Heuer
55e1c92a99 pass arg to sqrt. 1995-05-22 22:28:55 +00:00
David J. MacKenzie
e468fb381b Use sqrt (more portable) instead of fmod in -lm check. 1995-05-09 18:10:01 +00:00
Richard M. Stallman
5be039b9df (i[345]86-*-bsdi2*): New configuration.
(vax-dec-bsd386*): Deleted.
1995-05-06 21:58:08 +00:00
David J. MacKenzie
f6e8adea01 Make sure CDPATH doesn't mess up PWD check.
Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
Use fmod instead of logb in -lm check.
1995-05-06 21:27:16 +00:00
Richard M. Stallman
acd04c87a9 (m68*-apollo-*): Renamed from m68*-apollo*.
Use bsd4-3.  Don't set NON_GNU_CPP.
1995-05-03 21:38:13 +00:00
Richard M. Stallman
7e04044f43 (*-sun-sunos4.1.3*): Use sunos4shr.h. 1995-04-29 05:49:04 +00:00
Karl Heuer
5b3f122456 (sunos4.1.3): Use shared libraries, since that's
what the header file expects.
1995-04-28 01:26:00 +00:00
Richard M. Stallman
018427eebd (m68k-motorola-sysv*): Determine which -m option to use with `gnucc'. 1995-04-18 03:17:12 +00:00
Richard M. Stallman
b0f367609e Use m/ncr386.h. 1995-04-07 18:21:26 +00:00
Richard M. Stallman
63c1d3f28c (m88k-motorola-sysv4*): Use usg5-4-2. 1995-02-26 03:43:05 +00:00
Karl Heuer
6d1da0d1c1 (EMACS_CONFIG_OPTIONS): Use $ac_configure_args. 1995-02-24 00:46:15 +00:00
Richard M. Stallman
546fa2799c (mips-sgi-irix6): New configuration. 1995-02-14 00:53:50 +00:00
David J. MacKenzie
8b66759af7 Create a .gdbinit that sources the real one, if using a different
build directory.
1995-02-02 16:18:40 +00:00
Karl Heuer
cb4a25d9db Check for sys/select.h. 1995-01-23 23:35:13 +00:00
Richard M. Stallman
54bfe57bc0 On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
Handle isc 4.1 operating system.
1995-01-04 19:10:22 +00:00
Richard M. Stallman
b63df57731 (rs6000-ibm-aix4.1*): New alternative.
(rs6000-ibm-aix4*): New alternative.

For SVR4.2, set NON_GNU_CPP if not already set.
1994-12-13 14:49:17 +00:00
David J. MacKenzie
b394796763 Don't try to make directories that are guaranteed to already exist. 1994-11-30 22:13:56 +00:00
Richard M. Stallman
c367541d6f Create the man subdir. 1994-11-23 20:24:20 +00:00
Richard M. Stallman
d581cd336b Generate man/Makefile from man/Makefile.in. 1994-11-23 20:19:13 +00:00
David J. MacKenzie
4f734bde41 rearrange --with options 1994-11-22 03:22:43 +00:00
David J. MacKenzie
12b28fb525 add --with-pop, --with-kerberos, --with-hesiod 1994-11-22 03:18:35 +00:00
Richard M. Stallman
c4ff4831ec (m68*-apollo*): Use s/domain.h. 1994-11-17 15:13:43 +00:00
Richard M. Stallman
03fd0ac8e9 (m68*-apollo*): Set NON_GNU_CPP. 1994-11-15 04:23:27 +00:00
David J. MacKenzie
ea199426bb Don't add -I, -L, -R options for cc if their
arguments would be empty.
1994-11-14 17:08:32 +00:00
Richard M. Stallman
4ab8369716 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
(mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
1994-11-11 19:44:48 +00:00
Richard M. Stallman
cbce363ff0 (i860-intel-osf1*): New alternative. 1994-11-11 14:54:29 +00:00
David J. MacKenzie
0134530826 Make h_errno check not use nested functions. 1994-11-09 21:09:27 +00:00
David J. MacKenzie
2d73167a55 protect character class with changequote 1994-11-08 05:18:09 +00:00