ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm ChangeLog,1.43,1.44 configure.in,1.43,1.44


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.43,1.44 configure.in,1.43,1.44
Date: Tue, 07 Jan 2003 14:02:35 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv7774

Modified Files:
        ChangeLog configure.in 
Log Message:
add workwizu module


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   7 Jan 2003 08:52:54 -0000       1.43
+++ ChangeLog   7 Jan 2003 19:02:33 -0000       1.44
@@ -1,3 +1,10 @@
+2003-01-07 [colin]     0.2-20
+
+       * modules/workwizu ** NEW **
+               Add workwizu module
+       * configure.in 
+               Add workwizu module
+
 2003-01-07 [colin]     0.2-19
 
        * modules/msn2/msn.C

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- configure.in        7 Jan 2003 08:52:54 -0000       1.43
+++ configure.in        7 Jan 2003 19:02:33 -0000       1.44
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-19)
+AM_INIT_AUTOMAKE(yattm, 0.2-20)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)
@@ -216,6 +216,7 @@
 dnl enable_oscar=no
 
 dnl AC_ARG_ENABLE(oscar, [  --enable-oscar          include oscar service])
+AC_ARG_ENABLE(workwizu,  [  --enable-workwizu       include workwizu service])
 AC_ARG_ENABLE(msn, 
 [  --disable-msn          exclude msn service])
 AC_ARG_ENABLE(libmsn2_debug, 
@@ -231,6 +232,19 @@
 if test "$enable_msn" != no; then
        OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR msn2"
 fi
+if test "$enable_workwizu" = yes; then
+       have_gmp=no;
+       OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR workwizu"
+       GMP_LDFLAGS="-lgmp"
+       LDFLAGS="$LDFLAGS $GMP_LDFLAGS"
+       AC_CHECK_HEADER(gmp.h, [
+       AC_CHECK_LIB(gmp, __gmpz_init,have_gmp=yes;[EB_LIBS="$EB_LIBS 
$GMP_LDFLAGS"],, -lgmp)])
+       if test "$have_gmp" = no; then
+        echo "You need gmp for workwizu"
+        echo "http://www.swox.com/gmp/";
+        exit
+       fi;
+fi
 if test "$enable_libmsn2_debug" = yes; then
        DEBUG_LIBMSN="-DDEBUG=1"
 fi
@@ -307,6 +321,7 @@
                  modules/jabber/libxode/include/Makefile
                  modules/msn2/Makefile
                  modules/msn2/libmsn2/Makefile
+                 modules/workwizu/Makefile
                  modules/utility/Makefile
                  modules/yahoo2/Makefile
                  modules/yahoo2/libyahoo2/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]