shithub: aacdec

ref: 502d0c44f4fcbabffa6dfcf90e0b3498005e6389
dir: /bootstrap/

View raw version
#! /bin/sh

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