]> Dogcows Code - chaz/openbox/blobdiff - bootstrap
grab bindings on each client's frame (and the focus_backup) instead of on the root...
[chaz/openbox] / bootstrap
index 7d6619e0e4bba68be3e3b6609add9f57a1bb5300..c677a724d9255fcbdea9dc43afb6f66be8c80021 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,11 +4,12 @@ sh() {
   /bin/sh -c "set -x; $*"
 }
 
-sh autopoint # for GNU gettext
+sh autopoint --force # for GNU gettext
 sh libtoolize --copy --force --automake
-sh aclocal
-sh autoheader
+sh aclocal -I m4
+#sh autoheader
 sh autoconf
+export WANT_AUTOMAKE=1.7
 sh automake --foreign --include-deps --add-missing --copy
 
 echo
This page took 0.022999 seconds and 4 git commands to generate.