From: caro Date: Sat, 27 Jun 2009 06:42:14 +0000 (+0000) Subject: update m4 macros (mainly formatting) X-Git-Tag: accepted/2.0/20130306.224007~195^2~1427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1efc5ded5bb15b24fb37f88a850bdc6102512d1b;p=profile%2Fivi%2Fecore.git update m4 macros (mainly formatting) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@41212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/m4/ac_attribute.m4 b/m4/ac_attribute.m4 index 3926d23..23479a9 100644 --- a/m4/ac_attribute.m4 +++ b/m4/ac_attribute.m4 @@ -31,8 +31,7 @@ int foo(int x __attribute__ ((unused))) [], [ac_cv___attribute__="yes"], [ac_cv___attribute__="no"] - )] -) + )]) AC_MSG_RESULT($ac_cv___attribute__) @@ -44,3 +43,5 @@ if test "x${ac_cv___attribute__}" = "xyes" ; then fi ]) + +dnl End of ac_attribute.m4 diff --git a/m4/efl_doxygen.m4 b/m4/efl_doxygen.m4 index dd6bc3e..d83ed68 100644 --- a/m4/efl_doxygen.m4 +++ b/m4/efl_doxygen.m4 @@ -32,9 +32,7 @@ AC_MSG_RESULT([${efl_enable_doc}]) if test "x${efl_enable_doc}" = "xyes" ; then -dnl dnl Specify the file name, without path -dnl efl_doxygen="doxygen" @@ -42,9 +40,9 @@ dnl [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}], @@ -96,4 +94,4 @@ fi ]) -dnl End of doxygen.m4 +dnl End of efl_doxygen.m4