adding bootstrap which generates all the auto* files such as configure

This commit is contained in:
Dana Jansens 2002-05-16 15:45:34 +00:00
parent 4f04dcaf22
commit bd196c7108

13
bootstrap Executable file
View file

@ -0,0 +1,13 @@
#! /bin/sh
sh() {
/bin/sh -c "set -x; $*"
}
sh aclocal
sh automake --foreign --include-deps
sh autoconf
echo
echo You are now ready to run ./configure
echo enjoy!