2009-03-23 [colin] 3.7.1cvs23
authorColin Leroy <colin@colino.net>
Mon, 23 Mar 2009 18:14:52 +0000 (18:14 +0000)
committerColin Leroy <colin@colino.net>
Mon, 23 Mar 2009 18:14:52 +0000 (18:14 +0000)
* configure.ac
Fix check for RC (resource compiler) used
on win32 (AC_LIBTOOL_RC used to call it
implicitely but stopped)

ChangeLog
PATCHSETS
configure.ac

index c4f744cc2847185f5bf5fd2d727fa8a96800de95..dea76a9b5e62ef57cb68a10de7224c5a507080a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-23 [colin]     3.7.1cvs23
+
+       * configure.ac
+               Fix check for RC (resource compiler) used
+               on win32 (AC_LIBTOOL_RC used to call it 
+               implicitely but stopped)
+
 2009-03-19 [colin]     3.7.1cvs22
 
        * src/toolbar.c
index 906d9776b1d806b0dd470ac639b5da6954c2a514..6c494f5ae318a53d6ead579e553b16eeeceae432 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.36.2.167 -r 1.36.2.168 src/common/utils.c;  ) > 3.7.1cvs20.patchset
 ( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/gtk/spell_entry.c;  ) > 3.7.1cvs21.patchset
 ( cvs diff -u -r 1.43.2.107 -r 1.43.2.108 src/toolbar.c;  cvs diff -u -r 1.36.2.168 -r 1.36.2.169 src/common/utils.c;  ) > 3.7.1cvs22.patchset
+( cvs diff -u -r 1.654.2.3830 -r 1.654.2.3831 configure.ac;  ) > 3.7.1cvs23.patchset
index 44bd33dd1f3ebbacf87be912f67f409ad154a7a4..237aafd12b355bae2103c81c501e53f731c82c41 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=7
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=22
+EXTRA_VERSION=23
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -86,6 +86,7 @@ AM_PROG_LEX
 AC_PROG_YACC
 AC_LIB_PREFIX
 AC_LIBTOOL_WIN32_DLL
+LT_AC_PROG_RC
 AC_LIBTOOL_RC
 AC_PROG_LIBTOOL