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