shithub: aacdec

ref: 4035bdd6d3cedb3f7dcd63fb37f75896db86480e
dir: /bootstrap/

View raw version
#! /bin/sh

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