]> granicus.if.org Git - mutt/commitdiff
Simplifications from Lars Hecking.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 27 Feb 2001 14:39:43 +0000 (14:39 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 27 Feb 2001 14:39:43 +0000 (14:39 +0000)
configure.in

index 5136400ff491e9418abac21d4595af65f1576d99..2536f6da12e3963ee9678d54a78cddd1da74ae38 100644 (file)
@@ -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)