pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files Detect grp.h. Regen.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35d2bf016123
branches:  trunk
changeset: 531701:35d2bf016123
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 01:27:55 2007 +0000

description:
Detect grp.h. Regen.

diffstat:

 pkgtools/pkg_install/files/configure       |  26 ++++++++++++++------------
 pkgtools/pkg_install/files/configure.ac    |   9 +++++----
 pkgtools/pkg_install/files/lib/config.h.in |   3 +++
 3 files changed, 22 insertions(+), 16 deletions(-)

diffs (129 lines):

diff -r 21117d1107e6 -r 35d2bf016123 pkgtools/pkg_install/files/configure
--- a/pkgtools/pkg_install/files/configure      Sun Aug 05 01:25:44 2007 +0000
+++ b/pkgtools/pkg_install/files/configure      Sun Aug 05 01:27:55 2007 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for pkg_install 20070725.
+# Generated by GNU Autoconf 2.61 for pkg_install 20070804.
 #
 # Report bugs to <joerg%NetBSD.org@localhost>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='pkg_install'
 PACKAGE_TARNAME='pkg_install'
-PACKAGE_VERSION='20070725'
-PACKAGE_STRING='pkg_install 20070725'
+PACKAGE_VERSION='20070804'
+PACKAGE_STRING='pkg_install 20070804'
 PACKAGE_BUGREPORT='joerg%NetBSD.org@localhost'
 
 ac_unique_file="lib/plist.c"
@@ -1212,7 +1212,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures pkg_install 20070725 to adapt to many kinds of systems.
+\`configure' configures pkg_install 20070804 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1277,7 +1277,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pkg_install 20070725:";;
+     short | recursive ) echo "Configuration of pkg_install 20070804:";;
    esac
   cat <<\_ACEOF
 
@@ -1368,7 +1368,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pkg_install configure 20070725
+pkg_install configure 20070804
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1382,7 +1382,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pkg_install $as_me 20070725, which was
+It was created by pkg_install $as_me 20070804, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -4508,9 +4508,11 @@
 
 
 
-for ac_header in assert.h ctype.h dirent.h err.h errno.h fnctl.h fnmatch.h \
-       glob.h inttypes.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
+
+for ac_header in assert.h ctype.h dirent.h err.h errno.h fnctl.h \
+       fnmatch.h glob.h grp.h inttypes.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
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -7195,7 +7197,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pkg_install $as_me 20070725, which was
+This file was extended by pkg_install $as_me 20070804, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7244,7 +7246,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-pkg_install config.status 20070725
+pkg_install config.status 20070804
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r 21117d1107e6 -r 35d2bf016123 pkgtools/pkg_install/files/configure.ac
--- a/pkgtools/pkg_install/files/configure.ac   Sun Aug 05 01:25:44 2007 +0000
+++ b/pkgtools/pkg_install/files/configure.ac   Sun Aug 05 01:27:55 2007 +0000
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([pkg_install], [20070725], [joerg%NetBSD.org@localhost])
+AC_INIT([pkg_install], [20070804], [joerg%NetBSD.org@localhost])
 AC_CONFIG_SRCDIR([lib/plist.c])
 AC_CONFIG_HEADER(lib/config.h)
 
@@ -73,9 +73,10 @@
 
 dnl Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([assert.h ctype.h dirent.h err.h errno.h fnctl.h fnmatch.h \
-       glob.h inttypes.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([assert.h ctype.h dirent.h err.h errno.h fnctl.h \
+       fnmatch.h glob.h grp.h inttypes.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_185.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/stat.h \
diff -r 21117d1107e6 -r 35d2bf016123 pkgtools/pkg_install/files/lib/config.h.in
--- a/pkgtools/pkg_install/files/lib/config.h.in        Sun Aug 05 01:25:44 2007 +0000
+++ b/pkgtools/pkg_install/files/lib/config.h.in        Sun Aug 05 01:27:55 2007 +0000
@@ -42,6 +42,9 @@
 /* Define to 1 if you have the <glob.h> header file. */
 #undef HAVE_GLOB_H
 
+/* Define to 1 if you have the <grp.h> header file. */
+#undef HAVE_GRP_H
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 



Home | Main Index | Thread Index | Old Index