# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
-package="celt"
+package="opus"
olddir=`pwd`
srcdir=`dirname $0`
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"