<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/devel/autoconf, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-02-07T21:52:35Z</updated>
<entry>
<title>autoconf: update to 2.72</title>
<updated>2024-02-07T21:52:35Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-06T13:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=90d316b4286986192fc38bd064e138c336d8960c'/>
<id>urn:sha1:90d316b4286986192fc38bd064e138c336d8960c</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>devel/autoconf: assign PKG_LICENSE_FILES</title>
<updated>2024-02-05T19:24:54Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-05T07:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9acff9cd6b635133be1389aebfb54d9f0b3a36ad'/>
<id>urn:sha1:9acff9cd6b635133be1389aebfb54d9f0b3a36ad</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>autoconf: fix shebang</title>
<updated>2021-09-12T17:57:29Z</updated>
<author>
<name>Ren Zongjia</name>
</author>
<published>2021-09-12T09:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=72f3dfcb0e1c2acb225d282c6968e42852df6cef'/>
<id>urn:sha1:72f3dfcb0e1c2acb225d282c6968e42852df6cef</id>
<content type='text'>
Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.

resolve openwrt/packages#16604

Signed-off-by: Ren Zongjia &lt;acooler15@foxmail.com&gt;
</content>
</entry>
<entry>
<title>autoconf: update to 2.70</title>
<updated>2020-12-14T00:16:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-12T07:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bf2402503b4f1b34845bc224c26bd7b4fed8a4ad'/>
<id>urn:sha1:bf2402503b4f1b34845bc224c26bd7b4fed8a4ad</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>autoconf: prevent emacs detection and usage during compile</title>
<updated>2016-10-27T15:31:41Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2016-10-26T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=93ed17cdedc3af673e396bdf788648dbbc42c76b'/>
<id>urn:sha1:93ed17cdedc3af673e396bdf788648dbbc42c76b</id>
<content type='text'>
The LEDE buildbots currently fail to build the package since there seems
to be a problem with the emacs installed on the buildbot(s) (e.g. [1]):

-snip-
Making all in emacs
make[7]: Entering directory `/opt/buildbot/slaves/lede-slave-tah/x86_64/build/sdk/build_dir/target-x86_64_musl-1.1.15/autoconf-2.69/lib/emacs'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
      set x; \
      list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
        if test -f "$p"; then d=; else d="./"; fi; \
        set x "$@" "$d$p"; shift; \
      done; \
      shift; \
      EMACS="emacs" /bin/bash ../../build-aux/elisp-comp "$@" || exit 1; \
    else : ; fi
4;1H; last errno 10)
No buffers needed saving: you didn't lose any work.
mv: cannot stat '*.elc': No such file or directory
make[7]: *** [elc-stamp] Error 1
-snap-

So let's disable the emacs usage - the resulting artifacts are not
packaged at the moment at all.

[1] https://downloads.lede-project.org/snapshots/faillogs/x86_64/packages/autoconf/compile.txt

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
Acked-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>autoconf: don't rely on STAGING_DIR_HOST</title>
<updated>2016-10-16T15:48:15Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2016-10-03T12:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9e170ba2c0ef4cb6509420577f184985e2c2bd60'/>
<id>urn:sha1:9e170ba2c0ef4cb6509420577f184985e2c2bd60</id>
<content type='text'>
We can just set M4 in the configure command instead of fixing up the paths
using sed afterwards. This makes the build more robust (and we're currently
preparing a change of the host staging dirs in LEDE that might break this
otherwise).

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>autoconf: switch to xz tarball</title>
<updated>2016-10-01T21:07:26Z</updated>
<author>
<name>diizzyy</name>
</author>
<published>2016-10-01T21:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5f91b00fb38355cc0402b3bc7a1336d74483751b'/>
<id>urn:sha1:5f91b00fb38355cc0402b3bc7a1336d74483751b</id>
<content type='text'>
Switch to xz tarball

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;</content>
</entry>
<entry>
<title>devel/autoconf: add new package (closes #2190)</title>
<updated>2015-12-27T11:24:33Z</updated>
<author>
<name>Heinrich Schuchardt</name>
</author>
<published>2015-12-26T23:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0f1abd63f8c7edb0a1938b901c3a00aa45eb1455'/>
<id>urn:sha1:0f1abd63f8c7edb0a1938b901c3a00aa45eb1455</id>
<content type='text'>
This patch provides package autoconf.

Autoconf is required to generated the configure script of autotools
projects.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;

[Fixed commit summary (first line of commit message)]

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
