#!/bin/csh -f

# configure file for LINUX by Default
ln -s -f lib/include/e_config_LINUX.h lib/include/e_config.h

if ( `uname -s` == "SunOS" ) then
   ln -s -f lib/include/e_config_SOLARIS.h lib/include/e_config.h
endif

echo "make to build the package"
