From af6a7a5f769dbac2356569df12f95e2a1be019fd Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 27 Feb 2001 14:39:43 +0000 Subject: [PATCH] Simplifications from Lars Hecking. --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) -- 2.50.1