shithub: aacenc

ref: 51c7787a6371a29e3ea7ecbc54ea4457616aba35
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