shithub: aacdec

ref: 2750dae23aa7753b3e9cd9a54813fb9b59057b1c
dir: /bootstrap/

View raw version
#! /bin/sh

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