[xiph-cvs] r6486 - trunk/speex
giles at xiph.org
giles at xiph.org
Fri Apr 2 10:25:45 PST 2004
Author: giles
Date: 2004-04-02 13:25:44 -0500 (Fri, 02 Apr 2004)
New Revision: 6486
Modified:
trunk/speex/autogen.sh
Log:
Avoid a warning by calling aclocal before libtoolize.
<p>Modified: trunk/speex/autogen.sh
===================================================================
--- trunk/speex/autogen.sh 2004-04-02 08:36:44 UTC (rev 6485)
+++ trunk/speex/autogen.sh 2004-04-02 18:25:44 UTC (rev 6486)
@@ -130,12 +130,12 @@
echo "Making $dr/aclocal.m4 writable ..."
test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
fi
+ echo "Running aclocal $aclocalinclude ..."
+ aclocal $aclocalinclude
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
libtoolize --force --copy
fi
- echo "Running aclocal $aclocalinclude ..."
- aclocal $aclocalinclude
if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list