shithub: aacenc

ref: 3d8f031b4c47e0fd3a6804854158dcdce84a095d
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