tools: add autoconf-archive
authorKarel Kočí <karel.koci@nic.cz>
Wed, 29 Apr 2020 10:47:58 +0000 (12:47 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 20 May 2020 13:37:16 +0000 (15:37 +0200)
commit3c1d1d4332c7fbaccea01b92b28f6d96f7222492
tree77dbca603838ffa2cacc279a0358a77f2fdb5792
parent1b2fefb244d7d2fd949104e743ff15d01bbe5bb0
tools: add autoconf-archive

Some autotools based build systems are using autoconf-archive scripts
and are expecting them to almost always be available. This is not
required for regular releases as tar balls generated for releases
commonly have existing configure script. This is rather intended to be
used with autotools.mk's autoreconf and in cases it is not always
possible to get release tar ball.

Including this adds little to no overhead in terms of build time as
those are just m4 scripts copied to an appropriate location.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
[fixed From: to match SoB]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
tools/Makefile
tools/autoconf-archive/Makefile [new file with mode: 0644]