source: trunk/third/gdbm/configure.in @ 18185

Revision 18185, 588 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18184, which included commits to RCS files with non-trunk default branches.
RevLine 
[15371]1dnl Process this file with autoconf to produce a configure script.
[18184]2AC_INIT([gdbm], [1.8.3])
3AC_PREREQ(2.54)
4AC_CONFIG_SRCDIR([gdbmdefs.h])
5AC_CONFIG_HEADERS([autoconf.h])
[15371]6AC_PROG_CC
7AC_PROG_CPP
8AC_PROG_INSTALL
9AM_PROG_LIBTOOL
10dnl AC_PROG_RANLIB
[18184]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])
[15371]14AC_CHECK_LIB(dbm, main)
15AC_CHECK_LIB(ndbm, main)
[18184]16AC_CHECK_FUNCS([rename ftruncate flock bcopy fsync])
[15371]17AC_REPLACE_FUNCS(getopt)
[18184]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.