Patch 1673122: be explicit about which libtool to use, to avoid name clashes

when a users install GNU libtool early in his PATH
This commit is contained in:
Ronald Oussoren 2007-07-09 08:41:15 +00:00
parent 9b0bcc1f4b
commit 9cca918db8
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
-compatibility_version $(VERSION) \
-current_version $(VERSION); \
else \
libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
/usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
@LIBTOOL_CRUFT@ ;\
fi
$(INSTALL) -d -m $(DIRMODE) \