[claws-mail-cvs-commit] configure.ac
Salvatore De Paolis <[email protected]> Thu, 24 Sep 2009 16:37:55 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv31762
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2009-09-24 [iwkse] 3.7.2cvs39
* configure.ac
That's only for statistics, of course :)
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3932
retrieving revision 1.654.2.3933
diff -u -d -r1.654.2.3932 -r1.654.2.3933
--- configure.ac 24 Sep 2009 16:28:19 -0000 1.654.2.3932
+++ configure.ac 24 Sep 2009 16:37:51 -0000 1.654.2.3933
@@ -12,7 +12,7 @@
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=38
+EXTRA_VERSION=39
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -140,7 +140,7 @@
if test "$GCC" = "yes"
then
- CFLAGS="$CFLAGS -Wno-unused -function"
+ CFLAGS="$CFLAGS -Wno-unused-function"
fi
AC_MSG_CHECKING([if gcc supports -Wno-pointer-sign])
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3875
retrieving revision 1.1.2.3876
diff -u -d -r1.1.2.3875 -r1.1.2.3876
--- PATCHSETS 24 Sep 2009 16:28:19 -0000 1.1.2.3875
+++ PATCHSETS 24 Sep 2009 16:37:52 -0000 1.1.2.3876
@@ -3863,3 +3863,4 @@
( cvs diff -u -r 1.12.2.57 -r 1.12.2.58 src/action.c; ) > 3.7.2cvs36.patchset
( cvs diff -u -r 1.654.2.3930 -r 1.654.2.3931 configure.ac; ) > 3.7.2cvs37.patchset
( cvs diff -u -r 1.654.2.3931 -r 1.654.2.3932 configure.ac; ) > 3.7.2cvs38.patchset
+( cvs diff -u -r 1.654.2.3932 -r 1.654.2.3933 configure.ac; ) > 3.7.2cvs39.patchset
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3025
retrieving revision 1.396.2.3026
diff -u -d -r1.396.2.3025 -r1.396.2.3026
--- ChangeLog 24 Sep 2009 16:28:20 -0000 1.396.2.3025
+++ ChangeLog 24 Sep 2009 16:37:52 -0000 1.396.2.3026
@@ -1,3 +1,8 @@
+2009-09-24 [iwkse] 3.7.2cvs39
+
+ * configure.ac
+ That's only for statistics, of course :)
+
2009-09-24 [iwkse] 3.7.2cvs38
* configure.ac