r23565 - gnucash/trunk - Fix ax_pkg_swig.m4 filename.

John Ralls jralls at code.gnucash.org
Sun Dec 15 12:19:51 EST 2013


Author: jralls
Date: 2013-12-15 12:19:51 -0500 (Sun, 15 Dec 2013)
New Revision: 23565
Trac: http://svn.gnucash.org/trac/changeset/23565

Modified:
   gnucash/trunk/Makefile.am
Log:
Fix ax_pkg_swig.m4 filename.

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2013-12-15 17:19:40 UTC (rev 23564)
+++ gnucash/trunk/Makefile.am	2013-12-15 17:19:51 UTC (rev 23565)
@@ -44,7 +44,7 @@
   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 @@
 # 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! ###"
+



More information about the gnucash-changes mailing list