summaryrefslogtreecommitdiff
path: root/glob
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1998-10-03 05:23:25 +0000
committerPaul Smith <psmith@gnu.org>1998-10-03 05:23:25 +0000
commite90887e68aa6dfa8c91af7d3bb2d2799f5a51b5e (patch)
tree1053ce1b8ae5f64ce7834094968be44948442fa7 /glob
parent321b447568ff4fa5507dac0b1e266dd7847d5006 (diff)
downloadgunmake-e90887e68aa6dfa8c91af7d3bb2d2799f5a51b5e.tar.gz
Don't use a separate configure.in for the glob directory. It now uses
the configure script for make proper.
Diffstat (limited to 'glob')
-rw-r--r--glob/configure.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/glob/configure.in b/glob/configure.in
deleted file mode 100644
index e948bc1..0000000
--- a/glob/configure.in
+++ /dev/null
@@ -1,23 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(fnmatch.c) dnl A distinctive file to look for in srcdir.
-AC_PREREQ(2.12) dnl Minimum Autoconf version required.
-
-AM_INIT_AUTOMAKE(glob, 0.0, nodefs)
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
-AC_CHECK_PROG(AR, ar, ar, ar)
-AC_PROG_RANLIB
-AC_PROG_CPP dnl Later checks need this.
-dnl These two want to come early.
-AC_AIX
-AC_MINIX
-AC_ISC_POSIX
-AC_CONST
-AC_HEADER_STDC
-AC_CHECK_HEADERS(memory.h unistd.h string.h)
-AC_HEADER_DIRENT
-AC_FUNC_CLOSEDIR_VOID
-AC_FUNC_ALLOCA
-AC_FUNC_STRCOLL
-AC_OUTPUT(Makefile)