6 Sep
2013
6 Sep
'13
4:09 p.m.
Bill Schoolfield wrote:
I placed config.h.in, configure, configure.in, Makefile.in, and rlm_billmax.c, then did <rootdir>./configure; gmake but the new module was ignored (not built out).
What am I missing?
$ ./configure --with-experimental-modules Or, edit Make.inc. Look at the bottom. It has a list of modules to build. Add yours, and that's it. No need to re-configure. Alan DeKok.