diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 00:42:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 00:42:11 +0000 |
commit | fd47be3d251d607996d750fc971b3207b70261f0 (patch) | |
tree | 3f73290b88b0e93770571c978ace23f501e5d811 /autoconf/autoconf_2.59.oe | |
parent | 56a3993c2e7ad6e18c9778984a882beead7a0e00 (diff) |
Merge http://openembedded.bkbits.net/packages
into odin.(none):/home/kergoth/code/packages
2004/05/14 19:42:06-05:00 (none)!kergoth
Add 'gnu-config' package, which pulls down the current config.guess and config.sub, and also provides a gnu-configize script to install them into an autotools based buildsystem.
BKrev: 40a56763t76JlI0MmUjkgYjMbnL5Wg
Diffstat (limited to 'autoconf/autoconf_2.59.oe')
-rw-r--r-- | autoconf/autoconf_2.59.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe index edca4a953c..ee7f8ddfe9 100644 --- a/autoconf/autoconf_2.59.oe +++ b/autoconf/autoconf_2.59.oe @@ -3,6 +3,7 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ file://${FILESDIR}/autoreconf-include.patch;patch=1 \ file://${FILESDIR}/autoreconf-exclude.patch;patch=1 \ file://${FILESDIR}/autoreconf-foreign.patch;patch=1 \ + file://${FILESDIR}/autoreconf-gnuconfigize.patch;patch=1 \ file://${FILESDIR}/autoconf259-update-configscripts.patch;patch=1 \ file://${FILESDIR}/autoheader-nonfatal-warnings.patch;patch=1" DESCRIPTION = "A package of M4 macros to produce scripts to \ |