* configure.in (hppa target): check the source directory for the

pagas sub-directory
This commit is contained in:
David D. Zuhn 1993-11-04 05:35:21 +00:00
parent d19050d48c
commit 99161873e9
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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.