diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 17:57:44 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 17:57:44 +0000 |
commit | c48757beab1ff4eab6b57d492241d46c59854071 (patch) | |
tree | 5a2bc6e8766171951d6741ce78d53cf74836f7b0 | |
parent | 98320132b2b6908a3c6b63c6765332ff3c62142f (diff) | |
download | openembedded-core-c48757beab1ff4eab6b57d492241d46c59854071.tar.gz openembedded-core-c48757beab1ff4eab6b57d492241d46c59854071.tar.bz2 openembedded-core-c48757beab1ff4eab6b57d492241d46c59854071.tar.xz openembedded-core-c48757beab1ff4eab6b57d492241d46c59854071.zip |
autotools.bbclass: enable maintainer mode when configuring
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3758 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/autotools.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index f00e307fe..733ee81e1 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -55,6 +55,7 @@ oe_runconf () { --oldincludedir=${oldincludedir} \ --infodir=${infodir} \ --mandir=${mandir} \ + --enable-mainainer-mode \ ${EXTRA_OECONF} \ $@" oenote "Running $cfgcmd..." |