1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(fnmatch.c) dnl A distinctive file to look for in srcdir.
3 AC_PREREQ(2.1) dnl Minimum Autoconf version required.
5 AC_CHECK_PROG(AR, ar, ar, ar)
7 AC_PROG_CPP dnl Later checks need this.
8 dnl These two want to come early.
14 AC_CHECK_HEADERS(memory.h unistd.h string.h)