shithub: aacenc

ref: 6e869f1ce5f57d40d9bcf0bc261b51fdd09d3254
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