Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7875389
)
THRIFT-483. Use --copy for libtoolize
author
David Reiss
<dreiss@apache.org>
Wed, 6 May 2009 22:00:33 +0000
(22:00 +0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 6 May 2009 22:00:33 +0000
(22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@772440
13f79535
-47bb-0310-9956-
ffa450edef68
bootstrap.sh
patch
|
blob
|
history
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
45ac8d5
..
74ecdb8
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-26,9
+26,9
@@
aclocal -I ./aclocal || exit 1
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