Drop bug report address
This commit is contained in:
14
configure
vendored
14
configure
vendored
@@ -2,8 +2,6 @@
|
|||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.67 for w3m 0.5.3.
|
# Generated by GNU Autoconf 2.67 for w3m 0.5.3.
|
||||||
#
|
#
|
||||||
# Report bugs to <satodai@w3m.jp>.
|
|
||||||
#
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||||
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
||||||
@@ -230,7 +228,7 @@ fi
|
|||||||
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
|
||||||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||||
else
|
else
|
||||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and satodai@w3m.jp
|
$as_echo "$0: Please tell bug-autoconf@gnu.org
|
||||||
$0: about your system, including any error possibly output
|
$0: about your system, including any error possibly output
|
||||||
$0: before this message. Then install a modern shell, or
|
$0: before this message. Then install a modern shell, or
|
||||||
$0: manually run the script under such a shell if you do
|
$0: manually run the script under such a shell if you do
|
||||||
@@ -554,7 +552,7 @@ PACKAGE_NAME='w3m'
|
|||||||
PACKAGE_TARNAME='w3m'
|
PACKAGE_TARNAME='w3m'
|
||||||
PACKAGE_VERSION='0.5.3'
|
PACKAGE_VERSION='0.5.3'
|
||||||
PACKAGE_STRING='w3m 0.5.3'
|
PACKAGE_STRING='w3m 0.5.3'
|
||||||
PACKAGE_BUGREPORT='satodai@w3m.jp'
|
PACKAGE_BUGREPORT=''
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
gt_needs=
|
gt_needs=
|
||||||
@@ -1515,7 +1513,7 @@ Some influential environment variables:
|
|||||||
Use these variables to override the choices made by `configure' or to help
|
Use these variables to override the choices made by `configure' or to help
|
||||||
it to find libraries and programs with nonstandard names/locations.
|
it to find libraries and programs with nonstandard names/locations.
|
||||||
|
|
||||||
Report bugs to <satodai@w3m.jp>.
|
Report bugs to the package provider.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
fi
|
fi
|
||||||
@@ -1930,10 +1928,6 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
|||||||
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
||||||
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
||||||
( $as_echo "## ----------------------------- ##
|
|
||||||
## Report this to satodai@w3m.jp ##
|
|
||||||
## ----------------------------- ##"
|
|
||||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
|
||||||
@@ -9656,7 +9650,7 @@ $config_headers
|
|||||||
Configuration commands:
|
Configuration commands:
|
||||||
$config_commands
|
$config_commands
|
||||||
|
|
||||||
Report bugs to <satodai@w3m.jp>."
|
Report bugs to the package provider."
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dnl w3m autoconf
|
dnl w3m autoconf
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(w3m, 0.5.3, satodai@w3m.jp)
|
AC_INIT(w3m, 0.5.3)
|
||||||
PACKAGE=w3m
|
PACKAGE=w3m
|
||||||
VERSION=0.5.3
|
VERSION=0.5.3
|
||||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||||
|
|||||||
@@ -117,11 +117,6 @@ w3m の著作権は,伊藤彰則に属しています.
|
|||||||
東北大学大学院工学研究科
|
東北大学大学院工学研究科
|
||||||
aito@fw.ipsj.or.jp
|
aito@fw.ipsj.or.jp
|
||||||
|
|
||||||
現在のメンテナ
|
|
||||||
佐藤 大
|
|
||||||
東北大学病院
|
|
||||||
satodai@w3m.jp
|
|
||||||
|
|
||||||
ご意見,ご感想をお寄せください.
|
ご意見,ご感想をお寄せください.
|
||||||
http://w3m.sourceforge.net/
|
http://w3m.sourceforge.net/
|
||||||
https://sourceforge.net/projects/w3m/
|
https://sourceforge.net/projects/w3m/
|
||||||
|
|||||||
@@ -110,11 +110,6 @@ Initial author:
|
|||||||
Faculty of Engineering, Tohoku University
|
Faculty of Engineering, Tohoku University
|
||||||
aito@fw.ipsj.or.jp
|
aito@fw.ipsj.or.jp
|
||||||
|
|
||||||
Current Maintainer
|
|
||||||
Dai Sato
|
|
||||||
Tohoku University Hospital
|
|
||||||
satodai@w3m.jp
|
|
||||||
|
|
||||||
Feel free to send your opinion to:
|
Feel free to send your opinion to:
|
||||||
http://w3m.sourceforge.net/
|
http://w3m.sourceforge.net/
|
||||||
https://sourceforge.net/projects/w3m/
|
https://sourceforge.net/projects/w3m/
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = THE w3m'S COPYRIGHT HOLDER
|
|||||||
# It can be your email address, or a mailing list address where translators
|
# It can be your email address, or a mailing list address where translators
|
||||||
# can write to without being subscribed, or the URL of a web page through
|
# can write to without being subscribed, or the URL of a web page through
|
||||||
# which the translators can contact you.
|
# which the translators can contact you.
|
||||||
MSGID_BUGS_ADDRESS = satodai@w3m.jp
|
MSGID_BUGS_ADDRESS =
|
||||||
|
|
||||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
|||||||
2
po/de.po
2
po/de.po
@@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: w3m 0.5.3\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
||||||
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
||||||
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
||||||
|
|||||||
2
po/ja.po
2
po/ja.po
@@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: w3m 0.5.3\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
||||||
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
||||||
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: w3m 0.5.3\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: w3m 0.5.3\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
"POT-Creation-Date: 2016-03-14 19:47+0900\n"
|
||||||
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
||||||
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
"Last-Translator: Tatsuya Kinoshita <tats@debian.org>\n"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: w3m 0.5.3\n"
|
"Project-Id-Version: w3m 0.5.3\n"
|
||||||
"Report-Msgid-Bugs-To: satodai@w3m.jp\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-08-24 06:52-0400\n"
|
"POT-Creation-Date: 2020-08-24 06:52-0400\n"
|
||||||
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
"PO-Revision-Date: 2016-03-14 19:51+0900\n"
|
||||||
"Last-Translator: Ambrose Li <ambrose.li@gmail.com>\n"
|
"Last-Translator: Ambrose Li <ambrose.li@gmail.com>\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user