shithub: aacdec

ref: 24ea3e1ec9b06738df21731fbf4ce344a53b5432
dir: /bootstrap/

View raw version
#! /bin/sh

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