List:Commits« Previous MessageNext Message »
From:jbalint Date:June 12 2007 9:09pm
Subject:Connector/ODBC 3.51 commit: r494 - trunk
View as plain text  
Modified:
   trunk/Makefile.svn
Log:
fixed bad option passed to automake


Modified: trunk/Makefile.svn
===================================================================
--- trunk/Makefile.svn	2007-06-12 17:00:02 UTC (rev 493)
+++ trunk/Makefile.svn	2007-06-12 21:09:49 UTC (rev 494)
@@ -15,7 +15,7 @@
 	 else \
 	  libtoolize --automake --force; \
 	 fi
-	@automake --add-missing --force
+	@automake --add-missing --force-missing
 	@autoconf
 	@echo "Done!"
 	@echo "Now run ./configure --help"

Thread
Connector/ODBC 3.51 commit: r494 - trunkjbalint12 Jun