r18144 - gnucash/trunk/src/bin - r18143 needs Makefile.am changes

Phil Longstaff plongstaff at code.gnucash.org
Sun Jun 21 09:29:35 EDT 2009


Author: plongstaff
Date: 2009-06-21 09:29:35 -0400 (Sun, 21 Jun 2009)
New Revision: 18144
Trac: http://svn.gnucash.org/trac/changeset/18144

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
r18143 needs Makefile.am changes


Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2009-06-21 13:02:58 UTC (rev 18143)
+++ gnucash/trunk/src/bin/Makefile.am	2009-06-21 13:29:35 UTC (rev 18144)
@@ -39,8 +39,8 @@
 		-e 's#@-GNC_DBD_DIR-@#${GNC_DBD_DIR}#g' \
 	    -e 's#@-GNC_GUILE_MODULE_DIR-@#${GNC_SHAREDIR}/guile-modules#g' \
 	    -e 's#@-GNC_SCM_INSTALL_DIR-@#${GNC_SCM_INSTALL_DIR}#g' \
-            -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
-            -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
+        -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
+        -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
 	    -e 's#@-PATH_SEPARATOR-@#${PATH_SEPARATOR}#g'
 	mv $@.tmp $@
 	chmod u+x $@
@@ -52,9 +52,10 @@
 		-e 's#@-GNC_DBD_DIR-@#${GNC_DBD_DIR}#g' \
 	    -e 's#@-GNC_GUILE_MODULE_DIR-@#${GNC_SHAREDIR}/guile-modules#g' \
 	    -e 's#@-GNC_SCM_INSTALL_DIR-@#${GNC_SCM_INSTALL_DIR}#g' \
-            -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
-            -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
-	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g"
+        -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
+        -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
+	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g" \
+	    -e 's#@-PATH_SEPARATOR-@#${PATH_SEPARATOR}#g'
 	mv $@.tmp $@
 	chmod u+x $@
 
@@ -65,9 +66,10 @@
 		-e 's#@-GNC_DBD_DIR-@#${GNC_DBD_DIR}#g' \
 	    -e 's#@-GNC_GUILE_MODULE_DIR-@#${GNC_SHAREDIR}/guile-modules#g' \
 	    -e 's#@-GNC_SCM_INSTALL_DIR-@#${GNC_SCM_INSTALL_DIR}#g' \
-            -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
-            -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
-	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g"
+        -e 's#@-GNC_LIB_INSTALLDIR-@#${libdir}#' \
+        -e 's#@-GNC_PKGLIB_INSTALLDIR-@#${pkglibdir}#g' \
+	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g" \
+	    -e 's#@-PATH_SEPARATOR-@#${PATH_SEPARATOR}#g'
 	mv $@.tmp $@
 	chmod u+x $@
 



More information about the gnucash-changes mailing list