* Makefile.in (LIBCOMMON): Define.
[deliverable/binutils-gdb.git] / sim / sh / configure.in
CommitLineData
1ffd292b 1dnl Process this file with autoconf to produce a configure script.
78c09e4a 2AC_PREREQ(2.5)dnl
1ffd292b 3AC_INIT(Makefile.in)
594266fc 4
1ffd292b
C
5AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
6AC_CANONICAL_SYSTEM
7AC_ARG_PROGRAM
78c09e4a
JM
8AC_PROG_CC
9AC_PROG_INSTALL
594266fc
SC
10
11. ${srcdir}/../../bfd/configure.host
12
c632873c
C
13AC_SUBST(CFLAGS)
14AC_SUBST(HDEFINES)
15AR=${AR-ar}
16AC_SUBST(AR)
17AC_PROG_RANLIB
21852576
ILT
18
19# Put a plausible default for CC_FOR_BUILD in Makefile.
20AC_C_CROSS
21if test "x$cross_compiling" = "xno"; then
22 CC_FOR_BUILD='$(CC)'
23else
24 CC_FOR_BUILD=gcc
25fi
26AC_SUBST(CC_FOR_BUILD)
d2fd61a8 27
1ffd292b 28AC_OUTPUT(Makefile)
This page took 0.128977 seconds and 4 git commands to generate.