git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@41212
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
[],
[ac_cv___attribute__="yes"],
[ac_cv___attribute__="no"]
- )]
-)
+ )])
AC_MSG_RESULT($ac_cv___attribute__)
fi
])
+
+dnl End of ac_attribute.m4
if test "x${efl_enable_doc}" = "xyes" ; then
-dnl
dnl Specify the file name, without path
-dnl
efl_doxygen="doxygen"
[AC_HELP_STRING(
[--with-doxygen=FILE],
[doxygen program to use @<:@default=doxygen@:>@])],
-dnl
+
dnl Check the given doxygen program.
-dnl
+
[efl_doxygen=${withval}
AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}],
])
-dnl End of doxygen.m4
+dnl End of efl_doxygen.m4