shithub: aacenc

ref: 29fe1278dc4e8f4700282ca67bf1c6e4237e4a94
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