shithub: aacenc

ref: c8d12a5c7c5b6f1c4593f0a6c1eeceacc4d7c941
dir: aacenc/bootstrap

View raw version
#! /bin/sh

aclocal -I .
autoheader
if test "`uname -s`" = Darwin; then
    glibtoolize --automake
else
    libtoolize --automake
fi
automake --add-missing
autoconf