diff setup.py @ 238:832e64330c31

Add a `<c:configure>` recipe command for running configure scripts. Closes #57.
author cmlenz
date Sat, 01 Oct 2005 22:17:46 +0000
parents 25f84dd9f159
children 24e91cbae6e0
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@
         'bitten.recipe_commands': [
             NS + 'sh#exec = bitten.build.shtools:exec_',
             NS + 'sh#pipe = bitten.build.shtools:pipe',
+            NS + 'c#configure = bitten.build.ctools:configure',
             NS + 'c#make = bitten.build.ctools:make',
             NS + 'python#distutils = bitten.build.pythontools:distutils',
             NS + 'python#exec = bitten.build.pythontools:exec_',
Copyright (C) 2012-2017 Edgewall Software