Fix ax_pkg_swig.m4 filename.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23565 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2013-12-15 17:19:51 +00:00
parent 5c7bc36a21
commit 070ef2f953

View File

@ -44,7 +44,7 @@ EXTRA_DIST = \
macros/as-scrub-include.m4 \
macros/binreloc.m4 \
macros/compiler-flags.m4 \
macros/ac_pkg_swig.m4 \
macros/ax_pkg_swig.m4 \
macros/legacy_macros.m4 \
po/gnucash.pot \
po/POTFILES.in \
@ -219,3 +219,4 @@ indent:
# a very ugly way.
# $(ASTYLE) --indent=spaces=4 --brackets=break --pad-oper -pad-header --suffix=none `find ${srcdir}/src -name '*.[hc]'`
@echo "### GnuCash development hint: The above command might have re-indented much more files than what you intended. Please commit only those which you really want to have changed, and revert the changes in the others so that other devevelopers do not have unnecessary merge conflicts. Thanks! ###"