shithub: aacenc

ref: 64bbc9285b0bfb82103d8627c6171c8fdd34a6c3
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