shithub: aacenc

ref: 777d4f6dbd6865112037111c3ea80b7a4efc52ed
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