[Tomoe-cvs 1945] CVS update: tomoe

Back to archive index

Kouhei Sutou kous****@users*****
2006年 12月 18日 (月) 15:19:46 JST


Index: tomoe/ChangeLog
diff -u tomoe/ChangeLog:1.460 tomoe/ChangeLog:1.461
--- tomoe/ChangeLog:1.460	Mon Dec 18 14:23:45 2006
+++ tomoe/ChangeLog	Mon Dec 18 15:19:46 2006
@@ -1,6 +1,9 @@
 2006-12-18  Kouhei Sutou  <kou****@cozmi*****>
 
-	* configure.in: 0.4.0 -> 0.5.0.
+	* configure.in:
+	- 0.4.0 -> 0.5.0.
+	- enabled static library.
+	- don't expand configure time.
 
 	* module/dict/tomoe-dict-mysql.c:
 	- cleanup if can't connect to server.
Index: tomoe/configure.in
diff -u tomoe/configure.in:1.49 tomoe/configure.in:1.50
--- tomoe/configure.in:1.49	Mon Dec 18 14:23:45 2006
+++ tomoe/configure.in	Mon Dec 18 15:19:46 2006
@@ -12,7 +12,7 @@
 AM_CONFIG_HEADER(config.h)
 
 AC_ENABLE_SHARED(yes)
-AC_ENABLE_STATIC(no)
+AC_ENABLE_STATIC(yes)
 AM_PROG_LIBTOOL
 
 TOMOE_VERSION=tomoe_version
@@ -153,19 +153,17 @@
 dnl Configure for configuration.
 dnl **************************************************************
 
-confdir="${sysconfdir}/\$(PACKAGE)"
+confdir="\${sysconfdir}/\$(PACKAGE)"
 AC_SUBST(confdir)
 
 dnl **************************************************************
 dnl Configure for data.
 dnl **************************************************************
 
-datadir="${datadir}/\$(PACKAGE)"
-
-dict_datadir="${datadir}/dict"
+dict_datadir="\${pkgdatadir}/dict"
 AC_SUBST(dict_datadir)
 
-recognizer_datadir="${datadir}/recognizer"
+recognizer_datadir="\${pkgdatadir}/recognizer"
 AC_SUBST(recognizer_datadir)
 
 dnl **************************************************************
@@ -267,21 +265,21 @@
 dnl Configure for modules.
 dnl **************************************************************
 
-moduledir="${libdir}/\$(PACKAGE)/module"
+moduledir="\${libdir}/\$(PACKAGE)/module"
 AC_SUBST(moduledir)
 
 dnl **************************************************************
 dnl Configure for recognizer modules.
 dnl **************************************************************
 
-recognizer_moduledir="${moduledir}/recognizer"
+recognizer_moduledir="\${moduledir}/recognizer"
 AC_SUBST(recognizer_moduledir)
 
 dnl **************************************************************
 dnl Configure for dictionary modules.
 dnl **************************************************************
 
-dict_moduledir="${moduledir}/dict"
+dict_moduledir="\${moduledir}/dict"
 AC_SUBST(dict_moduledir)
 
 dnl **************************************************************


tomoe-cvs メーリングリストの案内
Back to archive index