diff options
author | tron <tron@pkgsrc.org> | 1999-03-09 22:04:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-09 22:04:39 +0000 |
commit | bb3e97c8f67f97fc05435ed9a4b82485a1d88838 (patch) | |
tree | 54215b88a0eb797548fb5f95850b8b43af9320b7 /devel | |
parent | b5e3bbc50a987cc84f6b979eaa400bf30100c72f (diff) | |
download | pkgsrc-bb3e97c8f67f97fc05435ed9a4b82485a1d88838.tar.gz |
Don't automatically prefix "../" to the INSTALL command for subdir use.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib/patches/patch-ad | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/devel/glib/patches/patch-ad b/devel/glib/patches/patch-ad index 42fbee6c999..fa206783fb3 100644 --- a/devel/glib/patches/patch-ad +++ b/devel/glib/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.2 1999/03/05 09:44:20 tron Exp $ +$NetBSD: patch-ad,v 1.3 1999/03/09 22:04:39 tron Exp $ --- configure.orig Wed Feb 24 07:44:18 1999 -+++ configure Fri Mar 5 09:45:43 1999 ++++ configure Tue Mar 9 22:59:39 1999 @@ -26,7 +26,7 @@ # GLIB_MAJOR_VERSION=1 @@ -19,12 +19,25 @@ $NetBSD: patch-ad,v 1.2 1999/03/05 09:44:20 tron Exp $ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -1825,6 +1826,8 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +@@ -1826,6 +1827,8 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -+ -+fi ++fi ++ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. + exec 5>>./config.log +@@ -5965,10 +5968,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" |