Fix typo in configure
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 14 Mar 2016 23:11:36 +0000 (08:11 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 14 Mar 2016 23:11:36 +0000 (08:11 +0900)
Patch provided by Thomas Munro.

configure
configure.ac

index 8fab6565baa9dd3fd310f69d5a44508ae2ff3a77..736b64c79a345e4ed94dc6298086d1304a5d2117 100755 (executable)
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for pgpool-II 3.4.4.
 #
-# Report bugs to <pgpool-hackers@pgpoo.net>.
+# Report bugs to <pgpool-hackers@pgpool.net>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -275,7 +275,7 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: pgpool-hackers@pgpoo.net about your system, including
+$0: pgpool-hackers@pgpool.net about your system, including
 $0: any error possibly output before this message. Then
 $0: install a modern shell, or manually run the script
 $0: under such a shell if you do have one."
@@ -592,7 +592,7 @@ PACKAGE_NAME='pgpool-II'
 PACKAGE_TARNAME='pgpool-II'
 PACKAGE_VERSION='3.4.4'
 PACKAGE_STRING='pgpool-II 3.4.4'
-PACKAGE_BUGREPORT='pgpool-hackers@pgpoo.net'
+PACKAGE_BUGREPORT='pgpool-hackers@pgpool.net'
 PACKAGE_URL=''
 
 # Factoring default headers for most tests.
@@ -1476,7 +1476,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 <pgpool-hackers@pgpoo.net>.
+Report bugs to <pgpool-hackers@pgpool.net>.
 _ACEOF
 ac_status=$?
 fi
@@ -1884,9 +1884,9 @@ $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 pgpool-hackers@pgpoo.net ##
-## --------------------------------------- ##"
+( $as_echo "## ---------------------------------------- ##
+## Report this to pgpool-hackers@pgpool.net ##
+## ---------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -15179,7 +15179,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <pgpool-hackers@pgpoo.net>."
+Report bugs to <pgpool-hackers@pgpool.net>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
index 4f60dc18734ac1f132f37e065ada1ebcacfe5618..79364c6831b0d3027d30ac8a6435a898fd22b636 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([pgpool-II], [3.4.4], [pgpool-hackers@pgpoo.net], [pgpool-II])
+AC_INIT([pgpool-II], [3.4.4], [pgpool-hackers@pgpool.net], [pgpool-II])
 
 dnl Checks for programs.
 AC_PROG_CC