Replace YMF_PASS_LDFLAGS with autoconf.
[bpt/emacs.git] / ChangeLog
index 14b421a..f17fd56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,68 @@
+2010-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (YMF_PASS_LDFLAGS): Remove.
+       (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
+
+       * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
+       Add $GNUSTEP_LOCAL_HEADERS.
+       (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
+
+       * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
+       (GNUSTEP_MAKEFILES): Remove.
+       (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
+       stuff to here.
+
+2010-05-25  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
+       (LD_SWITCH_SYSTEM_TEMACS): ... to here.
+
+       * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
+       (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
+       here instead.
+
+2010-05-24  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Look for version in src/emacs.c.
+       Use lisp/subr.el rather than lisp/version.el for location check.
+
+2010-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (MKDEPDIR): Parallel build tweak.
+
+       * configure.in (ns_frag): New output file.
+
+       * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
+       (OLDXMENU_TARGET): Set to empty if USE_GTK.
+
+       * configure.in (cannot_dump): New output variable.
+
+2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
+
+       * configure.in: On NetBSD, if terminfo is found, use it in
+       preference to termcap.  (Bug#6190)
+
+2010-05-20  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist (src): Include *.mk.
+       * config.bat: Concatenate deps.mk onto the end of src/Makefile.
+       * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
+       (deps_frag): New output file.
+       (AUTO_DEPEND): Remove this definition.
+
+       * configure.in (--with-gtk, --with-gcc): Remove option stubs.
+
+2010-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
+       (ORDINARY_LINK): New AC_DEFINE.
+       (LIB_GCC): No need to set if ORDINARY_LINK.
+
 2010-05-18  Glenn Morris  <rgm@gnu.org>
 
+       * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
+       (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
+
        * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
        * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
        (RALLOC_OBJ): New output variable.