pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/autoswc Update to 1.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6230d07647b5
branches: trunk
changeset: 469822:6230d07647b5
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Feb 29 17:49:09 2004 +0000
description:
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:
pkgtools/autoswc/Makefile | 4 ++--
pkgtools/autoswc/files/configure.ac | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r ba7524bd6e1a -r 6230d07647b5 pkgtools/autoswc/Makefile
--- a/pkgtools/autoswc/Makefile Sun Feb 29 17:46:52 2004 +0000
+++ b/pkgtools/autoswc/Makefile Sun Feb 29 17:49:09 2004 +0000
@@ -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 -r ba7524bd6e1a -r 6230d07647b5 pkgtools/autoswc/files/configure.ac
--- a/pkgtools/autoswc/files/configure.ac Sun Feb 29 17:46:52 2004 +0000
+++ b/pkgtools/autoswc/files/configure.ac Sun Feb 29 17:49:09 2004 +0000
@@ -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_CHOWN
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_ERROR_AT_LINE
-AC_FUNC_FNMATCH
AC_FUNC_FORK
AC_FUNC_FSEEKO
AC_FUNC_GETGROUPS
Home |
Main Index |
Thread Index |
Old Index