===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
parcellite-1.2.1/po/Makefile.in.in-58-
parcellite-1.2.1/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
parcellite-1.2.1/po/Makefile.in.in-60-
##############################################
parcellite-1.2.1/po/Makefile.in.in-83-.po.gmo:
parcellite-1.2.1/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
parcellite-1.2.1/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
parcellite-1.2.1/po/Makefile.in.in-184-	  echo "$$lang:"; \
parcellite-1.2.1/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
parcellite-1.2.1/po/Makefile.in.in-186-	  if $$result; then \
##############################################
parcellite-1.2.1/po/Rules-quot-15-.insert-header.po-update-en:
parcellite-1.2.1/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
parcellite-1.2.1/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
parcellite-1.2.1/po/Rules-quot-18-	tmpdir=`pwd`; \
parcellite-1.2.1/po/Rules-quot-19-	echo "$$lang:"; \
parcellite-1.2.1/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
parcellite-1.2.1/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
parcellite-1.2.1/po/Rules-quot-22-	cd $(srcdir); \
parcellite-1.2.1/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
parcellite-1.2.1/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
parcellite-1.2.1/install-sh-210-      fi
parcellite-1.2.1/install-sh:211:      dst=$dst/`basename "$src"`
parcellite-1.2.1/install-sh-212-    fi
##############################################
parcellite-1.2.1/install-sh-215-  # This sed command emulates the dirname command.
parcellite-1.2.1/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
parcellite-1.2.1/install-sh-217-
##############################################
parcellite-1.2.1/install-sh-228-    IFS='%'
parcellite-1.2.1/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
parcellite-1.2.1/install-sh-230-    shift
##############################################
parcellite-1.2.1/install-sh-256-  else
parcellite-1.2.1/install-sh:257:    dstfile=`basename "$dst"`
parcellite-1.2.1/install-sh-258-
##############################################
parcellite-1.2.1/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
parcellite-1.2.1/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
parcellite-1.2.1/depcomp-70-
##############################################
parcellite-1.2.1/depcomp-203-  # Version 6 uses the directory in both cases.
parcellite-1.2.1/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
parcellite-1.2.1/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
parcellite-1.2.1/depcomp-214-  else
parcellite-1.2.1/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
parcellite-1.2.1/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
parcellite-1.2.1/depcomp-228-    # Do two passes, one to just change these to
parcellite-1.2.1/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
parcellite-1.2.1/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
parcellite-1.2.1/depcomp-269-  # Do two passes, one to just change these to
parcellite-1.2.1/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
parcellite-1.2.1/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
parcellite-1.2.1/depcomp-284-   # Subdirectories are respected.
parcellite-1.2.1/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
parcellite-1.2.1/depcomp-286-   test "x$dir" = "x$object" && dir=
parcellite-1.2.1/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
parcellite-1.2.1/depcomp-288-
##############################################
parcellite-1.2.1/depcomp-423-  done
parcellite-1.2.1/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
parcellite-1.2.1/depcomp-425-  touch "$tmpdepfile"
##############################################
parcellite-1.2.1/configure.ac-60-  echo -n "checking for $APPIND_LIB... "
parcellite-1.2.1/configure.ac:61:  if `$PKG_CONFIG --exists $APPIND_LIB` ; then  
parcellite-1.2.1/configure.ac:62:    if `$PKG_CONFIG --atleast-version=$APPINDICATOR_REQUIRED_VERSION $APPIND_LIB` ; then
parcellite-1.2.1/configure.ac-63-      have_appindicator=yes
##############################################
parcellite-1.2.1/configure.ac-92-#keep pkg-config from being called
parcellite-1.2.1/configure.ac:93:GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0|sed 's/.* \(-lgtk-[[^ ]]*\) .*/\1/'`
parcellite-1.2.1/configure.ac:94:gtk_libs=`echo "$GTK_LIBS"|sed 's/-l//'`
parcellite-1.2.1/configure.ac:95:#gtk_libs=`$PKG_CONFIG --libs gtk+-2.0|sed 's/.* -l\(gtk-[[^ ]]*\) .*/\1/'`
parcellite-1.2.1/configure.ac-96-#echo "gtk_libs = '$gtk_libs'"
##############################################
parcellite-1.2.1/configure.ac-101-
parcellite-1.2.1/configure.ac:102:#GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
parcellite-1.2.1/configure.ac:103:#GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs|sed 's!.*\(-lgtk-[^ ]*\) .*!\1!'`
parcellite-1.2.1/configure.ac-104-# -------------------------------------------------------------------------------
##############################################
parcellite-1.2.1/intltool-merge-104-    # If either a file exists, or when run it returns 0 exit status
parcellite-1.2.1/intltool-merge:105:    return 1 if ((-x $file) or (system("$file -l >$devnull") == 0));
parcellite-1.2.1/intltool-merge-106-    return 0;
##############################################
parcellite-1.2.1/intltool-merge-364-
parcellite-1.2.1/intltool-merge:365:    system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull");
parcellite-1.2.1/intltool-merge-366-    if ($?) {
##############################################
parcellite-1.2.1/intltool-extract-119-    if (! -d "$dirname" && $dirname ne "") {
parcellite-1.2.1/intltool-extract:120:        system ("mkdir -p $dirname");
parcellite-1.2.1/intltool-extract-121-    }
##############################################
parcellite-1.2.1/intltool-update.in-223-    my $str = shift;
parcellite-1.2.1/intltool-update.in:224:    my $ret = `echo "$str"`;
parcellite-1.2.1/intltool-update.in-225-
##############################################
parcellite-1.2.1/intltool-update.in-285-    my $gettext_code="ASCII"; # All files are ASCII by default
parcellite-1.2.1/intltool-update.in:286:    my $filetype=`file $_ | cut -d ' ' -f 2`;
parcellite-1.2.1/intltool-update.in-287-
##############################################
parcellite-1.2.1/intltool-update.in-586-    # If either a file exists, or when run it returns 0 exit status
parcellite-1.2.1/intltool-update.in:587:    return 1 if ((-x $file) or (system("$file --version >$devnull") == 0));
parcellite-1.2.1/intltool-update.in-588-    return 0;
##############################################
parcellite-1.2.1/intltool-update.in-596-    {
parcellite-1.2.1/intltool-update.in:597:        my $version = `$file --version`;
parcellite-1.2.1/intltool-update.in-598-        return 1 if ($version =~ m/.*\(GNU .*\).*/);
##############################################
parcellite-1.2.1/intltool-update.in-675-    # checks for GNU gettext >= 0.12
parcellite-1.2.1/intltool-update.in:676:    my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`;
parcellite-1.2.1/intltool-update.in-677-    if ($? == 0)
##############################################
parcellite-1.2.1/intltool-update.in-786-    print "Running $xgettext_command\n" if $VERBOSE;
parcellite-1.2.1/intltool-update.in:787:    my $xgettext_error_msg = `$xgettext_command 2>\&1`;
parcellite-1.2.1/intltool-update.in-788-    my $command_failed = $?;
##############################################
parcellite-1.2.1/intltool-update.in-856-    # I think msgmerge won't overwrite old file if merge is not successful
parcellite-1.2.1/intltool-update.in:857:    system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot");
parcellite-1.2.1/intltool-update.in-858-}
##############################################
parcellite-1.2.1/intltool-update.in-901-
parcellite-1.2.1/intltool-update.in:902:    system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file);
parcellite-1.2.1/intltool-update.in-903-}
##############################################
parcellite-1.2.1/intltool-update.in-928-	print STDERR "$lang: ";
parcellite-1.2.1/intltool-update.in:929:	system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po");
parcellite-1.2.1/intltool-update.in-930-    }
##############################################
parcellite-1.2.1/m4/iconv.m4-173-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
parcellite-1.2.1/m4/iconv.m4:174:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
parcellite-1.2.1/m4/iconv.m4-175-    AC_MSG_RESULT([$]{ac_t:-
##############################################
parcellite-1.2.1/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
parcellite-1.2.1/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
parcellite-1.2.1/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
parcellite-1.2.1/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
parcellite-1.2.1/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
parcellite-1.2.1/m4/lib-ld.m4-52-  *)
parcellite-1.2.1/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
parcellite-1.2.1/m4/lib-ld.m4-54-  esac
##############################################
parcellite-1.2.1/m4/lib-ld.m4-59-      # Canonicalize the path of ld
parcellite-1.2.1/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
parcellite-1.2.1/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
parcellite-1.2.1/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
parcellite-1.2.1/m4/lib-ld.m4-63-      done
##############################################
parcellite-1.2.1/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
parcellite-1.2.1/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
parcellite-1.2.1/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
parcellite-1.2.1/m4/lib-prefix.m4-168-  acl_libdirstem=lib
parcellite-1.2.1/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
parcellite-1.2.1/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
parcellite-1.2.1/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
parcellite-1.2.1/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
parcellite-1.2.1/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
parcellite-1.2.1/m4/po.m4-47-changequote(,)dnl
parcellite-1.2.1/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
parcellite-1.2.1/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
parcellite-1.2.1/m4/po.m4-54-changequote(,)dnl
parcellite-1.2.1/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
parcellite-1.2.1/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
parcellite-1.2.1/m4/po.m4-73-changequote(,)dnl
parcellite-1.2.1/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
parcellite-1.2.1/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
parcellite-1.2.1/m4/po.m4-98-      case "$ac_file" in
parcellite-1.2.1/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
parcellite-1.2.1/m4/po.m4-100-      esac
##############################################
parcellite-1.2.1/m4/po.m4-103-        # Adjust a relative srcdir.
parcellite-1.2.1/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
parcellite-1.2.1/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
parcellite-1.2.1/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
parcellite-1.2.1/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
parcellite-1.2.1/m4/po.m4-110-        case "$ac_given_srcdir" in
parcellite-1.2.1/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
parcellite-1.2.1/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
parcellite-1.2.1/m4/po.m4-130-            fi
parcellite-1.2.1/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
parcellite-1.2.1/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
parcellite-1.2.1/m4/po.m4-227-  # Adjust a relative srcdir.
parcellite-1.2.1/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
parcellite-1.2.1/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
parcellite-1.2.1/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
parcellite-1.2.1/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
parcellite-1.2.1/m4/po.m4-234-  case "$ac_given_srcdir" in
parcellite-1.2.1/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
parcellite-1.2.1/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
parcellite-1.2.1/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
parcellite-1.2.1/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
parcellite-1.2.1/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
parcellite-1.2.1/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
parcellite-1.2.1/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
parcellite-1.2.1/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
parcellite-1.2.1/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
parcellite-1.2.1/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
parcellite-1.2.1/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
parcellite-1.2.1/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
parcellite-1.2.1/m4/po.m4-317-  fi
##############################################
parcellite-1.2.1/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
parcellite-1.2.1/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
parcellite-1.2.1/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
parcellite-1.2.1/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
parcellite-1.2.1/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
parcellite-1.2.1/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
parcellite-1.2.1/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
parcellite-1.2.1/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
parcellite-1.2.1/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
parcellite-1.2.1/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
parcellite-1.2.1/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
parcellite-1.2.1/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
parcellite-1.2.1/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
parcellite-1.2.1/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
parcellite-1.2.1/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
parcellite-1.2.1/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
parcellite-1.2.1/m4/lib-link.m4-199-        dnl or AC_LIB_HAVE_LINKFLAGS call.
parcellite-1.2.1/m4/lib-link.m4:200:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
parcellite-1.2.1/m4/lib-link.m4-201-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
parcellite-1.2.1/m4/lib-link.m4-274-                -L*)
parcellite-1.2.1/m4/lib-link.m4:275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
parcellite-1.2.1/m4/lib-link.m4-276-                  dnl First look for a shared library.
##############################################
parcellite-1.2.1/m4/lib-link.m4-416-              */$acl_libdirstem | */$acl_libdirstem/)
parcellite-1.2.1/m4/lib-link.m4:417:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
parcellite-1.2.1/m4/lib-link.m4-418-                LIB[]NAME[]_PREFIX="$basedir"
##############################################
parcellite-1.2.1/m4/lib-link.m4-470-                  -L*)
parcellite-1.2.1/m4/lib-link.m4:471:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
parcellite-1.2.1/m4/lib-link.m4-472-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
parcellite-1.2.1/m4/lib-link.m4-520-                  -R*)
parcellite-1.2.1/m4/lib-link.m4:521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
parcellite-1.2.1/m4/lib-link.m4-522-                    if test "$enable_rpath" != no; then
##############################################
parcellite-1.2.1/m4/lib-link.m4-550-                    dnl Handle this in the next round.
parcellite-1.2.1/m4/lib-link.m4:551:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
parcellite-1.2.1/m4/lib-link.m4-552-                    ;;
##############################################
parcellite-1.2.1/m4/lib-link.m4-556-                    dnl option.
parcellite-1.2.1/m4/lib-link.m4:557:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
parcellite-1.2.1/m4/lib-link.m4-558-                    ;;
##############################################
parcellite-1.2.1/m4/lib-link.m4-663-            -L) next=yes ;;
parcellite-1.2.1/m4/lib-link.m4:664:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
parcellite-1.2.1/m4/lib-link.m4-665-                 dnl No need to hardcode the standard /usr/lib.
##############################################
parcellite-1.2.1/m4/intltool.m4-41-
parcellite-1.2.1/m4/intltool.m4:42:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
parcellite-1.2.1/m4/intltool.m4-43-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
parcellite-1.2.1/m4/intltool.m4:44:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
parcellite-1.2.1/m4/intltool.m4-45-    ]
##############################################
parcellite-1.2.1/m4/intltool.m4-105-fi
parcellite-1.2.1/m4/intltool.m4:106:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
parcellite-1.2.1/m4/intltool.m4:107:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
parcellite-1.2.1/m4/intltool.m4:108:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
parcellite-1.2.1/m4/intltool.m4-109-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
parcellite-1.2.1/m4/intltool.m4-121-else
parcellite-1.2.1/m4/intltool.m4:122:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
parcellite-1.2.1/m4/intltool.m4-123-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
parcellite-1.2.1/m4/intltool.m4-126-   AC_MSG_CHECKING([for XML::Parser])
parcellite-1.2.1/m4/intltool.m4:127:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
parcellite-1.2.1/m4/intltool.m4-128-       AC_MSG_RESULT([ok])
##############################################
parcellite-1.2.1/m4/gettext.m4-247-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
parcellite-1.2.1/m4/gettext.m4:248:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
parcellite-1.2.1/m4/gettext.m4-249-      fi
##############################################
parcellite-1.2.1/missing-128-       # Could not run --version or --help.  This is probably someone
parcellite-1.2.1/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
parcellite-1.2.1/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
parcellite-1.2.1/missing-162-         from any GNU archive site."
parcellite-1.2.1/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
parcellite-1.2.1/missing-164-    test -z "$files" && files="config.h"
##############################################
parcellite-1.2.1/missing-191-         proper tools for further handling them.
parcellite-1.2.1/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
parcellite-1.2.1/missing-193-         archive site."
parcellite-1.2.1/missing-194-
parcellite-1.2.1/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
parcellite-1.2.1/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
parcellite-1.2.1/missing-197-    if test -f "$file"; then
##############################################
parcellite-1.2.1/missing-220-	*.y)
parcellite-1.2.1/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
parcellite-1.2.1/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
parcellite-1.2.1/missing-224-	    fi
parcellite-1.2.1/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
parcellite-1.2.1/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
parcellite-1.2.1/missing-250-	*.l)
parcellite-1.2.1/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
parcellite-1.2.1/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
parcellite-1.2.1/missing-269-
parcellite-1.2.1/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
parcellite-1.2.1/missing-271-    if test -z "$file"; then
parcellite-1.2.1/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
parcellite-1.2.1/missing-273-    fi
##############################################
parcellite-1.2.1/missing-291-    # The file to touch is that specified with -o ...
parcellite-1.2.1/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
parcellite-1.2.1/missing-293-    if test -z "$file"; then
parcellite-1.2.1/missing-294-      # ... or it is the one specified with @setfilename ...
parcellite-1.2.1/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
parcellite-1.2.1/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
parcellite-1.2.1/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
parcellite-1.2.1/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
parcellite-1.2.1/missing-299-    fi
##############################################
parcellite-1.2.1/missing-321-	*o*)
parcellite-1.2.1/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
parcellite-1.2.1/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
parcellite-1.2.1/missing-327-	*h*)
parcellite-1.2.1/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
parcellite-1.2.1/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
parcellite-1.2.1/intltool-extract.in-119-    if (! -d "$dirname" && $dirname ne "") {
parcellite-1.2.1/intltool-extract.in:120:        system ("mkdir -p $dirname");
parcellite-1.2.1/intltool-extract.in-121-    }
##############################################
parcellite-1.2.1/config.rpath-33-host="$1"
parcellite-1.2.1/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
parcellite-1.2.1/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
parcellite-1.2.1/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
parcellite-1.2.1/config.rpath-37-
##############################################
parcellite-1.2.1/config.rpath-47-done
parcellite-1.2.1/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
parcellite-1.2.1/config.rpath-49-
##############################################
parcellite-1.2.1/config.rpath-91-        *)
parcellite-1.2.1/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
parcellite-1.2.1/config.rpath-93-            *Sun\ C*)
##############################################
parcellite-1.2.1/config.rpath-217-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
parcellite-1.2.1/config.rpath:218:      case `$LD -v 2>&1` in
parcellite-1.2.1/config.rpath-219-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
parcellite-1.2.1/config.rpath-223-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
parcellite-1.2.1/config.rpath:224:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
parcellite-1.2.1/config.rpath-225-          else
##############################################
parcellite-1.2.1/config.rpath-280-        case $host_os in aix4.[012]|aix4.[012].*)
parcellite-1.2.1/config.rpath:281:          collect2name=`${CC} -print-prog-name=collect2`
parcellite-1.2.1/config.rpath-282-          if test -f "$collect2name" && \
##############################################
parcellite-1.2.1/config.rpath-419-        hardcode_direct=yes
parcellite-1.2.1/config.rpath:420:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
parcellite-1.2.1/config.rpath-421-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
parcellite-1.2.1/config.rpath-483-    sysv5* | sco3.2v5* | sco5v6*)
parcellite-1.2.1/config.rpath:484:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
parcellite-1.2.1/config.rpath-485-      hardcode_libdir_separator=':'
##############################################
parcellite-1.2.1/config.rpath-627-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
parcellite-1.2.1/config.rpath:628:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
parcellite-1.2.1/config.rpath:629:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
parcellite-1.2.1/config.rpath:630:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
parcellite-1.2.1/config.rpath:631:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
parcellite-1.2.1/config.rpath:632:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
parcellite-1.2.1/config.rpath-633-
##############################################
parcellite-1.2.1/intltool-update-223-    my $str = shift;
parcellite-1.2.1/intltool-update:224:    my $ret = `echo "$str"`;
parcellite-1.2.1/intltool-update-225-
##############################################
parcellite-1.2.1/intltool-update-285-    my $gettext_code="ASCII"; # All files are ASCII by default
parcellite-1.2.1/intltool-update:286:    my $filetype=`file $_ | cut -d ' ' -f 2`;
parcellite-1.2.1/intltool-update-287-
##############################################
parcellite-1.2.1/intltool-update-586-    # If either a file exists, or when run it returns 0 exit status
parcellite-1.2.1/intltool-update:587:    return 1 if ((-x $file) or (system("$file --version >$devnull") == 0));
parcellite-1.2.1/intltool-update-588-    return 0;
##############################################
parcellite-1.2.1/intltool-update-596-    {
parcellite-1.2.1/intltool-update:597:        my $version = `$file --version`;
parcellite-1.2.1/intltool-update-598-        return 1 if ($version =~ m/.*\(GNU .*\).*/);
##############################################
parcellite-1.2.1/intltool-update-675-    # checks for GNU gettext >= 0.12
parcellite-1.2.1/intltool-update:676:    my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`;
parcellite-1.2.1/intltool-update-677-    if ($? == 0)
##############################################
parcellite-1.2.1/intltool-update-786-    print "Running $xgettext_command\n" if $VERBOSE;
parcellite-1.2.1/intltool-update:787:    my $xgettext_error_msg = `$xgettext_command 2>\&1`;
parcellite-1.2.1/intltool-update-788-    my $command_failed = $?;
##############################################
parcellite-1.2.1/intltool-update-856-    # I think msgmerge won't overwrite old file if merge is not successful
parcellite-1.2.1/intltool-update:857:    system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot");
parcellite-1.2.1/intltool-update-858-}
##############################################
parcellite-1.2.1/intltool-update-901-
parcellite-1.2.1/intltool-update:902:    system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file);
parcellite-1.2.1/intltool-update-903-}
##############################################
parcellite-1.2.1/intltool-update-928-	print STDERR "$lang: ";
parcellite-1.2.1/intltool-update:929:	system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po");
parcellite-1.2.1/intltool-update-930-    }
##############################################
parcellite-1.2.1/intltool-merge.in-104-    # If either a file exists, or when run it returns 0 exit status
parcellite-1.2.1/intltool-merge.in:105:    return 1 if ((-x $file) or (system("$file -l >$devnull") == 0));
parcellite-1.2.1/intltool-merge.in-106-    return 0;
##############################################
parcellite-1.2.1/intltool-merge.in-364-
parcellite-1.2.1/intltool-merge.in:365:    system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull");
parcellite-1.2.1/intltool-merge.in-366-    if ($?) {