shithub: aacdec

ref: aedfc3e7ba86301b10c39cb131f5562fd4c99ce9
dir: /bootstrap/

View raw version
#! /bin/sh

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