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