#!/bin/csh
source ../../env.cfg
set MODE = "echo"
if ($1 == "-q") then
set MODE = "quiet"
shift
endif
if ("$1" == "" || "$2" == "") then
echo Usage:
echo " run {-q} programVersion
#!/bin/csh
source ../../env.cfg
set MODE = "echo"
if ($1 == "-q") then
set MODE = "quiet"
shift
endif
if ("$2" == "") then
echo Usage:
echo " run {-q} {argument
#!/bin/csh
#
# Use the fast start (-f) option on the run command so that it doesn't
# read the .cshrc and overwrite the path.
source ../../env.cfg
set MODE = "echo"
if ($1 == "-q") then
set MODE
AC_DEFUN(mfx_CHECK_CROSS,
[
AC_REQUIRE([AC_PROG_CC])
if test "X$cross_compiling" = Xyes; then
if test "X$build" = "X$host"; then
AC_MSG_ERROR([you are cross compiling - please use the \`--host=