shithub: aacenc

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