diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-04-28 18:19:22 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-04-28 18:19:22 +0000 | 
| commit | 561d6df426f6c83d660b33e528a296e25ea3d4cb (patch) | |
| tree | 0c9ea90cc53310832c977265521fb44db24a515e /configure | |
| parent | [w3m-dev 04068] install-sh problem (diff) | |
| download | w3m-561d6df426f6c83d660b33e528a296e25ea3d4cb.tar.gz w3m-561d6df426f6c83d660b33e528a296e25ea3d4cb.zip | |
w3m 0.5.1release-0-5-1
* version.c.in: update
* doc/README: version 0.5, release date, maintainer
* doc-jp/README: ditto
* NEWS: update
* configure.in: version 0.5.1
* po/w3m.pot, ja.po: update-po
Diffstat (limited to '')
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | configure.in | 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.59 for w3m 0.5. +# Generated by GNU Autoconf 2.59 for w3m 0.5.1.  #  # Report bugs to <ukai@debian.or.jp>.  # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}  # Identity of this package.  PACKAGE_NAME='w3m'  PACKAGE_TARNAME='w3m' -PACKAGE_VERSION='0.5' -PACKAGE_STRING='w3m 0.5' +PACKAGE_VERSION='0.5.1' +PACKAGE_STRING='w3m 0.5.1'  PACKAGE_BUGREPORT='ukai@debian.or.jp'  # Factoring default headers for most tests. @@ -779,7 +779,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 to adapt to many kinds of systems. +\`configure' configures w3m 0.5.1 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -840,7 +840,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of w3m 0.5:";; +     short | recursive ) echo "Configuration of w3m 0.5.1:";;     esac    cat <<\_ACEOF @@ -1007,7 +1007,7 @@ fi  test -n "$ac_init_help" && exit 0  if $ac_init_version; then    cat <<\_ACEOF -w3m configure 0.5 +w3m configure 0.5.1  generated by GNU Autoconf 2.59  Copyright (C) 2003 Free Software Foundation, Inc. @@ -1021,7 +1021,7 @@ cat >&5 <<_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, which was +It was created by w3m $as_me 0.5.1, which was  generated by GNU Autoconf 2.59.  Invocation command line was    $ $0 $@ @@ -1358,7 +1358,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu  PACKAGE=w3m -VERSION=0.5 +VERSION=0.5.1  cat >>confdefs.h <<_ACEOF  #define PACKAGE "$PACKAGE"  _ACEOF @@ -10511,7 +10511,7 @@ _ASBOX  } >&5  cat >&5 <<_CSEOF -This file was extended by w3m $as_me 0.5, which was +This file was extended by w3m $as_me 0.5.1, which was  generated by GNU Autoconf 2.59.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -10574,7 +10574,7 @@ _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF  ac_cs_version="\\ -w3m config.status 0.5 +w3m config.status 0.5.1  configured by $0, generated by GNU Autoconf 2.59,    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 3eb13b4..1001fbc 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@  dnl w3m autoconf  dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5, ukai@debian.or.jp) +AC_INIT(w3m, 0.5.1, ukai@debian.or.jp)  PACKAGE=w3m -VERSION=0.5 +VERSION=0.5.1  AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")  AC_DEFINE_UNQUOTED(VERSION, "$VERSION")  AC_SUBST(PACKAGE) | 
