shithub: aacdec

ref: b00a2415ffe2895620baf6bae968d547cc723f21
dir: /bootstrap/

View raw version
#! /bin/sh

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