Add Linux style directory searching.
[deliverable/binutils-gdb.git] / sim / ppc / configure.in
CommitLineData
cb7a6892
MM
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(Makefile.in)
4
5AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
6AC_CANONICAL_SYSTEM
7AC_ARG_PROGRAM
8
9. ${srcdir}/../../bfd/configure.host
10
cb7a6892
MM
11if test -f ${srcdir}/../../bfd/config/${my_host}.mh; then
12 host_makefile_frag=../../bfd/config/${my_host}.mh
13else
14 host_makefile_frag=/dev/null
15fi
16
17frags=
18if test $host_makefile_frag != /dev/null; then
19 frags="$frags $host_makefile_frag"
20fi
21AC_SUBST_FILE(host_makefile_frag)
22AC_SUBST(frags)
23
24AC_OUTPUT(Makefile)
This page took 0.025714 seconds and 4 git commands to generate.