LE support: remove mixed endianness support, this causes libraries to be built with...
[zpugcc.git] / toolchain / gcc / libgloss / hp74x / configure.in
blob892ba819becd88cf95688619702f59cc427ca96a
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.5)dnl
3 AC_INIT(crt0.s)
5 if test "$srcdir" = "." ; then
6   mdir=`echo "${with_multisubdir}/" \
7     | sed -e 's,\([[^/]][[^/]]*\),..,g' -e 's,^/$,,'`
8   AC_CONFIG_AUX_DIR(${mdir}../../..)
9 else
10   AC_CONFIG_AUX_DIR(${srcdir}/../..)
13 AC_PROG_INSTALL
15 AC_PROG_CC
16 AS=${AS-as}
17 AC_SUBST(AS)
18 AR=${AR-ar}
19 AC_SUBST(AR)
20 LD=${LD-ld}
21 AC_SUBST(LD)
22 AC_PROG_RANLIB
24 host_makefile_frag=${srcdir}/../config/default.mh
26 dnl We have to assign the same value to other variables because autoconf
27 dnl doesn't provide a mechanism to substitute a replacement keyword with
28 dnl arbitrary data or pathnames.
29 dnl
30 host_makefile_frag_path=$host_makefile_frag
31 AC_SUBST(host_makefile_frag_path)
32 AC_SUBST_FILE(host_makefile_frag)
34 AC_OUTPUT(Makefile)