shithub: aacenc

ref: 98aa3da4d1102f24bc308203afa7282a9dbc1c67
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