Author: wyoung
Date: Thu Dec 15 16:08:39 2005
New Revision: 1157
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1157&view=rev
Log:
Moving bakefile-generated autoconf_inc.m4 out of project root and into
config subdir, where all the other M4 files live.
Modified:
branches/v2.1-bakefile/bootstrap
branches/v2.1-bakefile/configure.ac
Modified: branches/v2.1-bakefile/bootstrap
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/bootstrap?rev=1157&r1=1156&r2=1157&view=diff
==============================================================================
--- branches/v2.1-bakefile/bootstrap (original)
+++ branches/v2.1-bakefile/bootstrap Thu Dec 15 16:08:39 2005
@@ -12,6 +12,7 @@
bakefilize &&
./mkbf autoconf &&
./mkbf msvc6prj &&
+ mv autoconf_inc.m4 config &&
autoreconf -i &&
aclocal -I config &&
autoheader &&
Modified: branches/v2.1-bakefile/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/configure.ac?rev=1157&r1=1156&r2=1157&view=diff
==============================================================================
--- branches/v2.1-bakefile/configure.ac (original)
+++ branches/v2.1-bakefile/configure.ac Thu Dec 15 16:08:39 2005
@@ -30,7 +30,7 @@
# Include Bakefile macros
-AC_BAKEFILE([m4_include(autoconf_inc.m4)])
+AC_BAKEFILE([m4_include(config/autoconf_inc.m4)])
# Checks for build system tools