shithub: aacenc

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