#
# This file is specific to Carnegie Mellon University's
# software build process
# 
# $Id: SMakefile,v 1.1 2000/03/03 03:41:58 leg Exp $
#

if test ! -x configure; then
  echo autoheader
  autoheader
  echo aclocal -I cmulocal
  aclocal -I cmulocal
  echo autoconf
  autoconf
fi

MAKE=gmake
