shithub: aacenc

ref: 01ab3c253d2cf436b5907a3e29f85cc7a219f7df
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