Update to 1.1:

- Fix detection of sys/mount.h in the default configure.ac script.
This commit is contained in:
jmmv 2004-02-24 22:00:46 +00:00
parent 6c09e94fe5
commit 7e844bfa2c
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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_SYS_WAIT
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 \