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@89384 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
350 B
Diff
14 lines
350 B
Diff
--- autogen.sh.orig 2010-12-21 01:16:22.000000000 +0900
|
|
+++ autogen.sh 2012-01-25 01:08:23.000000000 +0900
|
|
@@ -12,8 +12,8 @@
|
|
FORCE_MISSING=
|
|
fi
|
|
|
|
-libtoolize --copy $FORCE 2>&1 | sed '/^You should/d' || {
|
|
- echo "libtoolize failed!"
|
|
+glibtoolize --copy $FORCE 2>&1 | sed '/^You should/d' || {
|
|
+ echo "glibtoolize failed!"
|
|
exit 1
|
|
}
|
|
|