<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openpower-pnor-code-mgmt/m4/.gitkeep, branch master</title>
<subtitle>OpenPOWER PNOR code management utility sources</subtitle>
<id>https://git.raptorcs.com/git/openpower-pnor-code-mgmt/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/openpower-pnor-code-mgmt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-pnor-code-mgmt/'/>
<updated>2017-04-18T07:34:08+00:00</updated>
<entry>
<title>autotools: Silence warnings from autoreconf</title>
<updated>2017-04-18T07:34:08+00:00</updated>
<author>
<name>Andrew Jeffery</name>
<email>andrew@aj.id.au</email>
</author>
<published>2017-04-18T07:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-pnor-code-mgmt/commit/?id=234ba8ac523227049eb899437157439bf5200620'/>
<id>urn:sha1:234ba8ac523227049eb899437157439bf5200620</id>
<content type='text'>
Previously invoking ./bootstrap.sh would output:

         $ ./bootstrap.sh
         + AUTOCONF_FILES=Makefile.in aclocal.m4 ar-lib autom4te.cache compile
         config.guess config.h.in config.sub configure depcomp install-sh
         ltmain.sh missing *libtoo
         l test-driver
         + autoreconf -i
         libtoolize: putting auxiliary files in '.'.
         libtoolize: copying file './ltmain.sh'
         libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
         libtoolize: and rerunning libtoolize and aclocal.
         libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
         configure.ac:22: installing './compile'
         configure.ac:22: installing './config.guess'
         configure.ac:22: installing './config.sub'
         configure.ac:5: installing './install-sh'
         configure.ac:5: installing './missing'
         Makefile.am: installing './depcomp'
         parallel-tests: installing './test-driver'
         + echo Run "./configure ${CONFIGURE_FLAGS} &amp;&amp; make"
         Run "./configure ${CONFIGURE_FLAGS} &amp;&amp; make"

Address the three lines:

         libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
         libtoolize: and rerunning libtoolize and aclocal.
         libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Change-Id: I0e4b4318ff5cd3775455e7c7514609060375f24d
Signed-off-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;
</content>
</entry>
</feed>
