[Cxplorer-cvs 00925] CVS update: cxplorer

Zurück zum Archiv-Index

Yasumichi Akahoshi yasum****@users*****
2005年 3月 28日 (月) 22:44:29 JST


Index: cxplorer/Makefile.am
diff -u cxplorer/Makefile.am:1.12 cxplorer/Makefile.am:1.13
--- cxplorer/Makefile.am:1.12	Sun Feb  6 23:54:26 2005
+++ cxplorer/Makefile.am	Mon Mar 28 22:44:28 2005
@@ -3,7 +3,7 @@
 ## If you don't want it to overwrite it,
 ## 	Please disable it in the Anjuta project configuration
 
-SUBDIRS = po src pixmaps
+SUBDIRS = po src pixmaps config
 
 cxplorerdocdir = ${prefix}/doc/cxplorer
 cxplorerdoc_DATA = \
Index: cxplorer/Makefile.in
diff -u cxplorer/Makefile.in:1.9 cxplorer/Makefile.in:1.10
--- cxplorer/Makefile.in:1.9	Mon Feb  7 18:09:03 2005
+++ cxplorer/Makefile.in	Mon Mar 28 22:44:28 2005
@@ -132,7 +132,7 @@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 
-SUBDIRS = po src pixmaps
+SUBDIRS = po src pixmaps config
 
 cxplorerdocdir = ${prefix}/doc/cxplorer
 cxplorerdoc_DATA =  	README 	COPYING 	AUTHORS 	ChangeLog 	INSTALL 	NEWS 	TODO 	ABOUT-NLS
Index: cxplorer/configure
diff -u cxplorer/configure:1.20 cxplorer/configure:1.21
--- cxplorer/configure:1.20	Sun Feb 13 01:19:00 2005
+++ cxplorer/configure	Mon Mar 28 22:44:28 2005
@@ -19952,23 +19952,23 @@
   else
      PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-        echo "$as_me:$LINENO: checking for libcxp >= 0.1.2" >&5
-echo $ECHO_N "checking for libcxp >= 0.1.2... $ECHO_C" >&6
+        echo "$as_me:$LINENO: checking for libcxp >= 0.2.0" >&5
+echo $ECHO_N "checking for libcxp >= 0.2.0... $ECHO_C" >&6
 
-        if $PKG_CONFIG --exists "libcxp >= 0.1.2" ; then
+        if $PKG_CONFIG --exists "libcxp >= 0.2.0" ; then
             echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
             succeeded=yes
 
             echo "$as_me:$LINENO: checking CXP_CFLAGS" >&5
 echo $ECHO_N "checking CXP_CFLAGS... $ECHO_C" >&6
-            CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.1.2"`
+            CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.2.0"`
             echo "$as_me:$LINENO: result: $CXP_CFLAGS" >&5
 echo "${ECHO_T}$CXP_CFLAGS" >&6
 
             echo "$as_me:$LINENO: checking CXP_LIBS" >&5
 echo $ECHO_N "checking CXP_LIBS... $ECHO_C" >&6
-            CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.1.2"`
+            CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.2.0"`
             echo "$as_me:$LINENO: result: $CXP_LIBS" >&5
 echo "${ECHO_T}$CXP_LIBS" >&6
         else
@@ -19976,7 +19976,7 @@
             CXP_LIBS=""
             ## If we have a custom action on failure, don't print errors, but
             ## do set a variable so people can do so.
-            CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.1.2"`
+            CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.2.0"`
 
         fi
 
@@ -21678,7 +21678,7 @@
 _ACEOF
 
 
-                                        ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile pixmaps/Makefile"
+                                                  ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile pixmaps/Makefile config/Makefile"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -22227,6 +22227,7 @@
   "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
   "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   "pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
+  "config/Makefile" ) CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
   "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
   "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
   "default-3" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-3" ;;
Index: cxplorer/configure.in
diff -u cxplorer/configure.in:1.24 cxplorer/configure.in:1.25
--- cxplorer/configure.in:1.24	Sun Feb 13 01:19:00 2005
+++ cxplorer/configure.in	Mon Mar 28 22:44:29 2005
@@ -15,7 +15,7 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
-PKG_CHECK_MODULES(CXP, libcxp >= 0.1.2,,exit)
+PKG_CHECK_MODULES(CXP, libcxp >= 0.2.0,,exit)
 AC_SUBST(CXP_LIBS)
 AC_SUBST(CXP_CFLAGS)
 dnl Checks for programs.
@@ -115,4 +115,5 @@
 po/Makefile.in
 src/Makefile
 pixmaps/Makefile
+config/Makefile
 ])


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