www.pudn.com > gandalf.1.zip > configure.scan


dnl Process this file with autoconf to produce a configure script.
AC_INIT(common/allocate.c)

dnl Checks for programs.

dnl Checks for libraries.

dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(limits.h)

dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T

dnl Checks for library functions.

AC_OUTPUT(image/Makefile linalg/Makefile vision/Makefile Makefile common/Makefile image/io/Makefile)