shithub: aacdec

ref: 7c218bda33ff363e3dde1b737e7a443823cb3001
dir: /bootstrap/

View raw version
#! /bin/sh

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