From c7fd6a41eb547775eaaf2c99030c92f757fd8566 Mon Sep 17 00:00:00 2001 From: konn Date: Tue, 21 Oct 2008 17:40:58 +0000 Subject: [PATCH] * Bug - #13715 git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_12_0@3522 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- configure | 20 ++++++++++---------- configure.ac | 2 +- include/config.h | 6 +++--- src/Makefile.am | 1 + src/Makefile.in | 1 + 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/configure b/configure index 82c3c97d..207f2607 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.13. +# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.14. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='mod_chxj' PACKAGE_TARNAME='mod_chxj' -PACKAGE_VERSION='0.12.13' -PACKAGE_STRING='mod_chxj 0.12.13' +PACKAGE_VERSION='0.12.14' +PACKAGE_STRING='mod_chxj 0.12.14' PACKAGE_BUGREPORT='' ac_unique_file="src/mod_chxj.c" @@ -1405,7 +1405,7 @@ if test "$ac_init_help" = "long"; then # 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 mod_chxj 0.12.13 to adapt to many kinds of systems. +\`configure' configures mod_chxj 0.12.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1476,7 +1476,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mod_chxj 0.12.13:";; + short | recursive ) echo "Configuration of mod_chxj 0.12.14:";; esac cat <<\_ACEOF @@ -1592,7 +1592,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mod_chxj configure 0.12.13 +mod_chxj configure 0.12.14 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1606,7 +1606,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mod_chxj $as_me 0.12.13, which was +It was created by mod_chxj $as_me 0.12.14, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2424,7 +2424,7 @@ fi # Define the identity of the package. PACKAGE=mod_chxj - VERSION=0.12.13 + VERSION=0.12.14 cat >>confdefs.h <<_ACEOF @@ -21835,7 +21835,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mod_chxj $as_me 0.12.13, which was +This file was extended by mod_chxj $as_me 0.12.14, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21888,7 +21888,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -mod_chxj config.status 0.12.13 +mod_chxj config.status 0.12.14 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 3acf2ff7..70f9ee6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([mod_chxj],[0.12.13]) +AC_INIT([mod_chxj],[0.12.14]) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([src/mod_chxj.c]) AC_CANONICAL_TARGET diff --git a/include/config.h b/include/config.h index 99e6e7b0..fe581dcc 100644 --- a/include/config.h +++ b/include/config.h @@ -96,19 +96,19 @@ #define PACKAGE_NAME "mod_chxj" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "mod_chxj 0.12.13" +#define PACKAGE_STRING "mod_chxj 0.12.14" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "mod_chxj" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.12.13" +#define PACKAGE_VERSION "0.12.14" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.12.13" +#define VERSION "0.12.14" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/src/Makefile.am b/src/Makefile.am index 54cf3211..fcd3750d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,6 +56,7 @@ clean: rm -fr .libs rm -f *.o *.lo *.la rm -f mod_chxj.so + rm -f serf/libserf-0.la (cd serf; make clean) install: make_so diff --git a/src/Makefile.in b/src/Makefile.in index 3e1c5dba..2ea65b1e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -865,6 +865,7 @@ clean: rm -fr .libs rm -f *.o *.lo *.la rm -f mod_chxj.so + rm -f serf/libserf-0.la (cd serf; make clean) install: make_so -- 2.11.0