From 0eb417363c6f5c74a8b5183b7b798888c3fd56d1 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 28 Jan 2001 17:30:20 +0000 Subject: Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly. --- pkgtools/url2pkg/files/url2pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/url2pkg') diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg index 371f448f0e6..85cfa84924c 100755 --- a/pkgtools/url2pkg/files/url2pkg +++ b/pkgtools/url2pkg/files/url2pkg @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: url2pkg,v 1.13 2000/07/12 20:16:41 wiz Exp $ +# $NetBSD: url2pkg,v 1.14 2001/01/28 17:30:20 hubertf Exp $ # # url2pkg # (c) 1999 Hubert Feyrer @@ -101,7 +101,7 @@ fi configure=`echo w*`/$wrksrc/configure echo checking $configure XXX if [ -f $configure ]; then - if expr 2>&1 >/dev/null "`cd w*/$wrksrc ; $configure --version`" \ + if expr 2>&1 >/dev/null "`$configure --version`" \ : 'configure generated by autoconf version.*' ; then GNU_CONFIGURE=YES else -- cgit v1.2.3