diff options
author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-03-23 06:51:36 -0400 |
---|---|---|
committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-03-23 06:51:36 -0400 |
commit | 940931e49bbae25592508b6b2309e551e38fb396 (patch) | |
tree | 6fcf7a19406d1dd1e919c6b564721b0237b3fec5 /autogen.sh | |
parent | 381c706addded350de2e3ad471f025ead30eab58 (diff) | |
download | opus-940931e49bbae25592508b6b2309e551e38fb396.tar.gz |
Build fixes
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |