From: Thomas Roessler Date: Tue, 27 Feb 2001 14:39:43 +0000 (+0000) Subject: Simplifications from Lars Hecking. X-Git-Tag: mutt-1-3-17-rel~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af6a7a5f769dbac2356569df12f95e2a1be019fd;p=mutt Simplifications from Lars Hecking. --- diff --git a/configure.in b/configure.in index 5136400f..2536f6da 100644 --- a/configure.in +++ b/configure.in @@ -209,7 +209,7 @@ AC_CHECK_FUNCS(setrlimit getsid) AC_TYPE_SIGNAL AC_MSG_CHECKING(for sig_atomic_t in signal.h) -AC_EGREP_HEADER(sig_atomic_t,signal.h,dnl +AC_EGREP_HEADER(sig_atomic_t,signal.h, [ ac_cv_type_sig_atomic_t=yes; AC_EGREP_HEADER(volatile.*sig_atomic_t, @@ -901,9 +901,9 @@ if test $mutt_cv_langinfo_yesexpr = yes; then AC_DEFINE(HAVE_LANGINFO_YESEXPR) fi -AC_OUTPUT(Makefile intl/Makefile m4/Makefile dnl - po/Makefile.in doc/Makefile contrib/Makefile dnl - muttbug.sh dnl - imap/Makefile dnl - Muttrc.head dnl +AC_OUTPUT(Makefile intl/Makefile m4/Makefile + po/Makefile.in doc/Makefile contrib/Makefile + muttbug.sh + imap/Makefile + Muttrc.head doc/instdoc.sh)