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