You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/05/07 00:00:34 UTC

svn commit: r772440 - /incubator/thrift/trunk/bootstrap.sh

Author: dreiss
Date: Wed May  6 22:00:33 2009
New Revision: 772440

URL: http://svn.apache.org/viewvc?rev=772440&view=rev
Log:
THRIFT-483. Use --copy for libtoolize

Modified:
    incubator/thrift/trunk/bootstrap.sh

Modified: incubator/thrift/trunk/bootstrap.sh
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/bootstrap.sh?rev=772440&r1=772439&r2=772440&view=diff
==============================================================================
--- incubator/thrift/trunk/bootstrap.sh (original)
+++ incubator/thrift/trunk/bootstrap.sh Wed May  6 22:00:33 2009
@@ -26,9 +26,9 @@
 autoheader || exit 1
 
 if libtoolize --version 1 >/dev/null 2>/dev/null; then
-  libtoolize --automake || exit 1
+  libtoolize --copy --automake || exit 1
 elif glibtoolize --version 1 >/dev/null 2>/dev/null; then
-  glibtoolize --automake || exit 1
+  glibtoolize --copy --automake || exit 1
 fi
 
 autoconf