shithub: aacenc

ref: 6fb9f675c8b2a6133e6d5a01f1e01365145aa8ed
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