shithub: aacenc

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