From: Hans U. N. <hu...@us...> - 2005-05-02 19:25:30
|
Update of /cvsroot/libexif/m4m In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15896/m4m Modified Files: gp-documentation.m4 Log Message: fix typos in doxygen detection Index: gp-documentation.m4 =================================================================== RCS file: /cvsroot/libexif/m4m/gp-documentation.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- gp-documentation.m4 14 Apr 2005 22:47:38 -0000 1.2 +++ gp-documentation.m4 2 May 2005 19:25:15 -0000 1.3 @@ -119,9 +119,9 @@ AC_DEFUN([GP_CHECK_DOXYGEN],[dnl AC_REQUIRE([GP_CHECK_DOC_DIR])dnl AC_PATH_PROG([DOT], [dot], [false]) AC_PATH_PROG([DOXYGEN], [doxygen], [false]) -AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "false"]) -AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "false"]) -if test "x$DOT" != "false"; then +AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "xfalse"]) +AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "xfalse"]) +if test "x$DOT" != "xfalse"; then AC_SUBST([HAVE_DOT],[YES]) else AC_SUBST([HAVE_DOT],[NO]) |