[Kazehakase-cvs] CVS update: kazehakase

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Sun Jan 28 07:49:58 JST 2007


Index: kazehakase/ChangeLog
diff -u kazehakase/ChangeLog:1.1911 kazehakase/ChangeLog:1.1912
--- kazehakase/ChangeLog:1.1911	Sat Jan 27 18:36:34 2007
+++ kazehakase/ChangeLog	Sun Jan 28 07:49:58 2007
@@ -1,3 +1,8 @@
+2007-01-28  Hiroyuki Ikezoe  <poinc****@ikezo*****>
+
+	* configure.in, module/search/Makefile.am: Drop support for Rast.
+	If you want to use Rast, please contact us and Rast developers.
+
 2007-01-27  Hiroyuki Ikezoe  <poinc****@ikezo*****>
 
 	* configure.in: Fix the arguments of rast-config.
Index: kazehakase/configure.in
diff -u kazehakase/configure.in:1.184 kazehakase/configure.in:1.185
--- kazehakase/configure.in:1.184	Thu Jan 25 20:11:57 2007
+++ kazehakase/configure.in	Sun Jan 28 07:49:58 2007
@@ -657,26 +657,6 @@
 AM_CONDITIONAL([WITH_EST], [test "$est_exists" = "yes"])
 
 dnl **************************************************************
-dnl Check for Rast
-dnl **************************************************************
-
-rast_exists=no
-AC_PATH_PROG(RAST_CONFIG, rast-config, "none")
-if test x"$RAST_CONFIG" = x"none"; then
-  rast_exists=no
-  RAST_LIBS=""
-  RAST_CFLAGS=""
-else
-  rast_exists=yes
-  RAST_LIBS=`$RAST_CONFIG --libdir`
-  RAST_CFLAGS=`$RAST_CONFIG --cflags`
-fi
-AC_SUBST([RAST_CFLAGS])
-AC_SUBST([RAST_LIBS])
-
-AM_CONDITIONAL([WITH_RAST], [test "$rast_exists" = "yes"])
-
-dnl **************************************************************
 dnl Check for Anthy
 dnl **************************************************************
 


More information about the Kazehakase-cvs mailing list
Back to archive index