diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-15 17:52:54 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-15 17:52:54 +0000 |
commit | a26d8169b97d711cca83b32a511ee614253ef9d6 (patch) | |
tree | 9faea60b6b182a149d95f1c57fec76020993d82f | |
parent | 9e85c08c8e3429048b51d9df3031f47d62470f65 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/05/15 19:52:49+02:00 uni-frankfurt.de!pb_
manually update local copy of libtool.m4
BKrev: 40a658f67sEy3JsaVVKFAzzMZhl7Vw
-rw-r--r-- | gettext/gettext_0.14.1.oe | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe index 7e015a38f3..cac6046055 100644 --- a/gettext/gettext_0.14.1.oe +++ b/gettext/gettext_0.14.1.oe @@ -6,8 +6,13 @@ DESCRIPTION = The GNU internationalization library. SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://${FILESDIR}/gettext-vpath.patch;patch=1;pnum=1" -inherit autotools +inherit autotools acpaths = '-I ${S}/autoconf-lib-link/m4/ \ -I ${S}/gettext-runtime/m4 \ -I ${S}/gettext-tools/m4' + +do_configure_prepend() { + rm -f ${S}/config/m4/libtool.m4 + install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/ +} |