shithub: aacdec

ref: d2663a0bb271b9a4e6df3e081f76bfb2d93b2136
dir: /bootstrap/

View raw version
#! /bin/sh

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