shithub: libdvdcss

ref: f91c54a9ef1e65e9cecd9fa15f520d964e1f9f46
dir: /bootstrap/

View raw version
#! /bin/sh
set -x

aclocal || exit 1
libtoolize --force --copy || exit 1
autoheader || exit 1
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --add-missing --copy --include-deps || exit 1
automake --add-missing --copy || exit 1
autoconf || exit 1
rm -f config.cache