X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=747f5aac41f89a452e2c1a17202f9519e1d3e7e9;hb=5667f6a234e66806941f95b48b229871b5d163d1;hp=d68f4f139042ce4f00df03686e1769a297ac64b3;hpb=c05210483d82bf5f3786725ff80e12444088a701;p=mmh diff --git a/configure.in b/configure.in index d68f4f1..747f5aa 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl dnl Move this up a bit AC_PREREQ(2.61) -AC_INIT(nmh, m4_normalize(m4_include([VERSION]))) +AC_INIT(mmh, m4_normalize(m4_include([VERSION]))) AC_CONFIG_SRCDIR(h/nmh.h) AC_CONFIG_HEADER(config.h) @@ -53,8 +53,7 @@ AC_ARG_ENABLE(masquerade, masquerade="draft_from mmailid username_extension" else masquerade="$enable_masquerade" - fi], - masquerade="draft_from mmailid username_extension") + fi], [masquerade="draft_from mmailid username_extension"]) AC_SUBST(masquerade)dnl dnl Do you want mhe support?