comparison ChangeLog @ 97354:0defde3a9c5f

* s/darwin.h (OTHER_FILES): Do not define here, defined in config.in. * Makefile.in (ALL_OBJC_CFLAGS): New variable. (.m.o): Use it. * config.in: Regenerate. * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do not special case for NS_IMPL_COCOA. * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable. AC_SUBST it. (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define. AC_SUBST it. (OTHER_FILES): Always define for HAVE_NS. (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 07 Aug 2008 14:21:43 +0000
parents 945ae0a5779f
children cfebe4fe068e
comparison
equal deleted inserted replaced
97353:ca9f9affed30 97354:0defde3a9c5f
1 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4 AC_SUBST it.
5 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6 AC_SUBST it.
7 (OTHER_FILES): Always define for HAVE_NS.
8 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
9 * configure: Regenerate.
10
1 2008-08-07 Andreas Schwab <schwab@suse.de> 11 2008-08-07 Andreas Schwab <schwab@suse.de>
2 12
3 * configure.in: Correctly handle 13 * configure.in: Correctly handle
4 --enable-cocoa-experimental-ctrl-g=no and 14 --enable-cocoa-experimental-ctrl-g=no and
5 --enable-ns-self-contained=yes. 15 --enable-ns-self-contained=yes.