dnl Process this file with autoconf to produce a configure script. AC_INIT AC_PREREQ(2.54) AC_CONFIG_SRCDIR([authsmb.c]) AC_CONFIG_HEADER(config.h) dnl Checks for programs. AC_PROG_CC dnl Checks for libraries. dnl Checks for header files. AC_CHECK_HEADERS(unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_STRUCT_TM dnl Checks for library functions. AC_HEADER_STDC dnl Check functions AC_CHECK_FUNCS(memmove) AC_CONFIG_FILES([Makefile smbval/Makefile]) AC_OUTPUT