diff options
Diffstat (limited to 'recipes-extended/gperf/gperf.inc')
-rw-r--r-- | recipes-extended/gperf/gperf.inc | 2 |
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 |
14 | EXTRA_AUTORECONF += " -I ${S}" | 14 | EXTRA_AUTORECONF += " -I ${S}" |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_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 |