shithub: aacenc

ref: 38dc97929ccaaf2c0098edd6503bb4d751e805b1
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