shithub: aacenc

ref: 29bcceae80912ddf203a3626f7a2cca1ecf0a98d
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