>>>>> "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: #!/bin/zsh VERSION=snap-`/bin/date +%Y%m%d`; SNAPDIR=/usr/local/sina-ftp/pub/fvwm/devel/snapshots; TMPF=/tmp/fvwm.snap.$$ rm -f $TMPF cd ~/fvwm /usr/bin/cvs -q update -dPA >> $TMPF 2>&1 && \ /usr/bin/automake --add-missing >> $TMPF 2>&1 && \ /usr/bin/autoreconf >> $TMPF 2>&1 && \ ./configure >> $TMPF 2>&1 && \ /usr/bin/make -k >> $TMPF 2>&1 && \ /usr/bin/make dist VERSION=$VERSION >> $TMPF 2>&1 && \ mv fvwm-$VERSION.tar.gz $SNAPDIR >> $TMPF 2>&1 && \ cp -p ChangeLog NEWS $SNAPDIR >> $TMPF 2>&1 if [ ! -f $SNAPDIR/fvwm-$VERSION.tar.gz ]; then mail -s "Problems building $VERSION" fvwm-workers@fvwm.org < $TMPF; fi rm $TMPF - J< -- 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]