diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-09-17 06:10:44 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-09-17 06:10:44 +0000 |
commit | 005bd5a2637911a3664cd767c71e3b692a5ed77d (patch) | |
tree | 82790475f2d3fd4b23097c3404d7937295287c61 /configure | |
parent | 28fab7b561569d2c31a48c54d3454ed159873f40 (diff) | |
download | emacs-005bd5a2637911a3664cd767c71e3b692a5ed77d.tar.gz |
* puresize.h (BASE_PURESIZE): Increase to 1290000.
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
(OBJECTS_MACHINE): Remove, unused.
* configure.in (OTHER_FILES): Define using autoconf not cpp.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure index 8726ef6adcc..390875f1074 100755 --- a/configure +++ b/configure @@ -764,6 +764,7 @@ GNUSTEP_SYSTEM_HEADERS GNUSTEP_SYSTEM_LIBRARIES GNU_OBJC_CFLAGS LIB_SRC_EXTRA_INSTALLABLES +OTHER_FILES LTLIBOBJS' ac_subst_files='' ac_user_opts=' @@ -15615,6 +15616,7 @@ _ACEOF fi # We also have mouse menus. HAVE_MENUS=yes + OTHER_FILES=ns-app fi |