summaryrefslogtreecommitdiffstats
path: root/recipes-extended/gperf/gperf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/gperf/gperf.inc')
-rw-r--r--recipes-extended/gperf/gperf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/gperf/gperf.inc b/recipes-extended/gperf/gperf.inc
index a8ce230..10738e4 100644
--- a/recipes-extended/gperf/gperf.inc
+++ b/recipes-extended/gperf/gperf.inc
@@ -13,7 +13,7 @@ inherit autotools
13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal 13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal
14EXTRA_AUTORECONF += " -I ${S}" 14EXTRA_AUTORECONF += " -I ${S}"
15 15
16do_configure_prepend() { 16do_configure:prepend() {
17 if [ ! -e ${S}/acinclude.m4 ]; then 17 if [ ! -e ${S}/acinclude.m4 ]; then
18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
19 fi 19 fi