shithub: aacenc

ref: 3aee10e5cb90dd67ed45ff73ee147f067339aa97
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