This commit is contained in:
whottgen 2004-10-11 15:01:11 +00:00
parent 276a203119
commit a7512898a7
3 changed files with 6345 additions and 2 deletions

View File

@ -87,7 +87,8 @@ RC = @RC@
STRIP = @STRIP@
VERSION = @VERSION@
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker
SUBDIRS = libsmmapdfw smmapd verify_worker test_worker cyrus_worker doc
EXTRA_DIST = m4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h

3
smmapdfw/configure vendored
View File

@ -21237,7 +21237,7 @@ _ACEOF
ac_config_files="$ac_config_files Makefile libsmmapdfw/Makefile smmapd/Makefile test_worker/Makefile verify_worker/Makefile cyrus_worker/Makefile"
ac_config_files="$ac_config_files Makefile libsmmapdfw/Makefile smmapd/Makefile test_worker/Makefile verify_worker/Makefile cyrus_worker/Makefile doc/Makefile"
cat >confcache <<\_ACEOF
@ -21781,6 +21781,7 @@ do
"test_worker/Makefile" ) CONFIG_FILES="$CONFIG_FILES test_worker/Makefile" ;;
"verify_worker/Makefile" ) CONFIG_FILES="$CONFIG_FILES verify_worker/Makefile" ;;
"cyrus_worker/Makefile" ) CONFIG_FILES="$CONFIG_FILES cyrus_worker/Makefile" ;;
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5

6341
smmapdfw/doc/texinfo.tex Normal file

File diff suppressed because it is too large Load Diff