all repos — openbox @ 5338fdbf2edbc22f234de6c7542996142751415c

openbox fork - make it a bit more like ryudo

export the WANT_AUTOMAKE var before running acloacl
Dana Jansens danakj@orodu.net
commit

5338fdbf2edbc22f234de6c7542996142751415c

parent

8a8f2c831f465c2a17a551132af0a0f6b4415b1e

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M bootstrapbootstrap

@@ -4,12 +4,13 @@ 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 autoheader sh autoconf -export WANT_AUTOMAKE=1.7 sh automake --foreign --include-deps --add-missing --copy echo