shithub: aacenc

ref: 11215a2dc792d28a8fa7bbef059c6798d248a0ea
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