summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/sudo/sudo.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index babea37c38..7721cd57a1 100644
--- a/meta/recipes-extended/sudo/sudo.inc
+++ b/meta/recipes-extended/sudo/sudo.inc
@@ -16,8 +16,8 @@ inherit autotools
16EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" 16EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor"
17 17
18do_configure_prepend () { 18do_configure_prepend () {
19 if [ ! -e acinclude.m4 ]; then 19 if [ ! -e ${S}/acinclude.m4 ]; then
20 cat aclocal.m4 > acinclude.m4 20 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
21 fi 21 fi
22} 22}
23 23