Andreas Fink wrote: > > On Vendredi, juin 20, 2003, at 01:49 Uhr, Stipe Tolj wrote: > > Hi list, > > I'm fidling arround with a modified configure/make process to allow > adding new add-on boxes (ie. smppbox) to the build. > > I come up with --with-box[=NAME] inside configure.in and this works, > even while this is really an un-nice hack ;) > > Unfortunatly I can't give more then one --with-box statement to > configure. Can anyone give me a good hint or example code on how to > implement --with-foobar=1 --with-foobar=2 ... inside M4 macro code for > confifure.in??? > > why not add --with-smppbox and --with-myotherbox?
because that would require always a change inside the core module "gateway" to have an "external" box docked to it. I prefer an abstracted --with-box=foobar and configure of gateway should be inteligent enough to handle the rest abstractly. Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG Vogelsanger Weg 80 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
