shithub: aacenc

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