X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=b1819cc4711d3af354d2d04b6a596b849154b5e5;hb=5186d04c613056c44490bd3f6766fd969e83305a;hp=f3de338c304725cb884a922fa864a9f277f649ed;hpb=09918dc5c89605ae86d1e59b114d1300dc57b3b3;p=chaz%2Fopenbox diff --git a/bootstrap b/bootstrap index f3de338c..b1819cc4 100755 --- a/bootstrap +++ b/bootstrap @@ -4,10 +4,14 @@ sh() { /bin/sh -c "set -x; $*" } -sh aclocal -sh autoheader +export WANT_AUTOMAKE=1.7 + +sh autopoint --force # for GNU gettext +sh libtoolize --copy --force --automake +sh aclocal -I m4 $ACLOCAL_FLAGS +#sh autoheader sh autoconf -sh automake --foreign --include-deps --add-missing +sh automake --foreign --include-deps --add-missing --copy echo echo You are now ready to run ./configure