Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 May 2012 10:17:26 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 May 2012 10:17:26 +0000 (06:17 -0400)
autogen/Makefile.in
autogen/configure

index ccf0b6e..7029746 100644 (file)
@@ -768,6 +768,7 @@ ns_appbindir = @ns_appbindir@
 ns_appdir = @ns_appdir@
 ns_appresdir = @ns_appresdir@
 ns_appsrc = @ns_appsrc@
+ns_self_contained = @ns_self_contained@
 oldincludedir = @oldincludedir@
 pdfdir = @pdfdir@
 prefix = @prefix@
index e5f994a..1c69921 100755 (executable)
@@ -1163,6 +1163,7 @@ HAVE_XSERVER
 LIB_STANDARD
 NS_OBJC_OBJ
 NS_OBJ
+ns_self_contained
 LEIM_INSTALLDIR
 TEMACS_LDFLAGS2
 LD_SWITCH_X_SITE_RPATH
@@ -10109,6 +10110,7 @@ fi
 
 
 LEIM_INSTALLDIR="\${install_prefix}/leim"
+ns_self_contained=no
 ns_frag=/dev/null
 NS_OBJ=
 NS_OBJC_OBJ=
@@ -10121,9 +10123,15 @@ if test "${HAVE_NS}" = yes; then
   with_xft=no
   # set up packaging dirs
   if test "${EN_NS_SELF_CONTAINED}" = yes; then
+     ns_self_contained=yes
      prefix=${ns_appresdir}
      exec_prefix=${ns_appbindir}
-     libexecdir=${ns_appbindir}/libexec
+          libexecdir="\${ns_appbindir}/libexec"
+     archlibdir="\${ns_appbindir}/libexec"
+     docdir="\${ns_appresdir}/etc"
+     etcdir="\${ns_appresdir}/etc"
+               infodir="\${ns_appresdir}/info"
+     lispdir="\${ns_appresdir}/lisp"
      LEIM_INSTALLDIR="\${ns_appresdir}/leim"
   fi
   ns_frag=$srcdir/src/ns.mk
@@ -10138,6 +10146,7 @@ CPPFLAGS="$tmp_CPPFLAGS"
 
 
 
+
 case "${window_system}" in
   x11 )
     HAVE_X_WINDOWS=yes