]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/configure.in
2006-05-10 Jeff Johnston <jjohnstn@redhat.com>
[newlib-cygwin.git] / libgloss / m32r / configure.in
CommitLineData
03261851 1dnl Process this file with autoconf to produce a configure script.
4e71dc1e 2AC_PREREQ(2.59)
03261851
RK
3AC_INIT(crt0.S)
4
c27382bd
JJ
5AC_CANONICAL_SYSTEM
6AC_ARG_PROGRAM
03261851
RK
7
8if test "$srcdir" = "." ; then
c27382bd
JJ
9 mdir=`echo "${with_multisubdir}/" \
10 | sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
11 AC_CONFIG_AUX_DIR(${mdir}../../..)
03261851 12else
c27382bd 13 AC_CONFIG_AUX_DIR(${srcdir}/../..)
03261851 14fi
03261851
RK
15
16AC_PROG_INSTALL
17
775f2301 18LIB_AC_PROG_CC
03261851
RK
19AS=${AS-as}
20AC_SUBST(AS)
21AR=${AR-ar}
22AC_SUBST(AR)
23LD=${LD-ld}
24AC_SUBST(LD)
25AC_PROG_RANLIB
4e71dc1e 26LIB_AM_PROG_AS
03261851
RK
27
28host_makefile_frag=${srcdir}/../config/default.mh
29
30dnl We have to assign the same value to other variables because autoconf
31dnl doesn't provide a mechanism to substitute a replacement keyword with
32dnl arbitrary data or pathnames.
33dnl
34host_makefile_frag_path=$host_makefile_frag
35AC_SUBST(host_makefile_frag_path)
36AC_SUBST_FILE(host_makefile_frag)
37
4e71dc1e 38AC_CONFIG_FILES(Makefile,
3a67f1e9
JJ
39. ${srcdir}/../../config-ml.in,
40srcdir=${srcdir}
41target=${target}
00a4b31a 42with_multisubdir=${with_multisubdir}
3a67f1e9
JJ
43ac_configure_args="${ac_configure_args} --enable-multilib"
44CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
45libgloss_topdir=${srcdir}/../..
46)
4e71dc1e 47AC_OUTPUT
This page took 0.106513 seconds and 5 git commands to generate.