[Commits] configure.ac 1.1.2.307 1.1.2.308 PATCHSETS 1.1.2.228 1.1.2.229 ChangeLog 1.1.2.316 1.1.2.317

miras at claws-mail.org miras at claws-mail.org
Wed Oct 17 13:39:17 CEST 2012


Update of /home/claws-mail/plugins/rssyl
In directory srv:/tmp/cvs-serv10735

Modified Files:
      Tag: gtk2
	configure.ac PATCHSETS ChangeLog 
Log Message:
2012-10-17 [mir]	0.33.0cvs10

	* configure.ac
	* src/Makefile.am
	    Add missing LIBADD to curl libs (-lcurl)

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/configure.ac,v
retrieving revision 1.1.2.307
retrieving revision 1.1.2.308
diff -u -d -r1.1.2.307 -r1.1.2.308
--- configure.ac	17 Oct 2012 10:10:36 -0000	1.1.2.307
+++ configure.ac	17 Oct 2012 11:39:15 -0000	1.1.2.308
@@ -10,7 +10,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=33
 MICRO_VERSION=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -179,7 +179,9 @@
 	AC_MSG_ERROR([*** curl-config not found. Please install curl along with its development files.])
 fi
 CURL_CFLAGS="`$CURL_CONFIG --cflags`"
+CURL_LIBS="`$CURL_CONFIG --libs`"
 AC_SUBST(CURL_CFLAGS)
+AC_SUBST(CURL_LIBS)
 
 dnl check for pthread support
 AC_ARG_ENABLE(pthread,

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/PATCHSETS,v
retrieving revision 1.1.2.228
retrieving revision 1.1.2.229
diff -u -d -r1.1.2.228 -r1.1.2.229
--- PATCHSETS	17 Oct 2012 10:10:36 -0000	1.1.2.228
+++ PATCHSETS	17 Oct 2012 11:39:15 -0000	1.1.2.229
@@ -228,3 +228,4 @@
 ( cvs diff -u -r 1.1.2.33 -r 1.1.2.34 src/rssyl.c;  ) > 0.33.0cvs7.patchset
 ( cvs diff -u -r 1.1.2.127 -r 1.1.2.128 src/feed.c;  ) > 0.33.0cvs8.patchset
 ( cvs diff -u -r 1.1.2.306 -r 1.1.2.307 configure.ac;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/Makefile.am;  ) > 0.33.0cvs8.patchset
+( cvs diff -u -r 1.1.2.307 -r 1.1.2.308 configure.ac;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/Makefile.am;  ) > 0.33.0cvs9.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/Attic/ChangeLog,v
retrieving revision 1.1.2.316
retrieving revision 1.1.2.317
diff -u -d -r1.1.2.316 -r1.1.2.317
--- ChangeLog	17 Oct 2012 10:10:36 -0000	1.1.2.316
+++ ChangeLog	17 Oct 2012 11:39:15 -0000	1.1.2.317
@@ -1,3 +1,9 @@
+2012-10-17 [mir]	0.33.0cvs10
+
+	* configure.ac
+	* src/Makefile.am
+	    Add missing LIBADD to curl libs (-lcurl)
+
 2012-10-17 [mir]	0.33.0cvs9
 
 	* configure.ac



More information about the Commits mailing list