shithub: aacenc

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