]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools.bbclass: enable maintainer mode when configuring
authorRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 17:57:44 +0000 (17:57 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 17:57:44 +0000 (17:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3758 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/autotools.bbclass

index f00e307fe124777cb71ff8f26e036695e338e968..733ee81e14df26f18368f98001981b6b245231ef 100644 (file)
@@ -55,6 +55,7 @@ oe_runconf () {
                    --oldincludedir=${oldincludedir} \
                    --infodir=${infodir} \
                    --mandir=${mandir} \
+                                --enable-mainainer-mode \
                        ${EXTRA_OECONF} \
                    $@"
                oenote "Running $cfgcmd..."