[Gnucash-changes] r13696 - gnucash/trunk - List the optional components that will be compiled in the summary at

David Hampton hampton at cvs.gnucash.org
Fri Mar 24 17:14:01 EST 2006


Author: hampton
Date: 2006-03-24 17:14:00 -0500 (Fri, 24 Mar 2006)
New Revision: 13696
Trac: http://svn.gnucash.org/trac/changeset/13696

Modified:
   gnucash/trunk/configure.in
Log:
List the optional components that will be compiled in the summary at
the end of the configure run.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-03-24 14:52:59 UTC (rev 13695)
+++ gnucash/trunk/configure.in	2006-03-24 22:14:00 UTC (rev 13696)
@@ -2282,11 +2282,26 @@
 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${SQL_DIR} != x; then
+components="$components sql"
+fi
+if test x${OFX_DIR} != x; then
+components="$components ofx"
+fi
+if test x${HBCI_DIR} != x; then
+components="$components hbci"
+fi
+if test x${MT940_DIR} != x; then
+components="$components mt940"
+fi
+
 AC_MSG_RESULT([
   Options detected/selected
   -------------------------
   gnucash version ...... : $VERSION
   Build for host ....... : $host
+  Optional components....:$components
   Extra Warnings ....... : $warnFLAGS
   CPPFLAGS ............. : $CPPFLAGS
   CFLAGS ............... : $CFLAGS



More information about the gnucash-changes mailing list