shithub: aacenc

ref: 5726e930ecb3c9bbb0d37bc52f90e4f0553be19a
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