OSDN Git Service

Backport English description of the whip 'Rose' from 3.0.0.
[hengbandforosx/hengbandosx.git] / configure.ac
index 331a6d0..cd180dc 100644 (file)
@@ -21,7 +21,7 @@ dnl generate the installation path for the ./lib/ folder
 if test "$GAMEGROUP" != ""; then
   MY_EXPAND_DIR(game_libpath, "$datadir/games/$PACKAGE/lib/")
 else
-  MY_EXPAND_DIR(game_datadir, "./lib/")
+  MY_EXPAND_DIR(game_libpath, "./lib/")
   bindir="`pwd`"
 fi
 
@@ -71,6 +71,8 @@ if test x"$enable_cocoa" = xyes ; then
   AC_LANG_PUSH([Objective C])
   AC_PROG_OBJC
   AC_LANG_POP([Objective C])
+  AC_DEFINE(SAFE_DIRECTORY, 1, [Mark var directory with version string])
+  AC_DEFINE(VERSION_STRING, "2.2.1", [Version string to use for var directory])
 fi
 
 dnl Checks for libraries.