From 2a6690e9fd53a02613796764248006e06ac482d6 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 22:36:16 +0200 Subject: ported vim et al --- interface/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 interface/configure.in (limited to 'interface/configure.in') 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 -- cgit v1.2.3