X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=f48be12ff0e8915309e0278f197782171308c3b6;hp=66d54de12812027179c33d9669de172b75ad5019;hb=07232d8229d07417da518d8c68a80f5386905d8d;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/configure.in b/configure.in index 66d54de..f48be12 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ AM_CONFIG_HEADER(config.h) mutt_cv_version=`cat $srcdir/VERSION` -AM_INIT_AUTOMAKE(mutt, $mutt_cv_version) +AM_INIT_AUTOMAKE(muttng, $mutt_cv_version) ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])]) @@ -754,6 +754,11 @@ AC_ARG_ENABLE(mailtool, [ --enable-mailtool Enable Sun mailtool attach AC_DEFINE(SUN_ATTACHMENT,1,[ Define to enable Sun mailtool attachments support. ]) fi]) +AC_ARG_ENABLE(compressed, [ --enable-compressed Enable compressed folders support ], + [if test x$enableval = xyes; then + AC_DEFINE(USE_COMPRESSED) + fi]) + AC_ARG_ENABLE(locales-fix, [ --enable-locales-fix The result of isprint() is unreliable ], [if test x$enableval = xyes; then AC_DEFINE(LOCALES_HACK,1,[ Define if the result of isprint() is unreliable. ])