summaryrefslogtreecommitdiff
path: root/pkgtools
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
parent3b78bb216d87acf3d63ea12d660fdbf18b40aa44 (diff)
downloadpkgsrc-a935589f8dc9a6b133651422b250797eb7e68a86.tar.gz
Alphabetize list of headers.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/pkg_install/files/configure7
-rw-r--r--pkgtools/pkg_install/files/configure.ac7
2 files changed, 8 insertions, 6 deletions
diff --git a/pkgtools/pkg_install/files/configure b/pkgtools/pkg_install/files/configure
index 2baff1d9e3f..d7241339d93 100755
--- a/pkgtools/pkg_install/files/configure
+++ b/pkgtools/pkg_install/files/configure
@@ -3841,7 +3841,7 @@ done
-for ac_header in assert.h ctype.h dirent.h errno.h err.h fnctl.h fnmatch.h \
+for ac_header in 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
do
@@ -4160,8 +4160,9 @@ done
for ac_header in 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
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
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])