1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

290 Commits

Author SHA1 Message Date
Pavel Janík
3d9830e59f Add --with-sound. 2002-04-08 06:16:33 +00:00
Kim F. Storm
66abe59651 Test for sendto, recvfrom, getsockopt, setsockopt,
and getsockname functions.  Test for sys/un.h include file.
2002-03-18 14:03:56 +00:00
Eli Zaretskii
1ef1ef967b Support AIX 5.1. 2002-03-15 12:17:35 +00:00
Jan Djärv
f21fadcce4 Added test for X Session Management (HAVE_X_SM). 2002-03-10 16:37:56 +00:00
Kim F. Storm
6a22cdf4bf Test for getpeername. 2002-03-03 00:26:15 +00:00
Richard M. Stallman
4d766b593c (HAVE_JPEG): Turn it off if libjpeg version < 6b.
(HAVE_GIF): Don't use old libungif versions that crash.
2002-03-01 16:24:37 +00:00
Richard M. Stallman
b83e4a7727 <making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.
2002-02-27 03:53:03 +00:00
Eli Zaretskii
1d06fc82d3 Recognize BSD/OS 5.0. 2002-01-27 10:03:14 +00:00
Richard M. Stallman
ec40675194 Test for mbsinit. 2001-12-28 19:06:40 +00:00
Richard M. Stallman
6fa6525fde (hppa*-*-linux-gnu*): New alternative. 2001-12-11 06:01:52 +00:00
Paul Eggert
5a129fafb5 (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.
2001-12-07 05:50:16 +00:00
Gerd Moellmann
ba45dae077 Add support for FreeBSD/Alpha. 2001-11-29 12:06:35 +00:00
Eli Zaretskii
56a0a07569 (AC_OUTPUT): Add lispintro/Makefile. 2001-11-24 11:28:27 +00:00
Eli Zaretskii
149c0cdc2d Add coff.h to AC_CHECK_HEADERS. 2001-11-16 14:27:53 +00:00
Pavel Janík
a4663feda2 Add support for --program-prefix, --program-suffix
and --program-transform-name options.
2001-11-15 20:37:20 +00:00
Eli Zaretskii
27a62c2c4d AC_OUTPUT lispref/Makefile. 2001-11-10 15:18:36 +00:00
Sam Steingold
f0f2756d0e added a check for nlist.h 2001-11-06 15:42:06 +00:00
Pavel Janík
1c7a4f723f Reindent --help output.
From Per Starback (starback@ling.uu.se).
2001-11-01 06:26:56 +00:00
Eli Zaretskii
4f4d6b177a New entry for HP/UX-11. 2001-10-31 17:20:54 +00:00
Eli Zaretskii
f4c2acb31f (s390-*-linux-gnu): New system. From Adam Thornton <athornton@sinenomine.net>. 2001-10-28 19:05:36 +00:00
Ken Raeburn
84e70f7869 fix build problems with krb5 and hesiod support 2001-10-24 22:54:38 +00:00
Gerd Moellmann
f8f7ab5469 Use $MAKE for `make' if set. 2001-10-24 11:38:42 +00:00
Miles Bader
fcb04b6e24 (configuration): Set from host' if host_alias' isn't defined. 2001-10-19 15:20:20 +00:00
Andreas Schwab
e9b2a02242 Make ready for autoconf 2.5x.
(AC_PREREQ): Require autoconf 2.50.
2001-10-19 12:30:52 +00:00
Gerd Moellmann
3b74127de1 Avoid `$@' which is handled specially in
Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
2001-09-05 14:46:26 +00:00
Eli Zaretskii
2d0bcbcc2f (machine): Add an entry for hppa1.1-hitachi-hiuxwe2*. 2001-08-14 11:49:29 +00:00
Gerd Moellmann
29c1b68e5c (HAVE_XPM): Don't print the result of the check for
XpmReturnAllocPixels if we don't have an xpm.h.
2001-03-20 15:47:08 +00:00
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