emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108289: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108289: Auto-commit of generated files.
Date: Fri, 18 May 2012 06:17:28 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108289
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-18 06:17:28 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2012-05-17 10:17:26 +0000
+++ b/autogen/Makefile.in       2012-05-18 10:17:28 +0000
@@ -476,6 +476,7 @@
 INFO_EXT = @INFO_EXT@
 INFO_OPTS = @INFO_OPTS@
 INSTALL = @INSTALL@
+INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_INFO = @INSTALL_INFO@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@

=== modified file 'autogen/configure'
--- a/autogen/configure 2012-05-17 10:17:26 +0000
+++ b/autogen/configure 2012-05-18 10:17:28 +0000
@@ -1165,6 +1165,7 @@
 NS_OBJ
 ns_self_contained
 LEIM_INSTALLDIR
+INSTALL_ARCH_INDEP_EXTRA
 TEMACS_LDFLAGS2
 LD_SWITCH_X_SITE_RPATH
 XMKMF
@@ -4482,12 +4483,12 @@
       * )            unported=yes ;;
     esac
     opsys=darwin
-    # Use fink packages if available.
-    # FIXME?  Is it really our business to decide this for the user?
-    if test -d /sw/include && test -d /sw/lib; then
-      GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
-      NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
-    fi
+    ## Use fink packages if available.
+    ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
+##    if test -d /sw/include && test -d /sw/lib; then
+##      GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
+##      NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
+##    fi
   ;;
 
   ## HP 9000 series 700 and 800, running HP/UX
@@ -10109,6 +10110,7 @@
 fi
 
 
+INSTALL_ARCH_INDEP_EXTRA=install-etc
 LEIM_INSTALLDIR="\${install_prefix}/leim"
 ns_self_contained=no
 ns_frag=/dev/null
@@ -10133,6 +10135,7 @@
                infodir="\${ns_appresdir}/info"
      lispdir="\${ns_appresdir}/lisp"
      LEIM_INSTALLDIR="\${ns_appresdir}/leim"
+     INSTALL_ARCH_INDEP_EXTRA=
   fi
   ns_frag=$srcdir/src/ns.mk
   NS_OBJ="fontset.o fringe.o image.o"
@@ -10147,6 +10150,7 @@
 
 
 
+
 case "${window_system}" in
   x11 )
     HAVE_X_WINDOWS=yes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]