===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
prelink-0.0.20131005/src/mdebug.c-298-  uint32_t (*read_32) (char *);
prelink-0.0.20131005/src/mdebug.c:299:  GElf_Addr (*read_ptr) (char *);
prelink-0.0.20131005/src/mdebug.c-300-  void (*write_ptr) (char *, GElf_Addr);
##############################################
prelink-0.0.20131005/src/arch-i386.c-904-static void
prelink-0.0.20131005/src/arch-i386.c:905:i386_find_free_addr (struct layout_libs *l, Elf32_Addr *ret,
prelink-0.0.20131005/src/arch-i386.c-906-		     Elf32_Addr beg, Elf32_Addr end, Elf32_Addr start)
##############################################
prelink-0.0.20131005/src/arch-i386.c-989-  virt = mmap_start % (REG0E - reg0s - 0x200000);
prelink-0.0.20131005/src/arch-i386.c:990:  i386_find_free_addr (l, pld->addrs + 0, reg0s, REG0E, reg0s + virt);
prelink-0.0.20131005/src/arch-i386.c-991-  virt = mmap_start % (REG1E - REG1S - 0x200000);
prelink-0.0.20131005/src/arch-i386.c:992:  i386_find_free_addr (l, pld->addrs + 4, REG1S, REG1E, REG1S + virt);
prelink-0.0.20131005/src/arch-i386.c-993-  virt = mmap_start % (REG2E - REG2S - 0x200000);
prelink-0.0.20131005/src/arch-i386.c:994:  i386_find_free_addr (l, pld->addrs + 8, REG2S, REG2E, REG2S + virt);
prelink-0.0.20131005/src/arch-i386.c-995-  i = 0;
##############################################
prelink-0.0.20131005/src/prelink.h-208-  int (*need_rel_to_rela) (DSO *dso, int first, int last);
prelink-0.0.20131005/src/prelink.h:209:  GElf_Addr (*create_opd) (struct prelink_info *info, int first, int last,
prelink-0.0.20131005/src/prelink.h-210-			   int plt);
##############################################
prelink-0.0.20131005/src/prelink.h-471-  GElf_Addr symtab_start, symtab_end;
prelink-0.0.20131005/src/prelink.h:472:  GElf_Addr (*resolve) (struct prelink_info *info, GElf_Word r_sym,
prelink-0.0.20131005/src/prelink.h-473-			 int reloc_type);
##############################################
prelink-0.0.20131005/src/Makefile.in-211-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:212:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
prelink-0.0.20131005/src/Makefile.in-213-	  if test -f $$p \
##############################################
prelink-0.0.20131005/src/Makefile.in-215-	  ; then \
prelink-0.0.20131005/src/Makefile.in:216:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
prelink-0.0.20131005/src/Makefile.in-217-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-224-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:225:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
prelink-0.0.20131005/src/Makefile.in-226-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-231-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:232:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
prelink-0.0.20131005/src/Makefile.in-233-	  echo " rm -f $$p $$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-240-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:241:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
prelink-0.0.20131005/src/Makefile.in-242-	  if test -f $$p \
##############################################
prelink-0.0.20131005/src/Makefile.in-244-	  ; then \
prelink-0.0.20131005/src/Makefile.in:245:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
prelink-0.0.20131005/src/Makefile.in-246-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-253-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:254:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
prelink-0.0.20131005/src/Makefile.in-255-	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-260-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
prelink-0.0.20131005/src/Makefile.in:261:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
prelink-0.0.20131005/src/Makefile.in-262-	  echo " rm -f $$p $$f"; \
##############################################
prelink-0.0.20131005/src/Makefile.in-327-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/src/Makefile.in:328:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
prelink-0.0.20131005/src/Makefile.in-329-
##############################################
prelink-0.0.20131005/src/Makefile.in-333-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/src/Makefile.in:334:	$(COMPILE) -c `cygpath -w $<`
prelink-0.0.20131005/src/Makefile.in-335-
##############################################
prelink-0.0.20131005/src/Makefile.in-339-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/src/Makefile.in:340:	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
prelink-0.0.20131005/src/Makefile.in-341-CCDEPMODE = @CCDEPMODE@
##############################################
prelink-0.0.20131005/src/Makefile.in-381-GTAGS:
prelink-0.0.20131005/src/Makefile.in:382:	here=`$(am__cd) $(top_builddir) && pwd` \
prelink-0.0.20131005/src/Makefile.in-383-	  && cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/src/Makefile.in-395-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/src/Makefile.in:396:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/src/Makefile.in-397-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/missing-128-         from any GNU archive site."
prelink-0.0.20131005/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
prelink-0.0.20131005/missing-130-    test -z "$files" && files="config.h"
##############################################
prelink-0.0.20131005/missing-167-         proper tools for further handling them.
prelink-0.0.20131005/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
prelink-0.0.20131005/missing-169-         archive site."
prelink-0.0.20131005/missing-170-
prelink-0.0.20131005/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
prelink-0.0.20131005/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
prelink-0.0.20131005/missing-173-    if test -f "$file"; then
##############################################
prelink-0.0.20131005/missing-196-	*.y)
prelink-0.0.20131005/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
prelink-0.0.20131005/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
prelink-0.0.20131005/missing-200-	    fi
prelink-0.0.20131005/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
prelink-0.0.20131005/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
prelink-0.0.20131005/missing-226-	*.l)
prelink-0.0.20131005/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
prelink-0.0.20131005/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
prelink-0.0.20131005/missing-250-
prelink-0.0.20131005/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
prelink-0.0.20131005/missing-252-    if test -z "$file"; then
prelink-0.0.20131005/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
prelink-0.0.20131005/missing-254-    fi
##############################################
prelink-0.0.20131005/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
prelink-0.0.20131005/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
prelink-0.0.20131005/missing-278-    if test -z "$file"; then
prelink-0.0.20131005/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
prelink-0.0.20131005/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
prelink-0.0.20131005/missing-281-    fi
##############################################
prelink-0.0.20131005/missing-304-	*o*)
prelink-0.0.20131005/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
prelink-0.0.20131005/missing-306-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
prelink-0.0.20131005/missing-310-	*h*)
prelink-0.0.20131005/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
prelink-0.0.20131005/missing-312-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
prelink-0.0.20131005/config.guess-37-
prelink-0.0.20131005/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
prelink-0.0.20131005/config.guess-39-
##############################################
prelink-0.0.20131005/config.guess-180-	# The OS release
prelink-0.0.20131005/config.guess:181:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
prelink-0.0.20131005/config.guess-182-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
prelink-0.0.20131005/config.guess-227-	if test $UNAME_RELEASE = "V4.0"; then
prelink-0.0.20131005/config.guess:228:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
prelink-0.0.20131005/config.guess-229-	fi
##############################################
prelink-0.0.20131005/config.guess-261-	if test "$?" = 0 ; then
prelink-0.0.20131005/config.guess:262:		case `$dummy` in
prelink-0.0.20131005/config.guess-263-			0-0)
##############################################
prelink-0.0.20131005/config.guess-289-	rm -f $dummy.s $dummy && rmdir $tmpdir
prelink-0.0.20131005/config.guess:290:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
prelink-0.0.20131005/config.guess-291-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-334-    sun4H:SunOS:5.*:*)
prelink-0.0.20131005/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
prelink-0.0.20131005/config.guess-336-	exit 0 ;;
prelink-0.0.20131005/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
prelink-0.0.20131005/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
prelink-0.0.20131005/config.guess-339-	exit 0 ;;
prelink-0.0.20131005/config.guess-340-    i86pc:SunOS:5.*:*)
prelink-0.0.20131005/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
prelink-0.0.20131005/config.guess-342-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
prelink-0.0.20131005/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
prelink-0.0.20131005/config.guess-348-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
prelink-0.0.20131005/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
prelink-0.0.20131005/config.guess-357-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-361-    sun*:*:4.2BSD:*)
prelink-0.0.20131005/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
prelink-0.0.20131005/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
prelink-0.0.20131005/config.guess-440-	$CC_FOR_BUILD $dummy.c -o $dummy \
prelink-0.0.20131005/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
prelink-0.0.20131005/config.guess-442-	  && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
##############################################
prelink-0.0.20131005/config.guess-496-    *:IRIX*:*:*)
prelink-0.0.20131005/config.guess:497:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
prelink-0.0.20131005/config.guess-498-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-536-    *:AIX:*:[45])
prelink-0.0.20131005/config.guess:537:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
prelink-0.0.20131005/config.guess-538-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
prelink-0.0.20131005/config.guess-571-    9000/[34678]??:HP-UX:*:*)
prelink-0.0.20131005/config.guess:572:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
prelink-0.0.20131005/config.guess-573-	case "${UNAME_MACHINE}" in
##############################################
prelink-0.0.20131005/config.guess-625-EOF
prelink-0.0.20131005/config.guess:626:		    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`$dummy`
prelink-0.0.20131005/config.guess-627-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
prelink-0.0.20131005/config.guess-633-    ia64:HP-UX:*:*)
prelink-0.0.20131005/config.guess:634:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
prelink-0.0.20131005/config.guess-635-	echo ia64-hp-hpux${HPUX_REV}
##############################################
prelink-0.0.20131005/config.guess-734-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
prelink-0.0.20131005/config.guess:735:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
prelink-0.0.20131005/config.guess-736-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
prelink-0.0.20131005/config.guess-757-EOF
prelink-0.0.20131005/config.guess:758:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
prelink-0.0.20131005/config.guess-759-	rm -f $dummy.c && rmdir $tmpdir
prelink-0.0.20131005/config.guess:760:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
prelink-0.0.20131005/config.guess-761-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-786-    prep*:SunOS:5.*:*)
prelink-0.0.20131005/config.guess:787:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
prelink-0.0.20131005/config.guess-788-	exit 0 ;;
prelink-0.0.20131005/config.guess-789-    *:GNU:*:*)
prelink-0.0.20131005/config.guess:790:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
prelink-0.0.20131005/config.guess-791-	exit 0 ;;
##############################################
prelink-0.0.20131005/config.guess-819-EOF
prelink-0.0.20131005/config.guess:820:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
prelink-0.0.20131005/config.guess-821-	rm -f $dummy.c && rmdir $tmpdir
##############################################
prelink-0.0.20131005/config.guess-915-EOF
prelink-0.0.20131005/config.guess:916:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
prelink-0.0.20131005/config.guess-917-	rm -f $dummy.c && rmdir $tmpdir
##############################################
prelink-0.0.20131005/config.guess-935-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
prelink-0.0.20131005/config.guess:936:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
prelink-0.0.20131005/config.guess-937-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
prelink-0.0.20131005/mkinstalldirs-58-do
prelink-0.0.20131005/mkinstalldirs:59:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
prelink-0.0.20131005/mkinstalldirs-60-   shift
##############################################
prelink-0.0.20131005/testsuite/shuffle7.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle7.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle7.sh-3-rm -f shuffle7 shuffle7lib*.so shuffle7.log shuffle7.lds
##############################################
prelink-0.0.20131005/testsuite/shuffle7.sh-17-$PRELINK ${PRELINK_OPTS--vm} ./shuffle7 >> shuffle7.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle7.sh:18:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle7.log && exit 2
prelink-0.0.20131005/testsuite/shuffle7.sh-19-LD_LIBRARY_PATH=. ./shuffle7 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle7.sh-28-$PRELINK ${PRELINK_OPTS--vm} ./shuffle7 >> shuffle7.log 2>&1 || exit 6
prelink-0.0.20131005/testsuite/shuffle7.sh:29:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle7.log && exit 7
prelink-0.0.20131005/testsuite/shuffle7.sh-30-LD_LIBRARY_PATH=. ./shuffle7 || exit 8
##############################################
prelink-0.0.20131005/testsuite/shuffle7.sh-37-$PRELINK ${PRELINK_OPTS--vm} ./shuffle7 >> shuffle7.log 2>&1 || exit 11
prelink-0.0.20131005/testsuite/shuffle7.sh:38:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle7.log && exit 12
prelink-0.0.20131005/testsuite/shuffle7.sh-39-LD_LIBRARY_PATH=. ./shuffle7 || exit 13
##############################################
prelink-0.0.20131005/testsuite/undosyslibs.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/undosyslibs.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/undosyslibs.sh-3-LIBS=`cat syslib.list`
##############################################
prelink-0.0.20131005/testsuite/shuffle3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle3.sh-3-# Kernels before 2.4.10 are known not to work
##############################################
prelink-0.0.20131005/testsuite/shuffle3.sh-20-$PRELINK ${PRELINK_OPTS--vm} ./shuffle3 >> shuffle3.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle3.sh:21:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle3.log && exit 2
prelink-0.0.20131005/testsuite/shuffle3.sh-22-LD_LIBRARY_PATH=. ./shuffle3 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc1.sh-3-rm -f reloc1 reloc1lib*.so reloc1.log
##############################################
prelink-0.0.20131005/testsuite/reloc1.sh-12-$PRELINK ${PRELINK_OPTS--vm} ./reloc1 >> reloc1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc1.sh:13:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc1.log && exit 2
prelink-0.0.20131005/testsuite/reloc1.sh-14-LD_LIBRARY_PATH=. ./reloc1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls6.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls6.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls6.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls6.sh-20-grep -v 'has undefined non-weak symbols' tls6.log \
prelink-0.0.20131005/testsuite/tls6.sh:21:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 2
prelink-0.0.20131005/testsuite/tls6.sh-22-LD_LIBRARY_PATH=. ./tls6 || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls6.sh-26-grep -v 'has undefined non-weak symbols' tls6.log \
prelink-0.0.20131005/testsuite/tls6.sh:27:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 6
prelink-0.0.20131005/testsuite/tls6.sh-28-LD_LIBRARY_PATH=. ./tls6 || exit 7
##############################################
prelink-0.0.20131005/testsuite/tls1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls1.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls1.sh-17-$PRELINK ${PRELINK_OPTS--vm} ./tls1 >> tls1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/tls1.sh:18:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls1.log && exit 2
prelink-0.0.20131005/testsuite/tls1.sh-19-LD_LIBRARY_PATH=. ./tls1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/movelibs.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/movelibs.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/movelibs.sh-3-# This script copies needed C and C++ libraries into the test directory
##############################################
prelink-0.0.20131005/testsuite/movelibs.sh-9-	  | awk '$1 !~ /^\.\/movelibs/ { print $3 } '`; do
prelink-0.0.20131005/testsuite/movelibs.sh:10:  k=`basename $i`
prelink-0.0.20131005/testsuite/movelibs.sh-11-  if [ -L $i ]; then
prelink-0.0.20131005/testsuite/movelibs.sh:12:    j=`ls -l $i | sed 's/^.* -> //'`
prelink-0.0.20131005/testsuite/movelibs.sh-13-    if echo $j | grep / >/dev/null 2>&1; then
##############################################
prelink-0.0.20131005/testsuite/movelibs.sh-17-      cp -dp $i .
prelink-0.0.20131005/testsuite/movelibs.sh:18:      cp -p `dirname $i`/$j .
prelink-0.0.20131005/testsuite/movelibs.sh-19-      echo $j >> syslib.list
##############################################
prelink-0.0.20131005/testsuite/reloc9.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc9.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc9.sh-3-# Disable this test under SELinux
##############################################
prelink-0.0.20131005/testsuite/reloc9.sh-23-$PRELINK ${PRELINK_OPTS--vm} ./reloc9 >> reloc9.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc9.sh:24:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc9.log && exit 2
prelink-0.0.20131005/testsuite/reloc9.sh-25-LD_LIBRARY_PATH=. ./reloc9 >> reloc9.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/cxx3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/cxx3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/cxx3.sh-3-rm -f cxx3 cxx3lib*.so cxx3.log
##############################################
prelink-0.0.20131005/testsuite/cxx3.sh-12-$PRELINK -vvvv ${PRELINK_OPTS--vm} ./cxx3 >> cxx3.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/cxx3.sh:13:grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx3.log | grep -q -v 'C++ conflict' && exit 2
prelink-0.0.20131005/testsuite/cxx3.sh:14:[ $( grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx3.log | grep 'Removing C++ conflict' | wc -l ) -ge 29 ] || exit 3
prelink-0.0.20131005/testsuite/cxx3.sh-15-LD_LIBRARY_PATH=. ./cxx3 || exit 4
##############################################
prelink-0.0.20131005/testsuite/deps1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/deps1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/deps1.sh-3-
##############################################
prelink-0.0.20131005/testsuite/deps1.sh-39-savelibs
prelink-0.0.20131005/testsuite/deps1.sh:40:chmod 644 `ls $BINS | sed 's|$|.orig|'`
prelink-0.0.20131005/testsuite/deps1.sh-41-echo $PRELINK ${PRELINK_OPTS--v} -avvvvv > deps1.log
##############################################
prelink-0.0.20131005/testsuite/reloc2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc2.sh-3-SHFLAGS=
##############################################
prelink-0.0.20131005/testsuite/reloc2.sh-25-$PRELINK ${PRELINK_OPTS--vm} ./reloc2 >> reloc2.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc2.sh:26:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc2.log && exit 2
prelink-0.0.20131005/testsuite/reloc2.sh-27-LD_LIBRARY_PATH=. ./reloc2 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle4.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle4.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle4.sh-3-# Kernels before 2.4.10 are known not to work
##############################################
prelink-0.0.20131005/testsuite/shuffle4.sh-12-$PRELINK ${PRELINK_OPTS--vm} ./shuffle4 >> shuffle4.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle4.sh:13:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle4.log && exit 2
prelink-0.0.20131005/testsuite/shuffle4.sh-14-LD_LIBRARY_PATH=. ./shuffle4 || exit 3
##############################################
prelink-0.0.20131005/testsuite/ifunc3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/ifunc3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/ifunc3.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/ifunc3.sh-15-$PRELINK ${PRELINK_OPTS--vm} ./ifunc3 >> ifunc3.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/ifunc3.sh:16:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` ifunc3.log && exit 2
prelink-0.0.20131005/testsuite/ifunc3.sh-17-LD_LIBRARY_PATH=. ./ifunc3 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle9.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle9.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle9.sh-3-# Kernels before 2.4.10 are known not to work
##############################################
prelink-0.0.20131005/testsuite/shuffle9.sh-12-$PRELINK ${PRELINK_OPTS--vm} ./shuffle9 >> shuffle9.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle9.sh:13:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle9.log && exit 2
prelink-0.0.20131005/testsuite/shuffle9.sh-14-LD_LIBRARY_PATH=. ./shuffle9 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc6.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc6.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc6.sh-3-rm -f reloc6 reloc6lib*.so reloc6.log
##############################################
prelink-0.0.20131005/testsuite/reloc6.sh-10-$PRELINK ${PRELINK_OPTS--vm} ./reloc6 >> reloc6.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc6.sh:11:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc6.log && exit 2
prelink-0.0.20131005/testsuite/reloc6.sh-12-LD_LIBRARY_PATH=. ./reloc6 >> reloc6.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls2.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls2.sh-18-grep -v 'has undefined non-weak symbols' tls2.log \
prelink-0.0.20131005/testsuite/tls2.sh:19:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 2
prelink-0.0.20131005/testsuite/tls2.sh-20-LD_LIBRARY_PATH=. ./tls2 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle2.c-18-
prelink-0.0.20131005/testsuite/shuffle2.c:19:asm (".section nonalloced,\"aw\",%nobits\n\t"
prelink-0.0.20131005/testsuite/shuffle2.c-20-     ".globl testzero\n\t"
##############################################
prelink-0.0.20131005/testsuite/undo1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/undo1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/undo1.sh-3-rm -f undo1 undo1lib*.so undo1.log
##############################################
prelink-0.0.20131005/testsuite/undo1.sh-12-$PRELINK ${PRELINK_OPTS--vm} ./undo1 >> undo1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/undo1.sh:13:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` undo1.log && exit 2
prelink-0.0.20131005/testsuite/undo1.sh-14-LD_LIBRARY_PATH=. ./undo1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle6.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle6.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle6.sh-3-rm -f shuffle6 shuffle6lib*.so shuffle6.log shuffle6.lds
##############################################
prelink-0.0.20131005/testsuite/shuffle6.sh-16-$PRELINK ${PRELINK_OPTS--vm} ./shuffle6 >> shuffle6.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle6.sh:17:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle6.log && exit 2
prelink-0.0.20131005/testsuite/shuffle6.sh-18-LD_LIBRARY_PATH=. ./shuffle6 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle6.sh-27-$PRELINK ${PRELINK_OPTS--vm} ./shuffle6 >> shuffle6.log 2>&1 || exit 6
prelink-0.0.20131005/testsuite/shuffle6.sh:28:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle6.log && exit 7
prelink-0.0.20131005/testsuite/shuffle6.sh-29-LD_LIBRARY_PATH=. ./shuffle6 || exit 8
##############################################
prelink-0.0.20131005/testsuite/layout2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/layout2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/layout2.sh-3-rm -f layout2 layout2lib*.so layout2.log
##############################################
prelink-0.0.20131005/testsuite/layout2.sh-9-  LIBS="$LIBS layout2lib$i.so"
prelink-0.0.20131005/testsuite/layout2.sh:10:  i=`expr $i + 1`
prelink-0.0.20131005/testsuite/layout2.sh-11-done
##############################################
prelink-0.0.20131005/testsuite/layout2.sh-15-$PRELINK ${PRELINK_OPTS--vR} ./layout2 >> layout2.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/layout2.sh:16:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` layout2.log && exit 2
prelink-0.0.20131005/testsuite/layout2.sh-17-LD_LIBRARY_PATH=. ./layout2 || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls3.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls3.sh-29-$PRELINK ${PRELINK_OPTS--vm} ./tls3 >> tls3.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/tls3.sh:30:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls3.log && exit 2
prelink-0.0.20131005/testsuite/tls3.sh-31-LD_LIBRARY_PATH=. ./tls3 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc10.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc10.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc10.sh-3-rm -f reloc10 reloc10lib*.so reloc10.log
##############################################
prelink-0.0.20131005/testsuite/reloc10.sh-16-$PRELINK ${PRELINK_OPTS--vm} ./reloc10 >> reloc10.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc10.sh:17:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc10.log && exit 2
prelink-0.0.20131005/testsuite/reloc10.sh-18-LD_LIBRARY_PATH=. ./reloc10 || exit 3
##############################################
prelink-0.0.20131005/testsuite/quick3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/quick3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/quick3.sh-3-check_one() {
##############################################
prelink-0.0.20131005/testsuite/quick3.sh-13-  done
prelink-0.0.20131005/testsuite/quick3.sh:14:  [ `grep "^$text " $log | wc -l` = $cnt ] || exit 41
prelink-0.0.20131005/testsuite/quick3.sh-15-}
##############################################
prelink-0.0.20131005/testsuite/quick3.sh-55-savelibs
prelink-0.0.20131005/testsuite/quick3.sh:56:chmod 644 `ls $BINS | sed 's|$|.orig|'`
prelink-0.0.20131005/testsuite/quick3.sh-57-# Make sure prelinked binaries and libraries will have different ctimes
##############################################
prelink-0.0.20131005/testsuite/layout1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/layout1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/layout1.sh-3-rm -f prelink.cache
##############################################
prelink-0.0.20131005/testsuite/layout1.sh-10-  LIBS="$LIBS layout1lib$i.so"
prelink-0.0.20131005/testsuite/layout1.sh:11:  i=`expr $i + 1`
prelink-0.0.20131005/testsuite/layout1.sh-12-done
##############################################
prelink-0.0.20131005/testsuite/layout1.sh-16-$PRELINK ${PRELINK_OPTS--vR} ./layout1 >> layout1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/layout1.sh:17:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` layout1.log && exit 2
prelink-0.0.20131005/testsuite/layout1.sh-18-LD_LIBRARY_PATH=. ./layout1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/deps2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/deps2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/deps2.sh-3-
##############################################
prelink-0.0.20131005/testsuite/deps2.sh-39-savelibs
prelink-0.0.20131005/testsuite/deps2.sh:40:chmod 644 `ls $BINS | sed 's|$|.orig|'`
prelink-0.0.20131005/testsuite/deps2.sh-41-echo $PRELINK ${PRELINK_OPTS--v} -avvvvv > deps2.log
##############################################
prelink-0.0.20131005/testsuite/reloc8.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc8.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc8.sh-3-# Disable this test under SELinux
##############################################
prelink-0.0.20131005/testsuite/reloc8.sh-23-$PRELINK ${PRELINK_OPTS--vm} ./reloc8 >> reloc8.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc8.sh:24:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc8.log && exit 2
prelink-0.0.20131005/testsuite/reloc8.sh-25-LD_LIBRARY_PATH=. ./reloc8 >> reloc8.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls5.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls5.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls5.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls5.sh-19-$PRELINK ${PRELINK_OPTS--vm} ./tls5 >> tls5.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/tls5.sh:20:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls5.log && exit 2
prelink-0.0.20131005/testsuite/tls5.sh-21-LD_LIBRARY_PATH=. ./tls5 || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls5.sh-24-$PRELINK ${PRELINK_OPTS--vm} ./tls5 >> tls5.log 2>&1 || exit 5
prelink-0.0.20131005/testsuite/tls5.sh:25:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls5.log && exit 6
prelink-0.0.20131005/testsuite/tls5.sh-26-LD_LIBRARY_PATH=. ./tls5 || exit 7
##############################################
prelink-0.0.20131005/testsuite/Makefile.in-166-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
prelink-0.0.20131005/testsuite/Makefile.in:167:	      all=`expr $$all + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in-168-	      case " $(XFAIL_TESTS) " in \
prelink-0.0.20131005/testsuite/Makefile.in-169-	      *" $$tst "*) \
prelink-0.0.20131005/testsuite/Makefile.in:170:	        xpass=`expr $$xpass + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in:171:	        failed=`expr $$failed + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in-172-	        echo "XPASS: $$tst"; \
##############################################
prelink-0.0.20131005/testsuite/Makefile.in-178-	    elif test $$? -ne 77; then \
prelink-0.0.20131005/testsuite/Makefile.in:179:	      all=`expr $$all + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in-180-	      case " $(XFAIL_TESTS) " in \
prelink-0.0.20131005/testsuite/Makefile.in-181-	      *" $$tst "*) \
prelink-0.0.20131005/testsuite/Makefile.in:182:	        xfail=`expr $$xfail + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in-183-	        echo "XFAIL: $$tst"; \
##############################################
prelink-0.0.20131005/testsuite/Makefile.in-185-	      *) \
prelink-0.0.20131005/testsuite/Makefile.in:186:	        failed=`expr $$failed + 1`; \
prelink-0.0.20131005/testsuite/Makefile.in-187-	        echo "FAIL: $$tst"; \
##############################################
prelink-0.0.20131005/testsuite/Makefile.in-204-	  fi; \
prelink-0.0.20131005/testsuite/Makefile.in:205:	  dashes=`echo "$$banner" | sed s/./=/g`; \
prelink-0.0.20131005/testsuite/Makefile.in-206-	  echo "$$dashes"; \
##############################################
prelink-0.0.20131005/testsuite/Makefile.in-218-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/testsuite/Makefile.in:219:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/testsuite/Makefile.in-220-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/testsuite/shuffle1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle1.sh-3-rm -f shuffle1 shuffle1lib*.so shuffle1.log shuffle1.lds
##############################################
prelink-0.0.20131005/testsuite/shuffle1.sh-16-$PRELINK ${PRELINK_OPTS--vm} ./shuffle1 >> shuffle1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle1.sh:17:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle1.log && exit 2
prelink-0.0.20131005/testsuite/shuffle1.sh-18-LD_LIBRARY_PATH=. ./shuffle1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/shuffle2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle2.sh-3-# Kernels before 2.4.10 are known not to work
##############################################
prelink-0.0.20131005/testsuite/shuffle2.sh-19-$PRELINK ${PRELINK_OPTS--vm} ./shuffle2 >> shuffle2.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle2.sh:20:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle2.log && exit 2
prelink-0.0.20131005/testsuite/shuffle2.sh-21-LD_LIBRARY_PATH=. ./shuffle2 || exit 3
##############################################
prelink-0.0.20131005/testsuite/quick2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/quick2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/quick2.sh-3-check_one() {
##############################################
prelink-0.0.20131005/testsuite/quick2.sh-13-  done
prelink-0.0.20131005/testsuite/quick2.sh:14:  [ `grep "^$text " $log | wc -l` = $cnt ] || exit 41
prelink-0.0.20131005/testsuite/quick2.sh-15-}
##############################################
prelink-0.0.20131005/testsuite/quick2.sh-138-savelibs
prelink-0.0.20131005/testsuite/quick2.sh:139:chmod 644 `ls $BINS | sed 's|$|.orig|'`
prelink-0.0.20131005/testsuite/quick2.sh-140-# Make sure prelinked binaries and libraries will have different ctimes
##############################################
prelink-0.0.20131005/testsuite/quick2.sh-220-# "Not enough room" and two "Could not prelink" warnings.
prelink-0.0.20131005/testsuite/quick2.sh:221:[ $(grep ^`echo $PRELINK | sed 's/ .*$/: /'` quick2.log | wc -l) -eq 6 ] || exit 29
prelink-0.0.20131005/testsuite/quick2.sh-222-L=quick2.tree/usr/lib/lib
##############################################
prelink-0.0.20131005/testsuite/shuffle9.c-18-
prelink-0.0.20131005/testsuite/shuffle9.c:19:asm (".section nonalloced,\"aw\",%nobits\n\t"
prelink-0.0.20131005/testsuite/shuffle9.c-20-     ".globl testzero\n\t"
##############################################
prelink-0.0.20131005/testsuite/shuffle9.c-23-
prelink-0.0.20131005/testsuite/shuffle9.c:24:asm (".section \".note.PRELINK.1\", \"a\"\n\t"
prelink-0.0.20131005/testsuite/shuffle9.c-25-     ".balign 4\n\t"
##############################################
prelink-0.0.20131005/testsuite/shuffle9.c-35-
prelink-0.0.20131005/testsuite/shuffle9.c:36:asm (".section \".note.PRELINK.2\", \"a\"\n\t"
prelink-0.0.20131005/testsuite/shuffle9.c-37-     ".balign 4\n\t"
##############################################
prelink-0.0.20131005/testsuite/shuffle9.c-47-
prelink-0.0.20131005/testsuite/shuffle9.c:48:asm (".section \".note.PRELINK.3\", \"a\"\n\t"
prelink-0.0.20131005/testsuite/shuffle9.c-49-     ".balign 4\n\t"
##############################################
prelink-0.0.20131005/testsuite/shuffle5.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle5.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle5.sh-3-rm -f shuffle5 shuffle5lib*.so shuffle5.log shuffle5.lds
##############################################
prelink-0.0.20131005/testsuite/shuffle5.sh-16-$PRELINK ${PRELINK_OPTS--vm} ./shuffle5 >> shuffle5.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle5.sh:17:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle5.log && exit 2
prelink-0.0.20131005/testsuite/shuffle5.sh-18-LD_LIBRARY_PATH=. ./shuffle5 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc5.c-16-  printf ("  exit (0);\n}\n\n");
prelink-0.0.20131005/testsuite/reloc5.c:17:  printf ("asm (\".section nonalloced,\\\"aw\\\",%%nobits\\n\\t\"\n");
prelink-0.0.20131005/testsuite/reloc5.c-18-  printf ("     \".globl testzero\\n\\t\"\n");
##############################################
prelink-0.0.20131005/testsuite/reloc4.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc4.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc4.sh-3-# This test takes a lot of time, so skip it normally
##############################################
prelink-0.0.20131005/testsuite/reloc4.sh-14-./reloc4.tmp > reloc4.tmp.c
prelink-0.0.20131005/testsuite/reloc4.sh:15:case "`$RUN uname -m`" in
prelink-0.0.20131005/testsuite/reloc4.sh-16-  mips*) extra=-mxgot ;;
##############################################
prelink-0.0.20131005/testsuite/reloc4.sh-28-$PRELINK ${PRELINK_OPTS--vm} ./reloc4 >> reloc4.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc4.sh:29:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc4.log && exit 2
prelink-0.0.20131005/testsuite/reloc4.sh-30-LD_LIBRARY_PATH=. ./reloc4 || exit 3
##############################################
prelink-0.0.20131005/testsuite/cycle2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/cycle2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/cycle2.sh-3-rm -f cycle2 cycle2lib*.so cycle2.log
##############################################
prelink-0.0.20131005/testsuite/cycle2.sh-20-grep -v 'has a dependency cycle' cycle2.log \
prelink-0.0.20131005/testsuite/cycle2.sh:21:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 2
prelink-0.0.20131005/testsuite/cycle2.sh:22:grep -q "^`echo $PRELINK | sed 's/ .*$/: .*has a dependency cycle/'`" \
prelink-0.0.20131005/testsuite/cycle2.sh-23-  cycle2.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/functions.sh-6-PRELINK=${PRELINK:-../src/prelink -c ./prelink.conf -C ./prelink.cache --ld-library-path=. --dynamic-linker=`echo ./ld*.so.*[0-9]`}
prelink-0.0.20131005/testsuite/functions.sh:7:srcdir=${srcdir:-`dirname $0`}
prelink-0.0.20131005/testsuite/functions.sh-8-savelibs() {
##############################################
prelink-0.0.20131005/testsuite/reloc2lib2.c-10-/* Make sure conflict in f3 is not against read-only segment.  */
prelink-0.0.20131005/testsuite/reloc2lib2.c:11:asm (".section trampoline, \"awx\"; .previous");
prelink-0.0.20131005/testsuite/reloc2lib2.c-12-void * __attribute__((section ("trampoline"))) f3 (void)
##############################################
prelink-0.0.20131005/testsuite/reloc11.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc11.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc11.sh-3-rm -f reloc11 reloc11lib*.so reloc11.log
##############################################
prelink-0.0.20131005/testsuite/reloc11.sh-13-$PRELINK ${PRELINK_OPTS--vm} ./reloc11 >> reloc11.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc11.sh:14:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc11.log && exit 2
prelink-0.0.20131005/testsuite/reloc11.sh-15-LD_LIBRARY_PATH=. ./reloc11 || exit 3
##############################################
prelink-0.0.20131005/testsuite/ifunc2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/ifunc2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/ifunc2.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/ifunc2.sh-15-$PRELINK ${PRELINK_OPTS--vm} ./ifunc2 >> ifunc2.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/ifunc2.sh:16:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` ifunc2.log && exit 2
prelink-0.0.20131005/testsuite/ifunc2.sh-17-LD_LIBRARY_PATH=. ./ifunc2 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc5.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc5.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc5.sh-3-# This test takes a lot of time, so skip it normally
##############################################
prelink-0.0.20131005/testsuite/reloc5.sh-14-$PRELINK ${PRELINK_OPTS--vm} ./reloc5 >> reloc5.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc5.sh:15:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc5.log && exit 2
prelink-0.0.20131005/testsuite/reloc5.sh-16-LD_LIBRARY_PATH=. ./reloc5 || exit 3
##############################################
prelink-0.0.20131005/testsuite/ifunc.h-24-#  define IFUNC_DECL(name, hidden, fn1, fn2) \
prelink-0.0.20131005/testsuite/ifunc.h:25:asm (".text\n"						\
prelink-0.0.20131005/testsuite/ifunc.h-26-     "\t.globl " #name "\n"				\
##############################################
prelink-0.0.20131005/testsuite/ifunc.h-34-     ".L." #name ":\n"					\
prelink-0.0.20131005/testsuite/ifunc.h:35:     IFUNC_ASM (PICK (fn1, fn2))			\
prelink-0.0.20131005/testsuite/ifunc.h-36-     "\t.size " #name ", .-.L" #name "\n")
##############################################
prelink-0.0.20131005/testsuite/ifunc.h-58-#define IFUNC_DECL(name, hidden, fn1, fn2) \
prelink-0.0.20131005/testsuite/ifunc.h:59:asm (".text\n"						\
prelink-0.0.20131005/testsuite/ifunc.h-60-     "\t.globl " #name "\n"				\
##############################################
prelink-0.0.20131005/testsuite/ifunc.h-63-     #name ":\n"					\
prelink-0.0.20131005/testsuite/ifunc.h:64:     IFUNC_ASM (PICK (fn1, fn2))			\
prelink-0.0.20131005/testsuite/ifunc.h-65-     "\t.size " #name ", .-" #name "\n")
##############################################
prelink-0.0.20131005/testsuite/unprel1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/unprel1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/unprel1.sh-3-PRELINK=`echo $PRELINK \
##############################################
prelink-0.0.20131005/testsuite/unprel1.sh-38-  | grep -v 'bin/bin1 because its dependency unprel1.tree/lib/lib2.so could not be prelinked' \
prelink-0.0.20131005/testsuite/unprel1.sh:39:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 2
prelink-0.0.20131005/testsuite/unprel1.sh-40-grep -q 'opt/lib1.so is not present in any config file directories' \
##############################################
prelink-0.0.20131005/testsuite/tls7.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls7.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls7.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls7.sh-15-$PRELINK ${PRELINK_OPTS--vm} ./tls7 >> tls7.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/tls7.sh:16:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls7.log && exit 2
prelink-0.0.20131005/testsuite/tls7.sh-17-LD_LIBRARY_PATH=. ./tls7 || exit 3
##############################################
prelink-0.0.20131005/testsuite/cxx1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/cxx1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/cxx1.sh-3-rm -f cxx1 cxx1lib*.so cxx1.log
##############################################
prelink-0.0.20131005/testsuite/cxx1.sh-12-$PRELINK -vvvv ${PRELINK_OPTS--vm} ./cxx1 >> cxx1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/cxx1.sh:13:grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx1.log | grep -q -v 'C++ conflict' && exit 2
prelink-0.0.20131005/testsuite/cxx1.sh-14-case "`uname -m`" in
prelink-0.0.20131005/testsuite/cxx1.sh-15-  arm*) ;; # EABI says that vtables/typeinfo aren't vague linkage if there is a key method
prelink-0.0.20131005/testsuite/cxx1.sh:16:  *) [ $( grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx1.log | grep 'Removing C++ conflict' | wc -l ) -ge 5 ] || exit 3;;
prelink-0.0.20131005/testsuite/cxx1.sh-17-esac
##############################################
prelink-0.0.20131005/testsuite/quick1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/quick1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/quick1.sh-3-check_one() {
##############################################
prelink-0.0.20131005/testsuite/quick1.sh-13-  done
prelink-0.0.20131005/testsuite/quick1.sh:14:  [ `grep "^$text " $log | wc -l` = $cnt ] || exit 41
prelink-0.0.20131005/testsuite/quick1.sh-15-}
##############################################
prelink-0.0.20131005/testsuite/quick1.sh-84-savelibs
prelink-0.0.20131005/testsuite/quick1.sh:85:chmod 644 `ls $BINS | sed 's|$|.orig|'`
prelink-0.0.20131005/testsuite/quick1.sh-86-# Make sure prelinked binaries and libraries will have different ctimes
##############################################
prelink-0.0.20131005/testsuite/quick1.sh-153-readelf -a quick1.tree/usr/bin/bin6 >> quick1.log 2>&1 || exit 28
prelink-0.0.20131005/testsuite/quick1.sh:154:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` quick1.log && exit 29
prelink-0.0.20131005/testsuite/quick1.sh-155-L=quick1.tree/usr/lib/lib
##############################################
prelink-0.0.20131005/testsuite/shuffle8.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/shuffle8.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/shuffle8.sh-3-rm -f shuffle8 shuffle8lib*.so shuffle8.log shuffle8.lds
##############################################
prelink-0.0.20131005/testsuite/shuffle8.sh-13-$PRELINK ${PRELINK_OPTS--vm} ./shuffle8 >> shuffle8.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/shuffle8.sh:14:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` shuffle8.log && exit 2
prelink-0.0.20131005/testsuite/shuffle8.sh-15-LD_LIBRARY_PATH=. ./shuffle8 || exit 3
##############################################
prelink-0.0.20131005/testsuite/ifunc1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/ifunc1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/ifunc1.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/ifunc1.sh-15-$PRELINK ${PRELINK_OPTS--vm} ./ifunc1 >> ifunc1.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/ifunc1.sh:16:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` ifunc1.log && exit 2
prelink-0.0.20131005/testsuite/ifunc1.sh-17-LD_LIBRARY_PATH=. ./ifunc1 || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc7.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc7.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc7.sh-3-rm -f reloc7 reloc7lib*.so reloc7.log
##############################################
prelink-0.0.20131005/testsuite/reloc7.sh-12-$PRELINK ${PRELINK_OPTS--vm} ./reloc7 >> reloc7.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc7.sh:13:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc7.log && exit 2
prelink-0.0.20131005/testsuite/reloc7.sh-14-LD_LIBRARY_PATH=. ./reloc7 >> reloc7.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/cxx2.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/cxx2.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/cxx2.sh-3-rm -f cxx2 cxx2lib*.so cxx2.log
##############################################
prelink-0.0.20131005/testsuite/cxx2.sh-12-$PRELINK -vvvv ${PRELINK_OPTS--vm} ./cxx2 >> cxx2.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/cxx2.sh:13:grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx2.log | grep -q -v 'C++ conflict' && exit 2
prelink-0.0.20131005/testsuite/cxx2.sh-14-case "`uname -m`" in
prelink-0.0.20131005/testsuite/cxx2.sh-15-  arm*) ;; # EABI says that vtables/typeinfo aren't vague linkage if there is a key method
prelink-0.0.20131005/testsuite/cxx2.sh:16:  *) [ $( grep ^`echo $PRELINK | sed 's/ .*$/: /'` cxx2.log | grep 'Removing C++ conflict' | wc -l ) -ge 9 ] || exit 3;;
prelink-0.0.20131005/testsuite/cxx2.sh-17-esac
##############################################
prelink-0.0.20131005/testsuite/cycle1.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/cycle1.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/cycle1.sh-3-rm -f cycle1 cycle1lib*.so cycle1.log
##############################################
prelink-0.0.20131005/testsuite/cycle1.sh-17-grep -v 'has a dependency cycle' cycle1.log \
prelink-0.0.20131005/testsuite/cycle1.sh:18:  | grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` && exit 2
prelink-0.0.20131005/testsuite/cycle1.sh:19:grep -q "^`echo $PRELINK | sed 's/ .*$/: .*has a dependency cycle/'`" \
prelink-0.0.20131005/testsuite/cycle1.sh-20-  cycle1.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/reloc3.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/reloc3.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/reloc3.sh-3-rm -f reloc3 reloc3lib*.so reloc3.log
##############################################
prelink-0.0.20131005/testsuite/reloc3.sh-13-$PRELINK ${PRELINK_OPTS--vm} ./reloc3 >> reloc3.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/reloc3.sh:14:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` reloc3.log && exit 2
prelink-0.0.20131005/testsuite/reloc3.sh-15-LD_LIBRARY_PATH=. ./reloc3 >> reloc3.log || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls4.sh-1-#!/bin/bash
prelink-0.0.20131005/testsuite/tls4.sh:2:. `dirname $0`/functions.sh
prelink-0.0.20131005/testsuite/tls4.sh-3-# First check if __thread is supported by ld.so/gcc/ld/as:
##############################################
prelink-0.0.20131005/testsuite/tls4.sh-18-$PRELINK ${PRELINK_OPTS--vm} ./tls4 >> tls4.log 2>&1 || exit 1
prelink-0.0.20131005/testsuite/tls4.sh:19:grep -q ^`echo $PRELINK | sed 's/ .*$/: /'` tls4.log && exit 2
prelink-0.0.20131005/testsuite/tls4.sh-20-LD_LIBRARY_PATH=. ./tls4 || exit 3
##############################################
prelink-0.0.20131005/testsuite/tls3lib2.c-3-
prelink-0.0.20131005/testsuite/tls3lib2.c:4:asm (".section trampoline, \"awx\"; .previous");
prelink-0.0.20131005/testsuite/tls3lib2.c-5-
##############################################
prelink-0.0.20131005/testsuite/shuffle8.c-7-
prelink-0.0.20131005/testsuite/shuffle8.c:8:asm (".text; .balign 4096; vtext:; .previous");
prelink-0.0.20131005/testsuite/shuffle8.c-9-
##############################################
prelink-0.0.20131005/ChangeLog-631-	* testsuite/reloc4.sh: Use -mxgot when compiling for MIPS targets.
prelink-0.0.20131005/ChangeLog:632:	* testsuite/reloc5.c (main): Make the printed inline asm globalize
prelink-0.0.20131005/ChangeLog-633-	testzero.
prelink-0.0.20131005/ChangeLog-634-
prelink-0.0.20131005/ChangeLog:635:	* testsuite/shuffle2.c (testzero): Globalize asm definition.
prelink-0.0.20131005/ChangeLog-636-
##############################################
prelink-0.0.20131005/ltconfig-36-  :
prelink-0.0.20131005/ltconfig:37:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
prelink-0.0.20131005/ltconfig-38-  # Yippee, $echo works!
##############################################
prelink-0.0.20131005/ltconfig-71-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
prelink-0.0.20131005/ltconfig:72:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
prelink-0.0.20131005/ltconfig:73:       echo_test_string="`eval $cmd`" &&
prelink-0.0.20131005/ltconfig-74-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
##############################################
prelink-0.0.20131005/ltconfig-79-
prelink-0.0.20131005/ltconfig:80:if test "X`($echo '\t') 2>/dev/null`" != 'X\t' ||
prelink-0.0.20131005/ltconfig:81:   test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-82-  # The Solaris, AIX, and Digital Unix default echo programs unquote
##############################################
prelink-0.0.20131005/ltconfig-90-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
prelink-0.0.20131005/ltconfig:91:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/ltconfig:92:       test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-93-      echo="$dir/echo"
##############################################
prelink-0.0.20131005/ltconfig-101-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/ltconfig:102:       test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-103-      # This shell has a builtin print -r that does the trick.
##############################################
prelink-0.0.20131005/ltconfig-115-      echo='printf "%s\n"'
prelink-0.0.20131005/ltconfig:116:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/ltconfig:117:	 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-118-	# Cool, printf works
prelink-0.0.20131005/ltconfig-119-	:
prelink-0.0.20131005/ltconfig:120:      elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/ltconfig:121:	   test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-122-	CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
##############################################
prelink-0.0.20131005/ltconfig-126-	echo="$CONFIG_SHELL $0 --fallback-echo"
prelink-0.0.20131005/ltconfig:127:      elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/ltconfig:128:	   test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
prelink-0.0.20131005/ltconfig-129-	echo="$CONFIG_SHELL $0 --fallback-echo"
##############################################
prelink-0.0.20131005/ltconfig-134-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
prelink-0.0.20131005/ltconfig:135:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
prelink-0.0.20131005/ltconfig-136-	    break
##############################################
prelink-0.0.20131005/ltconfig-141-	if test "$prev" != 'sed 50q "$0"'; then
prelink-0.0.20131005/ltconfig:142:	  echo_test_string=`eval $prev`
prelink-0.0.20131005/ltconfig-143-	  export echo_test_string
##############################################
prelink-0.0.20131005/ltconfig-166-# The name of this program.
prelink-0.0.20131005/ltconfig:167:progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltconfig-168-
##############################################
prelink-0.0.20131005/ltconfig-227-  case "$option" in
prelink-0.0.20131005/ltconfig:228:  -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
prelink-0.0.20131005/ltconfig-229-  *) optarg= ;;
##############################################
prelink-0.0.20131005/ltconfig-315-# This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
prelink-0.0.20131005/ltconfig:316:#      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
prelink-0.0.20131005/ltconfig-317-#        echo "$progname: warning \`$option' is not a valid host type" 1>&2
##############################################
prelink-0.0.20131005/ltconfig-393-  # Assume the source directory is the same one as the path to LTMAIN.
prelink-0.0.20131005/ltconfig:394:  srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltconfig-395-  test "$srcdir" = "$ltmain" && srcdir=.
##############################################
prelink-0.0.20131005/ltconfig-428-  "")
prelink-0.0.20131005/ltconfig:429:    if host_alias=`$SHELL $ac_config_guess`; then :
prelink-0.0.20131005/ltconfig-430-    else
##############################################
prelink-0.0.20131005/ltconfig-435-  esac
prelink-0.0.20131005/ltconfig:436:  host=`$SHELL $ac_config_sub $host_alias`
prelink-0.0.20131005/ltconfig-437-  echo "$ac_t$host" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-452-linux-gnu*) ;;
prelink-0.0.20131005/ltconfig:453:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
prelink-0.0.20131005/ltconfig-454-esac
prelink-0.0.20131005/ltconfig-455-
prelink-0.0.20131005/ltconfig:456:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
prelink-0.0.20131005/ltconfig:457:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
prelink-0.0.20131005/ltconfig:458:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
prelink-0.0.20131005/ltconfig-459-
##############################################
prelink-0.0.20131005/ltconfig-610-    *.c) ;;
prelink-0.0.20131005/ltconfig:611:    *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
prelink-0.0.20131005/ltconfig-612-    esac
##############################################
prelink-0.0.20131005/ltconfig-622-echo $ac_n "checking for executable suffix... $ac_c" 1>&6
prelink-0.0.20131005/ltconfig:623:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-624-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-636-      *.c | *.err | *.$objext ) ;;
prelink-0.0.20131005/ltconfig:637:      *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
prelink-0.0.20131005/ltconfig-638-      esac
##############################################
prelink-0.0.20131005/ltconfig-899-  if test "$hard_links" = no; then
prelink-0.0.20131005/ltconfig:900:    echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
prelink-0.0.20131005/ltconfig-901-    need_locks=warn
##############################################
prelink-0.0.20131005/ltconfig-944-if test -n "$special_shlib_compile_flags"; then
prelink-0.0.20131005/ltconfig:945:  echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
prelink-0.0.20131005/ltconfig-946-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$special_shlib_compile_flags[ 	]" >/dev/null; then :
##############################################
prelink-0.0.20131005/ltconfig-991-    echo "$progname:991: checking for ld used by GCC" >&5
prelink-0.0.20131005/ltconfig:992:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
prelink-0.0.20131005/ltconfig-993-    case "$ac_prog" in
##############################################
prelink-0.0.20131005/ltconfig-997-      # Canonicalize the path of ld
prelink-0.0.20131005/ltconfig:998:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
prelink-0.0.20131005/ltconfig-999-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
prelink-0.0.20131005/ltconfig:1000:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
prelink-0.0.20131005/ltconfig-1001-      done
##############################################
prelink-0.0.20131005/ltconfig-1181-        esac;
prelink-0.0.20131005/ltconfig:1182:	_lt_hint=`expr 1 + \$_lt_hint`;
prelink-0.0.20131005/ltconfig-1183-      done~
##############################################
prelink-0.0.20131005/ltconfig-1282-    if test "$with_gcc" = yes; then
prelink-0.0.20131005/ltconfig:1283:      collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/ltconfig-1284-      if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/ltconfig-1330-    # FIXME: Setting linknames here is a bad hack.
prelink-0.0.20131005/ltconfig:1331:    archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
prelink-0.0.20131005/ltconfig-1332-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
prelink-0.0.20131005/ltconfig-1335-    old_archive_cmds='lib /OUT:$oldlib$oldobjs'
prelink-0.0.20131005/ltconfig:1336:    fix_srcfile_path='`cygpath -w $srcfile`'
prelink-0.0.20131005/ltconfig-1337-    ;;
##############################################
prelink-0.0.20131005/ltconfig-1384-    if test "$with_gcc" = yes; then
prelink-0.0.20131005/ltconfig:1385:      archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1386-    else
prelink-0.0.20131005/ltconfig:1387:      archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1388-    fi
##############################################
prelink-0.0.20131005/ltconfig-1421-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/ltconfig:1422:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1423-    else
prelink-0.0.20131005/ltconfig-1424-      allow_undefined_flag=' -expect_unresolved \*'
prelink-0.0.20131005/ltconfig:1425:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1426-    fi
##############################################
prelink-0.0.20131005/ltconfig-1433-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/ltconfig:1434:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1435-    else
prelink-0.0.20131005/ltconfig-1436-      allow_undefined_flag=' -expect_unresolved \*'
prelink-0.0.20131005/ltconfig:1437:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/ltconfig-1438-    fi
##############################################
prelink-0.0.20131005/ltconfig-1835-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/ltconfig:1836:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/ltconfig-1837-  ;;
##############################################
prelink-0.0.20131005/ltconfig-1871-  if test "$with_gcc" = yes; then
prelink-0.0.20131005/ltconfig:1872:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
prelink-0.0.20131005/ltconfig-1873-  else
prelink-0.0.20131005/ltconfig:1874:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
prelink-0.0.20131005/ltconfig-1875-  fi
##############################################
prelink-0.0.20131005/ltconfig-1975-  file_magic_cmd=/usr/bin/file
prelink-0.0.20131005/ltconfig:1976:  file_magic_test_file=`echo /lib${libsuff}/libc.so*`
prelink-0.0.20131005/ltconfig-1977-  deplibs_check_method='pass_all'
##############################################
prelink-0.0.20131005/ltconfig-2171-  "file_magic "*)
prelink-0.0.20131005/ltconfig:2172:    file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
prelink-0.0.20131005/ltconfig-2173-    if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
##############################################
prelink-0.0.20131005/ltconfig-2244-else
prelink-0.0.20131005/ltconfig:2245:if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
prelink-0.0.20131005/ltconfig-2246-  lt_cv_dlopen=no lt_cv_dlopen_libs=
##############################################
prelink-0.0.20131005/ltconfig-2249-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
prelink-0.0.20131005/ltconfig:2250:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2251-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2281-fi
prelink-0.0.20131005/ltconfig:2282:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
prelink-0.0.20131005/ltconfig-2283-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2288-echo "$progname:2288: checking for dlopen" >&5
prelink-0.0.20131005/ltconfig:2289:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2290-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2328-fi
prelink-0.0.20131005/ltconfig:2329:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
prelink-0.0.20131005/ltconfig-2330-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2336-ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
prelink-0.0.20131005/ltconfig:2337:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2338-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2368-fi
prelink-0.0.20131005/ltconfig:2369:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
prelink-0.0.20131005/ltconfig-2370-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2375-echo "$progname:2375: checking for shl_load" >&5
prelink-0.0.20131005/ltconfig:2376:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2377-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2416-
prelink-0.0.20131005/ltconfig:2417:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
prelink-0.0.20131005/ltconfig-2418-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2424-ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
prelink-0.0.20131005/ltconfig:2425:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2426-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2457-fi
prelink-0.0.20131005/ltconfig:2458:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
prelink-0.0.20131005/ltconfig-2459-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2485-for ac_hdr in dlfcn.h; do
prelink-0.0.20131005/ltconfig:2486:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
prelink-0.0.20131005/ltconfig-2487-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
prelink-0.0.20131005/ltconfig-2488-echo "$progname:2488: checking for $ac_hdr" >&5
prelink-0.0.20131005/ltconfig:2489:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
prelink-0.0.20131005/ltconfig-2490-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2498-{ (eval echo $progname:2498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
prelink-0.0.20131005/ltconfig:2499:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
prelink-0.0.20131005/ltconfig-2500-if test -z "$ac_err"; then
##############################################
prelink-0.0.20131005/ltconfig-2511-fi
prelink-0.0.20131005/ltconfig:2512:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
prelink-0.0.20131005/ltconfig-2513-  echo "$ac_t""yes" 1>&6
##############################################
prelink-0.0.20131005/ltconfig-2719-      # Double-quote double-evaled strings.
prelink-0.0.20131005/ltconfig:2720:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/ltconfig-2721-      ;;
prelink-0.0.20131005/ltconfig-2722-    *)
prelink-0.0.20131005/ltconfig:2723:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/ltconfig-2724-      ;;
##############################################
prelink-0.0.20131005/ltconfig-2729-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/ltconfig:2730:    ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/ltconfig-2731-    ;;
##############################################
prelink-0.0.20131005/ltconfig-2739-
prelink-0.0.20131005/ltconfig:2740:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
prelink-0.0.20131005/ltconfig-2741-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
prelink-0.0.20131005/ltconfig-2791-  cat <<EOF > "$cfgfile"
prelink-0.0.20131005/ltconfig:2792:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
prelink-0.0.20131005/ltconfig-2793-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
prelink-0.0.20131005/configure-43-do
prelink-0.0.20131005/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
prelink-0.0.20131005/configure-45-    eval $as_var=C; export $as_var
##############################################
prelink-0.0.20131005/configure-101-  as_lineno_2=$LINENO
prelink-0.0.20131005/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
prelink-0.0.20131005/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
prelink-0.0.20131005/configure-140-  as_lineno_2=$LINENO
prelink-0.0.20131005/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
prelink-0.0.20131005/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
prelink-0.0.20131005/configure-249-  # Remove one level of quotation (which was required for Make).
prelink-0.0.20131005/configure:250:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
prelink-0.0.20131005/configure-251-  ;;
##############################################
prelink-0.0.20131005/configure-260-  :
prelink-0.0.20131005/configure:261:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
prelink-0.0.20131005/configure-262-  # Yippee, $echo works!
##############################################
prelink-0.0.20131005/configure-286-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
prelink-0.0.20131005/configure:287:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
prelink-0.0.20131005/configure:288:       echo_test_string="`eval $cmd`" &&
prelink-0.0.20131005/configure-289-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
prelink-0.0.20131005/configure-295-
prelink-0.0.20131005/configure:296:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/configure:297:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-298-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-310-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
prelink-0.0.20131005/configure:311:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/configure:312:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-313-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-322-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/configure:323:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-324-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-337-      echo='printf %s\n'
prelink-0.0.20131005/configure:338:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/configure:339:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-340-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-342-	:
prelink-0.0.20131005/configure:343:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
prelink-0.0.20131005/configure-344-	   test "X$echo_testing_string" = 'X\t' &&
prelink-0.0.20131005/configure:345:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-346-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-351-	echo="$CONFIG_SHELL $0 --fallback-echo"
prelink-0.0.20131005/configure:352:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
prelink-0.0.20131005/configure-353-	   test "X$echo_testing_string" = 'X\t' &&
prelink-0.0.20131005/configure:354:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/configure-355-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/configure-361-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
prelink-0.0.20131005/configure:362:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
prelink-0.0.20131005/configure-363-	  then
##############################################
prelink-0.0.20131005/configure-369-	if test "$prev" != 'sed 50q "$0"'; then
prelink-0.0.20131005/configure:370:	  echo_test_string=`eval $prev`
prelink-0.0.20131005/configure-371-	  export echo_test_string
##############################################
prelink-0.0.20131005/configure-392-
prelink-0.0.20131005/configure:393:tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
prelink-0.0.20131005/configure-394-
prelink-0.0.20131005/configure:395:tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
prelink-0.0.20131005/configure-396-
##############################################
prelink-0.0.20131005/configure-515-
prelink-0.0.20131005/configure:516:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
prelink-0.0.20131005/configure-517-
##############################################
prelink-0.0.20131005/configure-548-  -disable-* | --disable-*)
prelink-0.0.20131005/configure:549:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
prelink-0.0.20131005/configure-550-    # Reject names that are not valid shell variable names.
##############################################
prelink-0.0.20131005/configure-553-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:554:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
prelink-0.0.20131005/configure-555-    eval "enable_$ac_feature=no" ;;
##############################################
prelink-0.0.20131005/configure-557-  -enable-* | --enable-*)
prelink-0.0.20131005/configure:558:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
prelink-0.0.20131005/configure-559-    # Reject names that are not valid shell variable names.
##############################################
prelink-0.0.20131005/configure-562-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:563:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
prelink-0.0.20131005/configure-564-    case $ac_option in
prelink-0.0.20131005/configure:565:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
prelink-0.0.20131005/configure-566-      *) ac_optarg=yes ;;
##############################################
prelink-0.0.20131005/configure-739-  -with-* | --with-*)
prelink-0.0.20131005/configure:740:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
prelink-0.0.20131005/configure-741-    # Reject names that are not valid shell variable names.
##############################################
prelink-0.0.20131005/configure-744-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:745:    ac_package=`echo $ac_package| sed 's/-/_/g'`
prelink-0.0.20131005/configure-746-    case $ac_option in
prelink-0.0.20131005/configure:747:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
prelink-0.0.20131005/configure-748-      *) ac_optarg=yes ;;
##############################################
prelink-0.0.20131005/configure-752-  -without-* | --without-*)
prelink-0.0.20131005/configure:753:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
prelink-0.0.20131005/configure-754-    # Reject names that are not valid shell variable names.
##############################################
prelink-0.0.20131005/configure-757-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:758:    ac_package=`echo $ac_package | sed 's/-/_/g'`
prelink-0.0.20131005/configure-759-    eval "with_$ac_package=no" ;;
##############################################
prelink-0.0.20131005/configure-784-  *=*)
prelink-0.0.20131005/configure:785:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
prelink-0.0.20131005/configure-786-    # Reject names that are not valid shell variable names.
##############################################
prelink-0.0.20131005/configure-789-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:790:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
prelink-0.0.20131005/configure-791-    eval "$ac_envvar='$ac_optarg'"
##############################################
prelink-0.0.20131005/configure-805-if test -n "$ac_prev"; then
prelink-0.0.20131005/configure:806:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
prelink-0.0.20131005/configure-807-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
prelink-0.0.20131005/configure-813-do
prelink-0.0.20131005/configure:814:  eval ac_val=$`echo $ac_var`
prelink-0.0.20131005/configure-815-  case $ac_val in
##############################################
prelink-0.0.20131005/configure-825-do
prelink-0.0.20131005/configure:826:  eval ac_val=$`echo $ac_var`
prelink-0.0.20131005/configure-827-  case $ac_val in
##############################################
prelink-0.0.20131005/configure-892-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:893:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
prelink-0.0.20131005/configure-894-ac_env_build_alias_set=${build_alias+set}
##############################################
prelink-0.0.20131005/configure-983-By default, \`make install' will install all the files in
prelink-0.0.20131005/configure:984:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
prelink-0.0.20131005/configure:985:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
prelink-0.0.20131005/configure-986-for instance \`--prefix=\$HOME'.
##############################################
prelink-0.0.20131005/configure-1073-if test "$ac_dir" != .; then
prelink-0.0.20131005/configure:1074:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
prelink-0.0.20131005/configure-1075-  # A "../" for each directory in $ac_dir_suffix.
prelink-0.0.20131005/configure:1076:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
prelink-0.0.20131005/configure-1077-else
##############################################
prelink-0.0.20131005/configure-1086-    else
prelink-0.0.20131005/configure:1087:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
prelink-0.0.20131005/configure-1088-    fi ;;
##############################################
prelink-0.0.20131005/configure-1095-esac
prelink-0.0.20131005/configure:1096:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
prelink-0.0.20131005/configure-1097-# absolute.
prelink-0.0.20131005/configure:1098:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
prelink-0.0.20131005/configure:1099:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
prelink-0.0.20131005/configure:1100:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
prelink-0.0.20131005/configure:1101:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
prelink-0.0.20131005/configure-1102-
##############################################
prelink-0.0.20131005/configure-1208-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
prelink-0.0.20131005/configure:1209:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
prelink-0.0.20131005/configure-1210-    esac
##############################################
prelink-0.0.20131005/configure-1280-    do
prelink-0.0.20131005/configure:1281:      eval ac_val=$`echo $ac_var`
prelink-0.0.20131005/configure-1282-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
prelink-0.0.20131005/configure-1294-      do
prelink-0.0.20131005/configure:1295:	eval ac_val=$`echo $ac_var`
prelink-0.0.20131005/configure-1296-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
prelink-0.0.20131005/configure-1401-    set,)
prelink-0.0.20131005/configure:1402:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
prelink-0.0.20131005/configure:1403:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
prelink-0.0.20131005/configure-1404-      ac_cache_corrupted=: ;;
##############################################
prelink-0.0.20131005/configure-1424-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
prelink-0.0.20131005/configure:1425:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
prelink-0.0.20131005/configure-1426-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
prelink-0.0.20131005/configure-1509-test -z "$ac_cv_build_alias" &&
prelink-0.0.20131005/configure:1510:  ac_cv_build_alias=`$ac_config_guess`
prelink-0.0.20131005/configure-1511-test -z "$ac_cv_build_alias" &&
##############################################
prelink-0.0.20131005/configure-1514-   { (exit 1); exit 1; }; }
prelink-0.0.20131005/configure:1515:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
prelink-0.0.20131005/configure-1516-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
prelink-0.0.20131005/configure-1523-build=$ac_cv_build
prelink-0.0.20131005/configure:1524:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
prelink-0.0.20131005/configure:1525:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
prelink-0.0.20131005/configure:1526:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
prelink-0.0.20131005/configure-1527-
##############################################
prelink-0.0.20131005/configure-1536-  ac_cv_host_alias=$ac_cv_build_alias
prelink-0.0.20131005/configure:1537:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
prelink-0.0.20131005/configure-1538-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
prelink-0.0.20131005/configure-1545-host=$ac_cv_host
prelink-0.0.20131005/configure:1546:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
prelink-0.0.20131005/configure:1547:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
prelink-0.0.20131005/configure:1548:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
prelink-0.0.20131005/configure-1549-
##############################################
prelink-0.0.20131005/configure-1640-if (
prelink-0.0.20131005/configure:1641:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
prelink-0.0.20131005/configure-1642-   if test "$*" = "X"; then
prelink-0.0.20131005/configure-1643-      # -L didn't work.
prelink-0.0.20131005/configure:1644:      set X `ls -t $srcdir/configure conftest.file`
prelink-0.0.20131005/configure-1645-   fi
##############################################
prelink-0.0.20131005/configure-1684-_ACEOF
prelink-0.0.20131005/configure:1685:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
prelink-0.0.20131005/configure-1686-rm conftest.sed
##############################################
prelink-0.0.20131005/configure-1689-# expand $ac_aux_dir to an absolute path
prelink-0.0.20131005/configure:1690:am_aux_dir=`cd $ac_aux_dir && pwd`
prelink-0.0.20131005/configure-1691-
##############################################
prelink-0.0.20131005/configure-1743-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
prelink-0.0.20131005/configure:1744:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
prelink-0.0.20131005/configure-1745-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
prelink-0.0.20131005/configure-1752-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
prelink-0.0.20131005/configure:1753:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
prelink-0.0.20131005/configure-1754-if test -n "$ac_maketemp"; then
##############################################
prelink-0.0.20131005/configure-1760-fi
prelink-0.0.20131005/configure:1761:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
prelink-0.0.20131005/configure-1762-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
prelink-0.0.20131005/configure-1771- # test to see if srcdir already configured
prelink-0.0.20131005/configure:1772:if test "`cd $srcdir && pwd`" != "`pwd`" &&
prelink-0.0.20131005/configure-1773-   test -f $srcdir/config.status; then
##############################################
prelink-0.0.20131005/configure-2227-     "checking for C compiler version" >&5
prelink-0.0.20131005/configure:2228:ac_compiler=`set X $ac_compile; echo $2`
prelink-0.0.20131005/configure-2229-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
prelink-0.0.20131005/configure-2267-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
prelink-0.0.20131005/configure:2268:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
prelink-0.0.20131005/configure-2269-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
prelink-0.0.20131005/configure-2295-    *.* )
prelink-0.0.20131005/configure:2296:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
prelink-0.0.20131005/configure-2297-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
prelink-0.0.20131005/configure-2375-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
prelink-0.0.20131005/configure:2376:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
prelink-0.0.20131005/configure-2377-          export ac_cv_exeext
##############################################
prelink-0.0.20131005/configure-2426-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
prelink-0.0.20131005/configure:2427:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
prelink-0.0.20131005/configure-2428-       break;;
##############################################
prelink-0.0.20131005/configure-2496-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
prelink-0.0.20131005/configure:2497:GCC=`test $ac_compiler_gnu = yes && echo yes`
prelink-0.0.20131005/configure-2498-ac_test_CFLAGS=${CFLAGS+set}
##############################################
prelink-0.0.20131005/configure-2808-# case it prints its new name instead of `make'.
prelink-0.0.20131005/configure:2809:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
prelink-0.0.20131005/configure-2810-   am__include=include
##############################################
prelink-0.0.20131005/configure-2816-   echo '.include "confinc"' > confmf
prelink-0.0.20131005/configure:2817:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
prelink-0.0.20131005/configure-2818-      am__include=.include
##############################################
prelink-0.0.20131005/configure-2871-  if test "$am_compiler_list" = ""; then
prelink-0.0.20131005/configure:2872:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
prelink-0.0.20131005/configure-2873-  fi
##############################################
prelink-0.0.20131005/configure-3015-     "checking for C++ compiler version" >&5
prelink-0.0.20131005/configure:3016:ac_compiler=`set X $ac_compile; echo $2`
prelink-0.0.20131005/configure-3017-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
prelink-0.0.20131005/configure-3081-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
prelink-0.0.20131005/configure:3082:GXX=`test $ac_compiler_gnu = yes && echo yes`
prelink-0.0.20131005/configure-3083-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
prelink-0.0.20131005/configure-3260-  if test "$am_compiler_list" = ""; then
prelink-0.0.20131005/configure:3261:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
prelink-0.0.20131005/configure-3262-  fi
##############################################
prelink-0.0.20131005/configure-3726-    test $lt_ac_count -gt 10 && break
prelink-0.0.20131005/configure:3727:    lt_ac_count=`expr $lt_ac_count + 1`
prelink-0.0.20131005/configure-3728-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
prelink-0.0.20131005/configure-3756-    # gcc leaves a trailing carriage return which upsets mingw
prelink-0.0.20131005/configure:3757:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
prelink-0.0.20131005/configure-3758-  *)
prelink-0.0.20131005/configure:3759:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
prelink-0.0.20131005/configure-3760-  esac
##############################################
prelink-0.0.20131005/configure-3765-      # Canonicalize the path of ld
prelink-0.0.20131005/configure:3766:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
prelink-0.0.20131005/configure-3767-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
prelink-0.0.20131005/configure:3768:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
prelink-0.0.20131005/configure-3769-      done
##############################################
prelink-0.0.20131005/configure-3800-      # Break only if it was the GNU/non-GNU ld that we prefer.
prelink-0.0.20131005/configure:3801:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
prelink-0.0.20131005/configure-3802-      *GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/configure-3833-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
prelink-0.0.20131005/configure:3834:case `$LD -v 2>&1 </dev/null` in
prelink-0.0.20131005/configure-3835-*GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/configure-3882-      # Tru64's nm complains that /dev/null is an invalid object file
prelink-0.0.20131005/configure:3883:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
prelink-0.0.20131005/configure-3884-      */dev/null* | *'Invalid file or object type'*)
##############################################
prelink-0.0.20131005/configure-3888-      *)
prelink-0.0.20131005/configure:3889:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
prelink-0.0.20131005/configure-3890-	*/dev/null*)
##############################################
prelink-0.0.20131005/configure-4030-  esac
prelink-0.0.20131005/configure:4031:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
prelink-0.0.20131005/configure-4032-  lt_cv_deplibs_check_method=pass_all
##############################################
prelink-0.0.20131005/configure-4067-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
prelink-0.0.20131005/configure:4068:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-4069-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
prelink-0.0.20131005/configure-4153-  (exit $ac_status); }; then
prelink-0.0.20131005/configure:4154:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-4155-    *ELF-32*)
##############################################
prelink-0.0.20131005/configure-4173-   if test "$lt_cv_prog_gnu_ld" = yes; then
prelink-0.0.20131005/configure:4174:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-4175-    *32-bit*)
##############################################
prelink-0.0.20131005/configure-4185-   else
prelink-0.0.20131005/configure:4186:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-4187-    *32-bit*)
##############################################
prelink-0.0.20131005/configure-4491-do
prelink-0.0.20131005/configure:4492:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
prelink-0.0.20131005/configure-4493-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
prelink-0.0.20131005/configure-4529-fi
prelink-0.0.20131005/configure:4530:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
prelink-0.0.20131005/configure:4531:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
prelink-0.0.20131005/configure:4532:if test `eval echo '${'$as_ac_Header'}'` = yes; then
prelink-0.0.20131005/configure-4533-  cat >>confdefs.h <<_ACEOF
prelink-0.0.20131005/configure:4534:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
prelink-0.0.20131005/configure-4535-_ACEOF
##############################################
prelink-0.0.20131005/configure-4544-do
prelink-0.0.20131005/configure:4545:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
prelink-0.0.20131005/configure-4546-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
prelink-0.0.20131005/configure-4551-fi
prelink-0.0.20131005/configure:4552:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
prelink-0.0.20131005/configure:4553:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
prelink-0.0.20131005/configure-4554-else
##############################################
prelink-0.0.20131005/configure-4670-fi
prelink-0.0.20131005/configure:4671:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
prelink-0.0.20131005/configure:4672:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
prelink-0.0.20131005/configure-4673-
prelink-0.0.20131005/configure-4674-fi
prelink-0.0.20131005/configure:4675:if test `eval echo '${'$as_ac_Header'}'` = yes; then
prelink-0.0.20131005/configure-4676-  cat >>confdefs.h <<_ACEOF
prelink-0.0.20131005/configure:4677:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
prelink-0.0.20131005/configure-4678-_ACEOF
##############################################
prelink-0.0.20131005/configure-5008-     "checking for Fortran 77 compiler version" >&5
prelink-0.0.20131005/configure:5009:ac_compiler=`set X $ac_compile; echo $2`
prelink-0.0.20131005/configure-5010-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
prelink-0.0.20131005/configure-5068-ac_ext=$ac_save_ext
prelink-0.0.20131005/configure:5069:G77=`test $ac_compiler_gnu = yes && echo yes`
prelink-0.0.20131005/configure-5070-ac_test_FFLAGS=${FFLAGS+set}
##############################################
prelink-0.0.20131005/configure-5172-    # we can't tell.
prelink-0.0.20131005/configure:5173:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
prelink-0.0.20131005/configure-5174-	       = "XX$testring") >/dev/null 2>&1 &&
prelink-0.0.20131005/configure:5175:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
prelink-0.0.20131005/configure-5176-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
prelink-0.0.20131005/configure-5178-    do
prelink-0.0.20131005/configure:5179:      i=`expr $i + 1`
prelink-0.0.20131005/configure-5180-      testring=$testring$testring
##############################################
prelink-0.0.20131005/configure-5185-    # It appears as though 1/2 is a usable value.
prelink-0.0.20131005/configure:5186:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
prelink-0.0.20131005/configure-5187-    ;;
##############################################
prelink-0.0.20131005/configure-5265-# If we're using GNU nm, then use its standard symbol codes.
prelink-0.0.20131005/configure:5266:case `$NM -V 2>&1` in
prelink-0.0.20131005/configure-5267-*GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/configure-5766-	"file_magic "*)
prelink-0.0.20131005/configure:5767:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
prelink-0.0.20131005/configure-5768-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
prelink-0.0.20131005/configure-5828-	"file_magic "*)
prelink-0.0.20131005/configure:5829:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
prelink-0.0.20131005/configure-5830-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
prelink-0.0.20131005/configure-5939-if test -n "$lt_prog_cc_shlib"; then
prelink-0.0.20131005/configure:5940:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
prelink-0.0.20131005/configure:5941:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
prelink-0.0.20131005/configure-5942-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
prelink-0.0.20131005/configure-6349-  if test "$hard_links" = no; then
prelink-0.0.20131005/configure:6350:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
prelink-0.0.20131005/configure:6351:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
prelink-0.0.20131005/configure-6352-    need_locks=warn
##############################################
prelink-0.0.20131005/configure-6472-	# is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/configure:6473:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/configure-6474-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/configure-6527-      supports_anon_versioning=no
prelink-0.0.20131005/configure:6528:      case `$LD -v 2>/dev/null` in
prelink-0.0.20131005/configure-6529-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
prelink-0.0.20131005/configure-6633-	# below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/configure:6634:	  collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/configure-6635-	  if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/configure-6717-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
prelink-0.0.20131005/configure:6718:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/configure-6719-       else
##############################################
prelink-0.0.20131005/configure-6807-      # FIXME: Setting linknames here is a bad hack.
prelink-0.0.20131005/configure:6808:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
prelink-0.0.20131005/configure-6809-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
prelink-0.0.20131005/configure-6812-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
prelink-0.0.20131005/configure:6813:      fix_srcfile_path='`cygpath -w "$srcfile"`'
prelink-0.0.20131005/configure-6814-      enable_shared_with_static_runtimes=yes
##############################################
prelink-0.0.20131005/configure-6964-      if test "$GCC" = yes; then
prelink-0.0.20131005/configure:6965:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-6966-      else
prelink-0.0.20131005/configure:6967:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-6968-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
prelink-0.0.20131005/configure-6996-      hardcode_shlibpath_var=no
prelink-0.0.20131005/configure:6997:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-6998-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
prelink-0.0.20131005/configure-7025-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:7026:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-7027-      else
prelink-0.0.20131005/configure-7028-	allow_undefined_flag=' -expect_unresolved \*'
prelink-0.0.20131005/configure:7029:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-7030-      fi
##############################################
prelink-0.0.20131005/configure-7037-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:7038:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-7039-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
prelink-0.0.20131005/configure-7041-	allow_undefined_flag=' -expect_unresolved \*'
prelink-0.0.20131005/configure:7042:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure:7043:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
prelink-0.0.20131005/configure:7044:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
prelink-0.0.20131005/configure-7045-
##############################################
prelink-0.0.20131005/configure-7329-if test "$GCC" = yes; then
prelink-0.0.20131005/configure:7330:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-7331-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
prelink-0.0.20131005/configure-7335-    # okay in the real world where ";" in dirpaths is itself problematic.
prelink-0.0.20131005/configure:7336:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-7337-  else
prelink-0.0.20131005/configure:7338:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-7339-  fi
##############################################
prelink-0.0.20131005/configure-7406-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/configure:7407:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/configure-7408-  ;;
##############################################
prelink-0.0.20131005/configure-7439-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
prelink-0.0.20131005/configure:7440:    postinstall_cmds='base_file=`basename \${file}`~
prelink-0.0.20131005/configure:7441:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
prelink-0.0.20131005/configure:7442:      dldir=$destdir/`dirname \$dlpath`~
prelink-0.0.20131005/configure-7443-      test -d \$dldir || mkdir -p \$dldir~
prelink-0.0.20131005/configure-7444-      $install_prog $dir/$dlname \$dldir/$dlname'
prelink-0.0.20131005/configure:7445:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
prelink-0.0.20131005/configure-7446-      dlpath=$dir/\$dldll~
##############################################
prelink-0.0.20131005/configure-7452-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
prelink-0.0.20131005/configure:7453:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-7454-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
##############################################
prelink-0.0.20131005/configure-7457-      # MinGW DLLs use traditional 'lib' prefix
prelink-0.0.20131005/configure:7458:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure:7459:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-7460-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
prelink-0.0.20131005/configure-7466-        # which wouldn't understand a cygwinified path. Ahh.
prelink-0.0.20131005/configure:7467:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-7468-      else
prelink-0.0.20131005/configure:7469:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-7470-      fi
##############################################
prelink-0.0.20131005/configure-7473-      # pw32 DLLs use 'pw' prefix rather than 'lib'
prelink-0.0.20131005/configure:7474:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-7475-      ;;
##############################################
prelink-0.0.20131005/configure-7479-  *)
prelink-0.0.20131005/configure:7480:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
prelink-0.0.20131005/configure-7481-    ;;
##############################################
prelink-0.0.20131005/configure-7502-  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
prelink-0.0.20131005/configure:7503:  sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
prelink-0.0.20131005/configure-7504-  fi
##############################################
prelink-0.0.20131005/configure-7681-  (exit $ac_status); }; then
prelink-0.0.20131005/configure:7682:      case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-7683-      *64-bit*)
##############################################
prelink-0.0.20131005/configure-7738-  shlibpath_var=LD_LIBRARY_PATH
prelink-0.0.20131005/configure:7739:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-7740-    case $host_os in
##############################################
prelink-0.0.20131005/configure-8709-      # Double-quote double-evaled strings.
prelink-0.0.20131005/configure:8710:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/configure-8711-      ;;
prelink-0.0.20131005/configure-8712-    *)
prelink-0.0.20131005/configure:8713:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/configure-8714-      ;;
##############################################
prelink-0.0.20131005/configure-8719-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/configure:8720:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/configure-8721-    ;;
##############################################
prelink-0.0.20131005/configure-8732-
prelink-0.0.20131005/configure:8733:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
prelink-0.0.20131005/configure-8734-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
prelink-0.0.20131005/configure-9128-  if test -z "$LTCC"; then
prelink-0.0.20131005/configure:9129:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
prelink-0.0.20131005/configure-9130-    if test -z "$LTCC"; then
##############################################
prelink-0.0.20131005/configure-9133-    else
prelink-0.0.20131005/configure:9134:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
prelink-0.0.20131005/configure:9135:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
prelink-0.0.20131005/configure-9136-    fi
##############################################
prelink-0.0.20131005/configure-9140-  # Note that this assumes the entire list is on one line.
prelink-0.0.20131005/configure:9141:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
prelink-0.0.20131005/configure-9142-
##############################################
prelink-0.0.20131005/configure-9146-    # Check whether tagname contains only valid characters
prelink-0.0.20131005/configure:9147:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
prelink-0.0.20131005/configure-9148-    "") ;;
##############################################
prelink-0.0.20131005/configure-9246-compiler_CXX=$CC
prelink-0.0.20131005/configure:9247:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/configure-9248-
##############################################
prelink-0.0.20131005/configure-9275-    # gcc leaves a trailing carriage return which upsets mingw
prelink-0.0.20131005/configure:9276:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
prelink-0.0.20131005/configure-9277-  *)
prelink-0.0.20131005/configure:9278:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
prelink-0.0.20131005/configure-9279-  esac
##############################################
prelink-0.0.20131005/configure-9284-      # Canonicalize the path of ld
prelink-0.0.20131005/configure:9285:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
prelink-0.0.20131005/configure-9286-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
prelink-0.0.20131005/configure:9287:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
prelink-0.0.20131005/configure-9288-      done
##############################################
prelink-0.0.20131005/configure-9319-      # Break only if it was the GNU/non-GNU ld that we prefer.
prelink-0.0.20131005/configure:9320:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
prelink-0.0.20131005/configure-9321-      *GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/configure-9352-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
prelink-0.0.20131005/configure:9353:case `$LD -v 2>&1 </dev/null` in
prelink-0.0.20131005/configure-9354-*GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/configure-9382-    # ancient GNU ld didn't support --whole-archive et. al.
prelink-0.0.20131005/configure:9383:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
prelink-0.0.20131005/configure-9384-	grep 'no-whole-archive' > /dev/null; then
##############################################
prelink-0.0.20131005/configure-9463-      # below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/configure:9464:	collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/configure-9465-	if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/configure-9548-
prelink-0.0.20131005/configure:9549:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/configure-9550-     else
##############################################
prelink-0.0.20131005/configure-9634-      # is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/configure:9635:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/configure-9636-	cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/configure-9739-      # dependencies.
prelink-0.0.20131005/configure:9740:      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; echo $list'
prelink-0.0.20131005/configure-9741-      ;;
##############################################
prelink-0.0.20131005/configure-9811-	# dependencies.
prelink-0.0.20131005/configure:9812:	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; echo $list'
prelink-0.0.20131005/configure-9813-	;;
##############################################
prelink-0.0.20131005/configure-9836-	# SGI C++
prelink-0.0.20131005/configure:9837:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-9838-
##############################################
prelink-0.0.20131005/configure-9847-	  if test "$with_gnu_ld" = no; then
prelink-0.0.20131005/configure:9848:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-9849-	  else
prelink-0.0.20131005/configure:9850:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
prelink-0.0.20131005/configure-9851-	  fi
##############################################
prelink-0.0.20131005/configure-9866-	# to its proper name (with version) after linking.
prelink-0.0.20131005/configure:9867:	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'
prelink-0.0.20131005/configure:9868:	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'
prelink-0.0.20131005/configure-9869-	# Commands to make compiler produce verbose output that lists
##############################################
prelink-0.0.20131005/configure-9876-	# dependencies.
prelink-0.0.20131005/configure:9877:	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; echo $list'
prelink-0.0.20131005/configure-9878-
##############################################
prelink-0.0.20131005/configure-9912-	# dependencies.
prelink-0.0.20131005/configure:9913:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/configure-9914-	;;
##############################################
prelink-0.0.20131005/configure-9955-	# to its proper name (with version) after linking.
prelink-0.0.20131005/configure:9956:	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'
prelink-0.0.20131005/configure-9957-
##############################################
prelink-0.0.20131005/configure-9972-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:9973:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-9974-
##############################################
prelink-0.0.20131005/configure-9985-	# dependencies.
prelink-0.0.20131005/configure:9986:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/configure-9987-	;;
##############################################
prelink-0.0.20131005/configure-9990-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:9991:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-9992-
##############################################
prelink-0.0.20131005/configure-10015-	# to its proper name (with version) after linking.
prelink-0.0.20131005/configure:10016:	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'
prelink-0.0.20131005/configure-10017-
##############################################
prelink-0.0.20131005/configure-10031-	allow_undefined_flag_CXX=' -expect_unresolved \*'
prelink-0.0.20131005/configure:10032:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure:10033:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
prelink-0.0.20131005/configure-10034-	  echo "-hidden">> $lib.exp~
prelink-0.0.20131005/configure:10035:	  $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 $objdir/so_locations -o $lib~
prelink-0.0.20131005/configure-10036-	  $rm $lib.exp'
##############################################
prelink-0.0.20131005/configure-10048-	# dependencies.
prelink-0.0.20131005/configure:10049:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/configure-10050-	;;
##############################################
prelink-0.0.20131005/configure-10053-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:10054:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-10055-
##############################################
prelink-0.0.20131005/configure-10136-	# dependencies.
prelink-0.0.20131005/configure:10137:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
prelink-0.0.20131005/configure-10138-
##############################################
prelink-0.0.20131005/configure-10240-  # eval without this substitution.
prelink-0.0.20131005/configure:10241:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
prelink-0.0.20131005/configure-10242-
prelink-0.0.20131005/configure:10243:  for p in `eval $output_verbose_link_cmd`; do
prelink-0.0.20131005/configure-10244-    case $p in
##############################################
prelink-0.0.20131005/configure-10707-  if test "$hard_links" = no; then
prelink-0.0.20131005/configure:10708:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
prelink-0.0.20131005/configure:10709:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
prelink-0.0.20131005/configure-10710-    need_locks=warn
##############################################
prelink-0.0.20131005/configure-10893-if test "$GCC" = yes; then
prelink-0.0.20131005/configure:10894:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-10895-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
prelink-0.0.20131005/configure-10899-    # okay in the real world where ";" in dirpaths is itself problematic.
prelink-0.0.20131005/configure:10900:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-10901-  else
prelink-0.0.20131005/configure:10902:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-10903-  fi
##############################################
prelink-0.0.20131005/configure-10970-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/configure:10971:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/configure-10972-  ;;
##############################################
prelink-0.0.20131005/configure-11003-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
prelink-0.0.20131005/configure:11004:    postinstall_cmds='base_file=`basename \${file}`~
prelink-0.0.20131005/configure:11005:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
prelink-0.0.20131005/configure:11006:      dldir=$destdir/`dirname \$dlpath`~
prelink-0.0.20131005/configure-11007-      test -d \$dldir || mkdir -p \$dldir~
prelink-0.0.20131005/configure-11008-      $install_prog $dir/$dlname \$dldir/$dlname'
prelink-0.0.20131005/configure:11009:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
prelink-0.0.20131005/configure-11010-      dlpath=$dir/\$dldll~
##############################################
prelink-0.0.20131005/configure-11016-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
prelink-0.0.20131005/configure:11017:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-11018-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
##############################################
prelink-0.0.20131005/configure-11021-      # MinGW DLLs use traditional 'lib' prefix
prelink-0.0.20131005/configure:11022:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure:11023:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-11024-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
prelink-0.0.20131005/configure-11030-        # which wouldn't understand a cygwinified path. Ahh.
prelink-0.0.20131005/configure:11031:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-11032-      else
prelink-0.0.20131005/configure:11033:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-11034-      fi
##############################################
prelink-0.0.20131005/configure-11037-      # pw32 DLLs use 'pw' prefix rather than 'lib'
prelink-0.0.20131005/configure:11038:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-11039-      ;;
##############################################
prelink-0.0.20131005/configure-11043-  *)
prelink-0.0.20131005/configure:11044:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
prelink-0.0.20131005/configure-11045-    ;;
##############################################
prelink-0.0.20131005/configure-11066-  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
prelink-0.0.20131005/configure:11067:  sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
prelink-0.0.20131005/configure-11068-  fi
##############################################
prelink-0.0.20131005/configure-11245-  (exit $ac_status); }; then
prelink-0.0.20131005/configure:11246:      case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-11247-      *64-bit*)
##############################################
prelink-0.0.20131005/configure-11302-  shlibpath_var=LD_LIBRARY_PATH
prelink-0.0.20131005/configure:11303:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-11304-    case $host_os in
##############################################
prelink-0.0.20131005/configure-12208-      # Double-quote double-evaled strings.
prelink-0.0.20131005/configure:12209:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/configure-12210-      ;;
prelink-0.0.20131005/configure-12211-    *)
prelink-0.0.20131005/configure:12212:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/configure-12213-      ;;
##############################################
prelink-0.0.20131005/configure-12218-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/configure:12219:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/configure-12220-    ;;
##############################################
prelink-0.0.20131005/configure-12609-compiler_F77=$CC
prelink-0.0.20131005/configure:12610:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/configure-12611-
##############################################
prelink-0.0.20131005/configure-12961-  if test "$hard_links" = no; then
prelink-0.0.20131005/configure:12962:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
prelink-0.0.20131005/configure:12963:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
prelink-0.0.20131005/configure-12964-    need_locks=warn
##############################################
prelink-0.0.20131005/configure-13084-	# is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/configure:13085:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/configure-13086-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/configure-13139-      supports_anon_versioning=no
prelink-0.0.20131005/configure:13140:      case `$LD -v 2>/dev/null` in
prelink-0.0.20131005/configure-13141-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
prelink-0.0.20131005/configure-13245-	# below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/configure:13246:	  collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/configure-13247-	  if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/configure-13318-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
prelink-0.0.20131005/configure:13319:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/configure-13320-       else
##############################################
prelink-0.0.20131005/configure-13397-      # FIXME: Setting linknames here is a bad hack.
prelink-0.0.20131005/configure:13398:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
prelink-0.0.20131005/configure-13399-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
prelink-0.0.20131005/configure-13402-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
prelink-0.0.20131005/configure:13403:      fix_srcfile_path='`cygpath -w "$srcfile"`'
prelink-0.0.20131005/configure-13404-      enable_shared_with_static_runtimes_F77=yes
##############################################
prelink-0.0.20131005/configure-13554-      if test "$GCC" = yes; then
prelink-0.0.20131005/configure:13555:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-13556-      else
prelink-0.0.20131005/configure:13557:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-13558-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
prelink-0.0.20131005/configure-13586-      hardcode_shlibpath_var_F77=no
prelink-0.0.20131005/configure:13587:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-13588-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
prelink-0.0.20131005/configure-13615-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:13616:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-13617-      else
prelink-0.0.20131005/configure-13618-	allow_undefined_flag_F77=' -expect_unresolved \*'
prelink-0.0.20131005/configure:13619:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-13620-      fi
##############################################
prelink-0.0.20131005/configure-13627-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:13628:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-13629-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
prelink-0.0.20131005/configure-13631-	allow_undefined_flag_F77=' -expect_unresolved \*'
prelink-0.0.20131005/configure:13632:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure:13633:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
prelink-0.0.20131005/configure:13634:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
prelink-0.0.20131005/configure-13635-
##############################################
prelink-0.0.20131005/configure-13919-if test "$GCC" = yes; then
prelink-0.0.20131005/configure:13920:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-13921-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
prelink-0.0.20131005/configure-13925-    # okay in the real world where ";" in dirpaths is itself problematic.
prelink-0.0.20131005/configure:13926:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-13927-  else
prelink-0.0.20131005/configure:13928:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-13929-  fi
##############################################
prelink-0.0.20131005/configure-13996-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/configure:13997:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/configure-13998-  ;;
##############################################
prelink-0.0.20131005/configure-14029-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
prelink-0.0.20131005/configure:14030:    postinstall_cmds='base_file=`basename \${file}`~
prelink-0.0.20131005/configure:14031:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
prelink-0.0.20131005/configure:14032:      dldir=$destdir/`dirname \$dlpath`~
prelink-0.0.20131005/configure-14033-      test -d \$dldir || mkdir -p \$dldir~
prelink-0.0.20131005/configure-14034-      $install_prog $dir/$dlname \$dldir/$dlname'
prelink-0.0.20131005/configure:14035:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
prelink-0.0.20131005/configure-14036-      dlpath=$dir/\$dldll~
##############################################
prelink-0.0.20131005/configure-14042-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
prelink-0.0.20131005/configure:14043:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-14044-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
##############################################
prelink-0.0.20131005/configure-14047-      # MinGW DLLs use traditional 'lib' prefix
prelink-0.0.20131005/configure:14048:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure:14049:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-14050-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
prelink-0.0.20131005/configure-14056-        # which wouldn't understand a cygwinified path. Ahh.
prelink-0.0.20131005/configure:14057:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-14058-      else
prelink-0.0.20131005/configure:14059:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-14060-      fi
##############################################
prelink-0.0.20131005/configure-14063-      # pw32 DLLs use 'pw' prefix rather than 'lib'
prelink-0.0.20131005/configure:14064:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-14065-      ;;
##############################################
prelink-0.0.20131005/configure-14069-  *)
prelink-0.0.20131005/configure:14070:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
prelink-0.0.20131005/configure-14071-    ;;
##############################################
prelink-0.0.20131005/configure-14092-  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
prelink-0.0.20131005/configure:14093:  sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
prelink-0.0.20131005/configure-14094-  fi
##############################################
prelink-0.0.20131005/configure-14271-  (exit $ac_status); }; then
prelink-0.0.20131005/configure:14272:      case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-14273-      *64-bit*)
##############################################
prelink-0.0.20131005/configure-14328-  shlibpath_var=LD_LIBRARY_PATH
prelink-0.0.20131005/configure:14329:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-14330-    case $host_os in
##############################################
prelink-0.0.20131005/configure-14514-      # Double-quote double-evaled strings.
prelink-0.0.20131005/configure:14515:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/configure-14516-      ;;
prelink-0.0.20131005/configure-14517-    *)
prelink-0.0.20131005/configure:14518:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/configure-14519-      ;;
##############################################
prelink-0.0.20131005/configure-14524-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/configure:14525:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/configure-14526-    ;;
##############################################
prelink-0.0.20131005/configure-15249-  if test "$hard_links" = no; then
prelink-0.0.20131005/configure:15250:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
prelink-0.0.20131005/configure:15251:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
prelink-0.0.20131005/configure-15252-    need_locks=warn
##############################################
prelink-0.0.20131005/configure-15372-	# is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/configure:15373:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/configure-15374-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/configure-15427-      supports_anon_versioning=no
prelink-0.0.20131005/configure:15428:      case `$LD -v 2>/dev/null` in
prelink-0.0.20131005/configure-15429-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
prelink-0.0.20131005/configure-15533-	# below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/configure:15534:	  collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/configure-15535-	  if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/configure-15617-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
prelink-0.0.20131005/configure:15618:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/configure-15619-       else
##############################################
prelink-0.0.20131005/configure-15707-      # FIXME: Setting linknames here is a bad hack.
prelink-0.0.20131005/configure:15708:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
prelink-0.0.20131005/configure-15709-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
prelink-0.0.20131005/configure-15712-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
prelink-0.0.20131005/configure:15713:      fix_srcfile_path='`cygpath -w "$srcfile"`'
prelink-0.0.20131005/configure-15714-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
prelink-0.0.20131005/configure-15864-      if test "$GCC" = yes; then
prelink-0.0.20131005/configure:15865:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-15866-      else
prelink-0.0.20131005/configure:15867:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-15868-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
prelink-0.0.20131005/configure-15896-      hardcode_shlibpath_var_GCJ=no
prelink-0.0.20131005/configure:15897:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-15898-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
prelink-0.0.20131005/configure-15925-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:15926:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-15927-      else
prelink-0.0.20131005/configure-15928-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
prelink-0.0.20131005/configure:15929:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-15930-      fi
##############################################
prelink-0.0.20131005/configure-15937-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/configure:15938:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure-15939-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
prelink-0.0.20131005/configure-15941-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
prelink-0.0.20131005/configure:15942:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/configure:15943:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
prelink-0.0.20131005/configure:15944:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
prelink-0.0.20131005/configure-15945-
##############################################
prelink-0.0.20131005/configure-16229-if test "$GCC" = yes; then
prelink-0.0.20131005/configure:16230:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-16231-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
prelink-0.0.20131005/configure-16235-    # okay in the real world where ";" in dirpaths is itself problematic.
prelink-0.0.20131005/configure:16236:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-16237-  else
prelink-0.0.20131005/configure:16238:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-16239-  fi
##############################################
prelink-0.0.20131005/configure-16306-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/configure:16307:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/configure-16308-  ;;
##############################################
prelink-0.0.20131005/configure-16339-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
prelink-0.0.20131005/configure:16340:    postinstall_cmds='base_file=`basename \${file}`~
prelink-0.0.20131005/configure:16341:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
prelink-0.0.20131005/configure:16342:      dldir=$destdir/`dirname \$dlpath`~
prelink-0.0.20131005/configure-16343-      test -d \$dldir || mkdir -p \$dldir~
prelink-0.0.20131005/configure-16344-      $install_prog $dir/$dlname \$dldir/$dlname'
prelink-0.0.20131005/configure:16345:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
prelink-0.0.20131005/configure-16346-      dlpath=$dir/\$dldll~
##############################################
prelink-0.0.20131005/configure-16352-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
prelink-0.0.20131005/configure:16353:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-16354-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
##############################################
prelink-0.0.20131005/configure-16357-      # MinGW DLLs use traditional 'lib' prefix
prelink-0.0.20131005/configure:16358:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure:16359:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/configure-16360-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
prelink-0.0.20131005/configure-16366-        # which wouldn't understand a cygwinified path. Ahh.
prelink-0.0.20131005/configure:16367:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/configure-16368-      else
prelink-0.0.20131005/configure:16369:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/configure-16370-      fi
##############################################
prelink-0.0.20131005/configure-16373-      # pw32 DLLs use 'pw' prefix rather than 'lib'
prelink-0.0.20131005/configure:16374:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/configure-16375-      ;;
##############################################
prelink-0.0.20131005/configure-16379-  *)
prelink-0.0.20131005/configure:16380:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
prelink-0.0.20131005/configure-16381-    ;;
##############################################
prelink-0.0.20131005/configure-16402-  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
prelink-0.0.20131005/configure:16403:  sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
prelink-0.0.20131005/configure-16404-  fi
##############################################
prelink-0.0.20131005/configure-16581-  (exit $ac_status); }; then
prelink-0.0.20131005/configure:16582:      case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/configure-16583-      *64-bit*)
##############################################
prelink-0.0.20131005/configure-16638-  shlibpath_var=LD_LIBRARY_PATH
prelink-0.0.20131005/configure:16639:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/configure-16640-    case $host_os in
##############################################
prelink-0.0.20131005/configure-17544-      # Double-quote double-evaled strings.
prelink-0.0.20131005/configure:17545:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/configure-17546-      ;;
prelink-0.0.20131005/configure-17547-    *)
prelink-0.0.20131005/configure:17548:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/configure-17549-      ;;
##############################################
prelink-0.0.20131005/configure-17554-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/configure:17555:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/configure-17556-    ;;
##############################################
prelink-0.0.20131005/configure-17985-      # Double-quote double-evaled strings.
prelink-0.0.20131005/configure:17986:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/configure-17987-      ;;
prelink-0.0.20131005/configure-17988-    *)
prelink-0.0.20131005/configure:17989:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/configure-17990-      ;;
##############################################
prelink-0.0.20131005/configure-17995-  *'\$0 --fallback-echo"')
prelink-0.0.20131005/configure:17996:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
prelink-0.0.20131005/configure-17997-    ;;
##############################################
prelink-0.0.20131005/configure-18937-do
prelink-0.0.20131005/configure:18938:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
prelink-0.0.20131005/configure-18939-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
prelink-0.0.20131005/configure-18944-fi
prelink-0.0.20131005/configure:18945:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
prelink-0.0.20131005/configure:18946:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
prelink-0.0.20131005/configure-18947-else
##############################################
prelink-0.0.20131005/configure-19063-fi
prelink-0.0.20131005/configure:19064:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
prelink-0.0.20131005/configure:19065:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
prelink-0.0.20131005/configure-19066-
prelink-0.0.20131005/configure-19067-fi
prelink-0.0.20131005/configure:19068:if test `eval echo '${'$as_ac_Header'}'` = yes; then
prelink-0.0.20131005/configure-19069-  cat >>confdefs.h <<_ACEOF
prelink-0.0.20131005/configure:19070:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
prelink-0.0.20131005/configure-19071-_ACEOF
##############################################
prelink-0.0.20131005/configure-19694-do
prelink-0.0.20131005/configure:19695:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
prelink-0.0.20131005/configure-19696-    eval $as_var=C; export $as_var
##############################################
prelink-0.0.20131005/configure-19752-  as_lineno_2=$LINENO
prelink-0.0.20131005/configure:19753:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
prelink-0.0.20131005/configure-19754-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
prelink-0.0.20131005/configure-19792-  as_lineno_2=$LINENO
prelink-0.0.20131005/configure:19793:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
prelink-0.0.20131005/configure-19794-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
prelink-0.0.20131005/configure-19973-configured by $0, generated by GNU Autoconf 2.57,
prelink-0.0.20131005/configure:19974:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
prelink-0.0.20131005/configure-19975-
##############################################
prelink-0.0.20131005/configure-19991-  --*=*)
prelink-0.0.20131005/configure:19992:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
prelink-0.0.20131005/configure:19993:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
prelink-0.0.20131005/configure-19994-    ac_shift=:
##############################################
prelink-0.0.20131005/configure-20271-      fi
prelink-0.0.20131005/configure:20272:      ac_sed_frag=`expr $ac_sed_frag + 1`
prelink-0.0.20131005/configure-20273-      ac_beg=$ac_end
prelink-0.0.20131005/configure:20274:      ac_end=`expr $ac_end + $ac_max_sed_lines`
prelink-0.0.20131005/configure-20275-    fi
##############################################
prelink-0.0.20131005/configure-20288-        cat >$tmp/stdin
prelink-0.0.20131005/configure:20289:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
prelink-0.0.20131005/configure:20290:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
prelink-0.0.20131005/configure:20291:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
prelink-0.0.20131005/configure:20292:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
prelink-0.0.20131005/configure-20293-  * )   ac_file_in=$ac_file.in ;;
##############################################
prelink-0.0.20131005/configure-20336-if test "$ac_dir" != .; then
prelink-0.0.20131005/configure:20337:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
prelink-0.0.20131005/configure-20338-  # A "../" for each directory in $ac_dir_suffix.
prelink-0.0.20131005/configure:20339:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
prelink-0.0.20131005/configure-20340-else
##############################################
prelink-0.0.20131005/configure-20349-    else
prelink-0.0.20131005/configure:20350:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
prelink-0.0.20131005/configure-20351-    fi ;;
##############################################
prelink-0.0.20131005/configure-20358-esac
prelink-0.0.20131005/configure:20359:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
prelink-0.0.20131005/configure-20360-# absolute.
prelink-0.0.20131005/configure:20361:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
prelink-0.0.20131005/configure:20362:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
prelink-0.0.20131005/configure:20363:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
prelink-0.0.20131005/configure:20364:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
prelink-0.0.20131005/configure-20365-
##############################################
prelink-0.0.20131005/configure-20468-        cat >$tmp/stdin
prelink-0.0.20131005/configure:20469:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
prelink-0.0.20131005/configure:20470:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
prelink-0.0.20131005/configure:20471:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
prelink-0.0.20131005/configure:20472:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
prelink-0.0.20131005/configure-20473-  * )   ac_file_in=$ac_file.in ;;
##############################################
prelink-0.0.20131005/configure-20677-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
prelink-0.0.20131005/configure:20678:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
prelink-0.0.20131005/configure:20679:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
prelink-0.0.20131005/configure-20680-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
prelink-0.0.20131005/configure-20694-if test "$ac_dir" != .; then
prelink-0.0.20131005/configure:20695:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
prelink-0.0.20131005/configure-20696-  # A "../" for each directory in $ac_dir_suffix.
prelink-0.0.20131005/configure:20697:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
prelink-0.0.20131005/configure-20698-else
##############################################
prelink-0.0.20131005/configure-20707-    else
prelink-0.0.20131005/configure:20708:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
prelink-0.0.20131005/configure-20709-    fi ;;
##############################################
prelink-0.0.20131005/configure-20716-esac
prelink-0.0.20131005/configure:20717:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
prelink-0.0.20131005/configure-20718-# absolute.
prelink-0.0.20131005/configure:20719:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
prelink-0.0.20131005/configure:20720:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
prelink-0.0.20131005/configure:20721:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
prelink-0.0.20131005/configure:20722:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
prelink-0.0.20131005/configure-20723-
##############################################
prelink-0.0.20131005/configure-20729-  # Strip MF so we end up with the name of the file.
prelink-0.0.20131005/configure:20730:  mf=`echo "$mf" | sed -e 's/:.*$//'`
prelink-0.0.20131005/configure-20731-  # Check whether this is an Automake generated Makefile or not.
##############################################
prelink-0.0.20131005/configure-20755-  # running `make'.
prelink-0.0.20131005/configure:20756:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
prelink-0.0.20131005/configure-20757-  test -z "$DEPDIR" && continue
prelink-0.0.20131005/configure-20758-  # When using ansi2knr, U may be empty or an underscore; expand it
prelink-0.0.20131005/configure:20759:  U=`sed -n -e '/^U = / s///p' < "$mf"`
prelink-0.0.20131005/configure-20760-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
prelink-0.0.20131005/depcomp-34-if test -z "$depfile"; then
prelink-0.0.20131005/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
prelink-0.0.20131005/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
prelink-0.0.20131005/depcomp-37-   if test "$dir" = "$object"; then
##############################################
prelink-0.0.20131005/depcomp-43-
prelink-0.0.20131005/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
prelink-0.0.20131005/depcomp-45-
##############################################
prelink-0.0.20131005/depcomp-177-  # $object doesn't have directory information.
prelink-0.0.20131005/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
prelink-0.0.20131005/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
prelink-0.0.20131005/depcomp-196-    # Do two passes, one to just change these to
prelink-0.0.20131005/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
prelink-0.0.20131005/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
prelink-0.0.20131005/depcomp-215-
prelink-0.0.20131005/depcomp:216:   base=`echo "$object" | sed -e 's/\.o$/.d/' -e 's/\.lo$/.d/'`
prelink-0.0.20131005/depcomp-217-   tmpdepfile1="$base.o.d"
##############################################
prelink-0.0.20131005/depcomp-315-    done
prelink-0.0.20131005/depcomp:316:    obj_suffix="`echo $object | sed 's/^.*\././'`"
prelink-0.0.20131005/depcomp-317-    touch "$tmpdepfile"
##############################################
prelink-0.0.20131005/m4/Makefile.in-106-distdir: $(DISTFILES)
prelink-0.0.20131005/m4/Makefile.in:107:	here=`cd $(top_builddir) && pwd`; \
prelink-0.0.20131005/m4/Makefile.in:108:	top_distdir=`cd $(top_distdir) && pwd`; \
prelink-0.0.20131005/m4/Makefile.in:109:	distdir=`cd $(distdir) && pwd`; \
prelink-0.0.20131005/m4/Makefile.in-110-	cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/Makefile.in-176-	dot_seen=no; \
prelink-0.0.20131005/Makefile.in:177:	target=`echo $@ | sed s/-recursive//`; \
prelink-0.0.20131005/Makefile.in-178-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
prelink-0.0.20131005/Makefile.in-206-	rev="$$rev ."; \
prelink-0.0.20131005/Makefile.in:207:	target=`echo $@ | sed s/-recursive//`; \
prelink-0.0.20131005/Makefile.in-208-	for subdir in $$rev; do \
##############################################
prelink-0.0.20131005/Makefile.in-256-GTAGS:
prelink-0.0.20131005/Makefile.in:257:	here=`$(am__cd) $(top_builddir) && pwd` \
prelink-0.0.20131005/Makefile.in-258-	  && cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/Makefile.in-280-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/Makefile.in:281:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/Makefile.in-282-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/Makefile.in-334-	chmod a-w $(distdir)
prelink-0.0.20131005/Makefile.in:335:	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
prelink-0.0.20131005/Makefile.in-336-	  && cd $(distdir)/=build \
##############################################
prelink-0.0.20131005/Makefile.in-344-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
prelink-0.0.20131005/Makefile.in:345:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
prelink-0.0.20131005/Makefile.in-346-	      || { echo "ERROR: files left after uninstall:" ; \
##############################################
prelink-0.0.20131005/Makefile.in-359-	fi
prelink-0.0.20131005/Makefile.in:360:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
prelink-0.0.20131005/Makefile.in-361-	  || { echo "ERROR: files left after distclean:" ; \
##############################################
prelink-0.0.20131005/patches/Makefile.in-135-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/patches/Makefile.in:136:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/patches/Makefile.in-137-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/gelfx32/Makefile.in-156-GTAGS:
prelink-0.0.20131005/gelfx32/Makefile.in:157:	here=`$(am__cd) $(top_builddir) && pwd` \
prelink-0.0.20131005/gelfx32/Makefile.in-158-	  && cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/gelfx32/Makefile.in-170-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/gelfx32/Makefile.in:171:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/gelfx32/Makefile.in-172-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/gelfx/Makefile.in-156-GTAGS:
prelink-0.0.20131005/gelfx/Makefile.in:157:	here=`$(am__cd) $(top_builddir) && pwd` \
prelink-0.0.20131005/gelfx/Makefile.in-158-	  && cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/gelfx/Makefile.in-170-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/gelfx/Makefile.in:171:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/gelfx/Makefile.in-172-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/aclocal.m4-144-# test to see if srcdir already configured
prelink-0.0.20131005/aclocal.m4:145:if test "`cd $srcdir && pwd`" != "`pwd`" &&
prelink-0.0.20131005/aclocal.m4-146-   test -f $srcdir/config.status; then
##############################################
prelink-0.0.20131005/aclocal.m4-300-if (
prelink-0.0.20131005/aclocal.m4:301:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
prelink-0.0.20131005/aclocal.m4-302-   if test "$[*]" = "X"; then
prelink-0.0.20131005/aclocal.m4-303-      # -L didn't work.
prelink-0.0.20131005/aclocal.m4:304:      set X `ls -t $srcdir/configure conftest.file`
prelink-0.0.20131005/aclocal.m4-305-   fi
##############################################
prelink-0.0.20131005/aclocal.m4-395-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
prelink-0.0.20131005/aclocal.m4:396:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
prelink-0.0.20131005/aclocal.m4-397-#
##############################################
prelink-0.0.20131005/aclocal.m4-419-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
prelink-0.0.20131005/aclocal.m4:420:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
prelink-0.0.20131005/aclocal.m4-421-# and then we would define $MISSING as
##############################################
prelink-0.0.20131005/aclocal.m4-436-# expand $ac_aux_dir to an absolute path
prelink-0.0.20131005/aclocal.m4:437:am_aux_dir=`cd $ac_aux_dir && pwd`
prelink-0.0.20131005/aclocal.m4-438-])
##############################################
prelink-0.0.20131005/aclocal.m4-570-  if test "$am_compiler_list" = ""; then
prelink-0.0.20131005/aclocal.m4:571:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
prelink-0.0.20131005/aclocal.m4-572-  fi
##############################################
prelink-0.0.20131005/aclocal.m4-674-  # Strip MF so we end up with the name of the file.
prelink-0.0.20131005/aclocal.m4:675:  mf=`echo "$mf" | sed -e 's/:.*$//'`
prelink-0.0.20131005/aclocal.m4-676-  # Check whether this is an Automake generated Makefile or not.
##############################################
prelink-0.0.20131005/aclocal.m4-682-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
prelink-0.0.20131005/aclocal.m4:683:    dirpart=`AS_DIRNAME("$mf")`
prelink-0.0.20131005/aclocal.m4-684-  else
##############################################
prelink-0.0.20131005/aclocal.m4-689-  # running `make'.
prelink-0.0.20131005/aclocal.m4:690:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
prelink-0.0.20131005/aclocal.m4-691-  test -z "$DEPDIR" && continue
prelink-0.0.20131005/aclocal.m4-692-  # When using ansi2knr, U may be empty or an underscore; expand it
prelink-0.0.20131005/aclocal.m4:693:  U=`sed -n -e '/^U = / s///p' < "$mf"`
prelink-0.0.20131005/aclocal.m4-694-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
prelink-0.0.20131005/aclocal.m4-710-    test -f "$dirpart/$file" && continue
prelink-0.0.20131005/aclocal.m4:711:    fdir=`AS_DIRNAME(["$file"])`
prelink-0.0.20131005/aclocal.m4-712-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
prelink-0.0.20131005/aclocal.m4-772-# case it prints its new name instead of `make'.
prelink-0.0.20131005/aclocal.m4:773:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
prelink-0.0.20131005/aclocal.m4-774-   am__include=include
##############################################
prelink-0.0.20131005/aclocal.m4-780-   echo '.include "confinc"' > confmf
prelink-0.0.20131005/aclocal.m4:781:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
prelink-0.0.20131005/aclocal.m4-782-      am__include=.include
##############################################
prelink-0.0.20131005/aclocal.m4-1103-  # Remove one level of quotation (which was required for Make).
prelink-0.0.20131005/aclocal.m4:1104:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
prelink-0.0.20131005/aclocal.m4-1105-  ;;
##############################################
prelink-0.0.20131005/aclocal.m4-1114-  :
prelink-0.0.20131005/aclocal.m4:1115:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
prelink-0.0.20131005/aclocal.m4-1116-  # Yippee, $echo works!
##############################################
prelink-0.0.20131005/aclocal.m4-1140-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
prelink-0.0.20131005/aclocal.m4:1141:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
prelink-0.0.20131005/aclocal.m4:1142:       echo_test_string="`eval $cmd`" &&
prelink-0.0.20131005/aclocal.m4-1143-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
prelink-0.0.20131005/aclocal.m4-1149-
prelink-0.0.20131005/aclocal.m4:1150:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1151:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1152-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1164-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
prelink-0.0.20131005/aclocal.m4:1165:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1166:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1167-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1176-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1177:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1178-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1191-      echo='printf %s\n'
prelink-0.0.20131005/aclocal.m4:1192:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1193:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1194-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1196-	:
prelink-0.0.20131005/aclocal.m4:1197:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1198-	   test "X$echo_testing_string" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1199:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1200-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1205-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
prelink-0.0.20131005/aclocal.m4:1206:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1207-	   test "X$echo_testing_string" = 'X\t' &&
prelink-0.0.20131005/aclocal.m4:1208:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
prelink-0.0.20131005/aclocal.m4-1209-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
prelink-0.0.20131005/aclocal.m4-1215-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
prelink-0.0.20131005/aclocal.m4:1216:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
prelink-0.0.20131005/aclocal.m4-1217-	  then
##############################################
prelink-0.0.20131005/aclocal.m4-1223-	if test "$prev" != 'sed 50q "[$]0"'; then
prelink-0.0.20131005/aclocal.m4:1224:	  echo_test_string=`eval $prev`
prelink-0.0.20131005/aclocal.m4-1225-	  export echo_test_string
##############################################
prelink-0.0.20131005/aclocal.m4-1262-  if AC_TRY_EVAL(ac_compile); then
prelink-0.0.20131005/aclocal.m4:1263:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/aclocal.m4-1264-    *ELF-32*)
##############################################
prelink-0.0.20131005/aclocal.m4-1278-   if test "$lt_cv_prog_gnu_ld" = yes; then
prelink-0.0.20131005/aclocal.m4:1279:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/aclocal.m4-1280-    *32-bit*)
##############################################
prelink-0.0.20131005/aclocal.m4-1290-   else
prelink-0.0.20131005/aclocal.m4:1291:    case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/aclocal.m4-1292-    *32-bit*)
##############################################
prelink-0.0.20131005/aclocal.m4-1489-    # we can't tell.
prelink-0.0.20131005/aclocal.m4:1490:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
prelink-0.0.20131005/aclocal.m4-1491-	       = "XX$testring") >/dev/null 2>&1 &&
prelink-0.0.20131005/aclocal.m4:1492:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
prelink-0.0.20131005/aclocal.m4-1493-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
prelink-0.0.20131005/aclocal.m4-1495-    do
prelink-0.0.20131005/aclocal.m4:1496:      i=`expr $i + 1`
prelink-0.0.20131005/aclocal.m4-1497-      testring=$testring$testring
##############################################
prelink-0.0.20131005/aclocal.m4-1502-    # It appears as though 1/2 is a usable value.
prelink-0.0.20131005/aclocal.m4:1503:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
prelink-0.0.20131005/aclocal.m4-1504-    ;;
##############################################
prelink-0.0.20131005/aclocal.m4-1794-  if test "$hard_links" = no; then
prelink-0.0.20131005/aclocal.m4:1795:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
prelink-0.0.20131005/aclocal.m4-1796-    need_locks=warn
##############################################
prelink-0.0.20131005/aclocal.m4-1909-if test "$GCC" = yes; then
prelink-0.0.20131005/aclocal.m4:1910:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/aclocal.m4-1911-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
prelink-0.0.20131005/aclocal.m4-1915-    # okay in the real world where ";" in dirpaths is itself problematic.
prelink-0.0.20131005/aclocal.m4:1916:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/aclocal.m4-1917-  else
prelink-0.0.20131005/aclocal.m4:1918:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/aclocal.m4-1919-  fi
##############################################
prelink-0.0.20131005/aclocal.m4-1986-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
prelink-0.0.20131005/aclocal.m4:1987:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
prelink-0.0.20131005/aclocal.m4-1988-  ;;
##############################################
prelink-0.0.20131005/aclocal.m4-2019-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
prelink-0.0.20131005/aclocal.m4:2020:    postinstall_cmds='base_file=`basename \${file}`~
prelink-0.0.20131005/aclocal.m4:2021:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
prelink-0.0.20131005/aclocal.m4:2022:      dldir=$destdir/`dirname \$dlpath`~
prelink-0.0.20131005/aclocal.m4-2023-      test -d \$dldir || mkdir -p \$dldir~
prelink-0.0.20131005/aclocal.m4-2024-      $install_prog $dir/$dlname \$dldir/$dlname'
prelink-0.0.20131005/aclocal.m4:2025:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
prelink-0.0.20131005/aclocal.m4-2026-      dlpath=$dir/\$dldll~
##############################################
prelink-0.0.20131005/aclocal.m4-2032-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
prelink-0.0.20131005/aclocal.m4:2033:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/aclocal.m4-2034-      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
##############################################
prelink-0.0.20131005/aclocal.m4-2037-      # MinGW DLLs use traditional 'lib' prefix
prelink-0.0.20131005/aclocal.m4:2038:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/aclocal.m4:2039:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
prelink-0.0.20131005/aclocal.m4-2040-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
prelink-0.0.20131005/aclocal.m4-2046-        # which wouldn't understand a cygwinified path. Ahh.
prelink-0.0.20131005/aclocal.m4:2047:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
prelink-0.0.20131005/aclocal.m4-2048-      else
prelink-0.0.20131005/aclocal.m4:2049:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
prelink-0.0.20131005/aclocal.m4-2050-      fi
##############################################
prelink-0.0.20131005/aclocal.m4-2053-      # pw32 DLLs use 'pw' prefix rather than 'lib'
prelink-0.0.20131005/aclocal.m4:2054:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
prelink-0.0.20131005/aclocal.m4-2055-      ;;
##############################################
prelink-0.0.20131005/aclocal.m4-2059-  *)
prelink-0.0.20131005/aclocal.m4:2060:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
prelink-0.0.20131005/aclocal.m4-2061-    ;;
##############################################
prelink-0.0.20131005/aclocal.m4-2082-  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 
prelink-0.0.20131005/aclocal.m4:2083:  sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
prelink-0.0.20131005/aclocal.m4-2084-  fi
##############################################
prelink-0.0.20131005/aclocal.m4-2257-    if AC_TRY_EVAL(ac_compile); then
prelink-0.0.20131005/aclocal.m4:2258:      case `/usr/bin/file conftest.$ac_objext` in
prelink-0.0.20131005/aclocal.m4-2259-      *64-bit*)
##############################################
prelink-0.0.20131005/aclocal.m4-2314-  shlibpath_var=LD_LIBRARY_PATH
prelink-0.0.20131005/aclocal.m4:2315:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/aclocal.m4-2316-    case $host_os in
##############################################
prelink-0.0.20131005/aclocal.m4-2443-  if test -z "$LTCC"; then
prelink-0.0.20131005/aclocal.m4:2444:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
prelink-0.0.20131005/aclocal.m4-2445-    if test -z "$LTCC"; then
##############################################
prelink-0.0.20131005/aclocal.m4-2447-    else
prelink-0.0.20131005/aclocal.m4:2448:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
prelink-0.0.20131005/aclocal.m4-2449-    fi
##############################################
prelink-0.0.20131005/aclocal.m4-2453-  # Note that this assumes the entire list is on one line.
prelink-0.0.20131005/aclocal.m4:2454:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
prelink-0.0.20131005/aclocal.m4-2455-
##############################################
prelink-0.0.20131005/aclocal.m4-2459-    # Check whether tagname contains only valid characters
prelink-0.0.20131005/aclocal.m4:2460:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
prelink-0.0.20131005/aclocal.m4-2461-    "") ;;
##############################################
prelink-0.0.20131005/aclocal.m4-2712-	"file_magic "*)
prelink-0.0.20131005/aclocal.m4:2713:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
prelink-0.0.20131005/aclocal.m4-2714-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
prelink-0.0.20131005/aclocal.m4-2784-    # gcc leaves a trailing carriage return which upsets mingw
prelink-0.0.20131005/aclocal.m4:2785:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
prelink-0.0.20131005/aclocal.m4-2786-  *)
prelink-0.0.20131005/aclocal.m4:2787:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
prelink-0.0.20131005/aclocal.m4-2788-  esac
##############################################
prelink-0.0.20131005/aclocal.m4-2793-      # Canonicalize the path of ld
prelink-0.0.20131005/aclocal.m4:2794:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
prelink-0.0.20131005/aclocal.m4-2795-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
prelink-0.0.20131005/aclocal.m4:2796:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
prelink-0.0.20131005/aclocal.m4-2797-      done
##############################################
prelink-0.0.20131005/aclocal.m4-2824-      # Break only if it was the GNU/non-GNU ld that we prefer.
prelink-0.0.20131005/aclocal.m4:2825:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
prelink-0.0.20131005/aclocal.m4-2826-      *GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/aclocal.m4-2855-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
prelink-0.0.20131005/aclocal.m4:2856:case `$LD -v 2>&1 </dev/null` in
prelink-0.0.20131005/aclocal.m4-2857-*GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/aclocal.m4-2996-  esac
prelink-0.0.20131005/aclocal.m4:2997:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
prelink-0.0.20131005/aclocal.m4-2998-  lt_cv_deplibs_check_method=pass_all
##############################################
prelink-0.0.20131005/aclocal.m4-3033-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
prelink-0.0.20131005/aclocal.m4:3034:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/aclocal.m4-3035-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
prelink-0.0.20131005/aclocal.m4-3110-      # Tru64's nm complains that /dev/null is an invalid object file
prelink-0.0.20131005/aclocal.m4:3111:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
prelink-0.0.20131005/aclocal.m4-3112-      */dev/null* | *'Invalid file or object type'*)
##############################################
prelink-0.0.20131005/aclocal.m4-3116-      *)
prelink-0.0.20131005/aclocal.m4:3117:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
prelink-0.0.20131005/aclocal.m4-3118-	*/dev/null*)
##############################################
prelink-0.0.20131005/aclocal.m4-3231-AC_REQUIRE([AC_PROG_CXXCPP])
prelink-0.0.20131005/aclocal.m4:3232:_LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`])
prelink-0.0.20131005/aclocal.m4-3233-])# _LT_AC_LANG_CXX
##############################################
prelink-0.0.20131005/aclocal.m4-3247-[AC_REQUIRE([AC_PROG_F77])
prelink-0.0.20131005/aclocal.m4:3248:_LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,F77" | sed 's/^,//'`])
prelink-0.0.20131005/aclocal.m4-3249-])# _LT_AC_LANG_F77
##############################################
prelink-0.0.20131005/aclocal.m4-3268-	   [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
prelink-0.0.20131005/aclocal.m4:3269:_LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,GCJ" | sed 's/^,//'`])
prelink-0.0.20131005/aclocal.m4-3270-])# _LT_AC_LANG_GCJ
##############################################
prelink-0.0.20131005/aclocal.m4-3277-[AC_REQUIRE([LT_AC_PROG_RC])
prelink-0.0.20131005/aclocal.m4:3278:_LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,RC" | sed 's/^,//'`])
prelink-0.0.20131005/aclocal.m4-3279-])# AC_LIBTOOL_RC
##############################################
prelink-0.0.20131005/aclocal.m4-3318-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
prelink-0.0.20131005/aclocal.m4:3319:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
prelink-0.0.20131005/aclocal.m4-3320-  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
prelink-0.0.20131005/aclocal.m4-3487-_LT_AC_TAGVAR(compiler, $1)=$CC
prelink-0.0.20131005/aclocal.m4:3488:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/aclocal.m4-3489-
##############################################
prelink-0.0.20131005/aclocal.m4-3517-    # ancient GNU ld didn't support --whole-archive et. al.
prelink-0.0.20131005/aclocal.m4:3518:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
prelink-0.0.20131005/aclocal.m4-3519-	grep 'no-whole-archive' > /dev/null; then
##############################################
prelink-0.0.20131005/aclocal.m4-3597-      # below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/aclocal.m4:3598:	collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/aclocal.m4-3599-	if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/aclocal.m4-3641-
prelink-0.0.20131005/aclocal.m4:3642:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/aclocal.m4-3643-     else
##############################################
prelink-0.0.20131005/aclocal.m4-3686-      # is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/aclocal.m4:3687:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/aclocal.m4-3688-	cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/aclocal.m4-3791-      # dependencies.
prelink-0.0.20131005/aclocal.m4:3792:      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; echo $list'
prelink-0.0.20131005/aclocal.m4-3793-      ;;
##############################################
prelink-0.0.20131005/aclocal.m4-3863-	# dependencies.
prelink-0.0.20131005/aclocal.m4:3864:	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; echo $list'
prelink-0.0.20131005/aclocal.m4-3865-	;;
##############################################
prelink-0.0.20131005/aclocal.m4-3888-	# SGI C++
prelink-0.0.20131005/aclocal.m4:3889:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-3890-
##############################################
prelink-0.0.20131005/aclocal.m4-3899-	  if test "$with_gnu_ld" = no; then
prelink-0.0.20131005/aclocal.m4:3900:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-3901-	  else
prelink-0.0.20131005/aclocal.m4:3902:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
prelink-0.0.20131005/aclocal.m4-3903-	  fi
##############################################
prelink-0.0.20131005/aclocal.m4-3918-	# to its proper name (with version) after linking.
prelink-0.0.20131005/aclocal.m4:3919:	_LT_AC_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'
prelink-0.0.20131005/aclocal.m4:3920:	_LT_AC_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'
prelink-0.0.20131005/aclocal.m4-3921-	# Commands to make compiler produce verbose output that lists
##############################################
prelink-0.0.20131005/aclocal.m4-3928-	# dependencies.
prelink-0.0.20131005/aclocal.m4:3929:	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; echo $list'
prelink-0.0.20131005/aclocal.m4-3930-
##############################################
prelink-0.0.20131005/aclocal.m4-3964-	# dependencies.
prelink-0.0.20131005/aclocal.m4:3965:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/aclocal.m4-3966-	;;
##############################################
prelink-0.0.20131005/aclocal.m4-4007-	# to its proper name (with version) after linking.
prelink-0.0.20131005/aclocal.m4:4008:	_LT_AC_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'
prelink-0.0.20131005/aclocal.m4-4009-
##############################################
prelink-0.0.20131005/aclocal.m4-4024-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/aclocal.m4:4025:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-4026-
##############################################
prelink-0.0.20131005/aclocal.m4-4037-	# dependencies.
prelink-0.0.20131005/aclocal.m4:4038:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/aclocal.m4-4039-	;;
##############################################
prelink-0.0.20131005/aclocal.m4-4042-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/aclocal.m4:4043:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-4044-
##############################################
prelink-0.0.20131005/aclocal.m4-4067-	# to its proper name (with version) after linking.
prelink-0.0.20131005/aclocal.m4:4068:	_LT_AC_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'
prelink-0.0.20131005/aclocal.m4-4069-
##############################################
prelink-0.0.20131005/aclocal.m4-4083-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
prelink-0.0.20131005/aclocal.m4:4084:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4:4085:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
prelink-0.0.20131005/aclocal.m4-4086-	  echo "-hidden">> $lib.exp~
prelink-0.0.20131005/aclocal.m4:4087:	  $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 $objdir/so_locations -o $lib~
prelink-0.0.20131005/aclocal.m4-4088-	  $rm $lib.exp'
##############################################
prelink-0.0.20131005/aclocal.m4-4100-	# dependencies.
prelink-0.0.20131005/aclocal.m4:4101:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
prelink-0.0.20131005/aclocal.m4-4102-	;;
##############################################
prelink-0.0.20131005/aclocal.m4-4105-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/aclocal.m4:4106:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-4107-
##############################################
prelink-0.0.20131005/aclocal.m4-4188-	# dependencies.
prelink-0.0.20131005/aclocal.m4:4189:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
prelink-0.0.20131005/aclocal.m4-4190-
##############################################
prelink-0.0.20131005/aclocal.m4-4345-  # eval without this substitution.
prelink-0.0.20131005/aclocal.m4:4346:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
prelink-0.0.20131005/aclocal.m4-4347-
prelink-0.0.20131005/aclocal.m4:4348:  for p in `eval $output_verbose_link_cmd`; do
prelink-0.0.20131005/aclocal.m4-4349-    case $p in
##############################################
prelink-0.0.20131005/aclocal.m4-4476-_LT_AC_TAGVAR(compiler, $1)=$CC
prelink-0.0.20131005/aclocal.m4:4477:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/aclocal.m4-4478-
##############################################
prelink-0.0.20131005/aclocal.m4-4693-      # Double-quote double-evaled strings.
prelink-0.0.20131005/aclocal.m4:4694:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
prelink-0.0.20131005/aclocal.m4-4695-      ;;
prelink-0.0.20131005/aclocal.m4-4696-    *)
prelink-0.0.20131005/aclocal.m4:4697:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
prelink-0.0.20131005/aclocal.m4-4698-      ;;
##############################################
prelink-0.0.20131005/aclocal.m4-4703-  *'\[$]0 --fallback-echo"')
prelink-0.0.20131005/aclocal.m4:4704:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
prelink-0.0.20131005/aclocal.m4-4705-    ;;
##############################################
prelink-0.0.20131005/aclocal.m4-4718-
prelink-0.0.20131005/aclocal.m4:4719:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
prelink-0.0.20131005/aclocal.m4-4720-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
prelink-0.0.20131005/aclocal.m4-5180-# If we're using GNU nm, then use its standard symbol codes.
prelink-0.0.20131005/aclocal.m4:5181:case `$NM -V 2>&1` in
prelink-0.0.20131005/aclocal.m4-5182-*GNU* | *'with BFD'*)
##############################################
prelink-0.0.20131005/aclocal.m4-5210-    nlist=conftest.nm
prelink-0.0.20131005/aclocal.m4:5211:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
prelink-0.0.20131005/aclocal.m4-5212-      # Try sorting and uniquifying the output.
##############################################
prelink-0.0.20131005/aclocal.m4-5901-	# is EXPORTS), use it as is; otherwise, prepend...
prelink-0.0.20131005/aclocal.m4:5902:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
prelink-0.0.20131005/aclocal.m4-5903-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
prelink-0.0.20131005/aclocal.m4-5956-      supports_anon_versioning=no
prelink-0.0.20131005/aclocal.m4:5957:      case `$LD -v 2>/dev/null` in
prelink-0.0.20131005/aclocal.m4-5958-        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
prelink-0.0.20131005/aclocal.m4-6062-	# below for broken collect2 doesn't work under 4.3+
prelink-0.0.20131005/aclocal.m4:6063:	  collect2name=`${CC} -print-prog-name=collect2`
prelink-0.0.20131005/aclocal.m4-6064-	  if test -f "$collect2name" && \
##############################################
prelink-0.0.20131005/aclocal.m4-6105-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
prelink-0.0.20131005/aclocal.m4:6106:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
prelink-0.0.20131005/aclocal.m4-6107-       else
##############################################
prelink-0.0.20131005/aclocal.m4-6154-      # FIXME: Setting linknames here is a bad hack.
prelink-0.0.20131005/aclocal.m4:6155:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
prelink-0.0.20131005/aclocal.m4-6156-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
prelink-0.0.20131005/aclocal.m4-6159-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
prelink-0.0.20131005/aclocal.m4:6160:      fix_srcfile_path='`cygpath -w "$srcfile"`'
prelink-0.0.20131005/aclocal.m4-6161-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
prelink-0.0.20131005/aclocal.m4-6311-      if test "$GCC" = yes; then
prelink-0.0.20131005/aclocal.m4:6312:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-6313-      else
prelink-0.0.20131005/aclocal.m4:6314:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-6315-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
prelink-0.0.20131005/aclocal.m4-6343-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
prelink-0.0.20131005/aclocal.m4:6344:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
prelink-0.0.20131005/aclocal.m4-6345-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
prelink-0.0.20131005/aclocal.m4-6372-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/aclocal.m4:6373:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-6374-      else
prelink-0.0.20131005/aclocal.m4-6375-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
prelink-0.0.20131005/aclocal.m4:6376:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-6377-      fi
##############################################
prelink-0.0.20131005/aclocal.m4-6384-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
prelink-0.0.20131005/aclocal.m4:6385:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4-6386-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
prelink-0.0.20131005/aclocal.m4-6388-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
prelink-0.0.20131005/aclocal.m4:6389:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
prelink-0.0.20131005/aclocal.m4:6390:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
prelink-0.0.20131005/aclocal.m4:6391:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
prelink-0.0.20131005/aclocal.m4-6392-
##############################################
prelink-0.0.20131005/aclocal.m4-6565-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
prelink-0.0.20131005/aclocal.m4:6566:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
prelink-0.0.20131005/aclocal.m4-6567-        then
##############################################
prelink-0.0.20131005/aclocal.m4-6701-    test $lt_ac_count -gt 10 && break
prelink-0.0.20131005/aclocal.m4:6702:    lt_ac_count=`expr $lt_ac_count + 1`
prelink-0.0.20131005/aclocal.m4-6703-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
prelink-0.0.20131005/config.sub-54-
prelink-0.0.20131005/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
prelink-0.0.20131005/config.sub-56-
##############################################
prelink-0.0.20131005/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
prelink-0.0.20131005/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
prelink-0.0.20131005/config.sub-120-case $maybe_os in
##############################################
prelink-0.0.20131005/config.sub-122-    os=-$maybe_os
prelink-0.0.20131005/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
prelink-0.0.20131005/config.sub-124-    ;;
prelink-0.0.20131005/config.sub-125-  *)
prelink-0.0.20131005/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
prelink-0.0.20131005/config.sub-127-    if [ $basic_machine != $1 ]
prelink-0.0.20131005/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
prelink-0.0.20131005/config.sub-129-    else os=; fi
##############################################
prelink-0.0.20131005/config.sub-173-		os=-sco3.2v5
prelink-0.0.20131005/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-175-		;;
##############################################
prelink-0.0.20131005/config.sub-177-		os=-sco3.2v4
prelink-0.0.20131005/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-179-		;;
prelink-0.0.20131005/config.sub-180-	-sco3.2.[4-9]*)
prelink-0.0.20131005/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
prelink-0.0.20131005/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-183-		;;
##############################################
prelink-0.0.20131005/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
prelink-0.0.20131005/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-187-		;;
##############################################
prelink-0.0.20131005/config.sub-189-		os=-sco3.2v2
prelink-0.0.20131005/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-191-		;;
prelink-0.0.20131005/config.sub-192-	-udk*)
prelink-0.0.20131005/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-194-		;;
##############################################
prelink-0.0.20131005/config.sub-196-		os=-isc2.2
prelink-0.0.20131005/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-198-		;;
##############################################
prelink-0.0.20131005/config.sub-202-	-isc*)
prelink-0.0.20131005/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
prelink-0.0.20131005/config.sub-204-		;;
##############################################
prelink-0.0.20131005/config.sub-208-	-ptx*)
prelink-0.0.20131005/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
prelink-0.0.20131005/config.sub-210-		;;
prelink-0.0.20131005/config.sub-211-	-windowsnt*)
prelink-0.0.20131005/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
prelink-0.0.20131005/config.sub-213-		;;
##############################################
prelink-0.0.20131005/config.sub-284-	*-*-*)
prelink-0.0.20131005/config.sub:285:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
prelink-0.0.20131005/config.sub-286-		exit 1
##############################################
prelink-0.0.20131005/config.sub-569-	i*86v32)
prelink-0.0.20131005/config.sub:570:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
prelink-0.0.20131005/config.sub-571-		os=-sysv32
##############################################
prelink-0.0.20131005/config.sub-573-	i*86v4*)
prelink-0.0.20131005/config.sub:574:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
prelink-0.0.20131005/config.sub-575-		os=-sysv4
##############################################
prelink-0.0.20131005/config.sub-577-	i*86v)
prelink-0.0.20131005/config.sub:578:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
prelink-0.0.20131005/config.sub-579-		os=-sysv
##############################################
prelink-0.0.20131005/config.sub-581-	i*86sol2)
prelink-0.0.20131005/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
prelink-0.0.20131005/config.sub-583-		os=-solaris2
##############################################
prelink-0.0.20131005/config.sub-629-	mips3*-*)
prelink-0.0.20131005/config.sub:630:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
prelink-0.0.20131005/config.sub-631-		;;
prelink-0.0.20131005/config.sub-632-	mips3*)
prelink-0.0.20131005/config.sub:633:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
prelink-0.0.20131005/config.sub-634-		;;
##############################################
prelink-0.0.20131005/config.sub-764-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
prelink-0.0.20131005/config.sub:765:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-766-		;;
prelink-0.0.20131005/config.sub-767-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
prelink-0.0.20131005/config.sub:768:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-769-		;;
prelink-0.0.20131005/config.sub-770-	pentiumii-* | pentium2-*)
prelink-0.0.20131005/config.sub:771:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-772-		;;
##############################################
prelink-0.0.20131005/config.sub-779-		;;
prelink-0.0.20131005/config.sub:780:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-781-		;;
##############################################
prelink-0.0.20131005/config.sub-785-	ppcle-* | powerpclittle-*)
prelink-0.0.20131005/config.sub:786:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-787-		;;
##############################################
prelink-0.0.20131005/config.sub-789-		;;
prelink-0.0.20131005/config.sub:790:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-791-		;;
##############################################
prelink-0.0.20131005/config.sub-795-	ppc64le-* | powerpc64little-*)
prelink-0.0.20131005/config.sub:796:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
prelink-0.0.20131005/config.sub-797-		;;
##############################################
prelink-0.0.20131005/config.sub-1057-	*)
prelink-0.0.20131005/config.sub:1058:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
prelink-0.0.20131005/config.sub-1059-		exit 1
##############################################
prelink-0.0.20131005/config.sub-1065-	*-digital*)
prelink-0.0.20131005/config.sub:1066:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
prelink-0.0.20131005/config.sub-1067-		;;
prelink-0.0.20131005/config.sub-1068-	*-commodore*)
prelink-0.0.20131005/config.sub:1069:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
prelink-0.0.20131005/config.sub-1070-		;;
##############################################
prelink-0.0.20131005/config.sub-1083-	-solaris1 | -solaris1.*)
prelink-0.0.20131005/config.sub:1084:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
prelink-0.0.20131005/config.sub-1085-		;;
##############################################
prelink-0.0.20131005/config.sub-1095-	-gnu/linux*)
prelink-0.0.20131005/config.sub:1096:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
prelink-0.0.20131005/config.sub-1097-		;;
##############################################
prelink-0.0.20131005/config.sub-1139-	-mac*)
prelink-0.0.20131005/config.sub:1140:		os=`echo $os | sed -e 's|mac|macos|'`
prelink-0.0.20131005/config.sub-1141-		;;
prelink-0.0.20131005/config.sub-1142-	-linux*)
prelink-0.0.20131005/config.sub:1143:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
prelink-0.0.20131005/config.sub-1144-		;;
prelink-0.0.20131005/config.sub-1145-	-sunos5*)
prelink-0.0.20131005/config.sub:1146:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
prelink-0.0.20131005/config.sub-1147-		;;
prelink-0.0.20131005/config.sub-1148-	-sunos6*)
prelink-0.0.20131005/config.sub:1149:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
prelink-0.0.20131005/config.sub-1150-		;;
##############################################
prelink-0.0.20131005/config.sub-1191-	-sinix5.*)
prelink-0.0.20131005/config.sub:1192:		os=`echo $os | sed -e 's|sinix|sysv|'`
prelink-0.0.20131005/config.sub-1193-		;;
##############################################
prelink-0.0.20131005/config.sub-1230-		# Get rid of the `-' at the beginning of $os.
prelink-0.0.20131005/config.sub:1231:		os=`echo $os | sed 's/[^-]*-//'`
prelink-0.0.20131005/config.sub:1232:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
prelink-0.0.20131005/config.sub-1233-		exit 1
##############################################
prelink-0.0.20131005/config.sub-1457-		esac
prelink-0.0.20131005/config.sub:1458:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
prelink-0.0.20131005/config.sub-1459-		;;
##############################################
prelink-0.0.20131005/install-sh-85-
prelink-0.0.20131005/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
prelink-0.0.20131005/install-sh-87-	    shift
##############################################
prelink-0.0.20131005/install-sh-89-
prelink-0.0.20131005/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
prelink-0.0.20131005/install-sh-91-	    shift
##############################################
prelink-0.0.20131005/install-sh-151-	then
prelink-0.0.20131005/install-sh:152:		dst="$dst"/`basename $src`
prelink-0.0.20131005/install-sh-153-	else
##############################################
prelink-0.0.20131005/install-sh-158-## this sed command emulates the dirname command
prelink-0.0.20131005/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
prelink-0.0.20131005/install-sh-160-
##############################################
prelink-0.0.20131005/install-sh-172-IFS='%'
prelink-0.0.20131005/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
prelink-0.0.20131005/install-sh-174-IFS="${oIFS}"
##############################################
prelink-0.0.20131005/install-sh-206-	then
prelink-0.0.20131005/install-sh:207:		dstfile=`basename $dst`
prelink-0.0.20131005/install-sh-208-	else
##############################################
prelink-0.0.20131005/install-sh-216-	then
prelink-0.0.20131005/install-sh:217:		dstfile=`basename $dst`
prelink-0.0.20131005/install-sh-218-	else
##############################################
prelink-0.0.20131005/ltmain.sh-33-  :
prelink-0.0.20131005/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
prelink-0.0.20131005/ltmain.sh-35-  # Yippee, $echo works!
##############################################
prelink-0.0.20131005/ltmain.sh-51-# The name of this program.
prelink-0.0.20131005/ltmain.sh:52:progname=`$echo "$0" | sed 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-53-modename="$progname"
##############################################
prelink-0.0.20131005/ltmain.sh-114-  case $arg in
prelink-0.0.20131005/ltmain.sh:115:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
prelink-0.0.20131005/ltmain.sh-116-  *) optarg= ;;
##############################################
prelink-0.0.20131005/ltmain.sh-287-	prev=
prelink-0.0.20131005/ltmain.sh:288:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-289-
##############################################
prelink-0.0.20131005/ltmain.sh-339-      -Wc,*)
prelink-0.0.20131005/ltmain.sh:340:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
prelink-0.0.20131005/ltmain.sh-341-	lastarg=
##############################################
prelink-0.0.20131005/ltmain.sh-356-	IFS="$save_ifs"
prelink-0.0.20131005/ltmain.sh:357:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
prelink-0.0.20131005/ltmain.sh-358-
##############################################
prelink-0.0.20131005/ltmain.sh-391-      # interpreted inside of double-quoted scrings.
prelink-0.0.20131005/ltmain.sh:392:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-393-
##############################################
prelink-0.0.20131005/ltmain.sh-415-      # Get the name of the library object.
prelink-0.0.20131005/ltmain.sh:416:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-417-      ;;
##############################################
prelink-0.0.20131005/ltmain.sh-430-    *.ads) xform=ads ;;
prelink-0.0.20131005/ltmain.sh:431:    *.asm) xform=asm ;;
prelink-0.0.20131005/ltmain.sh-432-    *.c++) xform=c++ ;;
##############################################
prelink-0.0.20131005/ltmain.sh-439-
prelink-0.0.20131005/ltmain.sh:440:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
prelink-0.0.20131005/ltmain.sh-441-
prelink-0.0.20131005/ltmain.sh-442-    case $libobj in
prelink-0.0.20131005/ltmain.sh:443:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
prelink-0.0.20131005/ltmain.sh-444-    *)
##############################################
prelink-0.0.20131005/ltmain.sh-479-    if test "$compiler_c_o" = no; then
prelink-0.0.20131005/ltmain.sh:480:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
prelink-0.0.20131005/ltmain.sh-481-      lockfile="$output_obj.lock"
##############################################
prelink-0.0.20131005/ltmain.sh-499-*** ERROR, $lockfile exists and contains:
prelink-0.0.20131005/ltmain.sh:500:`cat $lockfile 2>/dev/null`
prelink-0.0.20131005/ltmain.sh-501-
##############################################
prelink-0.0.20131005/ltmain.sh-532-	lo_libobj="$libobj"
prelink-0.0.20131005/ltmain.sh:533:	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-534-	if test "X$dir" = "X$libobj"; then
##############################################
prelink-0.0.20131005/ltmain.sh-538-	fi
prelink-0.0.20131005/ltmain.sh:539:	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-540-
##############################################
prelink-0.0.20131005/ltmain.sh-569-      if test "$need_locks" = warn &&
prelink-0.0.20131005/ltmain.sh:570:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
prelink-0.0.20131005/ltmain.sh-571-	echo "\
prelink-0.0.20131005/ltmain.sh-572-*** ERROR, $lockfile contains:
prelink-0.0.20131005/ltmain.sh:573:`cat $lockfile 2>/dev/null`
prelink-0.0.20131005/ltmain.sh-574-
##############################################
prelink-0.0.20131005/ltmain.sh-616-
prelink-0.0.20131005/ltmain.sh:617:	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-618-	if test "X$xdir" = "X$obj"; then
##############################################
prelink-0.0.20131005/ltmain.sh-622-	fi
prelink-0.0.20131005/ltmain.sh:623:	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`
prelink-0.0.20131005/ltmain.sh:624:	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
prelink-0.0.20131005/ltmain.sh-625-	# Now arrange that obj and lo_libobj become the same file
##############################################
prelink-0.0.20131005/ltmain.sh-668-      if test "$need_locks" = warn &&
prelink-0.0.20131005/ltmain.sh:669:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
prelink-0.0.20131005/ltmain.sh-670-	echo "\
prelink-0.0.20131005/ltmain.sh-671-*** ERROR, $lockfile contains:
prelink-0.0.20131005/ltmain.sh:672:`cat $lockfile 2>/dev/null`
prelink-0.0.20131005/ltmain.sh-673-
##############################################
prelink-0.0.20131005/ltmain.sh-822-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
prelink-0.0.20131005/ltmain.sh:823:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
prelink-0.0.20131005/ltmain.sh-824-	;;
##############################################
prelink-0.0.20131005/ltmain.sh-1016-      -L*)
prelink-0.0.20131005/ltmain.sh:1017:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
prelink-0.0.20131005/ltmain.sh-1018-	# We need an absolute path.
##############################################
prelink-0.0.20131005/ltmain.sh-1021-	*)
prelink-0.0.20131005/ltmain.sh:1022:	  absdir=`cd "$dir" && pwd`
prelink-0.0.20131005/ltmain.sh-1023-	  if test -z "$absdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-1122-      -R*)
prelink-0.0.20131005/ltmain.sh:1123:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
prelink-0.0.20131005/ltmain.sh-1124-	# We need an absolute path.
##############################################
prelink-0.0.20131005/ltmain.sh-1158-      -Wc,*)
prelink-0.0.20131005/ltmain.sh:1159:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
prelink-0.0.20131005/ltmain.sh-1160-	arg=
##############################################
prelink-0.0.20131005/ltmain.sh-1172-	IFS="$save_ifs"
prelink-0.0.20131005/ltmain.sh:1173:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
prelink-0.0.20131005/ltmain.sh-1174-	;;
##############################################
prelink-0.0.20131005/ltmain.sh-1176-      -Wl,*)
prelink-0.0.20131005/ltmain.sh:1177:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
prelink-0.0.20131005/ltmain.sh-1178-	arg=
##############################################
prelink-0.0.20131005/ltmain.sh-1191-	IFS="$save_ifs"
prelink-0.0.20131005/ltmain.sh:1192:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
prelink-0.0.20131005/ltmain.sh-1193-	;;
##############################################
prelink-0.0.20131005/ltmain.sh-1208-	# to be aesthetically quoted because they are evaled later.
prelink-0.0.20131005/ltmain.sh:1209:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-1210-	case $arg in
##############################################
prelink-0.0.20131005/ltmain.sh-1232-	  # Preload the old-style object.
prelink-0.0.20131005/ltmain.sh:1233:	  dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-1234-	  prev=
##############################################
prelink-0.0.20131005/ltmain.sh-1270-	# to be aesthetically quoted because they are evaled later.
prelink-0.0.20131005/ltmain.sh:1271:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-1272-	case $arg in
##############################################
prelink-0.0.20131005/ltmain.sh-1299-    # calculate the name of the file, without its directory
prelink-0.0.20131005/ltmain.sh:1300:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-1301-    libobjs_save="$libobjs"
##############################################
prelink-0.0.20131005/ltmain.sh-1304-      # get the directories listed in $shlibpath_var
prelink-0.0.20131005/ltmain.sh:1305:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
prelink-0.0.20131005/ltmain.sh-1306-    else
##############################################
prelink-0.0.20131005/ltmain.sh-1311-
prelink-0.0.20131005/ltmain.sh:1312:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-1313-    if test "X$output_objdir" = "X$output"; then
##############################################
prelink-0.0.20131005/ltmain.sh-1427-	  fi
prelink-0.0.20131005/ltmain.sh:1428:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
prelink-0.0.20131005/ltmain.sh-1429-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
prelink-0.0.20131005/ltmain.sh-1454-	    newdependency_libs="$deplib $newdependency_libs"
prelink-0.0.20131005/ltmain.sh:1455:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
prelink-0.0.20131005/ltmain.sh-1456-	    ;;
##############################################
prelink-0.0.20131005/ltmain.sh-1463-	      deplibs="$deplib $deplibs"
prelink-0.0.20131005/ltmain.sh:1464:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
prelink-0.0.20131005/ltmain.sh-1465-	    else
##############################################
prelink-0.0.20131005/ltmain.sh-1477-	  if test "$pass" = link; then
prelink-0.0.20131005/ltmain.sh:1478:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
prelink-0.0.20131005/ltmain.sh-1479-	    # Make sure the xrpath contains only unique directories.
##############################################
prelink-0.0.20131005/ltmain.sh-1550-
prelink-0.0.20131005/ltmain.sh:1551:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-1552-	test "X$ladir" = "X$lib" && ladir="."
##############################################
prelink-0.0.20131005/ltmain.sh-1635-	*)
prelink-0.0.20131005/ltmain.sh:1636:	  abs_ladir=`cd "$ladir" && pwd`
prelink-0.0.20131005/ltmain.sh-1637-	  if test -z "$abs_ladir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-1643-	esac
prelink-0.0.20131005/ltmain.sh:1644:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-1645-
##############################################
prelink-0.0.20131005/ltmain.sh-1662-	fi # $installed = yes
prelink-0.0.20131005/ltmain.sh:1663:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
prelink-0.0.20131005/ltmain.sh-1664-
##############################################
prelink-0.0.20131005/ltmain.sh-1708-	    case $deplib in
prelink-0.0.20131005/ltmain.sh:1709:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
prelink-0.0.20131005/ltmain.sh-1710-	    esac
##############################################
prelink-0.0.20131005/ltmain.sh-1787-	    shift; shift
prelink-0.0.20131005/ltmain.sh:1788:	    libname=`eval \\$echo \"$libname_spec\"`
prelink-0.0.20131005/ltmain.sh-1789-	    # use dlname if we got it. it's perfectly good, no?
##############################################
prelink-0.0.20131005/ltmain.sh-1795-	      *cygwin*)
prelink-0.0.20131005/ltmain.sh:1796:		major=`expr $current - $age`
prelink-0.0.20131005/ltmain.sh-1797-		versuffix="-$major"
##############################################
prelink-0.0.20131005/ltmain.sh-1806-	    soroot="$soname"
prelink-0.0.20131005/ltmain.sh:1807:	    soname=`echo $soroot | sed -e 's/^.*\///'`
prelink-0.0.20131005/ltmain.sh:1808:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
prelink-0.0.20131005/ltmain.sh-1809-
##############################################
prelink-0.0.20131005/ltmain.sh-2021-	      case $libdir in
prelink-0.0.20131005/ltmain.sh:2022:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
prelink-0.0.20131005/ltmain.sh-2023-		   case " $xrpath " in
##############################################
prelink-0.0.20131005/ltmain.sh-2053-	      *.la)
prelink-0.0.20131005/ltmain.sh:2054:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-2055-		test "X$dir" = "X$deplib" && dir="."
##############################################
prelink-0.0.20131005/ltmain.sh-2059-		*)
prelink-0.0.20131005/ltmain.sh:2060:		  absdir=`cd "$dir" && pwd`
prelink-0.0.20131005/ltmain.sh-2061-		  if test -z "$absdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-2069-		else
prelink-0.0.20131005/ltmain.sh:2070:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
prelink-0.0.20131005/ltmain.sh-2071-		  if test -z "$libdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-2197-      lib*)
prelink-0.0.20131005/ltmain.sh:2198:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
prelink-0.0.20131005/ltmain.sh-2199-	eval libname=\"$libname_spec\"
##############################################
prelink-0.0.20131005/ltmain.sh-2202-	if test "$module" = no; then
prelink-0.0.20131005/ltmain.sh:2203:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
prelink-0.0.20131005/ltmain.sh-2204-	  $echo "$help" 1>&2
##############################################
prelink-0.0.20131005/ltmain.sh-2208-	  # Add the "lib" prefix for modules if required
prelink-0.0.20131005/ltmain.sh:2209:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
prelink-0.0.20131005/ltmain.sh-2210-	  eval libname=\"$libname_spec\"
prelink-0.0.20131005/ltmain.sh-2211-	else
prelink-0.0.20131005/ltmain.sh:2212:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
prelink-0.0.20131005/ltmain.sh-2213-	fi
##############################################
prelink-0.0.20131005/ltmain.sh-2301-	if test "$age" -gt "$current"; then
prelink-0.0.20131005/ltmain.sh:2302:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
prelink-0.0.20131005/ltmain.sh-2303-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
prelink-0.0.20131005/ltmain.sh-2316-	  # verstring for coding it into the library header
prelink-0.0.20131005/ltmain.sh:2317:	  major=.`expr $current - $age`
prelink-0.0.20131005/ltmain.sh-2318-	  versuffix="$major.$age.$revision"
prelink-0.0.20131005/ltmain.sh-2319-	  # Darwin ld doesn't like 0 for these options...
prelink-0.0.20131005/ltmain.sh:2320:	  minor_current=`expr $current + 1`
prelink-0.0.20131005/ltmain.sh-2321-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
prelink-0.0.20131005/ltmain.sh-2334-	irix)
prelink-0.0.20131005/ltmain.sh:2335:	  major=`expr $current - $age + 1`
prelink-0.0.20131005/ltmain.sh-2336-	  verstring="sgi$major.$revision"
##############################################
prelink-0.0.20131005/ltmain.sh-2340-	  while test "$loop" -ne 0; do
prelink-0.0.20131005/ltmain.sh:2341:	    iface=`expr $revision - $loop`
prelink-0.0.20131005/ltmain.sh:2342:	    loop=`expr $loop - 1`
prelink-0.0.20131005/ltmain.sh-2343-	    verstring="sgi$major.$iface:$verstring"
##############################################
prelink-0.0.20131005/ltmain.sh-2351-	linux)
prelink-0.0.20131005/ltmain.sh:2352:	  major=.`expr $current - $age`
prelink-0.0.20131005/ltmain.sh-2353-	  versuffix="$major.$age.$revision"
##############################################
prelink-0.0.20131005/ltmain.sh-2356-	osf)
prelink-0.0.20131005/ltmain.sh:2357:	  major=`expr $current - $age`
prelink-0.0.20131005/ltmain.sh-2358-	  versuffix=".$current.$age.$revision"
##############################################
prelink-0.0.20131005/ltmain.sh-2363-	  while test "$loop" -ne 0; do
prelink-0.0.20131005/ltmain.sh:2364:	    iface=`expr $current - $loop`
prelink-0.0.20131005/ltmain.sh:2365:	    loop=`expr $loop - 1`
prelink-0.0.20131005/ltmain.sh-2366-	    verstring="$verstring:${iface}.0"
##############################################
prelink-0.0.20131005/ltmain.sh-2380-	  # extension on DOS 8.3 filesystems.
prelink-0.0.20131005/ltmain.sh:2381:	  major=`expr $current - $age`
prelink-0.0.20131005/ltmain.sh-2382-	  versuffix="-$major"
##############################################
prelink-0.0.20131005/ltmain.sh-2443-	# Transform .lo files to .o files.
prelink-0.0.20131005/ltmain.sh:2444:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh-2445-      fi
##############################################
prelink-0.0.20131005/ltmain.sh-2448-      for path in $notinst_path; do
prelink-0.0.20131005/ltmain.sh:2449:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
prelink-0.0.20131005/ltmain.sh:2450:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
prelink-0.0.20131005/ltmain.sh:2451:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
prelink-0.0.20131005/ltmain.sh-2452-      done
##############################################
prelink-0.0.20131005/ltmain.sh-2550-	    for i in $deplibs; do
prelink-0.0.20131005/ltmain.sh:2551:	      name="`expr $i : '-l\(.*\)'`"
prelink-0.0.20131005/ltmain.sh-2552-	      # If $name is empty we are operating on a -L argument.
prelink-0.0.20131005/ltmain.sh-2553-	      if test -n "$name" && test "$name" != "0"; then
prelink-0.0.20131005/ltmain.sh:2554:		libname=`eval \\$echo \"$libname_spec\"`
prelink-0.0.20131005/ltmain.sh:2555:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
prelink-0.0.20131005/ltmain.sh-2556-		set dummy $deplib_matches
prelink-0.0.20131005/ltmain.sh-2557-		deplib_match=$2
prelink-0.0.20131005/ltmain.sh:2558:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
prelink-0.0.20131005/ltmain.sh-2559-		  newdeplibs="$newdeplibs $i"
##############################################
prelink-0.0.20131005/ltmain.sh-2575-	    for i in $deplibs; do
prelink-0.0.20131005/ltmain.sh:2576:	      name="`expr $i : '-l\(.*\)'`"
prelink-0.0.20131005/ltmain.sh-2577-	     # If $name is empty we are operating on a -L argument.
##############################################
prelink-0.0.20131005/ltmain.sh-2583-		  ldd_output=`ldd conftest`
prelink-0.0.20131005/ltmain.sh:2584:		  libname=`eval \\$echo \"$libname_spec\"`
prelink-0.0.20131005/ltmain.sh:2585:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
prelink-0.0.20131005/ltmain.sh-2586-		  set dummy $deplib_matches
prelink-0.0.20131005/ltmain.sh-2587-		  deplib_match=$2
prelink-0.0.20131005/ltmain.sh:2588:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
prelink-0.0.20131005/ltmain.sh-2589-		    newdeplibs="$newdeplibs $i"
##############################################
prelink-0.0.20131005/ltmain.sh-2613-	  set dummy $deplibs_check_method
prelink-0.0.20131005/ltmain.sh:2614:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
prelink-0.0.20131005/ltmain.sh-2615-	  for a_deplib in $deplibs; do
prelink-0.0.20131005/ltmain.sh:2616:	    name="`expr $a_deplib : '-l\(.*\)'`"
prelink-0.0.20131005/ltmain.sh-2617-	    # If $name is empty we are operating on a -L argument.
prelink-0.0.20131005/ltmain.sh-2618-	    if test -n "$name" && test "$name" != "0"; then
prelink-0.0.20131005/ltmain.sh:2619:	      libname=`eval \\$echo \"$libname_spec\"`
prelink-0.0.20131005/ltmain.sh-2620-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
prelink-0.0.20131005/ltmain.sh:2621:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
prelink-0.0.20131005/ltmain.sh-2622-		    for potent_lib in $potential_libs; do
##############################################
prelink-0.0.20131005/ltmain.sh-2634-		      while test -h "$potlib" 2>/dev/null; do
prelink-0.0.20131005/ltmain.sh:2635:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
prelink-0.0.20131005/ltmain.sh-2636-			case $potliblink in
prelink-0.0.20131005/ltmain.sh-2637-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
prelink-0.0.20131005/ltmain.sh:2638:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
prelink-0.0.20131005/ltmain.sh-2639-			esac
##############################################
prelink-0.0.20131005/ltmain.sh-2665-	  set dummy $deplibs_check_method
prelink-0.0.20131005/ltmain.sh:2666:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
prelink-0.0.20131005/ltmain.sh-2667-	  for a_deplib in $deplibs; do
prelink-0.0.20131005/ltmain.sh:2668:	    name="`expr $a_deplib : '-l\(.*\)'`"
prelink-0.0.20131005/ltmain.sh-2669-	    # If $name is empty we are operating on a -L argument.
prelink-0.0.20131005/ltmain.sh-2670-	    if test -n "$name" && test "$name" != "0"; then
prelink-0.0.20131005/ltmain.sh:2671:	      libname=`eval \\$echo \"$libname_spec\"`
prelink-0.0.20131005/ltmain.sh-2672-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
prelink-0.0.20131005/ltmain.sh:2673:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
prelink-0.0.20131005/ltmain.sh-2674-		for potent_lib in $potential_libs; do
##############################################
prelink-0.0.20131005/ltmain.sh-2722-	  # On Rhapsody replace the C library is the System framework
prelink-0.0.20131005/ltmain.sh:2723:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
prelink-0.0.20131005/ltmain.sh-2724-	  ;;
##############################################
prelink-0.0.20131005/ltmain.sh-2856-	for obj in $libobjs; do
prelink-0.0.20131005/ltmain.sh:2857:	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-2858-	  if test "X$xdir" = "X$obj"; then
##############################################
prelink-0.0.20131005/ltmain.sh-2862-	  fi
prelink-0.0.20131005/ltmain.sh:2863:	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:2864:	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-2865-	  if test ! -f $xdir/$oldobj; then
##############################################
prelink-0.0.20131005/ltmain.sh-2871-	# Use standard objects if they are pic
prelink-0.0.20131005/ltmain.sh:2872:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh-2873-
##############################################
prelink-0.0.20131005/ltmain.sh-2921-	      esac
prelink-0.0.20131005/ltmain.sh:2922:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-2923-	      xdir="$gentop/$xlib"
##############################################
prelink-0.0.20131005/ltmain.sh-2935-
prelink-0.0.20131005/ltmain.sh:2936:	      libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
prelink-0.0.20131005/ltmain.sh-2937-	    done
##############################################
prelink-0.0.20131005/ltmain.sh-3018-	libobj="$output"
prelink-0.0.20131005/ltmain.sh:3019:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-3020-	;;
##############################################
prelink-0.0.20131005/ltmain.sh-3060-	    esac
prelink-0.0.20131005/ltmain.sh:3061:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-3062-	    xdir="$gentop/$xlib"
##############################################
prelink-0.0.20131005/ltmain.sh-3074-
prelink-0.0.20131005/ltmain.sh:3075:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
prelink-0.0.20131005/ltmain.sh-3076-	  done
##############################################
prelink-0.0.20131005/ltmain.sh-3080-      # Create the old-style object.
prelink-0.0.20131005/ltmain.sh:3081:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
prelink-0.0.20131005/ltmain.sh-3082-
##############################################
prelink-0.0.20131005/ltmain.sh-3131-	$run $rm $libobj
prelink-0.0.20131005/ltmain.sh:3132:	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-3133-	if test "X$xdir" = "X$libobj"; then
##############################################
prelink-0.0.20131005/ltmain.sh-3137-	fi
prelink-0.0.20131005/ltmain.sh:3138:	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:3139:	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-3140-	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
prelink-0.0.20131005/ltmain.sh-3153-      case $host in
prelink-0.0.20131005/ltmain.sh:3154:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
prelink-0.0.20131005/ltmain.sh-3155-      esac
##############################################
prelink-0.0.20131005/ltmain.sh-3173-	# On Rhapsody replace the C library is the System framework
prelink-0.0.20131005/ltmain.sh:3174:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
prelink-0.0.20131005/ltmain.sh:3175:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
prelink-0.0.20131005/ltmain.sh-3176-	;;
##############################################
prelink-0.0.20131005/ltmain.sh-3275-	# Transform all the library objects into standard objects.
prelink-0.0.20131005/ltmain.sh:3276:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh:3277:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh-3278-      fi
##############################################
prelink-0.0.20131005/ltmain.sh-3321-	    # Add our own program objects to the symbol list.
prelink-0.0.20131005/ltmain.sh:3322:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh-3323-	    for arg in $progfiles; do
##############################################
prelink-0.0.20131005/ltmain.sh-3351-	    $show "extracting global C symbols from \`$arg'"
prelink-0.0.20131005/ltmain.sh:3352:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-3353-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
prelink-0.0.20131005/ltmain.sh-3445-	  # Transform the symbol file into the correct name.
prelink-0.0.20131005/ltmain.sh:3446:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
prelink-0.0.20131005/ltmain.sh:3447:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
prelink-0.0.20131005/ltmain.sh-3448-	  ;;
##############################################
prelink-0.0.20131005/ltmain.sh-3459-	# Nullify the symbol file.
prelink-0.0.20131005/ltmain.sh:3460:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
prelink-0.0.20131005/ltmain.sh:3461:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
prelink-0.0.20131005/ltmain.sh-3462-      fi
##############################################
prelink-0.0.20131005/ltmain.sh-3465-	# Replace the output file specification.
prelink-0.0.20131005/ltmain.sh:3466:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
prelink-0.0.20131005/ltmain.sh-3467-	link_command="$compile_command$compile_rpath"
##############################################
prelink-0.0.20131005/ltmain.sh-3532-	# Replace the output file specification.
prelink-0.0.20131005/ltmain.sh:3533:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
prelink-0.0.20131005/ltmain.sh-3534-	# Delete the old output file.
##############################################
prelink-0.0.20131005/ltmain.sh-3552-	  if test "$fast_install" = yes; then
prelink-0.0.20131005/ltmain.sh:3553:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
prelink-0.0.20131005/ltmain.sh-3554-	  else
##############################################
prelink-0.0.20131005/ltmain.sh-3564-      # Replace the output file specification.
prelink-0.0.20131005/ltmain.sh:3565:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
prelink-0.0.20131005/ltmain.sh-3566-
##############################################
prelink-0.0.20131005/ltmain.sh-3584-	  else
prelink-0.0.20131005/ltmain.sh:3585:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3586-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
prelink-0.0.20131005/ltmain.sh-3589-	relink_command="(cd `pwd`; $relink_command)"
prelink-0.0.20131005/ltmain.sh:3590:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3591-      fi
##############################################
prelink-0.0.20131005/ltmain.sh-3598-	esac
prelink-0.0.20131005/ltmain.sh:3599:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3600-      else
prelink-0.0.20131005/ltmain.sh:3601:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3602-      fi
##############################################
prelink-0.0.20131005/ltmain.sh-3608-	case $output in
prelink-0.0.20131005/ltmain.sh:3609:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
prelink-0.0.20131005/ltmain.sh-3610-	esac
##############################################
prelink-0.0.20131005/ltmain.sh-3654-      shift
prelink-0.0.20131005/ltmain.sh:3655:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
prelink-0.0.20131005/ltmain.sh-3656-      # Yippee, \$echo works!
##############################################
prelink-0.0.20131005/ltmain.sh-3666-  # Find the directory that this script lives in.
prelink-0.0.20131005/ltmain.sh:3667:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
prelink-0.0.20131005/ltmain.sh-3668-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
prelink-0.0.20131005/ltmain.sh-3670-  # Follow symbolic links until we get to the real thisdir.
prelink-0.0.20131005/ltmain.sh:3671:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
prelink-0.0.20131005/ltmain.sh-3672-  while test -n \"\$file\"; do
prelink-0.0.20131005/ltmain.sh:3673:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
prelink-0.0.20131005/ltmain.sh-3674-
##############################################
prelink-0.0.20131005/ltmain.sh-3682-
prelink-0.0.20131005/ltmain.sh:3683:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
prelink-0.0.20131005/ltmain.sh:3684:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
prelink-0.0.20131005/ltmain.sh-3685-  done
##############################################
prelink-0.0.20131005/ltmain.sh-3687-  # Try to get the absolute directory name.
prelink-0.0.20131005/ltmain.sh:3688:  absdir=\`cd \"\$thisdir\" && pwd\`
prelink-0.0.20131005/ltmain.sh-3689-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
prelink-0.0.20131005/ltmain.sh-3697-  if test ! -f \"\$progdir/\$program\" || \\
prelink-0.0.20131005/ltmain.sh:3698:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
prelink-0.0.20131005/ltmain.sh-3699-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
prelink-0.0.20131005/ltmain.sh-3712-    if test -n \"\$relink_command\"; then
prelink-0.0.20131005/ltmain.sh:3713:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
prelink-0.0.20131005/ltmain.sh-3714-      else
##############################################
prelink-0.0.20131005/ltmain.sh-3744-    # The second colon is a workaround for a bug in BeOS R4 sed
prelink-0.0.20131005/ltmain.sh:3745:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
prelink-0.0.20131005/ltmain.sh-3746-
##############################################
prelink-0.0.20131005/ltmain.sh-3819-	else
prelink-0.0.20131005/ltmain.sh:3820:	  oldobjs="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`
prelink-0.0.20131005/ltmain.sh-3821-	fi
##############################################
prelink-0.0.20131005/ltmain.sh-3843-	  esac
prelink-0.0.20131005/ltmain.sh:3844:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-3845-	  xdir="$gentop/$xlib"
##############################################
prelink-0.0.20131005/ltmain.sh-3857-
prelink-0.0.20131005/ltmain.sh:3858:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
prelink-0.0.20131005/ltmain.sh-3859-	done
##############################################
prelink-0.0.20131005/ltmain.sh-3870-	  if test ! -f $oldobj; then
prelink-0.0.20131005/ltmain.sh:3871:	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-3872-	    if test "X$xdir" = "X$oldobj"; then
##############################################
prelink-0.0.20131005/ltmain.sh-3876-	    fi
prelink-0.0.20131005/ltmain.sh:3877:	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:3878:	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
prelink-0.0.20131005/ltmain.sh-3879-	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
prelink-0.0.20131005/ltmain.sh-3913-	else
prelink-0.0.20131005/ltmain.sh:3914:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3915-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
prelink-0.0.20131005/ltmain.sh-3919-      relink_command="(cd `pwd`; $SHELL $0 --mode=relink $libtool_args @inst_prefix_dir@)"
prelink-0.0.20131005/ltmain.sh:3920:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-3921-
##############################################
prelink-0.0.20131005/ltmain.sh-3934-	      *.la)
prelink-0.0.20131005/ltmain.sh:3935:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:3936:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
prelink-0.0.20131005/ltmain.sh-3937-		if test -z "$libdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-3948-	    for lib in $dlfiles; do
prelink-0.0.20131005/ltmain.sh:3949:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:3950:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
prelink-0.0.20131005/ltmain.sh-3951-	      if test -z "$libdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-3959-	    for lib in $dlprefiles; do
prelink-0.0.20131005/ltmain.sh:3960:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh:3961:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
prelink-0.0.20131005/ltmain.sh-3962-	      if test -z "$libdir"; then
##############################################
prelink-0.0.20131005/ltmain.sh-4034-      # Aesthetically quote it.
prelink-0.0.20131005/ltmain.sh:4035:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-4036-      case $arg in
##############################################
prelink-0.0.20131005/ltmain.sh-4050-    # Aesthetically quote it.
prelink-0.0.20131005/ltmain.sh:4051:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-4052-    case $arg in
##############################################
prelink-0.0.20131005/ltmain.sh-4098-      # Aesthetically quote the argument.
prelink-0.0.20131005/ltmain.sh:4099:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-4100-      case $arg in
##############################################
prelink-0.0.20131005/ltmain.sh-4130-    # Strip any trailing slash from the destination.
prelink-0.0.20131005/ltmain.sh:4131:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
prelink-0.0.20131005/ltmain.sh-4132-
##############################################
prelink-0.0.20131005/ltmain.sh-4138-    else
prelink-0.0.20131005/ltmain.sh:4139:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-4140-      test "X$destdir" = "X$dest" && destdir=.
prelink-0.0.20131005/ltmain.sh:4141:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4142-
##############################################
prelink-0.0.20131005/ltmain.sh-4214-
prelink-0.0.20131005/ltmain.sh:4215:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
prelink-0.0.20131005/ltmain.sh-4216-	test "X$dir" = "X$file/" && dir=
##############################################
prelink-0.0.20131005/ltmain.sh-4220-	  # Determine the prefix the user has applied to our future dir.
prelink-0.0.20131005/ltmain.sh:4221:	  inst_prefix_dir=`$echo "$destdir" | sed "s%$libdir\$%%"`
prelink-0.0.20131005/ltmain.sh-4222-
##############################################
prelink-0.0.20131005/ltmain.sh-4232-	    # Stick the inst_prefix_dir data into the link command.
prelink-0.0.20131005/ltmain.sh:4233:	    relink_command=`$echo "$relink_command" | sed "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
prelink-0.0.20131005/ltmain.sh-4234-	  else
prelink-0.0.20131005/ltmain.sh:4235:	    relink_command=`$echo "$relink_command" | sed "s%@inst_prefix_dir@%%"`
prelink-0.0.20131005/ltmain.sh-4236-	  fi
##############################################
prelink-0.0.20131005/ltmain.sh-4288-	# Install the pseudo-library for information purposes.
prelink-0.0.20131005/ltmain.sh:4289:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4290-	instname="$dir/$name"i
##############################################
prelink-0.0.20131005/ltmain.sh-4304-	else
prelink-0.0.20131005/ltmain.sh:4305:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4306-	  destfile="$destdir/$destfile"
##############################################
prelink-0.0.20131005/ltmain.sh-4311-	*.lo)
prelink-0.0.20131005/ltmain.sh:4312:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-4313-	  ;;
##############################################
prelink-0.0.20131005/ltmain.sh-4333-	  # Deduce the name of the old-style object file.
prelink-0.0.20131005/ltmain.sh:4334:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-4335-
##############################################
prelink-0.0.20131005/ltmain.sh-4346-	else
prelink-0.0.20131005/ltmain.sh:4347:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4348-	  destfile="$destdir/$destfile"
##############################################
prelink-0.0.20131005/ltmain.sh-4378-	    fi
prelink-0.0.20131005/ltmain.sh:4379:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
prelink-0.0.20131005/ltmain.sh-4380-	    if test -n "$libdir" && test ! -f "$libfile"; then
prelink-0.0.20131005/ltmain.sh:4381:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
prelink-0.0.20131005/ltmain.sh-4382-	      finalize=no
##############################################
prelink-0.0.20131005/ltmain.sh-4397-	      test -n "$TMPDIR" && tmpdir="$TMPDIR"
prelink-0.0.20131005/ltmain.sh:4398:              tmpdir=`mktemp -d $tmpdir/libtool-XXXXXX 2> /dev/null`
prelink-0.0.20131005/ltmain.sh-4399-              if test $? = 0 ; then :
##############################################
prelink-0.0.20131005/ltmain.sh-4407-	      fi
prelink-0.0.20131005/ltmain.sh:4408:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4409-	      outputname="$tmpdir/$file"
prelink-0.0.20131005/ltmain.sh-4410-	      # Replace the output file specification.
prelink-0.0.20131005/ltmain.sh:4411:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
prelink-0.0.20131005/ltmain.sh-4412-
##############################################
prelink-0.0.20131005/ltmain.sh-4425-	    # Install the binary that we compiled earlier.
prelink-0.0.20131005/ltmain.sh:4426:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
prelink-0.0.20131005/ltmain.sh-4427-	  fi
##############################################
prelink-0.0.20131005/ltmain.sh-4441-	  *:*.exe)
prelink-0.0.20131005/ltmain.sh:4442:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
prelink-0.0.20131005/ltmain.sh-4443-	    ;;
##############################################
prelink-0.0.20131005/ltmain.sh-4454-    for file in $staticlibs; do
prelink-0.0.20131005/ltmain.sh:4455:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4456-
##############################################
prelink-0.0.20131005/ltmain.sh-4609-	  # Warn if it was a shared library.
prelink-0.0.20131005/ltmain.sh:4610:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
prelink-0.0.20131005/ltmain.sh-4611-	  continue
##############################################
prelink-0.0.20131005/ltmain.sh-4613-
prelink-0.0.20131005/ltmain.sh:4614:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-4615-	test "X$dir" = "X$file" && dir=.
##############################################
prelink-0.0.20131005/ltmain.sh-4619-	else
prelink-0.0.20131005/ltmain.sh:4620:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
prelink-0.0.20131005/ltmain.sh-4621-	  exit 1
##############################################
prelink-0.0.20131005/ltmain.sh-4626-	# Just add the directory containing the .lo file.
prelink-0.0.20131005/ltmain.sh:4627:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-4628-	test "X$dir" = "X$file" && dir=.
##############################################
prelink-0.0.20131005/ltmain.sh-4637-      # Get the absolute pathname.
prelink-0.0.20131005/ltmain.sh:4638:      absdir=`cd "$dir" && pwd`
prelink-0.0.20131005/ltmain.sh-4639-      test -n "$absdir" && dir="$absdir"
##############################################
prelink-0.0.20131005/ltmain.sh-4673-      # Quote arguments (to preserve shell metacharacters).
prelink-0.0.20131005/ltmain.sh:4674:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
prelink-0.0.20131005/ltmain.sh-4675-      args="$args \"$file\""
##############################################
prelink-0.0.20131005/ltmain.sh-4734-    for file in $files; do
prelink-0.0.20131005/ltmain.sh:4735:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
prelink-0.0.20131005/ltmain.sh-4736-      if test "X$dir" = "X$file"; then
##############################################
prelink-0.0.20131005/ltmain.sh-4741-      fi
prelink-0.0.20131005/ltmain.sh:4742:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
prelink-0.0.20131005/ltmain.sh-4743-      test "$mode" = uninstall && objdir="$dir"
##############################################
prelink-0.0.20131005/ltmain.sh-4816-	if test "$build_old_libs" = yes; then
prelink-0.0.20131005/ltmain.sh:4817:	  oldobj=`$echo "X$name" | $Xsed -e "$lo2o"`
prelink-0.0.20131005/ltmain.sh-4818-	  rmfiles="$rmfiles $dir/$oldobj"
##############################################
prelink-0.0.20131005/gelf/Makefile.in-152-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
prelink-0.0.20131005/gelf/Makefile.in:153:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
prelink-0.0.20131005/gelf/Makefile.in-154-	  test -z "$dir" && dir=.; \
##############################################
prelink-0.0.20131005/gelf/Makefile.in-175-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/gelf/Makefile.in:176:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
prelink-0.0.20131005/gelf/Makefile.in-177-
##############################################
prelink-0.0.20131005/gelf/Makefile.in-181-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/gelf/Makefile.in:182:	$(COMPILE) -c `cygpath -w $<`
prelink-0.0.20131005/gelf/Makefile.in-183-
##############################################
prelink-0.0.20131005/gelf/Makefile.in-187-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
prelink-0.0.20131005/gelf/Makefile.in:188:	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
prelink-0.0.20131005/gelf/Makefile.in-189-CCDEPMODE = @CCDEPMODE@
##############################################
prelink-0.0.20131005/gelf/Makefile.in-229-GTAGS:
prelink-0.0.20131005/gelf/Makefile.in:230:	here=`$(am__cd) $(top_builddir) && pwd` \
prelink-0.0.20131005/gelf/Makefile.in-231-	  && cd $(top_srcdir) \
##############################################
prelink-0.0.20131005/gelf/Makefile.in-243-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/gelf/Makefile.in:244:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/gelf/Makefile.in-245-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/doc/prelink.tex-1185-   so that the end address of the segment is printed.  */
prelink-0.0.20131005/doc/prelink.tex:1186:asm (".section ro_seg_end, \"a\"; .previous");
prelink-0.0.20131005/doc/prelink.tex-1187-EOF
##############################################
prelink-0.0.20131005/doc/prelink.tex-1260-int k[670];
prelink-0.0.20131005/doc/prelink.tex:1261:asm (".section ro_seg_end, \"a\"; .previous");
prelink-0.0.20131005/doc/prelink.tex-1262-EOF
##############################################
prelink-0.0.20131005/doc/prelink.tex-1335-int k[670];
prelink-0.0.20131005/doc/prelink.tex:1336:asm (".section ro_seg_end, \"a\"; .previous");
prelink-0.0.20131005/doc/prelink.tex-1337-EOF
##############################################
prelink-0.0.20131005/doc/prelink.tex-2538-struct A foo = { 1, &foo, &bar, &baz };
prelink-0.0.20131005/doc/prelink.tex:2539:int *addr (void) { return &baz; }
prelink-0.0.20131005/doc/prelink.tex-2540-EOF
##############################################
prelink-0.0.20131005/doc/prelink.tex-2543-struct A { char a; struct A *b; int *c; int *d; };
prelink-0.0.20131005/doc/prelink.tex:2544:int bar, *addr (void), big[8192];
prelink-0.0.20131005/doc/prelink.tex-2545-extern struct A foo;
##############################################
prelink-0.0.20131005/doc/prelink.tex-2548-  printf ("%p: %d %p %p %p %p %p\n", &foo, foo.a, foo.b, foo.c, foo.d,
prelink-0.0.20131005/doc/prelink.tex:2549:	  &bar, addr ());
prelink-0.0.20131005/doc/prelink.tex-2550-}
##############################################
prelink-0.0.20131005/doc/Makefile.in-159-	  else file=$$i; fi; \
prelink-0.0.20131005/doc/Makefile.in:160:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
prelink-0.0.20131005/doc/Makefile.in-161-	  case "$$ext" in \
##############################################
prelink-0.0.20131005/doc/Makefile.in-164-	  esac; \
prelink-0.0.20131005/doc/Makefile.in:165:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
prelink-0.0.20131005/doc/Makefile.in:166:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
prelink-0.0.20131005/doc/Makefile.in:167:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
prelink-0.0.20131005/doc/Makefile.in-168-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
prelink-0.0.20131005/doc/Makefile.in-180-	for i in $$list; do \
prelink-0.0.20131005/doc/Makefile.in:181:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
prelink-0.0.20131005/doc/Makefile.in:182:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
prelink-0.0.20131005/doc/Makefile.in:183:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
prelink-0.0.20131005/doc/Makefile.in:184:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
prelink-0.0.20131005/doc/Makefile.in-185-	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
prelink-0.0.20131005/doc/Makefile.in-198-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
prelink-0.0.20131005/doc/Makefile.in:199:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
prelink-0.0.20131005/doc/Makefile.in-200-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
prelink-0.0.20131005/debian/prelink.cron.daily-21-    # Restart init if needed
prelink-0.0.20131005/debian/prelink.cron.daily:22:    [ -n "$(find `ldd /sbin/init | awk 'NF == 4 { print $3 }'` /sbin/init -ctime -1 2>/dev/null )" ] && /sbin/telinit u
prelink-0.0.20131005/debian/prelink.cron.daily-23-  fi
##############################################
prelink-0.0.20131005/debian/prelink.cron.daily-35-elif [ -n "$PRELINK_FULL_TIME_INTERVAL" \
prelink-0.0.20131005/debian/prelink.cron.daily:36:       -a "`find /var/lib/misc/prelink.full -mtime -${PRELINK_FULL_TIME_INTERVAL} 2>/dev/null`" \
prelink-0.0.20131005/debian/prelink.cron.daily-37-	  = /var/lib/misc/prelink.full ]; then
##############################################
prelink-0.0.20131005/debian/prelink.cron.daily-40-  # don't do anything.
prelink-0.0.20131005/debian/prelink.cron.daily:41:  [ "`find /var/lib/misc/prelink.quick -mtime -${PRELINK_NONRPM_CHECK_INTERVAL:-7} 2>/dev/null`" \
prelink-0.0.20131005/debian/prelink.cron.daily-42-    -a -f /var/lib/dpkg/status \
##############################################
prelink-0.0.20131005/debian/prelink.cron.daily-56-# Restart init if needed
prelink-0.0.20131005/debian/prelink.cron.daily:57:[ -n "$(find `ldd /sbin/init | awk 'NF == 4 { print $3 }'` /sbin/init -ctime -1 2>/dev/null )" ] && /sbin/telinit u
prelink-0.0.20131005/debian/prelink.cron.daily-58-