shithub: aacenc

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