Changeset 757fcfc93b469319a520b69c47458ef283c8df1f
- Timestamp:
- 07/21/07 00:52:44
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184971964 +0000
- git-parent:
[710b2c480aa4246da1a641b4aa34caf35d0b5cf8]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184971964 +0000
- Message:
bootstrap: Fix previous commit (oops I did it again).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r710b2c4 |
r757fcfc |
|
| 100 | 100 | # Check for libtool |
|---|
| 101 | 101 | libtoolize="no" |
|---|
| 102 | | if test -x extras/contrib/bin/libtoolize --version > /dev/null 2>&1; then |
|---|
| | 102 | if test -x extras/contrib/bin/libtoolize; then |
|---|
| 103 | 103 | libtoolize="extras/contrib/bin/libtoolize" |
|---|
| 104 | 104 | elif glibtoolize --version >/dev/null 2>&1; then |
|---|