===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gmrun-0.9.2/src/Makefile.in-144-	  if test -f $$p; then \
gmrun-0.9.2/src/Makefile.in:145:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
gmrun-0.9.2/src/Makefile.in:146:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
gmrun-0.9.2/src/Makefile.in-147-	  else :; fi; \
##############################################
gmrun-0.9.2/src/Makefile.in-152-	list='$(bin_PROGRAMS)'; for p in $$list; do \
gmrun-0.9.2/src/Makefile.in:153:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
gmrun-0.9.2/src/Makefile.in-154-	done
##############################################
gmrun-0.9.2/aclocal.m4-167-dnl test to see if srcdir already configured
gmrun-0.9.2/aclocal.m4:168:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
gmrun-0.9.2/aclocal.m4-169-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
gmrun-0.9.2/aclocal.m4-176-dnl FIXME This is truly gross.
gmrun-0.9.2/aclocal.m4:177:missing_dir=`cd $ac_aux_dir && pwd`
gmrun-0.9.2/aclocal.m4-178-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
##############################################
gmrun-0.9.2/aclocal.m4-228-if (
gmrun-0.9.2/aclocal.m4:229:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
gmrun-0.9.2/aclocal.m4-230-   if test "[$]*" = "X"; then
gmrun-0.9.2/aclocal.m4-231-      # -L didn't work.
gmrun-0.9.2/aclocal.m4:232:      set X `ls -t $srcdir/configure conftestfile`
gmrun-0.9.2/aclocal.m4-233-   fi
##############################################
gmrun-0.9.2/aclocal.m4-288-  *" <<$>>am_file "*<<)>>
gmrun-0.9.2/aclocal.m4:289:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
gmrun-0.9.2/aclocal.m4-290-    ;;
gmrun-0.9.2/aclocal.m4-291-  esac
gmrun-0.9.2/aclocal.m4:292:  am_indx=`expr "<<$>>am_indx" + 1`
gmrun-0.9.2/aclocal.m4-293-done<<>>dnl>>)
##############################################
gmrun-0.9.2/aclocal.m4-436-            AC_MSG_CHECKING($1_CFLAGS)
gmrun-0.9.2/aclocal.m4:437:            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
gmrun-0.9.2/aclocal.m4-438-            AC_MSG_RESULT($$1_CFLAGS)
##############################################
gmrun-0.9.2/aclocal.m4-440-            AC_MSG_CHECKING($1_LIBS)
gmrun-0.9.2/aclocal.m4:441:            $1_LIBS=`$PKG_CONFIG --libs "$2"`
gmrun-0.9.2/aclocal.m4-442-            AC_MSG_RESULT($$1_LIBS)
##############################################
gmrun-0.9.2/aclocal.m4-447-            ## do set a variable so people can do so.
gmrun-0.9.2/aclocal.m4:448:            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
gmrun-0.9.2/aclocal.m4-449-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
##############################################
gmrun-0.9.2/configure-81-  case "$ac_option" in
gmrun-0.9.2/configure:82:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gmrun-0.9.2/configure-83-  *) ac_optarg= ;;
##############################################
gmrun-0.9.2/configure-113-  -disable-* | --disable-*)
gmrun-0.9.2/configure:114:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
gmrun-0.9.2/configure-115-    # Reject names that are not valid shell variable names.
gmrun-0.9.2/configure:116:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
gmrun-0.9.2/configure-117-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
gmrun-0.9.2/configure-118-    fi
gmrun-0.9.2/configure:119:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
gmrun-0.9.2/configure-120-    eval "enable_${ac_feature}=no" ;;
##############################################
gmrun-0.9.2/configure-122-  -enable-* | --enable-*)
gmrun-0.9.2/configure:123:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
gmrun-0.9.2/configure-124-    # Reject names that are not valid shell variable names.
gmrun-0.9.2/configure:125:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
gmrun-0.9.2/configure-126-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
gmrun-0.9.2/configure-127-    fi
gmrun-0.9.2/configure:128:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
gmrun-0.9.2/configure-129-    case "$ac_option" in
##############################################
gmrun-0.9.2/configure-353-  -with-* | --with-*)
gmrun-0.9.2/configure:354:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
gmrun-0.9.2/configure-355-    # Reject names that are not valid shell variable names.
gmrun-0.9.2/configure:356:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
gmrun-0.9.2/configure-357-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
gmrun-0.9.2/configure-358-    fi
gmrun-0.9.2/configure:359:    ac_package=`echo $ac_package| sed 's/-/_/g'`
gmrun-0.9.2/configure-360-    case "$ac_option" in
##############################################
gmrun-0.9.2/configure-366-  -without-* | --without-*)
gmrun-0.9.2/configure:367:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
gmrun-0.9.2/configure-368-    # Reject names that are not valid shell variable names.
gmrun-0.9.2/configure:369:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
gmrun-0.9.2/configure-370-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
gmrun-0.9.2/configure-371-    fi
gmrun-0.9.2/configure:372:    ac_package=`echo $ac_package| sed 's/-/_/g'`
gmrun-0.9.2/configure-373-    eval "with_${ac_package}=no" ;;
##############################################
gmrun-0.9.2/configure-396-  *)
gmrun-0.9.2/configure:397:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
gmrun-0.9.2/configure-398-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
gmrun-0.9.2/configure-409-if test -n "$ac_prev"; then
gmrun-0.9.2/configure:410:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
gmrun-0.9.2/configure-411-fi
##############################################
gmrun-0.9.2/configure-474-  ac_prog=$0
gmrun-0.9.2/configure:475:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
gmrun-0.9.2/configure-476-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
gmrun-0.9.2/configure-490-fi
gmrun-0.9.2/configure:491:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
gmrun-0.9.2/configure-492-
##############################################
gmrun-0.9.2/configure-571-if test -z "$INSTALL"; then
gmrun-0.9.2/configure:572:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
gmrun-0.9.2/configure-573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-632-if (
gmrun-0.9.2/configure:633:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
gmrun-0.9.2/configure-634-   if test "$*" = "X"; then
gmrun-0.9.2/configure-635-      # -L didn't work.
gmrun-0.9.2/configure:636:      set X `ls -t $srcdir/configure conftestfile`
gmrun-0.9.2/configure-637-   fi
##############################################
gmrun-0.9.2/configure-666-EOF_SED
gmrun-0.9.2/configure:667:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
gmrun-0.9.2/configure-668-  rm -f conftestsed
##############################################
gmrun-0.9.2/configure-680-echo "configure:681: checking whether ${MAKE-make} sets \${MAKE}" >&5
gmrun-0.9.2/configure:681:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure:682:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
gmrun-0.9.2/configure-683-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-689-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gmrun-0.9.2/configure:690:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
gmrun-0.9.2/configure-691-if test -n "$ac_maketemp"; then
##############################################
gmrun-0.9.2/configure-697-fi
gmrun-0.9.2/configure:698:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
gmrun-0.9.2/configure-699-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-710-
gmrun-0.9.2/configure:711:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
gmrun-0.9.2/configure-712-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
gmrun-0.9.2/configure-723-
gmrun-0.9.2/configure:724:missing_dir=`cd $ac_aux_dir && pwd`
gmrun-0.9.2/configure-725-echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-840-ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure:841:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
gmrun-0.9.2/configure-842-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-870-fi
gmrun-0.9.2/configure:871:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
gmrun-0.9.2/configure-872-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-883-echo "configure:884: checking for $ac_word" >&5
gmrun-0.9.2/configure:884:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
gmrun-0.9.2/configure-885-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-913-echo "configure:914: checking for $ac_word" >&5
gmrun-0.9.2/configure:914:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
gmrun-0.9.2/configure-915-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-964-echo "configure:965: checking for $ac_word" >&5
gmrun-0.9.2/configure:965:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
gmrun-0.9.2/configure-966-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1043-echo "configure:1044: checking whether we are using GNU C" >&5
gmrun-0.9.2/configure:1044:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
gmrun-0.9.2/configure-1045-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1071-echo "configure:1072: checking whether ${CC-cc} accepts -g" >&5
gmrun-0.9.2/configure:1072:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
gmrun-0.9.2/configure-1073-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1075-  echo 'void f(){}' > conftest.c
gmrun-0.9.2/configure:1076:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
gmrun-0.9.2/configure-1077-  ac_cv_prog_cc_g=yes
##############################################
gmrun-0.9.2/configure-1106-echo "configure:1107: checking for ${CC-cc} option to accept ANSI C" >&5
gmrun-0.9.2/configure:1107:if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
gmrun-0.9.2/configure-1108-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1184-do
gmrun-0.9.2/configure:1185:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure-1186-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
gmrun-0.9.2/configure-1187-echo "configure:1188: checking for $ac_hdr that defines DIR" >&5
gmrun-0.9.2/configure:1188:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
gmrun-0.9.2/configure-1189-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1210-fi
gmrun-0.9.2/configure:1211:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
gmrun-0.9.2/configure-1212-  echo "$ac_t""yes" 1>&6
gmrun-0.9.2/configure:1213:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
gmrun-0.9.2/configure-1214-  cat >> confdefs.h <<EOF
##############################################
gmrun-0.9.2/configure-1226-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure:1227:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
gmrun-0.9.2/configure-1228-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1256-fi
gmrun-0.9.2/configure:1257:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
gmrun-0.9.2/configure-1258-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-1267-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure:1268:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
gmrun-0.9.2/configure-1269-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1297-fi
gmrun-0.9.2/configure:1298:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
gmrun-0.9.2/configure-1299-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-1313-if test -z "$CPP"; then
gmrun-0.9.2/configure:1314:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
gmrun-0.9.2/configure-1315-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1329-{ (eval echo configure:1330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
gmrun-0.9.2/configure:1330:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
gmrun-0.9.2/configure-1331-if test -z "$ac_err"; then
##############################################
gmrun-0.9.2/configure-1346-{ (eval echo configure:1347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
gmrun-0.9.2/configure:1347:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
gmrun-0.9.2/configure-1348-if test -z "$ac_err"; then
##############################################
gmrun-0.9.2/configure-1363-{ (eval echo configure:1364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
gmrun-0.9.2/configure:1364:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
gmrun-0.9.2/configure-1365-if test -z "$ac_err"; then
##############################################
gmrun-0.9.2/configure-1388-echo "configure:1389: checking for ANSI C header files" >&5
gmrun-0.9.2/configure:1389:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
gmrun-0.9.2/configure-1390-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1401-{ (eval echo configure:1402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
gmrun-0.9.2/configure:1402:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
gmrun-0.9.2/configure-1403-if test -z "$ac_err"; then
##############################################
gmrun-0.9.2/configure-1496-echo "configure:1497: checking for $ac_word" >&5
gmrun-0.9.2/configure:1497:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
gmrun-0.9.2/configure-1498-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1575-echo "configure:1576: checking whether we are using GNU C++" >&5
gmrun-0.9.2/configure:1576:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
gmrun-0.9.2/configure-1577-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1603-echo "configure:1604: checking whether ${CXX-g++} accepts -g" >&5
gmrun-0.9.2/configure:1604:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
gmrun-0.9.2/configure-1605-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1607-  echo 'void f(){}' > conftest.cc
gmrun-0.9.2/configure:1608:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
gmrun-0.9.2/configure-1609-  ac_cv_prog_cxx_g=yes
##############################################
gmrun-0.9.2/configure-1662-		
gmrun-0.9.2/configure:1663:		if eval "test \"`echo '$''{'ac_cv_lib_stlport_lib'+set}'`\" = set"; then
gmrun-0.9.2/configure-1664-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1733-
gmrun-0.9.2/configure:1734:		if eval "test \"`echo '$''{'ac_cv_header_stlport_includes'+set}'`\" = set"; then
gmrun-0.9.2/configure-1735-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1782-echo "configure:1783: checking for poptGetContext" >&5
gmrun-0.9.2/configure:1783:if eval "test \"`echo '$''{'ac_cv_func_poptGetContext'+set}'`\" = set"; then
gmrun-0.9.2/configure-1784-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1821-
gmrun-0.9.2/configure:1822:if eval "test \"`echo '$ac_cv_func_'poptGetContext`\" = yes"; then
gmrun-0.9.2/configure-1823-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-1829-ac_lib_var=`echo popt'_'poptGetContext | sed 'y%./+-%__p_%'`
gmrun-0.9.2/configure:1830:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
gmrun-0.9.2/configure-1831-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1859-fi
gmrun-0.9.2/configure:1860:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
gmrun-0.9.2/configure-1861-  echo "$ac_t""yes" 1>&6
##############################################
gmrun-0.9.2/configure-1880-echo "configure:1881: checking for $ac_word" >&5
gmrun-0.9.2/configure:1881:if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
gmrun-0.9.2/configure-1882-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-1986-echo "configure:1987: checking for $ac_word" >&5
gmrun-0.9.2/configure:1987:if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
gmrun-0.9.2/configure-1988-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
gmrun-0.9.2/configure-2037-echo "configure:2038: checking GTK_CFLAGS" >&5
gmrun-0.9.2/configure:2038:            GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.5"`
gmrun-0.9.2/configure-2039-            echo "$ac_t""$GTK_CFLAGS" 1>&6
##############################################
gmrun-0.9.2/configure-2042-echo "configure:2043: checking GTK_LIBS" >&5
gmrun-0.9.2/configure:2043:            GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.5"`
gmrun-0.9.2/configure-2044-            echo "$ac_t""$GTK_LIBS" 1>&6
##############################################
gmrun-0.9.2/configure-2049-            ## do set a variable so people can do so.
gmrun-0.9.2/configure:2050:            GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.5"`
gmrun-0.9.2/configure-2051-            echo $GTK_PKG_ERRORS
##############################################
gmrun-0.9.2/configure-2097-
gmrun-0.9.2/configure:2098:packagesrcdir=`cd $srcdir && pwd`
gmrun-0.9.2/configure-2099-cat >> confdefs.h <<EOF
##############################################
gmrun-0.9.2/configure-2303-    fi
gmrun-0.9.2/configure:2304:    ac_file=`expr $ac_file + 1`
gmrun-0.9.2/configure-2305-    ac_beg=$ac_end
gmrun-0.9.2/configure:2306:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
gmrun-0.9.2/configure-2307-  fi
##############################################
gmrun-0.9.2/configure-2325-  case "$ac_file" in
gmrun-0.9.2/configure:2326:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
gmrun-0.9.2/configure:2327:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
gmrun-0.9.2/configure-2328-  *) ac_file_in="${ac_file}.in" ;;
##############################################
gmrun-0.9.2/configure-2333-  # Remove last slash and all that follows it.  Not all systems have dirname.
gmrun-0.9.2/configure:2334:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
gmrun-0.9.2/configure-2335-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
gmrun-0.9.2/configure-2337-    test ! -d "$ac_dir" && mkdir "$ac_dir"
gmrun-0.9.2/configure:2338:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
gmrun-0.9.2/configure-2339-    # A "../" for each directory in $ac_dir_suffix.
gmrun-0.9.2/configure:2340:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
gmrun-0.9.2/configure-2341-  else
##############################################
gmrun-0.9.2/configure-2347-      if test -z "$ac_dots"; then top_srcdir=.
gmrun-0.9.2/configure:2348:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
gmrun-0.9.2/configure-2349-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
gmrun-0.9.2/configure-2361-  rm -f "$ac_file"
gmrun-0.9.2/configure:2362:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
gmrun-0.9.2/configure-2363-  case "$ac_file" in
##############################################
gmrun-0.9.2/configure-2368-
gmrun-0.9.2/configure:2369:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
gmrun-0.9.2/configure-2370-  sed -e "$ac_comsub
##############################################
gmrun-0.9.2/configure-2407-  case "$ac_file" in
gmrun-0.9.2/configure:2408:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
gmrun-0.9.2/configure:2409:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
gmrun-0.9.2/configure-2410-  *) ac_file_in="${ac_file}.in" ;;
##############################################
gmrun-0.9.2/configure-2415-  rm -f conftest.frag conftest.in conftest.out
gmrun-0.9.2/configure:2416:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
gmrun-0.9.2/configure-2417-  cat $ac_file_inputs > conftest.in
##############################################
gmrun-0.9.2/configure-2475-    # Remove last slash and all that follows it.  Not all systems have dirname.
gmrun-0.9.2/configure:2476:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
gmrun-0.9.2/configure-2477-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
gmrun-0.9.2/configure.in-82-dnl Set PACKAGE_SOURCE_DIR in config.h.
gmrun-0.9.2/configure.in:83:packagesrcdir=`cd $srcdir && pwd`
gmrun-0.9.2/configure.in-84-AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}")
##############################################
gmrun-0.9.2/install-sh-85-
gmrun-0.9.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
gmrun-0.9.2/install-sh-87-	    shift
##############################################
gmrun-0.9.2/install-sh-89-
gmrun-0.9.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
gmrun-0.9.2/install-sh-91-	    shift
##############################################
gmrun-0.9.2/install-sh-151-	then
gmrun-0.9.2/install-sh:152:		dst="$dst"/`basename $src`
gmrun-0.9.2/install-sh-153-	else
##############################################
gmrun-0.9.2/install-sh-158-## this sed command emulates the dirname command
gmrun-0.9.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
gmrun-0.9.2/install-sh-160-
##############################################
gmrun-0.9.2/install-sh-172-IFS='%'
gmrun-0.9.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
gmrun-0.9.2/install-sh-174-IFS="${oIFS}"
##############################################
gmrun-0.9.2/install-sh-206-	then
gmrun-0.9.2/install-sh:207:		dstfile=`basename $dst`
gmrun-0.9.2/install-sh-208-	else
##############################################
gmrun-0.9.2/install-sh-216-	then
gmrun-0.9.2/install-sh:217:		dstfile=`basename $dst`
gmrun-0.9.2/install-sh-218-	else
##############################################
gmrun-0.9.2/missing-128-         from any GNU archive site."
gmrun-0.9.2/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gmrun-0.9.2/missing-130-    test -z "$files" && files="config.h"
##############################################
gmrun-0.9.2/missing-167-         proper tools for further handling them.
gmrun-0.9.2/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
gmrun-0.9.2/missing-169-         archive site."
gmrun-0.9.2/missing-170-
gmrun-0.9.2/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
gmrun-0.9.2/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
gmrun-0.9.2/missing-173-    if test -f "$file"; then
##############################################
gmrun-0.9.2/missing-196-	*.y)
gmrun-0.9.2/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gmrun-0.9.2/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
gmrun-0.9.2/missing-200-	    fi
gmrun-0.9.2/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gmrun-0.9.2/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
gmrun-0.9.2/missing-226-	*.l)
gmrun-0.9.2/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gmrun-0.9.2/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
gmrun-0.9.2/missing-250-
gmrun-0.9.2/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gmrun-0.9.2/missing-252-    if test -z "$file"; then
gmrun-0.9.2/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
gmrun-0.9.2/missing-254-    fi
##############################################
gmrun-0.9.2/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
gmrun-0.9.2/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gmrun-0.9.2/missing-278-    if test -z "$file"; then
gmrun-0.9.2/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gmrun-0.9.2/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
gmrun-0.9.2/missing-281-    fi
##############################################
gmrun-0.9.2/missing-304-	*o*)
gmrun-0.9.2/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
gmrun-0.9.2/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
gmrun-0.9.2/missing-310-	*h*)
gmrun-0.9.2/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
gmrun-0.9.2/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
gmrun-0.9.2/mkinstalldirs-12-do
gmrun-0.9.2/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
gmrun-0.9.2/mkinstalldirs-14-   shift
##############################################
gmrun-0.9.2/Makefile.in-155-	dot_seen=no; \
gmrun-0.9.2/Makefile.in:156:	target=`echo $@ | sed s/-recursive//`; \
gmrun-0.9.2/Makefile.in-157-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gmrun-0.9.2/Makefile.in-180-	test "$$dot_seen" = "no" && rev=". $$rev"; \
gmrun-0.9.2/Makefile.in:181:	target=`echo $@ | sed s/-recursive//`; \
gmrun-0.9.2/Makefile.in-182-	for subdir in $$rev; do \
##############################################
gmrun-0.9.2/Makefile.in-241-	mkdir $(distdir)/=inst
gmrun-0.9.2/Makefile.in:242:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
gmrun-0.9.2/Makefile.in-243-	cd $(distdir)/=build \
##############################################
gmrun-0.9.2/Makefile.in-252-	@banner="$(distdir).tar.gz is ready for distribution"; \
gmrun-0.9.2/Makefile.in:253:	dashes=`echo "$$banner" | sed s/./=/g`; \
gmrun-0.9.2/Makefile.in-254-	echo "$$dashes"; \