diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-10 16:28:57 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-10 18:34:06 +0100 |
commit | ad96c743cf6535fb8da6d9cefb2ac983c33948dc (patch) | |
tree | a527c212e674be38a2f685177f565583a6d1d7d7 | |
parent | 3954a5f08d77d47b8ca4f23285262f85b15bbb1a (diff) | |
download | mv-ad96c743cf6535fb8da6d9cefb2ac983c33948dc.tar.gz mv-ad96c743cf6535fb8da6d9cefb2ac983c33948dc.tar.bz2 mv-ad96c743cf6535fb8da6d9cefb2ac983c33948dc.tar.xz mv-ad96c743cf6535fb8da6d9cefb2ac983c33948dc.zip |
Clarify that dyecmd is a tool
Commit reviewed and changed by jesusalva and specing
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 23febd1c8..7defacfae 100755 --- a/configure.ac +++ b/configure.ac @@ -947,7 +947,7 @@ if test "$with_manaplusgame" == "yes"; then echo "Enabled building manaplus game." fi if test "$with_dyecmd" == "yes"; then - echo "Enabled building dyecmd." + echo "Enabled building dyecmd tool." fi if test "$unittests_enabled" == true; then echo "Enabled building unit tests." |