From 88b2f47c28d5605f41dee8a07c7e5af05ca92356 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') 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