diff options
Diffstat (limited to 'interface/configure.in')
| -rw-r--r-- | interface/configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/interface/configure.in b/interface/configure.in new file mode 100644 index 0000000..c25c89a --- /dev/null +++ b/interface/configure.in @@ -0,0 +1,7 @@ +AC_PREREQ(2.59) +AC_INIT([newlib], [NEWLIB_VERSION]) +AC_CONFIG_SRCDIR([crt0.s]) +AC_CONFIG_AUX_DIR(../../../..) +NEWLIB_CONFIGURE(../../..) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT |
