From ff24f74b49efaa25eb443f03d814fd29f4cd664c Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Wed, 4 Apr 2007 22:13:37 +0000 Subject: [PATCH] Oops typo. Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665086 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpp/bootstrap.sh b/lib/cpp/bootstrap.sh index 431e35a3..4c59d14f 100755 --- a/lib/cpp/bootstrap.sh +++ b/lib/cpp/bootstrap.sh @@ -4,7 +4,7 @@ autoscan autoheader aclocal -I ./aclocal -if glibtoolize --version 1 >/dev/null 2>/dev/null; then +if libtoolize --version 1 >/dev/null 2>/dev/null; then libtoolize --automake elif glibtoolize --version 1 >/dev/null 2>/dev/null; then glibtoolize --automake -- 2.17.1