shithub: aacdec

ref: 7e49aa4ec42404622aadfad2f0a360d162a31f5d
dir: /bootstrap/

View raw version
#! /bin/sh

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