From 223630f44da97cf57be1fc81c359f570e80a9dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Michel=20Vourg=C3=A8re?= Date: Fri, 29 Jun 2012 17:15:54 +0200 Subject: [PATCH] Fixed typo in autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1ae1923..c8b5cf6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ DIE=0 } grep "^A[CM]_PROG_LIBTOOL" configure.in >/dev/null && { - if which libtoolize && (libtooloze --version) < /dev/null > /dev/null 2>&1; then + if which libtoolize && (libtoolize --version) < /dev/null > /dev/null 2>&1; then LIBTOOLIZE=libtoolize else if which glibtoolize && (glibtoolize --version) < /dev/null > /dev/null 2>&1; then