===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hfst-3.15.1/autogen.sh-94-    # extract copyright from header
hfst-3.15.1/autogen.sh:95:    __copyright="`grep Copyright $AUTOGEN_SH | head -${HEAD_N}1 | awk '{print $4}'`"
hfst-3.15.1/autogen.sh-96-    if [ "x$__copyright" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-101-    __id="$Id: autogen.sh,v 1.1 2009/08/31 09:09:11 tpirinen Exp $"
hfst-3.15.1/autogen.sh:102:    __version="`echo $__id | sed 's/.*\([0-9][0-9][0-9][0-9]\)[-\/]\([0-9][0-9]\)[-\/]\([0-9][0-9]\).*/\1\2\3/'`"
hfst-3.15.1/autogen.sh-103-    if [ "x$__version" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-178-    # needed to handle versions like 1.10 and 1.4-p6
hfst-3.15.1/autogen.sh:179:    _min="`echo ${_min}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`"
hfst-3.15.1/autogen.sh:180:    _cur="`echo ${_cur}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`"
hfst-3.15.1/autogen.sh-181-
hfst-3.15.1/autogen.sh:182:    _min_major="`echo $_min | cut -d. -f1`"
hfst-3.15.1/autogen.sh:183:    _min_minor="`echo $_min | cut -d. -f2`"
hfst-3.15.1/autogen.sh:184:    _min_patch="`echo $_min | cut -d. -f3`"
hfst-3.15.1/autogen.sh-185-
hfst-3.15.1/autogen.sh:186:    _cur_major="`echo $_cur | cut -d. -f1`"
hfst-3.15.1/autogen.sh:187:    _cur_minor="`echo $_cur | cut -d. -f2`"
hfst-3.15.1/autogen.sh:188:    _cur_patch="`echo $_cur | cut -d. -f3`"
hfst-3.15.1/autogen.sh-189-
##############################################
hfst-3.15.1/autogen.sh-252-ARGS="$*"
hfst-3.15.1/autogen.sh:253:PATH_TO_AUTOGEN="`dirname $0`"
hfst-3.15.1/autogen.sh:254:NAME_OF_AUTOGEN="`basename $0`"
hfst-3.15.1/autogen.sh-255-AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN"
##############################################
hfst-3.15.1/autogen.sh-389-################################################
hfst-3.15.1/autogen.sh:390:if [ "x`echo $ARGS | sed 's/.*[hH][eE][lL][pP].*/help/'`" = "xhelp" ] ; then
hfst-3.15.1/autogen.sh-391-    HELP=yes
##############################################
hfst-3.15.1/autogen.sh-480-if [ "x$PROJECT" = "x" ] ; then
hfst-3.15.1/autogen.sh:481:    PROJECT="`grep AC_INIT $CONFIGURE | grep -v '.*#.*AC_INIT' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_INIT(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-482-    if [ "x$PROJECT" = "xAC_INIT" ] ; then
hfst-3.15.1/autogen.sh-483-	# projects might be using the older/deprecated arg-less AC_INIT .. look for AM_INIT_AUTOMAKE instead
hfst-3.15.1/autogen.sh:484:	PROJECT="`grep AM_INIT_AUTOMAKE $CONFIGURE | grep -v '.*#.*AM_INIT_AUTOMAKE' | tail -${TAIL_N}1 | sed 's/^[ 	]*AM_INIT_AUTOMAKE(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-485-    fi
##############################################
hfst-3.15.1/autogen.sh-540-else
hfst-3.15.1/autogen.sh:541:    _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
hfst-3.15.1/autogen.sh-542-    if [ "x$_version" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-581-else
hfst-3.15.1/autogen.sh:582:    _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
hfst-3.15.1/autogen.sh-583-    if [ "x$_version" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-622-	    $VERBOSE_ECHO "Checking libtoolize alternate: $tool --version"
hfst-3.15.1/autogen.sh:623:	    _glibtoolize="`$tool --version > /dev/null 2>&1`"
hfst-3.15.1/autogen.sh-624-	    if [ $? = 0 ] ; then
hfst-3.15.1/autogen.sh-625-		$VERBOSE_ECHO "Found $tool --version"
hfst-3.15.1/autogen.sh:626:		_glti="`which $tool`"
hfst-3.15.1/autogen.sh-627-		if [ "x$_glti" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-634-		fi
hfst-3.15.1/autogen.sh:635:		_gltidir="`dirname $_glti`"
hfst-3.15.1/autogen.sh-636-		if [ "x$_gltidir" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-683-else
hfst-3.15.1/autogen.sh:684:    _version="`$LIBTOOLIZE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
hfst-3.15.1/autogen.sh-685-    if [ "x$_version" = "x" ] ; then
##############################################
hfst-3.15.1/autogen.sh-807-    # $VERBOSE_ECHO "Looking for subdirs in `pwd`"
hfst-3.15.1/autogen.sh:808:    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-809-    CHECK_DIRS=""
##############################################
hfst-3.15.1/autogen.sh-846-	    # compare entire content, restore if needed
hfst-3.15.1/autogen.sh:847:	    if test "x`cat COPYING`" != "x`cat COPYING.$$.protect_from_automake.backup`" ; then
hfst-3.15.1/autogen.sh-848-		if test "x$spacer" = "xno" ; then
##############################################
hfst-3.15.1/autogen.sh-872-	    # compare entire content, restore if needed
hfst-3.15.1/autogen.sh:873:	    if test "x`cat INSTALL`" != "x`cat INSTALL.$$.protect_from_automake.backup`" ; then
hfst-3.15.1/autogen.sh-874-		if test "x$spacer" = "xno" ; then
##############################################
hfst-3.15.1/autogen.sh-899-
hfst-3.15.1/autogen.sh:900:    _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-901-    if test ! -d "$_aux_dir" ; then
##############################################
hfst-3.15.1/autogen.sh-931-    # look for subdirs
hfst-3.15.1/autogen.sh:932:    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-933-    CHECK_DIRS=""
##############################################
hfst-3.15.1/autogen.sh-986-    #####################
hfst-3.15.1/autogen.sh:987:    _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-988-    if test ! -d "$_aux_dir" ; then
##############################################
hfst-3.15.1/autogen.sh-997-    CONFIG_SUBDIRS=""
hfst-3.15.1/autogen.sh:998:    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $CONFIGURE | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
hfst-3.15.1/autogen.sh-999-    for dir in $_det_config_subdirs ; do
##############################################
hfst-3.15.1/autogen.sh-1083-    $VERBOSE_ECHO "$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS"
hfst-3.15.1/autogen.sh:1084:    autoreconf_output="`$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1085-    ret=$?
##############################################
hfst-3.15.1/autogen.sh-1089-	if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then
hfst-3.15.1/autogen.sh:1090:	    if [ ! "x`echo \"$autoreconf_output\" | grep libtoolize | grep \"No such file or directory\"`" = "x" ] ; then
hfst-3.15.1/autogen.sh-1091-		$ECHO
##############################################
hfst-3.15.1/autogen.sh-1142-    if test -f "$LIBTOOL_M4" ; then
hfst-3.15.1/autogen.sh:1143:	found_libtool="`$ECHO $_autoconf_output | grep AC_PROG_LIBTOOL`"
hfst-3.15.1/autogen.sh-1144-	if test ! "x$found_libtool" = "x" ; then
##############################################
hfst-3.15.1/autogen.sh-1187-    $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS"
hfst-3.15.1/autogen.sh:1188:    aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1189-    ret=$?
##############################################
hfst-3.15.1/autogen.sh-1207-	    $VERBOSE_ECHO "$LIBTOOLIZE $LIBTOOLIZE_OPTIONS"
hfst-3.15.1/autogen.sh:1208:	    libtoolize_output="`$LIBTOOLIZE $LIBTOOLIZE_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1209-	    ret=$?
##############################################
hfst-3.15.1/autogen.sh-1215-		$VERBOSE_ECHO "$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS"
hfst-3.15.1/autogen.sh:1216:		libtoolize_output="`$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1217-		ret=$?
##############################################
hfst-3.15.1/autogen.sh-1228-	$VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS"
hfst-3.15.1/autogen.sh:1229:	aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1230-	ret=$?
##############################################
hfst-3.15.1/autogen.sh-1253-    $VERBOSE_ECHO "$AUTOCONF $AUTOCONF_OPTIONS"
hfst-3.15.1/autogen.sh:1254:    autoconf_output="`$AUTOCONF $AUTOCONF_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1255-    ret=$?
##############################################
hfst-3.15.1/autogen.sh-1264-	macros_to_search=""
hfst-3.15.1/autogen.sh:1265:	ac_major="`echo ${AUTOCONF_VERSION}. | cut -d. -f1 | sed 's/[^0-9]//g'`"
hfst-3.15.1/autogen.sh:1266:	ac_minor="`echo ${AUTOCONF_VERSION}. | cut -d. -f2 | sed 's/[^0-9]//g'`"
hfst-3.15.1/autogen.sh-1267-	
##############################################
hfst-3.15.1/autogen.sh-1295-	    $ECHO
hfst-3.15.1/autogen.sh:1296:	    $ECHO "The `echo $CONFIGURE | basename` file was scanned in order to determine if any"
hfst-3.15.1/autogen.sh-1297-	    $ECHO "unsupported macros are used that exceed the minimum version"
##############################################
hfst-3.15.1/autogen.sh-1311-	$VERBOSE_ECHO "$AUTOCONF"
hfst-3.15.1/autogen.sh:1312:	autoconf_output="`$AUTOCONF 2>&1`"
hfst-3.15.1/autogen.sh-1313-	ret=$?
##############################################
hfst-3.15.1/autogen.sh-1339-		$ECHO "reviewing the minimum GNU Autotools version settings contained in"
hfst-3.15.1/autogen.sh:1340:		$ECHO "this script along with the macros being used in your `echo $CONFIGURE | basename` file."
hfst-3.15.1/autogen.sh-1341-	    fi
##############################################
hfst-3.15.1/autogen.sh-1360-	$VERBOSE_ECHO "$AUTOHEADER $AUTOHEADER_OPTIONS"
hfst-3.15.1/autogen.sh:1361:	autoheader_output="`$AUTOHEADER $AUTOHEADER_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1362-	ret=$?
##############################################
hfst-3.15.1/autogen.sh-1381-	$VERBOSE_ECHO "$AUTOMAKE $AUTOMAKE_OPTIONS"
hfst-3.15.1/autogen.sh:1382:	automake_output="`$AUTOMAKE $AUTOMAKE_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1383-	ret=$?
##############################################
hfst-3.15.1/autogen.sh-1393-	    # retry without the -f
hfst-3.15.1/autogen.sh:1394:	    automake_output="`$AUTOMAKE $ALT_AUTOMAKE_OPTIONS 2>&1`"
hfst-3.15.1/autogen.sh-1395-	    ret=$?
##############################################
hfst-3.15.1/autogen.sh-1462-config_ac="`locate_configure_template`"
hfst-3.15.1/autogen.sh:1463:config="`echo $config_ac | sed 's/\.ac$//' | sed 's/\.in$//'`"
hfst-3.15.1/autogen.sh-1464-if [ "x$config" = "x" ] ; then
##############################################
hfst-3.15.1/configure.ac-612-# if flex 3.X ever comes out, this breaks :)
hfst-3.15.1/configure.ac:613:LEX_VERSION=`$LEX --version`
hfst-3.15.1/configure.ac:614:AS_IF([test -z "`echo "$LEX_VERSION" | grep 'flex 2\.[[5-9]]\.[[3-9][4-9]]'`"],
hfst-3.15.1/configure.ac-615-      [AC_MSG_WARN([Building hfst successfully requires flex newer than 2.5.33 on some platforms. Unless you are building with pre-flex-generated sources, building will probably fail.])])
##############################################
hfst-3.15.1/configure.ac-727-       AS_IF([test "x$PKG_CONFIG" != "xno"],
hfst-3.15.1/configure.ac:728:             [AC_SUBST([GLIB_CPPFLAGS], [`$PKG_CONFIG glib-2.0 --cflags`])
hfst-3.15.1/configure.ac:729:              AC_SUBST([GLIB_LIBS], [`$PKG_CONFIG glib-2.0 --libs`])
hfst-3.15.1/configure.ac-730-             ],
##############################################
hfst-3.15.1/lgpl-release/configure.ac-581-# if flex 3.X ever comes out, this breaks :)
hfst-3.15.1/lgpl-release/configure.ac:582:LEX_VERSION=`$LEX --version`
hfst-3.15.1/lgpl-release/configure.ac:583:AS_IF([test -z "`echo "$LEX_VERSION" | grep 'flex 2\.[[5-9]]\.[[3-9][4-9]]'`"],
hfst-3.15.1/lgpl-release/configure.ac-584-      [AC_MSG_WARN([Building hfst successfully requires flex newer than 2.5.33 on some platforms. Unless you are building with pre-flex-generated sources, building will probably fail.])])
##############################################
hfst-3.15.1/lgpl-release/configure.ac-685-       AS_IF([test "x$PKG_CONFIG" != "xno"],
hfst-3.15.1/lgpl-release/configure.ac:686:             [AC_SUBST([GLIB_CPPFLAGS], [`$PKG_CONFIG glib-2.0 --cflags`])
hfst-3.15.1/lgpl-release/configure.ac:687:              AC_SUBST([GLIB_LIBS], [`$PKG_CONFIG glib-2.0 --libs`])
hfst-3.15.1/lgpl-release/configure.ac-688-             ],
##############################################
hfst-3.15.1/libhfst/src/parsers/xfst-parser.yy-334-       | SYSTEM {
hfst-3.15.1/libhfst/src/parsers/xfst-parser.yy:335:            hfst::xfst::xfst_->system($1);
hfst-3.15.1/libhfst/src/parsers/xfst-parser.yy-336-            free($1); CHECK;
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-42-  if test "$ICU_CONFIG" != "no" ; then
hfst-3.15.1/m4/ax_check_icu.m4:43:    ICU_VERSION=`$ICU_CONFIG --version`
hfst-3.15.1/m4/ax_check_icu.m4-44-    AC_MSG_CHECKING(for ICU >= $1 via icu-config)
hfst-3.15.1/m4/ax_check_icu.m4:45:        VERSION_CHECK=`expr $ICU_VERSION \>\= $1`
hfst-3.15.1/m4/ax_check_icu.m4-46-        if test "$VERSION_CHECK" = "1" ; then
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-50-            AC_MSG_CHECKING(ICU_CPPFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:51:            ICU_CPPFLAGS=`$ICU_CONFIG --cppflags`
hfst-3.15.1/m4/ax_check_icu.m4-52-            AC_MSG_RESULT($ICU_CPPFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-54-            AC_MSG_CHECKING(ICU_CFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:55:            ICU_CFLAGS=`$ICU_CONFIG --cflags`
hfst-3.15.1/m4/ax_check_icu.m4-56-            AC_MSG_RESULT($ICU_CFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-58-            AC_MSG_CHECKING(ICU_CXXFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:59:            ICU_CXXFLAGS=`$ICU_CONFIG --cxxflags`
hfst-3.15.1/m4/ax_check_icu.m4-60-            AC_MSG_RESULT($ICU_CXXFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-62-            AC_MSG_CHECKING(ICU_LIBS)
hfst-3.15.1/m4/ax_check_icu.m4:63:            ICU_LIBS=`$ICU_CONFIG --ldflags`
hfst-3.15.1/m4/ax_check_icu.m4-64-            AC_MSG_RESULT($ICU_LIBS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-82-            AC_MSG_CHECKING(ICU_CPPFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:83:            ICU_CPPFLAGS=`$PKG_CONFIG --variable=CPPFLAGS icu-i18n`
hfst-3.15.1/m4/ax_check_icu.m4-84-            AC_MSG_RESULT($ICU_CPPFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-86-            AC_MSG_CHECKING(ICU_CFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:87:            ICU_CFLAGS=`$PKG_CONFIG --variable=CFLAGS icu-i18n`
hfst-3.15.1/m4/ax_check_icu.m4-88-            AC_MSG_RESULT($ICU_CFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-90-            AC_MSG_CHECKING(ICU_CXXFLAGS)
hfst-3.15.1/m4/ax_check_icu.m4:91:            ICU_CXXFLAGS=`$PKG_CONFIG --variable=CXXFLAGS icu-i18n`
hfst-3.15.1/m4/ax_check_icu.m4-92-            AC_MSG_RESULT($ICU_CXXFLAGS)
##############################################
hfst-3.15.1/m4/ax_check_icu.m4-94-            AC_MSG_CHECKING(ICU_LIBS)
hfst-3.15.1/m4/ax_check_icu.m4:95:            ICU_LIBS=`$PKG_CONFIG --libs icu-i18n`
hfst-3.15.1/m4/ax_check_icu.m4-96-            AC_MSG_RESULT($ICU_LIBS)
##############################################
hfst-3.15.1/man/Makefile.am-131-	for f in $(hfst_tools); do \
hfst-3.15.1/man/Makefile.am:132:		N=`echo $$f | sed 's/.1/ \-\-help/' | sed 's/hfst/..\/tools\/src\/hfst/' | sh | sed -n 2p`; \
hfst-3.15.1/man/Makefile.am-133-		help2man \
hfst-3.15.1/man/Makefile.am-134-		-n="$$N" \
hfst-3.15.1/man/Makefile.am:135:		-s 1 -o $$f -N -S HFST `echo $$f | sed 's/.1//' | sed 's/hfst/..\/tools\/src\/hfst/'`; \
hfst-3.15.1/man/Makefile.am-136-	done;
hfst-3.15.1/man/Makefile.am-137-	for f in $(hfst_xfst); do \
hfst-3.15.1/man/Makefile.am:138:		N=`echo $$f | sed 's/.1/ \-\-help/' | sed 's/hfst/..\/tools\/src\/parsers\/hfst/' | sh | sed -n 2p`; \
hfst-3.15.1/man/Makefile.am-139-		help2man \
hfst-3.15.1/man/Makefile.am-140-		-n="$$N" \
hfst-3.15.1/man/Makefile.am:141:		-s 1 -o $$f -N -S HFST `echo $$f | sed 's/.1//' | sed 's/hfst/..\/tools\/src\/parsers\/hfst/'`; \
hfst-3.15.1/man/Makefile.am-142-	done;
hfst-3.15.1/man/Makefile.am-143-#	for f in $(hfst_apertium_proc); do \
hfst-3.15.1/man/Makefile.am:144:#		N=`echo $$f | sed 's/.1/ \-\-help/' | sed 's/hfst/..\/tools\/src\/hfst-proc\/hfst/' | sh | sed -n 2p`; \
hfst-3.15.1/man/Makefile.am-145-#		help2man \
hfst-3.15.1/man/Makefile.am-146-#		-n="$$N" \
hfst-3.15.1/man/Makefile.am:147:#		-s 1 -o $$f -N -S HFST `echo $$f | sed 's/.1//' | sed 's/hfst/..\/tools\/src\/hfst-proc\/hfst/'`; \
hfst-3.15.1/man/Makefile.am-148-#	done;
hfst-3.15.1/man/Makefile.am-149-	for f in $(hfst_tag_and_reweight); do \
hfst-3.15.1/man/Makefile.am:150:		N=`echo $$f | sed 's/.1/ \-\-help/' | sed 's/hfst/..\/tools\/src\/hfst-tagger\/src\/hfst/' | sh | sed -n 2p`; \
hfst-3.15.1/man/Makefile.am-151-		help2man --no-discard-stderr \
hfst-3.15.1/man/Makefile.am-152-		-n="$$N" \
hfst-3.15.1/man/Makefile.am:153:		-s 1 -o $$f -N -S HFST `echo $$f | sed 's/.1//' | sed 's/hfst/..\/tools\/src\/hfst-tagger\/src\/hfst/'`; \
hfst-3.15.1/man/Makefile.am-154-	done;
##############################################
hfst-3.15.1/scripts/hfst-foma.in-51-        if type recode ; then
hfst-3.15.1/scripts/hfst-foma.in:52:            recode l1..u8 `echo $ffile | sed 's/-f //'`
hfst-3.15.1/scripts/hfst-foma.in-53-        else
##############################################
hfst-3.15.1/scripts/hfst-twolc-bin-1-#!/bin/sh
hfst-3.15.1/scripts/hfst-twolc-bin:2:BINDIR=`echo $0 | sed 's/hfst-twolc//'`
hfst-3.15.1/scripts/hfst-twolc-bin-3-$BINDIR/htwolcpre1 "$@"  |
##############################################
hfst-3.15.1/scripts/make-libhfst-dist.sh-31-
hfst-3.15.1/scripts/make-libhfst-dist.sh:32:OUTPUT=`tar -xzvf $1`
hfst-3.15.1/scripts/make-libhfst-dist.sh:33:DIR=`echo $OUTPUT | perl -pe 's/ /\n/g;' | head -1 | perl -pe 's/\///;'`
hfst-3.15.1/scripts/make-libhfst-dist.sh-34-cd $DIR
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-3-
hfst-3.15.1/test/tools/pmatch-tester.sh:4:progname=`basename $0`
hfst-3.15.1/test/tools/pmatch-tester.sh-5-
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-116-    # This requires GNU getopt
hfst-3.15.1/test/tools/pmatch-tester.sh:117:    args=`getopt -o "h" -l "help,debug,exclude-tests:,include-tests:,log:,logfile:,no-number-tests,quiet,tmpdir:,tooldir:,truncate-lines:,truncate-log-lines:,verbose" -n "$progname" -- "$@"`
hfst-3.15.1/test/tools/pmatch-tester.sh-118-    if [ $? -ne 0 ]; then
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-215-else
hfst-3.15.1/test/tools/pmatch-tester.sh:216:    compiler=`which $compiler_name`
hfst-3.15.1/test/tools/pmatch-tester.sh:217:    runner=`which $runner_name`
hfst-3.15.1/test/tools/pmatch-tester.sh-218-fi
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-254-for printf in printf `which printf`; do 
hfst-3.15.1/test/tools/pmatch-tester.sh:255:    if [ `$printf "\x41"` = "A" ]; then
hfst-3.15.1/test/tools/pmatch-tester.sh-256-	break
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-347-    fi
hfst-3.15.1/test/tools/pmatch-tester.sh:348:    result="`expr $2 - $3 - $skipped` / `expr $2 - $skipped` $1 passed"
hfst-3.15.1/test/tools/pmatch-tester.sh-349-    if test "x$3" != "x0"; then
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-371-    if test "x$subfailcount" != "x0"; then
hfst-3.15.1/test/tools/pmatch-tester.sh:372:	failcount=`expr $failcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-373-    fi
hfst-3.15.1/test/tools/pmatch-tester.sh:374:    subtestcount_total=`expr $subtestcount_total + $subtestcount`
hfst-3.15.1/test/tools/pmatch-tester.sh:375:    subfailcount_total=`expr $subfailcount_total + $subfailcount`
hfst-3.15.1/test/tools/pmatch-tester.sh-376-    subfailcount=0
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-423-    if [ "x$skip_test" != "x" ]; then
hfst-3.15.1/test/tools/pmatch-tester.sh:424:	skipcount=`expr $skipcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-425-    fi
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-432-    test_descr="$1"
hfst-3.15.1/test/tools/pmatch-tester.sh:433:    testcount=`expr $testcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-434-    check_skip_test
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-455-    end_time=`date +"%s"`
hfst-3.15.1/test/tools/pmatch-tester.sh:456:    duration=`expr $end_time - $start_time`
hfst-3.15.1/test/tools/pmatch-tester.sh-457-    echo_log 3 meta "Test completed at "`date +"%Y-%m-%d %H:%M:%S"`" in $duration seconds
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-506-    fi
hfst-3.15.1/test/tools/pmatch-tester.sh:507:    srcfile=`basename $codefile .pmatch`.src
hfst-3.15.1/test/tools/pmatch-tester.sh-508-    $print_cmd "$code" > $srcfile
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-512-	    msg="* Subtest`subtest_number` compilation FAILED: $descr"
hfst-3.15.1/test/tools/pmatch-tester.sh:513:	    subfailcount=`expr $subfailcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-514-	else
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-520---- Errors in running $compiler:
hfst-3.15.1/test/tools/pmatch-tester.sh:521:`catf $err_file`"
hfst-3.15.1/test/tools/pmatch-tester.sh-522-	rm $err_file
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-541-    getopts_func opts "$@" || shift $?
hfst-3.15.1/test/tools/pmatch-tester.sh:542:    compile $opts "`$print_cmd "$template" | sed -e "s/@1/$1/g" -e "s/@2/$2/g" -e "s/@3/$3/g"`"
hfst-3.15.1/test/tools/pmatch-tester.sh-543-    return $?
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-546-check_with_file () {
hfst-3.15.1/test/tools/pmatch-tester.sh:547:    subtestcount=`expr $subtestcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-548-    _prev_print_cmd_check_with_file=$print_cmd
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-559-	echo_log 1 fail "* Subtest`subtest_number` FAILED compilation: $_descr"
hfst-3.15.1/test/tools/pmatch-tester.sh:560:	subfailcount=`expr $subfailcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-561-	return 1
hfst-3.15.1/test/tools/pmatch-tester.sh-562-    fi
hfst-3.15.1/test/tools/pmatch-tester.sh:563:    srcfile=`basename $codefile .pmatch`.src
hfst-3.15.1/test/tools/pmatch-tester.sh-564-    if test "$#" -lt 2; then
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-577-	echo_log 3 fail "--- Source:
hfst-3.15.1/test/tools/pmatch-tester.sh:578:`catf $srcfile`"
hfst-3.15.1/test/tools/pmatch-tester.sh:579:	subfailcount=`expr $subfailcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-580-	if test -s $err_file; then
hfst-3.15.1/test/tools/pmatch-tester.sh-581-	    echo_log 2 fail "--- Errors in running $runner $runner_opts:
hfst-3.15.1/test/tools/pmatch-tester.sh:582:`catf $err_file`"
hfst-3.15.1/test/tools/pmatch-tester.sh-583-	else
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-586-	    echo_log 2 fail "--- Expected output:
hfst-3.15.1/test/tools/pmatch-tester.sh:587:`catf $expect_out_file`"
hfst-3.15.1/test/tools/pmatch-tester.sh-588-	    echo_log 2 fail "--- Actual output:
hfst-3.15.1/test/tools/pmatch-tester.sh:589:`catf $out_file`"
hfst-3.15.1/test/tools/pmatch-tester.sh-590-	fi
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-593-	echo_log 3 verbose "--- Source:
hfst-3.15.1/test/tools/pmatch-tester.sh:594:`catf $srcfile`"
hfst-3.15.1/test/tools/pmatch-tester.sh-595-	echo_log 3 verbose "--- Input:
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-597-	echo_log 3 verbose "--- Output:
hfst-3.15.1/test/tools/pmatch-tester.sh:598:`catf $expect_out_file`"
hfst-3.15.1/test/tools/pmatch-tester.sh-599-    fi
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-620-    else
hfst-3.15.1/test/tools/pmatch-tester.sh:621:	subtestcount=`expr $subtestcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh:622:	subfailcount=`expr $subfailcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-623-    fi
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-636-    shift
hfst-3.15.1/test/tools/pmatch-tester.sh:637:    subtestcount=`expr $subtestcount + 1`
hfst-3.15.1/test/tools/pmatch-tester.sh-638-    $func --compile-only $opts "$@"
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-656-    arg=$3
hfst-3.15.1/test/tools/pmatch-tester.sh:657:    arg="`$print_cmd "$arg" | sed -e 's/\\\\/'$subst_bs'/g'`"
hfst-3.15.1/test/tools/pmatch-tester.sh-658-    $print_cmd "$templ" | sed -e "s/@$argnum@/$arg/g"
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-725-			* )
hfst-3.15.1/test/tools/pmatch-tester.sh:726:			    codetempl_filled="`subst_templ_arg "$codetempl_filled" $argnum "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh-727-			    # Should we only expand descr if it is
hfst-3.15.1/test/tools/pmatch-tester.sh-728-			    # descrtempl or only if it contans @N@?
hfst-3.15.1/test/tools/pmatch-tester.sh:729:			    descr="`subst_templ_arg "$descr" $argnum "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh-730-			    argnum=$(($argnum + 1))
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-766-			* )
hfst-3.15.1/test/tools/pmatch-tester.sh:767:			    codetempl_filled="`subst_templ_arg "$codetempl_filled" $argnum "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh:768:			    descr="`subst_templ_arg "$descr" $argnum "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh-769-			    argnum=$(($argnum + 1))
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-794-			    fi
hfst-3.15.1/test/tools/pmatch-tester.sh:795:			    codetempl_filled="`subst_templ_arg "$codetempl" 1 "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh:796:			    descr="`subst_templ_arg "$descr" 1 "$1"`"
hfst-3.15.1/test/tools/pmatch-tester.sh-797-			    fname=$file_base-$codenum.pmatch
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-818-		for codefile in $codefiles; do
hfst-3.15.1/test/tools/pmatch-tester.sh:819:		    descrfile=`basename $codefile .pmatch`.descr
hfst-3.15.1/test/tools/pmatch-tester.sh:820:		    descr="`catf $descrfile`"
hfst-3.15.1/test/tools/pmatch-tester.sh-821-		    if [ "x$descr" = "x" ]; then
##############################################
hfst-3.15.1/test/tools/pmatch-tester.sh-849-	for codefile in $codefiles; do
hfst-3.15.1/test/tools/pmatch-tester.sh:850:	    base=`basename $codefile .pmatch`
hfst-3.15.1/test/tools/pmatch-tester.sh-851-	    rm -f $codefile $base.src $base.descr
##############################################
hfst-3.15.1/test/tools/shuffle-functionality.sh-26-for i in .sfst .ofst .foma; do
hfst-3.15.1/test/tools/shuffle-functionality.sh:27:    if ! $FORMAT_TOOL --test-format `echo $i | sed "s/.//"`; then
hfst-3.15.1/test/tools/shuffle-functionality.sh-28-	continue;
##############################################
hfst-3.15.1/tools/src/hfst-twolc/test/test-2-
hfst-3.15.1/tools/src/hfst-twolc/test/test:3:NUMBER_OF_TESTS=`ls $srcdir | egrep "test[0-9][0-9]*$" | wc -l`
hfst-3.15.1/tools/src/hfst-twolc/test/test-4-