Make sure there is a trailing space after the instruction
[deliverable/binutils-gdb.git] / sim / h8300 / configure.in
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.5)dnl
3 AC_INIT(Makefile.in)
4
5 AC_CONFIG_HEADER(config.h:config.in)
6
7 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
8 AC_CANONICAL_SYSTEM
9 AC_ARG_PROGRAM
10
11 . ${srcdir}/../../bfd/configure.host
12
13 AC_PROG_CC
14 AC_PROG_INSTALL
15 AC_SUBST(CFLAGS)
16 AC_SUBST(HDEFINES)
17 AR=${AR-ar}
18 AC_SUBST(AR)
19 AC_PROG_RANLIB
20
21 AC_CHECK_HEADERS(stdlib.h time.h)
22
23 AC_OUTPUT(Makefile,
24 [case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
This page took 0.029473 seconds and 4 git commands to generate.