OSDN Git Service

update
[my-fortune/my-fortune.git] / configure.ac
index 89a38c9..22d3ae3 100644 (file)
@@ -34,9 +34,9 @@ AC_ARG_WITH(fortunes-dir,
 
 if test x$DATADIR == x; then
    if test -d /usr/share/games/fortunes; then
-     DATADIR=/usr/share/games/fortunes
+     DATADIR=/usr/share/games/fortunes/my
    elif test -d /usr/share/games/fortune; then
-     DATADIR=/usr/share/games/fortune
+     DATADIR=/usr/share/games/fortune/my
    else
      AC_MSG_ERROR([fortunes data directory can't find.
      Please use --with-fortunes-dir=dir.])