mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
f70e0ee134
commit
48d589041f
@ -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 \
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user