shithub: aacdec

ref: d5e2f7ac5b9a0744f6bf5f57c5de0f2f7189a234
dir: /bootstrap/

View raw version
#! /bin/sh

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