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

Regards,
Mikhael.

-- 
Dan Espen
444 Hoes Lane  Room RRC 1C-214           E-mail: [EMAIL PROTECTED]
Piscataway, NJ 08854                     Phone: (732) 699-5570
--
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