OSDN Git Service

[Refactor] #40514 player_type の resist_nexus 変数を廃止. / Abolished resist_nexus variable...
[hengband/hengband.git] / configure.ac
index 52ec8b9..5a65785 100644 (file)
@@ -1,12 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(Bakabakaband, 2.1.5)
+AC_INIT(hengband, 2.1.5)
 
 AC_CONFIG_HEADERS(src/autoconf.h)
 AC_CONFIG_SRCDIR(src/main.c)
 AM_INIT_AUTOMAKE
 
 AC_ARG_WITH(setgid,
-[  --with-setgid=NAME      install Bakabakaband as group NAME],
+[  --with-setgid=NAME      install hengband as group NAME],
 [case "${withval}" in
   no) GAMEGROUP="";;
   yes) AC_MSG_ERROR(missing argument for --with-setgid);;