From bc0287661651904abf099d93efb7066a19aa4b7e Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 7 Dec 1991 08:03:27 +0000 Subject: Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA. added clean-info. added some standards.text support and made it look like our other Makefiles. * configure.in: mark this directory target dependent. configure now runs entirely in objdir so make existence tests and references against ${srcdir}. Thu Dec 5 22:46:13 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. --- gdb/configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index 81d1193..e261aab 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -1,6 +1,8 @@ configdirs="doc" srcname="GDB" srctrigger=main.c +target_dependent=true + # per-host: # map host info into gdb names. @@ -134,13 +136,13 @@ arm | vax | merlin | none | np1 | pn | pyramid | tahoe) esac -if [ ! -f config/mh-${gdb_host} ]; then +if [ ! -f ${srcdir}/config/mh-${gdb_host} ]; then echo '***' "Gdb does not support host ${host}" 1>&2 exit 1 fi # We really shouldn't depend on there being a space after XM_FILE= ... -hostfile=`awk '$1 == "XM_FILE=" { print $2 }' &2 exit 1 fi @@ -286,7 +288,7 @@ if [ -z "${removing}" ] ; then fi # We really shouldn't depend on there being a space after TM_FILE= ... -targetfile=`awk '$1 == "TM_FILE=" { print $2 }'