Overview
Comment:Sorted out the non-gnu
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 97808b86baba537f9e1e188872f5f08122de9f5b14297bf8030e7d12e2decb15
User & Date: gawthrop@users.sourceforge.net on 2000-11-13 21:40:26.000
Other Links: branch diff | manifest | tags
Context
2000-11-15
10:56:45
Added state tex check-in: 930d5e76e8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-11-13
21:40:26
Sorted out the non-gnu check-in: 97808b86ba user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-11-12
17:18:30
Changed ' to " check-in: 72b11d5521 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20

21
22

23

24
25
26
27



28

29
30
31
32


33


34



35










36
37
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30



31
32
33
34
35
36
37
38

39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60







+
+
+




+


+

+

-
-
-
+
+
+

+



-
+
+

+
+

+
+
+

+
+
+
+
+
+
+
+
+
+


# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## 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 awk
mtt_version basename
mtt_version cat
#mtt_version echo
mtt_version gcc
#mtt_version gnuplot
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 sh
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 ]