Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgiles <giles@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-04-02 22:25:44 +0400
committergiles <giles@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-04-02 22:25:44 +0400
commit3824659cd0d4602f660e87b3bf116136625cbda5 (patch)
treea28cdfa77a34b0391fb17fdbae02a18adfd56f84 /autogen.sh
parent048ae6d6fa428b577bf87c9d3e35e1d70ae916da (diff)
Avoid a warning by calling aclocal before libtoolize.
git-svn-id: http://svn.xiph.org/trunk/speex@6486 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2349e6b..cb97c26 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -130,12 +130,12 @@ do
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