#!/bin/sh
# $Id: build-emacs,v 1.15 2002/11/30 19:04:10 tol Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" >&4;  exit 0 ; fi
env 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
