Trying to add --with-regex to configure.in

Jeremy Allison jallison at cthulhu.engr.sgi.com
Wed Feb 24 23:20:00 GMT 1999


Richard Sharpe wrote:
> 
> Hi,
> 
> >I am trying to add --with-regex support to configure.in
> >
> >It does an AC_DEFINE(HAVE_REGEX), and code gets into configure to #define
> >WITH_REGEX, but nothing gets into include/config.h.
> >
> >In fact, configure tells me it is unchanged.
> >
> >What have I missed?
> 
> Arrgh, found it, include/config.h.in ... :-(

Richard - don't modify this directly - it's an auto
genetated file. Use :

autoheader

followed by :

autoconf

Jeremy.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------


More information about the samba-technical mailing list