File mttroot/mtt/bin/mtt_versions artifact a20bb12cc7 part of check-in 66bb5feadf


#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: mtt_versions

# P.J.Gawthrop May 1998
# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2000/11/13 21:40:26  peterg
## Sorted out the non-gnu
##
## Revision 1.1  1998/05/28 09:24:41  peterg
## Initial revision
##
###############################################################

echo Versions of mtt and its components on `date`

## gnu standard --version
mtt_version mtt

echo Doing the GNU components
mtt_version gawk
mtt_version basename
mtt_version cat
mtt_version cp
mtt_version dirname
mtt_version gcc
mtt_version grep
mtt_version head
mtt_version make
mtt_version octave
mtt_version sed
mtt_version tail
mtt_version tr

## Non standards
echo Doing the non-GNU components

echo Trying xfig ...
xfig -help 2> mtt_junk; version=`grep Xfig mtt_junk`
echo is OK and has version $version

echo Trying fig2dev ...
fig2dev -h > mtt_junk; version=`grep -i patchlevel mtt_junk`
echo is OK and has version $version

echo Trying reduce ...
reduce >mtt_junk <<EOF
bye;
EOF
version=`grep  REDUCE mtt_junk`
echo is OK and has version $version




MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]