Source-Changes-HG archive

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

[src/trunk]: src/tools/compat Emit an empty <stdint.h> if the host doesn't ha...



details:   https://anonhg.NetBSD.org/src/rev/bc1588bd52a9
branches:  trunk
changeset: 525894:bc1588bd52a9
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Apr 19 22:47:11 2002 +0000

description:
Emit an empty <stdint.h> if the host doesn't have one.  Should fix PR 16416.

diffstat:

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

diffs (42 lines):

diff -r 4965282d6612 -r bc1588bd52a9 tools/compat/configure
--- a/tools/compat/configure    Fri Apr 19 20:56:56 2002 +0000
+++ b/tools/compat/configure    Fri Apr 19 22:47:11 2002 +0000
@@ -2468,7 +2468,7 @@
 fi
 
 for ac_header in sys/endian.h sys/sysmacros.h sys/syslimits.h \
-       features.h malloc.h stddef.h stdint.h
+       features.h malloc.h stddef.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:2474: checking for $ac_header" >&5
@@ -2517,7 +2517,7 @@
 done
 
 for ac_header in machine/bswap.h sys/cdefs.h sys/featuretest.h \
-       err.h inttypes.h libgen.h paths.h util.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:2523: checking for $ac_header" >&5
diff -r 4965282d6612 -r bc1588bd52a9 tools/compat/configure.ac
--- a/tools/compat/configure.ac Fri Apr 19 20:56:56 2002 +0000
+++ b/tools/compat/configure.ac Fri Apr 19 22:47:11 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: configure.ac,v 1.16 2002/04/18 21:05:22 tv Exp $
+#      $NetBSD: configure.ac,v 1.17 2002/04/19 22:47:11 tv Exp $
 #
 # Autoconf definition file for libnbcompat.
 #
@@ -31,9 +31,9 @@
 # Find headers that may not be available.
 AC_HEADER_DIRENT
 AC_CHECK_HEADERS(sys/endian.h sys/sysmacros.h sys/syslimits.h \
-       features.h malloc.h stddef.h stdint.h)
+       features.h malloc.h stddef.h)
 AC_CHECK_HEADERS(machine/bswap.h sys/cdefs.h sys/featuretest.h \
-       err.h inttypes.h libgen.h paths.h util.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 fts.h getopt.h md2.h md4.h md5.h netconfig.h \
        rmd160.h sha1.h vis.h,,



Home | Main Index | Thread Index | Old Index