diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-21 05:12:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-21 05:12:10 +0000 |
commit | c3934eb97f304b38df2f08b5d4e94cb8584f7d1c (patch) | |
tree | cdabd4c19dd3115767ac0be6aee4eeb7efd00d5d /pkgtools/pkg_install | |
parent | de9321b050b59c4f0d8494213c1ffc516f5f011d (diff) | |
download | pkgsrc-c3934eb97f304b38df2f08b5d4e94cb8584f7d1c.tar.gz |
Alphabetize list of headers.
Diffstat (limited to 'pkgtools/pkg_install')
-rwxr-xr-x | pkgtools/pkg_install/files/configure | 7 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/configure.ac | 7 |
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]) |