Fix compilation warnings in mutt_idna.c
[apps/madmutt.git] / configure.ac
index db07ae4..69a09ca 100644 (file)
@@ -9,7 +9,7 @@ AM_CONFIG_HEADER(config.h)
 
 mutt_cv_version=`cat "$srcdir/VERSION.in"`
 
-AM_INIT_AUTOMAKE(muttng, $mutt_cv_version)
+AM_INIT_AUTOMAKE(madmutt, $mutt_cv_version)
 AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/VERSION.in'])
 
 AC_GNU_SOURCE
@@ -36,6 +36,7 @@ AC_PROG_CPP
 AC_PROG_MAKE_SET
 AC_PROG_INSTALL
 AC_PROG_RANLIB
+AC_PROG_GPERF
 AC_CHECK_TOOL(AR, ar, ar)
 
 AC_C_INLINE
@@ -1005,5 +1006,5 @@ AC_OUTPUT(Makefile intl/Makefile m4/Makefile
         imap/Makefile
         pop/Makefile
         nntp/Makefile
-        Muttngrc.head
+        Madmuttrc.head
         doc/instdoc.sh)