diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-12 11:16:41 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-12 11:16:41 +0000 |
commit | ad83f0cc13928b8d465e7bc39edb28666570dc18 (patch) | |
tree | 3cc4fb0ac26e32a66b645e7055890a6640ab5946 /newlib/libc/machine/mt/configure.in | |
parent | 2193d02b4ddfc329e0817258093a40050b2d582a (diff) | |
download | cygnal-ad83f0cc13928b8d465e7bc39edb28666570dc18.tar.gz cygnal-ad83f0cc13928b8d465e7bc39edb28666570dc18.tar.bz2 cygnal-ad83f0cc13928b8d465e7bc39edb28666570dc18.zip |
Rename ms1 files to mt files (part 1 -- renames only)
Diffstat (limited to 'newlib/libc/machine/mt/configure.in')
-rw-r--r-- | newlib/libc/machine/mt/configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
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) |