===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
plptools-1.0.13/install-sh-229-      fi
plptools-1.0.13/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
plptools-1.0.13/install-sh-231-    *)
##############################################
plptools-1.0.13/install-sh-276-      dstdir=$dst
plptools-1.0.13/install-sh:277:      dst=$dstdir/`basename "$src"`
plptools-1.0.13/install-sh-278-      dstdir_status=0
##############################################
plptools-1.0.13/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
plptools-1.0.13/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
plptools-1.0.13/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
plptools-1.0.13/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
plptools-1.0.13/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
plptools-1.0.13/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
plptools-1.0.13/install-sh-425-	    case $prefix in
plptools-1.0.13/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
plptools-1.0.13/install-sh-427-	      *) qprefix=$prefix;;
##############################################
plptools-1.0.13/install-sh-474-    if $copy_on_change &&
plptools-1.0.13/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
plptools-1.0.13/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
plptools-1.0.13/install-sh-477-
##############################################
plptools-1.0.13/Makefile.am-22-	git diff && \
plptools-1.0.13/Makefile.am:23:	git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag && \
plptools-1.0.13/Makefile.am-24-	woger sourceforge package=$(PACKAGE) version=$(VERSION) notes=release-notes-$(VERSION) dist_type="tar.gz"
##############################################
plptools-1.0.13/intl/Makefile.in-322-	  "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
plptools-1.0.13/intl/Makefile.in:323:	  "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
plptools-1.0.13/intl/Makefile.in:324:	  "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
plptools-1.0.13/intl/Makefile.in:325:	  "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
plptools-1.0.13/intl/Makefile.in-326-	  -i $(srcdir)/libintl.rc -o libintl.res.o --output-format=coff
##############################################
plptools-1.0.13/intl/Makefile.in-333-	  "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
plptools-1.0.13/intl/Makefile.in:334:	  "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
plptools-1.0.13/intl/Makefile.in:335:	  "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
plptools-1.0.13/intl/Makefile.in:336:	  "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
plptools-1.0.13/intl/Makefile.in-337-	  -i $(srcdir)/libintl.rc -o libintl.res.lo --output-format=coff
##############################################
plptools-1.0.13/intl/Makefile.in-394-	  if test "@RELOCATABLE@" = yes; then \
plptools-1.0.13/intl/Makefile.in:395:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
plptools-1.0.13/intl/Makefile.in-396-	    if test -n "$$dependencies"; then \
##############################################
plptools-1.0.13/intl/config.charset-119-host="$1"
plptools-1.0.13/intl/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
plptools-1.0.13/intl/config.charset-121-echo "# This file contains a table of character encoding aliases,"
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-134-extern char *gettext (const char *__msgid)
plptools-1.0.13/intl/libgnuintl.in.h:135:       _INTL_ASM (libintl_gettext)
plptools-1.0.13/intl/libgnuintl.in.h-136-       _INTL_MAY_RETURN_STRING_ARG (1);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-152-extern char *dgettext (const char *__domainname, const char *__msgid)
plptools-1.0.13/intl/libgnuintl.in.h:153:       _INTL_ASM (libintl_dgettext)
plptools-1.0.13/intl/libgnuintl.in.h-154-       _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-173-                        int __category)
plptools-1.0.13/intl/libgnuintl.in.h:174:       _INTL_ASM (libintl_dcgettext)
plptools-1.0.13/intl/libgnuintl.in.h-175-       _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-195-                       unsigned long int __n)
plptools-1.0.13/intl/libgnuintl.in.h:196:       _INTL_ASM (libintl_ngettext)
plptools-1.0.13/intl/libgnuintl.in.h-197-       _INTL_MAY_RETURN_STRING_ARG (1) _INTL_MAY_RETURN_STRING_ARG (2);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-217-                        unsigned long int __n)
plptools-1.0.13/intl/libgnuintl.in.h:218:       _INTL_ASM (libintl_dngettext)
plptools-1.0.13/intl/libgnuintl.in.h-219-       _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-241-                         unsigned long int __n, int __category)
plptools-1.0.13/intl/libgnuintl.in.h:242:       _INTL_ASM (libintl_dcngettext)
plptools-1.0.13/intl/libgnuintl.in.h-243-       _INTL_MAY_RETURN_STRING_ARG (2) _INTL_MAY_RETURN_STRING_ARG (3);
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-262-extern char *textdomain (const char *__domainname)
plptools-1.0.13/intl/libgnuintl.in.h:263:       _INTL_ASM (libintl_textdomain);
plptools-1.0.13/intl/libgnuintl.in.h-264-#endif
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-280-extern char *bindtextdomain (const char *__domainname, const char *__dirname)
plptools-1.0.13/intl/libgnuintl.in.h:281:       _INTL_ASM (libintl_bindtextdomain);
plptools-1.0.13/intl/libgnuintl.in.h-282-#endif
##############################################
plptools-1.0.13/intl/libgnuintl.in.h-299-                                      const char *__codeset)
plptools-1.0.13/intl/libgnuintl.in.h:300:       _INTL_ASM (libintl_bind_textdomain_codeset);
plptools-1.0.13/intl/libgnuintl.in.h-301-#endif
##############################################
plptools-1.0.13/intl/intl-exports.c-30-      extern __declspec(dllexport) int x; int x = 42;  */               \
plptools-1.0.13/intl/intl-exports.c:31: asm (".section .drectve\n");                                           \
plptools-1.0.13/intl/intl-exports.c:32: asm (".ascii \" -export:" #x ",data\"\n");                             \
plptools-1.0.13/intl/intl-exports.c:33: asm (".data\n");                                                       \
plptools-1.0.13/intl/intl-exports.c-34- /* Allocate a pseudo-variable IMP(x).  */                              \
##############################################
plptools-1.0.13/Makefile.in-39-  { \
plptools-1.0.13/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/Makefile.in-41-  }; \
##############################################
plptools-1.0.13/Makefile.in-192-  while test -n "$$dir1"; do \
plptools-1.0.13/Makefile.in:193:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
plptools-1.0.13/Makefile.in-194-    if test "$$first" != "."; then \
plptools-1.0.13/Makefile.in-195-      if test "$$first" = ".."; then \
plptools-1.0.13/Makefile.in:196:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
plptools-1.0.13/Makefile.in:197:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
plptools-1.0.13/Makefile.in-198-      else \
plptools-1.0.13/Makefile.in:199:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
plptools-1.0.13/Makefile.in-200-        if test "$$first2" = "$$first"; then \
plptools-1.0.13/Makefile.in:201:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
plptools-1.0.13/Makefile.in-202-        else \
##############################################
plptools-1.0.13/Makefile.in-207-    fi; \
plptools-1.0.13/Makefile.in:208:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
plptools-1.0.13/Makefile.in-209-  done; \
##############################################
plptools-1.0.13/Makefile.in-492-	dot_seen=no; \
plptools-1.0.13/Makefile.in:493:	target=`echo $@ | sed s/-recursive//`; \
plptools-1.0.13/Makefile.in-494-	case "$@" in \
##############################################
plptools-1.0.13/Makefile.in-555-GTAGS:
plptools-1.0.13/Makefile.in:556:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/Makefile.in-557-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/Makefile.in-587-	test -d "$(distdir)" || mkdir "$(distdir)"
plptools-1.0.13/Makefile.in:588:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/Makefile.in:589:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/Makefile.in-590-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/Makefile.in-601-	  if test -d $$d/$$file; then \
plptools-1.0.13/Makefile.in:602:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/Makefile.in-603-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/Makefile.in-712-	test -d $(distdir)/_build || exit 0; \
plptools-1.0.13/Makefile.in:713:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
plptools-1.0.13/Makefile.in-714-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
plptools-1.0.13/Makefile.in-757-	}; \
plptools-1.0.13/Makefile.in:758:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
plptools-1.0.13/Makefile.in-759-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
plptools-1.0.13/Makefile.in-769-	fi
plptools-1.0.13/Makefile.in:770:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
plptools-1.0.13/Makefile.in-771-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
plptools-1.0.13/Makefile.in-907-	git diff && \
plptools-1.0.13/Makefile.in:908:	git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag && \
plptools-1.0.13/Makefile.in-909-	woger sourceforge package=$(PACKAGE) version=$(VERSION) notes=release-notes-$(VERSION) dist_type="tar.gz"
##############################################
plptools-1.0.13/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
plptools-1.0.13/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
plptools-1.0.13/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
plptools-1.0.13/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
plptools-1.0.13/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
plptools-1.0.13/aclocal.m4-148-        else 
plptools-1.0.13/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
plptools-1.0.13/aclocal.m4-150-        fi
##############################################
plptools-1.0.13/aclocal.m4-307-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
plptools-1.0.13/aclocal.m4:308:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
plptools-1.0.13/aclocal.m4-309-# and then we would define $MISSING as
##############################################
plptools-1.0.13/aclocal.m4-323-# expand $ac_aux_dir to an absolute path
plptools-1.0.13/aclocal.m4:324:am_aux_dir=`cd $ac_aux_dir && pwd`
plptools-1.0.13/aclocal.m4-325-])
##############################################
plptools-1.0.13/aclocal.m4-421-  if test "$am_compiler_list" = ""; then
plptools-1.0.13/aclocal.m4:422:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
plptools-1.0.13/aclocal.m4-423-  fi
##############################################
plptools-1.0.13/aclocal.m4-572-    # Strip MF so we end up with the name of the file.
plptools-1.0.13/aclocal.m4:573:    mf=`echo "$mf" | sed -e 's/:.*$//'`
plptools-1.0.13/aclocal.m4-574-    # Check whether this is an Automake generated Makefile or not.
##############################################
plptools-1.0.13/aclocal.m4-581-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
plptools-1.0.13/aclocal.m4:582:      dirpart=`AS_DIRNAME("$mf")`
plptools-1.0.13/aclocal.m4-583-    else
##############################################
plptools-1.0.13/aclocal.m4-587-    # from the Makefile without running 'make'.
plptools-1.0.13/aclocal.m4:588:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
plptools-1.0.13/aclocal.m4-589-    test -z "$DEPDIR" && continue
plptools-1.0.13/aclocal.m4:590:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
plptools-1.0.13/aclocal.m4-591-    test -z "$am__include" && continue
plptools-1.0.13/aclocal.m4:592:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
plptools-1.0.13/aclocal.m4-593-    # Find all dependency output files, they are included files with
##############################################
plptools-1.0.13/aclocal.m4-601-      test -f "$dirpart/$file" && continue
plptools-1.0.13/aclocal.m4:602:      fdir=`AS_DIRNAME(["$file"])`
plptools-1.0.13/aclocal.m4-603-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
plptools-1.0.13/aclocal.m4-659-AC_REQUIRE([AC_PROG_INSTALL])dnl
plptools-1.0.13/aclocal.m4:660:if test "`cd $srcdir && pwd`" != "`pwd`"; then
plptools-1.0.13/aclocal.m4-661-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
plptools-1.0.13/aclocal.m4-815-    * )
plptools-1.0.13/aclocal.m4:816:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
plptools-1.0.13/aclocal.m4-817-  esac
plptools-1.0.13/aclocal.m4-818-done
plptools-1.0.13/aclocal.m4:819:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
plptools-1.0.13/aclocal.m4-820-
##############################################
plptools-1.0.13/aclocal.m4-886-# Ignore all kinds of additional output from 'make'.
plptools-1.0.13/aclocal.m4:887:case `$am_make -s -f confmf 2> /dev/null` in #(
plptools-1.0.13/aclocal.m4-888-*the\ am__doit\ target*)
##############################################
plptools-1.0.13/aclocal.m4-896-   echo '.include "confinc"' > confmf
plptools-1.0.13/aclocal.m4:897:   case `$am_make -s -f confmf 2> /dev/null` in #(
plptools-1.0.13/aclocal.m4-898-   *the\ am__doit\ target*)
##############################################
plptools-1.0.13/aclocal.m4-1107-     echo "timestamp, slept: $am_has_slept" > conftest.file
plptools-1.0.13/aclocal.m4:1108:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
plptools-1.0.13/aclocal.m4-1109-     if test "$[*]" = "X"; then
plptools-1.0.13/aclocal.m4-1110-	# -L didn't work.
plptools-1.0.13/aclocal.m4:1111:	set X `ls -t "$srcdir/configure" conftest.file`
plptools-1.0.13/aclocal.m4-1112-     fi
##############################################
plptools-1.0.13/po/Rules-quot-15-.insert-header.po-update-en:
plptools-1.0.13/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
plptools-1.0.13/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
plptools-1.0.13/po/Rules-quot-18-	tmpdir=`pwd`; \
plptools-1.0.13/po/Rules-quot-19-	echo "$$lang:"; \
plptools-1.0.13/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
plptools-1.0.13/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
plptools-1.0.13/po/Rules-quot-22-	cd $(srcdir); \
plptools-1.0.13/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -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 \
plptools-1.0.13/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
plptools-1.0.13/po/Makefile.in.in-89-.po.gmo:
plptools-1.0.13/po/Makefile.in.in:90:	@lang=`echo $* | sed -e 's,.*/,,'`; \
plptools-1.0.13/po/Makefile.in.in-91-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
plptools-1.0.13/po/Makefile.in.in-160-	fi; \
plptools-1.0.13/po/Makefile.in.in:161:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
plptools-1.0.13/po/Makefile.in.in-162-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
plptools-1.0.13/po/Makefile.in.in-202-$(POFILES): $(srcdir)/$(DOMAIN).pot
plptools-1.0.13/po/Makefile.in.in:203:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
plptools-1.0.13/po/Makefile.in.in-204-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
plptools-1.0.13/po/Makefile.in.in-207-	  cd $(srcdir) \
plptools-1.0.13/po/Makefile.in.in:208:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
plptools-1.0.13/po/Makefile.in.in-209-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
plptools-1.0.13/po/Makefile.in.in-238-	for cat in $$catalogs; do \
plptools-1.0.13/po/Makefile.in.in:239:	  cat=`basename $$cat`; \
plptools-1.0.13/po/Makefile.in.in:240:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
plptools-1.0.13/po/Makefile.in.in-241-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
plptools-1.0.13/po/Makefile.in.in-248-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
plptools-1.0.13/po/Makefile.in.in:249:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
plptools-1.0.13/po/Makefile.in.in-250-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
plptools-1.0.13/po/Makefile.in.in-289-	for cat in $$catalogs; do \
plptools-1.0.13/po/Makefile.in.in:290:	  cat=`basename $$cat`; \
plptools-1.0.13/po/Makefile.in.in:291:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
plptools-1.0.13/po/Makefile.in.in-292-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
plptools-1.0.13/po/Makefile.in.in-296-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
plptools-1.0.13/po/Makefile.in.in:297:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
plptools-1.0.13/po/Makefile.in.in-298-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
plptools-1.0.13/po/Makefile.in.in-335-	for cat in $$catalogs; do \
plptools-1.0.13/po/Makefile.in.in:336:	  cat=`basename $$cat`; \
plptools-1.0.13/po/Makefile.in.in:337:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
plptools-1.0.13/po/Makefile.in.in-338-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
plptools-1.0.13/po/Makefile.in.in-400-.nop.po-create:
plptools-1.0.13/po/Makefile.in.in:401:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
plptools-1.0.13/po/Makefile.in.in-402-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
plptools-1.0.13/po/Makefile.in.in-407-.nop.po-update:
plptools-1.0.13/po/Makefile.in.in:408:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
plptools-1.0.13/po/Makefile.in.in-409-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
plptools-1.0.13/po/Makefile.in.in-414-	cd $(srcdir); \
plptools-1.0.13/po/Makefile.in.in:415:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
plptools-1.0.13/po/Makefile.in.in-416-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
plptools-1.0.13/m4/libtool.m4-125-done
plptools-1.0.13/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
plptools-1.0.13/m4/libtool.m4-127-])
##############################################
plptools-1.0.13/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
plptools-1.0.13/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
plptools-1.0.13/m4/libtool.m4-429-
##############################################
plptools-1.0.13/m4/libtool.m4-437-#
plptools-1.0.13/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
plptools-1.0.13/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
plptools-1.0.13/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
plptools-1.0.13/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
plptools-1.0.13/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
plptools-1.0.13/m4/libtool.m4-551-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
plptools-1.0.13/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
plptools-1.0.13/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
plptools-1.0.13/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
plptools-1.0.13/m4/libtool.m4-564-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-720-
plptools-1.0.13/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
plptools-1.0.13/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
plptools-1.0.13/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
plptools-1.0.13/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
plptools-1.0.13/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
plptools-1.0.13/m4/libtool.m4-1143-      }]'
plptools-1.0.13/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
plptools-1.0.13/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
plptools-1.0.13/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/m4/libtool.m4-1148-  fi],[])
##############################################
plptools-1.0.13/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
plptools-1.0.13/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
plptools-1.0.13/m4/libtool.m4-1181-  ECHO='print -r --'
plptools-1.0.13/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
plptools-1.0.13/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
plptools-1.0.13/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
plptools-1.0.13/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
plptools-1.0.13/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
plptools-1.0.13/m4/libtool.m4-1217-
##############################################
plptools-1.0.13/m4/libtool.m4-1237-   if test "$GCC" = yes; then
plptools-1.0.13/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
plptools-1.0.13/m4/libtool.m4-1239-   fi
##############################################
plptools-1.0.13/m4/libtool.m4-1241- /*)
plptools-1.0.13/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
plptools-1.0.13/m4/libtool.m4-1243-   ;; #(
##############################################
plptools-1.0.13/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
plptools-1.0.13/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/m4/libtool.m4-1272-      *ELF-32*)
##############################################
plptools-1.0.13/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
plptools-1.0.13/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/m4/libtool.m4-1288-	*32-bit*)
##############################################
plptools-1.0.13/m4/libtool.m4-1298-    else
plptools-1.0.13/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/m4/libtool.m4-1300-	*32-bit*)
##############################################
plptools-1.0.13/m4/libtool.m4-1663-    # And add a safety zone
plptools-1.0.13/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
plptools-1.0.13/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
plptools-1.0.13/m4/libtool.m4-1666-    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-1696-    if test -n "$kargmax"; then
plptools-1.0.13/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
plptools-1.0.13/m4/libtool.m4-1698-    else
##############################################
plptools-1.0.13/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
plptools-1.0.13/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
plptools-1.0.13/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
plptools-1.0.13/m4/libtool.m4-1708-    else
##############################################
plptools-1.0.13/m4/libtool.m4-1717-      # we can't tell.
plptools-1.0.13/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
plptools-1.0.13/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
plptools-1.0.13/m4/libtool.m4-1721-      do
plptools-1.0.13/m4/libtool.m4:1722:        i=`expr $i + 1`
plptools-1.0.13/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
plptools-1.0.13/m4/libtool.m4-1725-      # Only check the string length outside the loop.
plptools-1.0.13/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
plptools-1.0.13/m4/libtool.m4-1727-      teststring=
##############################################
plptools-1.0.13/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
plptools-1.0.13/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
plptools-1.0.13/m4/libtool.m4-1732-    fi
##############################################
plptools-1.0.13/m4/libtool.m4-2055-  if test "$hard_links" = no; then
plptools-1.0.13/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
plptools-1.0.13/m4/libtool.m4-2057-    need_locks=warn
##############################################
plptools-1.0.13/m4/libtool.m4-2186-  esac
plptools-1.0.13/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
plptools-1.0.13/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
plptools-1.0.13/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
plptools-1.0.13/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
plptools-1.0.13/m4/libtool.m4-2195-    ;;
plptools-1.0.13/m4/libtool.m4-2196-  *)
plptools-1.0.13/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/m4/libtool.m4-2198-    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
plptools-1.0.13/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
plptools-1.0.13/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
plptools-1.0.13/m4/libtool.m4-2237-  esac
plptools-1.0.13/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
plptools-1.0.13/m4/libtool.m4-2239-else
##############################################
plptools-1.0.13/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
plptools-1.0.13/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
plptools-1.0.13/m4/libtool.m4-2327-    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
plptools-1.0.13/m4/libtool.m4-2370-      fi'
plptools-1.0.13/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
plptools-1.0.13/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
plptools-1.0.13/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
plptools-1.0.13/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/m4/libtool.m4-2386-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
plptools-1.0.13/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/m4/libtool.m4-2390-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2397-    libname_spec='$name'
plptools-1.0.13/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
plptools-1.0.13/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
plptools-1.0.13/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
plptools-1.0.13/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
plptools-1.0.13/m4/libtool.m4-2414-      # Convert to MSYS style.
plptools-1.0.13/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
plptools-1.0.13/m4/libtool.m4-2416-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
plptools-1.0.13/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
plptools-1.0.13/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
plptools-1.0.13/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/m4/libtool.m4-2424-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
plptools-1.0.13/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
plptools-1.0.13/m4/libtool.m4-2430-      else
plptools-1.0.13/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/m4/libtool.m4-2432-      fi
##############################################
plptools-1.0.13/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
plptools-1.0.13/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
plptools-1.0.13/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/m4/libtool.m4-2452-    # Assume MSVC wrapper
plptools-1.0.13/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
plptools-1.0.13/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
plptools-1.0.13/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
plptools-1.0.13/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
plptools-1.0.13/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
plptools-1.0.13/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
plptools-1.0.13/m4/libtool.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
plptools-1.0.13/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
plptools-1.0.13/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
plptools-1.0.13/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/m4/libtool.m4-2752-    case $host_os in
##############################################
plptools-1.0.13/m4/libtool.m4-2967-	"file_magic "*)
plptools-1.0.13/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
plptools-1.0.13/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
plptools-1.0.13/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
plptools-1.0.13/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
plptools-1.0.13/m4/libtool.m4-3052-  *)
plptools-1.0.13/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
plptools-1.0.13/m4/libtool.m4-3054-  esac
##############################################
plptools-1.0.13/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
plptools-1.0.13/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
plptools-1.0.13/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
plptools-1.0.13/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
plptools-1.0.13/m4/libtool.m4-3063-      done
##############################################
plptools-1.0.13/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
plptools-1.0.13/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
plptools-1.0.13/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
plptools-1.0.13/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
plptools-1.0.13/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/m4/libtool.m4-3321-openbsd*)
plptools-1.0.13/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
plptools-1.0.13/m4/libtool.m4-3385-    else
plptools-1.0.13/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
plptools-1.0.13/m4/libtool.m4-3387-    fi
##############################################
plptools-1.0.13/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
plptools-1.0.13/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
plptools-1.0.13/m4/libtool.m4-3437-	*)
plptools-1.0.13/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/m4/libtool.m4-3439-	  */dev/null*)
##############################################
plptools-1.0.13/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
plptools-1.0.13/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/m4/libtool.m4-3465-    *COFF*)
##############################################
plptools-1.0.13/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
plptools-1.0.13/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
plptools-1.0.13/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
plptools-1.0.13/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
plptools-1.0.13/m4/libtool.m4:3682:case `$NM -V 2>&1` in
plptools-1.0.13/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/m4/libtool.m4-3699-mingw*)
plptools-1.0.13/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
plptools-1.0.13/m4/libtool.m4-3701-  ;;
##############################################
plptools-1.0.13/m4/libtool.m4-3752-    nlist=conftest.nm
plptools-1.0.13/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
plptools-1.0.13/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
plptools-1.0.13/m4/libtool.m4-4090-	  *)
plptools-1.0.13/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
plptools-1.0.13/m4/libtool.m4-4395-      *)
plptools-1.0.13/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
plptools-1.0.13/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
plptools-1.0.13/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
plptools-1.0.13/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
plptools-1.0.13/m4/libtool.m4-4705-    supports_anon_versioning=no
plptools-1.0.13/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
plptools-1.0.13/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
plptools-1.0.13/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
plptools-1.0.13/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
plptools-1.0.13/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
plptools-1.0.13/m4/libtool.m4:4803:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/m4/libtool.m4:4804:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/m4/libtool.m4-4805-      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
plptools-1.0.13/m4/libtool.m4:4821:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
plptools-1.0.13/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
plptools-1.0.13/m4/libtool.m4:4826:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
plptools-1.0.13/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
plptools-1.0.13/m4/libtool.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
plptools-1.0.13/m4/libtool.m4-4844-	esac
plptools-1.0.13/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
plptools-1.0.13/m4/libtool.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
plptools-1.0.13/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
plptools-1.0.13/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
plptools-1.0.13/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
plptools-1.0.13/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
plptools-1.0.13/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
plptools-1.0.13/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
plptools-1.0.13/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
plptools-1.0.13/m4/libtool.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
plptools-1.0.13/m4/libtool.m4-5087-      else
##############################################
plptools-1.0.13/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
plptools-1.0.13/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
plptools-1.0.13/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
plptools-1.0.13/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
plptools-1.0.13/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
plptools-1.0.13/m4/libtool.m4-5326-      if test "$GCC" = yes; then
plptools-1.0.13/m4/libtool.m4:5327:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
plptools-1.0.13/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
plptools-1.0.13/m4/libtool.m4:5350:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
plptools-1.0.13/m4/libtool.m4-5351-	fi
plptools-1.0.13/m4/libtool.m4-5352-      else
plptools-1.0.13/m4/libtool.m4:5353:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4:5354:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
plptools-1.0.13/m4/libtool.m4-5355-      fi
##############################################
plptools-1.0.13/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
plptools-1.0.13/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
plptools-1.0.13/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/m4/libtool.m4:5423:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-5424-      else
plptools-1.0.13/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
plptools-1.0.13/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-5427-      fi
##############################################
plptools-1.0.13/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/m4/libtool.m4:5436:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
plptools-1.0.13/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
plptools-1.0.13/m4/libtool.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4:5441:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
plptools-1.0.13/m4/libtool.m4:5442:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
plptools-1.0.13/m4/libtool.m4-5443-
##############################################
plptools-1.0.13/m4/libtool.m4-5458-      else
plptools-1.0.13/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
plptools-1.0.13/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
plptools-1.0.13/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
plptools-1.0.13/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
plptools-1.0.13/m4/libtool.m4-5653-	  then
##############################################
plptools-1.0.13/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
plptools-1.0.13/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
plptools-1.0.13/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
plptools-1.0.13/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
plptools-1.0.13/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
plptools-1.0.13/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
plptools-1.0.13/m4/libtool.m4-6084-
plptools-1.0.13/m4/libtool.m4:6085:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
plptools-1.0.13/m4/libtool.m4-6086-        else
##############################################
plptools-1.0.13/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
plptools-1.0.13/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
plptools-1.0.13/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
plptools-1.0.13/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
plptools-1.0.13/m4/libtool.m4-6271-            # dependencies.
plptools-1.0.13/m4/libtool.m4:6272:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/m4/libtool.m4-6273-            ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6336-	    # dependencies.
plptools-1.0.13/m4/libtool.m4:6337:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/m4/libtool.m4-6338-	    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
plptools-1.0.13/m4/libtool.m4:6373:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/m4/libtool.m4:6374:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/m4/libtool.m4-6375-	;;
##############################################
plptools-1.0.13/m4/libtool.m4-6379-	    # SGI C++
plptools-1.0.13/m4/libtool.m4:6380:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-6381-
##############################################
plptools-1.0.13/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
plptools-1.0.13/m4/libtool.m4:6391:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-6392-	      else
plptools-1.0.13/m4/libtool.m4:6393:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
plptools-1.0.13/m4/libtool.m4-6394-	      fi
##############################################
plptools-1.0.13/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
plptools-1.0.13/m4/libtool.m4:6412:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
plptools-1.0.13/m4/libtool.m4:6413:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
plptools-1.0.13/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
plptools-1.0.13/m4/libtool.m4-6421-	    # dependencies.
plptools-1.0.13/m4/libtool.m4:6422:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/m4/libtool.m4-6423-
##############################################
plptools-1.0.13/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
plptools-1.0.13/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
plptools-1.0.13/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
plptools-1.0.13/m4/libtool.m4-6457-            # Portland Group C++ compiler
plptools-1.0.13/m4/libtool.m4:6458:	    case `$CC -V` in
plptools-1.0.13/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
plptools-1.0.13/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
plptools-1.0.13/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
plptools-1.0.13/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
plptools-1.0.13/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
plptools-1.0.13/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
plptools-1.0.13/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
plptools-1.0.13/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
plptools-1.0.13/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
plptools-1.0.13/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
plptools-1.0.13/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
plptools-1.0.13/m4/libtool.m4:6476:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
plptools-1.0.13/m4/libtool.m4-6477-	      ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
plptools-1.0.13/m4/libtool.m4:6486:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-6487-            ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6504-	    # dependencies.
plptools-1.0.13/m4/libtool.m4:6505:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
plptools-1.0.13/m4/libtool.m4-6506-	    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6519-	  *)
plptools-1.0.13/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
plptools-1.0.13/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
plptools-1.0.13/m4/libtool.m4:6527:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
plptools-1.0.13/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
plptools-1.0.13/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/m4/libtool.m4-6598-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
plptools-1.0.13/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
plptools-1.0.13/m4/libtool.m4:6616:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
plptools-1.0.13/m4/libtool.m4-6617-
##############################################
plptools-1.0.13/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/m4/libtool.m4:6637:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
plptools-1.0.13/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
plptools-1.0.13/m4/libtool.m4:6642:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
plptools-1.0.13/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
plptools-1.0.13/m4/libtool.m4:6645:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
plptools-1.0.13/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
plptools-1.0.13/m4/libtool.m4-6660-	    # dependencies.
plptools-1.0.13/m4/libtool.m4:6661:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/m4/libtool.m4-6662-	    ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6667-	        osf3*)
plptools-1.0.13/m4/libtool.m4:6668:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-6669-		  ;;
plptools-1.0.13/m4/libtool.m4-6670-	        *)
plptools-1.0.13/m4/libtool.m4:6671:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/m4/libtool.m4-6672-		  ;;
##############################################
plptools-1.0.13/m4/libtool.m4-6920-  case ${2} in
plptools-1.0.13/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
plptools-1.0.13/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
plptools-1.0.13/m4/libtool.m4-6923-  esac
##############################################
plptools-1.0.13/m4/libtool.m4-7008-
plptools-1.0.13/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
plptools-1.0.13/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
plptools-1.0.13/m4/libtool.m4-7106-linux*)
plptools-1.0.13/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
plptools-1.0.13/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
plptools-1.0.13/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
plptools-1.0.13/m4/libtool.m4-7159-fi
##############################################
plptools-1.0.13/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
plptools-1.0.13/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
plptools-1.0.13/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
plptools-1.0.13/m4/libtool.m4-7840-# ------------------------------------------------------
plptools-1.0.13/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
plptools-1.0.13/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
plptools-1.0.13/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
plptools-1.0.13/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
plptools-1.0.13/m4/gettext.m4-269-      fi
##############################################
plptools-1.0.13/m4/po.m4-48-changequote(,)dnl
plptools-1.0.13/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
plptools-1.0.13/m4/po.m4-55-changequote(,)dnl
plptools-1.0.13/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
plptools-1.0.13/m4/po.m4-74-changequote(,)dnl
plptools-1.0.13/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
plptools-1.0.13/m4/po.m4-99-      case "$ac_file" in
plptools-1.0.13/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
plptools-1.0.13/m4/po.m4-101-      esac
##############################################
plptools-1.0.13/m4/po.m4-104-        # Adjust a relative srcdir.
plptools-1.0.13/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
plptools-1.0.13/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
plptools-1.0.13/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
plptools-1.0.13/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
plptools-1.0.13/m4/po.m4-111-        case "$ac_given_srcdir" in
plptools-1.0.13/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
plptools-1.0.13/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
plptools-1.0.13/m4/po.m4-132-            fi
plptools-1.0.13/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
plptools-1.0.13/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
plptools-1.0.13/m4/po.m4-229-  # Adjust a relative srcdir.
plptools-1.0.13/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
plptools-1.0.13/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
plptools-1.0.13/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
plptools-1.0.13/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
plptools-1.0.13/m4/po.m4-236-  case "$ac_given_srcdir" in
plptools-1.0.13/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
plptools-1.0.13/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
plptools-1.0.13/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
plptools-1.0.13/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
plptools-1.0.13/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
plptools-1.0.13/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
plptools-1.0.13/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
plptools-1.0.13/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
plptools-1.0.13/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
plptools-1.0.13/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
plptools-1.0.13/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
plptools-1.0.13/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
plptools-1.0.13/m4/po.m4-320-  fi
##############################################
plptools-1.0.13/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
plptools-1.0.13/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
plptools-1.0.13/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
plptools-1.0.13/m4/po.m4:364:    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/'`
plptools-1.0.13/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
plptools-1.0.13/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
plptools-1.0.13/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
plptools-1.0.13/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
plptools-1.0.13/m4/po.m4:405:      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/'`
plptools-1.0.13/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
plptools-1.0.13/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
plptools-1.0.13/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
plptools-1.0.13/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
plptools-1.0.13/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
plptools-1.0.13/m4/po.m4:426:      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/'`
plptools-1.0.13/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
plptools-1.0.13/m4/intl.m4-258-changequote(<<,>>)dnl
plptools-1.0.13/m4/intl.m4:259:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
plptools-1.0.13/m4/intl.m4-260-    case $ac_prog_version in
##############################################
plptools-1.0.13/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
plptools-1.0.13/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
plptools-1.0.13/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
plptools-1.0.13/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
plptools-1.0.13/m4/lib-ld.m4-58-  *)
plptools-1.0.13/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
plptools-1.0.13/m4/lib-ld.m4-60-  esac
##############################################
plptools-1.0.13/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
plptools-1.0.13/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
plptools-1.0.13/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
plptools-1.0.13/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
plptools-1.0.13/m4/lib-ld.m4-69-      done
##############################################
plptools-1.0.13/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
plptools-1.0.13/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
plptools-1.0.13/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/m4/iconv.m4-254-      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);"])
plptools-1.0.13/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
plptools-1.0.13/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
plptools-1.0.13/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
plptools-1.0.13/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
plptools-1.0.13/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
plptools-1.0.13/m4/lib-link.m4-322-                -L*)
plptools-1.0.13/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
plptools-1.0.13/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
plptools-1.0.13/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
plptools-1.0.13/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
plptools-1.0.13/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
plptools-1.0.13/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
plptools-1.0.13/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
plptools-1.0.13/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
plptools-1.0.13/m4/lib-link.m4-529-                  -L*)
plptools-1.0.13/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
plptools-1.0.13/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
plptools-1.0.13/m4/lib-link.m4-581-                  -R*)
plptools-1.0.13/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
plptools-1.0.13/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
plptools-1.0.13/m4/lib-link.m4-611-                    dnl Handle this in the next round.
plptools-1.0.13/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
plptools-1.0.13/m4/lib-link.m4-613-                    ;;
##############################################
plptools-1.0.13/m4/lib-link.m4-617-                    dnl option.
plptools-1.0.13/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
plptools-1.0.13/m4/lib-link.m4-619-                    ;;
##############################################
plptools-1.0.13/m4/lib-link.m4-730-            -L) next=yes ;;
plptools-1.0.13/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
plptools-1.0.13/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
plptools-1.0.13/m4/ltsugar.m4-67-m4_define([lt_combine],
plptools-1.0.13/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
plptools-1.0.13/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
plptools-1.0.13/m4/lib-prefix.m4-201-    *)
plptools-1.0.13/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
plptools-1.0.13/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
plptools-1.0.13/m4/lib-prefix.m4-211-                ;;
plptools-1.0.13/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
plptools-1.0.13/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
plptools-1.0.13/INSTALL-173-directory configuration variables that were expressed in terms of
plptools-1.0.13/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
plptools-1.0.13/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
plptools-1.0.13/config.guess-34-
plptools-1.0.13/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
plptools-1.0.13/config.guess-36-
##############################################
plptools-1.0.13/config.guess-102-: ${TMPDIR=/tmp} ;
plptools-1.0.13/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
plptools-1.0.13/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
plptools-1.0.13/config.guess-151-	EOF
plptools-1.0.13/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
plptools-1.0.13/config.guess-153-	;;
##############################################
plptools-1.0.13/config.guess-209-	    *)
plptools-1.0.13/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
plptools-1.0.13/config.guess-211-		;;
##############################################
plptools-1.0.13/config.guess-240-	*4.0)
plptools-1.0.13/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
plptools-1.0.13/config.guess-242-		;;
plptools-1.0.13/config.guess-243-	*5.*)
plptools-1.0.13/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
plptools-1.0.13/config.guess-245-		;;
##############################################
plptools-1.0.13/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
plptools-1.0.13/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
plptools-1.0.13/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
plptools-1.0.13/config.guess-288-	# 1.2 uses "1.2" for uname -r.
plptools-1.0.13/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
plptools-1.0.13/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
plptools-1.0.13/config.guess-348-    s390x:SunOS:*:*)
plptools-1.0.13/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-350-	exit ;;
plptools-1.0.13/config.guess-351-    sun4H:SunOS:5.*:*)
plptools-1.0.13/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-353-	exit ;;
plptools-1.0.13/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
plptools-1.0.13/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-356-	exit ;;
##############################################
plptools-1.0.13/config.guess-373-	fi
plptools-1.0.13/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-375-	exit ;;
##############################################
plptools-1.0.13/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
plptools-1.0.13/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-381-	exit ;;
##############################################
plptools-1.0.13/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
plptools-1.0.13/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
plptools-1.0.13/config.guess-390-	exit ;;
##############################################
plptools-1.0.13/config.guess-394-    sun*:*:4.2BSD:*)
plptools-1.0.13/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
plptools-1.0.13/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
plptools-1.0.13/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
plptools-1.0.13/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
plptools-1.0.13/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
plptools-1.0.13/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
plptools-1.0.13/config.guess-532-    *:IRIX*:*:*)
plptools-1.0.13/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
plptools-1.0.13/config.guess-534-	exit ;;
##############################################
plptools-1.0.13/config.guess-562-EOF
plptools-1.0.13/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
plptools-1.0.13/config.guess-564-		then
##############################################
plptools-1.0.13/config.guess-575-    *:AIX:*:[4567])
plptools-1.0.13/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
plptools-1.0.13/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
plptools-1.0.13/config.guess-610-    9000/[34678]??:HP-UX:*:*)
plptools-1.0.13/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
plptools-1.0.13/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
plptools-1.0.13/config.guess-664-EOF
plptools-1.0.13/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
plptools-1.0.13/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
plptools-1.0.13/config.guess-692-    ia64:HP-UX:*:*)
plptools-1.0.13/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
plptools-1.0.13/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
plptools-1.0.13/config.guess-722-EOF
plptools-1.0.13/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
plptools-1.0.13/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
plptools-1.0.13/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
plptools-1.0.13/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
plptools-1.0.13/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
plptools-1.0.13/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
plptools-1.0.13/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
plptools-1.0.13/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
plptools-1.0.13/config.guess-814-	    amd64)
plptools-1.0.13/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
plptools-1.0.13/config.guess-816-	    *)
plptools-1.0.13/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
plptools-1.0.13/config.guess-818-	esac
##############################################
plptools-1.0.13/config.guess-872-    prep*:SunOS:5.*:*)
plptools-1.0.13/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
plptools-1.0.13/config.guess-874-	exit ;;
##############################################
plptools-1.0.13/config.guess-876-	# the GNU system
plptools-1.0.13/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
plptools-1.0.13/config.guess-878-	exit ;;
##############################################
plptools-1.0.13/config.guess-880-	# other systems with GNU libc and userland
plptools-1.0.13/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
plptools-1.0.13/config.guess-882-	exit ;;
##############################################
plptools-1.0.13/config.guess-968-EOF
plptools-1.0.13/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
plptools-1.0.13/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
plptools-1.0.13/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
plptools-1.0.13/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
plptools-1.0.13/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
plptools-1.0.13/config.guess-1262-	fi
plptools-1.0.13/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
plptools-1.0.13/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
plptools-1.0.13/config.guess-1347-    *:DragonFly:*:*)
plptools-1.0.13/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
plptools-1.0.13/config.guess-1349-	exit ;;
##############################################
plptools-1.0.13/config.guess-1360-    i*86:skyos:*:*)
plptools-1.0.13/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
plptools-1.0.13/config.guess-1362-	exit ;;
##############################################
plptools-1.0.13/compile-67-	mingw/*)
plptools-1.0.13/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
plptools-1.0.13/compile-69-	  ;;
plptools-1.0.13/compile-70-	cygwin/*)
plptools-1.0.13/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
plptools-1.0.13/compile-72-	  ;;
plptools-1.0.13/compile-73-	wine/*)
plptools-1.0.13/compile:74:	  file=`winepath -w "$file" || echo "$file"`
plptools-1.0.13/compile-75-	  ;;
##############################################
plptools-1.0.13/compile-309-# Name of file we expect compiler to create.
plptools-1.0.13/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
plptools-1.0.13/compile-311-
##############################################
plptools-1.0.13/compile-315-# object file name, since that is what matters with a parallel build.
plptools-1.0.13/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
plptools-1.0.13/compile-317-while true; do
##############################################
plptools-1.0.13/plpftp/Makefile.in-40-  { \
plptools-1.0.13/plpftp/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/plpftp/Makefile.in-42-  }; \
##############################################
plptools-1.0.13/plpftp/Makefile.in-453-	test -n "$(EXEEXT)" || exit 0; \
plptools-1.0.13/plpftp/Makefile.in:454:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
plptools-1.0.13/plpftp/Makefile.in-455-	echo " rm -f" $$list; \
##############################################
plptools-1.0.13/plpftp/Makefile.in-478-.cc.obj:
plptools-1.0.13/plpftp/Makefile.in:479:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpftp/Makefile.in-480-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/plpftp/Makefile.in-482-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpftp/Makefile.in:483:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpftp/Makefile.in-484-
##############################################
plptools-1.0.13/plpftp/Makefile.in-527-GTAGS:
plptools-1.0.13/plpftp/Makefile.in:528:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/plpftp/Makefile.in-529-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/plpftp/Makefile.in-550-distdir: $(DISTFILES)
plptools-1.0.13/plpftp/Makefile.in:551:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpftp/Makefile.in:552:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpftp/Makefile.in-553-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/plpftp/Makefile.in-564-	  if test -d $$d/$$file; then \
plptools-1.0.13/plpftp/Makefile.in:565:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/plpftp/Makefile.in-566-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/etc/psidump-114-    # Turn "CDE" into "C|D|E"
plptools-1.0.13/etc/psidump:115:    re_drive_list=`echo $dump_drive_list | sed -e 's/./&|/g' -e 's/|$//'`
plptools-1.0.13/etc/psidump-116-
##############################################
plptools-1.0.13/etc/psidump-133-    do
plptools-1.0.13/etc/psidump:134:        drive_name=`plpftp devs | awk '$1=="'$drive'" { print $3 }'`
plptools-1.0.13/etc/psidump-135-
##############################################
plptools-1.0.13/etc/psidump-316-# This is a hardwired hack due to Macro5 not restarting correctly
plptools-1.0.13/etc/psidump:317:if [[ `grep -l "^Macro5" $localdir/etc/proclist."$machine_name"` ]] ; then
plptools-1.0.13/etc/psidump-318-    echo "Manually restarting Macro5"
##############################################
plptools-1.0.13/config.sub-52-
plptools-1.0.13/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
plptools-1.0.13/config.sub-54-
##############################################
plptools-1.0.13/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
plptools-1.0.13/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
plptools-1.0.13/config.sub-117-case $maybe_os in
##############################################
plptools-1.0.13/config.sub-123-    os=-$maybe_os
plptools-1.0.13/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
plptools-1.0.13/config.sub-125-    ;;
##############################################
plptools-1.0.13/config.sub-127-    os=-linux-android
plptools-1.0.13/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
plptools-1.0.13/config.sub-129-    ;;
plptools-1.0.13/config.sub-130-  *)
plptools-1.0.13/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
plptools-1.0.13/config.sub-132-    if [ $basic_machine != $1 ]
plptools-1.0.13/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
plptools-1.0.13/config.sub-134-    else os=; fi
##############################################
plptools-1.0.13/config.sub-181-		os=-sco5v6
plptools-1.0.13/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-183-		;;
##############################################
plptools-1.0.13/config.sub-185-		os=-sco3.2v5
plptools-1.0.13/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-187-		;;
##############################################
plptools-1.0.13/config.sub-189-		os=-sco3.2v4
plptools-1.0.13/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-191-		;;
plptools-1.0.13/config.sub-192-	-sco3.2.[4-9]*)
plptools-1.0.13/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
plptools-1.0.13/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-195-		;;
##############################################
plptools-1.0.13/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
plptools-1.0.13/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-199-		;;
##############################################
plptools-1.0.13/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
plptools-1.0.13/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-203-		;;
##############################################
plptools-1.0.13/config.sub-205-		os=-sco3.2v2
plptools-1.0.13/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-207-		;;
plptools-1.0.13/config.sub-208-	-udk*)
plptools-1.0.13/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-210-		;;
##############################################
plptools-1.0.13/config.sub-212-		os=-isc2.2
plptools-1.0.13/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-214-		;;
##############################################
plptools-1.0.13/config.sub-218-	-isc*)
plptools-1.0.13/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
plptools-1.0.13/config.sub-220-		;;
##############################################
plptools-1.0.13/config.sub-230-	-ptx*)
plptools-1.0.13/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
plptools-1.0.13/config.sub-232-		;;
plptools-1.0.13/config.sub-233-	-windowsnt*)
plptools-1.0.13/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
plptools-1.0.13/config.sub-235-		;;
##############################################
plptools-1.0.13/config.sub-361-	*-*-*)
plptools-1.0.13/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
plptools-1.0.13/config.sub-363-		exit 1
##############################################
plptools-1.0.13/config.sub-485-	amd64-*)
plptools-1.0.13/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-487-		;;
##############################################
plptools-1.0.13/config.sub-527-	blackfin-*)
plptools-1.0.13/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-529-		os=-linux
##############################################
plptools-1.0.13/config.sub-535-	c54x-*)
plptools-1.0.13/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-537-		;;
plptools-1.0.13/config.sub-538-	c55x-*)
plptools-1.0.13/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-540-		;;
plptools-1.0.13/config.sub-541-	c6x-*)
plptools-1.0.13/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-543-		;;
##############################################
plptools-1.0.13/config.sub-738-	i*86v32)
plptools-1.0.13/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
plptools-1.0.13/config.sub-740-		os=-sysv32
##############################################
plptools-1.0.13/config.sub-742-	i*86v4*)
plptools-1.0.13/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
plptools-1.0.13/config.sub-744-		os=-sysv4
##############################################
plptools-1.0.13/config.sub-746-	i*86v)
plptools-1.0.13/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
plptools-1.0.13/config.sub-748-		os=-sysv
##############################################
plptools-1.0.13/config.sub-750-	i*86sol2)
plptools-1.0.13/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
plptools-1.0.13/config.sub-752-		os=-solaris2
##############################################
plptools-1.0.13/config.sub-780-	m68knommu-*)
plptools-1.0.13/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-782-		os=-linux
##############################################
plptools-1.0.13/config.sub-817-	mips3*-*)
plptools-1.0.13/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
plptools-1.0.13/config.sub-819-		;;
plptools-1.0.13/config.sub-820-	mips3*)
plptools-1.0.13/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
plptools-1.0.13/config.sub-822-		;;
##############################################
plptools-1.0.13/config.sub-835-	ms1-*)
plptools-1.0.13/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
plptools-1.0.13/config.sub-837-		;;
##############################################
plptools-1.0.13/config.sub-954-	parisc-*)
plptools-1.0.13/config.sub:955:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-956-		os=-linux
##############################################
plptools-1.0.13/config.sub-970-	pc98-*)
plptools-1.0.13/config.sub:971:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-972-		;;
##############################################
plptools-1.0.13/config.sub-985-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
plptools-1.0.13/config.sub:986:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-987-		;;
plptools-1.0.13/config.sub-988-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
plptools-1.0.13/config.sub:989:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-990-		;;
plptools-1.0.13/config.sub-991-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
plptools-1.0.13/config.sub:992:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-993-		;;
plptools-1.0.13/config.sub-994-	pentium4-*)
plptools-1.0.13/config.sub:995:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-996-		;;
##############################################
plptools-1.0.13/config.sub-1004-	ppc-* | ppcbe-*)
plptools-1.0.13/config.sub:1005:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-1006-		;;
##############################################
plptools-1.0.13/config.sub-1010-	ppcle-* | powerpclittle-*)
plptools-1.0.13/config.sub:1011:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-1012-		;;
##############################################
plptools-1.0.13/config.sub-1014-		;;
plptools-1.0.13/config.sub:1015:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-1016-		;;
##############################################
plptools-1.0.13/config.sub-1020-	ppc64le-* | powerpc64little-*)
plptools-1.0.13/config.sub:1021:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-1022-		;;
##############################################
plptools-1.0.13/config.sub-1103-	strongarm-* | thumb-*)
plptools-1.0.13/config.sub:1104:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
plptools-1.0.13/config.sub-1105-		;;
##############################################
plptools-1.0.13/config.sub-1233-	xscale-* | xscalee[bl]-*)
plptools-1.0.13/config.sub:1234:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
plptools-1.0.13/config.sub-1235-		;;
##############################################
plptools-1.0.13/config.sub-1310-	*)
plptools-1.0.13/config.sub:1311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
plptools-1.0.13/config.sub-1312-		exit 1
##############################################
plptools-1.0.13/config.sub-1318-	*-digital*)
plptools-1.0.13/config.sub:1319:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
plptools-1.0.13/config.sub-1320-		;;
plptools-1.0.13/config.sub-1321-	*-commodore*)
plptools-1.0.13/config.sub:1322:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
plptools-1.0.13/config.sub-1323-		;;
##############################################
plptools-1.0.13/config.sub-1339-	-solaris1 | -solaris1.*)
plptools-1.0.13/config.sub:1340:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
plptools-1.0.13/config.sub-1341-		;;
##############################################
plptools-1.0.13/config.sub-1351-	-gnu/linux*)
plptools-1.0.13/config.sub:1352:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
plptools-1.0.13/config.sub-1353-		;;
##############################################
plptools-1.0.13/config.sub-1397-	-nto*)
plptools-1.0.13/config.sub:1398:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
plptools-1.0.13/config.sub-1399-		;;
##############################################
plptools-1.0.13/config.sub-1404-	-mac*)
plptools-1.0.13/config.sub:1405:		os=`echo $os | sed -e 's|mac|macos|'`
plptools-1.0.13/config.sub-1406-		;;
##############################################
plptools-1.0.13/config.sub-1410-	-linux*)
plptools-1.0.13/config.sub:1411:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
plptools-1.0.13/config.sub-1412-		;;
plptools-1.0.13/config.sub-1413-	-sunos5*)
plptools-1.0.13/config.sub:1414:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
plptools-1.0.13/config.sub-1415-		;;
plptools-1.0.13/config.sub-1416-	-sunos6*)
plptools-1.0.13/config.sub:1417:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
plptools-1.0.13/config.sub-1418-		;;
##############################################
plptools-1.0.13/config.sub-1465-	-sinix5.*)
plptools-1.0.13/config.sub:1466:		os=`echo $os | sed -e 's|sinix|sysv|'`
plptools-1.0.13/config.sub-1467-		;;
##############################################
plptools-1.0.13/config.sub-1518-		# Get rid of the `-' at the beginning of $os.
plptools-1.0.13/config.sub:1519:		os=`echo $os | sed 's/[^-]*-//'`
plptools-1.0.13/config.sub:1520:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
plptools-1.0.13/config.sub-1521-		exit 1
##############################################
plptools-1.0.13/config.sub-1781-		esac
plptools-1.0.13/config.sub:1782:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
plptools-1.0.13/config.sub-1783-		;;
##############################################
plptools-1.0.13/sisinstall/Makefile.in-40-  { \
plptools-1.0.13/sisinstall/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/sisinstall/Makefile.in-42-  }; \
##############################################
plptools-1.0.13/sisinstall/Makefile.in-473-	test -n "$(EXEEXT)" || exit 0; \
plptools-1.0.13/sisinstall/Makefile.in:474:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
plptools-1.0.13/sisinstall/Makefile.in-475-	echo " rm -f" $$list; \
##############################################
plptools-1.0.13/sisinstall/Makefile.in-501-.cpp.obj:
plptools-1.0.13/sisinstall/Makefile.in:502:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/sisinstall/Makefile.in-503-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/sisinstall/Makefile.in-505-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/sisinstall/Makefile.in:506:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/sisinstall/Makefile.in-507-
##############################################
plptools-1.0.13/sisinstall/Makefile.in-550-GTAGS:
plptools-1.0.13/sisinstall/Makefile.in:551:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/sisinstall/Makefile.in-552-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/sisinstall/Makefile.in-573-distdir: $(DISTFILES)
plptools-1.0.13/sisinstall/Makefile.in:574:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/sisinstall/Makefile.in:575:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/sisinstall/Makefile.in-576-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/sisinstall/Makefile.in-587-	  if test -d $$d/$$file; then \
plptools-1.0.13/sisinstall/Makefile.in:588:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/sisinstall/Makefile.in-589-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/lib/Makefile.in-41-  { \
plptools-1.0.13/lib/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/lib/Makefile.in-43-  }; \
##############################################
plptools-1.0.13/lib/Makefile.in-112-CONFIG_CLEAN_VPATH_FILES =
plptools-1.0.13/lib/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
plptools-1.0.13/lib/Makefile.in-114-am__vpath_adj = case $$p in \
plptools-1.0.13/lib/Makefile.in:115:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
plptools-1.0.13/lib/Makefile.in-116-    *) f=$$p;; \
plptools-1.0.13/lib/Makefile.in-117-  esac;
plptools-1.0.13/lib/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
plptools-1.0.13/lib/Makefile.in-119-am__install_max = 40
plptools-1.0.13/lib/Makefile.in-120-am__nobase_strip_setup = \
plptools-1.0.13/lib/Makefile.in:121:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
plptools-1.0.13/lib/Makefile.in-122-am__nobase_strip = \
##############################################
plptools-1.0.13/lib/Makefile.in-533-.cc.obj:
plptools-1.0.13/lib/Makefile.in:534:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/lib/Makefile.in-535-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/lib/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/lib/Makefile.in:538:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/lib/Makefile.in-539-
##############################################
plptools-1.0.13/lib/Makefile.in-554-.cpp.obj:
plptools-1.0.13/lib/Makefile.in:555:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/lib/Makefile.in-556-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/lib/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/lib/Makefile.in:559:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/lib/Makefile.in-560-
##############################################
plptools-1.0.13/lib/Makefile.in-603-GTAGS:
plptools-1.0.13/lib/Makefile.in:604:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/lib/Makefile.in-605-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/lib/Makefile.in-626-distdir: $(DISTFILES)
plptools-1.0.13/lib/Makefile.in:627:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/lib/Makefile.in:628:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/lib/Makefile.in-629-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/lib/Makefile.in-640-	  if test -d $$d/$$file; then \
plptools-1.0.13/lib/Makefile.in:641:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/lib/Makefile.in-642-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/lib/ppsocket.cc-541-	    }
plptools-1.0.13/lib/ppsocket.cc:542:	    he = gethostbyaddr((const char *)&ipaddr.s_addr, sizeof(ipaddr.s_addr), PF_INET);
plptools-1.0.13/lib/ppsocket.cc-543-	    if (!he) {
##############################################
plptools-1.0.13/lib/ppsocket.cc-593-	    }
plptools-1.0.13/lib/ppsocket.cc:594:	    he = gethostbyaddr((const char *)&ipaddr.s_addr, sizeof(ipaddr.s_addr), PF_INET);
plptools-1.0.13/lib/ppsocket.cc-595-	    if (!he) {
##############################################
plptools-1.0.13/doc/Makefile.am-9-edit = sed \
plptools-1.0.13/doc/Makefile.am:10:	-e 's|@MANDATE@|'`git log --pretty=format:"%ad" --date=short -1 $<.in`'|g' \
plptools-1.0.13/doc/Makefile.am-11-	-e 's|@pkgdatadir[@]|$(pkgdatadir)|g'
##############################################
plptools-1.0.13/doc/Makefile.in-39-  { \
plptools-1.0.13/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/doc/Makefile.in-41-  }; \
##############################################
plptools-1.0.13/doc/Makefile.in-133-  esac
plptools-1.0.13/doc/Makefile.in:134:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
plptools-1.0.13/doc/Makefile.in-135-am__vpath_adj = case $$p in \
plptools-1.0.13/doc/Makefile.in:136:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
plptools-1.0.13/doc/Makefile.in-137-    *) f=$$p;; \
plptools-1.0.13/doc/Makefile.in-138-  esac;
plptools-1.0.13/doc/Makefile.in:139:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
plptools-1.0.13/doc/Makefile.in-140-am__install_max = 40
plptools-1.0.13/doc/Makefile.in-141-am__nobase_strip_setup = \
plptools-1.0.13/doc/Makefile.in:142:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
plptools-1.0.13/doc/Makefile.in-143-am__nobase_strip = \
##############################################
plptools-1.0.13/doc/Makefile.in-357-edit = sed \
plptools-1.0.13/doc/Makefile.in:358:	-e 's|@MANDATE@|'`git log --pretty=format:"%ad" --date=short -1 $<.in`'|g' \
plptools-1.0.13/doc/Makefile.in-359-	-e 's|@pkgdatadir[@]|$(pkgdatadir)|g'
##############################################
plptools-1.0.13/doc/Makefile.in-414-	test -n "$(man1dir)" \
plptools-1.0.13/doc/Makefile.in:415:	  && test -n "`echo $$list1$$list2`" \
plptools-1.0.13/doc/Makefile.in-416-	  || exit 0; \
##############################################
plptools-1.0.13/doc/Makefile.in-457-	test -n "$(man8dir)" \
plptools-1.0.13/doc/Makefile.in:458:	  && test -n "`echo $$list1$$list2`" \
plptools-1.0.13/doc/Makefile.in-459-	  || exit 0; \
##############################################
plptools-1.0.13/doc/Makefile.in-503-distdir: $(DISTFILES)
plptools-1.0.13/doc/Makefile.in:504:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/doc/Makefile.in:505:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/doc/Makefile.in-506-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/doc/Makefile.in-517-	  if test -d $$d/$$file; then \
plptools-1.0.13/doc/Makefile.in:518:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/doc/Makefile.in-519-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/plpfuse/Makefile.in-40-  { \
plptools-1.0.13/plpfuse/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/plpfuse/Makefile.in-42-  }; \
##############################################
plptools-1.0.13/plpfuse/Makefile.in-471-	test -n "$(EXEEXT)" || exit 0; \
plptools-1.0.13/plpfuse/Makefile.in:472:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
plptools-1.0.13/plpfuse/Makefile.in-473-	echo " rm -f" $$list; \
##############################################
plptools-1.0.13/plpfuse/Makefile.in-496-.c.obj:
plptools-1.0.13/plpfuse/Makefile.in:497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpfuse/Makefile.in-498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/plpfuse/Makefile.in-500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpfuse/Makefile.in:501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpfuse/Makefile.in-502-
##############################################
plptools-1.0.13/plpfuse/Makefile.in-517-.cc.obj:
plptools-1.0.13/plpfuse/Makefile.in:518:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpfuse/Makefile.in-519-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/plpfuse/Makefile.in-521-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpfuse/Makefile.in:522:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpfuse/Makefile.in-523-
##############################################
plptools-1.0.13/plpfuse/Makefile.in-566-GTAGS:
plptools-1.0.13/plpfuse/Makefile.in:567:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/plpfuse/Makefile.in-568-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/plpfuse/Makefile.in-589-distdir: $(DISTFILES)
plptools-1.0.13/plpfuse/Makefile.in:590:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpfuse/Makefile.in:591:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpfuse/Makefile.in-592-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/plpfuse/Makefile.in-603-	  if test -d $$d/$$file; then \
plptools-1.0.13/plpfuse/Makefile.in:604:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/plpfuse/Makefile.in-605-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/ltmain.sh-167-{
plptools-1.0.13/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
plptools-1.0.13/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
plptools-1.0.13/ltmain.sh-179-{
plptools-1.0.13/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
plptools-1.0.13/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-198-    # Extract subdirectory from the argument.
plptools-1.0.13/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
plptools-1.0.13/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
plptools-1.0.13/ltmain.sh-204-    fi
plptools-1.0.13/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
plptools-1.0.13/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-217-    case ${2} in
plptools-1.0.13/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
plptools-1.0.13/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
plptools-1.0.13/ltmain.sh-220-    esac
##############################################
plptools-1.0.13/ltmain.sh-380-     progdir=$func_dirname_result
plptools-1.0.13/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
plptools-1.0.13/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
plptools-1.0.13/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
plptools-1.0.13/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
plptools-1.0.13/ltmain.sh-419-bs='\\'
##############################################
plptools-1.0.13/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
plptools-1.0.13/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
plptools-1.0.13/ltmain.sh-533-      done
plptools-1.0.13/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
plptools-1.0.13/ltmain.sh-535-
##############################################
plptools-1.0.13/ltmain.sh-566-      # If mktemp works, use that first and foremost
plptools-1.0.13/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
plptools-1.0.13/ltmain.sh-568-
##############################################
plptools-1.0.13/ltmain.sh-597-      *[\\\`\"\$]*)
plptools-1.0.13/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
plptools-1.0.13/ltmain.sh-599-      *)
##############################################
plptools-1.0.13/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
plptools-1.0.13/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
plptools-1.0.13/ltmain.sh-704-    ;;
##############################################
plptools-1.0.13/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
plptools-1.0.13/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
plptools-1.0.13/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
plptools-1.0.13/ltmain.sh-772-	p
##############################################
plptools-1.0.13/ltmain.sh-803-
plptools-1.0.13/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
plptools-1.0.13/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
plptools-1.0.13/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-816-
plptools-1.0.13/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
plptools-1.0.13/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
plptools-1.0.13/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-862-{
plptools-1.0.13/ltmain.sh:863:    func_arith_result=`expr "${@}"`
plptools-1.0.13/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-870-{
plptools-1.0.13/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
plptools-1.0.13/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-877-{
plptools-1.0.13/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
plptools-1.0.13/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-884-{
plptools-1.0.13/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
plptools-1.0.13/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
plptools-1.0.13/ltmain.sh-968-	# quotes we have to do it in 2 steps:
plptools-1.0.13/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
plptools-1.0.13/ltmain.sh-970-	eval "$extractedcf"
##############################################
plptools-1.0.13/ltmain.sh-1382-      done
plptools-1.0.13/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
plptools-1.0.13/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
plptools-1.0.13/ltmain.sh-1385-      case $@ in
##############################################
plptools-1.0.13/ltmain.sh-1395-	    # Evaluate the configuration.
plptools-1.0.13/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
plptools-1.0.13/ltmain.sh-1397-	    CC_quoted=
##############################################
plptools-1.0.13/ltmain.sh-1401-	    done
plptools-1.0.13/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
plptools-1.0.13/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
plptools-1.0.13/ltmain.sh-1404-	    case "$@ " in
##############################################
plptools-1.0.13/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
plptools-1.0.13/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
plptools-1.0.13/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
plptools-1.0.13/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
plptools-1.0.13/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
plptools-1.0.13/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
plptools-1.0.13/ltmain.sh-1721-    # LT_CYGPATH in this case.
plptools-1.0.13/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
plptools-1.0.13/ltmain.sh-1723-  fi
##############################################
plptools-1.0.13/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
plptools-1.0.13/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
plptools-1.0.13/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
plptools-1.0.13/ltmain.sh-2060-    *.[cCFSifmso] | \
plptools-1.0.13/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
plptools-1.0.13/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
plptools-1.0.13/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
plptools-1.0.13/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
plptools-1.0.13/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
plptools-1.0.13/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
plptools-1.0.13/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
plptools-1.0.13/ltmain.sh-2158-
##############################################
plptools-1.0.13/ltmain.sh-2204-      if test "$need_locks" = warn &&
plptools-1.0.13/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
plptools-1.0.13/ltmain.sh-2206-	$ECHO "\
plptools-1.0.13/ltmain.sh-2207-*** ERROR, $lockfile contains:
plptools-1.0.13/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
plptools-1.0.13/ltmain.sh-2209-
##############################################
plptools-1.0.13/ltmain.sh-2253-      if test "$need_locks" = warn &&
plptools-1.0.13/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
plptools-1.0.13/ltmain.sh-2255-	$ECHO "\
plptools-1.0.13/ltmain.sh-2256-*** ERROR, $lockfile contains:
plptools-1.0.13/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
plptools-1.0.13/ltmain.sh-2258-
##############################################
plptools-1.0.13/ltmain.sh-2548-	  test -n "$library_names" && \
plptools-1.0.13/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
plptools-1.0.13/ltmain.sh-2550-	  continue
##############################################
plptools-1.0.13/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
plptools-1.0.13/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
plptools-1.0.13/ltmain.sh-2561-	  fi
##############################################
plptools-1.0.13/ltmain.sh-2577-      # Get the absolute pathname.
plptools-1.0.13/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
plptools-1.0.13/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
plptools-1.0.13/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
plptools-1.0.13/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
plptools-1.0.13/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
plptools-1.0.13/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
plptools-1.0.13/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
plptools-1.0.13/ltmain.sh-2959-
##############################################
plptools-1.0.13/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
plptools-1.0.13/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
plptools-1.0.13/ltmain.sh-2972-	  else
plptools-1.0.13/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
plptools-1.0.13/ltmain.sh-2974-	  fi
##############################################
plptools-1.0.13/ltmain.sh-3130-	    fi
plptools-1.0.13/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
plptools-1.0.13/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
plptools-1.0.13/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
plptools-1.0.13/ltmain.sh-3134-	      finalize=no
##############################################
plptools-1.0.13/ltmain.sh-3149-	        # Replace the output file specification.
plptools-1.0.13/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
plptools-1.0.13/ltmain.sh-3151-
##############################################
plptools-1.0.13/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
plptools-1.0.13/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
plptools-1.0.13/ltmain.sh-3170-	  fi
##############################################
plptools-1.0.13/ltmain.sh-3241-    my_pic_p="${3-no}"
plptools-1.0.13/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
plptools-1.0.13/ltmain.sh-3243-    my_dlsyms=
##############################################
plptools-1.0.13/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
plptools-1.0.13/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
plptools-1.0.13/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
plptools-1.0.13/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
plptools-1.0.13/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
plptools-1.0.13/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
plptools-1.0.13/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
plptools-1.0.13/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
plptools-1.0.13/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
plptools-1.0.13/ltmain.sh-3509-	  else
plptools-1.0.13/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
plptools-1.0.13/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
plptools-1.0.13/ltmain.sh-3512-	  fi
##############################################
plptools-1.0.13/ltmain.sh-3514-	*)
plptools-1.0.13/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
plptools-1.0.13/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
plptools-1.0.13/ltmain.sh-3517-	  ;;
##############################################
plptools-1.0.13/ltmain.sh-3529-      # Nullify the symbol file.
plptools-1.0.13/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
plptools-1.0.13/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
plptools-1.0.13/ltmain.sh-3532-    fi
##############################################
plptools-1.0.13/ltmain.sh-3545-  win32_libid_type="unknown"
plptools-1.0.13/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
plptools-1.0.13/ltmain.sh-3547-  case $win32_fileres in
##############################################
plptools-1.0.13/ltmain.sh-3596-  $opt_debug
plptools-1.0.13/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
plptools-1.0.13/ltmain.sh-3598-}
##############################################
plptools-1.0.13/ltmain.sh-3613-  $opt_debug
plptools-1.0.13/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
plptools-1.0.13/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
plptools-1.0.13/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
plptools-1.0.13/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
plptools-1.0.13/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
plptools-1.0.13/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
plptools-1.0.13/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
plptools-1.0.13/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
plptools-1.0.13/ltmain.sh-3700-    # binutils import library
plptools-1.0.13/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
plptools-1.0.13/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
plptools-1.0.13/ltmain.sh-3703-    # ms-generated import library
plptools-1.0.13/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
plptools-1.0.13/ltmain.sh-3705-  else
##############################################
plptools-1.0.13/ltmain.sh-3780-	  darwin_curdir=`pwd`
plptools-1.0.13/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
plptools-1.0.13/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
plptools-1.0.13/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
plptools-1.0.13/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
plptools-1.0.13/ltmain.sh-3785-	    darwin_arch=
##############################################
plptools-1.0.13/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
plptools-1.0.13/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
plptools-1.0.13/ltmain.sh-3797-	    darwin_file=
##############################################
plptools-1.0.13/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
plptools-1.0.13/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
plptools-1.0.13/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
plptools-1.0.13/ltmain.sh-3814-      esac
plptools-1.0.13/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
plptools-1.0.13/ltmain.sh-3816-    done
##############################################
plptools-1.0.13/ltmain.sh-3885-
plptools-1.0.13/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
plptools-1.0.13/ltmain.sh-3887-    $ECHO "\
##############################################
plptools-1.0.13/ltmain.sh-3920-    --lt-dump-script)
plptools-1.0.13/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
plptools-1.0.13/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
plptools-1.0.13/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
plptools-1.0.13/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
plptools-1.0.13/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
plptools-1.0.13/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
plptools-1.0.13/ltmain.sh-3949-  done
##############################################
plptools-1.0.13/ltmain.sh-4005-  # Find the directory that this script lives in.
plptools-1.0.13/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
plptools-1.0.13/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
plptools-1.0.13/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
plptools-1.0.13/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
plptools-1.0.13/ltmain.sh-4011-  while test -n \"\$file\"; do
plptools-1.0.13/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
plptools-1.0.13/ltmain.sh-4013-
##############################################
plptools-1.0.13/ltmain.sh-4021-
plptools-1.0.13/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
plptools-1.0.13/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
plptools-1.0.13/ltmain.sh-4024-  done
##############################################
plptools-1.0.13/ltmain.sh-4035-    case \"\$thisdir\" in
plptools-1.0.13/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
plptools-1.0.13/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
plptools-1.0.13/ltmain.sh-4041-  # Try to get the absolute directory name.
plptools-1.0.13/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
plptools-1.0.13/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
plptools-1.0.13/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
plptools-1.0.13/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
plptools-1.0.13/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
plptools-1.0.13/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
plptools-1.0.13/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
plptools-1.0.13/ltmain.sh-4068-      else
##############################################
plptools-1.0.13/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
plptools-1.0.13/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
plptools-1.0.13/ltmain.sh-4112-
##############################################
plptools-1.0.13/ltmain.sh-5085-    $opt_debug
plptools-1.0.13/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
plptools-1.0.13/ltmain.sh-5087-    *import*) : ;;
##############################################
plptools-1.0.13/ltmain.sh-5307-	    moreargs=
plptools-1.0.13/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
plptools-1.0.13/ltmain.sh-5309-	    do
##############################################
plptools-1.0.13/ltmain.sh-5563-	*)
plptools-1.0.13/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
plptools-1.0.13/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
plptools-1.0.13/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
plptools-1.0.13/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
plptools-1.0.13/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
plptools-1.0.13/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
plptools-1.0.13/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
plptools-1.0.13/ltmain.sh-6018-    else
##############################################
plptools-1.0.13/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
plptools-1.0.13/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
plptools-1.0.13/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
plptools-1.0.13/ltmain.sh-6394-	else
plptools-1.0.13/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
plptools-1.0.13/ltmain.sh-6396-	fi
##############################################
plptools-1.0.13/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
plptools-1.0.13/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
plptools-1.0.13/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
plptools-1.0.13/ltmain.sh-6431-	fi
plptools-1.0.13/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
plptools-1.0.13/ltmain.sh-6504-	*)
plptools-1.0.13/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
plptools-1.0.13/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
plptools-1.0.13/ltmain.sh-6757-	    shift
plptools-1.0.13/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
plptools-1.0.13/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
plptools-1.0.13/ltmain.sh-7049-		*)
plptools-1.0.13/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
plptools-1.0.13/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
plptools-1.0.13/ltmain.sh-7060-		  depdepl=
plptools-1.0.13/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
plptools-1.0.13/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
plptools-1.0.13/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
plptools-1.0.13/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
plptools-1.0.13/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
plptools-1.0.13/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
plptools-1.0.13/ltmain.sh-7071-                      fi
##############################################
plptools-1.0.13/ltmain.sh-7082-		else
plptools-1.0.13/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
plptools-1.0.13/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
plptools-1.0.13/ltmain.sh-7105-	else
plptools-1.0.13/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh-7107-	fi
##############################################
plptools-1.0.13/ltmain.sh-7254-	test "$module" = no && \
plptools-1.0.13/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
plptools-1.0.13/ltmain.sh-7256-
##############################################
plptools-1.0.13/ltmain.sh-7392-	if test "$age" -gt "$current"; then
plptools-1.0.13/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
plptools-1.0.13/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
plptools-1.0.13/ltmain.sh-7553-	removelist=
plptools-1.0.13/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
plptools-1.0.13/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
plptools-1.0.13/ltmain.sh-7579-	# Transform .lo files to .o files.
plptools-1.0.13/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
plptools-1.0.13/ltmain.sh-7581-      fi
##############################################
plptools-1.0.13/ltmain.sh-7584-      #for path in $notinst_path; do
plptools-1.0.13/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
plptools-1.0.13/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
plptools-1.0.13/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
plptools-1.0.13/ltmain.sh-7588-      #done
##############################################
plptools-1.0.13/ltmain.sh-7705-		if test -n "$i" ; then
plptools-1.0.13/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
plptools-1.0.13/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
plptools-1.0.13/ltmain.sh-7708-		  set dummy $deplib_matches; shift
plptools-1.0.13/ltmain.sh-7709-		  deplib_match=$1
plptools-1.0.13/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
plptools-1.0.13/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
plptools-1.0.13/ltmain.sh-7748-		  if test -n "$i" ; then
plptools-1.0.13/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
plptools-1.0.13/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
plptools-1.0.13/ltmain.sh-7751-		    set dummy $deplib_matches; shift
plptools-1.0.13/ltmain.sh-7752-		    deplib_match=$1
plptools-1.0.13/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
plptools-1.0.13/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
plptools-1.0.13/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
plptools-1.0.13/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
plptools-1.0.13/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
plptools-1.0.13/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
plptools-1.0.13/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
plptools-1.0.13/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
plptools-1.0.13/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
plptools-1.0.13/ltmain.sh-7802-		else
##############################################
plptools-1.0.13/ltmain.sh-7808-		    shopt -s nocaseglob
plptools-1.0.13/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
plptools-1.0.13/ltmain.sh-7810-		    $nocaseglob
plptools-1.0.13/ltmain.sh-7811-		  else
plptools-1.0.13/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
plptools-1.0.13/ltmain.sh-7813-		  fi
##############################################
plptools-1.0.13/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
plptools-1.0.13/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
plptools-1.0.13/ltmain.sh-7828-			case $potliblink in
plptools-1.0.13/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
plptools-1.0.13/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
plptools-1.0.13/ltmain.sh-7831-			esac
##############################################
plptools-1.0.13/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
plptools-1.0.13/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
plptools-1.0.13/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
plptools-1.0.13/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
plptools-1.0.13/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
plptools-1.0.13/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
plptools-1.0.13/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
plptools-1.0.13/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
plptools-1.0.13/ltmain.sh-7921-	  newdeplibs=""
plptools-1.0.13/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
plptools-1.0.13/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
plptools-1.0.13/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
plptools-1.0.13/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
plptools-1.0.13/ltmain.sh-7927-	    done
##############################################
plptools-1.0.13/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
plptools-1.0.13/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
plptools-1.0.13/ltmain.sh-7953-	  ;;
##############################################
plptools-1.0.13/ltmain.sh-8003-	*-*-darwin*)
plptools-1.0.13/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh-8007-	  ;;
##############################################
plptools-1.0.13/ltmain.sh-8130-	# Use standard objects if they are pic
plptools-1.0.13/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
plptools-1.0.13/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
plptools-1.0.13/ltmain.sh-8145-	    # exporting using user supplied symfile
plptools-1.0.13/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
plptools-1.0.13/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
plptools-1.0.13/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
plptools-1.0.13/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
plptools-1.0.13/ltmain.sh-8644-	else
##############################################
plptools-1.0.13/ltmain.sh-8656-      # Create the old-style object.
plptools-1.0.13/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
plptools-1.0.13/ltmain.sh-8658-
##############################################
plptools-1.0.13/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
plptools-1.0.13/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
plptools-1.0.13/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
plptools-1.0.13/ltmain.sh-8719-	;;
##############################################
plptools-1.0.13/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
plptools-1.0.13/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
plptools-1.0.13/ltmain.sh-8737-	;;
##############################################
plptools-1.0.13/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
plptools-1.0.13/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
plptools-1.0.13/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
plptools-1.0.13/ltmain.sh-8872-	# Transform all the library objects into standard objects.
plptools-1.0.13/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
plptools-1.0.13/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
plptools-1.0.13/ltmain.sh-8875-      fi
##############################################
plptools-1.0.13/ltmain.sh-8902-	# Replace the output file specification.
plptools-1.0.13/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
plptools-1.0.13/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
plptools-1.0.13/ltmain.sh-8911-	  func_to_tool_file "$output"
plptools-1.0.13/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
plptools-1.0.13/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
plptools-1.0.13/ltmain.sh-8955-	# Replace the output file specification.
plptools-1.0.13/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
plptools-1.0.13/ltmain.sh-8957-	# Delete the old output file.
##############################################
plptools-1.0.13/ltmain.sh-8963-	  func_to_tool_file "$output"
plptools-1.0.13/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
plptools-1.0.13/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
plptools-1.0.13/ltmain.sh-8981-	  if test "$fast_install" = yes; then
plptools-1.0.13/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
plptools-1.0.13/ltmain.sh-8983-	  else
##############################################
plptools-1.0.13/ltmain.sh-8993-      # Replace the output file specification.
plptools-1.0.13/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
plptools-1.0.13/ltmain.sh-8995-
##############################################
plptools-1.0.13/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
plptools-1.0.13/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
plptools-1.0.13/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
plptools-1.0.13/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
plptools-1.0.13/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
plptools-1.0.13/ltmain.sh-9025-      fi
##############################################
plptools-1.0.13/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
plptools-1.0.13/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
plptools-1.0.13/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
plptools-1.0.13/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
plptools-1.0.13/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
plptools-1.0.13/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
plptools-1.0.13/ltmain.sh-9314-		name="$func_basename_result"
plptools-1.0.13/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
plptools-1.0.13/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
plptools-1.0.13/ltmain.sh-9333-		name="$func_basename_result"
plptools-1.0.13/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
plptools-1.0.13/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
plptools-1.0.13/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
plptools-1.0.13/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
plptools-1.0.13/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
plptools-1.0.13/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
plptools-1.0.13/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
plptools-1.0.13/configure-47-  as_echo='print -r --'
plptools-1.0.13/configure-48-  as_echo_n='print -rn --'
plptools-1.0.13/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
plptools-1.0.13/configure-50-  as_echo='printf %s\n'
##############################################
plptools-1.0.13/configure-52-else
plptools-1.0.13/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
plptools-1.0.13/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
plptools-1.0.13/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
plptools-1.0.13/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
plptools-1.0.13/configure-64-      esac;
##############################################
plptools-1.0.13/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
plptools-1.0.13/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
plptools-1.0.13/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
plptools-1.0.13/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
plptools-1.0.13/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
plptools-1.0.13/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
plptools-1.0.13/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
plptools-1.0.13/configure-335-      case $as_dir in #(
plptools-1.0.13/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
plptools-1.0.13/configure-337-      *) as_qdir=$as_dir;;
##############################################
plptools-1.0.13/configure-408-  {
plptools-1.0.13/configure:409:    as_val=`expr "$@" || test $? -eq 1`
plptools-1.0.13/configure-410-  }
##############################################
plptools-1.0.13/configure-415-# ----------------------------------------
plptools-1.0.13/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
plptools-1.0.13/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
plptools-1.0.13/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
plptools-1.0.13/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
plptools-1.0.13/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
plptools-1.0.13/configure-938-  case $ac_option in
plptools-1.0.13/configure:939:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
plptools-1.0.13/configure-940-  *=)   ac_optarg= ;;
##############################################
plptools-1.0.13/configure-982-  -disable-* | --disable-*)
plptools-1.0.13/configure:983:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
plptools-1.0.13/configure-984-    # Reject names that are not valid shell variable names.
##############################################
plptools-1.0.13/configure-987-    ac_useropt_orig=$ac_useropt
plptools-1.0.13/configure:988:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
plptools-1.0.13/configure-989-    case $ac_user_opts in
##############################################
plptools-1.0.13/configure-1008-  -enable-* | --enable-*)
plptools-1.0.13/configure:1009:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
plptools-1.0.13/configure-1010-    # Reject names that are not valid shell variable names.
##############################################
plptools-1.0.13/configure-1013-    ac_useropt_orig=$ac_useropt
plptools-1.0.13/configure:1014:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
plptools-1.0.13/configure-1015-    case $ac_user_opts in
##############################################
plptools-1.0.13/configure-1212-  -with-* | --with-*)
plptools-1.0.13/configure:1213:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
plptools-1.0.13/configure-1214-    # Reject names that are not valid shell variable names.
##############################################
plptools-1.0.13/configure-1217-    ac_useropt_orig=$ac_useropt
plptools-1.0.13/configure:1218:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
plptools-1.0.13/configure-1219-    case $ac_user_opts in
##############################################
plptools-1.0.13/configure-1228-  -without-* | --without-*)
plptools-1.0.13/configure:1229:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
plptools-1.0.13/configure-1230-    # Reject names that are not valid shell variable names.
##############################################
plptools-1.0.13/configure-1233-    ac_useropt_orig=$ac_useropt
plptools-1.0.13/configure:1234:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
plptools-1.0.13/configure-1235-    case $ac_user_opts in
##############################################
plptools-1.0.13/configure-1266-  *=*)
plptools-1.0.13/configure:1267:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
plptools-1.0.13/configure-1268-    # Reject names that are not valid shell variable names.
##############################################
plptools-1.0.13/configure-1287-if test -n "$ac_prev"; then
plptools-1.0.13/configure:1288:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
plptools-1.0.13/configure-1289-  as_fn_error $? "missing argument to $ac_option"
##############################################
plptools-1.0.13/configure-1309-    */ )
plptools-1.0.13/configure:1310:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
plptools-1.0.13/configure-1311-      eval $ac_var=\$ac_val;;
##############################################
plptools-1.0.13/configure-1344-ac_ls_di=`ls -di .` &&
plptools-1.0.13/configure:1345:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
plptools-1.0.13/configure-1346-  as_fn_error $? "working directory cannot be determined"
##############################################
plptools-1.0.13/configure-1400-case $srcdir in
plptools-1.0.13/configure:1401:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
plptools-1.0.13/configure-1402-esac
##############################################
plptools-1.0.13/configure-1443-By default, \`make install' will install all the files in
plptools-1.0.13/configure:1444:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
plptools-1.0.13/configure:1445:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
plptools-1.0.13/configure-1446-for instance \`--prefix=\$HOME'.
##############################################
plptools-1.0.13/configure-1578-*)
plptools-1.0.13/configure:1579:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
plptools-1.0.13/configure-1580-  # A ".." for each directory in $ac_dir_suffix.
plptools-1.0.13/configure:1581:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
plptools-1.0.13/configure-1582-  case $ac_top_builddir_sub in
##############################################
plptools-1.0.13/configure-2173-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
plptools-1.0.13/configure:2174:  as_decl_name=`echo $2|sed 's/ *(.*//'`
plptools-1.0.13/configure:2175:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
plptools-1.0.13/configure-2176-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
plptools-1.0.13/configure-2470-    *\'*)
plptools-1.0.13/configure:2471:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
plptools-1.0.13/configure-2472-    esac
##############################################
plptools-1.0.13/configure-2553-      case $ac_val in
plptools-1.0.13/configure:2554:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
plptools-1.0.13/configure-2555-      esac
##############################################
plptools-1.0.13/configure-2568-	case $ac_val in
plptools-1.0.13/configure:2569:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
plptools-1.0.13/configure-2570-	esac
##############################################
plptools-1.0.13/configure-2693-    set,)
plptools-1.0.13/configure:2694:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
plptools-1.0.13/configure:2695:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
plptools-1.0.13/configure-2696-      ac_cache_corrupted=: ;;
##############################################
plptools-1.0.13/configure-2704-	# differences in whitespace do not lead to failure.
plptools-1.0.13/configure:2705:	ac_old_val_w=`echo x $ac_old_val`
plptools-1.0.13/configure:2706:	ac_new_val_w=`echo x $ac_new_val`
plptools-1.0.13/configure-2707-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
plptools-1.0.13/configure-2724-    case $ac_new_val in
plptools-1.0.13/configure:2725:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
plptools-1.0.13/configure-2726-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
plptools-1.0.13/configure-2791-test "x$ac_build_alias" = x &&
plptools-1.0.13/configure:2792:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
plptools-1.0.13/configure-2793-test "x$ac_build_alias" = x &&
plptools-1.0.13/configure-2794-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
plptools-1.0.13/configure:2795:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
plptools-1.0.13/configure-2796-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
plptools-1.0.13/configure-2815-IFS=$ac_save_IFS
plptools-1.0.13/configure:2816:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
plptools-1.0.13/configure-2817-
##############################################
plptools-1.0.13/configure-2826-else
plptools-1.0.13/configure:2827:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
plptools-1.0.13/configure-2828-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
plptools-1.0.13/configure-2848-IFS=$ac_save_IFS
plptools-1.0.13/configure:2849:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
plptools-1.0.13/configure-2850-
##############################################
plptools-1.0.13/configure-2859-else
plptools-1.0.13/configure:2860:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
plptools-1.0.13/configure-2861-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
plptools-1.0.13/configure-2881-IFS=$ac_save_IFS
plptools-1.0.13/configure:2882:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
plptools-1.0.13/configure-2883-
##############################################
plptools-1.0.13/configure-3010-     echo "timestamp, slept: $am_has_slept" > conftest.file
plptools-1.0.13/configure:3011:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
plptools-1.0.13/configure-3012-     if test "$*" = "X"; then
plptools-1.0.13/configure-3013-	# -L didn't work.
plptools-1.0.13/configure:3014:	set X `ls -t "$srcdir/configure" conftest.file`
plptools-1.0.13/configure-3015-     fi
##############################################
plptools-1.0.13/configure-3061-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
plptools-1.0.13/configure:3062:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
plptools-1.0.13/configure-3063-
plptools-1.0.13/configure-3064-# expand $ac_aux_dir to an absolute path
plptools-1.0.13/configure:3065:am_aux_dir=`cd $ac_aux_dir && pwd`
plptools-1.0.13/configure-3066-
##############################################
plptools-1.0.13/configure-3206-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
plptools-1.0.13/configure:3207:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
plptools-1.0.13/configure-3208-	     'mkdir (GNU coreutils) '* | \
##############################################
plptools-1.0.13/configure-3279-set x ${MAKE-make}
plptools-1.0.13/configure:3280:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
plptools-1.0.13/configure-3281-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
plptools-1.0.13/configure-3289-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
plptools-1.0.13/configure:3290:case `${MAKE-make} -f conftest.make 2>/dev/null` in
plptools-1.0.13/configure-3291-  *@@@%%%=?*=@@@%%%*)
##############################################
plptools-1.0.13/configure-3355-
plptools-1.0.13/configure:3356:if test "`cd $srcdir && pwd`" != "`pwd`"; then
plptools-1.0.13/configure-3357-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
plptools-1.0.13/configure-3491-# Ignore all kinds of additional output from 'make'.
plptools-1.0.13/configure:3492:case `$am_make -s -f confmf 2> /dev/null` in #(
plptools-1.0.13/configure-3493-*the\ am__doit\ target*)
##############################################
plptools-1.0.13/configure-3501-   echo '.include "confinc"' > confmf
plptools-1.0.13/configure:3502:   case `$am_make -s -f confmf 2> /dev/null` in #(
plptools-1.0.13/configure-3503-   *the\ am__doit\ target*)
##############################################
plptools-1.0.13/configure-3880-$as_echo_n "checking whether the C compiler works... " >&6; }
plptools-1.0.13/configure:3881:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
plptools-1.0.13/configure-3882-
##############################################
plptools-1.0.13/configure-3924-	then :; else
plptools-1.0.13/configure:3925:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
plptools-1.0.13/configure-3926-	fi
##############################################
plptools-1.0.13/configure-3984-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
plptools-1.0.13/configure:3985:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
plptools-1.0.13/configure-3986-	  break;;
##############################################
plptools-1.0.13/configure-4093-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
plptools-1.0.13/configure:4094:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
plptools-1.0.13/configure-4095-       break;;
##############################################
plptools-1.0.13/configure-4411-  if test "$am_compiler_list" = ""; then
plptools-1.0.13/configure:4412:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
plptools-1.0.13/configure-4413-  fi
##############################################
plptools-1.0.13/configure-4668-  # Check for GNU $ac_path_GREP
plptools-1.0.13/configure:4669:case `"$ac_path_GREP" --version 2>&1` in
plptools-1.0.13/configure-4670-*GNU*)
##############################################
plptools-1.0.13/configure-4734-  # Check for GNU $ac_path_EGREP
plptools-1.0.13/configure:4735:case `"$ac_path_EGREP" --version 2>&1` in
plptools-1.0.13/configure-4736-*GNU*)
##############################################
plptools-1.0.13/configure-4895-do :
plptools-1.0.13/configure:4896:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
plptools-1.0.13/configure-4897-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
plptools-1.0.13/configure-4900-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:4901:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
plptools-1.0.13/configure-4902-_ACEOF
##############################################
plptools-1.0.13/configure-5022-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
plptools-1.0.13/configure:5023:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
plptools-1.0.13/configure-5024-  ECHO='print -r --'
plptools-1.0.13/configure:5025:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
plptools-1.0.13/configure-5026-  ECHO='printf %s\n'
##############################################
plptools-1.0.13/configure-5091-  # Check for GNU $ac_path_SED
plptools-1.0.13/configure:5092:case `"$ac_path_SED" --version 2>&1` in
plptools-1.0.13/configure-5093-*GNU*)
##############################################
plptools-1.0.13/configure-5170-  # Check for GNU $ac_path_FGREP
plptools-1.0.13/configure:5171:case `"$ac_path_FGREP" --version 2>&1` in
plptools-1.0.13/configure-5172-*GNU*)
##############################################
plptools-1.0.13/configure-5250-    # gcc leaves a trailing carriage return which upsets mingw
plptools-1.0.13/configure:5251:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
plptools-1.0.13/configure-5252-  *)
plptools-1.0.13/configure:5253:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
plptools-1.0.13/configure-5254-  esac
##############################################
plptools-1.0.13/configure-5259-      # Canonicalize the pathname of ld
plptools-1.0.13/configure:5260:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
plptools-1.0.13/configure-5261-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
plptools-1.0.13/configure:5262:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
plptools-1.0.13/configure-5263-      done
##############################################
plptools-1.0.13/configure-5294-      # Break only if it was the GNU/non-GNU ld that we prefer.
plptools-1.0.13/configure:5295:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
plptools-1.0.13/configure-5296-      *GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-5325-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
plptools-1.0.13/configure:5326:case `$LD -v 2>&1 </dev/null` in
plptools-1.0.13/configure-5327-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-5370-	# Tru64's nm complains that /dev/null is an invalid object file
plptools-1.0.13/configure:5371:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/configure-5372-	*/dev/null* | *'Invalid file or object type'*)
##############################################
plptools-1.0.13/configure-5376-	*)
plptools-1.0.13/configure:5377:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/configure-5378-	  */dev/null*)
##############################################
plptools-1.0.13/configure-5504-
plptools-1.0.13/configure:5505:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
plptools-1.0.13/configure-5506-    *COFF*)
##############################################
plptools-1.0.13/configure-5616-    # And add a safety zone
plptools-1.0.13/configure:5617:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
plptools-1.0.13/configure:5618:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
plptools-1.0.13/configure-5619-    ;;
##############################################
plptools-1.0.13/configure-5649-    if test -n "$kargmax"; then
plptools-1.0.13/configure:5650:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
plptools-1.0.13/configure-5651-    else
##############################################
plptools-1.0.13/configure-5658-	test undefined != "$lt_cv_sys_max_cmd_len"; then
plptools-1.0.13/configure:5659:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
plptools-1.0.13/configure:5660:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
plptools-1.0.13/configure-5661-    else
##############################################
plptools-1.0.13/configure-5670-      # we can't tell.
plptools-1.0.13/configure:5671:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
plptools-1.0.13/configure-5672-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
plptools-1.0.13/configure-5674-      do
plptools-1.0.13/configure:5675:        i=`expr $i + 1`
plptools-1.0.13/configure-5676-        teststring=$teststring$teststring
##############################################
plptools-1.0.13/configure-5678-      # Only check the string length outside the loop.
plptools-1.0.13/configure:5679:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
plptools-1.0.13/configure-5680-      teststring=
##############################################
plptools-1.0.13/configure-5683-      # linker.  It appears as though 1/2 is a usable value.
plptools-1.0.13/configure:5684:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
plptools-1.0.13/configure-5685-    fi
##############################################
plptools-1.0.13/configure-6119-openbsd*)
plptools-1.0.13/configure:6120:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/configure-6121-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
plptools-1.0.13/configure-6186-    else
plptools-1.0.13/configure:6187:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
plptools-1.0.13/configure-6188-    fi
##############################################
plptools-1.0.13/configure-6331-  # decide which to use based on capabilities of $DLLTOOL
plptools-1.0.13/configure:6332:  case `$DLLTOOL --help 2>&1` in
plptools-1.0.13/configure-6333-  *--identify-strict*)
##############################################
plptools-1.0.13/configure-6852-# If we're using GNU nm, then use its standard symbol codes.
plptools-1.0.13/configure:6853:case `$NM -V 2>&1` in
plptools-1.0.13/configure-6854-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-6870-mingw*)
plptools-1.0.13/configure:6871:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
plptools-1.0.13/configure-6872-  ;;
##############################################
plptools-1.0.13/configure-7089-   if test "$GCC" = yes; then
plptools-1.0.13/configure:7090:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
plptools-1.0.13/configure-7091-   fi
##############################################
plptools-1.0.13/configure-7093- /*)
plptools-1.0.13/configure:7094:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
plptools-1.0.13/configure-7095-   ;; #(
##############################################
plptools-1.0.13/configure-7129-  test $ac_status = 0; }; then
plptools-1.0.13/configure:7130:    case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/configure-7131-      *ELF-32*)
##############################################
plptools-1.0.13/configure-7149-    if test "$lt_cv_prog_gnu_ld" = yes; then
plptools-1.0.13/configure:7150:      case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/configure-7151-	*32-bit*)
##############################################
plptools-1.0.13/configure-7161-    else
plptools-1.0.13/configure:7162:      case `/usr/bin/file conftest.$ac_objext` in
plptools-1.0.13/configure-7163-	*32-bit*)
##############################################
plptools-1.0.13/configure-8352-done
plptools-1.0.13/configure:8353:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
plptools-1.0.13/configure-8354-
##############################################
plptools-1.0.13/configure-8381-	"file_magic "*)
plptools-1.0.13/configure:8382:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
plptools-1.0.13/configure-8383-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
plptools-1.0.13/configure-8447-	"file_magic "*)
plptools-1.0.13/configure:8448:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
plptools-1.0.13/configure-8449-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
plptools-1.0.13/configure-8814-      *)
plptools-1.0.13/configure:8815:	case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/configure-8816-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
plptools-1.0.13/configure-9174-  if test "$hard_links" = no; then
plptools-1.0.13/configure:9175:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
plptools-1.0.13/configure:9176:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
plptools-1.0.13/configure-9177-    need_locks=warn
##############################################
plptools-1.0.13/configure-9263-	# shared libraries, regardless of the interface used.
plptools-1.0.13/configure:9264:	case `$LD -v 2>&1` in
plptools-1.0.13/configure-9265-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
plptools-1.0.13/configure-9295-    supports_anon_versioning=no
plptools-1.0.13/configure:9296:    case `$LD -v 2>&1` in
plptools-1.0.13/configure-9297-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
plptools-1.0.13/configure-9364-	# is EXPORTS), use it as is; otherwise, prepend...
plptools-1.0.13/configure:9365:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/configure-9366-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
plptools-1.0.13/configure-9392-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
plptools-1.0.13/configure:9393:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/configure:9394:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/configure-9395-      ;;
##############################################
plptools-1.0.13/configure-9410-        pgcc*)				# Portland Group C compiler
plptools-1.0.13/configure:9411:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-9412-	  tmp_addflag=' $pic_flag'
##############################################
plptools-1.0.13/configure-9415-					# Portland Group f77 and f90 compilers
plptools-1.0.13/configure:9416:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-9417-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
plptools-1.0.13/configure-9430-	nvcc*)	# Cuda Compiler Driver 2.2
plptools-1.0.13/configure:9431:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-9432-	  compiler_needs_object=yes
##############################################
plptools-1.0.13/configure-9434-	esac
plptools-1.0.13/configure:9435:	case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/configure-9436-	*Sun\ C*)			# Sun C 5.9
plptools-1.0.13/configure:9437:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-9438-	  compiler_needs_object=yes
##############################################
plptools-1.0.13/configure-9502-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
plptools-1.0.13/configure:9503:      case `$LD -v 2>&1` in
plptools-1.0.13/configure-9504-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
plptools-1.0.13/configure-9625-	# below for broken collect2 doesn't work under 4.3+
plptools-1.0.13/configure:9626:	  collect2name=`${CC} -print-prog-name=collect2`
plptools-1.0.13/configure-9627-	  if test -f "$collect2name" &&
##############################################
plptools-1.0.13/configure-9699-      }'
plptools-1.0.13/configure:9700:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-9701-  # Check for a 64-bit object if we didn't find anything.
plptools-1.0.13/configure-9702-  if test -z "$lt_cv_aix_libpath_"; then
plptools-1.0.13/configure:9703:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-9704-  fi
##############################################
plptools-1.0.13/configure-9717-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
plptools-1.0.13/configure:9718:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
plptools-1.0.13/configure-9719-      else
##############################################
plptools-1.0.13/configure-9752-      }'
plptools-1.0.13/configure:9753:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-9754-  # Check for a 64-bit object if we didn't find anything.
plptools-1.0.13/configure-9755-  if test -z "$lt_cv_aix_libpath_"; then
plptools-1.0.13/configure:9756:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-9757-  fi
##############################################
plptools-1.0.13/configure-9825-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
plptools-1.0.13/configure:9826:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/configure-9827-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
plptools-1.0.13/configure-9862-	# FIXME: Setting linknames here is a bad hack.
plptools-1.0.13/configure:9863:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
plptools-1.0.13/configure-9864-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
plptools-1.0.13/configure-9880-  if test "$lt_cv_ld_force_load" = "yes"; then
plptools-1.0.13/configure:9881:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
plptools-1.0.13/configure-9882-
##############################################
plptools-1.0.13/configure-10060-      if test "$GCC" = yes; then
plptools-1.0.13/configure:10061:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-10062-	# Try to use the -exported_symbol ld option, if it does not
##############################################
plptools-1.0.13/configure-10088-	if test "$lt_cv_irix_exported_symbol" = yes; then
plptools-1.0.13/configure:10089:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
plptools-1.0.13/configure-10090-	fi
plptools-1.0.13/configure-10091-      else
plptools-1.0.13/configure:10092:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure:10093:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
plptools-1.0.13/configure-10094-      fi
##############################################
plptools-1.0.13/configure-10128-	hardcode_direct_absolute=yes
plptools-1.0.13/configure:10129:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/configure-10130-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
plptools-1.0.13/configure-10161-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/configure:10162:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-10163-      else
plptools-1.0.13/configure-10164-	allow_undefined_flag=' -expect_unresolved \*'
plptools-1.0.13/configure:10165:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-10166-      fi
##############################################
plptools-1.0.13/configure-10174-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/configure:10175:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-10176-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
plptools-1.0.13/configure-10178-	allow_undefined_flag=' -expect_unresolved \*'
plptools-1.0.13/configure:10179:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure:10180:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
plptools-1.0.13/configure:10181:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
plptools-1.0.13/configure-10182-
##############################################
plptools-1.0.13/configure-10197-      else
plptools-1.0.13/configure:10198:	case `$CC -V 2>&1` in
plptools-1.0.13/configure-10199-	*"Compilers 5.0"*)
##############################################
plptools-1.0.13/configure-10596-  esac
plptools-1.0.13/configure:10597:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
plptools-1.0.13/configure-10598-  case $lt_search_path_spec in
##############################################
plptools-1.0.13/configure-10603-    # okay in the real world where ";" in dirpaths is itself problematic.
plptools-1.0.13/configure:10604:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
plptools-1.0.13/configure-10605-    ;;
plptools-1.0.13/configure-10606-  *)
plptools-1.0.13/configure:10607:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/configure-10608-    ;;
##############################################
plptools-1.0.13/configure-10612-  lt_tmp_lt_search_path_spec=
plptools-1.0.13/configure:10613:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
plptools-1.0.13/configure-10614-  for lt_sys_path in $lt_search_path_spec; do
##############################################
plptools-1.0.13/configure-10647-  esac
plptools-1.0.13/configure:10648:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
plptools-1.0.13/configure-10649-else
##############################################
plptools-1.0.13/configure-10735-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
plptools-1.0.13/configure:10736:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
plptools-1.0.13/configure-10737-    ;;
##############################################
plptools-1.0.13/configure-10771-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/configure:10772:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/configure:10773:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/configure:10774:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/configure-10775-      test -d \$dldir || mkdir -p \$dldir~
##############################################
plptools-1.0.13/configure-10780-      fi'
plptools-1.0.13/configure:10781:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/configure-10782-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/configure-10788-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
plptools-1.0.13/configure:10789:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-10790-
##############################################
plptools-1.0.13/configure-10794-      # MinGW DLLs use traditional 'lib' prefix
plptools-1.0.13/configure:10795:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-10796-      ;;
##############################################
plptools-1.0.13/configure-10798-      # pw32 DLLs use 'pw' prefix rather than 'lib'
plptools-1.0.13/configure:10799:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-10800-      ;;
##############################################
plptools-1.0.13/configure-10807-    libname_spec='$name'
plptools-1.0.13/configure:10808:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-10809-    library_names_spec='${libname}.dll.lib'
##############################################
plptools-1.0.13/configure-10819-        # Let DOS variable expansion print the short 8.3 style file name.
plptools-1.0.13/configure:10820:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
plptools-1.0.13/configure-10821-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
plptools-1.0.13/configure-10824-      # Convert to MSYS style.
plptools-1.0.13/configure:10825:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
plptools-1.0.13/configure-10826-      ;;
##############################################
plptools-1.0.13/configure-10830-      # like /cygdrive/c/PROGRA~1:/cygdr...
plptools-1.0.13/configure:10831:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
plptools-1.0.13/configure:10832:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
plptools-1.0.13/configure:10833:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/configure-10834-      ;;
##############################################
plptools-1.0.13/configure-10838-        # It is most probably a Windows format PATH.
plptools-1.0.13/configure:10839:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
plptools-1.0.13/configure-10840-      else
plptools-1.0.13/configure:10841:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/configure-10842-      fi
##############################################
plptools-1.0.13/configure-10848-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/configure:10849:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/configure:10850:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/configure:10851:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/configure-10852-      test -d \$dldir || mkdir -p \$dldir~
plptools-1.0.13/configure-10853-      $install_prog $dir/$dlname \$dldir/$dlname'
plptools-1.0.13/configure:10854:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/configure-10855-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/configure-10862-    # Assume MSVC wrapper
plptools-1.0.13/configure:10863:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
plptools-1.0.13/configure-10864-    dynamic_linker='Win32 ld.exe'
##############################################
plptools-1.0.13/configure-10879-  shlibpath_var=DYLD_LIBRARY_PATH
plptools-1.0.13/configure:10880:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
plptools-1.0.13/configure-10881-
##############################################
plptools-1.0.13/configure-11105-  if test -f /etc/ld.so.conf; then
plptools-1.0.13/configure:11106:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
plptools-1.0.13/configure-11107-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
plptools-1.0.13/configure-11179-  shlibpath_var=LD_LIBRARY_PATH
plptools-1.0.13/configure:11180:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/configure-11181-    case $host_os in
##############################################
plptools-1.0.13/configure-12388-  if test "$am_compiler_list" = ""; then
plptools-1.0.13/configure:12389:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
plptools-1.0.13/configure-12390-  fi
##############################################
plptools-1.0.13/configure-12492-  case ${2} in
plptools-1.0.13/configure:12493:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
plptools-1.0.13/configure:12494:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
plptools-1.0.13/configure-12495-  esac
##############################################
plptools-1.0.13/configure-12747-done
plptools-1.0.13/configure:12748:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
plptools-1.0.13/configure-12749-
##############################################
plptools-1.0.13/configure-12779-    # gcc leaves a trailing carriage return which upsets mingw
plptools-1.0.13/configure:12780:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
plptools-1.0.13/configure-12781-  *)
plptools-1.0.13/configure:12782:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
plptools-1.0.13/configure-12783-  esac
##############################################
plptools-1.0.13/configure-12788-      # Canonicalize the pathname of ld
plptools-1.0.13/configure:12789:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
plptools-1.0.13/configure-12790-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
plptools-1.0.13/configure:12791:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
plptools-1.0.13/configure-12792-      done
##############################################
plptools-1.0.13/configure-12823-      # Break only if it was the GNU/non-GNU ld that we prefer.
plptools-1.0.13/configure:12824:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
plptools-1.0.13/configure-12825-      *GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-12854-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
plptools-1.0.13/configure:12855:case `$LD -v 2>&1 </dev/null` in
plptools-1.0.13/configure-12856-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-12888-        # ancient GNU ld didn't support --whole-archive et. al.
plptools-1.0.13/configure:12889:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
plptools-1.0.13/configure-12890-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
plptools-1.0.13/configure-12972-          # below for broken collect2 doesn't work under 4.3+
plptools-1.0.13/configure:12973:	  collect2name=`${CC} -print-prog-name=collect2`
plptools-1.0.13/configure-12974-	  if test -f "$collect2name" &&
##############################################
plptools-1.0.13/configure-13045-      }'
plptools-1.0.13/configure:13046:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-13047-  # Check for a 64-bit object if we didn't find anything.
plptools-1.0.13/configure-13048-  if test -z "$lt_cv_aix_libpath__CXX"; then
plptools-1.0.13/configure:13049:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-13050-  fi
##############################################
plptools-1.0.13/configure-13064-
plptools-1.0.13/configure:13065:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
plptools-1.0.13/configure-13066-        else
##############################################
plptools-1.0.13/configure-13099-      }'
plptools-1.0.13/configure:13100:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-13101-  # Check for a 64-bit object if we didn't find anything.
plptools-1.0.13/configure-13102-  if test -z "$lt_cv_aix_libpath__CXX"; then
plptools-1.0.13/configure:13103:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
plptools-1.0.13/configure-13104-  fi
##############################################
plptools-1.0.13/configure-13172-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
plptools-1.0.13/configure:13173:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/configure-13174-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
plptools-1.0.13/configure-13213-	    # is EXPORTS), use it as is; otherwise, prepend...
plptools-1.0.13/configure:13214:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
plptools-1.0.13/configure-13215-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
plptools-1.0.13/configure-13234-  if test "$lt_cv_ld_force_load" = "yes"; then
plptools-1.0.13/configure:13235:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
plptools-1.0.13/configure-13236-
##############################################
plptools-1.0.13/configure-13325-            # dependencies.
plptools-1.0.13/configure:13326:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/configure-13327-            ;;
##############################################
plptools-1.0.13/configure-13390-	    # dependencies.
plptools-1.0.13/configure:13391:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/configure-13392-	    ;;
##############################################
plptools-1.0.13/configure-13426-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
plptools-1.0.13/configure:13427:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/configure:13428:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
plptools-1.0.13/configure-13429-	;;
##############################################
plptools-1.0.13/configure-13433-	    # SGI C++
plptools-1.0.13/configure:13434:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-13435-
##############################################
plptools-1.0.13/configure-13444-	      if test "$with_gnu_ld" = no; then
plptools-1.0.13/configure:13445:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-13446-	      else
plptools-1.0.13/configure:13447:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
plptools-1.0.13/configure-13448-	      fi
##############################################
plptools-1.0.13/configure-13465-	    # to its proper name (with version) after linking.
plptools-1.0.13/configure:13466:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
plptools-1.0.13/configure:13467:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
plptools-1.0.13/configure-13468-	    # Commands to make compiler produce verbose output that lists
##############################################
plptools-1.0.13/configure-13475-	    # dependencies.
plptools-1.0.13/configure:13476:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/configure-13477-
##############################################
plptools-1.0.13/configure-13490-	    # earlier do not add the objects themselves.
plptools-1.0.13/configure:13491:	    case `$CC -V 2>&1` in
plptools-1.0.13/configure-13492-	      *"Version 7."*)
##############################################
plptools-1.0.13/configure-13511-            # Portland Group C++ compiler
plptools-1.0.13/configure:13512:	    case `$CC -V` in
plptools-1.0.13/configure-13513-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
plptools-1.0.13/configure-13516-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
plptools-1.0.13/configure:13517:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
plptools-1.0.13/configure-13518-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
plptools-1.0.13/configure-13520-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
plptools-1.0.13/configure:13521:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
plptools-1.0.13/configure-13522-		$RANLIB $oldlib'
##############################################
plptools-1.0.13/configure-13525-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
plptools-1.0.13/configure:13526:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
plptools-1.0.13/configure-13527-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
plptools-1.0.13/configure-13529-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
plptools-1.0.13/configure:13530:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
plptools-1.0.13/configure-13531-	      ;;
##############################################
plptools-1.0.13/configure-13539-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
plptools-1.0.13/configure:13540:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-13541-            ;;
##############################################
plptools-1.0.13/configure-13558-	    # dependencies.
plptools-1.0.13/configure:13559:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
plptools-1.0.13/configure-13560-	    ;;
##############################################
plptools-1.0.13/configure-13573-	  *)
plptools-1.0.13/configure:13574:	    case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/configure-13575-	    *Sun\ C*)
##############################################
plptools-1.0.13/configure-13580-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
plptools-1.0.13/configure:13581:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
plptools-1.0.13/configure-13582-	      compiler_needs_object_CXX=yes
##############################################
plptools-1.0.13/configure-13650-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
plptools-1.0.13/configure:13651:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/configure-13652-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
plptools-1.0.13/configure-13669-	    # to its proper name (with version) after linking.
plptools-1.0.13/configure:13670:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
plptools-1.0.13/configure-13671-
##############################################
plptools-1.0.13/configure-13690-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
plptools-1.0.13/configure:13691:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-13692-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
plptools-1.0.13/configure-13695-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
plptools-1.0.13/configure:13696:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure:13697:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
plptools-1.0.13/configure-13698-	          echo "-hidden">> $lib.exp~
plptools-1.0.13/configure:13699:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
plptools-1.0.13/configure-13700-	          $RM $lib.exp'
##############################################
plptools-1.0.13/configure-13714-	    # dependencies.
plptools-1.0.13/configure:13715:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
plptools-1.0.13/configure-13716-	    ;;
##############################################
plptools-1.0.13/configure-13721-	        osf3*)
plptools-1.0.13/configure:13722:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-13723-		  ;;
plptools-1.0.13/configure-13724-	        *)
plptools-1.0.13/configure:13725:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
plptools-1.0.13/configure-13726-		  ;;
##############################################
plptools-1.0.13/configure-13968-
plptools-1.0.13/configure:13969:  for p in `eval "$output_verbose_link_cmd"`; do
plptools-1.0.13/configure-13970-    case ${prev}${p} in
##############################################
plptools-1.0.13/configure-14065-linux*)
plptools-1.0.13/configure:14066:  case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/configure-14067-  *Sun\ C*)
##############################################
plptools-1.0.13/configure-14116-if test -n "${compiler_lib_search_path_CXX}"; then
plptools-1.0.13/configure:14117: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
plptools-1.0.13/configure-14118-fi
##############################################
plptools-1.0.13/configure-14357-	  *)
plptools-1.0.13/configure:14358:	    case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/configure-14359-	    *Sun\ C*)
##############################################
plptools-1.0.13/configure-14711-  if test "$hard_links" = no; then
plptools-1.0.13/configure:14712:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
plptools-1.0.13/configure:14713:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
plptools-1.0.13/configure-14714-    need_locks=warn
##############################################
plptools-1.0.13/configure-14988-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
plptools-1.0.13/configure:14989:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
plptools-1.0.13/configure-14990-    ;;
##############################################
plptools-1.0.13/configure-15024-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/configure:15025:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/configure:15026:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/configure:15027:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/configure-15028-      test -d \$dldir || mkdir -p \$dldir~
##############################################
plptools-1.0.13/configure-15033-      fi'
plptools-1.0.13/configure:15034:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/configure-15035-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/configure-15041-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
plptools-1.0.13/configure:15042:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-15043-
##############################################
plptools-1.0.13/configure-15046-      # MinGW DLLs use traditional 'lib' prefix
plptools-1.0.13/configure:15047:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-15048-      ;;
##############################################
plptools-1.0.13/configure-15050-      # pw32 DLLs use 'pw' prefix rather than 'lib'
plptools-1.0.13/configure:15051:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-15052-      ;;
##############################################
plptools-1.0.13/configure-15059-    libname_spec='$name'
plptools-1.0.13/configure:15060:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
plptools-1.0.13/configure-15061-    library_names_spec='${libname}.dll.lib'
##############################################
plptools-1.0.13/configure-15071-        # Let DOS variable expansion print the short 8.3 style file name.
plptools-1.0.13/configure:15072:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
plptools-1.0.13/configure-15073-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
plptools-1.0.13/configure-15076-      # Convert to MSYS style.
plptools-1.0.13/configure:15077:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
plptools-1.0.13/configure-15078-      ;;
##############################################
plptools-1.0.13/configure-15082-      # like /cygdrive/c/PROGRA~1:/cygdr...
plptools-1.0.13/configure:15083:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
plptools-1.0.13/configure:15084:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
plptools-1.0.13/configure:15085:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/configure-15086-      ;;
##############################################
plptools-1.0.13/configure-15090-        # It is most probably a Windows format PATH.
plptools-1.0.13/configure:15091:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
plptools-1.0.13/configure-15092-      else
plptools-1.0.13/configure:15093:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
plptools-1.0.13/configure-15094-      fi
##############################################
plptools-1.0.13/configure-15100-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
plptools-1.0.13/configure:15101:    postinstall_cmds='base_file=`basename \${file}`~
plptools-1.0.13/configure:15102:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
plptools-1.0.13/configure:15103:      dldir=$destdir/`dirname \$dlpath`~
plptools-1.0.13/configure-15104-      test -d \$dldir || mkdir -p \$dldir~
plptools-1.0.13/configure-15105-      $install_prog $dir/$dlname \$dldir/$dlname'
plptools-1.0.13/configure:15106:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
plptools-1.0.13/configure-15107-      dlpath=$dir/\$dldll~
##############################################
plptools-1.0.13/configure-15114-    # Assume MSVC wrapper
plptools-1.0.13/configure:15115:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
plptools-1.0.13/configure-15116-    dynamic_linker='Win32 ld.exe'
##############################################
plptools-1.0.13/configure-15131-  shlibpath_var=DYLD_LIBRARY_PATH
plptools-1.0.13/configure:15132:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
plptools-1.0.13/configure-15133-
##############################################
plptools-1.0.13/configure-15356-  if test -f /etc/ld.so.conf; then
plptools-1.0.13/configure:15357:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
plptools-1.0.13/configure-15358-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
plptools-1.0.13/configure-15430-  shlibpath_var=LD_LIBRARY_PATH
plptools-1.0.13/configure:15431:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/configure-15432-    case $host_os in
##############################################
plptools-1.0.13/configure-15868-set x ${MAKE-make}
plptools-1.0.13/configure:15869:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
plptools-1.0.13/configure-15870-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
plptools-1.0.13/configure-15878-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
plptools-1.0.13/configure:15879:case `${MAKE-make} -f conftest.make 2>/dev/null` in
plptools-1.0.13/configure-15880-  *@@@%%%=?*=@@@%%%*)
##############################################
plptools-1.0.13/configure-16143-
plptools-1.0.13/configure:16144:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/configure-16145-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
plptools-1.0.13/configure-16148-
plptools-1.0.13/configure:16149:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/configure-16150-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
plptools-1.0.13/configure-16225-
plptools-1.0.13/configure:16226:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
plptools-1.0.13/configure-16227-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
plptools-1.0.13/configure-16734-  for ac_func in _getb67 GETB67 getb67; do
plptools-1.0.13/configure:16735:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
plptools-1.0.13/configure-16736-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
plptools-1.0.13/configure-16800-do :
plptools-1.0.13/configure:16801:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
plptools-1.0.13/configure-16802-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
plptools-1.0.13/configure-16805-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:16806:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
plptools-1.0.13/configure-16807-_ACEOF
##############################################
plptools-1.0.13/configure-17357-    # gcc leaves a trailing carriage return which upsets mingw
plptools-1.0.13/configure:17358:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
plptools-1.0.13/configure-17359-  *)
plptools-1.0.13/configure:17360:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
plptools-1.0.13/configure-17361-  esac
##############################################
plptools-1.0.13/configure-17366-      # Canonicalize the pathname of ld
plptools-1.0.13/configure:17367:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
plptools-1.0.13/configure-17368-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
plptools-1.0.13/configure:17369:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
plptools-1.0.13/configure-17370-      done
##############################################
plptools-1.0.13/configure-17401-      # Break only if it was the GNU/non-GNU ld that we prefer.
plptools-1.0.13/configure:17402:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
plptools-1.0.13/configure-17403-      *GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-17432-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
plptools-1.0.13/configure:17433:case `$LD -v 2>&1 </dev/null` in
plptools-1.0.13/configure-17434-*GNU* | *'with BFD'*)
##############################################
plptools-1.0.13/configure-17520-    *)
plptools-1.0.13/configure:17521:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
plptools-1.0.13/configure-17522-      if test -n "$searchpath"; then
##############################################
plptools-1.0.13/configure-17530-                ;;
plptools-1.0.13/configure:17531:              *) searchdir=`cd "$searchdir" && pwd`
plptools-1.0.13/configure-17532-                 case "$searchdir" in
##############################################
plptools-1.0.13/configure-17947-        names_already_handled="$names_already_handled $name"
plptools-1.0.13/configure:17948:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
plptools-1.0.13/configure-17949-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
plptools-1.0.13/configure-18023-                -L*)
plptools-1.0.13/configure:18024:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-18025-                                    if test -n "$acl_shlibext"; then
##############################################
plptools-1.0.13/configure-18140-              */$acl_libdirstem | */$acl_libdirstem/)
plptools-1.0.13/configure:18141:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
plptools-1.0.13/configure-18142-                if test "$name" = 'pth'; then
##############################################
plptools-1.0.13/configure-18147-              */$acl_libdirstem2 | */$acl_libdirstem2/)
plptools-1.0.13/configure:18148:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
plptools-1.0.13/configure-18149-                if test "$name" = 'pth'; then
##############################################
plptools-1.0.13/configure-18198-                  -L*)
plptools-1.0.13/configure:18199:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-18200-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
plptools-1.0.13/configure-18257-                  -R*)
plptools-1.0.13/configure:18258:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
plptools-1.0.13/configure-18259-                    if test "$enable_rpath" != no; then
##############################################
plptools-1.0.13/configure-18282-                  -l*)
plptools-1.0.13/configure:18283:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
plptools-1.0.13/configure-18284-                    ;;
plptools-1.0.13/configure-18285-                  *.la)
plptools-1.0.13/configure:18286:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
plptools-1.0.13/configure-18287-                    ;;
##############################################
plptools-1.0.13/configure-18571-        names_already_handled="$names_already_handled $name"
plptools-1.0.13/configure:18572:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
plptools-1.0.13/configure-18573-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
plptools-1.0.13/configure-18647-                -L*)
plptools-1.0.13/configure:18648:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-18649-                                    if test -n "$acl_shlibext"; then
##############################################
plptools-1.0.13/configure-18764-              */$acl_libdirstem | */$acl_libdirstem/)
plptools-1.0.13/configure:18765:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
plptools-1.0.13/configure-18766-                if test "$name" = 'iconv'; then
##############################################
plptools-1.0.13/configure-18771-              */$acl_libdirstem2 | */$acl_libdirstem2/)
plptools-1.0.13/configure:18772:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
plptools-1.0.13/configure-18773-                if test "$name" = 'iconv'; then
##############################################
plptools-1.0.13/configure-18822-                  -L*)
plptools-1.0.13/configure:18823:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-18824-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
plptools-1.0.13/configure-18881-                  -R*)
plptools-1.0.13/configure:18882:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
plptools-1.0.13/configure-18883-                    if test "$enable_rpath" != no; then
##############################################
plptools-1.0.13/configure-18906-                  -l*)
plptools-1.0.13/configure:18907:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
plptools-1.0.13/configure-18908-                    ;;
plptools-1.0.13/configure-18909-                  *.la)
plptools-1.0.13/configure:18910:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
plptools-1.0.13/configure-18911-                    ;;
##############################################
plptools-1.0.13/configure-19248-
plptools-1.0.13/configure:19249:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
plptools-1.0.13/configure-19250-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
plptools-1.0.13/configure-19285-do :
plptools-1.0.13/configure:19286:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
plptools-1.0.13/configure-19287-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
plptools-1.0.13/configure-19289-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:19290:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
plptools-1.0.13/configure-19291-_ACEOF
##############################################
plptools-1.0.13/configure-19300-do :
plptools-1.0.13/configure:19301:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
plptools-1.0.13/configure-19302-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
plptools-1.0.13/configure-19304-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:19305:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
plptools-1.0.13/configure-19306-_ACEOF
##############################################
plptools-1.0.13/configure-19384-$as_echo_n "checking version of bison... " >&6; }
plptools-1.0.13/configure:19385:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
plptools-1.0.13/configure-19386-    case $ac_prog_version in
##############################################
plptools-1.0.13/configure-19792-do :
plptools-1.0.13/configure:19793:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
plptools-1.0.13/configure-19794-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
plptools-1.0.13/configure-19796-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:19797:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
plptools-1.0.13/configure-19798-_ACEOF
##############################################
plptools-1.0.13/configure-20052-do :
plptools-1.0.13/configure:20053:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
plptools-1.0.13/configure-20054-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
plptools-1.0.13/configure-20056-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:20057:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
plptools-1.0.13/configure-20058-_ACEOF
##############################################
plptools-1.0.13/configure-20066-do :
plptools-1.0.13/configure:20067:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
plptools-1.0.13/configure-20068-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
plptools-1.0.13/configure-20070-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:20071:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
plptools-1.0.13/configure-20072-_ACEOF
##############################################
plptools-1.0.13/configure-20596-        names_already_handled="$names_already_handled $name"
plptools-1.0.13/configure:20597:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
plptools-1.0.13/configure-20598-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
plptools-1.0.13/configure-20672-                -L*)
plptools-1.0.13/configure:20673:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-20674-                                    if test -n "$acl_shlibext"; then
##############################################
plptools-1.0.13/configure-20789-              */$acl_libdirstem | */$acl_libdirstem/)
plptools-1.0.13/configure:20790:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
plptools-1.0.13/configure-20791-                if test "$name" = 'intl'; then
##############################################
plptools-1.0.13/configure-20796-              */$acl_libdirstem2 | */$acl_libdirstem2/)
plptools-1.0.13/configure:20797:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
plptools-1.0.13/configure-20798-                if test "$name" = 'intl'; then
##############################################
plptools-1.0.13/configure-20847-                  -L*)
plptools-1.0.13/configure:20848:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
plptools-1.0.13/configure-20849-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
plptools-1.0.13/configure-20906-                  -R*)
plptools-1.0.13/configure:20907:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
plptools-1.0.13/configure-20908-                    if test "$enable_rpath" != no; then
##############################################
plptools-1.0.13/configure-20931-                  -l*)
plptools-1.0.13/configure:20932:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
plptools-1.0.13/configure-20933-                    ;;
plptools-1.0.13/configure-20934-                  *.la)
plptools-1.0.13/configure:20935:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
plptools-1.0.13/configure-20936-                    ;;
##############################################
plptools-1.0.13/configure-21086-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
plptools-1.0.13/configure:21087:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
plptools-1.0.13/configure-21088-      fi
##############################################
plptools-1.0.13/configure-21796-  test $ac_status = 0; }; then
plptools-1.0.13/configure:21797:  pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "fuse >= 2.6" 2>/dev/null`
plptools-1.0.13/configure-21798-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
plptools-1.0.13/configure-21813-  test $ac_status = 0; }; then
plptools-1.0.13/configure:21814:  pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "fuse >= 2.6" 2>/dev/null`
plptools-1.0.13/configure-21815-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
plptools-1.0.13/configure-21834-        if test $_pkg_short_errors_supported = yes; then
plptools-1.0.13/configure:21835:	        FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fuse >= 2.6" 2>&1`
plptools-1.0.13/configure-21836-        else
plptools-1.0.13/configure:21837:	        FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fuse >= 2.6" 2>&1`
plptools-1.0.13/configure-21838-        fi
##############################################
plptools-1.0.13/configure-22128-do :
plptools-1.0.13/configure:22129:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
plptools-1.0.13/configure-22130-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
plptools-1.0.13/configure-22132-  cat >>confdefs.h <<_ACEOF
plptools-1.0.13/configure:22133:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
plptools-1.0.13/configure-22134-_ACEOF
##############################################
plptools-1.0.13/configure-22378-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
plptools-1.0.13/configure:22379:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
plptools-1.0.13/configure-22380-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
plptools-1.0.13/configure-22477-if test -z "$BASH_VERSION$ZSH_VERSION" \
plptools-1.0.13/configure:22478:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
plptools-1.0.13/configure-22479-  as_echo='print -r --'
plptools-1.0.13/configure-22480-  as_echo_n='print -rn --'
plptools-1.0.13/configure:22481:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
plptools-1.0.13/configure-22482-  as_echo='printf %s\n'
##############################################
plptools-1.0.13/configure-22484-else
plptools-1.0.13/configure:22485:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
plptools-1.0.13/configure-22486-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
plptools-1.0.13/configure-22494-	expr "X$arg" : "X\\(.*\\)$as_nl";
plptools-1.0.13/configure:22495:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
plptools-1.0.13/configure-22496-      esac;
##############################################
plptools-1.0.13/configure-22571-# ----------------------------------------
plptools-1.0.13/configure:22572:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
plptools-1.0.13/configure-22573-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
plptools-1.0.13/configure-22643-  {
plptools-1.0.13/configure:22644:    as_val=`expr "$@" || test $? -eq 1`
plptools-1.0.13/configure-22645-  }
##############################################
plptools-1.0.13/configure-22747-      case $as_dir in #(
plptools-1.0.13/configure:22748:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
plptools-1.0.13/configure-22749-      *) as_qdir=$as_dir;;
##############################################
plptools-1.0.13/configure-22882-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
plptools-1.0.13/configure:22883:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
plptools-1.0.13/configure-22884-ac_cs_version="\\
##############################################
plptools-1.0.13/configure-22907-  --*=?*)
plptools-1.0.13/configure:22908:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
plptools-1.0.13/configure:22909:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
plptools-1.0.13/configure-22910-    ac_shift=:
##############################################
plptools-1.0.13/configure-22912-  --*=)
plptools-1.0.13/configure:22913:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
plptools-1.0.13/configure-22914-    ac_optarg=
##############################################
plptools-1.0.13/configure-22936-    case $ac_optarg in
plptools-1.0.13/configure:22937:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
plptools-1.0.13/configure-22938-    '') as_fn_error $? "missing file argument" ;;
##############################################
plptools-1.0.13/configure-22944-    case $ac_optarg in
plptools-1.0.13/configure:22945:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
plptools-1.0.13/configure-22946-    esac
##############################################
plptools-1.0.13/configure-23013-delay_variable_subst='$delay_variable_subst'
plptools-1.0.13/configure:23014:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23015:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23016:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23017:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23018:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23019:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23020:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23021:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23022:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23023:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23024:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23025:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23026:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23027:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23028:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23029:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23030:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23031:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23032:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23033:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23034:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23035:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23036:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23037:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23038:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23039:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23040:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23041:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23042:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23043:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23044:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23045:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23046:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23047:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23048:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23049:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23050:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23051:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23052:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23053:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23054:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23055:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23056:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23057:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23058:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23059:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23060:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23061:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23062:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23063:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23064:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23065:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23066:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23067:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23068:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23069:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23070:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23071:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23072:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23073:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23074:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23075:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23076:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23077:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23078:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23079:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23080:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23081:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23082:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23083:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23084:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23085:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23086:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23087:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23088:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23089:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23090:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23091:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23092:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23093:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23094:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23095:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23096:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23097:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23098:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23099:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23100:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23101:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23102:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23103:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23104:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23105:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23106:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23107:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23108:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23109:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23110:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23111:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23112:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23113:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23114:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23115:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23116:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23117:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23118:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23119:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23120:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23121:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23122:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23123:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23124:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23125:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23126:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23127:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23128:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23129:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23130:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23131:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23132:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23133:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23134:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23135:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23136:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23137:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23138:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23139:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23140:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23141:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23142:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23143:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23144:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23145:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23146:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23147:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23148:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23149:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23150:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23151:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23152:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23153:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23154:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23155:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23156:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23157:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23158:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23159:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23160:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23161:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23162:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23163:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23164:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23165:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23166:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23167:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23168:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23169:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23170:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23171:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23172:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23173:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23174:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23175:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23176:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23177:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23178:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23179:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23180:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23181:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23182:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23183:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23184:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23185:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23186:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23187:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23188:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23189:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23190:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23191:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23192:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23193:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23194:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23195:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23196:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure:23197:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
plptools-1.0.13/configure-23198-
##############################################
plptools-1.0.13/configure-23307-compiler_lib_search_path_CXX; do
plptools-1.0.13/configure:23308:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
plptools-1.0.13/configure-23309-    *[\\\\\\\`\\"\\\$]*)
plptools-1.0.13/configure:23310:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
plptools-1.0.13/configure-23311-      ;;
##############################################
plptools-1.0.13/configure-23348-postlink_cmds_CXX; do
plptools-1.0.13/configure:23349:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
plptools-1.0.13/configure-23350-    *[\\\\\\\`\\"\\\$]*)
plptools-1.0.13/configure:23351:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
plptools-1.0.13/configure-23352-      ;;
##############################################
plptools-1.0.13/configure-23472-fi
plptools-1.0.13/configure:23473:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
plptools-1.0.13/configure-23474-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
plptools-1.0.13/configure-23489-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
plptools-1.0.13/configure:23490:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
plptools-1.0.13/configure-23491-ac_delim='%!_!# '
##############################################
plptools-1.0.13/configure-23495-
plptools-1.0.13/configure:23496:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
plptools-1.0.13/configure-23497-  if test $ac_delim_n = $ac_delim_num; then
##############################################
plptools-1.0.13/configure-23633-for ac_last_try in false false :; do
plptools-1.0.13/configure:23634:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
plptools-1.0.13/configure-23635-  if test -z "$ac_tt"; then
##############################################
plptools-1.0.13/configure-23765-      esac
plptools-1.0.13/configure:23766:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
plptools-1.0.13/configure-23767-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
plptools-1.0.13/configure-23824-*)
plptools-1.0.13/configure:23825:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
plptools-1.0.13/configure-23826-  # A ".." for each directory in $ac_dir_suffix.
plptools-1.0.13/configure:23827:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
plptools-1.0.13/configure-23828-  case $ac_top_builddir_sub in
##############################################
plptools-1.0.13/configure-23885-/@mandir@/p'
plptools-1.0.13/configure:23886:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
plptools-1.0.13/configure-23887-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
plptools-1.0.13/configure-23902-
plptools-1.0.13/configure:23903:# Neutralize VPATH when `$srcdir' = `.'.
plptools-1.0.13/configure-23904-# Shell code in configure.ac might set extrasub.
##############################################
plptools-1.0.13/configure-23930-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
plptools-1.0.13/configure:23931:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
plptools-1.0.13/configure-23932-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
plptools-1.0.13/configure-23976-    * )
plptools-1.0.13/configure:23977:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
plptools-1.0.13/configure-23978-  esac
##############################################
plptools-1.0.13/configure-24023-    # Strip MF so we end up with the name of the file.
plptools-1.0.13/configure:24024:    mf=`echo "$mf" | sed -e 's/:.*$//'`
plptools-1.0.13/configure-24025-    # Check whether this is an Automake generated Makefile or not.
##############################################
plptools-1.0.13/configure-24060-    # from the Makefile without running 'make'.
plptools-1.0.13/configure:24061:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
plptools-1.0.13/configure-24062-    test -z "$DEPDIR" && continue
plptools-1.0.13/configure:24063:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
plptools-1.0.13/configure-24064-    test -z "$am__include" && continue
plptools-1.0.13/configure:24065:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
plptools-1.0.13/configure-24066-    # Find all dependency output files, they are included files with
##############################################
plptools-1.0.13/configure-24119-
plptools-1.0.13/configure:24120:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
plptools-1.0.13/configure-24121-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
plptools-1.0.13/configure-24905-      case "$ac_file" in
plptools-1.0.13/configure:24906:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
plptools-1.0.13/configure-24907-      esac
##############################################
plptools-1.0.13/configure-24910-        # Adjust a relative srcdir.
plptools-1.0.13/configure:24911:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
plptools-1.0.13/configure:24912:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
plptools-1.0.13/configure:24913:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
plptools-1.0.13/configure-24914-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
plptools-1.0.13/configure-24917-        case "$ac_given_srcdir" in
plptools-1.0.13/configure:24918:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
plptools-1.0.13/configure-24919-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
plptools-1.0.13/configure-24938-            fi
plptools-1.0.13/configure:24939:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
plptools-1.0.13/configure-24940-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
plptools-1.0.13/plpprint/Makefile.in-41-  { \
plptools-1.0.13/plpprint/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/plpprint/Makefile.in-43-  }; \
##############################################
plptools-1.0.13/plpprint/Makefile.in-164-  esac
plptools-1.0.13/plpprint/Makefile.in:165:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
plptools-1.0.13/plpprint/Makefile.in-166-am__vpath_adj = case $$p in \
plptools-1.0.13/plpprint/Makefile.in:167:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
plptools-1.0.13/plpprint/Makefile.in-168-    *) f=$$p;; \
plptools-1.0.13/plpprint/Makefile.in-169-  esac;
plptools-1.0.13/plpprint/Makefile.in:170:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
plptools-1.0.13/plpprint/Makefile.in-171-am__install_max = 40
plptools-1.0.13/plpprint/Makefile.in-172-am__nobase_strip_setup = \
plptools-1.0.13/plpprint/Makefile.in:173:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
plptools-1.0.13/plpprint/Makefile.in-174-am__nobase_strip = \
##############################################
plptools-1.0.13/plpprint/Makefile.in-484-	test -n "$(EXEEXT)" || exit 0; \
plptools-1.0.13/plpprint/Makefile.in:485:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
plptools-1.0.13/plpprint/Makefile.in-486-	echo " rm -f" $$list; \
##############################################
plptools-1.0.13/plpprint/Makefile.in-508-.cc.obj:
plptools-1.0.13/plpprint/Makefile.in:509:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpprint/Makefile.in-510-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/plpprint/Makefile.in-512-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpprint/Makefile.in:513:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/plpprint/Makefile.in-514-
##############################################
plptools-1.0.13/plpprint/Makefile.in-522-plpprintd-plpprintd.o: plpprintd.cc
plptools-1.0.13/plpprint/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(plpprintd_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plpprintd-plpprintd.o -MD -MP -MF $(DEPDIR)/plpprintd-plpprintd.Tpo -c -o plpprintd-plpprintd.o `test -f 'plpprintd.cc' || echo '$(srcdir)/'`plpprintd.cc
plptools-1.0.13/plpprint/Makefile.in-524-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/plpprintd-plpprintd.Tpo $(DEPDIR)/plpprintd-plpprintd.Po
##############################################
plptools-1.0.13/plpprint/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpprint/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(plpprintd_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plpprintd-plpprintd.o `test -f 'plpprintd.cc' || echo '$(srcdir)/'`plpprintd.cc
plptools-1.0.13/plpprint/Makefile.in-528-
plptools-1.0.13/plpprint/Makefile.in-529-plpprintd-plpprintd.obj: plpprintd.cc
plptools-1.0.13/plpprint/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(plpprintd_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT plpprintd-plpprintd.obj -MD -MP -MF $(DEPDIR)/plpprintd-plpprintd.Tpo -c -o plpprintd-plpprintd.obj `if test -f 'plpprintd.cc'; then $(CYGPATH_W) 'plpprintd.cc'; else $(CYGPATH_W) '$(srcdir)/plpprintd.cc'; fi`
plptools-1.0.13/plpprint/Makefile.in-531-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/plpprintd-plpprintd.Tpo $(DEPDIR)/plpprintd-plpprintd.Po
##############################################
plptools-1.0.13/plpprint/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/plpprint/Makefile.in:534:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(plpprintd_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o plpprintd-plpprintd.obj `if test -f 'plpprintd.cc'; then $(CYGPATH_W) 'plpprintd.cc'; else $(CYGPATH_W) '$(srcdir)/plpprintd.cc'; fi`
plptools-1.0.13/plpprint/Makefile.in-535-
##############################################
plptools-1.0.13/plpprint/Makefile.in-559-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
plptools-1.0.13/plpprint/Makefile.in:560:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
plptools-1.0.13/plpprint/Makefile.in-561-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
plptools-1.0.13/plpprint/Makefile.in-592-GTAGS:
plptools-1.0.13/plpprint/Makefile.in:593:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/plpprint/Makefile.in-594-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/plpprint/Makefile.in-615-distdir: $(DISTFILES)
plptools-1.0.13/plpprint/Makefile.in:616:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpprint/Makefile.in:617:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/plpprint/Makefile.in-618-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/plpprint/Makefile.in-629-	  if test -d $$d/$$file; then \
plptools-1.0.13/plpprint/Makefile.in:630:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/plpprint/Makefile.in-631-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/config.rpath-33-host="$1"
plptools-1.0.13/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
plptools-1.0.13/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
plptools-1.0.13/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
plptools-1.0.13/config.rpath-37-
##############################################
plptools-1.0.13/config.rpath-47-done
plptools-1.0.13/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
plptools-1.0.13/config.rpath-49-
##############################################
plptools-1.0.13/config.rpath-94-        *)
plptools-1.0.13/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
plptools-1.0.13/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
plptools-1.0.13/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
plptools-1.0.13/config.rpath:236:      case `$LD -v 2>&1` in
plptools-1.0.13/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
plptools-1.0.13/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
plptools-1.0.13/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
plptools-1.0.13/config.rpath-243-          else
##############################################
plptools-1.0.13/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
plptools-1.0.13/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
plptools-1.0.13/config.rpath-300-          if test -f "$collect2name" && \
##############################################
plptools-1.0.13/config.rpath-434-        hardcode_direct=yes
plptools-1.0.13/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
plptools-1.0.13/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
plptools-1.0.13/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
plptools-1.0.13/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
plptools-1.0.13/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
plptools-1.0.13/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
plptools-1.0.13/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
plptools-1.0.13/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
plptools-1.0.13/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
plptools-1.0.13/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
plptools-1.0.13/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
plptools-1.0.13/config.rpath-657-
##############################################
plptools-1.0.13/ncpd/Makefile.in-40-  { \
plptools-1.0.13/ncpd/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
plptools-1.0.13/ncpd/Makefile.in-42-  }; \
##############################################
plptools-1.0.13/ncpd/Makefile.in-478-	test -n "$(EXEEXT)" || exit 0; \
plptools-1.0.13/ncpd/Makefile.in:479:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
plptools-1.0.13/ncpd/Makefile.in-480-	echo " rm -f" $$list; \
##############################################
plptools-1.0.13/ncpd/Makefile.in-509-.c.obj:
plptools-1.0.13/ncpd/Makefile.in:510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/ncpd/Makefile.in-511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/ncpd/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/ncpd/Makefile.in:514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/ncpd/Makefile.in-515-
##############################################
plptools-1.0.13/ncpd/Makefile.in-530-.cc.obj:
plptools-1.0.13/ncpd/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/ncpd/Makefile.in-532-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
plptools-1.0.13/ncpd/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
plptools-1.0.13/ncpd/Makefile.in:535:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
plptools-1.0.13/ncpd/Makefile.in-536-
##############################################
plptools-1.0.13/ncpd/Makefile.in-579-GTAGS:
plptools-1.0.13/ncpd/Makefile.in:580:	here=`$(am__cd) $(top_builddir) && pwd` \
plptools-1.0.13/ncpd/Makefile.in-581-	  && $(am__cd) $(top_srcdir) \
##############################################
plptools-1.0.13/ncpd/Makefile.in-602-distdir: $(DISTFILES)
plptools-1.0.13/ncpd/Makefile.in:603:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/ncpd/Makefile.in:604:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
plptools-1.0.13/ncpd/Makefile.in-605-	list='$(DISTFILES)'; \
##############################################
plptools-1.0.13/ncpd/Makefile.in-616-	  if test -d $$d/$$file; then \
plptools-1.0.13/ncpd/Makefile.in:617:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
plptools-1.0.13/ncpd/Makefile.in-618-	    if test -d "$(distdir)/$$file"; then \
##############################################
plptools-1.0.13/depcomp-64-  case $1 in
plptools-1.0.13/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
plptools-1.0.13/depcomp-66-      *) dir=;;
##############################################
plptools-1.0.13/depcomp-73-{
plptools-1.0.13/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
plptools-1.0.13/depcomp-75-}
##############################################
plptools-1.0.13/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
plptools-1.0.13/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
plptools-1.0.13/depcomp-128-
##############################################
plptools-1.0.13/depcomp-405-        sleep 1
plptools-1.0.13/depcomp:406:        i=`expr $i - 1`
plptools-1.0.13/depcomp-407-      done
plptools-1.0.13/depcomp-408-    fi
plptools-1.0.13/depcomp:409:    i=`expr $i - 1`
plptools-1.0.13/depcomp-410-  done
##############################################
plptools-1.0.13/depcomp-425-  # Do two passes, one to just change these to
plptools-1.0.13/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
plptools-1.0.13/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
plptools-1.0.13/depcomp-659-  done
plptools-1.0.13/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
plptools-1.0.13/depcomp-661-  touch "$tmpdepfile"