From: Mark Slee Date: Wed, 4 Apr 2007 22:13:37 +0000 (+0000) Subject: Oops typo. X-Git-Tag: 0.2.0~1386 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ff24f74b49efaa25eb443f03d814fd29f4cd664c;p=common%2Fthrift.git Oops typo. Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665086 13f79535-47bb-0310-9956-ffa450edef68 --- 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