1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

426 Commits

Author SHA1 Message Date
Richard M. Stallman
ba8c19357c Require Autoconf 2.61. 2006-12-24 01:48:56 +00:00
Eli Zaretskii
01cd065bd1 Add support for NetBSD on x86-64, hp800 and sh3el.
Remove redundant entry for powerpc-apple-netbsd.
2006-12-22 23:09:14 +00:00
Jan Djärv
ce091e444a * configure.in: Detect alsa/asoundlib.h also. 2006-12-20 19:57:18 +00:00
Jan Djärv
a8ba915c15 * configure.in: Check if Gtk+ compiles at all. 2006-12-19 06:48:25 +00:00
Andreas Schwab
41de5de6c6 Remove check for struct timezone, its result is never used. 2006-12-10 16:24:36 +00:00
Chong Yidong
a15fc3c3c2 Add support for Solaris 10 on x86-64. 2006-12-08 15:45:59 +00:00
YAMAMOTO Mitsuharu
72621b4e6c (HAVE_SYNC): New test. 2006-12-04 08:17:59 +00:00
Glenn Morris
33add6d437 (AH_TOP): Add missing Copyright year. 2006-12-03 00:55:11 +00:00
Chong Yidong
0bc02f03d2 (HAVE_X86_64_LIB64_DIR): New test. 2006-11-26 22:16:17 +00:00
YAMAMOTO Mitsuharu
d9a3479e3b (HAVE_CANCELMENUTRACKING): Remove test. 2006-11-14 08:21:26 +00:00
YAMAMOTO Mitsuharu
cacacdfcf1 Prefer X11 to Carbon only when some X-specific
option is specified (Thanks to Jan Dj� and Andreas Schwab).
2006-11-08 08:02:49 +00:00
Chong Yidong
d6d1029d69 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds. 2006-11-04 03:28:27 +00:00
Chong Yidong
afa0f40bdb * configure.in: Enable x86-64 OpenBSD compilation. 2006-10-29 21:49:24 +00:00
Andreas Schwab
f13de01e93 Make sure x_default_search_path is always set even
when x_libraries is empty, and look in .../share as well for each
library directory.
2006-10-23 15:28:18 +00:00
Kenichi Handa
b822517160 (locallisppath): Don't include leim dir.
(lisppath): Include leim dir.
2006-09-28 05:47:26 +00:00
Andreas Schwab
e9f67acfc1 (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
of hardcoding it.
2006-08-16 09:04:47 +00:00
Eli Zaretskii
4543c9088e (PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"
to config.log.
2006-07-14 12:04:25 +00:00
Eli Zaretskii
f240128d35 (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we
don't need the error message, just the exit status.
2006-07-08 16:17:47 +00:00
Jan Djärv
2eec869117 * configure.in: Add check for ALSA. 2006-05-18 16:58:16 +00:00
Eli Zaretskii
5f17041ce2 (HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-bars
was specified.
2006-04-01 13:48:54 +00:00
Eli Zaretskii
9022d850a3 (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.
Update Copyright years written to src/config.in.
2006-04-01 13:40:19 +00:00
Richard M. Stallman
e9da7ba51a (s390x-*-linux-gnu*): New configuration. 2006-02-14 15:32:49 +00:00
Jan Djärv
448541bcd9 * configure.in: Require GTK 2.4 or newer.
* configure: Regenerate
2006-01-31 15:34:16 +00:00
Andreas Schwab
f405f8ecb5 Move AC_AIX and AC_GNU_SOURCE before first compile check. 2006-01-12 22:41:38 +00:00
Chong Yidong
01abe918fc * configure.in: Use -Wno-pointer-sign if available.
* configure: Regenerate.
2006-01-02 18:10:16 +00:00
Karl Berry
d52c26e925 FreeBSD and m/amdx86-64.h 2005-12-25 19:29:28 +00:00
Andreas Schwab
19b6b5d397 Use GZIP_PROG instead of GZIP. 2005-11-03 16:59:33 +00:00
Romain Francoise
e8439d3466 * configure.in: Check for gzip.
* Makefile.in (install): Compress source files.
2005-11-01 11:48:27 +00:00
Steven Tamm
eae5401854 Fix darwin386 configuration issue 2005-10-25 01:09:39 +00:00
YAMAMOTO Mitsuharu
9797a87d24 Prefer Carbon if --enable-carbon-app or --with-carbon is explicitly
specified even when X11 is detected.
2005-10-04 09:19:37 +00:00
Eli Zaretskii
e1d954e461 (AC_CHECK_FUNCS): Check for get_current_dir_name. 2005-09-10 11:32:51 +00:00
Eli Zaretskii
10a3b1a113 configure.in <lynxsos*>: Support for LynxOS on PPC.
configure: Regenerated.
2005-09-09 13:02:05 +00:00
Paul Eggert
9eff9fe3e8 Merge gnulib getopt implementation into Emacs.
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.

* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).

* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.

* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
2005-07-26 21:43:13 +00:00
Lute Kamstra
e6a304f077 Fix capitalization. 2005-07-06 12:03:35 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
0d07bc90bc Update FSF's address. 2005-07-04 14:42:45 +00:00
Steven Tamm
23fd448315 configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
2005-06-09 03:43:37 +00:00
Jan Djärv
a7c47af82d * configure.in (HAVE_CANCELMENUTRACKING): New test. 2005-06-06 20:17:49 +00:00
Lute Kamstra
261967be48 Add --enable-locallisppath. 2005-05-19 08:28:29 +00:00
YAMAMOTO Mitsuharu
de0a3247ca Don't check HAVE_CARBON if HAVE_X11 is set to yes. Check HAVE_CARBON
before USE_TOOLKIT_SCROLL_BARS.  Define USE_TOOLKIT_SCROLL_BARS by
default if HAVE_CARBON is set to yes.
2005-05-13 08:54:23 +00:00
Andreas Schwab
84520dffaf Remove duplicate match for powerpc configuration. 2005-04-23 15:49:36 +00:00
Thien-Thi Nguyen
8a877e5ca1 Check for <pwd.h>. 2005-04-20 10:56:08 +00:00
Thien-Thi Nguyen
f6214bb76b Remove eol whitespace; nfc. 2005-04-20 10:54:46 +00:00
Stefan Monnier
4693dbc99d Don't let a special LessTif/Motif1.2 install
shadow the main Lesstif/Motif-2.1 libs and includes.
2005-03-16 22:21:31 +00:00
Jan Djärv
9224ae9ca2 * configure.in: Only add XASSERTS to cppflags. 2005-03-10 17:22:50 +00:00
Jan Djärv
d0098f13fb * configure.in: Added --enable-asserts.
* configure: Regenerate.
2005-03-04 16:45:54 +00:00
Steven Tamm
551ffc2715 * configure.in: Check for <sys/utsname.h>.
* configure: Regenerate.
2005-01-19 19:09:04 +00:00
Stefan Monnier
be5472bd83 (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in. 2004-12-07 15:42:19 +00:00
Jan Djärv
b8bdffbe58 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
pthreads and define HAVE_GTK_AND_PTHREAD.
* configure: Regenerate.
2004-12-07 08:29:07 +00:00
Eli Zaretskii
aec04d3666 Add check for getrusage. 2004-11-06 16:29:08 +00:00