summaryrefslogtreecommitdiff
path: root/configure1.in
Commit message (Collapse)AuthorAgeFilesLines
* (i[34]86-ncr-sysv*): New specific alternative.Richard M. Stallman1993-11-211-0/+5
|
* (version): When --run-in-place, excludeRichard M. Stallman1993-11-201-1/+1
| | | | ${datadir}/emacs/site-lisp from locallisppath.
* Delete jumk.c before writing it.Richard M. Stallman1993-11-181-0/+1
|
* (creating src/Makefile): Before running cpp,Richard M. Stallman1993-11-151-2/+2
| | | | discard all lines that start with `# Generated' or /**/#.
* (creating src/Makefile): Before running cpp,Richard M. Stallman1993-11-131-1/+5
| | | | discard all lines that start with # or /**/#.
* Make sure that config.status contains the correct commands forBrian Fox1993-10-051-17/+49
| | | | rebuilding src/Makefile.
* (extrasub): Add vpath patterns for %.[yls].Roland McGrath1993-10-031-0/+3
|
* Don't do seddery on config.status after AC_OUTPUT.Roland McGrath1993-10-031-44/+14
| | | | | Instead just include the commands to make src/Makefile as the second arg to AC_OUTPUT.
* Use : instead of dnl for comment inside $makefile_command.Roland McGrath1993-10-031-1/+1
|
* No longer use vpath_sed. Instead, when we notice srcdir alreadyRoland McGrath1993-10-031-6/+4
| | | | configured, set extrasub to hack vpath in the makefiles.
* In cmds to make src/Makefile, chmod Makefile.new before moving it.Roland McGrath1993-10-031-1/+2
|
* Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. JustBrian Fox1993-09-301-20/+34
| | | | | copy src/Makefile.in instead. Touch all of the Makefiles after editing config.status.
* Allow any of the path or directory Makefile variables to be set withBrian Fox1993-09-281-57/+162
| | | | | | flags to configure. Create all Makefiles at configure time. Edit special commands into config.status after src/Makefile.in is built from src/Makefile. Don't AC_SUBST rip_paths or inst_paths.
* Avoid forcing the search of /usr/include before fixed include files byBrian Fox1993-09-241-0/+5
| | | | resetting C_SWITCH_X_SITE if it is "-I/usr/include".
* Use "sh -c pwd" when we want to avoid having theRichard M. Stallman1993-09-191-1/+1
| | | | shell fix up the value of $PWD.
* Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.Roland McGrath1993-09-191-2/+2
| | | | Remove ${extra_output} from AC_OUTPUT call.
* Test for res_init in libc.Richard M. Stallman1993-09-161-1/+1
|
* In the file ${tempcname}, use configure___ instead of @configure@.Richard M. Stallman1993-09-161-11/+11
|
* Substitute variable `vpath_sed'.Roland McGrath1993-09-121-1/+18
| | | | | | If not in $srcdir and $srcdir is configured, issue warning that GNU make is required, and set vpath_sed to use vpath.sed script.
* Remove check for $srcdir being configured. This pretty much works now.Roland McGrath1993-09-101-15/+11
| | | | | Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd. Check for XFree86 (/usr/X386/include) independent of whether -lXbsd exists.
* (i386-*-sunos4): Assume Sunos 4.0.Richard M. Stallman1993-08-141-0/+2
|
* Check for XScreenNumberOfScreen.Richard M. Stallman1993-08-131-34/+51
| | | | | | | | | | | | | Add * to end of all configuration alternatives. (m68*-sony-newsos3*): New alternative. For --help, use $PAGER if it is set. (LIB_X11_LIB): Default to -lX11. (mips-sgi-irix5.*): New alternative. (m68*-hp-hpux*, hppa*-hp-hpux*): Recognize *.B8.* as hpux version 8. (m68*-tektronix-bsd*): Fix typo in tek4300. (AC_HAVE_FUNCS): Add ftime.
* (m88k-tektronix-sysv3*): Added the missing *.Richard M. Stallman1993-08-101-2/+2
| | | | Use tekxd88, not tekXD88.
* Check for -lm. Then can check for frexp and logb.Roland McGrath1993-08-101-1/+4
|
* (machine): Add i370-ibm-aix*.Richard M. Stallman1993-08-051-0/+3
|
* * configure.in (function checks): Test for mkdir and rmdir.Jim Blandy1993-08-031-2/+2
| | | | | * configure.in (function checks): Don't test for random and bcopy only when we're building with X; look for them all the time.
* * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,Jim Blandy1993-07-311-0/+6
| | | | | and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader.
* * configure.in: Test for the availablility of theJim Blandy1993-07-311-1/+1
| | | | XScreenResourceString function.
* * configure.in: Test for availability of bcopy functions, searchingJim Blandy1993-07-311-1/+1
| | | | the X libraries if we're using X.
* * configure.in: If we found X on our own, set C_SWITCH_X_SITE andJim Blandy1993-07-311-62/+82
| | | | | | | | | | LD_SWITCH_X_SITE and assume --with-x11. Only look for X11 files if we weren't told about a window system or if we were told to use X11 but not told where. Search the libraries from the s and/or m files when checking for functions. * configure.in: Remove any trailing slashes in prefix and exec_prefix.
* Add code to set HAVE_INET_SOCKETS.Richard M. Stallman1993-07-301-0/+11
|
* Fix up previous change.Richard M. Stallman1993-07-211-1/+3
|
* If we do find x_includes and x_librariesRichard M. Stallman1993-07-211-0/+4
| | | | via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
* (testing x_includes and x_libraries): Use =, not ==.Richard M. Stallman1993-07-191-1/+1
|
* (canonical): New variable holds the canonicalizedRichard M. Stallman1993-07-191-9/+10
| | | | | configuration. Don't alter `configuration'. Use `configuration' for Makefile.in for file naming.
* * configure.in (m68k-bull-sysv3): new config.Jim Blandy1993-07-181-1/+6
|
* * configure.in: Use the autoconf AC_FIND_X macro to try to findJim Blandy1993-07-101-0/+8
| | | | the X Windows libraries.
* * configure.in: Add --verbose flag.Jim Blandy1993-06-241-0/+5
|
* * configure.in: Only check for -lXbsd once.Jim Blandy1993-06-181-20/+10
|
* * configure.in: Look for the closedir function.Jim Blandy1993-06-171-1/+1
|
* * configure.in (CPP): Autoconf sets this to a shell variableJim Blandy1993-06-171-2/+2
| | | | | reference, which doesn't work when it's edited into a makefile. Expand that variable reference.
* * configure.in: Add case for m88k-motorola-sysv4.Jim Blandy1993-06-161-0/+3
|
* * configure.in: Move clause for PC-compatible i386 box to the endJim Blandy1993-06-161-4/+8
| | | | | | | of the case statement, to avoid masking configurations below. * configure.in: Add support for HP/UX versions 7, 8, and 9 on the HP 68000 machines.
* * configure.in: Move clause for PC-compatible i386 box to the endJim Blandy1993-06-161-18/+18
| | | | of the case statement, to avoid masking configurations below.
* * configure.in (version): Check the X libraries for XrmSetDatabaseJim Blandy1993-06-161-15/+22
| | | | and random, and see if we have -lXbsd.
* * configure.in: Pass "-Isrc" to the CPP we run to examine theJim Blandy1993-06-111-1/+1
| | | | | s/*.h and m/*.h files. Martin Tomes <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
* Move i386-prime-sysv* and i386-sequent-bsd*Richard M. Stallman1993-06-101-9/+11
| | | | above the general i386 alternative.
* * configure.in: Use AC_LONG_FILE_NAMES.Jim Blandy1993-06-101-0/+1
|
* * configure.in: Recognize configuration name for Data GeneralJim Blandy1993-06-101-0/+5
| | | | AViiON machines.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|