shithub: aacenc

ref: 09ad6d02e8976f54aaf711c7ebacb57b8d81de1a
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