mirror of
https://github.com/mirror/make.git
synced 2025-02-05 17:20:15 +08:00
Don't use a separate configure.in for the glob directory. It now uses
the configure script for make proper.
This commit is contained in:
parent
321b447568
commit
e90887e68a
@ -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)
|
|
Loading…
Reference in New Issue
Block a user