The extension which caused the breakage was a custom extension, but it was
built initially with ext_skel. I think either I did something screwy when I
fixed up the config.m4 file (I've noticed that the file does indeed use
'$something == "yes"', rather than the current method, which is '$somet
On Wed, 13 Mar 2002, J Smith wrote:
>
> That seemed to do the trick. configure was rebuilt fine, although there was
> a slight problem with new extensions built using ext_skel. (Specifically, a
> few tests added to configure used a line like
>
> if test $something == "yes" ; then
>
> Which c
That seemed to do the trick. configure was rebuilt fine, although there was
a slight problem with new extensions built using ext_skel. (Specifically, a
few tests added to configure used a line like
if test $something == "yes" ; then
Which causes errors like "unexpected token ==" or something,
On Tue, Mar 12, 2002 at 06:33:34PM -0500, J Smith wrote:
> This is the first time I've tried installing on Solaris, so maybe I'm way
> off, but anyways...
>
> Here's how things look:
>
> # ./buildconf
> rebuilding configure
> configure.in:124: warning: AC_PROG_LEX invoked multiple times
> rebu