Add missing macros to distribution and silence libtool warning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23574 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-12-16 18:55:50 +00:00
parent f70e0ee134
commit 48d589041f
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,8 @@ EXTRA_DIST = \
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 \

View File

@ -23,6 +23,7 @@ AC_PREREQ(2.60)
AC_INIT([GnuCash], [2.5.10], [gnucash-devel@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.