blob: 73c7711683724273ecb41bf86ca2e76d1d821d8c (
plain)
1
2
3
4
5
6
7
|
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
file://program_prefix.patch;patch=1"
DESCRIPTION = "A package of M4 macros to produce scripts to \
automatically configure sourcecode."
SECTION = "devel"
inherit autotools
|