> configure --omfdirs=/opt/share/omf:/usr/share/omf
>
> I couldn't figure out from the docs how to do it. The AC_ARG_ENABLE
> macro looked the closest, but I don't think it is the right one. Or do I
> have to write a macro for this?
Indeed, ARG_ENABLE is not the right one for this type of option
Hi,
I am trying to add some custom options to my configure file. Something
like:
configure --omfdirs=/opt/share/omf:/usr/share/omf
I couldn't figure out from the docs how to do it. The AC_ARG_ENABLE
macro looked the closest, but I don't think it is the right one. Or do I
have to write a macro f