summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-08-14 10:37:32 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-08-14 10:37:32 +0200
commita750ec80abfcf3280abe66d85a6b65407c088080 (patch)
treedae3fc7d92cae1c6cc51468b15e1a79166ba1d2c /autogen.sh
parentf65675512d96b4c43eb04c85fc75b8ff820fde43 (diff)
add GLEW check in configure.ac
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 16970c7..84d897f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,6 +35,8 @@ version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.
"ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "automake" "$AUTOMAKE automake automake-1.9 automake19 automake-1.7 automake-1.6 automake-1.5" \
"ftp://ftp.gnu.org/pub/gnu/automake/" 1 7 || DIE=1
+version_check "gettext" "gettext" \
+ "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1
version_check "autopoint" "autopoint" \
"ftp://ftp.gnu.org/pub/gnu/gettext/" 0 11 5 || DIE=1
version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \