shithub: aacdec

ref: 7af9c20656f528fe2329d91197d4f83094d7715a
dir: /bootstrap/

View raw version
#! /bin/sh

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