From 315206699f300748d5491b2d45e3c859300b7afa Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 17 Mar 1996 06:28:57 +0000 Subject: * configure.in: Add fragment to create stamp-h. From Peter Schauer * configure.in (AC_CHECK_HEADERS): Check for link.h. * configure: Regenerate with autoconf. * config.h.in: Regenerate with autoheader. * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H is defined. * solib.c: Exclude most of the code if HAVE_LINK_H is not defined. * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for older a.out based systems. --- gdb/configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index c61ad97..f5909c1 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1189,7 +1189,7 @@ EOF fi -for ac_hdr in limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h +for ac_hdr in limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h do ac_safe=`echo "$ac_hdr" | tr './\055' '___'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3756,6 +3756,11 @@ grep "source ${srcdir}/.gdbinit" .gdbinit >/dev/null 2>/dev/null || \ echo "source ${srcdir}/.gdbinit" >> .gdbinit esac +case x$CONFIG_HEADERS in +xconfig.h:config.h.in) +echo > stamp-h ;; +esac + exit 0 EOF chmod +x $CONFIG_STATUS -- cgit v1.1