shithub: aacdec

ref: 9596ecdf5d384c896dbb32e13eb9d3856b9d09f8
dir: /bootstrap/

View raw version
#! /bin/sh

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