Re: Is this a bug in autoheader?

2000-04-18 Thread Akim Demaille
| > "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: | Mo> autoheader does not seem to pick up this HAVE statement. | | You need to put a #undef for the define in acconfig.h. | Autoheader ought to tell you this. I'm not sure why it doesn't -- | perhaps a bug in the cvs autoheader. It is. The

Setting the shell in configure

2000-04-18 Thread Wilbur Johnson
What is the best way to set the execution shell for my configure script. I would like to override /bin/sh. Something in configure.in or more universal? wrj