shithub: aacenc

ref: 54d7f35236ac517e28ee4cb4df08804d3c7e0421
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