home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdbm-1.7.1.tar.gz / gdbm-1.7.1.tar / gdbm-1.7.1 / configure.in < prev    next >
Text File  |  1993-11-13  |  475b  |  21 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(gdbmdefs.h)
  3. AC_CONFIG_HEADER(autoconf.h)
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_INSTALL
  7. AC_PROG_RANLIB
  8. AC_INT_16_BITS
  9. AC_LONG_64_BITS
  10. AC_CONST
  11. AC_HAVE_HEADERS(stdlib.h string.h sys/file.h unistd.h fcntl.h sys/types.h)
  12. AC_HAVE_FUNCS(rename ftruncate flock bcopy fsync)
  13. AC_OFF_T
  14. AC_ALLOCA
  15. AC_HAVE_LIBRARY(dbm)
  16. AC_HAVE_LIBRARY(ndbm)
  17. AC_HAVE_LIBRARY(c)
  18. AC_REPLACE_FUNCS(getopt)
  19. AC_ST_BLKSIZE
  20. AC_OUTPUT(Makefile)
  21.