aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorerich@mine.nu <erich@mine.nu>2004-04-09 01:44:32 +0000
committererich@mine.nu <erich@mine.nu>2004-04-09 01:44:32 +0000
commit433786b43ae477368983f2d3101abde75bc599c8 (patch)
treee2369d3175aa9e3b8ef3abf5ebccfe724adb9404 /autoconf
parent77b4dd0822ab3022401823baffd2b75440ea8a5d (diff)
downloadopenembedded-433786b43ae477368983f2d3101abde75bc599c8.tar.gz
make autoreconf pass --include to aclocal, as kergoth requested, and make autotools.oeclass use autoreconf if it exists, in preference to manually invoking the other tools (patch from pb_)
BKrev: 40760000S5oUCcA_Vk0IgMLErrqF2A
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/autoconf-2.59/autoreconf-include.patch0
-rw-r--r--autoconf/autoconf_2.59.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/autoconf-2.59/autoreconf-include.patch b/autoconf/autoconf-2.59/autoreconf-include.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/autoconf/autoconf-2.59/autoreconf-include.patch
diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe
index 6b3378cb68..b80fe700bf 100644
--- a/autoconf/autoconf_2.59.oe
+++ b/autoconf/autoconf_2.59.oe
@@ -1,5 +1,6 @@
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
- file://${FILESDIR}/program_prefix.patch;patch=1"
+ file://${FILESDIR}/program_prefix.patch;patch=1 \
+ file://${FILESDIR}/autoreconf-include.patch;patch=1"
DESCRIPTION = "A package of M4 macros to produce scripts to \
automatically configure sourcecode."