shithub: aacenc

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