X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=a3d532f6f88b690fc33de5a93d19f661b91f9343;hb=7bc88af67d0a3ef9df2309a7521b973033ecbe49;hp=0afb9279abe3cb927863e8e073e4810d3986b4d2;hpb=b1450ec537bd31be606633aa363201cc2ed95b9a;p=mmh diff --git a/configure.in b/configure.in index 0afb927..a3d532f 100644 --- a/configure.in +++ b/configure.in @@ -49,8 +49,8 @@ else AC_DEFINE(SMTPMTS)dnl fi -AC_SUBST(MTS) -AC_SUBST(MTSLIB) +AC_SUBST(MTS)dnl +AC_SUBST(MTSLIB)dnl dnl What should be the default editor? undefine([editor])dnl @@ -247,7 +247,7 @@ else fi]) if test "$nmh_cv_attvibug" = yes; then - AC_DEFINE(ATTVIBUG) + AC_DEFINE(ATTVIBUG)dnl fi dnl ---------------------------------------------------------- @@ -370,9 +370,9 @@ AC_TRY_LINK([#include ], [sigsetjmp((void *)0, 0);], AC_REPLACE_FUNCS(snprintf strerror strdup) -dnl Look for the initgroups() declaration. On AIX 4.[13] and Solaris 4.1.3, -dnl the function is defined in libc but there's no declaration in any system -dnl header. +dnl Look for the initgroups() declaration. On AIX 4.[13], Solaris 4.1.3, and +dnl ULTRIX 4.2A the function is defined in libc but there's no declaration in +dnl any system header. dnl dnl On Solaris 2.[456], the declaration is in . On HP-UX 9-11 and dnl (reportedly) FreeBSD 3.[23], it's in . Any other locations we