last tweaks
[apps/madmutt.git] / doconfig.sh
index fd1203a..f9ea5e6 100755 (executable)
@@ -1,6 +1 @@
-./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-mixmaster --with-sasl2   \
-    --with-idn --with-curses --enable-nntp --enable-debug --with-gnutls      \
-    --enable-gpgme --enable-hcache
+cmake -D WITH_NNTP=1 -D WITH_IDN=1 -D USE_HCACHE=1 -D WITH_LIBESMTP=1 --with-prefix=/usr $(dirname $0)