summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-21 05:09:06 +0000
committerjlam <jlam@pkgsrc.org>2004-08-21 05:09:06 +0000
commit3ccb17c6342239cc36f1d81a23a649561805e432 (patch)
tree6dac80069e6cf73c6fca64ff3afc0af3ce7d5124 /pkgtools/mtree
parent6985e27f2714861edd2878ae3e2ad6122631c1d5 (diff)
downloadpkgsrc-3ccb17c6342239cc36f1d81a23a649561805e432.tar.gz
Remove checks for some never-used headers.
Diffstat (limited to 'pkgtools/mtree')
-rwxr-xr-xpkgtools/mtree/files/configure8
-rw-r--r--pkgtools/mtree/files/configure.ac6
2 files changed, 6 insertions, 8 deletions
diff --git a/pkgtools/mtree/files/configure b/pkgtools/mtree/files/configure
index f4aa9e4a1cb..f4a46f14fa0 100755
--- a/pkgtools/mtree/files/configure
+++ b/pkgtools/mtree/files/configure
@@ -2928,11 +2928,9 @@ done
-
-
-for ac_header in ctype.h dirent.h errno.h err.h fcntl.h fnmatch.h fts.h \
- grp.h inttypes.h limits.h md5.h netdb.h pwd.h rmd160.h sha1.h \
- stdarg.h stddef.h stdio.h stdlib.h strings.h string.h time.h unistd.h \
+for ac_header in ctype.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h \
+ grp.h limits.h md5.h netdb.h pwd.h rmd160.h sha1.h \
+ stdarg.h stddef.h stdio.h stdlib.h string.h time.h unistd.h \
util.h vis.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
diff --git a/pkgtools/mtree/files/configure.ac b/pkgtools/mtree/files/configure.ac
index 04fc51432d3..c5849c2e596 100644
--- a/pkgtools/mtree/files/configure.ac
+++ b/pkgtools/mtree/files/configure.ac
@@ -15,9 +15,9 @@ AC_CHECK_LIB(util, fparseln)
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([ctype.h dirent.h errno.h err.h fcntl.h fnmatch.h fts.h \
- grp.h inttypes.h limits.h md5.h netdb.h pwd.h rmd160.h sha1.h \
- stdarg.h stddef.h stdio.h stdlib.h strings.h string.h time.h unistd.h \
+AC_CHECK_HEADERS([ctype.h dirent.h err.h errno.h fcntl.h fnmatch.h fts.h \
+ grp.h limits.h md5.h netdb.h pwd.h rmd160.h sha1.h \
+ stdarg.h stddef.h stdio.h stdlib.h string.h time.h unistd.h \
util.h vis.h])
AC_CHECK_HEADERS([sys/cdefs.h sys/param.h sys/queue.h sys/stat.h sys/types.h])