diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-04 17:49:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-04 17:49:42 +0000 |
commit | c742b3485b64edbd7d1ad41773f8029fe8681e44 (patch) | |
tree | e24ca5b2d416f710ae9694bb540228881597726b /guile/guile_1.6.4.oe | |
parent | 493b10222886a1d47ea2a055f259f56f6edb818c (diff) |
Fix -p value for configure patch in guile, and add a call to AC_CONFIG_AUX_DIR
to remove the necessity of the manual libtoolize calls.
BKrev: 40c0b636lUIRIa8nmOxYRs7Ma5yWww
Diffstat (limited to 'guile/guile_1.6.4.oe')
-rw-r--r-- | guile/guile_1.6.4.oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/guile/guile_1.6.4.oe b/guile/guile_1.6.4.oe index f0c66adf2b..ef2024124c 100644 --- a/guile/guile_1.6.4.oe +++ b/guile/guile_1.6.4.oe @@ -7,11 +7,6 @@ inherit autotools acpaths = "-I ${S}/guile-config" -do_configure_prepend() { - libtoolize --force - (cd guile-readline; libtoolize --force) -} - do_compile() { (cd libguile; oe_runmake CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" guile_filter_doc_snarfage) oe_runmake preinstguile="`which guile`" |