perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Define Macros on the Command Line #13

Closed mfeit-internet2 closed 2 years ago

mfeit-internet2 commented 2 years ago

There needs to be a mechanism for manually passing additional macros (i.e., not anything set up by Unibuild) to anything that depends on the build order. Those macros should be defined in M4 when it's invoked.

The use case here is to enable/disable conditional building of selected dependencies within build-order depending on whether you're developing or building for production.