[xiph-commits] r16590 - trunk/theora
j at svn.xiph.org
j at svn.xiph.org
Mon Sep 28 09:49:40 PDT 2009
Author: j
Date: 2009-09-28 09:49:40 -0700 (Mon, 28 Sep 2009)
New Revision: 16590
Modified:
trunk/theora/autogen.sh
Log:
replace existing libtool files if running autogen.sh
Modified: trunk/theora/autogen.sh
===================================================================
--- trunk/theora/autogen.sh 2009-09-28 14:07:56 UTC (rev 16589)
+++ trunk/theora/autogen.sh 2009-09-28 16:49:40 UTC (rev 16590)
@@ -116,8 +116,8 @@
echo " $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS || exit 1
-echo " $LIBTOOLIZE --automake"
-$LIBTOOLIZE --automake || exit 1
+echo " $LIBTOOLIZE --automake --force"
+$LIBTOOLIZE --automake --force || exit 1
echo " autoheader"
autoheader || exit 1
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
More information about the commits
mailing list