shithub: aacdec

ref: 839d8a813af86affd5a54a79293ce127dd9131de
dir: /bootstrap/

View raw version
#! /bin/sh

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