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

410 Commits

Author SHA1 Message Date
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
Jan Djärv
d0a80c21f3 * configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
2004-11-02 16:26:46 +00:00
Jan Djärv
572a3cc266 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
tests for new and old GTK file dialogs.
* configure: Rebuild
2004-11-02 07:33:51 +00:00
Jan Djärv
f17e308a43 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
can be set.  Remove SETARCH test.
* configure: Rebuild
2004-10-20 16:16:07 +00:00
Steven Tamm
cef11da299 configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
configure: Rebuild
2004-10-08 18:36:47 +00:00
Jan Djärv
05cf15c600 configure.in (HAVE_RANDOM_HEAPSTART): Move output of warning message to end
of configure run.
2004-10-06 12:28:31 +00:00
Jan Djärv
4cbbf6b725 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
AC_MSG_WARN.
2004-10-06 07:26:14 +00:00
Jan Djärv
4494a266b4 * configure.in (HAVE_RANDOM_HEAPSTART): Renamed HAVE_EXECSHIELD.
Run test to see if heap start address is random.
2004-10-05 20:24:19 +00:00
Miles Bader
bc9b2430ed Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
Fix exec-shield autoconf test

2004-09-29  Miles Bader  <miles@gnu.org>

   * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
   if setarch is present.
2004-09-29 09:52:39 +00:00
Jan Djärv
dd571c2fb0 * configure.in (HAVE_EXECSHIELD): Only define on x86.
* configure: Rebuild.
2004-09-25 20:41:08 +00:00
Jan Djärv
4489ece266 * configure.in: Check for exec-shield.
* configure: Rebuild.
2004-09-24 07:18:15 +00:00
Stefan Monnier
8f9d490582 Don't use `extrasub' (loses with autoconf 2.59). 2004-05-04 21:24:09 +00:00
Stefan Monnier
b917689b74 Don't forget to quote args to `test'. 2004-04-29 18:59:27 +00:00
Richard M. Stallman
06aacc624c Fix previous change. 2004-03-21 14:31:42 +00:00
Richard M. Stallman
1d6cc9a852 Add -znocombreloc to LDFLAGS if supported. 2004-03-20 01:08:08 +00:00
Stefan Monnier
22bb9485c8 <darwin>: Use fink packages if available. 2004-01-27 16:48:17 +00:00
Andreas Schwab
ce6e4c2107 Check for <sys/socket.h>. Include it before
including <net/if.h>.  Move check for <net/if.h> before its use.
2003-12-24 16:45:27 +00:00