blob: 53733a90f87dad82dc6232bf09c57bd7bef9ac30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require autoconf.inc
PR = "${INC_PR}.1"
PARALLEL_MAKE = ""
SRC_URI += "file://autoreconf-include.patch;patch=1 \
file://autoreconf-exclude.patch;patch=1 \
file://autoreconf-foreign.patch;patch=1 \
file://autoreconf-gnuconfigize.patch;patch=1 \
file://autoheader-nonfatal-warnings.patch;patch=1 \
file://config-site.patch;patch=1 \
file://autoconf-dont-execute-perl.patch;patch=1 \
"
|