Mercurial > emacs
comparison ChangeLog @ 108274:8416c8d075e3
Define LIB_STANDARD and START_FILES using autoconf.
* s/usg5-4.h (LIB_STANDARD):
* s/netbsd.h (START_FILES):
* s/irix6-5.h (LIB_STANDARD):
* s/hpux10-20.h (LIB_STANDARD, START_FILES):
* s/gnu-linux.h (START_FILES, LIB_STANDARD):
* s/freebsd.h (START_FILES):
* s/darwin.h (START_FILES):
* s/cygwin.h (START_FILES):
* s/aix4-2.h (LIB_STANDARD):
* m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
* Makefile.in (STARTFILES): Rename to START_FILES, define using
autoconf, not cpp.
Define START_FILES and LIB_STANDARD using autoconf.
* configure.in (START_FILES, LIB_STANDARD): New definitions, moved
here from src/s/*.h.
(HAVE_CRTIN): Remove, inline logic in the netbsd
START_FILES/LIB_STANDARD computation.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 06 May 2010 17:30:56 -0700 |
parents | 39e86d46390a |
children | 9c003610b6fc |
comparison
equal
deleted
inserted
replaced
108273:de8de918fbab | 108274:8416c8d075e3 |
---|---|
1 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Define START_FILES and LIB_STANDARD using autoconf. | |
4 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved | |
5 here from src/s/*.h. | |
6 (HAVE_CRTIN): Remove, inline logic in the netbsd | |
7 START_FILES/LIB_STANDARD computation. | |
8 | |
1 2010-05-06 Glenn Morris <rgm@gnu.org> | 9 2010-05-06 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@. | 11 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@. |
4 | 12 |
5 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE) | 13 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE) |