X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=configure.ac;h=462d7d080f917cfdb454eb850f82344c96f1f2dd;hp=ecdf6395b716f1c60e56a4635e26d06ee5b9214c;hb=dc3fd65e1e2931975ea591ed11691907d4c4e583;hpb=3fc9ce5940eeae1252481ff7cf59141131afd21b diff --git a/configure.ac b/configure.ac index ecdf639..462d7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -25,13 +25,13 @@ fi AC_SUBST(M17NLIB) -AC_CHECK_PROG(DOXYGEN, doxygen, yes, no) +AC_CHECK_PROG(HAVEDOXYGEN, doxygen, yes, no) AC_CHECK_PROG(RUBY, ruby, yes, no) AC_CHECK_PROG(LATEX, platex, yes, no) AC_CHECK_PROG(PLATEX, platex, yes, no) OK=yes -if test "$DOXYGEN" = "no"; then +if test "$HAVEDOXYGEN" = "no"; then echo "Can't find a program \"doxygen\"!" OK=no fi @@ -47,7 +47,7 @@ if test "$PLATEX" = "no"; then echo "Can't find a program \"platex\"!" OK=no fi -if test "$OK" = "no; then +if test "$OK" = "no"; then exit 1 fi