Re: custom configure options

2001-07-11 Thread Tim Van Holder
> 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

custom configure options

2001-07-10 Thread László Kovács
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