<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches">
    <title>gmane.comp.sysutils.autoconf.patches</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8273"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8272"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8271"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8270"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8289">
    <title>Re: [PATCH v2 00/17] Convert the autoconf build system tonon-recursive make</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8289</link>
    <description>&lt;pre&gt;OK, I've pushed my series then.

Thanks,
  Stefano


&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-07T09:32:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8288">
    <title>Re: [PATCH v2 00/17] Convert the autoconf build system tonon-recursive make</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8288</link>
    <description>&lt;pre&gt;
Thanks, looks good.  I'd just apply it.  The autoconf tests
right now have a lot of problems on non-GNU/Linux hosts.
I don't think these changes will make things much worse;
when we get around to releasing the next Autoconf we can
look into those problems and fix them then.


&lt;/pre&gt;</description>
    <dc:creator>Paul Eggert</dc:creator>
    <dc:date>2013-05-06T18:44:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8287">
    <title>[PATCH v2 15/17] build: no more recursion for 'tests' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8287</link>
    <description>&lt;pre&gt;* Makefile.am (SUBDIRS): Drop 'tests'.  Adjust comments.
(DISTCLEANFILES, MAINTAINERCLEANFILES): Define to empty, to be
updated later.
(MAINTAINERCLEANFILES): Adjust later definition to use '+='
rather than '='.
($(srcdir)/tests/local.mk): Include this.
* configure.ac (AC_CONFIG_FILES): Drop 'tests/Makefile'.
* lib/freeze.mk ($(AUTOM4TE_CFG)): Drop now-redundant remake rule.
($(build_libdir)/m4sugar/version.m4): Likewise.
* tests/Makefile.am: Rename ...
* tests/local.mk: ... like this, and adjust (quite heavily).
* tests/mktests.sh: Adjust to generate output files and temporary
files in the tests subdirectory rather than in the current
directory.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Makefile.am                     |   8 +-
 configure.ac                    |   2 +-
 lib/freeze.mk                   |   8 +-
 tests/{Makefile.am =&amp;gt; local.mk} | 163 ++++++++++++++++++++++------------------
 tests/mktests.sh                |  32 ++++----
 5 files changed, 115 insertions(+), 98 deleti&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8286">
    <title>[PATCH v2 17/17] build: remove refs to obsolescent 'mkinstalldir'script and variable</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8286</link>
    <description>&lt;pre&gt;* .gitignore: Here.
* Makefile.am (check-coverage-run): Use $(MKDIR_P) rather than
$(mkinstalldirs).

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 .gitignore  | 1 -
 Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 033b037..3c0d75b 100644
--- a/.gitignore
+++ b/.gitignore
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -53,7 +53,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Makefile.in
 /build-aux/install-sh
 /build-aux/mdate-sh
 /build-aux/missing
-/build-aux/mkinstalldirs
 /config.cache
 /config.log
 /config.status
diff --git a/Makefile.am b/Makefile.am
index e1ec0d2..8f8e7c7 100644
--- a/Makefile.am
+++ b/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -139,7 +139,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PERL_COVERAGE_FLAGS = -MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary
 PERL_COVER = cover
 
 check-coverage-run: all
-$(mkinstalldirs) $(PERL_COVERAGE_DB)
+$(MKDIR_P) $(PERL_COVERAGE_DB)
 PERL5OPT="$(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
 $(MAKE) $(AM_MAKEFLAGS) check
 
&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8285">
    <title>[PATCH v2 16/17] build: remove last make recursion (for subdir 'man')</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8285</link>
    <description>&lt;pre&gt;* Makefile.am (SUBDIRS): Remove (its last component 'man' has just
been removed).
(SUFFIXES): New, defined to empty, to be updated later by included
files.
($(srcdir)/man/local.mk): Include this.
* configure.ac (AC_CONFIG_FILES): Drop 'man/Makefile'.
* lib/freeze.mk (SUFFIXES): Extend with '+=' rather than defining
with '='.
* man/Makefile.am: Rename ...
* man/local.mk: ... like this, and adjust throughout.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Makefile.am                   |  5 ++--
 configure.ac                  |  1 -
 lib/freeze.mk                 |  2 +-
 man/{Makefile.am =&amp;gt; local.mk} | 54 ++++++++++++++++++++++---------------------
 4 files changed, 31 insertions(+), 31 deletions(-)
 rename man/{Makefile.am =&amp;gt; local.mk} (50%)

