source: gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/configure.in@ 18038

Last change on this file since 18038 was 18019, checked in by mdewsnip, 15 years ago

Added gdbm-1.8.3 (downloaded as gdbm-1.8.3.tar.gz and unpacked), in preparation for adding code for reading both little and big endian databases.

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.