configure.in: Check makefile fragments in the source directory.
* configure.in: Check makefile fragments in the source directory. From-SVN: r17385
This commit is contained in:
parent
db8abea377
commit
520ab477c8
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
|
* configure.in: Check makefile fragments in the source
|
||||||
|
directory.
|
||||||
|
|
||||||
Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
|
Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
* configure.in: check whether host and target makefile
|
* configure.in: check whether host and target makefile
|
||||||
|
@ -278,7 +278,7 @@ if [ x${shared} = xyes ]; then
|
|||||||
host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
|
host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -f config/mh-${host_cpu}pic; then
|
if test -f ${srcdir}/config/mh-${host_cpu}pic; then
|
||||||
host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
|
host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
@ -900,7 +900,7 @@ if [ x${shared} = xyes ]; then
|
|||||||
target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
|
target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -f config/mt-${target_cpu}pic; then
|
if test -f ${srcdir}/config/mt-${target_cpu}pic; then
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
|
target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user