From: Dana Jansens Date: Mon, 23 Apr 2007 19:11:12 +0000 (+0000) Subject: use automake 1.9 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=2f74990c6dc413d514e76b3b655c219a1f51c4be use automake 1.9 --- diff --git a/bootstrap b/bootstrap index e778aeb6..6a5b10fb 100755 --- a/bootstrap +++ b/bootstrap @@ -4,7 +4,7 @@ sh() { /bin/sh -c "set -x; $*" } -export WANT_AUTOMAKE=1.7 +export WANT_AUTOMAKE=1.9 sh autopoint --force || exit 1 # for GNU gettext sh libtoolize --copy --force --automake || exit 1