[Commits] [SCM] claws branch, master, updated. 3.13.0-87-g36f21bc

ticho at claws-mail.org ticho at claws-mail.org
Tue Dec 1 12:27:38 CET 2015


The branch, master has been updated
       via  36f21bc5a3f928dd845b287583d5e2ec69fbef8c (commit)
      from  b1094bd737bb4b945041a89578b472f4d8c14547 (commit)

Summary of changes:
 autogen.sh |   48 ------------------------------------------------
 1 file changed, 48 deletions(-)


- Log -----------------------------------------------------------------
commit 36f21bc5a3f928dd845b287583d5e2ec69fbef8c
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Dec 1 12:27:08 2015 +0100

    Removed obsolete win32-related code from autogen.sh.

diff --git a/autogen.sh b/autogen.sh
index b96f1a7..0b8ff3c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,54 +4,6 @@
 # terms of the General Public License version 3 (or later).
 # See COPYING file for license details.
 
-# ***** W32 build script *******
-# Used to cross-compile for Windows.
-if test "$1" = "--build-w32"; then
-    tmp=`dirname $0`
-    tsdir=`cd "$tmp"; pwd`
-    shift
-    if [ ! -f $tsdir/config/config.guess ]; then
-        echo "$tsdir/config/config.guess not found" >&2
-        exit 1
-    fi
-    build=`$tsdir/config/config.guess`
-
-    [ -z "$w32root" ] && w32root="$HOME/w32root"
-    echo "Using $w32root as standard install directory" >&2
-    
-    if i586-mingw32msvc-gcc --version >/dev/null 2>&1 ; then
-        host=i586-mingw32msvc
-        crossbindir=/usr/$host/bin
-    else
-       echo "Debian's mingw32 cross-compiler packet is required" >&2
-       exit 1
-    fi
-   
-    if [ -f "$tsdir/config.log" ]; then
-        if ! head $tsdir/config.log | grep "$host" >/dev/null; then
-            echo "Pease run a 'make distclean' first" >&2
-            exit 1
-        fi
-    fi
-
-    ./configure --enable-maintainer-mode --prefix=${w32root}  \
-             --host=i586-mingw32msvc --build=${build} \
-             --with-lib-prefix=${w32root} \
-             --with-libiconv-prefix=${w32root} \
-             --with-gpg-error-prefix=${w32root} \
-	     --with-gpgme-prefix=${w32root} \
-             --with-config-dir="Claws-mail" \
-             --disable-openssl --disable-dillo-viewer-plugin \
-             --disable-nls --disable-libetpan --disable-enchant \
-             --disable-trayicon-plugin --disable-spamassassin-plugin \
-             --disable-bogofilter-plugin --disable-valgrind \
-             PKG_CONFIG_LIBDIR="$w32root/lib/pkgconfig"
-
-    rc=$?
-    exit $rc
-fi
-# ***** end W32 build script *******
-
 bisonver=`bison --version`
 
 if [ "$bisonver" = "" ]; then

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list