shithub: aacenc

ref: 4fa4bb373f165492ceaa7b741720a1b8edf160d5
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