[claws-mail-cvs-commit] configure.ac
Salvatore De Paolis <[email protected]> Thu, 24 Sep 2009 16:26:26 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv15365
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2009-09-24 [iwkse] 3.7.2cvs37
* configure.ac
Revert unwanted change
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3930
retrieving revision 1.654.2.3931
diff -u -d -r1.654.2.3930 -r1.654.2.3931
--- configure.ac 24 Sep 2009 12:52:13 -0000 1.654.2.3930
+++ configure.ac 24 Sep 2009 16:26:22 -0000 1.654.2.3931
@@ -12,7 +12,7 @@
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=36
+EXTRA_VERSION=37
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -140,7 +140,7 @@
if test "$GCC" = "yes"
then
- CFLAGS="$CFLAGS -march=native -Wno-unused-function"
+ CFLAGS="$CFLAGS -Wno-unused-function"
fi
AC_MSG_CHECKING([if gcc supports -Wno-pointer-sign])
@@ -156,7 +156,7 @@
CFLAGS="$CFLAGS -Wall"
if test $USE_MAINTAINER_MODE = yes; then
- CFLAGS="$CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DWARN_INCOMPLETE_UNDO"
+ CFLAGS="$CFLAGS -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES"
fi
pthread_name=
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3873
retrieving revision 1.1.2.3874
diff -u -d -r1.1.2.3873 -r1.1.2.3874
--- PATCHSETS 24 Sep 2009 12:52:12 -0000 1.1.2.3873
+++ PATCHSETS 24 Sep 2009 16:26:23 -0000 1.1.2.3874
@@ -3861,3 +3861,4 @@
( cvs diff -u -r 1.115.2.222 -r 1.115.2.223 src/main.c; ) > 3.7.2cvs34.patchset
( cvs diff -u -r 1.3.2.2 -r 1.3.2.3 tools/convert_mbox.pl; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 tools/popfile-link.sh; ) > 3.7.2cvs35.patchset
( 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
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3023
retrieving revision 1.396.2.3024
diff -u -d -r1.396.2.3023 -r1.396.2.3024
--- ChangeLog 24 Sep 2009 12:52:13 -0000 1.396.2.3023
+++ ChangeLog 24 Sep 2009 16:26:23 -0000 1.396.2.3024
@@ -1,3 +1,8 @@
+2009-09-24 [iwkse] 3.7.2cvs37
+
+ * configure.ac
+ Revert unwanted change
+
2009-09-24 [iwkse] 3.7.2cvs36
* src/action.c