shithub: aacenc

ref: 17a2abfb64d5da78999672a9ba9b9e08e19f978e
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