shithub: aacenc

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