support new autogen option of auto-debuild
[mass-build.git] / build_system.py
index 1697dc63813d326b9855a2a7a41dc98c3f5d1909..d761f998ac162222fa080db6ee00116cab4be8d6 100644 (file)
@@ -105,7 +105,7 @@ try:
                        for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'withSIP', 'binarySkipFiles', 'binaryInstallFiles',
                                        'buildDepends', 'binaryDepends', 'binaryShims', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks',
                                        'binaryReplaces', 'binaryBreaksReplaces',
                        for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'withSIP', 'binarySkipFiles', 'binaryInstallFiles',
                                        'buildDepends', 'binaryDepends', 'binaryShims', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks',
                                        'binaryReplaces', 'binaryBreaksReplaces',
-                                       'alternatives', 'cmakeParameters', 'automakeParameters'):
+                                       'alternatives', 'cmakeParameters', 'automakeParameters', 'autogen'):
                                if option in self.config:
                                        autoDebuildConfig[option] = self.config[option]
                        # create Debian files
                                if option in self.config:
                                        autoDebuildConfig[option] = self.config[option]
                        # create Debian files