shithub: aacdec

ref: 162e0015ec094669e30cfacb7c4f8088a14141e9
dir: /bootstrap/

View raw version
#! /bin/sh

aclocal -I .
autoheader
libtoolize --automake --copy
automake --add-missing --copy
autoconf
echo "Ready to run ./configure"