ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm configure.in,1.25,1.26 ChangeLog,1.25,1.26


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm configure.in,1.25,1.26 ChangeLog,1.25,1.26
Date: Thu, 02 Jan 2003 04:51:46 -0500

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

Modified Files:
        configure.in ChangeLog 
Log Message:
remove old msn and yahoo libs


Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- configure.in        2 Jan 2003 09:37:54 -0000       1.25
+++ configure.in        2 Jan 2003 09:51:44 -0000       1.26
@@ -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-1)
+AM_INIT_AUTOMAKE(yattm, 0.2-2)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)
@@ -217,34 +217,24 @@
 
 dnl AC_ARG_ENABLE(oscar, [  --enable-oscar          include oscar service])
 AC_ARG_ENABLE(msn, 
-[  --enable-msn            include msn service])
-AC_ARG_ENABLE(msn2, 
-[  --disable-msn2          exclude msn2 service])
+[  --disable-msn          exclude msn service])
 AC_ARG_ENABLE(libmsn2_debug, 
 [  --enable-libmsn2-debug  enable debugging of libmsn2])
 AC_ARG_ENABLE(yahoo, 
-[  --enable-yahoo          include yahoo service])
-AC_ARG_ENABLE(yahoo2, 
-[  --disable-yahoo2        exclude yahoo2 service])
+[  --disable-yahoo        exclude yahoo service])
 
 OPTIONAL_PLUG_DIR=""
 DEBUG_LIBMSN=""
 dnl if test $enable_oscar = yes; then
 dnl    OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR aim-oscar"
 dnl fi
-if test "$enable_msn" = yes; then
-       OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR msn"
-fi
-if test "$enable_msn2" != no; then
+if test "$enable_msn" != no; then
        OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR msn2"
 fi
 if test "$enable_libmsn2_debug" = yes; then
        DEBUG_LIBMSN="-DDEBUG=1"
 fi
-if test "$enable_yahoo" = yes; then
-       OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR yahoo"
-fi
-if test "$enable_yahoo2" != no; then
+if test "$enable_yahoo" != no; then
        OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR yahoo2"
 fi
 ### End Optional Service  options ######################################

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   2 Jan 2003 09:37:54 -0000       1.25
+++ ChangeLog   2 Jan 2003 09:51:44 -0000       1.26
@@ -1,3 +1,10 @@
+2002-01-02 [colin]     0.2-2
+
+       * modules/msn ** REMOVED **
+         modules/yahoo ** REMOVED **
+         configure.in 
+               Remove old msn and yahoo libs
+
 2002-01-02 [colin]     0.2-1
 
        * src/add_contact_window.c




reply via email to

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