shithub: aacdec

ref: 44c7b98d129afe60aac5bf8a688902a67623c27f
dir: /bootstrap/

View raw version
#! /bin/sh

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