aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'.Richard M. Stallman1997-08-241-4/+4
|
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-08-241-2/+29
| | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries.
* (HAVE_MOTIF_2_1): Test for Motif 2.1,Richard M. Stallman1997-08-241-0/+28
| | | | Compute x_default_search_path and substitute into makefiles.
* Remove lockdir, it is no longer needed.Richard M. Stallman1997-08-071-2/+0
|
* (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.Richard M. Stallman1997-08-031-0/+1
|
* (doug_lea_malloc): Make __after_morecore_hook aRichard M. Stallman1997-07-251-0/+5
| | | | prerequisite to the use of Doug Lea's malloc.
* (mips-sony-newsos6*): File news-risc.h renamed to news-r6.h.Richard M. Stallman1997-07-111-1/+1
|
* (leim/Makefile): Generate this.Richard M. Stallman1997-07-071-1/+6
| | | | | | (*-sysv4.2uw*): Recognize new alternative. Create src/config.stamp at the end.
* (GNU_MALLOC_reason): Fix message text.Richard M. Stallman1997-06-301-1/+1
|
* (*-*-bsdi*): New alternative.Richard M. Stallman1997-06-251-3/+16
| | | | (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
* (mips-*-linux-gnu*): New alternative.Richard M. Stallman1997-06-231-1/+6
|
* Fix previous change.Richard M. Stallman1997-06-221-1/+1
|
* (mips-sony-newsos6*): New alternative.Richard M. Stallman1997-06-221-0/+3
|
* (shutdown): Check for `shutdown' function.Richard M. Stallman1997-06-191-1/+1
|
* (powerpcle-*-solaris2*): New alternative.Richard M. Stallman1997-06-021-0/+7
|
* (alpha-*-netbsd*): New alternative.Richard M. Stallman1997-06-021-0/+1
|
* (m88k-dg-dgux4*): New alternative.Richard M. Stallman1997-06-011-0/+7
|
* (doug_lea_malloc): First check for SYSTEM_MALLOC,Richard M. Stallman1997-04-111-5/+8
| | | | in case it is desirable to disable the GNU malloc features withglibc.
* If malloc_{get,set}_state exist, set DOUG_LEA_MALLOC.Richard M. Stallman1997-04-091-2/+9
|
* Check for rint and cbrt.Karl Heuer1997-01-271-1/+1
|
* (hppa1.1-hitachi-hiuxmpp): New configuration.Richard M. Stallman1996-12-301-1/+4
|
* Check for libmail, maillock.h and touchlock (for movemail).Richard M. Stallman1996-12-181-0/+6
|
* (limits.h): Check for this file.Richard M. Stallman1996-12-161-1/+1
|
* (rs6000-ibm-aix4.2): New alternative.Richard M. Stallman1996-12-091-1/+7
| | | | | (rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default.
* Recognize vax-*-netbsd*.Richard M. Stallman1996-12-071-0/+1
|
* (locallisppath): Add leim directory.Richard M. Stallman1996-11-071-1/+1
|
* (hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.Richard M. Stallman1996-10-291-1/+1
|
* Provide an empty default for LD_SWITCH_X_SITE_AUX.Richard M. Stallman1996-10-061-1/+5
| | | | (ld_switch_machine): Fix typo.
* Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINERichard M. Stallman1996-10-021-0/+13
| | | | from config.h and use them in $ac_link.
* Create a subdir named `lisp'.Erik Naggum1996-09-281-1/+1
|
* Check for getcwd.Richard M. Stallman1996-09-251-1/+1
|
* Check for termios.h. Check for setpgid.Richard M. Stallman1996-09-091-2/+2
|
* Check for setrlimit.Richard M. Stallman1996-09-011-1/+2
|
* (sys/systeminfo.h, getdomainname, sysinfo): Check for them.Paul Eggert1996-08-311-2/+3
|
* Check for utimes.Richard M. Stallman1996-08-281-1/+1
|
* Check for com_err library, but only if --with-kerberos was used.Richard M. Stallman1996-08-281-3/+6
| | | | Check for krb and des only if --with-kerberos.
* Check for krb and des libraries.Richard M. Stallman1996-08-251-0/+4
|
* (*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.Richard M. Stallman1996-08-251-3/+9
| | | | | (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3. (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
* Generate src/paths.h here.Richard M. Stallman1996-08-221-0/+3
|
* (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):Richard M. Stallman1996-08-181-2/+12
| | | | | New variables that affect linking only. (alpha-dec-osf*): Use those instead of previous change.
* (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change.Richard M. Stallman1996-08-101-1/+1
|
* (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.Richard M. Stallman1996-08-091-0/+6
|
* (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.Richard M. Stallman1996-08-081-0/+3
|
* (LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ.Richard M. Stallman1996-08-061-2/+4
|
* (*-sunos4.1.[3-9]*noshare): Move this beforeRichard M. Stallman1996-08-031-4/+4
| | | | the more general *-sunos4.1.[3-9]* clause.
* (*-sco3.2v5*):Richard M. Stallman1996-07-311-2/+2
| | | | | Set OVERRIDE_CPPFLAG to a string of one space. Fix the code that uses OVERRIDE_CPPFLAG.
* Fix FSF address in comment.Karl Heuer1996-07-201-2/+3
|
* Undo previous change.Karl Heuer1996-07-161-1/+1
|
* Check for termios.h header.Karl Heuer1996-07-151-1/+1
|
* Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3Karl Heuer1996-07-111-0/+5
|