shithub: aacdec

ref: 0aa2ca7ee392ce54ca6273409165a3febb59e1a9
dir: /bootstrap/

View raw version
#! /bin/sh

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