singe/vldp2/bootstrap
2019-11-11 14:53:02 -06:00

11 lines
259 B
Bash

#! /bin/sh
set -x
aclocal -I autotools
libtoolize --force --copy
autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --add-missing --copy --include-deps
automake --add-missing --copy
autoconf
rm -f config.cache