<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 23, 2013 at 10:46 AM, Аl Воgnеr <span dir="ltr"><<a href="mailto:sane-ml@corr.eu.org" target="_blank">sane-ml@corr.eu.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I compiled sane from git as mentioned below. Can I ignore the messages<br>
with autoreconf?<br>
 <br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
$ cd /install/linuxins/sane-git/src/<br>
<br>
$ git clone git://<a href="http://git.debian.org/sane/sane-backends.git" target="_blank">git.debian.org/sane/sane-backends.git</a><br>
<br>
$ cd /install/linuxins/sane-git/src/sane-backends/<br></blockquote><div><br></div><div>Because all the autofoo files are committed to git, after the clone you should be able to skip all the next steps and jump straight to the ./configure step.  You only need to do these steps with warnings if you mess with <a href="http://configure.in">configure.in</a> or Makefile.am's.<br>
 <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
$ autoconf<br>
aclocal.m4:17: warning: this file was generated for autoconf 2.69.<br>
You have another version of autoconf.  It may work, but is not<br>
guaranteed to. If you have problems, you may need to regenerate the<br>
build system entirely. To do so, use the procedure documented by the<br>
package, typically 'autoreconf'.<br></blockquote><div><br></div><div>"autoreconf" is same as running both autoconf and automake so you shouldn't be doing all three commands.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
$ autoreconf<br>
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.<br>
backend/Makefile.am:52: `%'-style pattern rules are a GNU make extension<br>
po/Makefile.am:17: shell if test -r $(srcdir: non-POSIX variable name<br>
po/Makefile.am:17: (probably a GNU make extension)<br>
po/Makefile.am:18: shell if test -r $(srcdir: non-POSIX variable name<br>
po/Makefile.am:18: (probably a GNU make extension)<br>
po/Makefile.am:20: shell LINGUAS="$(PO_LINGUAS: non-POSIX variable name<br>
po/Makefile.am:20: (probably a GNU make extension)<br>
po/Makefile.am:21: shell LINGUAS="$(PO_LINGUAS: non-POSIX variable name<br>
po/Makefile.am:21: (probably a GNU make extension)<br>
tools/Makefile.am:62: wildcard ${top_srcdir}/doc/descriptions/*.desc:<br>
non-POSIX variable name tools/Makefile.am:62: (probably a GNU make<br>
extension) tools/Makefile.am:62: wildcard<br>
${top_srcdir}/doc/descriptions-external/*.desc: non-POSIX variable name<br>
tools/Makefile.am:62: (probably a GNU make extension)<br>
tools/Makefile.am:66: wildcard ${top_srcdir}/doc/descriptions/*.desc:<br>
non-POSIX variable name tools/Makefile.am:66: (probably a GNU make<br>
extension) tools/Makefile.am:66: wildcard<br>
${top_srcdir}/doc/descriptions-external/*.desc: non-POSIX variable name<br>
tools/Makefile.am:66: (probably a GNU make extension)<br>
tools/Makefile.am:70: wildcard ${top_srcdir}/doc/descriptions/*.desc:<br>
non-POSIX variable name tools/Makefile.am:70: (probably a GNU make<br>
extension) tools/Makefile.am:70: wildcard<br>
${top_srcdir}/doc/descriptions-external/*.desc: non-POSIX variable name<br>
tools/Makefile.am:70: (probably a GNU make extension)<br>
tools/Makefile.am:74: wildcard ${top_srcdir}/doc/descriptions/*.desc:<br>
non-POSIX variable name tools/Makefile.am:74: (probably a GNU make<br>
extension) tools/Makefile.am:74: wildcard<br>
${top_srcdir}/doc/descriptions-external/*.desc: non-POSIX variable name<br>
tools/Makefile.am:74: (probably a GNU make extension)<br></blockquote><div><br></div><div>Yes, all these warnings are currently expected upon a successful run of autoreconf command.  So it looked like this works for you if you do need to modify autofoo related files.<br>
<br></div><div>Chris<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
$ autoconf<br>
<br>
$ automake <br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
# Test<br>
# $BACKENDS="pixma" ./configure<br>
# -> The following backends will be built:<br>
# pixma<br>
<br>
$ ./configure<br>
<br>
$ make<br>
<br>
su -<br>
<br>
cd /install/linuxins/sane-git/src/sane-backend<br>
<br>
make install<br>
<br>
--<br>
Αl<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
sane-devel mailing list: <a href="mailto:sane-devel@lists.alioth.debian.org">sane-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel</a><br>
Unsubscribe: Send mail with subject "unsubscribe your_password"<br>
             to <a href="mailto:sane-devel-request@lists.alioth.debian.org">sane-devel-request@lists.alioth.debian.org</a></font></span></blockquote></div><br></div></div>