shithub: aacenc

ref: 4fda3e8bd4cf9bc3630d1f9e79a15f77ba7d3cc2
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