summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* Fix last change.Dave Love2000-11-201-1/+1
|
* Use -traditional with GNU cpp.Gerd Moellmann2000-11-201-0/+7
|
* Test for mkstemp.Dave Love2000-11-071-1/+2
|
* Check for gai_strerror.Dave Love2000-10-021-1/+1
|
* Support `sparc*-*-netbsd*'.Gerd Moellmann2000-09-301-1/+1
|
* Fix alpha*-dec-osf4 using the osf5 config.Dave Love2000-09-291-1/+1
|
* Fix spurion.Dave Love2000-09-141-1/+1
|
* (USE_MMAP_FOR_BUFFERS): Recognize in systemGerd Moellmann2000-09-141-8/+8
| | | | | configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC to `no' if defined. Change result report.
* Remove spurious `@'s.Dave Love2000-09-081-3/+3
|
* (REL_ALLOC_MMAP): Recognize in system configurationGerd Moellmann2000-09-061-2/+17
| | | | file and print informational message.
* (AC_FUNC_MMAP): Add.Gerd Moellmann2000-09-061-0/+1
|
* Add ``checking'' messages forGerd Moellmann2000-09-011-0/+6
| | | | XpmReturnAllocPixels.
* Check <strings.h>; check `index' and `rindex'Gerd Moellmann2000-08-281-2/+2
| | | | functions.
* <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" beforeKenichi Handa2000-08-261-1/+1
| | | | "case "${canonical}" in".
* <osf>: Use NON_GNU_CPP='cpp' always.Dave Love2000-08-251-5/+7
|
* <making srcdir absolute>: Unset CDPATH in case $PWDGerd Moellmann2000-08-241-4/+4
| | | | | contains a relative path. Protect against unusable values of $PWD.
* Add support for ia64*-*-linux*.Gerd Moellmann2000-08-031-0/+5
|
* (AC_SYS_LARGEFILE): Moved earlier.Dave Love2000-07-261-1/+3
|
* Add AC_SIZE_T.Dave Love2000-07-241-0/+3
|
* Reorder so that most tests are done after CPPFLAGSDave Love2000-07-181-138/+138
| | | | is set from the C_SWITCH_... definitions.
* (HAVE_XPM): Undo previous change. Check forGerd Moellmann2000-07-101-1/+9
| | | | preprocessor define XpmReturnAllocPixels.
* (HAVE_XPM): Check for XpmReturnAllocPixelsGerd Moellmann2000-07-061-1/+1
| | | | instead of XpmReadFileToPixmap.
* * configure.in: Check for <soundcard.h>. Look for ossaudio library, and setKen Raeburn2000-07-051-1/+4
| | | | LIBSOUND accordingly.
* Use AC_HEADER_SYS_WAIT.Dave Love2000-07-051-1/+3
|
* * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, whileKen Raeburn2000-06-301-0/+4
| | | | searching for image-handling libraries.
* (--with-xim): New option.Gerd Moellmann2000-06-261-1/+10
|
* [HAVE_TIMEVAL]: Move gettimeofday test here, test for struct timezoneDave Love2000-06-231-9/+40
| | | | and test how we can call gettimeofday.
* (HAVE_LIBXP): Change test for libXp.Gerd Moellmann2000-06-221-1/+4
|
* Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not simple test forDave Love2000-06-211-23/+7
| | | | | getloadavg and substitute GETLOADAVG_LIBS. Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
* (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case _XOPEN_SOURCE is defined.Dave Love2000-06-191-9/+24
|
* Generate lisp/Makefile.Gerd Moellmann2000-06-141-1/+1
|
* Add support for `*-lynxos*'.Gerd Moellmann2000-06-141-1/+2
| | | | | | Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as recommended by <Karen.Dorhamer@compaq.com> to fix problems on Tru64 UNIX v5.0.
* Don't specify -n32 flag for mips-sgi-irix6.5.Dave Love2000-06-021-3/+17
| | | | | Check for struct exception. Use AC_SYS_LARGEFILE and move ftello test.
* Add check for speed_t typedef.Gerd Moellmann2000-05-261-0/+8
|
* Check for grandpt and getpt.Gerd Moellmann2000-05-201-0/+6
|
* Add support for `powerpc*-*-linux-gnu*'.Gerd Moellmann2000-04-271-0/+5
|
* Add support for `powerpc-*-netbsd*'.Gerd Moellmann2000-04-191-0/+1
|
* Don't use AC_FUNC_GETLOADAVG.Dave Love2000-04-191-3/+1
|