"S. Anderson" <[EMAIL PROTECTED]> writes:
> On Thu, Feb 28, 2002 at 09:04:05AM -0500, Dan Espen wrote:
> > Jason L Tibbitts III <[EMAIL PROTECTED]> writes:
> > > >>>>> "MG" == Mikhael Goikhman <[EMAIL PROTECTED]> writes:
> > > 
> > > MG> It should be "autoreconf; automake", so the first automake may not
> > > MG> help. Or maybe "aclocal; automake; autoconf; autoheader".
> > > 
> > > Do I need to change how snapshots are built?  This looks like what
> > > caused this morning's failure.  The current script is:
> > > 
> > > /usr/bin/automake --add-missing             >> $TMPF 2>&1 && \
> > > /usr/bin/autoreconf                         >> $TMPF 2>&1 && \
> > 
> > Jason, I think you might have missed Mikhael's answer.
> > 
> > At least for me, it showed up as an attachment I couldn't extract.
> > 
> > Heres his answer:
> > 
> > Yes, of course, this is incorrect when acinclude.m4 is changed.
> > I believe that switching of these lines should be enough.
> > 
> > But if you really want to be sure, add aclocal without parameters:
> > 
> >   aclocal
> >   automake -a
> >   autoreconf
> > 
> 
> I was wondering. Would you guys would consider adding a bootstrap
> script for cvs, something similar to the above like:
> 
> #!/bin/sh
> aclocal
> automake -a
> autoreconf
> 
> This would save me from having to remember so much :-)

utils/configure_dev.sh

Its missing the aclocal right now, but someone might add it.
It also invokes configure without args, but you might find that
acceptable.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
444 Hoes Lane  Room RRC 1C-214      Phone: (732) 699-5570
Piscataway, NJ 08854
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to