diff options
Diffstat (limited to 'pkgtools/autoswc')
-rw-r--r-- | pkgtools/autoswc/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/autoswc/files/configure.ac | 3 |
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 |