#!/bin/sh
if test -e "/usr/bin/wish"; then
 /usr/bin/wish ./xconfig
else
 echo "Can't find /usr/bin/wish to run graphical setup"
 echo "You will have to compile GXedit by hand:"
 echo ""
 echo "Edit config.h to define values"
 echo "Type make gxedit"
fi
