diff options
author | tv <tv@pkgsrc.org> | 1998-10-02 15:07:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-02 15:07:58 +0000 |
commit | 07c60a4b2bcdfc4f31d4f816eeff36674ebe8a63 (patch) | |
tree | bb1b64cd0548456afc24501fb675afcbef675ba0 /news | |
parent | 4a7e2c3aa49c9fd62aaebf0458baf34d2a1afb14 (diff) | |
download | pkgsrc-07c60a4b2bcdfc4f31d4f816eeff36674ebe8a63.tar.gz |
Get libtool from the right place.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/patches/patch-aa | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa index da1e1669f6e..a37fac7d882 100644 --- a/news/inn/patches/patch-aa +++ b/news/inn/patches/patch-aa @@ -1,14 +1,22 @@ -$NetBSD: patch-aa,v 1.1 1998/09/05 03:21:11 garbled Exp $ ---- configure.orig Fri Jul 24 06:13:00 1998 -+++ configure Fri Aug 28 12:22:23 1998 -@@ -961,8 +961,8 @@ +$NetBSD: patch-aa,v 1.2 1998/10/02 15:07:58 tv Exp $ + +--- configure.orig Fri Oct 2 10:54:16 1998 ++++ configure Fri Oct 2 10:56:27 1998 +@@ -960,7 +960,7 @@ --LIBTOOL='$(SHELL) ../libtool' --UPLIBTOOL='$(SHELL) ../../libtool' -+LIBTOOL='$(SHELL) $(PREFIX)/bin/libtool' -+UPLIBTOOL='$(SHELL) $(PREFIX)/bin/libtool' +- ++if false; do + LIBTOOL='$(SHELL) ../libtool' + UPLIBTOOL='$(SHELL) ../../libtool' EXTOBJ='lo' - EXTLIB='la' - # Check whether --enable-libtool or --disable-libtool was given. +@@ -1057,7 +1057,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +- ++fi + + test "x$prefix" = xNONE && prefix=$ac_default_prefix + test "x$exec_prefix" = xNONE && exec_prefix=$ac_default_prefix |