* configure.in: Add fragment to create stamp-h.
[deliverable/binutils-gdb.git] / gdb / configure
index c61ad97def312f65e194e9dd6d14c068d9b71806..f5909c1093e44dd00fa42e5515ffa77a069dc0ab 100755 (executable)
@@ -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
This page took 0.046357 seconds and 4 git commands to generate.