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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-03-23 13:51:36 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-03-23 13:51:36 +0300
commit940931e49bbae25592508b6b2309e551e38fb396 (patch)
tree6fcf7a19406d1dd1e919c6b564721b0237b3fec5 /autogen.sh
parent381c706addded350de2e3ad471f025ead30eab58 (diff)
Build fixes
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 8047805f..32365a53 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -103,8 +103,8 @@ echo "Generating configuration files for $package, please wait...."
echo " $ACLOCAL $ACLOCAL_FLAGS"
$ACLOCAL $ACLOCAL_FLAGS || exit 1
-#echo " autoheader"
-#autoheader || exit 1
+echo " autoheader"
+autoheader || exit 1
echo " $LIBTOOLIZE --automake"
$LIBTOOLIZE --automake || exit 1
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"