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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-09 08:31:47 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2004-07-09 08:31:47 +0400
commit6019f5a99ecf0e93199ed9d1f8600f466c19eab2 (patch)
treee87a367e4834ca3dcc9feca30fa5376600fd0225 /autogen.sh
parentcca041ff87941633cd35af1b8b48295e1652b235 (diff)
Separated the version macros
git-svn-id: http://svn.xiph.org/trunk/speex@7061 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 3c9fba6..68f870c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -62,8 +62,8 @@ echo "Generating configuration files for $package, please wait...."
echo " aclocal $ACLOCAL_FLAGS"
aclocal $ACLOCAL_FLAGS
-echo " autoheader"
-autoheader
+#echo " autoheader"
+#autoheader
echo " $LIBTOOLIZE --automake"
$LIBTOOLIZE --automake
echo " automake --add-missing $AUTOMAKE_FLAGS"