summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/configure.ac
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-21 05:12:10 +0000
committerjlam <jlam>2004-08-21 05:12:10 +0000
commita935589f8dc9a6b133651422b250797eb7e68a86 (patch)
treecdabd4c19dd3115767ac0be6aee4eeb7efd00d5d /pkgtools/pkg_install/files/configure.ac
parent3b78bb216d87acf3d63ea12d660fdbf18b40aa44 (diff)
downloadpkgsrc-a935589f8dc9a6b133651422b250797eb7e68a86.tar.gz
Alphabetize list of headers.
Diffstat (limited to 'pkgtools/pkg_install/files/configure.ac')
-rw-r--r--pkgtools/pkg_install/files/configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/configure.ac b/pkgtools/pkg_install/files/configure.ac
index d6485e947fb..1e719fce110 100644
--- a/pkgtools/pkg_install/files/configure.ac
+++ b/pkgtools/pkg_install/files/configure.ac
@@ -73,13 +73,14 @@ AC_SEARCH_LIBS(tgetent, [termcap termlib curses ncurses])
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([assert.h ctype.h dirent.h errno.h err.h fnctl.h fnmatch.h \
+AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fnctl.h fnmatch.h \
glob.h limits.h md5.h netdb.h pwd.h regex.h signal.h stdarg.h \
stdio.h stdlib.h string.h termcap.h termios.h time.h unistd.h vis.h])
AC_CHECK_HEADERS([db1/db.h db.h])
AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/ioctl.h sys/mount.h sys/param.h \
- sys/poll.h sys/queue.h sys/resource.h sys/signal.h sys/statvfs.h \
- sys/stat.h sys/time.h sys/types.h sys/utsname.h sys/vfs.h sys/wait.h])
+ sys/poll.h sys/queue.h sys/resource.h sys/signal.h sys/stat.h \
+ sys/statvfs.h sys/time.h sys/types.h sys/utsname.h sys/vfs.h \
+ sys/wait.h])
# Checks for library functions.
AC_CHECK_FUNCS([chflags dbopen tgetent vfork])