bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m4sugar


From: Joel E. Denny
Subject: Re: m4sugar
Date: Sat, 11 Feb 2006 00:15:54 -0500 (EST)

On Fri, 10 Feb 2006, Bob Rossi wrote:

> One thing to note, after I did a fresh checkout, then run ./bootstrap I
> got the configure files. I moved into another directory and typed
> ../bison/configure --prefix=/foo and that worked fine. Finally, I typed
> 'make', and I got this:
> 
>     $ make -s
>     cd ../bison && /bin/sh /home/bob/cvs/bison/bison/build-aux/missing --run 
> automake-1.9 --gnu
>     running /bin/sh ../bison/configure  --prefix=/home/bob/cvs/bison/target  
> --no-create --no-recursion
>     checking for a BSD-compatible install... /usr/bin/install -c
>     checking whether build environment is sane... yes
>     checking for gawk... no
> 
> This may be normal, but it seems slightly incorrect. I believe the
> configure stuff should already be done at this point.

In "bootstrap" it says:

  # We don't need intl, so remove it.
  # Remove aclocal.m4 too, so that it gets rebuilt.

"aclocal.m4" is a dependency for "configure".

I've never had much motivation to try to understand Bison's bootstrap 
script, so I'll leave it up to someone else to explain why "aclocal.m4" 
needs to be rebuilt.  In the meantime, I wouldn't worry about it.

Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]