ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.360,1.361 configure.in,1.355,1.35


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.360,1.361 configure.in,1.355,1.356
Date: Fri, 21 Mar 2003 06:19:09 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
remove some warnings, disable icq by default

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- ChangeLog   21 Mar 2003 10:00:17 -0000      1.360
+++ ChangeLog   21 Mar 2003 11:19:06 -0000      1.361
@@ -1,3 +1,11 @@
+* Fri Mar 21 2003 10:45 GMT [philip]   0.2.2-62
+- src/plugin_api.[ch]
+void *eb_menu_item_set_protocol -> void eb_menu_item_set_protocol - since it
+returns nothing
+other minor warnings removed in various files
+- configure.in
+disabled icq by default
+
 * Fri Mar 21 2003 09:58 GMT [colin]    0.2.2-61
 - modules/msn2
 We can now invite people

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- configure.in        21 Mar 2003 10:00:17 -0000      1.355
+++ configure.in        21 Mar 2003 11:19:06 -0000      1.356
@@ -1,7 +1,7 @@
 slp# Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.2)
-RELEASE=61
+RELEASE=62
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)
@@ -236,6 +236,8 @@
 
 AC_ARG_ENABLE(oscar, [  --enable-oscar          include oscar service])
 AC_ARG_ENABLE(workwizu,  [  --enable-workwizu       include workwizu service])
+AC_ARG_ENABLE(icq, 
+[  --enable-icq            include (broken) icq service])
 AC_ARG_ENABLE(msn, 
 [  --disable-msn           exclude msn service])
 AC_ARG_ENABLE(libmsn2_debug, 
@@ -269,6 +271,9 @@
 fi
 if test "$enable_yahoo" != no; then
        OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR yahoo2"
+fi
+if test "$enable_icq" == yes; then
+       OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR icq"
 fi
 ### End Optional Service  options ######################################
 





reply via email to

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