summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-28 17:30:20 +0000
committerhubertf <hubertf>2001-01-28 17:30:20 +0000
commit55feafc5e9701e988a0f2e5af334c0b0b1b8962e (patch)
tree832d8f3a206cd23fe2deb96352a2f03f382a43e2 /pkgtools/url2pkg
parentb2af34835efb1c67bb0e7496c1597725b70cd096 (diff)
downloadpkgsrc-55feafc5e9701e988a0f2e5af334c0b0b1b8962e.tar.gz
Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly.
Diffstat (limited to 'pkgtools/url2pkg')
-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