summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since weEli Zaretskii2006-07-081-1/+1
| | | | don't need the error message, just the exit status.
* * configure.in: Add check for ALSA.Jan Djärv2006-05-181-56/+74
|
* (HAVE_XAW3D): Disable Xaw3d check if --without-toolkit-scroll-barsEli Zaretskii2006-04-011-1/+1
| | | | was specified.
* (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.Eli Zaretskii2006-04-011-1/+2
| | | | Update Copyright years written to src/config.in.
* (s390x-*-linux-gnu*): New configuration.Richard M. Stallman2006-02-141-0/+3
|
* * configure.in: Require GTK 2.4 or newer.Jan Djärv2006-01-311-2/+2
| | | | * configure: Regenerate
* Move AC_AIX and AC_GNU_SOURCE before first compile check.Andreas Schwab2006-01-121-7/+5
|
* * configure.in: Use -Wno-pointer-sign if available.Chong Yidong2006-01-021-1/+18
| | | | * configure: Regenerate.
* FreeBSD and m/amdx86-64.hKarl Berry2005-12-251-0/+1
|
* Use GZIP_PROG instead of GZIP.Andreas Schwab2005-11-031-1/+2
|
* * configure.in: Check for gzip.Romain Francoise2005-11-011-0/+1
| | | | * Makefile.in (install): Compress source files.
* Fix darwin386 configuration issueSteven Tamm2005-10-251-1/+1
|
* Prefer Carbon if --enable-carbon-app or --with-carbon is explicitlyYAMAMOTO Mitsuharu2005-10-041-9/+15
| | | | specified even when X11 is detected.
* (AC_CHECK_FUNCS): Check for get_current_dir_name.Eli Zaretskii2005-09-101-1/+1
|
* configure.in <lynxsos*>: Support for LynxOS on PPC.Eli Zaretskii2005-09-091-1/+9
| | | | configure: Regenerated.
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fix capitalization.Lute Kamstra2005-07-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* configure.in: Support Darwin/MacOSX on IntelSteven Tamm2005-06-091-0/+3
| | | | configure: Regenerate.
* * configure.in (HAVE_CANCELMENUTRACKING): New test.Jan Djärv2005-06-061-0/+9
|
* Add --enable-locallisppath.Lute Kamstra2005-05-191-0/+10
|
* Don't check HAVE_CARBON if HAVE_X11 is set to yes. Check HAVE_CARBONYAMAMOTO Mitsuharu2005-05-131-6/+11
| | | | | before USE_TOOLKIT_SCROLL_BARS. Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
* Remove duplicate match for powerpc configuration.Andreas Schwab2005-04-231-5/+0
|
* Check for <pwd.h>.Thien-Thi Nguyen2005-04-201-1/+1
|
* Remove eol whitespace; nfc.Thien-Thi Nguyen2005-04-201-4/+4
|
* Don't let a special LessTif/Motif1.2 installStefan Monnier2005-03-161-24/+25
| | | | shadow the main Lesstif/Motif-2.1 libs and includes.
* * configure.in: Only add XASSERTS to cppflags.Jan Djärv2005-03-101-1/+0
|
* * configure.in: Added --enable-asserts.Jan Djärv2005-03-041-10/+11
| | | | * configure: Regenerate.
* * configure.in: Check for <sys/utsname.h>.Steven Tamm2005-01-191-1/+2
| | | | * configure: Regenerate.
* (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in.Stefan Monnier2004-12-071-4/+11
|
* * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check forJan Djärv2004-12-071-0/+15
| | | | | pthreads and define HAVE_GTK_AND_PTHREAD. * configure: Regenerate.
* Add check for getrusage.Eli Zaretskii2004-11-061-1/+1
|
* * configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if notJan Djärv2004-11-021-1/+3
| | | | explicitly set to no.
* * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): NewJan Djärv2004-11-021-0/+15
| | | | | tests for new and old GTK file dialogs. * configure: Rebuild
* * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32Jan Djärv2004-10-201-45/+12
| | | | | can be set. Remove SETARCH test. * configure: Rebuild
* configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.hSteven Tamm2004-10-081-0/+3
| | | | configure: Rebuild
* configure.in (HAVE_RANDOM_HEAPSTART): Move output of warning message to endJan Djärv2004-10-061-10/+15
| | | | of configure run.
* * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR toJan Djärv2004-10-061-8/+15
| | | | AC_MSG_WARN.
* * configure.in (HAVE_RANDOM_HEAPSTART): Renamed HAVE_EXECSHIELD.Jan Djärv2004-10-051-19/+48
| | | | Run test to see if heap start address is random.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581Miles Bader2004-09-291-1/+1
| | | | | | | | | 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.
* * configure.in (HAVE_EXECSHIELD): Only define on x86.Jan Djärv2004-09-251-6/+15
| | | | * configure: Rebuild.
* * configure.in: Check for exec-shield.Jan Djärv2004-09-241-1/+12
| | | | * configure: Rebuild.
* Don't use `extrasub' (loses with autoconf 2.59).Stefan Monnier2004-05-041-9/+0
|
* Don't forget to quote args to `test'.Stefan Monnier2004-04-291-2/+2
|
* Fix previous change.Richard M. Stallman2004-03-211-1/+8
|
* Add -znocombreloc to LDFLAGS if supported.Richard M. Stallman2004-03-201-0/+12
|
* <darwin>: Use fink packages if available.Stefan Monnier2004-01-271-0/+6
|
* Check for <sys/socket.h>. Include it beforeAndreas Schwab2003-12-241-2/+15
| | | | including <net/if.h>. Move check for <net/if.h> before its use.
* (PKG_CHECK_MODULES): Fix quoting.Andreas Schwab2003-12-241-2/+2
|