Repository cleanse.
[apps/madmutt.git] / compile.sh
diff --git a/compile.sh b/compile.sh
deleted file mode 100755 (executable)
index 995cf20..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# ./configure --enable-pgp --enable-smime --with-regex --enable-pop --enable-imap --enable-nntp --enable-imap-edit-threads --with-ssl --enable-hcache --with-libesmtp && make
-if [ `uname -s` = 'Darwin' ] ; then
-  export CFLAGS="-I/sw/include"
-  export LDFLAGS="-L/sw/lib"
-fi
-CC="gcc -g" ./configure --enable-pgp --enable-smime --with-regex --enable-pop --enable-imap --enable-nntp --enable-imap-edit-threads --with-ssl --enable-hcache --enable-debug && make