summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Always check for HAVE_X11R5.Richard M. Stallman1996-06-091-7/+24
| | | | | | | | Separately decide whether to use a toolkit by default. If X11R5 is missing the Xaw headers, default to --with-x-toolkit=no. (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
* Recognize sparc-*-lignux.Karl Heuer1996-05-251-0/+4
|
* (ncurses): Check this after checking fns like strerror.Richard M. Stallman1996-05-211-8/+12
| | | | | | (HAVE_NCURSES): Look for library named ncurses. (setlocale): Check for it. (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
* Accept lignux in configuration name.Richard M. Stallman1996-03-271-9/+9
| | | | | | Use lignux instead of linux as value of opsys. (linux/version.h): Check for this header.
* Remove -fno-builtin hackery from -lm check.Roland McGrath1996-03-121-5/+0
|
* (-lm check): If $GCC, append -fno-builtin to $CC for just this test.Roland McGrath1996-03-081-1/+7
|
* (AC_PREREQ): Require version 2.8 of Autoconf.Roland McGrath1996-03-081-4/+4
|
* Check for ncurses.Richard M. Stallman1996-03-061-0/+6
|
* (LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.Richard M. Stallman1996-02-281-4/+19
| | | | This works around a localtime bug in mips-dec-ultrix.
* Improve messages about X versions.Richard M. Stallman1996-02-261-8/+14
| | | | | | | (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null. (HAVE_X11XTR6): Set it as a shell variable. (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
* (LD_RUN_PATH): Prepend x_libraries to this envvar.Richard M. Stallman1996-02-041-0/+9
|
* (HAVE_TIMEVAL): Set explicitly to `no' if test fails.Richard M. Stallman1996-01-311-1/+2
|
* (HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS.Richard M. Stallman1996-01-171-1/+2
|
* (HAVE_XMU): Fix typo in previous change.Richard M. Stallman1996-01-161-2/+32
| | | | [Solaris]: Don't let $CC make us use /usr/ucb/cc.
* (HAVE_XMU): Check for libXmu.a only if using toolkitRichard M. Stallman1996-01-151-1/+7
| | | | and use -lXt to link it.
* (USE_X_TOOLKIT = maybe): Delete redundant `fi'.Erik Naggum1996-01-101-1/+0
|
* (locallisppath): Put version-specific dir first.Karl Heuer1996-01-091-5/+26
| | | | | | (hppa-*-nextstep*): New alternative. (USE_X_TOOLKIT): By default, set this to "maybe"; and change that later to LUCID or "no" according to X11 version.
* (locallisppath): Fix typo in last change: " -> '.Roland McGrath1996-01-051-11/+12
|
* (locallisppath): Add ../emacs/VERSION/site-lisp.Richard M. Stallman1996-01-051-1/+1
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* Determine HAVE_X11R6.Richard M. Stallman1995-12-251-4/+15
| | | | (HAVE_MENUS): Renamed from HAVE_X_MENU.
* Just "solaris" now defaults to version 2.4.Karl Heuer1995-12-211-3/+17
| | | | Add sunos4.1.n-noshare as alternative.
* (mips-sgi-irix6*): Set NON_GNU_CPP.Richard M. Stallman1995-12-011-1/+1
|
* (mips-sni-sysv*): New alias for mips-siemens-sysv*.Richard M. Stallman1995-11-291-1/+1
|
* (hppa*-hp-hpux10*): Use s/hpux10.h.Richard M. Stallman1995-11-151-1/+1
|
* (LIBS): Add libsrc_libs and keep the old LIBS.Richard M. Stallman1995-11-101-1/+1
|
* (m68k-*-linux*): New alternative.Richard M. Stallman1995-10-311-0/+5
|
* (sparc-*-nextstep*): Remove incorrect .h's.Richard M. Stallman1995-10-301-1/+1
|
* Don't bother checking for drem.Karl Heuer1995-10-251-1/+1
|
* Add `athen' as synonym for `athena'.Richard M. Stallman1995-10-051-1/+1
|
* (powerpc-*-solaris2): New alternative.xRichard M. Stallman1995-10-011-1/+4
|
* Improve error msg for invalid --with-x-toolkit value.Richard M. Stallman1995-09-101-2/+2
|
* (LOCALTIME_CACHE): Define if tzset exists andRichard M. Stallman1995-09-101-1/+31
| | | | if localtime caches TZ. Check for tzset.
* (RANLIB): Substitute this into makefiles.Richard M. Stallman1995-08-171-1/+8
| | | | | | Set it specially on solaris; set it by default on other systems. Fix previous Alpha change.
* (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.Richard M. Stallman1995-08-131-1/+4
|
* (CFLAGS): When computing CFLAGS and REAL_CFLAGSRichard M. Stallman1995-08-121-4/+9
| | | | | | from config.h, use SPECIFIED_CFLAGS to get what the user specified. (alpha-*-linux*): New configuration.
* (m68*-next-*): Use m68k.h and nextstep.h.Richard M. Stallman1995-08-051-9/+40
| | | | | | | | | | | | (m68k-next-nextstep*): New alias for that. (i*86-*-nextstep*): Use nextstep.h. (sparc-*-nextstep*): New configuration. (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS. And get CFLAGS from config.h if SPECIFIED_CFLAGS is null. Handle sunos4shr by sharing; not like sunos4*. Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
* Rename {src,lib-src}/Makefile.in.in to Makefile.in.Richard M. Stallman1995-07-181-9/+10
| | | | | Use Makefile.c for intermediate file. Rename src/config.h.in to src/config.in.
* (mips-dec-ultrix*): Assume version 4.3.Karl Heuer1995-07-171-9/+12
| | | | (mips-dec-ultrix4.[12]): New alternative for old versions.
* Put back archlibdir. Require autoconf 2.4.1 or later.David J. MacKenzie1995-07-061-1/+2
|
* Use sunos4shr normally for Sunos 4.1.[3-9].Richard M. Stallman1995-07-011-8/+26
| | | | | | | | | | | | (mips-mips-riscos5*): New alternative. (bindir, datadir, sharedstatedir, libexecdir) (mandir, infodir, archlibdir): Initializations deleted. On hpux9, use hpux9-x11r4.h if we have X11R4. On hpux9shr, use hpux9shxr4.h. Added target mips-dec-mach_bsd4.3.
* Treat SunOS 4.1.4 like SunOS 4.1.3.Richard M. Stallman1995-06-221-1/+1
| | | | (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
* Test whether XFree86 needs -b i486-linuxaout to link.Richard M. Stallman1995-06-191-7/+51
| | | | | | | Use this -b option only if it really improves matters. Report more clearly when there is no special dir to search for X includes or libraries.
* check for -lpthreads, not -lpthread.Karl Heuer1995-06-131-1/+1
|
* Check for -lpthread.Karl Heuer1995-06-091-0/+2
|
* (*-solaris2.5): New configuration.Karl Heuer1995-06-021-0/+4
|
* Use x_includes, not x_libraries, for -I.Karl Heuer1995-05-301-4/+13
| | | | Make bitmapdir a colon-separated list.
* (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.Karl Heuer1995-05-291-1/+5
|
* Allow x_libraries and x_includes to be paths.Karl Heuer1995-05-291-3/+3
|
* Fix typo.Karl Heuer1995-05-251-1/+1
|