ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.440,1.441 configure.in,1.437,1.43


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.440,1.441 configure.in,1.437,1.438
Date: Wed, 26 Mar 2003 08:46:09 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:


Fix to #ifdef logic around MINGW32 and HAVE_GLIB. It should not be an or


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -r1.440 -r1.441
--- ChangeLog   26 Mar 2003 13:17:57 -0000      1.440
+++ ChangeLog   26 Mar 2003 13:46:06 -0000      1.441
@@ -1,3 +1,8 @@
+* Wed Mar 26 2003 13:53 GMT [edward]   0.2.3-pre38
+- modules/yahoo2/yahoo.c
+Fixed ifdefs for _snprintf redefine looks like there was an || when there
+should not have been
+
 * Wed Mar 26 2003 13:23 GMT [edward]   0.2.3-pre37
 M mingw
 A mingw32/giles_smiles.la

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- configure.in        26 Mar 2003 13:17:58 -0000      1.437
+++ configure.in        26 Mar 2003 13:46:06 -0000      1.438
@@ -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=pre37
+RELEASE=pre38
 AM_CONFIG_HEADER(config.h)
 
 if test "x$host_alias" = "xmingw32"; then





reply via email to

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