shithub: aacenc

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