#!/bin/sh
#
# getMotifX11SupportLibs - return the args for linking in the libraries
# needed to support Motif(Mrm/Xm) and Xt/X11.
#


# This script must be overriden by a platform dependent one.

echo "WARNING: This script will NOT work. If you get this message you"
echo "need to create a getMotifX11SupportLibs script for your system!!!"
echo ""
echo "Please read doc/Configure for more details"

abortScript

exit -1
