shithub: aacdec

ref: 7de46d7fc931ca48d104e999332310cdea71048b
dir: /bootstrap/

View raw version
#! /bin/sh

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