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.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e47ec1a3d12d
branches:  trunk
changeset: 469519:e47ec1a3d12d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Feb 24 22:00:46 2004 +0000

description:
Update to 1.1:
- Fix detection of sys/mount.h in the default configure.ac script.

diffstat:

 pkgtools/autoswc/Makefile           |  4 ++--
 pkgtools/autoswc/files/configure.ac |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r d8ba48edab7f -r e47ec1a3d12d pkgtools/autoswc/Makefile
--- a/pkgtools/autoswc/Makefile Tue Feb 24 21:57:16 2004 +0000
+++ b/pkgtools/autoswc/Makefile Tue Feb 24 22:00:46 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2004/02/21 23:31:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/24 22:00:46 jmmv Exp $
 
-DISTNAME=              autoswc-1.0
+DISTNAME=              autoswc-1.1
 CATEGORIES=            pkgtools sysutils
 MASTER_SITES=          # empty
 DISTFILES=             # empty
diff -r d8ba48edab7f -r e47ec1a3d12d pkgtools/autoswc/files/configure.ac
--- a/pkgtools/autoswc/files/configure.ac       Tue Feb 24 21:57:16 2004 +0000
+++ b/pkgtools/autoswc/files/configure.ac       Tue Feb 24 22:00:46 2004 +0000
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.1.1.1 2004/02/21 23:28:36 jmmv Exp $
+dnl $NetBSD: configure.ac,v 1.2 2004/02/24 22:00:46 jmmv Exp $
 
 dnl -----------------------------------------------------------------------
 
@@ -48,14 +48,14 @@
 AC_HEADER_TIME
 AC_HEADER_TIOCGWINSZ
 AC_CHECK_HEADERS([sys/cdefs.h \
+                  sys/param.h \
+                  sys/types.h \
                   sys/ioctl.h \
                   sys/mount.h \
-                  sys/param.h \
                   sys/resource.h \
                   sys/stat.h \
                   sys/statvfs.h \
                   sys/sysctl.h \
-                  sys/types.h \
                   sys/utsname.h \
                   sys/varargs.h \
                   sys/vfs.h \



Home | Main Index | Thread Index | Old Index