#!/bin/sh
# $Id: build-emacs-j,v 1.9 2003/02/14 15:50:33 tol Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" >&4;  exit 0 ; fi
env MAKEFLAGS="-j 4" CONFIGURE_ARGS="--without-x" $SHELL $SHELLVERBOSE $srcdir/generic-build $AFSROOT/stacken.kth.se/ftp/pub/gnu/emacs/emacs-21.2.tar.gz emacs-21.2
