source: release-kits/shared/mac/gdbm-1.8.3/configure.in@ 16455

Last change on this file since 16455 was 16455, checked in by oranfry, 16 years ago

a compiled gdbm for the mac installer. should leave it uncompiled, but for now just doing it the way the wiki says to.

File size: 588 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT([gdbm], [1.8.3])
3AC_PREREQ(2.54)
4AC_CONFIG_SRCDIR([gdbmdefs.h])
5AC_CONFIG_HEADERS([autoconf.h])
6AC_PROG_CC
7AC_PROG_CPP
8AC_PROG_INSTALL
9AM_PROG_LIBTOOL
10dnl AC_PROG_RANLIB
11dnl AC_C_BIGENDIAN([])
12AC_C_CONST
13AC_CHECK_HEADERS([stdlib.h string.h sys/file.h unistd.h fcntl.h sys/types.h memory.y])
14AC_CHECK_LIB(dbm, main)
15AC_CHECK_LIB(ndbm, main)
16AC_CHECK_FUNCS([rename ftruncate flock bcopy fsync])
17AC_REPLACE_FUNCS(getopt)
18AC_TYPE_OFF_T
19AC_CHECK_MEMBERS([struct stat.st_blksize])
20AC_CONFIG_FILES([Makefile])
21AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.