<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Le 31 oct. 2014 à 11:25, Francis Brosnan Blázquez a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">


  <meta http-equiv="Content-Type" content="text/html; CHARSET=UTF-8">
  <meta name="GENERATOR" content="GtkHTML/4.2.2">

<div>
On jue, 2014-10-30 at 03:21 +0100, Félix wrote:<br>
<blockquote type="CITE">
    Hello,<br>
</blockquote>
<br>
Hi Félix,<br>


<br>
<blockquote type="CITE">
    I have found some bugs while packaging noPoll for ArchLinux. I have the same bugs on OS X.
</blockquote>
<br>
Ok,<br>
<br>
<blockquote type="CITE">
    First, autogen.sh is producing some warnings, which are treated as errors  :
</blockquote>
<blockquote type="CITE">
    configure.ac:47: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
</blockquote>
<blockquote type="CITE">
    configure.ac:47: <a href="http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation">http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation</a>
</blockquote>
<blockquote type="CITE">
    src/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
</blockquote>
<blockquote type="CITE">
    test/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
</blockquote>
<br>
Uhmn...I don't these errors on debian wheezy, debian squeeze, ubuntu precise and other distributions.... :-?<br></div></blockquote><div><br></div><div>I'm using '<font class="Apple-style-span" face="Monaco">autoconf (GNU Autoconf) 2.69</font>', '<font class="Apple-style-span" face="Monaco">automake (GNU automake) 1.14</font>' and '<font class="Apple-style-span" face="Monaco">m4 (GNU M4) 1.4.17</font>' on OS X and ArchLinux. I don't have other distributions.</div><br><blockquote type="cite"><div>
I've tried to update these value to the provided indications but I'm getting lot of m4/autoconf errors... :-?<br></div></blockquote><blockquote type="cite"><div>Maybe you could provide a patch that I can test easily...<br></div></blockquote><div><br></div><div>In both <font class="Apple-style-span" face="Monaco">Makefile.am</font>, I changed '<font class="Apple-style-span" face="Monaco">INCLUDES</font>' to '<font class="Apple-style-span" face="Monaco">AM_CPPFLAGS</font>' and I have no problem.</div><div>For the <font class="Apple-style-span" face="Monaco">configure.ac</font>, I changed</div><div><br></div><div>------------------</div><div><div><font class="Apple-style-span" face="Monaco">AC_INIT(src/nopoll.h)</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">configure_dir=`dirname "$0"`</font></div><div><font class="Apple-style-span" face="Monaco">NOPOLL_VERSION=`cat $configure_dir/VERSION`</font></div><div><font class="Apple-style-span" face="Monaco">AC_SUBST(NOPOLL_VERSION)</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">AC_CONFIG_AUX_DIR(.)</font></div><div><font class="Apple-style-span" face="Monaco">AM_INIT_AUTOMAKE(nopoll, $NOPOLL_VERSION)</font></div><div><font class="Apple-style-span" face="Monaco">AM_CONFIG_HEADER(config.h)</font></div><div><font class="Apple-style-span" face="Monaco">AM_MAINTAINER_MODE</font></div><div><font class="Apple-style-span" face="Monaco"><div style="font-family: 'Lucida Grande'; ">------------------</div><div style="font-family: 'Lucida Grande'; "></div></font></div></div><div><br></div>to</div><div><br></div><div><div>------------------</div><div></div></div><div><div><font class="Apple-style-span" face="Monaco">AC_INIT(nopoll, m4_esyscmd([cat `dirname "$0"`/VERSION | tr -d '\n']))</font></div><div><font class="Apple-style-span" face="Monaco">NOPOLL_VERSION=$VERSION</font></div><div><font class="Apple-style-span" face="Monaco">AC_SUBST(NOPOLL_VERSION)</font></div><div><font class="Apple-style-span" face="Monaco">AM_INIT_AUTOMAKE</font></div><div><font class="Apple-style-span" face="Monaco">AC_CONFIG_SRCDIR([src/nopoll.h])</font></div><div><font class="Apple-style-span" face="Monaco">AM_CONFIG_HEADER(config.h)</font></div><div><font class="Apple-style-span" face="Monaco">AM_MAINTAINER_MODE</font></div><div><font class="Apple-style-span" face="Monaco"><div style="font-family: 'Lucida Grande'; ">------------------</div><div style="font-family: 'Lucida Grande'; "></div></font></div></div><div><br></div><div>I tested on ArchLinux and I have no more problems, making went fine too. A patch is attached.</div><div></div></body></html>