diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:55:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:55:10 +0000 |
commit | dfc75d408b9ab582f05b01bb99803609fb4dddc2 (patch) | |
tree | 770bb1d695a776fa4c72625ef8d7fd6d6b245a3c /lisa/lisa_0.2.2.oe | |
parent | f7f28b5d20d04ef02de1e6c4215e7ca3de9fdc83 (diff) |
Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg
Diffstat (limited to 'lisa/lisa_0.2.2.oe')
-rw-r--r-- | lisa/lisa_0.2.2.oe | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisa/lisa_0.2.2.oe b/lisa/lisa_0.2.2.oe index e69de29bb2..06322d0579 100644 --- a/lisa/lisa_0.2.2.oe +++ b/lisa/lisa_0.2.2.oe @@ -0,0 +1,20 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = http://lisa-home.sourceforge.net/src/lisa-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools libtool + +do_configure () { + set -e + rm -f configure.in configure.files acinclude.m4 subdirs + oe_runmake -f admin/Makefile.common configure.in + oe_runmake -f admin/Makefile.common configure.files + cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 + oe_runmake -f admin/Makefile.common subdirs + aclocal -I . -I admin + autoheader + autoconf + oe_runconf +} |