r23574 - gnucash/trunk - Add missing macros to distribution and silence libtool warning

Geert Janssens gjanssens at code.gnucash.org
Mon Dec 16 13:55:50 EST 2013


Author: gjanssens
Date: 2013-12-16 13:55:50 -0500 (Mon, 16 Dec 2013)
New Revision: 23574
Trac: http://svn.gnucash.org/trac/changeset/23574

Modified:
   gnucash/trunk/Makefile.am
   gnucash/trunk/configure.ac
Log:
Add missing macros to distribution and silence libtool warning

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2013-12-15 21:15:37 UTC (rev 23573)
+++ gnucash/trunk/Makefile.am	2013-12-16 18:55:50 UTC (rev 23574)
@@ -45,6 +45,8 @@
   macros/binreloc.m4 \
   macros/compiler-flags.m4 \
   macros/ax_pkg_swig.m4 \
+  macros/ax_python_devel.m4 \
+  macros/ax_swig_python.m4 \
   macros/legacy_macros.m4 \
   po/gnucash.pot \
   po/POTFILES.in \

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-12-15 21:15:37 UTC (rev 23573)
+++ gnucash/trunk/configure.ac	2013-12-16 18:55:50 UTC (rev 23574)
@@ -23,6 +23,7 @@
 AC_INIT([GnuCash], [2.5.10], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
+AC_CONFIG_MACRO_DIR([macros])
 
 #Change this in development versions when changing anything that
 #affects stored data structures. Reset to zero when bumping version.



More information about the gnucash-changes mailing list