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

263 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