shithub: aacenc

ref: d3951eafd209640101e9cca431860ca4ca32f993
dir: aacenc/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