and update comments

SVN revision: 36554
This commit is contained in:
Vincent Torri 2008-10-09 20:24:40 +00:00
parent 12a528086a
commit 82e185693f
1 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
dnl Configure script for doxygen dnl Copyright (C) 2008 Vincent Torri <vtorri at univ-evry dot fr>
dnl Vincent Torri 2008-08-25 dnl That code is public domain and can be freely used or copied.
dnl
dnl Macro that check if doxygen is available or not.
dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for the doxygen program, and define DOXYGEN. dnl Test for the doxygen program
dnl Defines DOXYGEN
dnl Defines the automake conditionnal EFL_BUILD_DOC
dnl dnl
AC_DEFUN([EFL_CHECK_DOXYGEN], AC_DEFUN([EFL_CHECK_DOXYGEN],
[ [