shithub: aacdec

ref: 4041be70bf23c172dda3d107e19d84c2fb58f644
dir: /bootstrap/

View raw version
#! /bin/sh

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