ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.402,1.403 configure.in,1.398,1.39


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.402,1.403 configure.in,1.398,1.399
Date: Mon, 24 Mar 2003 09:25:45 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:


More MINGW32 fixes and update to get importlicq.c to compile.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -r1.402 -r1.403
--- ChangeLog   24 Mar 2003 13:44:51 -0000      1.402
+++ ChangeLog   24 Mar 2003 14:25:43 -0000      1.403
@@ -1,4 +1,13 @@
-* Mon Mar 24 2003 10:53 GMT [edward]   0.2.2-102
+* Mon Mar 24 2003 14:30 GMT [edward]   0.2.2-103
+- configure.in
+  modules/yahoo2/libyahoo2/libyahoo.c
+  modules/yahoo2/yahoo.c
+  modules/importers/importlicq.c
+More MINGW32 updates for msn compilation and EINPROGRESS errno which is
+NOT in WIN32 plus importlicq.c was not able to compile without a time.h
+include
+
+* Mon Mar 24 2003 10:53 GMT [philip]   0.2.2-102
 - modules/workwizu/workwizu.c
 Async connect
 

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- configure.in        24 Mar 2003 13:44:51 -0000      1.398
+++ configure.in        24 Mar 2003 14:25:43 -0000      1.399
@@ -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.2)
-RELEASE=102
+RELEASE=103
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then
@@ -149,7 +149,7 @@
 AM_PATH_GDK_PIXBUF(, [AC_DEFINE(HAVE_GDK_PIXBUF, 1, [Define if you have 
gdk-pixbuf])],
        AC_MSG_ERROR([Unable to find gdk-pixbuf-devel]))
 else
-       GLIB_CFLAGS="-mno-cygwin -fnative-struct -I/target/include 
-I/usr/include/mingw -I/usr/include/w32api -I/target/include/glib 
-I/target/include/glib-2.0 -I/usr/local/include -I/opt/include -I../ 
-I/usr/include/w32api -I/usr/include -D_REENTRANT -Wall -g -I../mingw32"
+       GTK_CFLAGS="-mno-cygwin -fnative-struct -I/target/include 
-I/usr/include/mingw -I/usr/include/w32api -I/target/include/glib 
-I/target/include/glib-2.0 -I/usr/local/include -I/opt/include -I../ 
-I/usr/include/w32api -I/usr/include -D_REENTRANT -Wall -g -I../mingw32"
 fi
 
 EB_CFLAGS="$EB_CFLAGS $GLIB_CFLAGS $GTK_CFLAGS $GDK_PIXBUF_CFLAGS"





reply via email to

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