summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-28 17:30:20 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-28 17:30:20 +0000
commit88b2f47c28d5605f41dee8a07c7e5af05ca92356 (patch)
tree832d8f3a206cd23fe2deb96352a2f03f382a43e2 /pkgtools
parent0761a3b08f0d133fab45b14ae0b003f0e682edcb (diff)
downloadpkgsrc-88b2f47c28d5605f41dee8a07c7e5af05ca92356.tar.gz
Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/url2pkg/files/url2pkg4
1 files changed, 2 insertions, 2 deletions
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