<div dir="ltr"><div><div><div>Hi Jö,<br><br></div>Thanks for your message. I got to solve the problem by changing the AC_LOCAL_PATH. Since, I had my own autotools installation, the value of this variable was not the same as /usr/share/aclocal/pkg.m4. So, I had to make it manually the same as the above directory.<br><br></div>Thanks for your help,<br></div>Arya<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 9, 2014 at 10:45 PM, Jö Fahlke <span dir="ltr"><<a href="mailto:jorrit@jorrit.de" target="_blank">jorrit@jorrit.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Thu,  9. Oct 2014, 19:17:39 +0200 schrieb Arya Fallahi:<br>
<span class="">> <a href="http://configure.ac:12" target="_blank">configure.ac:12</a>: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not<br>
> m4_defun'd<br>
<br>
</span>Pkgconfig may be affected too, but usually building runs just fine if<br>
pkg-config is missing, except for the warnings and the fact that configure may<br>
not find some libraries it may find otherwise.  To make this warning go away,<br>
pkg.m4 needs to be correctly installed on your system in a location where<br>
aclocal will find it.  For me, it is in debian package pkg-config in the path<br>
/usr/share/aclocal/pkg.m4.  If it is in the same location on your computer and<br>
accessible, then there is a strange difference in the behaviour of aclocal.<br>
<span class=""><br>
> configure:34476: error: possibly undefined macro: AC_DEFINE<br>
>       If this token and others are legitimate, please use m4_pattern_allow.<br>
>       See the Autoconf documentation.<br>
> configure:34482: error: possibly undefined macro: AC_MSG_RESULT<br>
> configure:34484: error: possibly undefined macro: AC_MSG_WARN<br>
<br>
</span>Now this is the really strange and interesting part.  What does the generated<br>
configure script contain around the lines 34476-34484?  It looks to me like<br>
something is overquoted there.<br>
<br>
As an alternative it may be a good idea to try the cmake buildsystem (see<br>
dunecontrol --help), since the autotools buildsystem is going to be deprecated<br>
in the next release.<br>
<br>
<br>
Regards,<br>
Jö.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jorrit (Jö) Fahlke, Institute for Computational und Applied Mathematics,<br>
University of Münster, Orleans-Ring 10, D-48149 Münster<br>
Tel: <a href="tel:%2B49%20251%2083%2035146" value="+492518335146">+49 251 83 35146</a> Fax: <a href="tel:%2B49%20251%2083%2032729" value="+492518332729">+49 251 83 32729</a><br>
<br>
If you receive something that says "Send this to everyone you know,"<br>
pretend you don't know me.<br>
</font></span></blockquote></div><br></div>