diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2020-09-06 13:01:32 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2020-09-06 13:01:32 +0000 | 
| commit | 1d263277285e96f06dd85325e9754ffef7a36e7f (patch) | |
| tree | d749e69fcb3b513494b3741fc8f56c1d326ebf3f /configure | |
| parent | Move old ChangeLog entries to ChangeLog.1 (diff) | |
| download | w3m-1d263277285e96f06dd85325e9754ffef7a36e7f.tar.gz w3m-1d263277285e96f06dd85325e9754ffef7a36e7f.zip | |
Drop bug report address
Diffstat (limited to '')
| -rwxr-xr-x | configure | 14 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 5 insertions, 11 deletions
| @@ -2,8 +2,6 @@  # Guess values for system-dependent variables and create Makefiles.  # 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,  # 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: be upgraded to zsh 4.3.4 or later."    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: before this message. Then install a modern shell, or  $0: manually run the script under such a shell if you do @@ -554,7 +552,7 @@ PACKAGE_NAME='w3m'  PACKAGE_TARNAME='w3m'  PACKAGE_VERSION='0.5.3'  PACKAGE_STRING='w3m 0.5.3' -PACKAGE_BUGREPORT='satodai@w3m.jp' +PACKAGE_BUGREPORT=''  PACKAGE_URL=''  gt_needs= @@ -1515,7 +1513,7 @@ Some influential environment variables:  Use these variables to override the choices made by `configure' or to help  it to find libraries and programs with nonstandard names/locations. -Report bugs to <satodai@w3m.jp>. +Report bugs to the package provider.  _ACEOF  ac_status=$?  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:${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 "## ----------------------------- ## -## Report this to satodai@w3m.jp ## -## ----------------------------- ##" -     ) | sed "s/^/$as_me: WARNING:     /" >&2      ;;  esac    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 @@ -9656,7 +9650,7 @@ $config_headers  Configuration commands:  $config_commands -Report bugs to <satodai@w3m.jp>." +Report bugs to the package provider."  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index ebb3282..6a6d557 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@  dnl w3m autoconf  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  VERSION=0.5.3  AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") | 
