aboutsummaryrefslogtreecommitdiffstats
path: root/gawk
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-02 22:16:42 +0000
committerChris Larson <clarson@kergoth.com>2004-01-02 22:16:42 +0000
commitd20d9914ea43abaf0d6c6e9cf18d91faf0431da2 (patch)
treef767068b61d823ccd539bd164a9d6b7987c54370 /gawk
parentc9ba991a3c115f59afea73879ba8ffc8eb13d4a0 (diff)
downloadopenembedded-d20d9914ea43abaf0d6c6e9cf18d91faf0431da2.tar.gz
Various build bugfixes, as spotted in my recent oemake run.
BKrev: 3ff5edcaWEB85eU9ztdxwMRHWdMo1A
Diffstat (limited to 'gawk')
-rw-r--r--gawk/gawk_3.0.4.oe4
1 files changed, 4 insertions, 0 deletions
diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe
index 4690c154b6..9cd95ec7eb 100644
--- a/gawk/gawk_3.0.4.oe
+++ b/gawk/gawk_3.0.4.oe
@@ -9,6 +9,10 @@ inherit autotools
EXTRA_OEMAKE = "'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}/man1' 'infodir=${D}/${datadir}/info' \
'libexecdir=${D}/${libexecdir}' 'datadir=${D}/${datadir}/awk'"
+do_configure_prepend () {
+ mv aclocal.m4 acinclude.m4
+}
+
do_install_append () {
rm -f ${D}/${bindir}/gawk-*
}