Mercurial > hg > octave-lyh
view glob/configure.in @ 3535:c5ebcd5d25a9
[project @ 2000-02-02 11:55:49 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 11:55:49 +0000 |
parents | 655b1615eb54 |
children | 7da18459c08b |
line wrap: on
line source
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.1) dnl Minimum Autoconf version required. 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)