X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=inline;f=configure.ac;h=e1cac72ac4830727d8e865ee8faa9ac4397819c9;hb=659fee2c820e492683eddc58bf8df23f8f5c47f1;hp=9c48b8b6439aaba9b1399f5f056dab77e9f64eeb;hpb=d5b639418e6f1532218a9ec58738290bd8f87322;p=m17n%2Fm17n-docs.git diff --git a/configure.ac b/configure.ac index 9c48b8b..e1cac72 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,25 @@ if test "x$M17NLIB" = "x"; then fi else : fi - AC_SUBST(M17NLIB) +# Checks for the m17n database files. +AC_ARG_WITH(m17ndb, + [ --with-m17n-db=DIR directory of m17n-db source files], + M17NDB="$withval") + +if test "x$M17NDB" = "x"; then + if test -d ../m17n-db; then + M17NDB=../m17n-db + elif test -d /usr/local/src/m17n-db; then + M17NDB=/usr/local/src/m17n-db + else + M17NDB=. + fi +else : +fi +AC_SUBST(M17NDB) + AC_CHECK_PROG(HAVEDOXYGEN, doxygen, yes, no) AC_CHECK_PROG(RUBY, ruby, yes, no) AC_CHECK_PROG(LATEX, latex, yes, no) @@ -61,6 +77,7 @@ AC_OUTPUT # Print configuration message. if test $USE_MAINTAINER_MODE = yes; then AC_MSG_NOTICE([Find documentation source in "$M17NLIB"]) + AC_MSG_NOTICE([Find m17n database source in "$M17NDB"]) fi eval dir=${datadir}