blob: c3ccacd329b60f56546c69c6ec7cb17a665cfd7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 "
|