Updating THANK you file (and of course missing people)
[awesomized/libmemcached] / config / bootstrap
index ab2e114af2502545012c588ca6ca7db4d8c32827..cc463d86d6abbf5ab36688ac8a88461a5940c05f 100755 (executable)
@@ -24,11 +24,11 @@ run() {
 ## jump out if one of the programs returns 'false'
 set -e
 
-## on macosx glibtoolize, others have libtool
+## We do not currently support glibtoolize
 if test x$LIBTOOLIZE = x; then
-  if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then
-    LIBTOOLIZE=glibtoolize
-  elif test \! "x`which libtoolize-1.5 2> /dev/null | grep -v '^no'`" = x; then
+#  if test \! "x`which glibtoolize 2> /dev/null | grep -v '^no'`" = x; then
+#    LIBTOOLIZE=glibtoolize
+  if test \! "x`which libtoolize-1.5 2> /dev/null | grep -v '^no'`" = x; then
     LIBTOOLIZE=libtoolize-1.5
   elif test \! "x`which libtoolize 2> /dev/null | grep -v '^no'`" = x; then
     LIBTOOLIZE=libtoolize