OSDN Git Service

Changed to mark the writeable files directory (~/Documents/Hengband previously) with...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 6 Apr 2020 00:18:58 +0000 (17:18 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 6 Apr 2020 00:18:58 +0000 (17:18 -0700)
configure.ac

index 4f766b5..cd180dc 100644 (file)
@@ -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.