[Gnucash-changes] r12328 - gnucash/trunk - Revert not-yet-agreed change in QOF variables by myself that accidentally slipped in.

Christian Stimming cstim at cvs.gnucash.org
Thu Jan 12 10:52:01 EST 2006


Author: cstim
Date: 2006-01-12 10:52:00 -0500 (Thu, 12 Jan 2006)
New Revision: 12328
Trac: http://svn.gnucash.org/trac/changeset/12328

Modified:
   gnucash/trunk/configure.in
Log:
Revert not-yet-agreed change in QOF variables by myself that accidentally slipped in.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-11 23:07:56 UTC (rev 12327)
+++ gnucash/trunk/configure.in	2006-01-12 15:52:00 UTC (rev 12328)
@@ -428,13 +428,14 @@
 fi
 if test x$QOF_XML_DIR = x; then
         AC_MSG_RESULT([no, will use internal QOF code])
-  	QOF_LIB_DIR="\${libdir}"
+	QOF_LIB_DIR=`eval echo $libdir | sed "s%^NONE%$prefix%"`
+	QOF_LIB_DIR=`eval echo $QOF_LIB_DIR | sed "s%^NONE%$prefix%"`  
 	QOF_CFLAGS="-I\${top_srcdir}/lib/libqof/qof"
 	QOF_LIBS="\${top_srcdir}/lib/libqof/qof/libqof.la"
 #	QOF_LIB_DIR=`eval echo ${libdir}`
 	QOF_VERSION="internal"
 	QOF_PREFIX="internal"
-	QOF_XML_DIR="\${datadir}/xml/qsf"
+	QOF_XML_DIR=`eval echo ${datadir}/xml/qsf`
 	LIBQOF_LIBRARY_VERSION=1:2:0
 	LIBQOF_BACKEND_QSF_LIBRARY_VERSION=0:1:0
 	AC_SUBST(LIBQOF_LIBRARY_VERSION)



More information about the gnucash-changes mailing list