diff options
author | Dai Sato <satodai@w3m.jp> | 2011-01-15 07:52:48 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2011-01-15 07:52:48 +0000 |
commit | 2f73aa58c552772db51fdee3dbd90b2fa7d4d160 (patch) | |
tree | 52aa23dbe058c0c580a508bf24e61611bf805cdf /configure | |
parent | * [w3m-dev 04445] Re: Update documents (README.cookie) (diff) | |
download | w3m-2f73aa58c552772db51fdee3dbd90b2fa7d4d160.tar.gz w3m-2f73aa58c552772db51fdee3dbd90b2fa7d4d160.zip |
w3m 0.5.3 releaserelease-0-5-3
Diffstat (limited to '')
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for w3m 0.5.2. +# Generated by GNU Autoconf 2.67 for w3m 0.5.3. # # Report bugs to <satodai@w3m.jp>. # @@ -552,8 +552,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='w3m' PACKAGE_TARNAME='w3m' -PACKAGE_VERSION='0.5.2' -PACKAGE_STRING='w3m 0.5.2' +PACKAGE_VERSION='0.5.3' +PACKAGE_STRING='w3m 0.5.3' PACKAGE_BUGREPORT='satodai@w3m.jp' PACKAGE_URL='' @@ -1368,7 +1368,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 w3m 0.5.2 to adapt to many kinds of systems. +\`configure' configures w3m 0.5.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1433,7 +1433,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of w3m 0.5.2:";; + short | recursive ) echo "Configuration of w3m 0.5.3:";; esac cat <<\_ACEOF @@ -1578,7 +1578,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -w3m configure 0.5.2 +w3m configure 0.5.3 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2217,7 +2217,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 w3m $as_me 0.5.2, which was +It was created by w3m $as_me 0.5.3, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2567,7 +2567,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu PACKAGE=w3m -VERSION=0.5.2 +VERSION=0.5.3 cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF @@ -9594,7 +9594,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by w3m $as_me 0.5.2, which was +This file was extended by w3m $as_me 0.5.3, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9660,7 +9660,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -w3m config.status 0.5.2 +w3m config.status 0.5.3 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 33d2357..7308fc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl w3m autoconf dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.2, satodai@w3m.jp) +AC_INIT(w3m, 0.5.3, satodai@w3m.jp) PACKAGE=w3m -VERSION=0.5.2 +VERSION=0.5.3 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) |