Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/compat Pull up revision 1.24 (requested by thorpe...
details: https://anonhg.NetBSD.org/src/rev/ff0a4649fe91
branches: netbsd-1-6
changeset: 529621:ff0a4649fe91
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 19:10:27 2002 +0000
description:
Pull up revision 1.24 (requested by thorpej in ticket #834):
Always NetBSD's own fts(3) in compat builds. Some systems
(among them RedHat 7.3) do not have fts(3) implementations
which work correctly with -D_FILE_OFFSET_BITS=64.
diffstat:
tools/compat/configure | 2 +-
tools/compat/configure.ac | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r ef635177c73d -r ff0a4649fe91 tools/compat/configure
--- a/tools/compat/configure Sun Dec 01 19:09:59 2002 +0000
+++ b/tools/compat/configure Sun Dec 01 19:10:27 2002 +0000
@@ -2613,7 +2613,7 @@
fi
done
-for ac_header in rpc/types.h fts.h getopt.h netconfig.h
+for ac_header in rpc/types.h getopt.h netconfig.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:2619: checking for $ac_header" >&5
diff -r ef635177c73d -r ff0a4649fe91 tools/compat/configure.ac
--- a/tools/compat/configure.ac Sun Dec 01 19:09:59 2002 +0000
+++ b/tools/compat/configure.ac Sun Dec 01 19:10:27 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.20.2.2 2002/11/30 15:11:05 he Exp $
+# $NetBSD: configure.ac,v 1.20.2.3 2002/12/01 19:10:27 he Exp $
#
# Autoconf definition file for libnbcompat.
#
@@ -41,7 +41,7 @@
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 util.h,,
[test -f include/$ac_header || touch include/$ac_header])
-AC_CHECK_HEADERS(rpc/types.h fts.h getopt.h netconfig.h,,
+AC_CHECK_HEADERS(rpc/types.h getopt.h netconfig.h,,
[echo '#include "config.h"' >include/$ac_header.new
echo '#include "'$srcdir/../../include/$ac_header'"' >>include/$ac_header.new
if cmp include/$ac_header.new include/$ac_header >/dev/null 2>&1; then
Home |
Main Index |
Thread Index |
Old Index