ソースを参照

* Reference proper build name

Bryan Drewery 14 年 前
コミット
fec64ec539
3 ファイル変更10 行追加10 行削除
  1. 4 4
      autotools/includes/acinclude.m4
  2. 1 1
      autotools/includes/libtcl.m4
  3. 5 5
      configure

+ 4 - 4
autotools/includes/acinclude.m4

@@ -72,7 +72,7 @@ then
 configure: error:
 
   This system does not appear to have a working C compiler.
-  A working C compiler is required to compile Eggdrop.
+  A working C compiler is required to compile Wraith.
 
 EOF
   exit 1
@@ -248,7 +248,7 @@ then
 configure: error:
 
   This system seems to lack a working 'head -1' or 'head -n 1' command.
-  A working 'head -1' (or equivalent) command is required to compile Eggdrop.
+  A working 'head -1' (or equivalent) command is required to compile Wraith.
 
 EOF
   exit 1
@@ -271,7 +271,7 @@ then
 configure: error:
 
   This system seems to lack a working 'awk' command.
-  A working 'awk' command is required to compile Eggdrop.
+  A working 'awk' command is required to compile Wraith.
 
 EOF
   exit 1
@@ -291,7 +291,7 @@ then
 configure: error:
 
   This system seems to lack a working 'basename' command.
-  A working 'basename' command is required to compile Eggdrop.
+  A working 'basename' command is required to compile Wraith.
 
 EOF
   exit 1

+ 1 - 1
autotools/includes/libtcl.m4

@@ -417,7 +417,7 @@ AC_DEFUN([EGG_TCL_CHECK_PRE70],
     cat << EOF >&2
 configure: error:
 
-  Your Tcl version is much too old for Eggdrop to use. You should
+  Your Tcl version is much too old for Wraith to use. You should
   download and compile a more recent version. The most reliable
   current version is $tclrecommendver and can be downloaded from
   ${tclrecommendsite}.

+ 5 - 5
configure

@@ -2963,7 +2963,7 @@ then
 configure: error:
 
   This system does not appear to have a working C compiler.
-  A working C compiler is required to compile Eggdrop.
+  A working C compiler is required to compile Wraith.
 
 EOF
   exit 1
@@ -3899,7 +3899,7 @@ then
 configure: error:
 
   This system seems to lack a working 'head -1' or 'head -n 1' command.
-  A working 'head -1' (or equivalent) command is required to compile Eggdrop.
+  A working 'head -1' (or equivalent) command is required to compile Wraith.
 
 EOF
   exit 1
@@ -3958,7 +3958,7 @@ then
 configure: error:
 
   This system seems to lack a working 'awk' command.
-  A working 'awk' command is required to compile Eggdrop.
+  A working 'awk' command is required to compile Wraith.
 
 EOF
   exit 1
@@ -4009,7 +4009,7 @@ then
 configure: error:
 
   This system seems to lack a working 'basename' command.
-  A working 'basename' command is required to compile Eggdrop.
+  A working 'basename' command is required to compile Wraith.
 
 EOF
   exit 1
@@ -5934,7 +5934,7 @@ $as_echo "#define HAVE_LIBTCL 1" >>confdefs.h
     cat << EOF >&2
 configure: error:
 
-  Your Tcl version is much too old for Eggdrop to use. You should
+  Your Tcl version is much too old for Wraith to use. You should
   download and compile a more recent version. The most reliable
   current version is $tclrecommendver and can be downloaded from
   ${tclrecommendsite}.