summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-03 13:01:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-03 13:01:00 +0000
commita6265e25a3e0274d2a9c5b328962d9de0aedd3d7 (patch)
treeb9bf6b6156429f85ae94c84666ab59d8f29c6770
parent314549eeb00027abdae034e114ba281c848bcd3e (diff)
downloadmailutils-a6265e25a3e0274d2a9c5b328962d9de0aedd3d7.tar.gz
mailutils-a6265e25a3e0274d2a9c5b328962d9de0aedd3d7.tar.bz2
Added testsuite for mail.remote
-rw-r--r--configure.ac22
1 files changed, 17 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7a3b5e75d..5890a1833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,6 +273,15 @@ AC_REPLACE_FUNCS(fgetpwent getpass setenv snprintf strncasecmp \
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim vsyslog setreuid \
setresuid seteuid vfork _exit)
+AC_FUNC_SETVBUF_REVERSED
+AH_BOTTOM([
+#if defined (SETVBUF_REVERSED)
+# define SETVBUF(str,buf,mode,size) setvbuf(str,mode,buf,size)
+#else
+# define SETVBUF(str,buf,mode,size) setvbuf(str,buf,mode,size)
+#endif
+])
+
MU_CHECK_FUNCS(strtok_r getline strndup strnlen strchrnul)
## Check for presence of utmp.h and utmp-related functions
@@ -362,11 +371,13 @@ fi
MU_ENABLE_SUPPORT(imap)
MU_ENABLE_SUPPORT(pop)
-AC_SUBST(MHPROGRAMS)
-AC_SUBST(MHLIBRARIES)
-MU_ENABLE_SUPPORT(mh, [MHPROGRAMS='$(MHPROGRAMS)'; MHLIBRARIES='$(MHLIBRARIES)'])
-AC_SUBST(SMTPPROGRAMS)
-MU_ENABLE_SUPPORT(smtp, [SMTPPROGRAMS='$(SMTPPROGRAMS)'])
+AC_SUBST(BUILD_MH_PROGRAMS)
+AC_SUBST(BUILD_MH_LIBRARIES)
+MU_ENABLE_SUPPORT(mh, [BUILD_MH_PROGRAMS='$(PROGRAMS_MH)'; BUILD_MH_LIBRARIES='$(LIBRARIES_MH)'])
+AC_SUBST(BUILD_SMTP_PROGRAMS)
+AC_SUBST(RUN_SMTP_DEJATOOL)
+MU_ENABLE_SUPPORT(smtp, [BUILD_SMTP_PROGRAMS='$(PROGRAMS_SMTP)'
+RUN_SMTP_DEJATOOL='$(SMTP_DEJATOOL)'])
MU_ENABLE_SUPPORT(sendmail)
if test x"$testpam" = x"yes"; then
@@ -589,6 +600,7 @@ AC_CONFIG_FILES([Makefile mailutils.spec
comsat/Makefile
mail.local/Makefile
mail.remote/Makefile
+ mail.remote/testsuite/Makefile
dotlock/Makefile
mh/Makefile
])

Return to:

Send suggestions and report system problems to the System administrator.