shithub: aacenc

ref: c1ac168fc988193ef135ef6f6fd7ddf3eb9b6707
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