1 dnl This is the newlib/libc/machine/sh configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
7 dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
8 AC_CONFIG_AUX_DIR(../../../..)
10 NEWLIB_CONFIGURE(../../..)
16 ], [have_sh64=yes], [have_sh64=no])
17 AM_CONDITIONAL(SH64, [test $have_sh64 = yes])