This commit is contained in:
whottgen
2004-09-29 19:32:21 +00:00
parent ae9bf0b4fb
commit 59e2a2d342
20 changed files with 102 additions and 62 deletions

View File

@ -58,6 +58,7 @@ AC_ARG_WITH(bdb-inc-dir,
# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
# Checks for libraries.
AC_CHECK_LIB([dl], [dlopen])
@ -113,9 +114,10 @@ AC_FUNC_SELECT_ARGTYPES
AC_CHECK_FUNCS([inet_ntoa memset select socket strchr strdup strerror strrchr strtol dlopen dlsym dlerror], [],
[AC_MSG_ERROR([*** missing function, we can't go without it])])
dnl verify_BUILD=libverify_worker.la
verify_BUILD=
AC_SUBST(verify_BUILD)
AC_CONFIG_FILES([Makefile libsmmapdfw/Makefile smmapd/Makefile modules/test/Makefile modules/verify/Makefile modules/cyrus/Makefile])
AC_CONFIG_FILES([Makefile libsmmapdfw/Makefile smmapd/Makefile test/Makefile verify/Makefile cyrus/Makefile])
AC_OUTPUT