Changeset 757fcfc93b469319a520b69c47458ef283c8df1f

Show
Ignore:
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
  • bootstrap

    r710b2c4 r757fcfc  
    100100# Check for libtool 
    101101libtoolize="no" 
    102 if test -x extras/contrib/bin/libtoolize --version > /dev/null 2>&1; then 
     102if test -x extras/contrib/bin/libtoolize; then 
    103103  libtoolize="extras/contrib/bin/libtoolize" 
    104104elif glibtoolize --version >/dev/null 2>&1; then