[Winpt-commits] r199 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 11 08:38:11 CEST 2006


Author: twoaday
Date: 2006-04-11 08:38:11 +0200 (Tue, 11 Apr 2006)
New Revision: 199

Modified:
   trunk/autogen.sh
Log:
Add --add-missing for the convienence.



Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2006-04-10 07:40:36 UTC (rev 198)
+++ trunk/autogen.sh	2006-04-11 06:38:11 UTC (rev 199)
@@ -130,7 +130,7 @@
 echo "Running autoheader..."
 $AUTOHEADER
 echo "Running automake --gnu ..."
-$AUTOMAKE --gnu;
+$AUTOMAKE --add-missing --gnu
 echo "Running autoconf..."
 $AUTOCONF
 



More information about the Winpt-commits mailing list