shithub: aacenc

ref: 6bd575e2b1aded2f8581b7863d3cce6f7fb41d89
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