r18536 - gnucash/trunk - Remove unneeded information lines about "qof" - we're using our internal code always anyway.

Christian Stimming cstim at code.gnucash.org
Tue Dec 29 15:13:25 EST 2009


Author: cstim
Date: 2009-12-29 15:13:25 -0500 (Tue, 29 Dec 2009)
New Revision: 18536
Trac: http://svn.gnucash.org/trac/changeset/18536

Modified:
   gnucash/trunk/configure.in
Log:
Remove unneeded information lines about "qof" - we're using our internal code always anyway.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2009-12-29 20:12:48 UTC (rev 18535)
+++ gnucash/trunk/configure.in	2009-12-29 20:13:25 UTC (rev 18536)
@@ -1653,11 +1653,6 @@
 )
 AC_OUTPUT
 
-pkgdatadir=${prefix}/${PACKAGE}
-output_qof_prefix=`eval eval eval echo $QOF_PREFIX`
-output_qof_lib_dir=`eval eval eval echo $QOF_LIB_DIR`
-output_qof_xml_dir=`eval eval eval echo $QOF_XML_DIR`
-
 if test x${DBI_DIR} != x; then
 components="$components dbi"
 fi
@@ -1683,10 +1678,6 @@
   CFLAGS ............... : $CFLAGS
   LDFLAGS .............. : $LDFLAGS
   prefix................ : ${prefix}
-  QOF support .......... : $QOF_VERSION
-  QOF location ......... : $output_qof_prefix
-  QOF library dir ...... : $output_qof_lib_dir
-  QOF backend config ... : $output_qof_xml_dir
 
 
 ])



More information about the gnucash-changes mailing list