* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
25 lines
628 B
Text
25 lines
628 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Tue Dec 7 15:22:41 1999
|
|
+++ configure Mon Jan 14 16:21:53 2002
|
|
@@ -702,7 +702,7 @@
|
|
fi
|
|
|
|
|
|
-PACKAGE=libtool
|
|
+PACKAGE=libtool13
|
|
|
|
VERSION=1.3.5
|
|
|
|
@@ -1859,10 +1859,6 @@
|
|
*) # Relative path.
|
|
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
esac
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
|
|
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
|
# The eval makes quoting arguments work.
|