X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=69a09ca3098b30a6d795e7960e5e5271ef4eaeda;hp=fe2894f64d103d6d3a9ec674daddad445dd46950;hb=65734c98c7ff56a0258bc9052667a0cb9c2f1d0b;hpb=5ed593da25809636fe4266e212d8d382a738649b diff --git a/configure.ac b/configure.ac index fe2894f..69a09ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ -1006,5 +1006,5 @@ AC_OUTPUT(Makefile intl/Makefile m4/Makefile imap/Makefile pop/Makefile nntp/Makefile - Muttngrc.head + Madmuttrc.head doc/instdoc.sh)