# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREQ(2.57) AC_INIT([libproteingeometry-2.3.tgz],[2.3],[mark.gerstein@yale.edu]) AC_CONFIG_SRCDIR([src-lib/ExtraAtomRecords.c]) # Modified by jrg45 AM_INIT_AUTOMAKE # Checks for programs. AC_PROG_CC # Modified by jrg45 AC_PROG_LIBTOOL # Checks for libraries. # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([assert.h stddef.h stdlib.h string.h sys/time.h unistd.h values.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL AC_C_CONST AC_TYPE_SIZE_T AC_HEADER_TIME # Checks for library functions. AC_FUNC_ERROR_AT_LINE AC_FUNC_MALLOC AC_FUNC_REALLOC AC_FUNC_STRTOD AC_FUNC_VPRINTF AC_CHECK_FUNCS([bzero floor gettimeofday pow rint sqrt strchr strpbrk strrchr strstr]) AC_CONFIG_FILES([Makefile src-lib/Makefile src-prog/Makefile src-prog2/Makefile src-prog3/Makefile]) AC_OUTPUT