<div dir="ltr"><div>When I run autogen, I get these warnings:</div><div><br></div><div>pkg-shadow# ./autogen.sh</div><div>...</div><div>libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to <a href="http://configure.in">configure.in</a> and</div>
<div>...</div><div>libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.<br></div><div>...</div><div><br></div><div>They can be fixed by this patch:</div><div><br></div><div><br></div><div><div>diff --git a/Makefile.am b/Makefile.am</div>
<div>index 7492f07..b40e925 100644</div><div>--- a/Makefile.am</div><div>+++ b/Makefile.am</div><div>@@ -4,5 +4,7 @@ EXTRA_DIST = NEWS README TODO <a href="http://shadow.spec.in">shadow.spec.in</a></div><div> </div><div> AUTOMAKE_OPTIONS = 1.5 dist-bzip2 foreign</div>
<div> </div><div>+ACLOCAL_AMFLAGS = -I m4</div><div>+</div><div> SUBDIRS = po man libmisc lib src \</div><div>        contrib doc etc</div><div>diff --git a/<a href="http://configure.in">configure.in</a> b/<a href="http://configure.in">configure.in</a></div>
<div>index 1a3f841..b6c2026 100644</div><div>--- a/<a href="http://configure.in">configure.in</a></div><div>+++ b/<a href="http://configure.in">configure.in</a></div><div>@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.</div>
<div> AC_INIT</div><div> AM_INIT_AUTOMAKE(shadow, 4.2)</div><div> AC_CONFIG_HEADERS([config.h])</div><div>+AC_CONFIG_MACRO_DIR([m4])</div><div> </div><div> dnl Some hacks...</div><div> test "$prefix" = "NONE" && prefix="/usr"</div>
</div><div><br></div><div><br></div><div>I am not really at home with autotools suite, so I do not know what impact will this have on other platforms.</div><div><br></div><div>b.</div><div><br></div><div><br></div><div><div dir="ltr">
<div><br></div>--<br>Boštjan Škufca<br>Teon d.o.o. | <a href="http://teon.si" target="_blank">http://teon.si</a><br><div><br></div></div></div>
</div>