diff --git a/Makefile.am b/Makefile.am
index fe49c64..e1ec0d2 100644
--- a/Makefile.am
+++ b/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,9 +15,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see &amp;lt;http://www.gnu.&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8284">
    <title>[PATCH v2 14/17] build: fixup: don't define ETAGS_ARGS multiple times</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8284</link>
    <description>&lt;pre&gt;* Makefile.am (ETAGS_ARGS): Define to empty, to be updated later.
* bin/local.mk (ETAGS_ARGS): Append to it, rather than re-defining it.
* lib/local.mk (ETAGS_ARGS): Likewise.  Also, do not bother appending
"--lang=perl" once again, as that is already done in 'bin/local.mk'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Makefile.am  | 3 +++
 bin/local.mk | 2 +-
 lib/local.mk | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c4544bb..047d686 100644
--- a/Makefile.am
+++ b/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21,6 +21,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SUBDIRS = . tests man
 
 ACLOCAL_AMFLAGS = -I m4
 
+## All of these will be incrementally updated later, here or in included
+## makefile fragments.
+ETAGS_ARGS =
 MOSTLYCLEANFILES =
 CLEANFILES =
 
diff --git a/bin/local.mk b/bin/local.mk
index c4ed17f..f3531b6 100644
--- a/bin/local.mk
+++ b/bin/local.mk
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -91,4 +91,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ETAGS_PERL = --lang=perl \
 ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \
   bin/autoconf.in
 
-ETA&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8283">
    <title>[PATCH v2 12/17] build: no more recursion for lib 'subdir'</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8283</link>
    <description>&lt;pre&gt;* Makefile.am (SUBDIRS): Drop 'lib'.
(edit): New, shared among the recipes in 'lib/local.mk' and
'bin/local.mk'.
(CLEANFILES): New, will be updated later in included files.
($(srcdir)/lib/local.mk): Include it.
($(srcdir)/lib/freeze.mk): Likewise.
* lib/Makefile.am: Rename ...
* lib/local.mk: .. like this, with several adjustments.  In
particular ...
(edit): Drop this definition, subsumed by the one in the
top-level Makefile.am.
* bin/local.mk (edit): Drop definition, that is already present
in the top-level Makefile.am now.
($(srcdir)/lib/freeze.mk): Drop inclusion; that is already done
in the top-level Makefile.am now.
* doc/local.mk (CLEANFILES): Adjust: append to it, do not define
it.
* lib/freeze.mk ($(AUTOM4TE_CFG)): Adjust recipe.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Makefile.am                   |  25 +++++++-
 bin/local.mk                  |  21 ------
 configure.ac                  |   2 +-
 doc/local.mk         &lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8282">
    <title>[PATCH v2 13/17] build: avoid repeating the same etags args severaltimes</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8282</link>
    <description>&lt;pre&gt;* lib/local.mk: Here.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 lib/local.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/local.mk b/lib/local.mk
index 36ff484..754e15b 100644
--- a/lib/local.mk
+++ b/lib/local.mk
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,8 +15,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;.
 
+ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
 TAGS_FILES = # Incrementally updated later.
-ETAGS_ARGS = # Likewise.
 
 # Additional checks.
 check-local: check-forbidden-patterns
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -102,7 +102,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; nodist_autoconflib_DATA = lib/autoconf/autoconf.m4f
 CLEANFILES += $(nodist_autoconflib_DATA)
 
 TAGS_FILES += $(dist_autoconflib_DATA)
-ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 
 forbidden_patterns_files += $(dist_autoconflib_DATA)
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -169,7 +168,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; lib/m4sugar/version.m4: Makefile
 mv $&amp;lt; at &amp;gt;-t $&amp;lt; at &amp;gt;
 
 TAGS_FILES += $(dist_m4sugarlib_DATA)
-ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 
 forbidden_patterns_fi&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8281">
    <title>[PATCH v2 10/17] build: no more recursion for 'lib/Autom4te' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8281</link>
    <description>&lt;pre&gt;* lib/Autom4te/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Delete (last component 'Autom4te' has been dropped).
* configure.ac (AC_CONFIG_FILES): Drop 'lib/Autom4te/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac             |  4 +---
 lib/Autom4te/Makefile.am | 37 -------------------------------------
 lib/Makefile.am          | 20 +++++++++++++++++++-
 3 files changed, 20 insertions(+), 41 deletions(-)
 delete mode 100644 lib/Autom4te/Makefile.am

