summaryrefslogtreecommitdiff
path: root/custom/prog_gm4
blob: e82dc559bf2076ee9126583c08c4dbca8f7b2a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

############################################################
# Copyright (c) 2009 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
############################################################

LC_ALL=C
export LC_ALL

pathpart=' ' # fake
. mkc_check_common.sh

find_n_match gm4 --version 'gnu m4'
find_n_match  m4 --version 'gnu m4'

echo ''