summaryrefslogtreecommitdiff
path: root/devel/glib
diff options
context:
space:
mode:
authortron <tron>1999-03-09 22:04:39 +0000
committertron <tron>1999-03-09 22:04:39 +0000
commit02bb93f58f0c058b4ac21cecd422edc8a7b974e8 (patch)
tree54215b88a0eb797548fb5f95850b8b43af9320b7 /devel/glib
parentf5a474be07826bed2635d0363850024d01125812 (diff)
downloadpkgsrc-02bb93f58f0c058b4ac21cecd422edc8a7b974e8.tar.gz
Don't automatically prefix "../" to the INSTALL command for subdir use.
Diffstat (limited to 'devel/glib')
-rw-r--r--devel/glib/patches/patch-ad25
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"