This commit is contained in:
whottgen
2004-09-28 18:44:51 +00:00
parent 60cab171f7
commit 33c6a16f22
9 changed files with 17750 additions and 396 deletions

View File

@ -3,10 +3,14 @@
AC_INIT(smmapdfw, 0.9, woho@hottis.de)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE(smmapdfw, 0.9)
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL
# Checks for libraries.
AC_CHECK_LIB([dl], [dlopen])
@ -44,7 +48,6 @@ AC_CHECK_FUNCS([inet_ntoa memset select socket strchr strdup strerror strrchr st
[AC_MSG_ERROR([*** missing function, we can't go without it])])
AC_CONFIG_FILES([rules.mk Makefile libsmmapdfw/Makefile smmapd/Makefile])
AC_CONFIG_FILES([rules.mk Makefile libsmmapdfw/Makefile smmapd/Makefile modules/test/Makefile modules/verify/Makefile modules/cyrus/Makefile])
AC_OUTPUT