===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ptask-1.0.0/po/Makefile.in.in-87-.po.gmo:
ptask-1.0.0/po/Makefile.in.in:88:	@lang=`echo $* | sed -e 's,.*/,,'`; \
ptask-1.0.0/po/Makefile.in.in-89-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
ptask-1.0.0/po/Makefile.in.in-166-$(POFILES): $(srcdir)/$(DOMAIN).pot
ptask-1.0.0/po/Makefile.in.in:167:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
ptask-1.0.0/po/Makefile.in.in-168-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
ptask-1.0.0/po/Makefile.in.in-196-	for cat in $$catalogs; do \
ptask-1.0.0/po/Makefile.in.in:197:	  cat=`basename $$cat`; \
ptask-1.0.0/po/Makefile.in.in:198:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
ptask-1.0.0/po/Makefile.in.in-199-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
ptask-1.0.0/po/Makefile.in.in-206-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
ptask-1.0.0/po/Makefile.in.in:207:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
ptask-1.0.0/po/Makefile.in.in-208-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
ptask-1.0.0/po/Makefile.in.in-248-	for cat in $$catalogs; do \
ptask-1.0.0/po/Makefile.in.in:249:	  cat=`basename $$cat`; \
ptask-1.0.0/po/Makefile.in.in:250:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
ptask-1.0.0/po/Makefile.in.in-251-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
ptask-1.0.0/po/Makefile.in.in-255-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
ptask-1.0.0/po/Makefile.in.in:256:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
ptask-1.0.0/po/Makefile.in.in-257-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
ptask-1.0.0/po/Makefile.in.in-294-	for cat in $$catalogs; do \
ptask-1.0.0/po/Makefile.in.in:295:	  cat=`basename $$cat`; \
ptask-1.0.0/po/Makefile.in.in:296:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
ptask-1.0.0/po/Makefile.in.in-297-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
ptask-1.0.0/po/Makefile.in.in-359-.nop.po-create:
ptask-1.0.0/po/Makefile.in.in:360:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
ptask-1.0.0/po/Makefile.in.in-361-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
ptask-1.0.0/po/Makefile.in.in-366-.nop.po-update:
ptask-1.0.0/po/Makefile.in.in:367:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
ptask-1.0.0/po/Makefile.in.in-368-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
ptask-1.0.0/po/Rules-quot-15-.insert-header.po-update-en:
ptask-1.0.0/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
ptask-1.0.0/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
ptask-1.0.0/po/Rules-quot-18-	tmpdir=`pwd`; \
ptask-1.0.0/po/Rules-quot-19-	echo "$$lang:"; \
ptask-1.0.0/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
ptask-1.0.0/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
ptask-1.0.0/po/Rules-quot-22-	cd $(srcdir); \
ptask-1.0.0/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 \
ptask-1.0.0/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
ptask-1.0.0/Makefile.in-50-  { \
ptask-1.0.0/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ptask-1.0.0/Makefile.in-52-  }; \
##############################################
ptask-1.0.0/Makefile.in-130-  esac
ptask-1.0.0/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ptask-1.0.0/Makefile.in-132-am__vpath_adj = case $$p in \
ptask-1.0.0/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ptask-1.0.0/Makefile.in-134-    *) f=$$p;; \
ptask-1.0.0/Makefile.in-135-  esac;
ptask-1.0.0/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ptask-1.0.0/Makefile.in-137-am__install_max = 40
ptask-1.0.0/Makefile.in-138-am__nobase_strip_setup = \
ptask-1.0.0/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ptask-1.0.0/Makefile.in-140-am__nobase_strip = \
##############################################
ptask-1.0.0/Makefile.in-210-  while test -n "$$dir1"; do \
ptask-1.0.0/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ptask-1.0.0/Makefile.in-212-    if test "$$first" != "."; then \
ptask-1.0.0/Makefile.in-213-      if test "$$first" = ".."; then \
ptask-1.0.0/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ptask-1.0.0/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ptask-1.0.0/Makefile.in-216-      else \
ptask-1.0.0/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ptask-1.0.0/Makefile.in-218-        if test "$$first2" = "$$first"; then \
ptask-1.0.0/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ptask-1.0.0/Makefile.in-220-        else \
##############################################
ptask-1.0.0/Makefile.in-225-    fi; \
ptask-1.0.0/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ptask-1.0.0/Makefile.in-227-  done; \
##############################################
ptask-1.0.0/Makefile.in-453-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
ptask-1.0.0/Makefile.in:454:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ptask-1.0.0/Makefile.in-455-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
ptask-1.0.0/Makefile.in-474-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
ptask-1.0.0/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ptask-1.0.0/Makefile.in-476-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
ptask-1.0.0/Makefile.in-491-	dot_seen=no; \
ptask-1.0.0/Makefile.in:492:	target=`echo $@ | sed s/-recursive//`; \
ptask-1.0.0/Makefile.in-493-	case "$@" in \
##############################################
ptask-1.0.0/Makefile.in-554-GTAGS:
ptask-1.0.0/Makefile.in:555:	here=`$(am__cd) $(top_builddir) && pwd` \
ptask-1.0.0/Makefile.in-556-	  && $(am__cd) $(top_srcdir) \
##############################################
ptask-1.0.0/Makefile.in-586-	test -d "$(distdir)" || mkdir "$(distdir)"
ptask-1.0.0/Makefile.in:587:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/Makefile.in:588:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/Makefile.in-589-	list='$(DISTFILES)'; \
##############################################
ptask-1.0.0/Makefile.in-600-	  if test -d $$d/$$file; then \
ptask-1.0.0/Makefile.in:601:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ptask-1.0.0/Makefile.in-602-	    if test -d "$(distdir)/$$file"; then \
##############################################
ptask-1.0.0/Makefile.in-711-	test -d $(distdir)/_build || exit 0; \
ptask-1.0.0/Makefile.in:712:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ptask-1.0.0/Makefile.in-713-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ptask-1.0.0/Makefile.in-755-	}; \
ptask-1.0.0/Makefile.in:756:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ptask-1.0.0/Makefile.in-757-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ptask-1.0.0/Makefile.in-767-	fi
ptask-1.0.0/Makefile.in:768:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ptask-1.0.0/Makefile.in-769-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ptask-1.0.0/config.sub-57-
ptask-1.0.0/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
ptask-1.0.0/config.sub-59-
##############################################
ptask-1.0.0/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
ptask-1.0.0/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ptask-1.0.0/config.sub-124-case $maybe_os in
##############################################
ptask-1.0.0/config.sub-130-    os=-$maybe_os
ptask-1.0.0/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ptask-1.0.0/config.sub-132-    ;;
##############################################
ptask-1.0.0/config.sub-134-    os=-linux-android
ptask-1.0.0/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ptask-1.0.0/config.sub-136-    ;;
ptask-1.0.0/config.sub-137-  *)
ptask-1.0.0/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ptask-1.0.0/config.sub-139-    if [ $basic_machine != $1 ]
ptask-1.0.0/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
ptask-1.0.0/config.sub-141-    else os=; fi
##############################################
ptask-1.0.0/config.sub-188-		os=-sco5v6
ptask-1.0.0/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-190-		;;
##############################################
ptask-1.0.0/config.sub-192-		os=-sco3.2v5
ptask-1.0.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-194-		;;
##############################################
ptask-1.0.0/config.sub-196-		os=-sco3.2v4
ptask-1.0.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-198-		;;
ptask-1.0.0/config.sub-199-	-sco3.2.[4-9]*)
ptask-1.0.0/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ptask-1.0.0/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-202-		;;
##############################################
ptask-1.0.0/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
ptask-1.0.0/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-206-		;;
##############################################
ptask-1.0.0/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
ptask-1.0.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-210-		;;
##############################################
ptask-1.0.0/config.sub-212-		os=-sco3.2v2
ptask-1.0.0/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-214-		;;
ptask-1.0.0/config.sub-215-	-udk*)
ptask-1.0.0/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-217-		;;
##############################################
ptask-1.0.0/config.sub-219-		os=-isc2.2
ptask-1.0.0/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-221-		;;
##############################################
ptask-1.0.0/config.sub-225-	-isc*)
ptask-1.0.0/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ptask-1.0.0/config.sub-227-		;;
##############################################
ptask-1.0.0/config.sub-237-	-ptx*)
ptask-1.0.0/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ptask-1.0.0/config.sub-239-		;;
ptask-1.0.0/config.sub-240-	-windowsnt*)
ptask-1.0.0/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ptask-1.0.0/config.sub-242-		;;
##############################################
ptask-1.0.0/config.sub-363-	*-*-*)
ptask-1.0.0/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ptask-1.0.0/config.sub-365-		exit 1
##############################################
ptask-1.0.0/config.sub-481-	amd64-*)
ptask-1.0.0/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-483-		;;
##############################################
ptask-1.0.0/config.sub-523-	blackfin-*)
ptask-1.0.0/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-525-		os=-linux
##############################################
ptask-1.0.0/config.sub-531-	c54x-*)
ptask-1.0.0/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-533-		;;
ptask-1.0.0/config.sub-534-	c55x-*)
ptask-1.0.0/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-536-		;;
ptask-1.0.0/config.sub-537-	c6x-*)
ptask-1.0.0/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-539-		;;
##############################################
ptask-1.0.0/config.sub-734-	i*86v32)
ptask-1.0.0/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ptask-1.0.0/config.sub-736-		os=-sysv32
##############################################
ptask-1.0.0/config.sub-738-	i*86v4*)
ptask-1.0.0/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ptask-1.0.0/config.sub-740-		os=-sysv4
##############################################
ptask-1.0.0/config.sub-742-	i*86v)
ptask-1.0.0/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ptask-1.0.0/config.sub-744-		os=-sysv
##############################################
ptask-1.0.0/config.sub-746-	i*86sol2)
ptask-1.0.0/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ptask-1.0.0/config.sub-748-		os=-solaris2
##############################################
ptask-1.0.0/config.sub-776-	m68knommu-*)
ptask-1.0.0/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-778-		os=-linux
##############################################
ptask-1.0.0/config.sub-809-	mips3*-*)
ptask-1.0.0/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ptask-1.0.0/config.sub-811-		;;
ptask-1.0.0/config.sub-812-	mips3*)
ptask-1.0.0/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ptask-1.0.0/config.sub-814-		;;
##############################################
ptask-1.0.0/config.sub-827-	ms1-*)
ptask-1.0.0/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ptask-1.0.0/config.sub-829-		;;
##############################################
ptask-1.0.0/config.sub-946-	parisc-*)
ptask-1.0.0/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-948-		os=-linux
##############################################
ptask-1.0.0/config.sub-962-	pc98-*)
ptask-1.0.0/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-964-		;;
##############################################
ptask-1.0.0/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ptask-1.0.0/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-979-		;;
ptask-1.0.0/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ptask-1.0.0/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-982-		;;
ptask-1.0.0/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ptask-1.0.0/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-985-		;;
ptask-1.0.0/config.sub-986-	pentium4-*)
ptask-1.0.0/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-988-		;;
##############################################
ptask-1.0.0/config.sub-996-	ppc-* | ppcbe-*)
ptask-1.0.0/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-998-		;;
##############################################
ptask-1.0.0/config.sub-1002-	ppcle-* | powerpclittle-*)
ptask-1.0.0/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-1004-		;;
##############################################
ptask-1.0.0/config.sub-1006-		;;
ptask-1.0.0/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-1008-		;;
##############################################
ptask-1.0.0/config.sub-1012-	ppc64le-* | powerpc64little-*)
ptask-1.0.0/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-1014-		;;
##############################################
ptask-1.0.0/config.sub-1091-	strongarm-* | thumb-*)
ptask-1.0.0/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ptask-1.0.0/config.sub-1093-		;;
##############################################
ptask-1.0.0/config.sub-1221-	xscale-* | xscalee[bl]-*)
ptask-1.0.0/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ptask-1.0.0/config.sub-1223-		;;
##############################################
ptask-1.0.0/config.sub-1298-	*)
ptask-1.0.0/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ptask-1.0.0/config.sub-1300-		exit 1
##############################################
ptask-1.0.0/config.sub-1306-	*-digital*)
ptask-1.0.0/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ptask-1.0.0/config.sub-1308-		;;
ptask-1.0.0/config.sub-1309-	*-commodore*)
ptask-1.0.0/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ptask-1.0.0/config.sub-1311-		;;
##############################################
ptask-1.0.0/config.sub-1327-	-solaris1 | -solaris1.*)
ptask-1.0.0/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ptask-1.0.0/config.sub-1329-		;;
##############################################
ptask-1.0.0/config.sub-1339-	-gnu/linux*)
ptask-1.0.0/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ptask-1.0.0/config.sub-1341-		;;
##############################################
ptask-1.0.0/config.sub-1385-	-nto*)
ptask-1.0.0/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ptask-1.0.0/config.sub-1387-		;;
##############################################
ptask-1.0.0/config.sub-1392-	-mac*)
ptask-1.0.0/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
ptask-1.0.0/config.sub-1394-		;;
##############################################
ptask-1.0.0/config.sub-1398-	-linux*)
ptask-1.0.0/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ptask-1.0.0/config.sub-1400-		;;
ptask-1.0.0/config.sub-1401-	-sunos5*)
ptask-1.0.0/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ptask-1.0.0/config.sub-1403-		;;
ptask-1.0.0/config.sub-1404-	-sunos6*)
ptask-1.0.0/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ptask-1.0.0/config.sub-1406-		;;
##############################################
ptask-1.0.0/config.sub-1453-	-sinix5.*)
ptask-1.0.0/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
ptask-1.0.0/config.sub-1455-		;;
##############################################
ptask-1.0.0/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
ptask-1.0.0/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
ptask-1.0.0/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ptask-1.0.0/config.sub-1512-		exit 1
##############################################
ptask-1.0.0/config.sub-1769-		esac
ptask-1.0.0/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ptask-1.0.0/config.sub-1771-		;;
##############################################
ptask-1.0.0/compile-68-	mingw/*)
ptask-1.0.0/compile:69:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ptask-1.0.0/compile-70-	  ;;
ptask-1.0.0/compile-71-	cygwin/*)
ptask-1.0.0/compile:72:	  file=`cygpath -m "$file" || echo "$file"`
ptask-1.0.0/compile-73-	  ;;
ptask-1.0.0/compile-74-	wine/*)
ptask-1.0.0/compile:75:	  file=`winepath -w "$file" || echo "$file"`
ptask-1.0.0/compile-76-	  ;;
##############################################
ptask-1.0.0/compile-305-# Name of file we expect compiler to create.
ptask-1.0.0/compile:306:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
ptask-1.0.0/compile-307-
##############################################
ptask-1.0.0/compile-311-# object file name, since that is what matters with a parallel build.
ptask-1.0.0/compile:312:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
ptask-1.0.0/compile-313-while true; do
##############################################
ptask-1.0.0/config.rpath-33-host="$1"
ptask-1.0.0/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
ptask-1.0.0/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
ptask-1.0.0/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
ptask-1.0.0/config.rpath-37-
##############################################
ptask-1.0.0/config.rpath-47-done
ptask-1.0.0/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
ptask-1.0.0/config.rpath-49-
##############################################
ptask-1.0.0/config.rpath-91-        *)
ptask-1.0.0/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
ptask-1.0.0/config.rpath-93-            *Sun\ C*)
##############################################
ptask-1.0.0/config.rpath-214-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ptask-1.0.0/config.rpath:215:      case `$LD -v 2>&1` in
ptask-1.0.0/config.rpath-216-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ptask-1.0.0/config.rpath-220-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
ptask-1.0.0/config.rpath:221:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
ptask-1.0.0/config.rpath-222-          else
##############################################
ptask-1.0.0/config.rpath-277-        case $host_os in aix4.[012]|aix4.[012].*)
ptask-1.0.0/config.rpath:278:          collect2name=`${CC} -print-prog-name=collect2`
ptask-1.0.0/config.rpath-279-          if test -f "$collect2name" && \
##############################################
ptask-1.0.0/config.rpath-415-      hardcode_direct=yes
ptask-1.0.0/config.rpath:416:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ptask-1.0.0/config.rpath-417-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
ptask-1.0.0/config.rpath-476-    sysv5* | sco3.2v5* | sco5v6*)
ptask-1.0.0/config.rpath:477:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ptask-1.0.0/config.rpath-478-      hardcode_libdir_separator=':'
##############################################
ptask-1.0.0/config.rpath-583-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
ptask-1.0.0/config.rpath:584:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
ptask-1.0.0/config.rpath:585:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
ptask-1.0.0/config.rpath:586:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
ptask-1.0.0/config.rpath-587-
##############################################
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-50-  { \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-52-  }; \
##############################################
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-119-  esac
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-121-am__vpath_adj = case $$p in \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-123-    *) f=$$p;; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-124-  esac;
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-126-am__install_max = 40
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-127-am__nobase_strip_setup = \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-129-am__nobase_strip = \
##############################################
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-339-	@list='$(prssdistpix_DATA)'; test -n "$(prssdistpixdir)" || list=; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:340:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-341-	dir='$(DESTDIR)$(prssdistpixdir)'; $(am__uninstall_files_from_dir)
##############################################
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-349-distdir: $(DISTFILES)
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:350:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:351:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-352-	list='$(DISTFILES)'; \
##############################################
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-363-	  if test -d $$d/$$file; then \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in:364:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ptask-1.0.0/icons/hicolor/scalable/Makefile.in-365-	    if test -d "$(distdir)/$$file"; then \
##############################################
ptask-1.0.0/missing-129-       # Could not run --version or --help.  This is probably someone
ptask-1.0.0/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
ptask-1.0.0/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
ptask-1.0.0/missing-163-         from any GNU archive site."
ptask-1.0.0/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ptask-1.0.0/missing-165-    test -z "$files" && files="config.h"
##############################################
ptask-1.0.0/missing-192-         proper tools for further handling them.
ptask-1.0.0/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
ptask-1.0.0/missing-194-         archive site."
ptask-1.0.0/missing-195-
ptask-1.0.0/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
ptask-1.0.0/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ptask-1.0.0/missing-198-    if test -f "$file"; then
##############################################
ptask-1.0.0/missing-221-	*.y)
ptask-1.0.0/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ptask-1.0.0/missing-223-	    if test -f "$SRCFILE"; then
##############################################
ptask-1.0.0/missing-225-	    fi
ptask-1.0.0/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ptask-1.0.0/missing-227-	    if test -f "$SRCFILE"; then
##############################################
ptask-1.0.0/missing-251-	*.l)
ptask-1.0.0/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ptask-1.0.0/missing-253-	    if test -f "$SRCFILE"; then
##############################################
ptask-1.0.0/missing-270-
ptask-1.0.0/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
ptask-1.0.0/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ptask-1.0.0/missing-273-    if test -f "$file"; then
##############################################
ptask-1.0.0/missing-290-    # The file to touch is that specified with -o ...
ptask-1.0.0/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
ptask-1.0.0/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ptask-1.0.0/missing-293-    if test -z "$file"; then
ptask-1.0.0/missing-294-      # ... or it is the one specified with @setfilename ...
ptask-1.0.0/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ptask-1.0.0/missing-296-      file=`sed -n '
##############################################
ptask-1.0.0/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
ptask-1.0.0/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
ptask-1.0.0/missing-304-    fi
##############################################
ptask-1.0.0/install-sh-229-      fi
ptask-1.0.0/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ptask-1.0.0/install-sh-231-    *)
##############################################
ptask-1.0.0/install-sh-276-      dstdir=$dst
ptask-1.0.0/install-sh:277:      dst=$dstdir/`basename "$src"`
ptask-1.0.0/install-sh-278-      dstdir_status=0
##############################################
ptask-1.0.0/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ptask-1.0.0/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ptask-1.0.0/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
ptask-1.0.0/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ptask-1.0.0/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ptask-1.0.0/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ptask-1.0.0/install-sh-425-	    case $prefix in
ptask-1.0.0/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ptask-1.0.0/install-sh-427-	      *) qprefix=$prefix;;
##############################################
ptask-1.0.0/install-sh-474-    if $copy_on_change &&
ptask-1.0.0/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ptask-1.0.0/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ptask-1.0.0/install-sh-477-
##############################################
ptask-1.0.0/tests/checkpatch.pl-2412-			if ($prefix !~ /$Type\s+$/ &&
ptask-1.0.0/tests/checkpatch.pl:2413:			    ($where != 0 || $prefix !~ /^.\s+$/) &&
ptask-1.0.0/tests/checkpatch.pl-2414-			    $prefix !~ /[{,]\s+$/) {
##############################################
ptask-1.0.0/tests/Makefile.in-49-  { \
ptask-1.0.0/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ptask-1.0.0/tests/Makefile.in-51-  }; \
##############################################
ptask-1.0.0/tests/Makefile.in-142-}
ptask-1.0.0/tests/Makefile.in:143:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ptask-1.0.0/tests/Makefile.in-144-am__vpath_adj = case $$p in \
ptask-1.0.0/tests/Makefile.in:145:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ptask-1.0.0/tests/Makefile.in-146-    *) f=$$p;; \
ptask-1.0.0/tests/Makefile.in-147-  esac;
ptask-1.0.0/tests/Makefile.in:148:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ptask-1.0.0/tests/Makefile.in-149-am__install_max = 40
ptask-1.0.0/tests/Makefile.in-150-am__nobase_strip_setup = \
ptask-1.0.0/tests/Makefile.in:151:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ptask-1.0.0/tests/Makefile.in-152-am__nobase_strip = \
##############################################
ptask-1.0.0/tests/Makefile.in-270-case "$@" in						\
ptask-1.0.0/tests/Makefile.in:271:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
ptask-1.0.0/tests/Makefile.in-272-    *) am__odir=.;; 					\
##############################################
ptask-1.0.0/tests/Makefile.in-300-  bases='$(TEST_LOGS)'; \
ptask-1.0.0/tests/Makefile.in:301:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
ptask-1.0.0/tests/Makefile.in:302:  bases=`echo $$bases`
ptask-1.0.0/tests/Makefile.in-303-RECHECK_LOGS = $(TEST_LOGS)
##############################################
ptask-1.0.0/tests/Makefile.in-313-        */*) b='$*';; \
ptask-1.0.0/tests/Makefile.in:314:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
ptask-1.0.0/tests/Makefile.in-315-       esac;; \
##############################################
ptask-1.0.0/tests/Makefile.in-522-	if test -n "$$redo_bases"; then \
ptask-1.0.0/tests/Makefile.in:523:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
ptask-1.0.0/tests/Makefile.in:524:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
ptask-1.0.0/tests/Makefile.in-525-	  if $(am__make_dryrun); then :; else \
##############################################
ptask-1.0.0/tests/Makefile.in-547-	ws='[ 	]'; \
ptask-1.0.0/tests/Makefile.in:548:	results=`for b in $$bases; do echo $$b.trs; done`; \
ptask-1.0.0/tests/Makefile.in-549-	test -n "$$results" || results=/dev/null; \
ptask-1.0.0/tests/Makefile.in:550:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:551:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:552:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:553:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:554:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:555:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:556:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
ptask-1.0.0/tests/Makefile.in:557:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
ptask-1.0.0/tests/Makefile.in-558-	  success=true; \
##############################################
ptask-1.0.0/tests/Makefile.in-626-	@set +e; $(am__set_TESTS_bases); \
ptask-1.0.0/tests/Makefile.in:627:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ptask-1.0.0/tests/Makefile.in:628:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
ptask-1.0.0/tests/Makefile.in:629:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
ptask-1.0.0/tests/Makefile.in-630-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
ptask-1.0.0/tests/Makefile.in-636-	         | $(am__list_recheck_tests)` || exit 1; \
ptask-1.0.0/tests/Makefile.in:637:	log_list=`for i in $$bases; do echo $$i.log; done`; \
ptask-1.0.0/tests/Makefile.in:638:	log_list=`echo $$log_list`; \
ptask-1.0.0/tests/Makefile.in-639-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
ptask-1.0.0/tests/Makefile.in-665-distdir: $(DISTFILES)
ptask-1.0.0/tests/Makefile.in:666:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/tests/Makefile.in:667:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/tests/Makefile.in-668-	list='$(DISTFILES)'; \
##############################################
ptask-1.0.0/tests/Makefile.in-679-	  if test -d $$d/$$file; then \
ptask-1.0.0/tests/Makefile.in:680:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ptask-1.0.0/tests/Makefile.in-681-	    if test -d "$(distdir)/$$file"; then \
##############################################
ptask-1.0.0/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ptask-1.0.0/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ptask-1.0.0/depcomp-75-
##############################################
ptask-1.0.0/depcomp-249-  # Version 6 uses the directory in both cases.
ptask-1.0.0/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ptask-1.0.0/depcomp-251-  test "x$dir" = "x$object" && dir=
ptask-1.0.0/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ptask-1.0.0/depcomp-253-  if test "$libtool" = yes; then
##############################################
ptask-1.0.0/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
ptask-1.0.0/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ptask-1.0.0/depcomp-346-  test "x$dir" = "x$object" && dir=
ptask-1.0.0/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ptask-1.0.0/depcomp-348-  if test "$libtool" = yes; then
##############################################
ptask-1.0.0/depcomp-388-   # Subdirectories are respected.
ptask-1.0.0/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ptask-1.0.0/depcomp-390-   test "x$dir" = "x$object" && dir=
ptask-1.0.0/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ptask-1.0.0/depcomp-392-
##############################################
ptask-1.0.0/depcomp-578-  done
ptask-1.0.0/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ptask-1.0.0/depcomp-580-  touch "$tmpdepfile"
##############################################
ptask-1.0.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
ptask-1.0.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ptask-1.0.0/configure-47-  as_echo='print -r --'
ptask-1.0.0/configure-48-  as_echo_n='print -rn --'
ptask-1.0.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ptask-1.0.0/configure-50-  as_echo='printf %s\n'
##############################################
ptask-1.0.0/configure-52-else
ptask-1.0.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ptask-1.0.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ptask-1.0.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
ptask-1.0.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ptask-1.0.0/configure-64-      esac;
##############################################
ptask-1.0.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ptask-1.0.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ptask-1.0.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ptask-1.0.0/configure-327-      case $as_dir in #(
ptask-1.0.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ptask-1.0.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
ptask-1.0.0/configure-400-  {
ptask-1.0.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
ptask-1.0.0/configure-402-  }
##############################################
ptask-1.0.0/configure-407-# ----------------------------------------
ptask-1.0.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ptask-1.0.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ptask-1.0.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ptask-1.0.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ptask-1.0.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ptask-1.0.0/configure-824-  case $ac_option in
ptask-1.0.0/configure:825:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ptask-1.0.0/configure-826-  *=)   ac_optarg= ;;
##############################################
ptask-1.0.0/configure-868-  -disable-* | --disable-*)
ptask-1.0.0/configure:869:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ptask-1.0.0/configure-870-    # Reject names that are not valid shell variable names.
##############################################
ptask-1.0.0/configure-873-    ac_useropt_orig=$ac_useropt
ptask-1.0.0/configure:874:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ptask-1.0.0/configure-875-    case $ac_user_opts in
##############################################
ptask-1.0.0/configure-894-  -enable-* | --enable-*)
ptask-1.0.0/configure:895:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ptask-1.0.0/configure-896-    # Reject names that are not valid shell variable names.
##############################################
ptask-1.0.0/configure-899-    ac_useropt_orig=$ac_useropt
ptask-1.0.0/configure:900:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ptask-1.0.0/configure-901-    case $ac_user_opts in
##############################################
ptask-1.0.0/configure-1107-  -with-* | --with-*)
ptask-1.0.0/configure:1108:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ptask-1.0.0/configure-1109-    # Reject names that are not valid shell variable names.
##############################################
ptask-1.0.0/configure-1112-    ac_useropt_orig=$ac_useropt
ptask-1.0.0/configure:1113:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ptask-1.0.0/configure-1114-    case $ac_user_opts in
##############################################
ptask-1.0.0/configure-1123-  -without-* | --without-*)
ptask-1.0.0/configure:1124:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ptask-1.0.0/configure-1125-    # Reject names that are not valid shell variable names.
##############################################
ptask-1.0.0/configure-1128-    ac_useropt_orig=$ac_useropt
ptask-1.0.0/configure:1129:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ptask-1.0.0/configure-1130-    case $ac_user_opts in
##############################################
ptask-1.0.0/configure-1161-  *=*)
ptask-1.0.0/configure:1162:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ptask-1.0.0/configure-1163-    # Reject names that are not valid shell variable names.
##############################################
ptask-1.0.0/configure-1182-if test -n "$ac_prev"; then
ptask-1.0.0/configure:1183:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ptask-1.0.0/configure-1184-  as_fn_error $? "missing argument to $ac_option"
##############################################
ptask-1.0.0/configure-1204-    */ )
ptask-1.0.0/configure:1205:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ptask-1.0.0/configure-1206-      eval $ac_var=\$ac_val;;
##############################################
ptask-1.0.0/configure-1239-ac_ls_di=`ls -di .` &&
ptask-1.0.0/configure:1240:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ptask-1.0.0/configure-1241-  as_fn_error $? "working directory cannot be determined"
##############################################
ptask-1.0.0/configure-1295-case $srcdir in
ptask-1.0.0/configure:1296:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ptask-1.0.0/configure-1297-esac
##############################################
ptask-1.0.0/configure-1338-By default, \`make install' will install all the files in
ptask-1.0.0/configure:1339:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ptask-1.0.0/configure:1340:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ptask-1.0.0/configure-1341-for instance \`--prefix=\$HOME'.
##############################################
ptask-1.0.0/configure-1459-*)
ptask-1.0.0/configure:1460:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ptask-1.0.0/configure-1461-  # A ".." for each directory in $ac_dir_suffix.
ptask-1.0.0/configure:1462:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ptask-1.0.0/configure-1463-  case $ac_top_builddir_sub in
##############################################
ptask-1.0.0/configure-1758-    *\'*)
ptask-1.0.0/configure:1759:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ptask-1.0.0/configure-1760-    esac
##############################################
ptask-1.0.0/configure-1841-      case $ac_val in
ptask-1.0.0/configure:1842:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ptask-1.0.0/configure-1843-      esac
##############################################
ptask-1.0.0/configure-1856-	case $ac_val in
ptask-1.0.0/configure:1857:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ptask-1.0.0/configure-1858-	esac
##############################################
ptask-1.0.0/configure-1977-    set,)
ptask-1.0.0/configure:1978:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ptask-1.0.0/configure:1979:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ptask-1.0.0/configure-1980-      ac_cache_corrupted=: ;;
##############################################
ptask-1.0.0/configure-1988-	# differences in whitespace do not lead to failure.
ptask-1.0.0/configure:1989:	ac_old_val_w=`echo x $ac_old_val`
ptask-1.0.0/configure:1990:	ac_new_val_w=`echo x $ac_new_val`
ptask-1.0.0/configure-1991-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ptask-1.0.0/configure-2008-    case $ac_new_val in
ptask-1.0.0/configure:2009:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ptask-1.0.0/configure-2010-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ptask-1.0.0/configure-2184-     echo "timestamp, slept: $am_has_slept" > conftest.file
ptask-1.0.0/configure:2185:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ptask-1.0.0/configure-2186-     if test "$*" = "X"; then
ptask-1.0.0/configure-2187-	# -L didn't work.
ptask-1.0.0/configure:2188:	set X `ls -t "$srcdir/configure" conftest.file`
ptask-1.0.0/configure-2189-     fi
##############################################
ptask-1.0.0/configure-2235-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ptask-1.0.0/configure:2236:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ptask-1.0.0/configure-2237-
ptask-1.0.0/configure-2238-# Expand $ac_aux_dir to an absolute path.
ptask-1.0.0/configure:2239:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ptask-1.0.0/configure-2240-
##############################################
ptask-1.0.0/configure-2380-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ptask-1.0.0/configure:2381:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ptask-1.0.0/configure-2382-	     'mkdir (GNU coreutils) '* | \
##############################################
ptask-1.0.0/configure-2453-set x ${MAKE-make}
ptask-1.0.0/configure:2454:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ptask-1.0.0/configure-2455-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ptask-1.0.0/configure-2463-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ptask-1.0.0/configure:2464:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ptask-1.0.0/configure-2465-  *@@@%%%=?*=@@@%%%*)
##############################################
ptask-1.0.0/configure-2529-
ptask-1.0.0/configure:2530:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ptask-1.0.0/configure-2531-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ptask-1.0.0/configure-2996-$as_echo_n "checking whether the C compiler works... " >&6; }
ptask-1.0.0/configure:2997:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ptask-1.0.0/configure-2998-
##############################################
ptask-1.0.0/configure-3040-	then :; else
ptask-1.0.0/configure:3041:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ptask-1.0.0/configure-3042-	fi
##############################################
ptask-1.0.0/configure-3100-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ptask-1.0.0/configure:3101:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ptask-1.0.0/configure-3102-	  break;;
##############################################
ptask-1.0.0/configure-3209-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ptask-1.0.0/configure:3210:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ptask-1.0.0/configure-3211-       break;;
##############################################
ptask-1.0.0/configure-3517-# Ignore all kinds of additional output from 'make'.
ptask-1.0.0/configure:3518:case `$am_make -s -f confmf 2> /dev/null` in #(
ptask-1.0.0/configure-3519-*the\ am__doit\ target*)
##############################################
ptask-1.0.0/configure-3527-   echo '.include "confinc"' > confmf
ptask-1.0.0/configure:3528:   case `$am_make -s -f confmf 2> /dev/null` in #(
ptask-1.0.0/configure-3529-   *the\ am__doit\ target*)
##############################################
ptask-1.0.0/configure-3590-  if test "$am_compiler_list" = ""; then
ptask-1.0.0/configure:3591:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ptask-1.0.0/configure-3592-  fi
##############################################
ptask-1.0.0/configure-4043-    for ac_var in incroot usrlibdir libdir; do
ptask-1.0.0/configure:4044:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ptask-1.0.0/configure-4045-    done
##############################################
ptask-1.0.0/configure-4153-  LIBS=$ac_save_LIBS
ptask-1.0.0/configure:4154:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ptask-1.0.0/configure-4155-do
##############################################
ptask-1.0.0/configure-4228-  # Check for GNU $ac_path_SED
ptask-1.0.0/configure:4229:case `"$ac_path_SED" --version 2>&1` in
ptask-1.0.0/configure-4230-*GNU*)
##############################################
ptask-1.0.0/configure-4403-
ptask-1.0.0/configure:4404:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/configure-4405-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
ptask-1.0.0/configure-4408-
ptask-1.0.0/configure:4409:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/configure-4410-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
ptask-1.0.0/configure-4485-
ptask-1.0.0/configure:4486:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/configure-4487-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
ptask-1.0.0/configure-4596-test "x$ac_build_alias" = x &&
ptask-1.0.0/configure:4597:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ptask-1.0.0/configure-4598-test "x$ac_build_alias" = x &&
ptask-1.0.0/configure-4599-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ptask-1.0.0/configure:4600:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ptask-1.0.0/configure-4601-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ptask-1.0.0/configure-4620-IFS=$ac_save_IFS
ptask-1.0.0/configure:4621:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ptask-1.0.0/configure-4622-
##############################################
ptask-1.0.0/configure-4631-else
ptask-1.0.0/configure:4632:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ptask-1.0.0/configure-4633-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ptask-1.0.0/configure-4653-IFS=$ac_save_IFS
ptask-1.0.0/configure:4654:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ptask-1.0.0/configure-4655-
##############################################
ptask-1.0.0/configure-4686-    # gcc leaves a trailing carriage return which upsets mingw
ptask-1.0.0/configure:4687:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ptask-1.0.0/configure-4688-  *)
ptask-1.0.0/configure:4689:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ptask-1.0.0/configure-4690-  esac
##############################################
ptask-1.0.0/configure-4695-      # Canonicalize the pathname of ld
ptask-1.0.0/configure:4696:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
ptask-1.0.0/configure-4697-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
ptask-1.0.0/configure:4698:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
ptask-1.0.0/configure-4699-      done
##############################################
ptask-1.0.0/configure-4730-      # Break only if it was the GNU/non-GNU ld that we prefer.
ptask-1.0.0/configure:4731:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
ptask-1.0.0/configure-4732-      *GNU* | *'with BFD'*)
##############################################
ptask-1.0.0/configure-4761-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ptask-1.0.0/configure:4762:case `$LD -v 2>&1 </dev/null` in
ptask-1.0.0/configure-4763-*GNU* | *'with BFD'*)
##############################################
ptask-1.0.0/configure-4828-  # Check for GNU $ac_path_GREP
ptask-1.0.0/configure:4829:case `"$ac_path_GREP" --version 2>&1` in
ptask-1.0.0/configure-4830-*GNU*)
##############################################
ptask-1.0.0/configure-4894-  # Check for GNU $ac_path_EGREP
ptask-1.0.0/configure:4895:case `"$ac_path_EGREP" --version 2>&1` in
ptask-1.0.0/configure-4896-*GNU*)
##############################################
ptask-1.0.0/configure-4979-    *)
ptask-1.0.0/configure:4980:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
ptask-1.0.0/configure-4981-      if test -n "$searchpath"; then
##############################################
ptask-1.0.0/configure-4989-                ;;
ptask-1.0.0/configure:4990:              *) searchdir=`cd "$searchdir" && pwd`
ptask-1.0.0/configure-4991-                 case "$searchdir" in
##############################################
ptask-1.0.0/configure-5080-        names_already_handled="$names_already_handled $name"
ptask-1.0.0/configure:5081:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
ptask-1.0.0/configure-5082-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
ptask-1.0.0/configure-5156-                -L*)
ptask-1.0.0/configure:5157:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
ptask-1.0.0/configure-5158-                                    if test -n "$acl_shlibext"; then
##############################################
ptask-1.0.0/configure-5273-              */$acl_libdirstem | */$acl_libdirstem/)
ptask-1.0.0/configure:5274:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
ptask-1.0.0/configure-5275-                if test "$name" = 'iconv'; then
##############################################
ptask-1.0.0/configure-5280-              */$acl_libdirstem2 | */$acl_libdirstem2/)
ptask-1.0.0/configure:5281:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
ptask-1.0.0/configure-5282-                if test "$name" = 'iconv'; then
##############################################
ptask-1.0.0/configure-5331-                  -L*)
ptask-1.0.0/configure:5332:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
ptask-1.0.0/configure-5333-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
ptask-1.0.0/configure-5390-                  -R*)
ptask-1.0.0/configure:5391:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
ptask-1.0.0/configure-5392-                    if test "$enable_rpath" != no; then
##############################################
ptask-1.0.0/configure-5415-                  -l*)
ptask-1.0.0/configure:5416:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
ptask-1.0.0/configure-5417-                    ;;
ptask-1.0.0/configure-5418-                  *.la)
ptask-1.0.0/configure:5419:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
ptask-1.0.0/configure-5420-                    ;;
##############################################
ptask-1.0.0/configure-5973-        names_already_handled="$names_already_handled $name"
ptask-1.0.0/configure:5974:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
ptask-1.0.0/configure-5975-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
ptask-1.0.0/configure-6049-                -L*)
ptask-1.0.0/configure:6050:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
ptask-1.0.0/configure-6051-                                    if test -n "$acl_shlibext"; then
##############################################
ptask-1.0.0/configure-6166-              */$acl_libdirstem | */$acl_libdirstem/)
ptask-1.0.0/configure:6167:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
ptask-1.0.0/configure-6168-                if test "$name" = 'intl'; then
##############################################
ptask-1.0.0/configure-6173-              */$acl_libdirstem2 | */$acl_libdirstem2/)
ptask-1.0.0/configure:6174:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
ptask-1.0.0/configure-6175-                if test "$name" = 'intl'; then
##############################################
ptask-1.0.0/configure-6224-                  -L*)
ptask-1.0.0/configure:6225:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
ptask-1.0.0/configure-6226-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
ptask-1.0.0/configure-6283-                  -R*)
ptask-1.0.0/configure:6284:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
ptask-1.0.0/configure-6285-                    if test "$enable_rpath" != no; then
##############################################
ptask-1.0.0/configure-6308-                  -l*)
ptask-1.0.0/configure:6309:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
ptask-1.0.0/configure-6310-                    ;;
ptask-1.0.0/configure-6311-                  *.la)
ptask-1.0.0/configure:6312:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
ptask-1.0.0/configure-6313-                    ;;
##############################################
ptask-1.0.0/configure-6682-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6683:  pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
ptask-1.0.0/configure-6684-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6699-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6700:  pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
ptask-1.0.0/configure-6701-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6720-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/configure:6721:	        X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1`
ptask-1.0.0/configure-6722-        else
ptask-1.0.0/configure:6723:	        X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1`
ptask-1.0.0/configure-6724-        fi
##############################################
ptask-1.0.0/configure-6776-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6777:  pkg_cv_XEXT_CFLAGS=`$PKG_CONFIG --cflags "xext" 2>/dev/null`
ptask-1.0.0/configure-6778-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6793-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6794:  pkg_cv_XEXT_LIBS=`$PKG_CONFIG --libs "xext" 2>/dev/null`
ptask-1.0.0/configure-6795-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6814-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/configure:6815:	        XEXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xext" 2>&1`
ptask-1.0.0/configure-6816-        else
ptask-1.0.0/configure:6817:	        XEXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xext" 2>&1`
ptask-1.0.0/configure-6818-        fi
##############################################
ptask-1.0.0/configure-6871-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6872:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.12" 2>/dev/null`
ptask-1.0.0/configure-6873-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6888-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6889:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.12" 2>/dev/null`
ptask-1.0.0/configure-6890-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6909-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/configure:6910:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.12" 2>&1`
ptask-1.0.0/configure-6911-        else
ptask-1.0.0/configure:6912:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.12" 2>&1`
ptask-1.0.0/configure-6913-        fi
##############################################
ptask-1.0.0/configure-6974-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6975:  pkg_cv_JSON_CFLAGS=`$PKG_CONFIG --cflags "json-c" 2>/dev/null`
ptask-1.0.0/configure-6976-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-6991-  test $ac_status = 0; }; then
ptask-1.0.0/configure:6992:  pkg_cv_JSON_LIBS=`$PKG_CONFIG --libs "json-c" 2>/dev/null`
ptask-1.0.0/configure-6993-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-7012-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/configure:7013:	        JSON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "json-c" 2>&1`
ptask-1.0.0/configure-7014-        else
ptask-1.0.0/configure:7015:	        JSON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "json-c" 2>&1`
ptask-1.0.0/configure-7016-        fi
##############################################
ptask-1.0.0/configure-7051-  test $ac_status = 0; }; then
ptask-1.0.0/configure:7052:  pkg_cv_JSON_CFLAGS=`$PKG_CONFIG --cflags "json" 2>/dev/null`
ptask-1.0.0/configure-7053-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-7068-  test $ac_status = 0; }; then
ptask-1.0.0/configure:7069:  pkg_cv_JSON_LIBS=`$PKG_CONFIG --libs "json" 2>/dev/null`
ptask-1.0.0/configure-7070-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
ptask-1.0.0/configure-7089-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/configure:7090:	        JSON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "json" 2>&1`
ptask-1.0.0/configure-7091-        else
ptask-1.0.0/configure:7092:	        JSON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "json" 2>&1`
ptask-1.0.0/configure-7093-        fi
##############################################
ptask-1.0.0/configure-7264-  if test x$cross_compiling != xyes; then
ptask-1.0.0/configure:7265:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
ptask-1.0.0/configure-7266-  else
##############################################
ptask-1.0.0/configure-7341-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
ptask-1.0.0/configure:7342:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
ptask-1.0.0/configure-7343-	test -n "$$files" || exit 0; \
##############################################
ptask-1.0.0/configure-7552-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ptask-1.0.0/configure:7553:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ptask-1.0.0/configure-7554-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ptask-1.0.0/configure-7651-if test -z "$BASH_VERSION$ZSH_VERSION" \
ptask-1.0.0/configure:7652:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ptask-1.0.0/configure-7653-  as_echo='print -r --'
ptask-1.0.0/configure-7654-  as_echo_n='print -rn --'
ptask-1.0.0/configure:7655:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ptask-1.0.0/configure-7656-  as_echo='printf %s\n'
##############################################
ptask-1.0.0/configure-7658-else
ptask-1.0.0/configure:7659:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ptask-1.0.0/configure-7660-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ptask-1.0.0/configure-7668-	expr "X$arg" : "X\\(.*\\)$as_nl";
ptask-1.0.0/configure:7669:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ptask-1.0.0/configure-7670-      esac;
##############################################
ptask-1.0.0/configure-7745-# ----------------------------------------
ptask-1.0.0/configure:7746:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ptask-1.0.0/configure-7747-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ptask-1.0.0/configure-7817-  {
ptask-1.0.0/configure:7818:    as_val=`expr "$@" || test $? -eq 1`
ptask-1.0.0/configure-7819-  }
##############################################
ptask-1.0.0/configure-7921-      case $as_dir in #(
ptask-1.0.0/configure:7922:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ptask-1.0.0/configure-7923-      *) as_qdir=$as_dir;;
##############################################
ptask-1.0.0/configure-8057-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ptask-1.0.0/configure:8058:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ptask-1.0.0/configure-8059-ac_cs_version="\\
##############################################
ptask-1.0.0/configure-8082-  --*=?*)
ptask-1.0.0/configure:8083:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ptask-1.0.0/configure:8084:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ptask-1.0.0/configure-8085-    ac_shift=:
##############################################
ptask-1.0.0/configure-8087-  --*=)
ptask-1.0.0/configure:8088:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ptask-1.0.0/configure-8089-    ac_optarg=
##############################################
ptask-1.0.0/configure-8111-    case $ac_optarg in
ptask-1.0.0/configure:8112:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ptask-1.0.0/configure-8113-    '') as_fn_error $? "missing file argument" ;;
##############################################
ptask-1.0.0/configure-8119-    case $ac_optarg in
ptask-1.0.0/configure:8120:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ptask-1.0.0/configure-8121-    esac
##############################################
ptask-1.0.0/configure-8260-fi
ptask-1.0.0/configure:8261:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ptask-1.0.0/configure-8262-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ptask-1.0.0/configure-8277-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ptask-1.0.0/configure:8278:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ptask-1.0.0/configure-8279-ac_delim='%!_!# '
##############################################
ptask-1.0.0/configure-8283-
ptask-1.0.0/configure:8284:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ptask-1.0.0/configure-8285-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ptask-1.0.0/configure-8421-for ac_last_try in false false :; do
ptask-1.0.0/configure:8422:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ptask-1.0.0/configure-8423-  if test -z "$ac_tt"; then
##############################################
ptask-1.0.0/configure-8553-      esac
ptask-1.0.0/configure:8554:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ptask-1.0.0/configure-8555-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ptask-1.0.0/configure-8612-*)
ptask-1.0.0/configure:8613:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ptask-1.0.0/configure-8614-  # A ".." for each directory in $ac_dir_suffix.
ptask-1.0.0/configure:8615:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ptask-1.0.0/configure-8616-  case $ac_top_builddir_sub in
##############################################
ptask-1.0.0/configure-8673-/@mandir@/p'
ptask-1.0.0/configure:8674:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ptask-1.0.0/configure-8675-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ptask-1.0.0/configure-8690-
ptask-1.0.0/configure:8691:# Neutralize VPATH when `$srcdir' = `.'.
ptask-1.0.0/configure-8692-# Shell code in configure.ac might set extrasub.
##############################################
ptask-1.0.0/configure-8718-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ptask-1.0.0/configure:8719:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ptask-1.0.0/configure-8720-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ptask-1.0.0/configure-8764-    * )
ptask-1.0.0/configure:8765:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ptask-1.0.0/configure-8766-  esac
##############################################
ptask-1.0.0/configure-8811-    # Strip MF so we end up with the name of the file.
ptask-1.0.0/configure:8812:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ptask-1.0.0/configure-8813-    # Check whether this is an Automake generated Makefile or not.
##############################################
ptask-1.0.0/configure-8848-    # from the Makefile without running 'make'.
ptask-1.0.0/configure:8849:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ptask-1.0.0/configure-8850-    test -z "$DEPDIR" && continue
ptask-1.0.0/configure:8851:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ptask-1.0.0/configure-8852-    test -z "$am__include" && continue
ptask-1.0.0/configure:8853:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ptask-1.0.0/configure-8854-    # Find all dependency output files, they are included files with
##############################################
ptask-1.0.0/configure-8896-      case "$ac_file" in
ptask-1.0.0/configure:8897:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ptask-1.0.0/configure-8898-      esac
##############################################
ptask-1.0.0/configure-8901-        # Adjust a relative srcdir.
ptask-1.0.0/configure:8902:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
ptask-1.0.0/configure:8903:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
ptask-1.0.0/configure:8904:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
ptask-1.0.0/configure-8905-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
ptask-1.0.0/configure-8908-        case "$ac_given_srcdir" in
ptask-1.0.0/configure:8909:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
ptask-1.0.0/configure-8910-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
ptask-1.0.0/configure-8929-            fi
ptask-1.0.0/configure:8930:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
ptask-1.0.0/configure-8931-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
ptask-1.0.0/aclocal.m4-289-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
ptask-1.0.0/aclocal.m4:290:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
ptask-1.0.0/aclocal.m4-291-      fi
##############################################
ptask-1.0.0/aclocal.m4-448-  if test x$cross_compiling != xyes; then
ptask-1.0.0/aclocal.m4:449:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
ptask-1.0.0/aclocal.m4-450-  else
##############################################
ptask-1.0.0/aclocal.m4-486-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
ptask-1.0.0/aclocal.m4:487:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
ptask-1.0.0/aclocal.m4-488-	test -n "$$files" || exit 0; \
##############################################
ptask-1.0.0/aclocal.m4-769-      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);"])
ptask-1.0.0/aclocal.m4:770:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
ptask-1.0.0/aclocal.m4-771-    AC_MSG_RESULT([
##############################################
ptask-1.0.0/aclocal.m4-855-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ptask-1.0.0/aclocal.m4:856:case `$LD -v 2>&1 </dev/null` in
ptask-1.0.0/aclocal.m4-857-*GNU* | *'with BFD'*)
##############################################
ptask-1.0.0/aclocal.m4-897-    # gcc leaves a trailing carriage return which upsets mingw
ptask-1.0.0/aclocal.m4:898:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ptask-1.0.0/aclocal.m4-899-  *)
ptask-1.0.0/aclocal.m4:900:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ptask-1.0.0/aclocal.m4-901-  esac
##############################################
ptask-1.0.0/aclocal.m4-906-      # Canonicalize the pathname of ld
ptask-1.0.0/aclocal.m4:907:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
ptask-1.0.0/aclocal.m4-908-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
ptask-1.0.0/aclocal.m4:909:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
ptask-1.0.0/aclocal.m4-910-      done
##############################################
ptask-1.0.0/aclocal.m4-937-      # Break only if it was the GNU/non-GNU ld that we prefer.
ptask-1.0.0/aclocal.m4:938:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
ptask-1.0.0/aclocal.m4-939-      *GNU* | *'with BFD'*)
##############################################
ptask-1.0.0/aclocal.m4-1208-        dnl or AC_LIB_HAVE_LINKFLAGS call.
ptask-1.0.0/aclocal.m4:1209:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
ptask-1.0.0/aclocal.m4-1210-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
ptask-1.0.0/aclocal.m4-1283-                -L*)
ptask-1.0.0/aclocal.m4:1284:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
ptask-1.0.0/aclocal.m4-1285-                  dnl First look for a shared library.
##############################################
ptask-1.0.0/aclocal.m4-1427-              */$acl_libdirstem | */$acl_libdirstem/)
ptask-1.0.0/aclocal.m4:1428:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
ptask-1.0.0/aclocal.m4-1429-                if test "$name" = '$1'; then
##############################################
ptask-1.0.0/aclocal.m4-1434-              */$acl_libdirstem2 | */$acl_libdirstem2/)
ptask-1.0.0/aclocal.m4:1435:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
ptask-1.0.0/aclocal.m4-1436-                if test "$name" = '$1'; then
##############################################
ptask-1.0.0/aclocal.m4-1490-                  -L*)
ptask-1.0.0/aclocal.m4:1491:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
ptask-1.0.0/aclocal.m4-1492-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
ptask-1.0.0/aclocal.m4-1542-                  -R*)
ptask-1.0.0/aclocal.m4:1543:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
ptask-1.0.0/aclocal.m4-1544-                    if test "$enable_rpath" != no; then
##############################################
ptask-1.0.0/aclocal.m4-1572-                    dnl Handle this in the next round.
ptask-1.0.0/aclocal.m4:1573:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
ptask-1.0.0/aclocal.m4-1574-                    ;;
##############################################
ptask-1.0.0/aclocal.m4-1578-                    dnl option.
ptask-1.0.0/aclocal.m4:1579:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
ptask-1.0.0/aclocal.m4-1580-                    ;;
##############################################
ptask-1.0.0/aclocal.m4-1691-            -L) next=yes ;;
ptask-1.0.0/aclocal.m4:1692:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
ptask-1.0.0/aclocal.m4-1693-                 dnl No need to hardcode the standard /usr/lib.
##############################################
ptask-1.0.0/aclocal.m4-1940-    *)
ptask-1.0.0/aclocal.m4:1941:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
ptask-1.0.0/aclocal.m4-1942-      if test -n "$searchpath"; then
##############################################
ptask-1.0.0/aclocal.m4-1950-                ;;
ptask-1.0.0/aclocal.m4:1951:              *) searchdir=`cd "$searchdir" && pwd`
ptask-1.0.0/aclocal.m4-1952-                 case "$searchdir" in
##############################################
ptask-1.0.0/aclocal.m4-2106-    PKG_CHECK_EXISTS([$3],
ptask-1.0.0/aclocal.m4:2107:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
ptask-1.0.0/aclocal.m4-2108-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
ptask-1.0.0/aclocal.m4-2154-        if test $_pkg_short_errors_supported = yes; then
ptask-1.0.0/aclocal.m4:2155:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
ptask-1.0.0/aclocal.m4-2156-        else 
ptask-1.0.0/aclocal.m4:2157:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
ptask-1.0.0/aclocal.m4-2158-        fi
##############################################
ptask-1.0.0/aclocal.m4-2321-changequote(,)dnl
ptask-1.0.0/aclocal.m4:2322:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/aclocal.m4-2323-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
ptask-1.0.0/aclocal.m4-2328-changequote(,)dnl
ptask-1.0.0/aclocal.m4:2329:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/aclocal.m4-2330-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
ptask-1.0.0/aclocal.m4-2347-changequote(,)dnl
ptask-1.0.0/aclocal.m4:2348:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
ptask-1.0.0/aclocal.m4-2349-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
ptask-1.0.0/aclocal.m4-2372-      case "$ac_file" in
ptask-1.0.0/aclocal.m4:2373:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ptask-1.0.0/aclocal.m4-2374-      esac
##############################################
ptask-1.0.0/aclocal.m4-2377-        # Adjust a relative srcdir.
ptask-1.0.0/aclocal.m4:2378:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
ptask-1.0.0/aclocal.m4:2379:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
ptask-1.0.0/aclocal.m4:2380:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
ptask-1.0.0/aclocal.m4-2381-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
ptask-1.0.0/aclocal.m4-2384-        case "$ac_given_srcdir" in
ptask-1.0.0/aclocal.m4:2385:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
ptask-1.0.0/aclocal.m4-2386-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
ptask-1.0.0/aclocal.m4-2405-            fi
ptask-1.0.0/aclocal.m4:2406:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
ptask-1.0.0/aclocal.m4-2407-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
ptask-1.0.0/aclocal.m4-2502-  # Adjust a relative srcdir.
ptask-1.0.0/aclocal.m4:2503:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
ptask-1.0.0/aclocal.m4:2504:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
ptask-1.0.0/aclocal.m4:2505:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
ptask-1.0.0/aclocal.m4-2506-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
ptask-1.0.0/aclocal.m4-2509-  case "$ac_given_srcdir" in
ptask-1.0.0/aclocal.m4:2510:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
ptask-1.0.0/aclocal.m4-2511-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
ptask-1.0.0/aclocal.m4-2571-  # Set POTFILES to the value of the Makefile variable POTFILES.
ptask-1.0.0/aclocal.m4:2572:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
ptask-1.0.0/aclocal.m4:2573:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
ptask-1.0.0/aclocal.m4-2574-  # Compute POTFILES_DEPS as
##############################################
ptask-1.0.0/aclocal.m4-2586-    # The LINGUAS file contains the set of available languages.
ptask-1.0.0/aclocal.m4:2587:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
ptask-1.0.0/aclocal.m4-2588-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
ptask-1.0.0/aclocal.m4-2590-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
ptask-1.0.0/aclocal.m4:2591:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
ptask-1.0.0/aclocal.m4:2592:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
ptask-1.0.0/aclocal.m4-2593-  fi
##############################################
ptask-1.0.0/aclocal.m4-2634-    QMFILES="$QMFILES $srcdirpre$lang.qm"
ptask-1.0.0/aclocal.m4:2635:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
ptask-1.0.0/aclocal.m4-2636-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
ptask-1.0.0/aclocal.m4:2637:    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/'`
ptask-1.0.0/aclocal.m4-2638-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
ptask-1.0.0/aclocal.m4-2675-      QTCATALOGS="$QTCATALOGS $lang.qm"
ptask-1.0.0/aclocal.m4:2676:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
ptask-1.0.0/aclocal.m4-2677-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
ptask-1.0.0/aclocal.m4:2678:      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/'`
ptask-1.0.0/aclocal.m4-2679-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
ptask-1.0.0/aclocal.m4-2687-    for lang in $ALL_LINGUAS; do
ptask-1.0.0/aclocal.m4:2688:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
ptask-1.0.0/aclocal.m4-2689-      cat >> "$ac_file.tmp" <<EOF
##############################################
ptask-1.0.0/aclocal.m4-2698-    for lang in $ALL_LINGUAS; do
ptask-1.0.0/aclocal.m4:2699:      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/'`
ptask-1.0.0/aclocal.m4-2700-      cat >> "$ac_file.tmp" <<EOF
##############################################
ptask-1.0.0/aclocal.m4-2889-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ptask-1.0.0/aclocal.m4:2890:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ptask-1.0.0/aclocal.m4-2891-# and then we would define $MISSING as
##############################################
ptask-1.0.0/aclocal.m4-2904-# Expand $ac_aux_dir to an absolute path.
ptask-1.0.0/aclocal.m4:2905:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ptask-1.0.0/aclocal.m4-2906-])
##############################################
ptask-1.0.0/aclocal.m4-3002-  if test "$am_compiler_list" = ""; then
ptask-1.0.0/aclocal.m4:3003:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ptask-1.0.0/aclocal.m4-3004-  fi
##############################################
ptask-1.0.0/aclocal.m4-3153-    # Strip MF so we end up with the name of the file.
ptask-1.0.0/aclocal.m4:3154:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ptask-1.0.0/aclocal.m4-3155-    # Check whether this is an Automake generated Makefile or not.
##############################################
ptask-1.0.0/aclocal.m4-3162-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ptask-1.0.0/aclocal.m4:3163:      dirpart=`AS_DIRNAME("$mf")`
ptask-1.0.0/aclocal.m4-3164-    else
##############################################
ptask-1.0.0/aclocal.m4-3168-    # from the Makefile without running 'make'.
ptask-1.0.0/aclocal.m4:3169:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ptask-1.0.0/aclocal.m4-3170-    test -z "$DEPDIR" && continue
ptask-1.0.0/aclocal.m4:3171:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ptask-1.0.0/aclocal.m4-3172-    test -z "$am__include" && continue
ptask-1.0.0/aclocal.m4:3173:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ptask-1.0.0/aclocal.m4-3174-    # Find all dependency output files, they are included files with
##############################################
ptask-1.0.0/aclocal.m4-3182-      test -f "$dirpart/$file" && continue
ptask-1.0.0/aclocal.m4:3183:      fdir=`AS_DIRNAME(["$file"])`
ptask-1.0.0/aclocal.m4-3184-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ptask-1.0.0/aclocal.m4-3240-AC_REQUIRE([AC_PROG_INSTALL])dnl
ptask-1.0.0/aclocal.m4:3241:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ptask-1.0.0/aclocal.m4-3242-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ptask-1.0.0/aclocal.m4-3399-    * )
ptask-1.0.0/aclocal.m4:3400:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ptask-1.0.0/aclocal.m4-3401-  esac
ptask-1.0.0/aclocal.m4-3402-done
ptask-1.0.0/aclocal.m4:3403:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ptask-1.0.0/aclocal.m4-3404-
##############################################
ptask-1.0.0/aclocal.m4-3470-# Ignore all kinds of additional output from 'make'.
ptask-1.0.0/aclocal.m4:3471:case `$am_make -s -f confmf 2> /dev/null` in #(
ptask-1.0.0/aclocal.m4-3472-*the\ am__doit\ target*)
##############################################
ptask-1.0.0/aclocal.m4-3480-   echo '.include "confinc"' > confmf
ptask-1.0.0/aclocal.m4:3481:   case `$am_make -s -f confmf 2> /dev/null` in #(
ptask-1.0.0/aclocal.m4-3482-   *the\ am__doit\ target*)
##############################################
ptask-1.0.0/aclocal.m4-3662-     echo "timestamp, slept: $am_has_slept" > conftest.file
ptask-1.0.0/aclocal.m4:3663:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ptask-1.0.0/aclocal.m4-3664-     if test "$[*]" = "X"; then
ptask-1.0.0/aclocal.m4-3665-	# -L didn't work.
ptask-1.0.0/aclocal.m4:3666:	set X `ls -t "$srcdir/configure" conftest.file`
ptask-1.0.0/aclocal.m4-3667-     fi
##############################################
ptask-1.0.0/INSTALL-173-directory configuration variables that were expressed in terms of
ptask-1.0.0/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
ptask-1.0.0/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
ptask-1.0.0/config.guess-38-
ptask-1.0.0/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
ptask-1.0.0/config.guess-40-
##############################################
ptask-1.0.0/config.guess-108-: ${TMPDIR=/tmp} ;
ptask-1.0.0/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ptask-1.0.0/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ptask-1.0.0/config.guess-194-	    *)
ptask-1.0.0/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ptask-1.0.0/config.guess-196-		;;
##############################################
ptask-1.0.0/config.guess-221-	*4.0)
ptask-1.0.0/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ptask-1.0.0/config.guess-223-		;;
ptask-1.0.0/config.guess-224-	*5.*)
ptask-1.0.0/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ptask-1.0.0/config.guess-226-		;;
##############################################
ptask-1.0.0/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
ptask-1.0.0/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ptask-1.0.0/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
ptask-1.0.0/config.guess-269-	# 1.2 uses "1.2" for uname -r.
ptask-1.0.0/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ptask-1.0.0/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ptask-1.0.0/config.guess-329-    s390x:SunOS:*:*)
ptask-1.0.0/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-331-	exit ;;
ptask-1.0.0/config.guess-332-    sun4H:SunOS:5.*:*)
ptask-1.0.0/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-334-	exit ;;
ptask-1.0.0/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ptask-1.0.0/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-337-	exit ;;
##############################################
ptask-1.0.0/config.guess-354-	fi
ptask-1.0.0/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-356-	exit ;;
##############################################
ptask-1.0.0/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
ptask-1.0.0/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-362-	exit ;;
##############################################
ptask-1.0.0/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
ptask-1.0.0/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ptask-1.0.0/config.guess-371-	exit ;;
##############################################
ptask-1.0.0/config.guess-375-    sun*:*:4.2BSD:*)
ptask-1.0.0/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ptask-1.0.0/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ptask-1.0.0/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ptask-1.0.0/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ptask-1.0.0/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ptask-1.0.0/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ptask-1.0.0/config.guess-513-    *:IRIX*:*:*)
ptask-1.0.0/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ptask-1.0.0/config.guess-515-	exit ;;
##############################################
ptask-1.0.0/config.guess-543-EOF
ptask-1.0.0/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ptask-1.0.0/config.guess-545-		then
##############################################
ptask-1.0.0/config.guess-556-    *:AIX:*:[4567])
ptask-1.0.0/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ptask-1.0.0/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ptask-1.0.0/config.guess-591-    9000/[34678]??:HP-UX:*:*)
ptask-1.0.0/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ptask-1.0.0/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
ptask-1.0.0/config.guess-645-EOF
ptask-1.0.0/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ptask-1.0.0/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ptask-1.0.0/config.guess-673-    ia64:HP-UX:*:*)
ptask-1.0.0/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ptask-1.0.0/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ptask-1.0.0/config.guess-703-EOF
ptask-1.0.0/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ptask-1.0.0/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ptask-1.0.0/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ptask-1.0.0/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ptask-1.0.0/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ptask-1.0.0/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ptask-1.0.0/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ptask-1.0.0/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ptask-1.0.0/config.guess-795-	    amd64)
ptask-1.0.0/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ptask-1.0.0/config.guess-797-	    *)
ptask-1.0.0/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ptask-1.0.0/config.guess-799-	esac
##############################################
ptask-1.0.0/config.guess-850-    prep*:SunOS:5.*:*)
ptask-1.0.0/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ptask-1.0.0/config.guess-852-	exit ;;
##############################################
ptask-1.0.0/config.guess-854-	# the GNU system
ptask-1.0.0/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ptask-1.0.0/config.guess-856-	exit ;;
##############################################
ptask-1.0.0/config.guess-858-	# other systems with GNU libc and userland
ptask-1.0.0/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ptask-1.0.0/config.guess-860-	exit ;;
##############################################
ptask-1.0.0/config.guess-923-EOF
ptask-1.0.0/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
ptask-1.0.0/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
ptask-1.0.0/config.guess-951-EOF
ptask-1.0.0/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ptask-1.0.0/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
ptask-1.0.0/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ptask-1.0.0/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ptask-1.0.0/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ptask-1.0.0/config.guess-1306-    *:DragonFly:*:*)
ptask-1.0.0/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ptask-1.0.0/config.guess-1308-	exit ;;
##############################################
ptask-1.0.0/config.guess-1319-    i*86:skyos:*:*)
ptask-1.0.0/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ptask-1.0.0/config.guess-1321-	exit ;;
##############################################
ptask-1.0.0/config.guess-1450-
ptask-1.0.0/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ptask-1.0.0/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ptask-1.0.0/src/Makefile.in-50-  { \
ptask-1.0.0/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ptask-1.0.0/src/Makefile.in-52-  }; \
##############################################
ptask-1.0.0/src/Makefile.in-153-  esac
ptask-1.0.0/src/Makefile.in:154:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ptask-1.0.0/src/Makefile.in-155-am__vpath_adj = case $$p in \
ptask-1.0.0/src/Makefile.in:156:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ptask-1.0.0/src/Makefile.in-157-    *) f=$$p;; \
ptask-1.0.0/src/Makefile.in-158-  esac;
ptask-1.0.0/src/Makefile.in:159:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ptask-1.0.0/src/Makefile.in-160-am__install_max = 40
ptask-1.0.0/src/Makefile.in-161-am__nobase_strip_setup = \
ptask-1.0.0/src/Makefile.in:162:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ptask-1.0.0/src/Makefile.in-163-am__nobase_strip = \
##############################################
ptask-1.0.0/src/Makefile.in-221-  while test -n "$$dir1"; do \
ptask-1.0.0/src/Makefile.in:222:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ptask-1.0.0/src/Makefile.in-223-    if test "$$first" != "."; then \
ptask-1.0.0/src/Makefile.in-224-      if test "$$first" = ".."; then \
ptask-1.0.0/src/Makefile.in:225:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ptask-1.0.0/src/Makefile.in:226:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ptask-1.0.0/src/Makefile.in-227-      else \
ptask-1.0.0/src/Makefile.in:228:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ptask-1.0.0/src/Makefile.in-229-        if test "$$first2" = "$$first"; then \
ptask-1.0.0/src/Makefile.in:230:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ptask-1.0.0/src/Makefile.in-231-        else \
##############################################
ptask-1.0.0/src/Makefile.in-236-    fi; \
ptask-1.0.0/src/Makefile.in:237:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ptask-1.0.0/src/Makefile.in-238-  done; \
##############################################
ptask-1.0.0/src/Makefile.in-500-.c.obj:
ptask-1.0.0/src/Makefile.in:501:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ptask-1.0.0/src/Makefile.in-502-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ptask-1.0.0/src/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ptask-1.0.0/src/Makefile.in:505:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ptask-1.0.0/src/Makefile.in-506-install-man1: $(dist_man_MANS)
##############################################
ptask-1.0.0/src/Makefile.in-510-	test -n "$(man1dir)" \
ptask-1.0.0/src/Makefile.in:511:	  && test -n "`echo $$list1$$list2`" \
ptask-1.0.0/src/Makefile.in-512-	  || exit 0; \
##############################################
ptask-1.0.0/src/Makefile.in-563-	dot_seen=no; \
ptask-1.0.0/src/Makefile.in:564:	target=`echo $@ | sed s/-recursive//`; \
ptask-1.0.0/src/Makefile.in-565-	case "$@" in \
##############################################
ptask-1.0.0/src/Makefile.in-626-GTAGS:
ptask-1.0.0/src/Makefile.in:627:	here=`$(am__cd) $(top_builddir) && pwd` \
ptask-1.0.0/src/Makefile.in-628-	  && $(am__cd) $(top_srcdir) \
##############################################
ptask-1.0.0/src/Makefile.in-649-distdir: $(DISTFILES)
ptask-1.0.0/src/Makefile.in:650:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/src/Makefile.in:651:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/src/Makefile.in-652-	list='$(DISTFILES)'; \
##############################################
ptask-1.0.0/src/Makefile.in-663-	  if test -d $$d/$$file; then \
ptask-1.0.0/src/Makefile.in:664:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ptask-1.0.0/src/Makefile.in-665-	    if test -d "$(distdir)/$$file"; then \
##############################################
ptask-1.0.0/src/glade/Makefile.in-50-  { \
ptask-1.0.0/src/glade/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ptask-1.0.0/src/glade/Makefile.in-52-  }; \
##############################################
ptask-1.0.0/src/glade/Makefile.in-119-  esac
ptask-1.0.0/src/glade/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ptask-1.0.0/src/glade/Makefile.in-121-am__vpath_adj = case $$p in \
ptask-1.0.0/src/glade/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ptask-1.0.0/src/glade/Makefile.in-123-    *) f=$$p;; \
ptask-1.0.0/src/glade/Makefile.in-124-  esac;
ptask-1.0.0/src/glade/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ptask-1.0.0/src/glade/Makefile.in-126-am__install_max = 40
ptask-1.0.0/src/glade/Makefile.in-127-am__nobase_strip_setup = \
ptask-1.0.0/src/glade/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ptask-1.0.0/src/glade/Makefile.in-129-am__nobase_strip = \
##############################################
ptask-1.0.0/src/glade/Makefile.in-336-	@list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
ptask-1.0.0/src/glade/Makefile.in:337:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ptask-1.0.0/src/glade/Makefile.in-338-	dir='$(DESTDIR)$(gladedir)'; $(am__uninstall_files_from_dir)
##############################################
ptask-1.0.0/src/glade/Makefile.in-346-distdir: $(DISTFILES)
ptask-1.0.0/src/glade/Makefile.in:347:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/src/glade/Makefile.in:348:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ptask-1.0.0/src/glade/Makefile.in-349-	list='$(DISTFILES)'; \
##############################################
ptask-1.0.0/src/glade/Makefile.in-360-	  if test -d $$d/$$file; then \
ptask-1.0.0/src/glade/Makefile.in:361:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ptask-1.0.0/src/glade/Makefile.in-362-	    if test -d "$(distdir)/$$file"; then \