shithub: aacenc

ref: ddc184c244169848a27e0bf3b0dbf7a1d3e8fcc4
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