leftover
[apps/madmutt.git] / doconfig.sh
index 4b598e0..8ebae85 100755 (executable)
@@ -1,6 +1,7 @@
-./autogen.sh
-./configure -C --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man       \
-    --with-sharedir=/usr/share/mutt-ng --with-docdir=/usr/share/doc/mutt-ng  \
-    --with-mailpath=/var/mail --enable-fcntl --with-sasl2   \
-    --with-idn --with-curses --enable-nntp --with-gss --with-gnutls          \
-    --enable-gpgme --enable-hcache
+#./autogen.sh
+#./configure -C --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man       \
+#    --with-sharedir=/usr/share/mutt-ng --with-docdir=/usr/share/doc/mutt-ng  \
+#    --with-mailpath=/var/mail --enable-fcntl --with-idn --with-curses --enable-nntp \
+#    --with-libesmtp --enable-gpgme --enable-hcache --enable-doc
+
+cmake -D WITH_NNTP=1 -D WITH_IDN=1 -D USE_HCACHE=1 -D WITH_LIBESMTP=1 .