discussion on config wrappers for octopus 14.1
Octopus 14.1 has officially depreciated autotools as the build system. To adapt to this, we should consider:
- adding a message to the wrappers at the beginning to pass
--enable-silent-deprecation
along side the wrappers (source $MPSD_OCTOPUS_WRAPPER --enable-silent-deprecation
) . This cant be added within the wrappers as this flag was only introduced in 14.1 and would break the configure of older octopus - Consider supporting CMake wrappers.