shithub: aacenc

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