ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.406,1.407 configure.in,1.401,1.40


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.406,1.407 configure.in,1.401,1.402
Date: Mon, 24 Mar 2003 17:32:26 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
src:Only add callback once
modules/icq-toc:remove printf


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- ChangeLog   24 Mar 2003 19:24:13 -0000      1.406
+++ ChangeLog   24 Mar 2003 22:32:23 -0000      1.407
@@ -1,3 +1,8 @@
+* Mon Mar 24 2003 20:22 GMT [colin]    0.2.3-pre3
+- src/status.c
+  src/offline_mgmt_flush.c
+Only add callback once
+
 * Mon Mar 24 2003 20:22 GMT [colin]    0.2.3-pre2
 - src/offline_mgmt_flush.c
 Should not try to flush if still connecting

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -r1.401 -r1.402
--- configure.in        24 Mar 2003 19:24:13 -0000      1.401
+++ configure.in        24 Mar 2003 22:32:23 -0000      1.402
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.3)
-RELEASE=pre2
+RELEASE=pre3
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then
@@ -244,7 +244,7 @@
 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])
+[  --enable-broken-icq     include broken icq service instead of working one])
 AC_ARG_ENABLE(irc, 
 [  --disable-irc           exclude irc service])
 AC_ARG_ENABLE(jabber, 
@@ -291,7 +291,10 @@
 fi
 if test "$enable_icq" == yes; then
        OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR icq"
+else
+       OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR icq-toc"  
 fi
+
 ### End Optional Service  options ######################################
 
 ### Begin Zephyr-related options ######################################





reply via email to

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