diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 06:38:58 +0000 |
commit | 8925b1cf39a96675561800611acaeb264d90ccf4 (patch) | |
tree | ba98ea3474c5555314b242b1d50d6e608f43cbfd /pth | |
parent | 08762779003e940a20e98b41c5873daf36d16465 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into hyperion.(none):/home/kergoth/code/projects/packages
2004/05/15 01:35:03-05:00 (none)!kergoth
Call out gnu-configize manually on the builds that bypass autoreconf.
BKrev: 40a5bb02CQgTEe7Hrzks5EpjXWGTiQ
Diffstat (limited to 'pth')
-rw-r--r-- | pth/pth_2.0.0.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pth/pth_2.0.0.oe b/pth/pth_2.0.0.oe index 128ad44455..d934c10cfa 100644 --- a/pth/pth_2.0.0.oe +++ b/pth/pth_2.0.0.oe @@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.ossp.org/pkg/lib/pth/pth-${PV}.tar.gz" inherit autotools do_configure() { + gnu-configize oe_runconf } |