]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Delete mac-fix-env target, which has been
authorChong Yidong <cyd@stupidchicken.com>
Sat, 13 Jun 2009 00:01:31 +0000 (00:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 13 Jun 2009 00:01:31 +0000 (00:01 +0000)
removed (Bug#3531).

ChangeLog
configure
configure.in

index d33bfe8bf270d46b6798f43d860a3021055b6438..3099cede1b9c7d2569b44a9894bb129631f5855d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * configure.in: Delete mac-fix-env target, which has been
+       removed (Bug#3531).
+
 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
index 94f6b4e5845784e6331caaa11bc1b205a5fabe63..ace6e687c11f84fc7c7145a77d703dd4e946886e 100755 (executable)
--- a/configure
+++ b/configure
@@ -15018,7 +15018,6 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
     GNU_OBJC_CFLAGS=
-    LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
   fi
   if test "${NS_IMPL_GNUSTEP}" = "yes"; then
 
index 35310ccfa2018e57f07e96f7c4248d3f23eb452c..a70ea1606dfb73188983636618fdb53f29a60d77 100644 (file)
@@ -2094,7 +2094,6 @@ if test "${HAVE_NS}" = "yes"; then
   if test "${NS_IMPL_COCOA}" = "yes"; then
     AC_DEFINE(NS_IMPL_COCOA, 1, [Define to 1 if you are using NS windowing under MacOS X.])
     GNU_OBJC_CFLAGS=
-    LIB_SRC_EXTRA_INSTALLABLES=mac-fix-env
   fi
   if test "${NS_IMPL_GNUSTEP}" = "yes"; then
     AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.])