This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More Hurd fixes


Unfortunately this is not true:

1998-10-12  Jason Molenda  (jsm@bugshack.cygnus.com)

        * Makefile.in (AWK): Unused; remove.

Awk is used by the machine-specific makefile fragment for the Hurd.
See `gdb/config/i386/i386gnu.mh'.

Mark


1999-03-04  Mark Kettenis  <kettenis@gnu.org>

	* configure.in: Add AC_PROG_AWK.  Needed by the	machine-dependent
	makefile fragments for the Hurd.
	* Makefile.in (AWK): Add.  Set by configure.


--- /home/kettenis/src/gdb-4.17.85/gdb/configure.in	Wed Feb 24 21:58:15 1999
+++ gdb/gdb/configure.in	Thu Mar  4 23:56:31 1999
@@ -54,6 +54,7 @@
 dnl
 changequote([,])dnl
 
+AC_PROG_AWK
 AC_PROG_INSTALL
 AC_CHECK_TOOL(AR, ar)
 AC_CHECK_TOOL(RANLIB, ranlib, :)
--- /home/kettenis/src/gdb-4.17.85/gdb/Makefile.in	Wed Feb 24 21:58:14 1999
+++ gdb/gdb/Makefile.in	Thu Mar  4 23:56:38 1999
@@ -47,6 +47,8 @@
 SHELL = @SHELL@
 EXEEXT = @EXEEXT@
 
+AWK = @AWK@
+
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@