summaryrefslogtreecommitdiff
path: root/Build/source/libs/libgnuw32/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/libgnuw32/configure.in')
-rw-r--r--Build/source/libs/libgnuw32/configure.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/Build/source/libs/libgnuw32/configure.in b/Build/source/libs/libgnuw32/configure.in
deleted file mode 100644
index db5deebbf4b..00000000000
--- a/Build/source/libs/libgnuw32/configure.in
+++ /dev/null
@@ -1,26 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(dirent.c)
-
-dnl Checks for programs.
-AC_PROG_CC
-AC_PROG_RANLIB
-AC_PROG_INSTALL
-
-dnl Checks for libraries.
-
-dnl Checks for header files.
-AC_HEADER_STDC
-AC_HEADER_DIRENT
-AC_CHECK_HEADERS(fcntl.h malloc.h unistd.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
-AC_TYPE_SIZE_T
-AC_STRUCT_ST_RDEV
-
-dnl Checks for library functions.
-AC_FUNC_ALLOCA
-AC_FUNC_SETVBUF_REVERSED
-AC_CHECK_FUNCS(putenv strdup strtol)
-
-AC_OUTPUT(Makefile)