shithub: aacdec

ref: 3b4bd3b3a9fe05d468babe5d654a5f0cd4b0e28c
dir: /bootstrap/

View raw version
#! /bin/sh

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