summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Markus Rost2002-07-241-1/+1
|
* Don't print anything special about gamedir.Richard M. Stallman2002-07-241-4/+0
|
* (gamedir): Handle it like lispdir.Richard M. Stallman2002-07-211-15/+1
| | | | (--with-game-dir option): Deleted.
* Add support for mipseb-*-netbsd* machines.Pavel Janík2002-06-211-0/+1
|
* Add Support for x86-64.Andreas Schwab2002-06-071-0/+5
|
* (emacs_cv_speed_t): Add square brackets for clarity.Richard M. Stallman2002-05-091-3/+4
|
* 2002-04-30 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-05-011-1/+9
| | | | | | * configure.in: Provide documentation string when defining variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE, and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
* Delete configure check for access to the game user.Colin Walters2002-04-291-29/+10
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+19
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* Justify help texts.Pavel Janík2002-04-241-1/+1
|
* Add config header templates to all AC_DEFINE andAndreas Schwab2002-04-141-63/+336
| | | | AC_DEFINE_UNQUOTED symbols.
* Add --game-dir, --game-user. Test to see if we can use them.Colin Walters2002-04-101-2/+43
|
* Add --with-sound.Pavel Janík2002-04-081-5/+11
|
* Test for sendto, recvfrom, getsockopt, setsockopt,Kim F. Storm2002-03-181-1/+4
| | | | and getsockname functions. Test for sys/un.h include file.
* Support AIX 5.1.Eli Zaretskii2002-03-151-0/+3
|
* Added test for X Session Management (HAVE_X_SM).Jan Djärv2002-03-101-0/+15
|
* Test for getpeername.Kim F. Storm2002-03-031-2/+2
|
* (HAVE_JPEG): Turn it off if libjpeg version < 6b.Richard M. Stallman2002-03-011-1/+13
| | | | (HAVE_GIF): Don't use old libungif versions that crash.
* <making srcdir absolute>: Verify that PWD is correct,Richard M. Stallman2002-02-271-1/+9
| | | | not just well-formed and valid.
* Recognize BSD/OS 5.0.Eli Zaretskii2002-01-271-1/+1
|
* Test for mbsinit.Richard M. Stallman2001-12-281-1/+1
|
* (hppa*-*-linux-gnu*): New alternative.Richard M. Stallman2001-12-111-0/+4
|
* (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.Paul Eggert2001-12-071-6/+6
| | | | | | | (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.
* Add support for FreeBSD/Alpha.Gerd Moellmann2001-11-291-1/+9
|
* (AC_OUTPUT): Add lispintro/Makefile.Eli Zaretskii2001-11-241-1/+1
|
* Add coff.h to AC_CHECK_HEADERS.Eli Zaretskii2001-11-161-1/+1
|
* Add support for --program-prefix, --program-suffixPavel Janík2001-11-151-0/+4
| | | | and --program-transform-name options.
* AC_OUTPUT lispref/Makefile.Eli Zaretskii2001-11-101-1/+1
|
* added a check for nlist.hSam Steingold2001-11-061-0/+3
|
* Reindent --help output.Pavel Janík2001-11-011-2/+2
| | | | From Per Starback (starback@ling.uu.se).
* New entry for HP/UX-11.Eli Zaretskii2001-10-311-1/+4
|
* (s390-*-linux-gnu): New system. From Adam Thornton <athornton@sinenomine.net>.Eli Zaretskii2001-10-281-0/+3
|
* fix build problems with krb5 and hesiod supportKen Raeburn2001-10-241-0/+17
|
* Use $MAKE for `make' if set.Gerd Moellmann2001-10-241-1/+1
|
* (configuration): Set from `host' if `host_alias' isn't defined.Miles Bader2001-10-191-1/+1
|
* Make ready for autoconf 2.5x.Andreas Schwab2001-10-191-23/+24
| | | | (AC_PREREQ): Require autoconf 2.50.
* Avoid `$@' which is handled specially inGerd Moellmann2001-09-051-2/+2
| | | | Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
* (machine): Add an entry for hppa1.1-hitachi-hiuxwe2*.Eli Zaretskii2001-08-141-0/+3
|
* (HAVE_XPM): Don't print the result of the check forGerd Moellmann2001-03-201-9/+10
| | | | XpmReturnAllocPixels if we don't have an xpm.h.
* Use AC_EGREP_CPP to check if the C preprocessorGerd Moellmann2001-02-231-2/+12
| | | | | converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL to `yes'. Later in AC_OUTPUT, check this variable.
* Fix typo in the code setting x_search_path.Kenichi Handa2001-01-131-4/+7
|
* Don't reset LIBS at end of -lXmu test. Test forGerd Moellmann2001-01-101-28/+17
| | | | | | | | | -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).
* Test for XkbGetKeyboard with an AC_TRY_LINK whoseGerd Moellmann2000-12-191-1/+13
| | | | | | 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.
* AC_CHECK_FUNC XkbGetKeyboard.Gerd Moellmann2000-12-141-1/+1
|
* Use full path for NON_GNU_CPP.Dave Love2000-12-111-5/+5
|
* Use it instead of invoking AC_CHECK_FUNCS onGerd Moellmann2000-12-111-3/+2
| | | | ftello.
* Initialize HAVE_LIBXP to no.Gerd Moellmann2000-11-231-0/+1
|
* Use m/macppc.h instead of the non-existentGerd Moellmann2000-11-221-2/+2
| | | | m/powerpc.h.
* (AC_OUTPUT): Arrange to emit definitions ofGerd Moellmann2000-11-211-1/+2
| | | | GCC and NON_GNU_CPP into config.status.
* (HAVE_PNG): Check for the presence ofGerd Moellmann2000-11-211-1/+1
| | | | png_get_channels to rule out older PNG libs.