From 070ef2f9535ee09f5b51333dbc104c80ddd8b7be Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 15 Dec 2013 17:19:51 +0000 Subject: [PATCH] Fix ax_pkg_swig.m4 filename. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23565 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 874c17a054..159241303e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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! ###" +