* configure.in: Add fragment to create stamp-h.
authorFred Fish <fnf@specifix.com>
Sun, 17 Mar 1996 06:28:57 +0000 (06:28 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 17 Mar 1996 06:28:57 +0000 (06:28 +0000)
From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
* 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/ChangeLog
gdb/config.h.in
gdb/configure
gdb/configure.in

index a22fc65dbb754d35e04b180e9c2214c902f52f56..ad8e5e20b4cea8f18328a72782d41e449220ffff 100644 (file)
@@ -1,3 +1,17 @@
+Sat Mar 16 19:47:36 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Add fragment to create stamp-h.
+       
+       From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
+       * 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.
+
 Sat Mar 16 16:45:43 1996  Fred Fish  <fnf@cygnus.com>
 
        * config.h.in: New file.
index a4cf239ac19da66e5bb9d184ed0086083ec83490..98cda611d953f610904dae881db693c9a2417e9c 100644 (file)
@@ -44,6 +44,9 @@
 /* Define if you have the <limits.h> header file.  */
 #undef HAVE_LIMITS_H
 
+/* Define if you have the <link.h> header file.  */
+#undef HAVE_LINK_H
+
 /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H
 
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
index fa7550a99771586d9009cb4758f6a3f0ce929bbf..b61d6a26690cdfd1f2f6e555ceb62273ace6d849 100644 (file)
@@ -37,7 +37,7 @@ AC_CANONICAL_SYSTEM
 AC_ARG_PROGRAM
 
 AC_HEADER_STDC
-AC_CHECK_HEADERS(limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h)
+AC_CHECK_HEADERS(limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h)
 AC_HEADER_STAT
 
 AC_MSG_CHECKING([for gregset_t type])
@@ -714,6 +714,11 @@ case ${srcdir} in
 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
 ],
 [
 gdb_host_cpu=$gdb_host_cpu