Yasumichi Akahoshi
yasum****@users*****
2005年 9月 7日 (水) 22:50:43 JST
Index: cxplorer/configure diff -u cxplorer/configure:1.37 cxplorer/configure:1.38 --- cxplorer/configure:1.37 Sat Sep 3 03:49:22 2005 +++ cxplorer/configure Wed Sep 7 22:50:43 2005 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for cxplorer 1.9.20050903. +# Generated by GNU Autoconf 2.59 for cxplorer 1.9.20050907. # # Report bugs to <yasum****@users*****>. # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='cxplorer' PACKAGE_TARNAME='cxplorer' -PACKAGE_VERSION='1.9.20050903' -PACKAGE_STRING='cxplorer 1.9.20050903' +PACKAGE_VERSION='1.9.20050907' +PACKAGE_STRING='cxplorer 1.9.20050907' PACKAGE_BUGREPORT='yasum****@users*****' ac_unique_file="src" @@ -792,7 +792,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures cxplorer 1.9.20050903 to adapt to many kinds of systems. +\`configure' configures cxplorer 1.9.20050907 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -854,7 +854,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of cxplorer 1.9.20050903:";; + short | recursive ) echo "Configuration of cxplorer 1.9.20050907:";; esac cat <<\_ACEOF @@ -984,7 +984,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -cxplorer configure 1.9.20050903 +cxplorer configure 1.9.20050907 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -998,7 +998,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by cxplorer $as_me 1.9.20050903, which was +It was created by cxplorer $as_me 1.9.20050907, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1636,7 +1636,7 @@ # Define the identity of the package. PACKAGE='cxplorer' - VERSION='1.9.20050903' + VERSION='1.9.20050907' cat >>confdefs.h <<_ACEOF @@ -3397,12 +3397,12 @@ if test "x$ac_cv_env_CXP_CFLAGS_set" = "xset"; then pkg_cv_CXP_CFLAGS=$ac_cv_env_CXP_CFLAGS_value elif test -n "$PKG_CONFIG"; then - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.4.2\" >/dev/null 2>&1") >&5 - ($PKG_CONFIG --exists "libcxp >= 0.4.2" >/dev/null 2>&1) 2>&5 + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.1\" >/dev/null 2>&1") >&5 + ($PKG_CONFIG --exists "libcxp >= 0.5.1" >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.4.2" 2>/dev/null` + pkg_cv_CXP_CFLAGS=`$PKG_CONFIG --cflags "libcxp >= 0.5.1" 2>/dev/null` else pkg_failed=yes fi @@ -3420,12 +3420,12 @@ if test "x$ac_cv_env_CXP_LIBS_set" = "xset"; then pkg_cv_CXP_LIBS=$ac_cv_env_CXP_LIBS_value elif test -n "$PKG_CONFIG"; then - if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.4.2\" >/dev/null 2>&1") >&5 - ($PKG_CONFIG --exists "libcxp >= 0.4.2" >/dev/null 2>&1) 2>&5 + if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"libcxp >= 0.5.1\" >/dev/null 2>&1") >&5 + ($PKG_CONFIG --exists "libcxp >= 0.5.1" >/dev/null 2>&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.4.2" 2>/dev/null` + pkg_cv_CXP_LIBS=`$PKG_CONFIG --libs "libcxp >= 0.5.1" 2>/dev/null` else pkg_failed=yes fi @@ -3437,7 +3437,7 @@ echo "${ECHO_T}$pkg_cv_CXP_LIBS" >&6 if test $pkg_failed = yes; then - CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.4.2"` + CXP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcxp >= 0.5.1"` # Put the nasty error message in config.log where it belongs echo "$CXP_PKG_ERRORS" 1>&5 @@ -6699,7 +6699,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by cxplorer $as_me 1.9.20050903, which was +This file was extended by cxplorer $as_me 1.9.20050907, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6762,7 +6762,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -cxplorer config.status 1.9.20050903 +cxplorer config.status 1.9.20050907 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: cxplorer/configure.ac diff -u cxplorer/configure.ac:1.7 cxplorer/configure.ac:1.8 --- cxplorer/configure.ac:1.7 Sat Sep 3 03:49:22 2005 +++ cxplorer/configure.ac Wed Sep 7 22:50:43 2005 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(cxplorer, 1.9.20050903, yasum****@users*****) +AC_INIT(cxplorer, 1.9.20050907, yasum****@users*****) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -14,7 +14,7 @@ AC_PROG_INTLTOOL # Checks for libraries. -PKG_CHECK_MODULES(CXP, libcxp >= 0.4.2,,exit) +PKG_CHECK_MODULES(CXP, libcxp >= 0.5.1,,exit) AC_SUBST(CXP_LIBS) AC_SUBST(CXP_CFLAGS)