Source-Changes-HG archive

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

[src/trunk]: src/tools/compat add check back for util.h; needed on some forei...



details:   https://anonhg.NetBSD.org/src/rev/8056c1e78a1d
branches:  trunk
changeset: 540001:8056c1e78a1d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 30 21:43:27 2002 +0000

description:
add check back for util.h; needed on some foreign systems

diffstat:

 tools/compat/configure    |  2 +-
 tools/compat/configure.ac |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r d28e9d06d02c -r 8056c1e78a1d tools/compat/configure
--- a/tools/compat/configure    Sat Nov 30 20:27:50 2002 +0000
+++ b/tools/compat/configure    Sat Nov 30 21:43:27 2002 +0000
@@ -2563,7 +2563,7 @@
 done
 
 for ac_header in machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \
-       err.h inttypes.h libgen.h paths.h stdint.h
+       err.h inttypes.h libgen.h paths.h stdint.h util.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:2569: checking for $ac_header" >&5
diff -r d28e9d06d02c -r 8056c1e78a1d tools/compat/configure.ac
--- a/tools/compat/configure.ac Sat Nov 30 20:27:50 2002 +0000
+++ b/tools/compat/configure.ac Sat Nov 30 21:43:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: configure.ac,v 1.30 2002/11/30 03:04:46 lukem Exp $
+#      $NetBSD: configure.ac,v 1.31 2002/11/30 21:43:28 lukem Exp $
 #
 # Autoconf definition file for libnbcompat.
 #
@@ -39,7 +39,7 @@
 AC_CHECK_HEADERS(sys/sysmacros.h sys/syslimits.h \
        features.h malloc.h poll.h stddef.h)
 AC_CHECK_HEADERS(machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \
-       err.h inttypes.h libgen.h paths.h stdint.h,,
+       err.h inttypes.h libgen.h paths.h stdint.h util.h,,
        [test -f include/$ac_header || touch include/$ac_header])
 AC_CHECK_HEADERS(rpc/types.h getopt.h netconfig.h,,
        [echo '#include "config.h"' >include/$ac_header.new



Home | Main Index | Thread Index | Old Index