X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=033ef1418b01da8617fb08cd84c2363016a676c1;hp=fe2894f64d103d6d3a9ec674daddad445dd46950;hb=6352691bb26029be7ee621bd880d0f17747c61c2;hpb=5ed593da25809636fe4266e212d8d382a738649b diff --git a/configure.ac b/configure.ac index fe2894f..033ef14 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 @@ -398,7 +398,7 @@ fi AC_MSG_CHECKING(where to put the documentation) AC_ARG_WITH(docdir, AC_HELP_STRING([--with-docdir=PATH], [Specify where to put the documentation]), [mutt_cv_docdir=$withval], - [mutt_cv_docdir="${prefix}/doc/muttng"]) + [mutt_cv_docdir="${prefix}/doc/madmutt"]) AC_MSG_RESULT($mutt_cv_docdir) docdir=$mutt_cv_docdir @@ -1006,5 +1006,5 @@ AC_OUTPUT(Makefile intl/Makefile m4/Makefile imap/Makefile pop/Makefile nntp/Makefile - Muttngrc.head + Madmuttrc.head doc/instdoc.sh)