From ad83f0cc13928b8d465e7bc39edb28666570dc18 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 12 Dec 2005 11:16:41 +0000 Subject: Rename ms1 files to mt files (part 1 -- renames only) --- newlib/libc/machine/mt/configure.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 newlib/libc/machine/mt/configure.in (limited to 'newlib/libc/machine/mt/configure.in') diff --git a/newlib/libc/machine/mt/configure.in b/newlib/libc/machine/mt/configure.in new file mode 100644 index 000000000..b64b97569 --- /dev/null +++ b/newlib/libc/machine/mt/configure.in @@ -0,0 +1,12 @@ +dnl This is the newlib/libc/machine/ms1 configure.in file. +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.5) +AC_INIT(Makefile.am) + +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. +AC_CONFIG_AUX_DIR(../../../..) + +NEWLIB_CONFIGURE(../../..) + +AC_OUTPUT(Makefile) -- cgit v1.2.3