From: David D. Zuhn Date: Thu, 4 Nov 1993 05:35:21 +0000 (+0000) Subject: * configure.in (hppa target): check the source directory for the X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=99161873e974e4e124d22e71fbcfcbc09d46e089;p=deliverable%2Fbinutils-gdb.git * configure.in (hppa target): check the source directory for the pagas sub-directory --- diff --git a/ChangeLog b/ChangeLog index f13e3fa2b9..b628ebd19e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * configure.in (hppa target): check the source directory for the + pagas sub-directory + +Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com) + + * config.sub: Allow -aout* and -elf*. + Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com) * configure.in: Don't build ld on i386-solaris2, same as for diff --git a/configure.in b/configure.in index 5ef7ebf7a5..8de67d78df 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ case "${target}" in *) ;; esac noconfigdirs="$noconfigdirs ld binutils shellutils" - if [ -r pagas/configure.in ]; then + if [ -f ${srcdir}/pagas/configure.in ]; then configdirs=`echo ${configdirs} | sed -e 's/gas /pagas /'` else # It'll still DTRT if "gas" directory isn't here either.