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

236 Commits

Author SHA1 Message Date
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