How to force using a module in Gnulib? (expl() on OpenBSD)

2014-04-14 Thread Assaf Gordon
Hello, How do I force using the GnuLib implementation of a module, despite the platform having the function ? Case in point: It seems "expl()" is broken on OpenBSD5.4. Others have noticed the same: http://openbsd.7691.n7.nabble.com/exp-expl-on-Linux-and-OpenBSD-expl-bug-td242556.html But a si

Re: How to force using a module in Gnulib? (expl() on OpenBSD)

2014-04-14 Thread Paul Eggert
Assaf Gordon wrote: How do I force using the GnuLib implementation of a module, despite the platform having the function ? Set the relevant *_cv_* variable in the environment before invoking 'configure'. You can determine its name and value by reading the 'configure' script.