(Try to) Update to new bfd autoconf scheme.
[deliverable/binutils-gdb.git] / sim / arm / configure.in
CommitLineData
80c5739d
C
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.3)dnl
3AC_INIT(Makefile.in)
2494eaf6 4
80c5739d
C
5AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
6AC_CANONICAL_SYSTEM
7AC_ARG_PROGRAM
2494eaf6
SC
8
9. ${srcdir}/../../bfd/configure.host
10
24691f55
DE
11AC_PROG_CC
12AC_SUBST(CFLAGS)
13AC_SUBST(HDEFINES)
14AR=${AR-ar}
15AC_SUBST(AR)
16AC_PROG_RANLIB
17AC_PROG_INSTALL
2494eaf6 18
80c5739d 19AC_OUTPUT(Makefile)
This page took 0.030616 seconds and 4 git commands to generate.