diff --git a/configure.ac b/configure.ac
index f045af9..b3f3fa9 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -206,9 +206,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AC_PROG_MAKE_CASE_SENSITIVE
 dnl Allow maintainer rules under GNU make even in VPATH builds.
 AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
 
-AC_CONFIG_FILES([Makefile
- lib/Makefile lib/Autom4te/Makefile
- ])
+AC_CONFIG_FILES([Makefile lib/Makefile])
 
 AC_OUTPUT
 # Report the state of this version of Autoconf if this is &lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8280">
    <title>[PATCH v2 11/17] build: define RELEASE_YEAR with AC_SUBST</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8280</link>
    <description>&lt;pre&gt;Rather than reading it dynamically from the ChangeLog -- that,
remember, is only a dummy in a Git checkout!  To avoid risking
the definition to get out-of-sync, let's enhance the maintainer
target 'update-copyright' to update it automatically (the same
way it's done in the Automake build system).

* configure.ac (RELEASE_YEAR): New AC_SUBST'd variable.
* cfg.mk (update-release-year): New maintainer-specific target
to automatically update the value of that variable.
(update-copyright): Depend on the new target.
* bin/local.mk (RELEASE_YEAR): Drop definition.
(edit): Simplify quoting of $(RELEASE_YEAR).
* lib/Makefile.am (RELEASE_YEAR): Drop definition.
(m4sugar/version.m4): Simplify quoting of $(RELEASE_YEAR).

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 bin/local.mk    |  6 +-----
 cfg.mk          | 12 ++++++++++++
 configure.ac    |  5 +++++
 lib/Makefile.am |  6 +-----
 4 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/bin/local.mk b/bin/local.mk
index 57983f8..ff7b2c&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8279">
    <title>[PATCH v2 08/17] build: no more recursion for 'lib/m4sugar' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8279</link>
    <description>&lt;pre&gt;* lib/m4sugar/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Drop 'lib/m4sugar'.
Other related adjustments and re-organizations.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/m4sugar/Makefile'.
* lib/freeze.mk ($(build_libdir)/m4sugar/version.m4): Adjust
recipe.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac            |  1 -
 lib/Makefile.am         | 81 ++++++++++++++++++++++++++++++++++++++++++-------
 lib/freeze.mk           |  2 +-
 lib/m4sugar/Makefile.am | 75 ---------------------------------------------
 4 files changed, 71 insertions(+), 88 deletions(-)
 delete mode 100644 lib/m4sugar/Makefile.am

diff --git a/configure.ac b/configure.ac
index 3dac41c..79ff609 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -208,7 +208,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
 
 AC_CONFIG_FILES([Makefile
  lib/Makefile lib/Autom4te/Makefile
- lib/m4sugar/Makefile
  lib/autoconf/Makefile
  ])
 
diff --git&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8278">
    <title>[PATCH v2 09/17] build: no more recursion for' lib/autoconf' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8278</link>
    <description>&lt;pre&gt;* lib/autoconf/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Drop 'autoconf'.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/autoconf/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac             |  1 -
 lib/Makefile.am          | 41 ++++++++++++++++++++++++++++++++++--
 lib/autoconf/Makefile.am | 54 ------------------------------------------------
 3 files changed, 39 insertions(+), 57 deletions(-)
 delete mode 100644 lib/autoconf/Makefile.am

diff --git a/configure.ac b/configure.ac
index 79ff609..f045af9 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -208,7 +208,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
 
 AC_CONFIG_FILES([Makefile
  lib/Makefile lib/Autom4te/Makefile
- lib/autoconf/Makefile
  ])
 
 AC_OUTPUT
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 832693a..5dedc67 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -27,7 +27,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; check-local: check-forbidden-patterns
 for&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8277">
    <title>[PATCH v2 07/17] build: no more recursion for 'lib/autotest' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8277</link>
    <description>&lt;pre&gt;* lib/autotest/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Drop 'autotest'.
Other minor related modifications.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/autotest/Makefile'.
* lib/freeze.mk (MY_AUTOM4TE): Small required adjustments.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac             |  2 +-
 lib/Makefile.am          | 37 ++++++++++++++++++++++++++++++-------
 lib/autotest/Makefile.am | 46 ----------------------------------------------
 lib/freeze.mk            |  3 ++-
 4 files changed, 33 insertions(+), 55 deletions(-)
 delete mode 100644 lib/autotest/Makefile.am

diff --git a/configure.ac b/configure.ac
index eadd366..3dac41c 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -209,7 +209,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
 AC_CONFIG_FILES([Makefile
  lib/Makefile lib/Autom4te/Makefile
  lib/m4sugar/Makefile
- lib/autoconf/Makefile lib/autotest/Makefile
+ lib/autoconf/Makefile
 &lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8276">
    <title>[PATCH v2 06/17] build: no more recursion for 'lib/autoscan' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8276</link>
    <description>&lt;pre&gt;* lib/autoscan/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Drop 'autoscan'.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/autoscan/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac             |  2 +-
 lib/Makefile.am          | 31 +++++++++++++++++++++++++++++--
 lib/autoscan/Makefile.am | 40 ----------------------------------------
 3 files changed, 30 insertions(+), 43 deletions(-)
 delete mode 100644 lib/autoscan/Makefile.am

diff --git a/configure.ac b/configure.ac
index c6aa0c7..eadd366 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -207,7 +207,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; dnl Allow maintainer rules under GNU make even in VPATH builds.
 AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])
 
 AC_CONFIG_FILES([Makefile
- lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile
+ lib/Makefile lib/Autom4te/Makefile
  lib/m4sugar/Makefile
  lib/autoconf/Makefile lib/autotest/Makefile
  ])
diff --git a/lib/Makefile.am b/li&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8275">
    <title>[PATCH v2 03/17] build: no more make recursion for 'doc' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8275</link>
    <description>&lt;pre&gt;* .gitignore: Adjust.
* Makefile.am ($(srcdir)/doc/local.mk): New include.
(SUBDIRS): Drop 'doc'.
(AM_MAKEINFOFLAGS): Rename ...
(custom_MAKEINFOFLAGS): ... like this, to avoid conflicting with
the AM_MAKEINFOFLAGS defined in the included 'doc/local.mk'
($(srcdir)/INSTALL): Adjust recipe.
* doc/Makefile.am: Rename ...
* doc/local.mk: ... like this, and adjust.
* configure.ac (AC_CONFIG_FILES): Drop 'doc/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 .gitignore                    | 35 +++++++++++++++++++++++++++++++----
 Makefile.am                   |  8 +++++---
 configure.ac                  |  2 +-
 doc/{Makefile.am =&amp;gt; local.mk} | 28 +++++++++++++++++++---------
 4 files changed, 56 insertions(+), 17 deletions(-)
 rename doc/{Makefile.am =&amp;gt; local.mk} (64%)

diff --git a/.gitignore b/.gitignore
index b40b90a..033b037 100644
--- a/.gitignore
+++ b/.gitignore
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,9 +1,36 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 *.log
 *.m4f
 *.tmp
+*.AC
+*.ACs
+*.AT
+*.ATs
+*.CA
+*.CAs
+*.MS
+*.MSs
+*.aux
+*.cp
+*.cps
+*.cv
+*&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8274">
    <title>[PATCH v2 05/17] build: no more recursion for 'lib/emacs' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8274</link>
    <description>&lt;pre&gt;* lib/emacs/Makefile.am: Delete, its contents merged ...
* lib/Makefile.am: ... in here, with proper adjustments.
(SUBDIRS): Drop 'emacs'.
* configure.ac (AC_CONFIG_FILES): Drop 'lib/emacs/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 configure.ac          |  1 -
 lib/Makefile.am       | 10 +++++++++-
 lib/emacs/Makefile.am |  3 ---
 3 files changed, 9 insertions(+), 5 deletions(-)
 delete mode 100644 lib/emacs/Makefile.am

diff --git a/configure.ac b/configure.ac
index 1fc00ae..c6aa0c7 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -158,7 +158,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AC_SUBST([PERL_FLOCK], [$ac_cv_perl_flock_implemented])
 ## Emacs.  ##
 ## ------- ##
 
-AC_CONFIG_FILES([lib/emacs/Makefile])
 TEST_EMACS=$EMACS
 test x"$TEST_EMACS" = xt &amp;amp;&amp;amp; TEST_EMACS=
 AC_CHECK_PROGS([TEST_EMACS], [emacs xemacs], [no])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index df1dc9a..23128bb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,7 +15,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # You should have received a copy of the GNU General &lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8273">
    <title>[PATCH v2 01/17] sync: some files from upstream</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8273</link>
    <description>&lt;pre&gt;* build-aux/config.guess: This.
* build-aux/config.sub: And this.
* build-aux/gendocs.sh: And this.
* build-aux/gnupload: And this.
* build-aux/texinfo.tex: And this.
* doc/standards.texi: And this.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 build-aux/config.guess |  25 ++++---
 build-aux/config.sub   |  27 ++++----
 build-aux/gendocs.sh   | 172 ++++++++++++++++++++++++++++++-------------------
 build-aux/gnupload     |  23 ++++---
 build-aux/texinfo.tex  |  50 +++++++-------
 doc/standards.texi     |  19 +++---
 6 files changed, 189 insertions(+), 127 deletions(-)

diff --git a/build-aux/config.guess b/build-aux/config.guess
index 0aee604..2055429 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,10 +1,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011, 2012, 2013 Free Software Foundation, Inc.
+#   Copyr&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8272">
    <title>[PATCH v2 04/17] build: no more make recursion for 'bin' subdir</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8272</link>
    <description>&lt;pre&gt;* Makefile.am (MOSTLYCLEANFILES): New, to be extended later by
included files.
($(srcdir)/doc/local.mk): New include.
(SUBDIRS): Drop 'bin'.  Adjust comments.
* bin/Makefile.am: Rename ...
* bin/local.mk: ... like this, and adjust.
* configure.ac (AC_CONFIG_FILES): Drop 'bin/Makefile'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Makefile.am                   |  6 +++--
 bin/{Makefile.am =&amp;gt; local.mk} | 62 +++++++++++++++++++++++++++----------------
 configure.ac                  |  2 +-
 3 files changed, 44 insertions(+), 26 deletions(-)
 rename bin/{Makefile.am =&amp;gt; local.mk} (72%)

diff --git a/Makefile.am b/Makefile.am
index 757d8bc..697625e 100644
--- a/Makefile.am
+++ b/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,13 +15,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;.
 
-# bin/ must be run first, as it builds executables needed for tests.
 # autom4te uses autotest.m4f to generate 'testsuite', so build tests l&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8271">
    <title>[PATCH v2 02/17] build: don't distribute lib/freeze.mk explicitly</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8271</link>
    <description>&lt;pre&gt;It is automatically distributed by Automake, being included by
other Makefile.am files.

* lib/Makefile.am (EXTRA_DIST): Drop 'freeze.mk'.

Signed-off-by: Stefano Lattarini &amp;lt;stefano.lattarini&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7e30468..df1dc9a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -17,7 +17,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
 nodist_pkgdata_DATA = autom4te.cfg
-EXTRA_DIST = autom4te.in freeze.mk
+EXTRA_DIST = autom4te.in
 
 edit = sed \
 -e 's|&amp;lt; at &amp;gt;SHELL[&amp;lt; at &amp;gt;]|$(SHELL)|g' \
&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8270">
    <title>[PATCH v2 00/17] Convert the autoconf build system to non-recursivemake</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8270</link>
    <description>&lt;pre&gt;Basically, this series is the same as v1 (RFC), but with commit messages
more respecting of the GNU Coding Standards, and extended with a follow-up
patch (the last one) that removes the two usages of the obsolescent
'mkinstalldirs' script and variable.

"make check" and "make distcheck" still passes, both when bootstrapped
with Automake 1.11.6 and with Automake 1.13.1.  The series should be
good to apply, albeit more testing (especially on systems != GNU/Linux)
would be highly appreciated.

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (17):
  sync: some files from upstream
  build: don't distribute lib/freeze.mk explicitly
  build: no more make recursion for 'doc' subdir
  build: no more make recursion for 'bin' subdir
  build: no more recursion for 'lib/emacs' subdir
  build: no more recursion for 'lib/autoscan' subdir
  build: no more recursion for 'lib/autotest' subdir
  build: no more recursion for 'lib/m4sugar' subdir
  build: no more recursion for' lib/autoconf' subdir
  build: no more recursion for &lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T13:21:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8269">
    <title>Re: [RFC] Convert the Autoconf build system to non-recursive make</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/8269</link>
    <description>&lt;pre&gt;Hi Paul, thanks for the quick feedback.

On 05/06/2013 12:42 AM, Paul Eggert wrote:
Glad to hear that.  I've written proper commit messages for all the
patches, and, while at it, added a new follow-up patch that removes
the remaining usages of the obsolete 'mkinstalldirs' script.  I will
soon post the updated versions of the patches in this same thread.

Regards,
  Stefano


&lt;/pre&gt;</description>
    <dc:creator>Stefano Lattarini</dc:creator>
    <dc:date>2013-05-06T12:40:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.sysutils.autoconf.patches">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.sysutils.autoconf.patches</link>
  </textinput>
</rdf:RDF>
