shithub: aacenc

ref: 15436622f7c20a4a366a2c42b442439b8e7cdd7b
dir: /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