shithub: aacenc

ref: 9390b896f44eb4ad0494b762bb6ef2e78cd3f91f
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