From 99161873e974e4e124d22e71fbcfcbc09d46e089 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Thu, 4 Nov 1993 05:35:21 +0000 Subject: [PATCH] * configure.in (hppa target): check the source directory for the pagas sub-directory --- ChangeLog | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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. -- 2.34.1