[Tomoe-cvs 1290] CVS update: uim-tomoe-gtk

Zurück zum Archiv-Index

Takuro Ashie makei****@users*****
2006年 11月 28日 (火) 13:26:46 JST


Index: uim-tomoe-gtk/ChangeLog
diff -u uim-tomoe-gtk/ChangeLog:1.16 uim-tomoe-gtk/ChangeLog:1.17
--- uim-tomoe-gtk/ChangeLog:1.16	Thu Nov 16 15:14:08 2006
+++ uim-tomoe-gtk/ChangeLog	Tue Nov 28 13:26:46 2006
@@ -1,3 +1,8 @@
+2006-11-28  Takuro Ashie  <ashie****@homa*****>
+
+	* configure.in, src/Makefile.am, src/uim-tomoe-gtk.c:
+	Chase new TOMOE API.
+
 2006-11-16  Hiroyuki Ikezoe  <poinc****@ikezo*****>
 
 	* src/uim-tomoe-gtk.c: Chase new TOMOE API.
Index: uim-tomoe-gtk/configure.in
diff -u uim-tomoe-gtk/configure.in:1.5 uim-tomoe-gtk/configure.in:1.6
--- uim-tomoe-gtk/configure.in:1.5	Mon Nov 13 18:13:03 2006
+++ uim-tomoe-gtk/configure.in	Tue Nov 28 13:26:46 2006
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
 
-AC_INIT(uim-tomoe-gtk, 0.3.0)
+AC_INIT(uim-tomoe-gtk, 0.4.0)
 AM_INIT_AUTOMAKE(1.6)
 AM_CONFIG_HEADER(config.h)
 
@@ -27,9 +27,13 @@
 dnl **************************************************************
 dnl Check for libtomoe-gtk.
 dnl **************************************************************
-PKG_CHECK_MODULES(LIBTOMOE_GTK, libtomoe-gtk)
-AC_SUBST(LIBTOMOE_GTK_CFLAGS)
-AC_SUBST(LIBTOMOE_GTK_LIBS)
+PKG_CHECK_MODULES(TOMOE, tomoe >= 0.4.0)
+AC_SUBST(TOMOE_CFLAGS)
+AC_SUBST(TOMOE_LIBS)
+
+PKG_CHECK_MODULES(TOMOEGTK, libtomoe-gtk >= 0.4.0)
+AC_SUBST(TOMOEGTK_CFLAGS)
+AC_SUBST(TOMOEGTK_LIBS)
 
 dnl **************************************************************
 dnl Check for gettext.


tomoe-cvs メーリングリストの案内
Zurück zum Archiv-Index