summaryrefslogtreecommitdiffstats
path: root/common/zlib/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'common/zlib/configure.ac')
-rw-r--r--common/zlib/configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/common/zlib/configure.ac b/common/zlib/configure.ac
deleted file mode 100644
index 532012a4..00000000
--- a/common/zlib/configure.ac
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.57])
-AC_INIT([zlib], [1.1.4])
-AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_LIBTOOL
-
-# Checks for header files.
-AC_CHECK_HEADERS([unistd.h errno.h])
-
-# Checks for library functions.
-AC_FUNC_MMAP
-
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT