summaryrefslogtreecommitdiff
path: root/ncurses
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 06:38:58 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 06:38:58 +0000
commit8925b1cf39a96675561800611acaeb264d90ccf4 (patch)
treeba98ea3474c5555314b242b1d50d6e608f43cbfd /ncurses
parent08762779003e940a20e98b41c5873daf36d16465 (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 'ncurses')
-rw-r--r--ncurses/ncurses_5.3.oe1
-rw-r--r--ncurses/ncurses_5.4.oe1
2 files changed, 2 insertions, 0 deletions
diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe
index 45ef19f116..8a5adc14cd 100644
--- a/ncurses/ncurses_5.3.oe
+++ b/ncurses/ncurses_5.3.oe
@@ -41,6 +41,7 @@ do_configure_prepend () {
do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
+ gnu-configize
oe_runconf
}
diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe
index 1bea072f70..2ad49cffa3 100644
--- a/ncurses/ncurses_5.4.oe
+++ b/ncurses/ncurses_5.4.oe
@@ -34,6 +34,7 @@ do_configure_prepend () {
do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
+ gnu-configize
oe_runconf
}