X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=7929547d2fcb90d5be1b1b989d305e5f8fe82d81;hb=1f90e5c5a3c7cb029ce1ac3c2e760c368fd2ce92;hp=d68b624b69209622f70df17ce7d43db458257174;hpb=e0233d70fb7bfac996b3514ae60d7eedef0e6ad3;p=mmh diff --git a/configure.in b/configure.in index d68b624..7929547 100644 --- a/configure.in +++ b/configure.in @@ -403,7 +403,7 @@ AC_FUNC_VFORK AC_CHECK_LIB(mkstemp,mkstemp) AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse writev lstat uname tzset killpg mkstemp \ - sethostent) + sethostent getutent) dnl solaris screws this up AC_CHECK_FUNC(gethostbyname, [AC_DEFINE(HAVE_GETHOSTBYNAME)], @@ -696,10 +696,10 @@ dnl ---------------- dnl OUTPUT MAKEFILES dnl ---------------- AC_OUTPUT(Makefile config/Makefile h/Makefile sbr/Makefile uip/Makefile \ - zotnet/Makefile zotnet/mts/Makefile zotnet/tws/Makefile \ - zotnet/mf/Makefile zotnet/bboards/Makefile mts/Makefile \ - mts/smtp/Makefile mts/sendmail/Makefile mts/mmdf/Makefile \ - etc/Makefile docs/Makefile man/Makefile, \ + zotnet/Makefile zotnet/mts/Makefile \ + mts/Makefile mts/smtp/Makefile \ + mts/sendmail/Makefile mts/mmdf/Makefile etc/Makefile \ + docs/Makefile man/Makefile, \ [test -z "$CONFIG_HEADERS" || echo > stamp-h]) dnl Umm, what's the point of these assignments?? --