diff options
author | David D. Zuhn <zoo@cygnus> | 1993-11-04 05:35:21 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-11-04 05:35:21 +0000 |
commit | 99161873e974e4e124d22e71fbcfcbc09d46e089 (patch) | |
tree | ff669ce2ee0411d2441c173415bd36393032c6d3 /configure.in | |
parent | d19050d48cdc85d0c8fffc7ea6b19ffdfb492f72 (diff) | |
download | gdb-99161873e974e4e124d22e71fbcfcbc09d46e089.zip gdb-99161873e974e4e124d22e71fbcfcbc09d46e089.tar.gz gdb-99161873e974e4e124d22e71fbcfcbc09d46e089.tar.bz2 |
* configure.in (hppa target): check the source directory for the
pagas sub-directory
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5ef7ebf..8de67d7 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. |