Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (i[34]86-ncr-sysv*): New specific alternative. | Richard M. Stallman | 1993-11-21 | 1 | -0/+5 |
| | |||||
* | (version): When --run-in-place, exclude | Richard M. Stallman | 1993-11-20 | 1 | -1/+1 |
| | | | | ${datadir}/emacs/site-lisp from locallisppath. | ||||
* | Delete jumk.c before writing it. | Richard M. Stallman | 1993-11-18 | 1 | -0/+1 |
| | |||||
* | (creating src/Makefile): Before running cpp, | Richard M. Stallman | 1993-11-15 | 1 | -2/+2 |
| | | | | discard all lines that start with `# Generated' or /**/#. | ||||
* | (creating src/Makefile): Before running cpp, | Richard M. Stallman | 1993-11-13 | 1 | -1/+5 |
| | | | | discard all lines that start with # or /**/#. | ||||
* | Make sure that config.status contains the correct commands for | Brian Fox | 1993-10-05 | 1 | -17/+49 |
| | | | | rebuilding src/Makefile. | ||||
* | (extrasub): Add vpath patterns for %.[yls]. | Roland McGrath | 1993-10-03 | 1 | -0/+3 |
| | |||||
* | Don't do seddery on config.status after AC_OUTPUT. | Roland McGrath | 1993-10-03 | 1 | -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 McGrath | 1993-10-03 | 1 | -1/+1 |
| | |||||
* | No longer use vpath_sed. Instead, when we notice srcdir already | Roland McGrath | 1993-10-03 | 1 | -6/+4 |
| | | | | configured, set extrasub to hack vpath in the makefiles. | ||||
* | In cmds to make src/Makefile, chmod Makefile.new before moving it. | Roland McGrath | 1993-10-03 | 1 | -1/+2 |
| | |||||
* | Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just | Brian Fox | 1993-09-30 | 1 | -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 with | Brian Fox | 1993-09-28 | 1 | -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 by | Brian Fox | 1993-09-24 | 1 | -0/+5 |
| | | | | resetting C_SWITCH_X_SITE if it is "-I/usr/include". | ||||
* | Use "sh -c pwd" when we want to avoid having the | Richard M. Stallman | 1993-09-19 | 1 | -1/+1 |
| | | | | shell fix up the value of $PWD. | ||||
* | Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. | Roland McGrath | 1993-09-19 | 1 | -2/+2 |
| | | | | Remove ${extra_output} from AC_OUTPUT call. | ||||
* | Test for res_init in libc. | Richard M. Stallman | 1993-09-16 | 1 | -1/+1 |
| | |||||
* | In the file ${tempcname}, use configure___ instead of @configure@. | Richard M. Stallman | 1993-09-16 | 1 | -11/+11 |
| | |||||
* | Substitute variable `vpath_sed'. | Roland McGrath | 1993-09-12 | 1 | -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 McGrath | 1993-09-10 | 1 | -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. Stallman | 1993-08-14 | 1 | -0/+2 |
| | |||||
* | Check for XScreenNumberOfScreen. | Richard M. Stallman | 1993-08-13 | 1 | -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. Stallman | 1993-08-10 | 1 | -2/+2 |
| | | | | Use tekxd88, not tekXD88. | ||||
* | Check for -lm. Then can check for frexp and logb. | Roland McGrath | 1993-08-10 | 1 | -1/+4 |
| | |||||
* | (machine): Add i370-ibm-aix*. | Richard M. Stallman | 1993-08-05 | 1 | -0/+3 |
| | |||||
* | * configure.in (function checks): Test for mkdir and rmdir. | Jim Blandy | 1993-08-03 | 1 | -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 Blandy | 1993-07-31 | 1 | -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 the | Jim Blandy | 1993-07-31 | 1 | -1/+1 |
| | | | | XScreenResourceString function. | ||||
* | * configure.in: Test for availability of bcopy functions, searching | Jim Blandy | 1993-07-31 | 1 | -1/+1 |
| | | | | the X libraries if we're using X. | ||||
* | * configure.in: If we found X on our own, set C_SWITCH_X_SITE and | Jim Blandy | 1993-07-31 | 1 | -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. Stallman | 1993-07-30 | 1 | -0/+11 |
| | |||||
* | Fix up previous change. | Richard M. Stallman | 1993-07-21 | 1 | -1/+3 |
| | |||||
* | If we do find x_includes and x_libraries | Richard M. Stallman | 1993-07-21 | 1 | -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. Stallman | 1993-07-19 | 1 | -1/+1 |
| | |||||
* | (canonical): New variable holds the canonicalized | Richard M. Stallman | 1993-07-19 | 1 | -9/+10 |
| | | | | | configuration. Don't alter `configuration'. Use `configuration' for Makefile.in for file naming. | ||||
* | * configure.in (m68k-bull-sysv3): new config. | Jim Blandy | 1993-07-18 | 1 | -1/+6 |
| | |||||
* | * configure.in: Use the autoconf AC_FIND_X macro to try to find | Jim Blandy | 1993-07-10 | 1 | -0/+8 |
| | | | | the X Windows libraries. | ||||
* | * configure.in: Add --verbose flag. | Jim Blandy | 1993-06-24 | 1 | -0/+5 |
| | |||||
* | * configure.in: Only check for -lXbsd once. | Jim Blandy | 1993-06-18 | 1 | -20/+10 |
| | |||||
* | * configure.in: Look for the closedir function. | Jim Blandy | 1993-06-17 | 1 | -1/+1 |
| | |||||
* | * configure.in (CPP): Autoconf sets this to a shell variable | Jim Blandy | 1993-06-17 | 1 | -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 Blandy | 1993-06-16 | 1 | -0/+3 |
| | |||||
* | * configure.in: Move clause for PC-compatible i386 box to the end | Jim Blandy | 1993-06-16 | 1 | -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 end | Jim Blandy | 1993-06-16 | 1 | -18/+18 |
| | | | | of the case statement, to avoid masking configurations below. | ||||
* | * configure.in (version): Check the X libraries for XrmSetDatabase | Jim Blandy | 1993-06-16 | 1 | -15/+22 |
| | | | | and random, and see if we have -lXbsd. | ||||
* | * configure.in: Pass "-Isrc" to the CPP we run to examine the | Jim Blandy | 1993-06-11 | 1 | -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. Stallman | 1993-06-10 | 1 | -9/+11 |
| | | | | above the general i386 alternative. | ||||
* | * configure.in: Use AC_LONG_FILE_NAMES. | Jim Blandy | 1993-06-10 | 1 | -0/+1 |
| | |||||
* | * configure.in: Recognize configuration name for Data General | Jim Blandy | 1993-06-10 | 1 | -0/+5 |
| | | | | AViiON machines. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| |