diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-09 01:44:32 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-09 01:44:32 +0000 |
commit | 433786b43ae477368983f2d3101abde75bc599c8 (patch) | |
tree | e2369d3175aa9e3b8ef3abf5ebccfe724adb9404 /autoconf/autoconf_2.59.oe | |
parent | 77b4dd0822ab3022401823baffd2b75440ea8a5d (diff) |
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/autoconf_2.59.oe')
-rw-r--r-- | autoconf/autoconf_2.59.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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." |