summaryrefslogtreecommitdiff
path: root/pkgtools/autoswc
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-29 17:49:09 +0000
committerjmmv <jmmv>2004-02-29 17:49:09 +0000
commitc6447fd31d96388cff21731a87b65e22ce86d978 (patch)
treea2c7f72c9d730b5492a5b85650ce375e4f27f7d8 /pkgtools/autoswc
parent501f3901d8536b6daf2fa53ddb85cca897b0661b (diff)
downloadpkgsrc-c6447fd31d96388cff21731a87b65e22ce86d978.tar.gz
Update to 1.2:
- Do not check for fnmatch(3) in the default configure script because we don't know beforehand if a package wants a GNU or a POSIX version of it. This fixes the build of, for example, diffutils.
Diffstat (limited to 'pkgtools/autoswc')
-rw-r--r--pkgtools/autoswc/Makefile4
-rw-r--r--pkgtools/autoswc/files/configure.ac3
2 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile
index ebbbf98884a..20a458fd8f8 100644
--- a/pkgtools/autoswc/Makefile
+++ b/pkgtools/autoswc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/02/24 22:00:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/29 17:49:09 jmmv Exp $
-DISTNAME= autoswc-1.1
+DISTNAME= autoswc-1.2
CATEGORIES= pkgtools sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/autoswc/files/configure.ac b/pkgtools/autoswc/files/configure.ac
index 0ec9e20e49b..fad9be28746 100644
--- a/pkgtools/autoswc/files/configure.ac
+++ b/pkgtools/autoswc/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.2 2004/02/24 22:00:46 jmmv Exp $
+dnl $NetBSD: configure.ac,v 1.3 2004/02/29 17:49:09 jmmv Exp $
dnl -----------------------------------------------------------------------
@@ -107,7 +107,6 @@ AC_FUNC_ALLOCA
AC_FUNC_CHOWN
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_ERROR_AT_LINE
-AC_FUNC_FNMATCH
AC_FUNC_FORK
AC_FUNC_FSEEKO
AC_FUNC_GETGROUPS