mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@43903 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
339 B
Diff
12 lines
339 B
Diff
--- bootstrap.orig 2005-05-06 23:51:39.000000000 +0200
|
|
+++ bootstrap 2005-09-27 21:46:02.000000000 +0200
|
|
@@ -9,7 +9,7 @@
|
|
if glibtool --version > /dev/null 2> /dev/null
|
|
then
|
|
libtool=glibtool
|
|
- if libtoolize --version > /dev/null
|
|
+ if glibtoolize --version > /dev/null
|
|
then
|
|
echo "Found link for libtoolize"
|
|
else
|