shithub: aacdec

ref: 7fdb7f1ee9faa796a2a615fe2450273c6340ef53
dir: /bootstrap/

View raw version
#! /bin/sh

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