=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== scrub-2.6.1/test/t09-4- scrub-2.6.1/test/t09:5:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t09-6-# Test requires root ############################################## scrub-2.6.1/test/t16-1-#!/bin/sh scrub-2.6.1/test/t16:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t16-3-TESTFILE=${TMPDIR:-/tmp}/scrub-testfile.$$ ############################################## scrub-2.6.1/test/t15-1-#!/bin/sh scrub-2.6.1/test/t15:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t15-3-TESTFILE=${TMPDIR:-/tmp}/scrub-testfile.$$ ############################################## scrub-2.6.1/test/t17-1-#!/bin/sh scrub-2.6.1/test/t17:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t17-3-TMPLATE="${TMPDIR:-/tmp}/tmp.XXXXXXXXXX" scrub-2.6.1/test/t17:4:TESTDIR=`mktemp -d $TMPLATE` || exit 1 scrub-2.6.1/test/t17-5- ############################################## scrub-2.6.1/test/t20-1-#!/bin/sh scrub-2.6.1/test/t20:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t20-3-# Test requires root ############################################## scrub-2.6.1/test/t20-6-TMPLATE="${TMPDIR:-/tmp}/tmp.XXXXXXXXXX" scrub-2.6.1/test/t20:7:TESTFILE=`mktemp $TMPLATE` || exit 1 scrub-2.6.1/test/t20-8- ############################################## scrub-2.6.1/test/Makefile.in-311- test -n "$(EXEEXT)" || exit 0; \ scrub-2.6.1/test/Makefile.in:312: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ scrub-2.6.1/test/Makefile.in-313- echo " rm -f" $$list; \ ############################################## scrub-2.6.1/test/Makefile.in-392-.c.o: scrub-2.6.1/test/Makefile.in:393:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ scrub-2.6.1/test/Makefile.in-394-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/test/Makefile.in-400-.c.obj: scrub-2.6.1/test/Makefile.in:401:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ scrub-2.6.1/test/Makefile.in:402:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ scrub-2.6.1/test/Makefile.in-403-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## scrub-2.6.1/test/Makefile.in-405-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ scrub-2.6.1/test/Makefile.in:406:@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` scrub-2.6.1/test/Makefile.in-407- scrub-2.6.1/test/Makefile.in-408-.c.lo: scrub-2.6.1/test/Makefile.in:409:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ scrub-2.6.1/test/Makefile.in-410-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/test/Makefile.in-466-GTAGS: scrub-2.6.1/test/Makefile.in:467: here=`$(am__cd) $(top_builddir) && pwd` \ scrub-2.6.1/test/Makefile.in-468- && $(am__cd) $(top_srcdir) \ ############################################## scrub-2.6.1/test/Makefile.in-484- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ scrub-2.6.1/test/Makefile.in:485: all=`expr $$all + 1`; \ scrub-2.6.1/test/Makefile.in-486- case " $(XFAIL_TESTS) " in \ scrub-2.6.1/test/Makefile.in-487- *[\ \ ]$$tst[\ \ ]*) \ scrub-2.6.1/test/Makefile.in:488: xpass=`expr $$xpass + 1`; \ scrub-2.6.1/test/Makefile.in:489: failed=`expr $$failed + 1`; \ scrub-2.6.1/test/Makefile.in-490- col=$$red; res=XPASS; \ ############################################## scrub-2.6.1/test/Makefile.in-496- elif test $$? -ne 77; then \ scrub-2.6.1/test/Makefile.in:497: all=`expr $$all + 1`; \ scrub-2.6.1/test/Makefile.in-498- case " $(XFAIL_TESTS) " in \ scrub-2.6.1/test/Makefile.in-499- *[\ \ ]$$tst[\ \ ]*) \ scrub-2.6.1/test/Makefile.in:500: xfail=`expr $$xfail + 1`; \ scrub-2.6.1/test/Makefile.in-501- col=$$lgn; res=XFAIL; \ ############################################## scrub-2.6.1/test/Makefile.in-503- *) \ scrub-2.6.1/test/Makefile.in:504: failed=`expr $$failed + 1`; \ scrub-2.6.1/test/Makefile.in-505- col=$$red; res=FAIL; \ ############################################## scrub-2.6.1/test/Makefile.in-508- else \ scrub-2.6.1/test/Makefile.in:509: skip=`expr $$skip + 1`; \ scrub-2.6.1/test/Makefile.in-510- col=$$blu; res=SKIP; \ ############################################## scrub-2.6.1/test/Makefile.in-543- fi; \ scrub-2.6.1/test/Makefile.in:544: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ scrub-2.6.1/test/Makefile.in-545- dashes="$$skipped"; \ ############################################## scrub-2.6.1/test/Makefile.in-549- report="Please report to $(PACKAGE_BUGREPORT)"; \ scrub-2.6.1/test/Makefile.in:550: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ scrub-2.6.1/test/Makefile.in-551- dashes="$$report"; \ scrub-2.6.1/test/Makefile.in-552- fi; \ scrub-2.6.1/test/Makefile.in:553: dashes=`echo "$$dashes" | sed s/./=/g`; \ scrub-2.6.1/test/Makefile.in-554- if test "$$failed" -eq 0; then \ ############################################## scrub-2.6.1/test/Makefile.in-566-distdir: $(DISTFILES) scrub-2.6.1/test/Makefile.in:567: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/test/Makefile.in:568: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/test/Makefile.in-569- list='$(DISTFILES)'; \ ############################################## scrub-2.6.1/test/Makefile.in-580- if test -d $$d/$$file; then \ scrub-2.6.1/test/Makefile.in:581: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ scrub-2.6.1/test/Makefile.in-582- if test -d "$(distdir)/$$file"; then \ ############################################## scrub-2.6.1/test/t21-1-#!/bin/sh scrub-2.6.1/test/t21:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t21-3-# Test requires root ############################################## scrub-2.6.1/test/t21-7- scrub-2.6.1/test/t21:8:TESTFILE1=`mktemp $TMPLATE` || exit 1 scrub-2.6.1/test/t21-9-./pad 32m $TESTFILE1 || exit 1 ############################################## scrub-2.6.1/test/t21-12- scrub-2.6.1/test/t21:13:TESTFILE2=`mktemp $TMPLATE` || exit 1 scrub-2.6.1/test/t21-14-./pad 64m $TESTFILE2 || exit 1 ############################################## scrub-2.6.1/test/t21-17- scrub-2.6.1/test/t21:18:TESTFILE3=`mktemp $TMPLATE` scrub-2.6.1/test/t21-19-./pad 128m $TESTFILE3 || exit 1 ############################################## scrub-2.6.1/test/t18-1-#!/bin/sh scrub-2.6.1/test/t18:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t18-3-# Test requires root ############################################## scrub-2.6.1/test/t18-6-TMPLATE="${TMPDIR:-/tmp}/tmp.XXXXXXXXXX" scrub-2.6.1/test/t18:7:TESTDIR=`mktemp -d $TMPLATE` || exit 1 scrub-2.6.1/test/t18-8-mount -t tmpfs -o size=32m scrubtest $TESTDIR || exit 77 ############################################## scrub-2.6.1/test/t01-4-./pad 5g $TESTFILE || exit 1 scrub-2.6.1/test/t01:5:size=`./tsize $TESTFILE` || exit 1 scrub-2.6.1/test/t01-6-test $size = 5368709120 || exit 1 ############################################## scrub-2.6.1/test/t19-1-#!/bin/sh scrub-2.6.1/test/t19:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t19-3-# Test requires root ############################################## scrub-2.6.1/test/t19-6-TMPLATE="${TMPDIR:-/tmp}/tmp.XXXXXXXXXX" scrub-2.6.1/test/t19:7:TESTFILE=`mktemp $TMPLATE` || exit 1 scrub-2.6.1/test/t19-8- ############################################## scrub-2.6.1/test/t22-1-#!/bin/sh scrub-2.6.1/test/t22:2:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t22-3-TMPLATE="${TMPDIR:-/tmp}/tmp.XXXXXXXXXX" scrub-2.6.1/test/t22:4:TESTDIR=`mktemp -d $TMPLATE` || exit 1 scrub-2.6.1/test/t22-5- ############################################## scrub-2.6.1/test/t14-19-(for pattern in bsi,0x7f dod,0xff nnsa,0 fastold,0x55 old,0x55; do scrub-2.6.1/test/t14:20: patstr=`echo $pattern | cut -d, -f1` scrub-2.6.1/test/t14:21: patbyte=`echo $pattern | cut -d, -f2` scrub-2.6.1/test/t14-22- ############################################## scrub-2.6.1/test/t10-4- scrub-2.6.1/test/t10:5:TEST=`basename $0 | cut -d- -f1` scrub-2.6.1/test/t10-6-# Test requires root ############################################## scrub-2.6.1/aclocal.m4-141-done scrub-2.6.1/aclocal.m4:142:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` scrub-2.6.1/aclocal.m4-143-]) ############################################## scrub-2.6.1/aclocal.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE], scrub-2.6.1/aclocal.m4:426:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) scrub-2.6.1/aclocal.m4-427- ############################################## scrub-2.6.1/aclocal.m4-435-# scrub-2.6.1/aclocal.m4:436:# <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/aclocal.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## scrub-2.6.1/aclocal.m4-537-]], lt_decl_quote_varnames); do scrub-2.6.1/aclocal.m4:538: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in scrub-2.6.1/aclocal.m4-539- *[[\\\\\\\`\\"\\\$]]*) scrub-2.6.1/aclocal.m4:540: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" scrub-2.6.1/aclocal.m4-541- ;; ############################################## scrub-2.6.1/aclocal.m4-550-]], lt_decl_dquote_varnames); do scrub-2.6.1/aclocal.m4:551: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in scrub-2.6.1/aclocal.m4-552- *[[\\\\\\\`\\"\\\$]]*) scrub-2.6.1/aclocal.m4:553: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" scrub-2.6.1/aclocal.m4-554- ;; ############################################## scrub-2.6.1/aclocal.m4-563-*'\\\[$]0 --fallback-echo"')dnl " scrub-2.6.1/aclocal.m4:564: lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` scrub-2.6.1/aclocal.m4-565- ;; ############################################## scrub-2.6.1/aclocal.m4-699- scrub-2.6.1/aclocal.m4:700:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. scrub-2.6.1/aclocal.m4-701-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## scrub-2.6.1/aclocal.m4-1046- }' scrub-2.6.1/aclocal.m4:1047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/aclocal.m4-1048-# Check for a 64-bit object if we didn't find anything. scrub-2.6.1/aclocal.m4-1049-if test -z "$aix_libpath"; then scrub-2.6.1/aclocal.m4:1050: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/aclocal.m4-1051-fi],[]) ############################################## scrub-2.6.1/aclocal.m4-1078- # Remove one level of quotation (which was required for Make). scrub-2.6.1/aclocal.m4:1079: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` scrub-2.6.1/aclocal.m4-1080- ;; ############################################## scrub-2.6.1/aclocal.m4-1089- : scrub-2.6.1/aclocal.m4:1090:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then scrub-2.6.1/aclocal.m4-1091- # Yippee, $ECHO works! ############################################## scrub-2.6.1/aclocal.m4-1115- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... scrub-2.6.1/aclocal.m4:1116: if { echo_test_string=`eval $cmd`; } 2>/dev/null && scrub-2.6.1/aclocal.m4-1117- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## scrub-2.6.1/aclocal.m4-1123- scrub-2.6.1/aclocal.m4:1124: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/aclocal.m4:1125: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/aclocal.m4-1126- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1138- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && scrub-2.6.1/aclocal.m4:1139: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && scrub-2.6.1/aclocal.m4:1140: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/aclocal.m4-1141- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1150- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/aclocal.m4:1151: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/aclocal.m4-1152- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1165- ECHO='printf %s\n' scrub-2.6.1/aclocal.m4:1166: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/aclocal.m4:1167: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/aclocal.m4-1168- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1170- : scrub-2.6.1/aclocal.m4:1171: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && scrub-2.6.1/aclocal.m4-1172- test "X$echo_testing_string" = 'X\t' && scrub-2.6.1/aclocal.m4:1173: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/aclocal.m4-1174- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1179- ECHO="$CONFIG_SHELL [$]0 --fallback-echo" scrub-2.6.1/aclocal.m4:1180: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && scrub-2.6.1/aclocal.m4-1181- test "X$echo_testing_string" = 'X\t' && scrub-2.6.1/aclocal.m4:1182: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/aclocal.m4-1183- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/aclocal.m4-1189- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do scrub-2.6.1/aclocal.m4:1190: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null scrub-2.6.1/aclocal.m4-1191- then ############################################## scrub-2.6.1/aclocal.m4-1197- if test "$prev" != 'sed 50q "[$]0"'; then scrub-2.6.1/aclocal.m4:1198: echo_test_string=`eval $prev` scrub-2.6.1/aclocal.m4-1199- export echo_test_string ############################################## scrub-2.6.1/aclocal.m4-1240- if AC_TRY_EVAL(ac_compile); then scrub-2.6.1/aclocal.m4:1241: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/aclocal.m4-1242- *ELF-32*) ############################################## scrub-2.6.1/aclocal.m4-1256- if test "$lt_cv_prog_gnu_ld" = yes; then scrub-2.6.1/aclocal.m4:1257: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/aclocal.m4-1258- *32-bit*) ############################################## scrub-2.6.1/aclocal.m4-1268- else scrub-2.6.1/aclocal.m4:1269: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/aclocal.m4-1270- *32-bit*) ############################################## scrub-2.6.1/aclocal.m4-1560- # And add a safety zone scrub-2.6.1/aclocal.m4:1561: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` scrub-2.6.1/aclocal.m4:1562: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` scrub-2.6.1/aclocal.m4-1563- ;; ############################################## scrub-2.6.1/aclocal.m4-1588- if test -n "$kargmax"; then scrub-2.6.1/aclocal.m4:1589: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` scrub-2.6.1/aclocal.m4-1590- else ############################################## scrub-2.6.1/aclocal.m4-1596- if test -n "$lt_cv_sys_max_cmd_len"; then scrub-2.6.1/aclocal.m4:1597: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` scrub-2.6.1/aclocal.m4:1598: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` scrub-2.6.1/aclocal.m4-1599- else ############################################## scrub-2.6.1/aclocal.m4-1608- # we can't tell. scrub-2.6.1/aclocal.m4:1609: while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ scrub-2.6.1/aclocal.m4-1610- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## scrub-2.6.1/aclocal.m4-1612- do scrub-2.6.1/aclocal.m4:1613: i=`expr $i + 1` scrub-2.6.1/aclocal.m4-1614- teststring=$teststring$teststring ############################################## scrub-2.6.1/aclocal.m4-1616- # Only check the string length outside the loop. scrub-2.6.1/aclocal.m4:1617: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` scrub-2.6.1/aclocal.m4-1618- teststring= ############################################## scrub-2.6.1/aclocal.m4-1621- # linker. It appears as though 1/2 is a usable value. scrub-2.6.1/aclocal.m4:1622: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` scrub-2.6.1/aclocal.m4-1623- fi ############################################## scrub-2.6.1/aclocal.m4-1936- if test "$hard_links" = no; then scrub-2.6.1/aclocal.m4:1937: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) scrub-2.6.1/aclocal.m4-1938- need_locks=warn ############################################## scrub-2.6.1/aclocal.m4-2062- esac scrub-2.6.1/aclocal.m4:2063: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` scrub-2.6.1/aclocal.m4-2064- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## scrub-2.6.1/aclocal.m4-2068- # okay in the real world where ";" in dirpaths is itself problematic. scrub-2.6.1/aclocal.m4:2069: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` scrub-2.6.1/aclocal.m4-2070- else scrub-2.6.1/aclocal.m4:2071: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` scrub-2.6.1/aclocal.m4-2072- fi ############################################## scrub-2.6.1/aclocal.m4-2075- lt_tmp_lt_search_path_spec= scrub-2.6.1/aclocal.m4:2076: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` scrub-2.6.1/aclocal.m4-2077- for lt_sys_path in $lt_search_path_spec; do ############################################## scrub-2.6.1/aclocal.m4-2104-}'` scrub-2.6.1/aclocal.m4:2105: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` scrub-2.6.1/aclocal.m4-2106-else ############################################## scrub-2.6.1/aclocal.m4-2192- # Create ${libname}_ixlibrary.a entries in /sys/libs. scrub-2.6.1/aclocal.m4:2193: 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' scrub-2.6.1/aclocal.m4-2194- ;; ############################################## scrub-2.6.1/aclocal.m4-2227- # DLL is installed to $(libdir)/../bin by postinstall_cmds scrub-2.6.1/aclocal.m4:2228: postinstall_cmds='base_file=`basename \${file}`~ scrub-2.6.1/aclocal.m4:2229: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ scrub-2.6.1/aclocal.m4:2230: dldir=$destdir/`dirname \$dlpath`~ scrub-2.6.1/aclocal.m4-2231- test -d \$dldir || mkdir -p \$dldir~ ############################################## scrub-2.6.1/aclocal.m4-2236- fi' scrub-2.6.1/aclocal.m4:2237: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ scrub-2.6.1/aclocal.m4-2238- dlpath=$dir/\$dldll~ ############################################## scrub-2.6.1/aclocal.m4-2244- # Cygwin DLLs use 'cyg' prefix rather than 'lib' scrub-2.6.1/aclocal.m4:2245: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/aclocal.m4-2246- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## scrub-2.6.1/aclocal.m4-2249- # MinGW DLLs use traditional 'lib' prefix scrub-2.6.1/aclocal.m4:2250: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/aclocal.m4:2251: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` scrub-2.6.1/aclocal.m4-2252- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then ############################################## scrub-2.6.1/aclocal.m4-2258- # which wouldn't understand a cygwinified path. Ahh. scrub-2.6.1/aclocal.m4:2259: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` scrub-2.6.1/aclocal.m4-2260- else scrub-2.6.1/aclocal.m4:2261: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` scrub-2.6.1/aclocal.m4-2262- fi ############################################## scrub-2.6.1/aclocal.m4-2265- # pw32 DLLs use 'pw' prefix rather than 'lib' scrub-2.6.1/aclocal.m4:2266: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/aclocal.m4-2267- ;; ############################################## scrub-2.6.1/aclocal.m4-2271- *) scrub-2.6.1/aclocal.m4:2272: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' scrub-2.6.1/aclocal.m4-2273- ;; ############################################## scrub-2.6.1/aclocal.m4-2288- shlibpath_var=DYLD_LIBRARY_PATH scrub-2.6.1/aclocal.m4:2289: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' scrub-2.6.1/aclocal.m4-2290-m4_if([$1], [],[ ############################################## scrub-2.6.1/aclocal.m4-2492- if test -f /etc/ld.so.conf; then scrub-2.6.1/aclocal.m4:2493: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` scrub-2.6.1/aclocal.m4-2494- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## scrub-2.6.1/aclocal.m4-2554- shlibpath_var=LD_LIBRARY_PATH scrub-2.6.1/aclocal.m4:2555: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/aclocal.m4-2556- case $host_os in ############################################## scrub-2.6.1/aclocal.m4-2769- "file_magic "*) scrub-2.6.1/aclocal.m4:2770: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` scrub-2.6.1/aclocal.m4-2771- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## scrub-2.6.1/aclocal.m4-2851- # gcc leaves a trailing carriage return which upsets mingw scrub-2.6.1/aclocal.m4:2852: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; scrub-2.6.1/aclocal.m4-2853- *) scrub-2.6.1/aclocal.m4:2854: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; scrub-2.6.1/aclocal.m4-2855- esac ############################################## scrub-2.6.1/aclocal.m4-2860- # Canonicalize the pathname of ld scrub-2.6.1/aclocal.m4:2861: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` scrub-2.6.1/aclocal.m4-2862- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do scrub-2.6.1/aclocal.m4:2863: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` scrub-2.6.1/aclocal.m4-2864- done ############################################## scrub-2.6.1/aclocal.m4-2891- # Break only if it was the GNU/non-GNU ld that we prefer. scrub-2.6.1/aclocal.m4:2892: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in scrub-2.6.1/aclocal.m4-2893- *GNU* | *'with BFD'*) ############################################## scrub-2.6.1/aclocal.m4-2931-[# I'd rather use --version here, but apparently some GNU lds only accept -v. scrub-2.6.1/aclocal.m4:2932:case `$LD -v 2>&1 </dev/null` in scrub-2.6.1/aclocal.m4-2933-*GNU* | *'with BFD'*) ############################################## scrub-2.6.1/aclocal.m4-3115-openbsd*) scrub-2.6.1/aclocal.m4:3116: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/aclocal.m4-3117- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## scrub-2.6.1/aclocal.m4-3206- # Tru64's nm complains that /dev/null is an invalid object file scrub-2.6.1/aclocal.m4:3207: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in scrub-2.6.1/aclocal.m4-3208- */dev/null* | *'Invalid file or object type'*) ############################################## scrub-2.6.1/aclocal.m4-3212- *) scrub-2.6.1/aclocal.m4:3213: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in scrub-2.6.1/aclocal.m4-3214- */dev/null*) ############################################## scrub-2.6.1/aclocal.m4-3377-# If we're using GNU nm, then use its standard symbol codes. scrub-2.6.1/aclocal.m4:3378:case `$NM -V 2>&1` in scrub-2.6.1/aclocal.m4-3379-*GNU* | *'with BFD'*) ############################################## scrub-2.6.1/aclocal.m4-3395-mingw*) scrub-2.6.1/aclocal.m4:3396: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp scrub-2.6.1/aclocal.m4-3397- ;; ############################################## scrub-2.6.1/aclocal.m4-3446- nlist=conftest.nm scrub-2.6.1/aclocal.m4:3447: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then scrub-2.6.1/aclocal.m4-3448- # Try sorting and uniquifying the output. ############################################## scrub-2.6.1/aclocal.m4-3753- *) scrub-2.6.1/aclocal.m4:3754: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/aclocal.m4-3755- *Sun\ C*) ############################################## scrub-2.6.1/aclocal.m4-4037- *) scrub-2.6.1/aclocal.m4:4038: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/aclocal.m4-4039- *Sun\ C*) ############################################## scrub-2.6.1/aclocal.m4-4286- supports_anon_versioning=no scrub-2.6.1/aclocal.m4:4287: case `$LD -v 2>&1` in scrub-2.6.1/aclocal.m4-4288- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## scrub-2.6.1/aclocal.m4-4351- # is EXPORTS), use it as is; otherwise, prepend... scrub-2.6.1/aclocal.m4:4352: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then scrub-2.6.1/aclocal.m4-4353- cp $export_symbols $output_objdir/$soname.def; ############################################## scrub-2.6.1/aclocal.m4-4374- # time. Moving up from 0x10000000 also allows more sbrk(2) space. scrub-2.6.1/aclocal.m4:4375: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/aclocal.m4:4376: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/aclocal.m4-4377- ;; ############################################## scrub-2.6.1/aclocal.m4-4392- pgcc*) # Portland Group C compiler scrub-2.6.1/aclocal.m4:4393: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/aclocal.m4-4394- tmp_addflag=' $pic_flag' ############################################## scrub-2.6.1/aclocal.m4-4396- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers scrub-2.6.1/aclocal.m4:4397: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/aclocal.m4-4398- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## scrub-2.6.1/aclocal.m4-4411- esac scrub-2.6.1/aclocal.m4:4412: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/aclocal.m4-4413- *Sun\ C*) # Sun C 5.9 scrub-2.6.1/aclocal.m4:4414: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/aclocal.m4-4415- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## scrub-2.6.1/aclocal.m4-4480- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) scrub-2.6.1/aclocal.m4:4481: case `$LD -v 2>&1` in scrub-2.6.1/aclocal.m4-4482- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## scrub-2.6.1/aclocal.m4-4601- # below for broken collect2 doesn't work under 4.3+ scrub-2.6.1/aclocal.m4:4602: collect2name=`${CC} -print-prog-name=collect2` scrub-2.6.1/aclocal.m4-4603- if test -f "$collect2name" && ############################################## scrub-2.6.1/aclocal.m4-4650- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" scrub-2.6.1/aclocal.m4:4651: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" scrub-2.6.1/aclocal.m4-4652- else ############################################## scrub-2.6.1/aclocal.m4-4705- # FIXME: Setting linknames here is a bad hack. scrub-2.6.1/aclocal.m4:4706: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' scrub-2.6.1/aclocal.m4-4707- # The linker will automatically build a .lib file if we build a DLL. ############################################## scrub-2.6.1/aclocal.m4-4710- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' scrub-2.6.1/aclocal.m4:4711: _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' scrub-2.6.1/aclocal.m4-4712- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## scrub-2.6.1/aclocal.m4-4840- if test "$GCC" = yes; then scrub-2.6.1/aclocal.m4:4841: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-4842- # Try to use the -exported_symbol ld option, if it does not ############################################## scrub-2.6.1/aclocal.m4-4847- AC_LINK_IFELSE(int foo(void) {}, scrub-2.6.1/aclocal.m4:4848: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' scrub-2.6.1/aclocal.m4-4849- ) ############################################## scrub-2.6.1/aclocal.m4-4851- else scrub-2.6.1/aclocal.m4:4852: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4:4853: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' scrub-2.6.1/aclocal.m4-4854- fi ############################################## scrub-2.6.1/aclocal.m4-4888- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes scrub-2.6.1/aclocal.m4:4889: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/aclocal.m4-4890- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## scrub-2.6.1/aclocal.m4-4921- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' scrub-2.6.1/aclocal.m4:4922: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-4923- else scrub-2.6.1/aclocal.m4-4924- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' scrub-2.6.1/aclocal.m4:4925: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-4926- fi ############################################## scrub-2.6.1/aclocal.m4-4934- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' scrub-2.6.1/aclocal.m4:4935: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-4936- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## scrub-2.6.1/aclocal.m4-4938- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' scrub-2.6.1/aclocal.m4:4939: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4:4940: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ scrub-2.6.1/aclocal.m4:4941: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' scrub-2.6.1/aclocal.m4-4942- ############################################## scrub-2.6.1/aclocal.m4-4957- else scrub-2.6.1/aclocal.m4:4958: case `$CC -V 2>&1` in scrub-2.6.1/aclocal.m4-4959- *"Compilers 5.0"*) ############################################## scrub-2.6.1/aclocal.m4-5149- _LT_TAGVAR(allow_undefined_flag, $1)= scrub-2.6.1/aclocal.m4:5150: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) scrub-2.6.1/aclocal.m4-5151- then ############################################## scrub-2.6.1/aclocal.m4-5459- # ancient GNU ld didn't support --whole-archive et. al. scrub-2.6.1/aclocal.m4:5460: if eval "`$CC -print-prog-name=ld` --help 2>&1" | scrub-2.6.1/aclocal.m4-5461- $GREP 'no-whole-archive' > /dev/null; then ############################################## scrub-2.6.1/aclocal.m4-5542- # below for broken collect2 doesn't work under 4.3+ scrub-2.6.1/aclocal.m4:5543: collect2name=`${CC} -print-prog-name=collect2` scrub-2.6.1/aclocal.m4-5544- if test -f "$collect2name" && ############################################## scrub-2.6.1/aclocal.m4-5592- scrub-2.6.1/aclocal.m4:5593: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" scrub-2.6.1/aclocal.m4-5594- else ############################################## scrub-2.6.1/aclocal.m4-5649- # is EXPORTS), use it as is; otherwise, prepend... scrub-2.6.1/aclocal.m4:5650: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then scrub-2.6.1/aclocal.m4-5651- cp $export_symbols $output_objdir/$soname.def; ############################################## scrub-2.6.1/aclocal.m4-5725- # dependencies. scrub-2.6.1/aclocal.m4:5726: 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 "X$list" | $Xsed' scrub-2.6.1/aclocal.m4-5727- ;; ############################################## scrub-2.6.1/aclocal.m4-5790- # dependencies. scrub-2.6.1/aclocal.m4:5791: 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 "X$list" | $Xsed' scrub-2.6.1/aclocal.m4-5792- ;; ############################################## scrub-2.6.1/aclocal.m4-5826- # time. Moving up from 0x10000000 also allows more sbrk(2) space. scrub-2.6.1/aclocal.m4:5827: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/aclocal.m4:5828: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/aclocal.m4-5829- ;; ############################################## scrub-2.6.1/aclocal.m4-5833- # SGI C++ scrub-2.6.1/aclocal.m4:5834: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-5835- ############################################## scrub-2.6.1/aclocal.m4-5844- if test "$with_gnu_ld" = no; then scrub-2.6.1/aclocal.m4:5845: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-5846- else scrub-2.6.1/aclocal.m4:5847: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' scrub-2.6.1/aclocal.m4-5848- fi ############################################## scrub-2.6.1/aclocal.m4-5865- # to its proper name (with version) after linking. scrub-2.6.1/aclocal.m4:5866: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' scrub-2.6.1/aclocal.m4:5867: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' scrub-2.6.1/aclocal.m4-5868- # Commands to make compiler produce verbose output that lists ############################################## scrub-2.6.1/aclocal.m4-5875- # dependencies. scrub-2.6.1/aclocal.m4:5876: 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 "X$list" | $Xsed' scrub-2.6.1/aclocal.m4-5877- ############################################## scrub-2.6.1/aclocal.m4-5890- # earlier do not add the objects themselves. scrub-2.6.1/aclocal.m4:5891: case `$CC -V 2>&1` in scrub-2.6.1/aclocal.m4-5892- *"Version 7."*) ############################################## scrub-2.6.1/aclocal.m4-5911- # Portland Group C++ compiler scrub-2.6.1/aclocal.m4:5912: case `$CC -V` in scrub-2.6.1/aclocal.m4-5913- *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) ############################################## scrub-2.6.1/aclocal.m4-5916- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ scrub-2.6.1/aclocal.m4:5917: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' scrub-2.6.1/aclocal.m4-5918- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## scrub-2.6.1/aclocal.m4-5920- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ scrub-2.6.1/aclocal.m4:5921: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ scrub-2.6.1/aclocal.m4-5922- $RANLIB $oldlib' ############################################## scrub-2.6.1/aclocal.m4-5925- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ scrub-2.6.1/aclocal.m4:5926: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' scrub-2.6.1/aclocal.m4-5927- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## scrub-2.6.1/aclocal.m4-5929- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ scrub-2.6.1/aclocal.m4:5930: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' scrub-2.6.1/aclocal.m4-5931- ;; ############################################## scrub-2.6.1/aclocal.m4-5939- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' scrub-2.6.1/aclocal.m4:5940: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/aclocal.m4-5941- ;; ############################################## scrub-2.6.1/aclocal.m4-5958- # dependencies. scrub-2.6.1/aclocal.m4:5959: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' scrub-2.6.1/aclocal.m4-5960- ;; ############################################## scrub-2.6.1/aclocal.m4-5973- *) scrub-2.6.1/aclocal.m4:5974: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/aclocal.m4-5975- *Sun\ C*) ############################################## scrub-2.6.1/aclocal.m4-5980- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' scrub-2.6.1/aclocal.m4:5981: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/aclocal.m4-5982- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## scrub-2.6.1/aclocal.m4-6050- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' scrub-2.6.1/aclocal.m4:6051: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/aclocal.m4-6052- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## scrub-2.6.1/aclocal.m4-6069- # to its proper name (with version) after linking. scrub-2.6.1/aclocal.m4:6070: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' scrub-2.6.1/aclocal.m4-6071- ############################################## scrub-2.6.1/aclocal.m4-6090- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' scrub-2.6.1/aclocal.m4:6091: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-6092- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## scrub-2.6.1/aclocal.m4-6095- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' scrub-2.6.1/aclocal.m4:6096: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4:6097: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ scrub-2.6.1/aclocal.m4-6098- echo "-hidden">> $lib.exp~ scrub-2.6.1/aclocal.m4:6099: $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 "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ scrub-2.6.1/aclocal.m4-6100- $RM $lib.exp' ############################################## scrub-2.6.1/aclocal.m4-6114- # dependencies. scrub-2.6.1/aclocal.m4:6115: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "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 "X$list" | $Xsed' scrub-2.6.1/aclocal.m4-6116- ;; ############################################## scrub-2.6.1/aclocal.m4-6121- osf3*) scrub-2.6.1/aclocal.m4:6122: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-6123- ;; scrub-2.6.1/aclocal.m4-6124- *) scrub-2.6.1/aclocal.m4:6125: _LT_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" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/aclocal.m4-6126- ;; ############################################## scrub-2.6.1/aclocal.m4-6420- scrub-2.6.1/aclocal.m4:6421: for p in `eval "$output_verbose_link_cmd"`; do scrub-2.6.1/aclocal.m4-6422- case $p in ############################################## scrub-2.6.1/aclocal.m4-6506-linux*) scrub-2.6.1/aclocal.m4:6507: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/aclocal.m4-6508- *Sun\ C*) ############################################## scrub-2.6.1/aclocal.m4-6557-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then scrub-2.6.1/aclocal.m4:6558: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` scrub-2.6.1/aclocal.m4-6559-fi ############################################## scrub-2.6.1/aclocal.m4-7091- test $lt_ac_count -gt 10 && break scrub-2.6.1/aclocal.m4:7092: lt_ac_count=`expr $lt_ac_count + 1` scrub-2.6.1/aclocal.m4-7093- if test $lt_ac_count -gt $lt_ac_max; then ############################################## scrub-2.6.1/aclocal.m4-7266- # Extract subdirectory from the argument. scrub-2.6.1/aclocal.m4:7267: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` scrub-2.6.1/aclocal.m4-7268- if test "X$func_dirname_result" = "X${1}"; then ############################################## scrub-2.6.1/aclocal.m4-7277-{ scrub-2.6.1/aclocal.m4:7278: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` scrub-2.6.1/aclocal.m4-7279-} ############################################## scrub-2.6.1/aclocal.m4-7307-{ scrub-2.6.1/aclocal.m4:7308: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` scrub-2.6.1/aclocal.m4:7309: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` scrub-2.6.1/aclocal.m4-7310-} ############################################## scrub-2.6.1/aclocal.m4-7314-{ scrub-2.6.1/aclocal.m4:7315: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` scrub-2.6.1/aclocal.m4-7316-} ############################################## scrub-2.6.1/aclocal.m4-7320-{ scrub-2.6.1/aclocal.m4:7321: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` scrub-2.6.1/aclocal.m4-7322-} ############################################## scrub-2.6.1/aclocal.m4-7326-{ scrub-2.6.1/aclocal.m4:7327: func_arith_result=`expr "$[@]"` scrub-2.6.1/aclocal.m4-7328-} ############################################## scrub-2.6.1/aclocal.m4-7333-{ scrub-2.6.1/aclocal.m4:7334: func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` scrub-2.6.1/aclocal.m4-7335-} ############################################## scrub-2.6.1/aclocal.m4-7796-m4_define([lt_combine], scrub-2.6.1/aclocal.m4:7797:[m4_if(m4_eval([$# > 3]), [1], scrub-2.6.1/aclocal.m4-7798- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## scrub-2.6.1/aclocal.m4-8016-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to scrub-2.6.1/aclocal.m4:8017:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. scrub-2.6.1/aclocal.m4-8018-# ############################################## scrub-2.6.1/aclocal.m4-8040-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: scrub-2.6.1/aclocal.m4:8041:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` scrub-2.6.1/aclocal.m4-8042-# and then we would define $MISSING as ############################################## scrub-2.6.1/aclocal.m4-8056-# expand $ac_aux_dir to an absolute path scrub-2.6.1/aclocal.m4:8057:am_aux_dir=`cd $ac_aux_dir && pwd` scrub-2.6.1/aclocal.m4-8058-]) ############################################## scrub-2.6.1/aclocal.m4-8157- if test "$am_compiler_list" = ""; then scrub-2.6.1/aclocal.m4:8158: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` scrub-2.6.1/aclocal.m4-8159- fi ############################################## scrub-2.6.1/aclocal.m4-8303- # Strip MF so we end up with the name of the file. scrub-2.6.1/aclocal.m4:8304: mf=`echo "$mf" | sed -e 's/:.*$//'` scrub-2.6.1/aclocal.m4-8305- # Check whether this is an Automake generated Makefile or not. ############################################## scrub-2.6.1/aclocal.m4-8312- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then scrub-2.6.1/aclocal.m4:8313: dirpart=`AS_DIRNAME("$mf")` scrub-2.6.1/aclocal.m4-8314- else ############################################## scrub-2.6.1/aclocal.m4-8318- # from the Makefile without running `make'. scrub-2.6.1/aclocal.m4:8319: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` scrub-2.6.1/aclocal.m4-8320- test -z "$DEPDIR" && continue scrub-2.6.1/aclocal.m4:8321: am__include=`sed -n 's/^am__include = //p' < "$mf"` scrub-2.6.1/aclocal.m4-8322- test -z "am__include" && continue scrub-2.6.1/aclocal.m4:8323: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` scrub-2.6.1/aclocal.m4-8324- # When using ansi2knr, U may be empty or an underscore; expand it scrub-2.6.1/aclocal.m4:8325: U=`sed -n 's/^U = //p' < "$mf"` scrub-2.6.1/aclocal.m4-8326- # Find all dependency output files, they are included files with ############################################## scrub-2.6.1/aclocal.m4-8334- test -f "$dirpart/$file" && continue scrub-2.6.1/aclocal.m4:8335: fdir=`AS_DIRNAME(["$file"])` scrub-2.6.1/aclocal.m4-8336- AS_MKDIR_P([$dirpart/$fdir]) ############################################## scrub-2.6.1/aclocal.m4-8401-AC_REQUIRE([AC_PROG_INSTALL])dnl scrub-2.6.1/aclocal.m4:8402:if test "`cd $srcdir && pwd`" != "`pwd`"; then scrub-2.6.1/aclocal.m4-8403- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## scrub-2.6.1/aclocal.m4-8503- * ) scrub-2.6.1/aclocal.m4:8504: _am_stamp_count=`expr $_am_stamp_count + 1` ;; scrub-2.6.1/aclocal.m4-8505- esac scrub-2.6.1/aclocal.m4-8506-done scrub-2.6.1/aclocal.m4:8507:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) scrub-2.6.1/aclocal.m4-8508- ############################################## scrub-2.6.1/aclocal.m4-8618-# Ignore all kinds of additional output from `make'. scrub-2.6.1/aclocal.m4:8619:case `$am_make -s -f confmf 2> /dev/null` in #( scrub-2.6.1/aclocal.m4-8620-*the\ am__doit\ target*) ############################################## scrub-2.6.1/aclocal.m4-8628- echo '.include "confinc"' > confmf scrub-2.6.1/aclocal.m4:8629: case `$am_make -s -f confmf 2> /dev/null` in #( scrub-2.6.1/aclocal.m4-8630- *the\ am__doit\ target*) ############################################## scrub-2.6.1/aclocal.m4-8661-set dummy $CC scrub-2.6.1/aclocal.m4:8662:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` scrub-2.6.1/aclocal.m4-8663-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## scrub-2.6.1/aclocal.m4-8816-if ( scrub-2.6.1/aclocal.m4:8817: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` scrub-2.6.1/aclocal.m4-8818- if test "$[*]" = "X"; then scrub-2.6.1/aclocal.m4-8819- # -L didn't work. scrub-2.6.1/aclocal.m4:8820: set X `ls -t "$srcdir/configure" conftest.file` scrub-2.6.1/aclocal.m4-8821- fi ############################################## scrub-2.6.1/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo scrub-2.6.1/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then scrub-2.6.1/configure-48- as_echo='printf %s\n' ############################################## scrub-2.6.1/configure-50-else scrub-2.6.1/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then scrub-2.6.1/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## scrub-2.6.1/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; scrub-2.6.1/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; scrub-2.6.1/configure-62- esac; ############################################## scrub-2.6.1/configure-234- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && scrub-2.6.1/configure:235: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } scrub-2.6.1/configure-236-") 2> /dev/null; then ############################################## scrub-2.6.1/configure-349- test "x$as_lineno_1" != "x$as_lineno_2" && scrub-2.6.1/configure:350: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } scrub-2.6.1/configure-351- ############################################## scrub-2.6.1/configure-445- test "x$as_lineno_1" != "x$as_lineno_2" && scrub-2.6.1/configure:446: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { scrub-2.6.1/configure-447- ############################################## scrub-2.6.1/configure-558- esac; scrub-2.6.1/configure:559: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in scrub-2.6.1/configure-560- ???[sx]*):;;*)false;;esac;fi ############################################## scrub-2.6.1/configure-580- # Remove one level of quotation (which was required for Make). scrub-2.6.1/configure:581: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` scrub-2.6.1/configure-582- ;; ############################################## scrub-2.6.1/configure-591- : scrub-2.6.1/configure:592:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then scrub-2.6.1/configure-593- # Yippee, $ECHO works! ############################################## scrub-2.6.1/configure-617- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... scrub-2.6.1/configure:618: if { echo_test_string=`eval $cmd`; } 2>/dev/null && scrub-2.6.1/configure-619- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## scrub-2.6.1/configure-625- scrub-2.6.1/configure:626: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/configure:627: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/configure-628- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-640- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && scrub-2.6.1/configure:641: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && scrub-2.6.1/configure:642: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/configure-643- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-652- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/configure:653: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/configure-654- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-667- ECHO='printf %s\n' scrub-2.6.1/configure:668: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && scrub-2.6.1/configure:669: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && scrub-2.6.1/configure-670- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-672- : scrub-2.6.1/configure:673: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && scrub-2.6.1/configure-674- test "X$echo_testing_string" = 'X\t' && scrub-2.6.1/configure:675: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/configure-676- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-681- ECHO="$CONFIG_SHELL $0 --fallback-echo" scrub-2.6.1/configure:682: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && scrub-2.6.1/configure-683- test "X$echo_testing_string" = 'X\t' && scrub-2.6.1/configure:684: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && scrub-2.6.1/configure-685- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## scrub-2.6.1/configure-691- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do scrub-2.6.1/configure:692: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null scrub-2.6.1/configure-693- then ############################################## scrub-2.6.1/configure-699- if test "$prev" != 'sed 50q "$0"'; then scrub-2.6.1/configure:700: echo_test_string=`eval $prev` scrub-2.6.1/configure-701- export echo_test_string ############################################## scrub-2.6.1/configure-1016- case $ac_option in scrub-2.6.1/configure:1017: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; scrub-2.6.1/configure-1018- *) ac_optarg=yes ;; ############################################## scrub-2.6.1/configure-1059- -disable-* | --disable-*) scrub-2.6.1/configure:1060: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` scrub-2.6.1/configure-1061- # Reject names that are not valid shell variable names. ############################################## scrub-2.6.1/configure-1065- ac_useropt_orig=$ac_useropt scrub-2.6.1/configure:1066: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` scrub-2.6.1/configure-1067- case $ac_user_opts in ############################################## scrub-2.6.1/configure-1086- -enable-* | --enable-*) scrub-2.6.1/configure:1087: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` scrub-2.6.1/configure-1088- # Reject names that are not valid shell variable names. ############################################## scrub-2.6.1/configure-1092- ac_useropt_orig=$ac_useropt scrub-2.6.1/configure:1093: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` scrub-2.6.1/configure-1094- case $ac_user_opts in ############################################## scrub-2.6.1/configure-1291- -with-* | --with-*) scrub-2.6.1/configure:1292: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` scrub-2.6.1/configure-1293- # Reject names that are not valid shell variable names. ############################################## scrub-2.6.1/configure-1297- ac_useropt_orig=$ac_useropt scrub-2.6.1/configure:1298: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` scrub-2.6.1/configure-1299- case $ac_user_opts in ############################################## scrub-2.6.1/configure-1308- -without-* | --without-*) scrub-2.6.1/configure:1309: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` scrub-2.6.1/configure-1310- # Reject names that are not valid shell variable names. ############################################## scrub-2.6.1/configure-1314- ac_useropt_orig=$ac_useropt scrub-2.6.1/configure:1315: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` scrub-2.6.1/configure-1316- case $ac_user_opts in ############################################## scrub-2.6.1/configure-1348- *=*) scrub-2.6.1/configure:1349: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` scrub-2.6.1/configure-1350- # Reject names that are not valid shell variable names. ############################################## scrub-2.6.1/configure-1368-if test -n "$ac_prev"; then scrub-2.6.1/configure:1369: ac_option=--`echo $ac_prev | sed 's/_/-/g'` scrub-2.6.1/configure-1370- { $as_echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## scrub-2.6.1/configure-1392- */ ) scrub-2.6.1/configure:1393: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` scrub-2.6.1/configure-1394- eval $ac_var=\$ac_val;; ############################################## scrub-2.6.1/configure-1430-ac_ls_di=`ls -di .` && scrub-2.6.1/configure:1431:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || scrub-2.6.1/configure-1432- { $as_echo "$as_me: error: working directory cannot be determined" >&2 ############################################## scrub-2.6.1/configure-1490-case $srcdir in scrub-2.6.1/configure:1491:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; scrub-2.6.1/configure-1492-esac ############################################## scrub-2.6.1/configure-1533-By default, \`make install' will install all the files in scrub-2.6.1/configure:1534:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify scrub-2.6.1/configure:1535:an installation prefix other than \`$ac_default_prefix' using \`--prefix', scrub-2.6.1/configure-1536-for instance \`--prefix=\$HOME'. ############################################## scrub-2.6.1/configure-1635-*) scrub-2.6.1/configure:1636: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` scrub-2.6.1/configure-1637- # A ".." for each directory in $ac_dir_suffix. scrub-2.6.1/configure:1638: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` scrub-2.6.1/configure-1639- case $ac_top_builddir_sub in ############################################## scrub-2.6.1/configure-1768- *\'*) scrub-2.6.1/configure:1769: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; scrub-2.6.1/configure-1770- esac ############################################## scrub-2.6.1/configure-1855- case $ac_val in scrub-2.6.1/configure:1856: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; scrub-2.6.1/configure-1857- esac ############################################## scrub-2.6.1/configure-1872- case $ac_val in scrub-2.6.1/configure:1873: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; scrub-2.6.1/configure-1874- esac ############################################## scrub-2.6.1/configure-1983- set,) scrub-2.6.1/configure:1984: { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 scrub-2.6.1/configure:1985:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} scrub-2.6.1/configure-1986- ac_cache_corrupted=: ;; ############################################## scrub-2.6.1/configure-1994- # differences in whitespace do not lead to failure. scrub-2.6.1/configure:1995: ac_old_val_w=`echo x $ac_old_val` scrub-2.6.1/configure:1996: ac_new_val_w=`echo x $ac_new_val` scrub-2.6.1/configure-1997- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## scrub-2.6.1/configure-2014- case $ac_new_val in scrub-2.6.1/configure:2015: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; scrub-2.6.1/configure-2016- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## scrub-2.6.1/configure-2110-test "x$ac_build_alias" = x && scrub-2.6.1/configure:2111: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` scrub-2.6.1/configure-2112-test "x$ac_build_alias" = x && ############################################## scrub-2.6.1/configure-2115- { (exit 1); exit 1; }; } scrub-2.6.1/configure:2116:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || scrub-2.6.1/configure-2117- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 ############################################## scrub-2.6.1/configure-2140-IFS=$ac_save_IFS scrub-2.6.1/configure:2141:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac scrub-2.6.1/configure-2142- ############################################## scrub-2.6.1/configure-2151-else scrub-2.6.1/configure:2152: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || scrub-2.6.1/configure-2153- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 ############################################## scrub-2.6.1/configure-2177-IFS=$ac_save_IFS scrub-2.6.1/configure:2178:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac scrub-2.6.1/configure-2179- ############################################## scrub-2.6.1/configure-2188-else scrub-2.6.1/configure:2189: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || scrub-2.6.1/configure-2190- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 ############################################## scrub-2.6.1/configure-2214-IFS=$ac_save_IFS scrub-2.6.1/configure:2215:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac scrub-2.6.1/configure-2216- ############################################## scrub-2.6.1/configure-2655-if ( scrub-2.6.1/configure:2656: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` scrub-2.6.1/configure-2657- if test "$*" = "X"; then scrub-2.6.1/configure-2658- # -L didn't work. scrub-2.6.1/configure:2659: set X `ls -t "$srcdir/configure" conftest.file` scrub-2.6.1/configure-2660- fi ############################################## scrub-2.6.1/configure-2697-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' scrub-2.6.1/configure:2698:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` scrub-2.6.1/configure-2699- scrub-2.6.1/configure-2700-# expand $ac_aux_dir to an absolute path scrub-2.6.1/configure:2701:am_aux_dir=`cd $ac_aux_dir && pwd` scrub-2.6.1/configure-2702- ############################################## scrub-2.6.1/configure-2842- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue scrub-2.6.1/configure:2843: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( scrub-2.6.1/configure-2844- 'mkdir (GNU coreutils) '* | \ ############################################## scrub-2.6.1/configure-2921-set x ${MAKE-make} scrub-2.6.1/configure:2922:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` scrub-2.6.1/configure-2923-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## scrub-2.6.1/configure-2931-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. scrub-2.6.1/configure:2932:case `${MAKE-make} -f conftest.make 2>/dev/null` in scrub-2.6.1/configure-2933- *@@@%%%=?*=@@@%%%*) ############################################## scrub-2.6.1/configure-2958- scrub-2.6.1/configure:2959:if test "`cd $srcdir && pwd`" != "`pwd`"; then scrub-2.6.1/configure-2960- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## scrub-2.6.1/configure-3443-$as_echo_n "checking for C compiler default output file name... " >&6; } scrub-2.6.1/configure:3444:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` scrub-2.6.1/configure-3445- ############################################## scrub-2.6.1/configure-3487- then :; else scrub-2.6.1/configure:3488: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` scrub-2.6.1/configure-3489- fi ############################################## scrub-2.6.1/configure-3590- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; scrub-2.6.1/configure:3591: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` scrub-2.6.1/configure-3592- break;; ############################################## scrub-2.6.1/configure-3648- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; scrub-2.6.1/configure:3649: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` scrub-2.6.1/configure-3650- break;; ############################################## scrub-2.6.1/configure-4029-# Ignore all kinds of additional output from `make'. scrub-2.6.1/configure:4030:case `$am_make -s -f confmf 2> /dev/null` in #( scrub-2.6.1/configure-4031-*the\ am__doit\ target*) ############################################## scrub-2.6.1/configure-4039- echo '.include "confinc"' > confmf scrub-2.6.1/configure:4040: case `$am_make -s -f confmf 2> /dev/null` in #( scrub-2.6.1/configure-4041- *the\ am__doit\ target*) ############################################## scrub-2.6.1/configure-4100- if test "$am_compiler_list" = ""; then scrub-2.6.1/configure:4101: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` scrub-2.6.1/configure-4102- fi ############################################## scrub-2.6.1/configure-4319-set dummy $CC scrub-2.6.1/configure:4320:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` scrub-2.6.1/configure-4321-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## scrub-2.6.1/configure-4592- # Check for GNU $ac_path_GREP scrub-2.6.1/configure:4593:case `"$ac_path_GREP" --version 2>&1` in scrub-2.6.1/configure-4594-*GNU*) ############################################## scrub-2.6.1/configure-4606- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break scrub-2.6.1/configure:4607: ac_count=`expr $ac_count + 1` scrub-2.6.1/configure-4608- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## scrub-2.6.1/configure-4660- # Check for GNU $ac_path_EGREP scrub-2.6.1/configure:4661:case `"$ac_path_EGREP" --version 2>&1` in scrub-2.6.1/configure-4662-*GNU*) ############################################## scrub-2.6.1/configure-4674- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break scrub-2.6.1/configure:4675: ac_count=`expr $ac_count + 1` scrub-2.6.1/configure-4676- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## scrub-2.6.1/configure-4898-do scrub-2.6.1/configure:4899:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` scrub-2.6.1/configure-4900-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## scrub-2.6.1/configure-4950- cat >>confdefs.h <<_ACEOF scrub-2.6.1/configure:4951:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 scrub-2.6.1/configure-4952-_ACEOF ############################################## scrub-2.6.1/configure-5374-do scrub-2.6.1/configure:5375:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` scrub-2.6.1/configure-5376-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## scrub-2.6.1/configure-5510- cat >>confdefs.h <<_ACEOF scrub-2.6.1/configure:5511:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 scrub-2.6.1/configure-5512-_ACEOF ############################################## scrub-2.6.1/configure-5568- # Check for GNU $ac_path_SED scrub-2.6.1/configure:5569:case `"$ac_path_SED" --version 2>&1` in scrub-2.6.1/configure-5570-*GNU*) ############################################## scrub-2.6.1/configure-5582- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break scrub-2.6.1/configure:5583: ac_count=`expr $ac_count + 1` scrub-2.6.1/configure-5584- if test $ac_count -gt ${ac_path_SED_max-0}; then ############################################## scrub-2.6.1/configure-5649- # Check for GNU $ac_path_FGREP scrub-2.6.1/configure:5650:case `"$ac_path_FGREP" --version 2>&1` in scrub-2.6.1/configure-5651-*GNU*) ############################################## scrub-2.6.1/configure-5663- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break scrub-2.6.1/configure:5664: ac_count=`expr $ac_count + 1` scrub-2.6.1/configure-5665- if test $ac_count -gt ${ac_path_FGREP_max-0}; then ############################################## scrub-2.6.1/configure-5731- # gcc leaves a trailing carriage return which upsets mingw scrub-2.6.1/configure:5732: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; scrub-2.6.1/configure-5733- *) scrub-2.6.1/configure:5734: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; scrub-2.6.1/configure-5735- esac ############################################## scrub-2.6.1/configure-5740- # Canonicalize the pathname of ld scrub-2.6.1/configure:5741: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` scrub-2.6.1/configure-5742- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do scrub-2.6.1/configure:5743: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` scrub-2.6.1/configure-5744- done ############################################## scrub-2.6.1/configure-5775- # Break only if it was the GNU/non-GNU ld that we prefer. scrub-2.6.1/configure:5776: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in scrub-2.6.1/configure-5777- *GNU* | *'with BFD'*) ############################################## scrub-2.6.1/configure-5808- # I'd rather use --version here, but apparently some GNU lds only accept -v. scrub-2.6.1/configure:5809:case `$LD -v 2>&1 </dev/null` in scrub-2.6.1/configure-5810-*GNU* | *'with BFD'*) ############################################## scrub-2.6.1/configure-5853- # Tru64's nm complains that /dev/null is an invalid object file scrub-2.6.1/configure:5854: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in scrub-2.6.1/configure-5855- */dev/null* | *'Invalid file or object type'*) ############################################## scrub-2.6.1/configure-5859- *) scrub-2.6.1/configure:5860: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in scrub-2.6.1/configure-5861- */dev/null*) ############################################## scrub-2.6.1/configure-6082- # And add a safety zone scrub-2.6.1/configure:6083: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` scrub-2.6.1/configure:6084: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` scrub-2.6.1/configure-6085- ;; ############################################## scrub-2.6.1/configure-6110- if test -n "$kargmax"; then scrub-2.6.1/configure:6111: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` scrub-2.6.1/configure-6112- else ############################################## scrub-2.6.1/configure-6118- if test -n "$lt_cv_sys_max_cmd_len"; then scrub-2.6.1/configure:6119: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` scrub-2.6.1/configure:6120: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` scrub-2.6.1/configure-6121- else ############################################## scrub-2.6.1/configure-6130- # we can't tell. scrub-2.6.1/configure:6131: while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ scrub-2.6.1/configure-6132- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## scrub-2.6.1/configure-6134- do scrub-2.6.1/configure:6135: i=`expr $i + 1` scrub-2.6.1/configure-6136- teststring=$teststring$teststring ############################################## scrub-2.6.1/configure-6138- # Only check the string length outside the loop. scrub-2.6.1/configure:6139: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` scrub-2.6.1/configure-6140- teststring= ############################################## scrub-2.6.1/configure-6143- # linker. It appears as though 1/2 is a usable value. scrub-2.6.1/configure:6144: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` scrub-2.6.1/configure-6145- fi ############################################## scrub-2.6.1/configure-6498-openbsd*) scrub-2.6.1/configure:6499: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/configure-6500- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## scrub-2.6.1/configure-6987-# If we're using GNU nm, then use its standard symbol codes. scrub-2.6.1/configure:6988:case `$NM -V 2>&1` in scrub-2.6.1/configure-6989-*GNU* | *'with BFD'*) ############################################## scrub-2.6.1/configure-7005-mingw*) scrub-2.6.1/configure:7006: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp scrub-2.6.1/configure-7007- ;; ############################################## scrub-2.6.1/configure-7201- (exit $ac_status); }; then scrub-2.6.1/configure:7202: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/configure-7203- *ELF-32*) ############################################## scrub-2.6.1/configure-7221- if test "$lt_cv_prog_gnu_ld" = yes; then scrub-2.6.1/configure:7222: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/configure-7223- *32-bit*) ############################################## scrub-2.6.1/configure-7233- else scrub-2.6.1/configure:7234: case `/usr/bin/file conftest.$ac_objext` in scrub-2.6.1/configure-7235- *32-bit*) ############################################## scrub-2.6.1/configure-8022-do scrub-2.6.1/configure:8023:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` scrub-2.6.1/configure-8024-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## scrub-2.6.1/configure-8074- cat >>confdefs.h <<_ACEOF scrub-2.6.1/configure:8075:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 scrub-2.6.1/configure-8076-_ACEOF ############################################## scrub-2.6.1/configure-8354-done scrub-2.6.1/configure:8355:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` scrub-2.6.1/configure-8356- ############################################## scrub-2.6.1/configure-8383- "file_magic "*) scrub-2.6.1/configure:8384: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` scrub-2.6.1/configure-8385- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## scrub-2.6.1/configure-8449- "file_magic "*) scrub-2.6.1/configure:8450: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` scrub-2.6.1/configure-8451- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## scrub-2.6.1/configure-8788- *) scrub-2.6.1/configure:8789: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/configure-8790- *Sun\ C*) ############################################## scrub-2.6.1/configure-9124- if test "$hard_links" = no; then scrub-2.6.1/configure:9125: { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 scrub-2.6.1/configure:9126:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} scrub-2.6.1/configure-9127- need_locks=warn ############################################## scrub-2.6.1/configure-9217- supports_anon_versioning=no scrub-2.6.1/configure:9218: case `$LD -v 2>&1` in scrub-2.6.1/configure-9219- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## scrub-2.6.1/configure-9282- # is EXPORTS), use it as is; otherwise, prepend... scrub-2.6.1/configure:9283: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then scrub-2.6.1/configure-9284- cp $export_symbols $output_objdir/$soname.def; ############################################## scrub-2.6.1/configure-9305- # time. Moving up from 0x10000000 also allows more sbrk(2) space. scrub-2.6.1/configure:9306: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/configure:9307: archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' scrub-2.6.1/configure-9308- ;; ############################################## scrub-2.6.1/configure-9323- pgcc*) # Portland Group C compiler scrub-2.6.1/configure:9324: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/configure-9325- tmp_addflag=' $pic_flag' ############################################## scrub-2.6.1/configure-9327- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers scrub-2.6.1/configure:9328: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/configure-9329- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## scrub-2.6.1/configure-9342- esac scrub-2.6.1/configure:9343: case `$CC -V 2>&1 | sed 5q` in scrub-2.6.1/configure-9344- *Sun\ C*) # Sun C 5.9 scrub-2.6.1/configure:9345: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' scrub-2.6.1/configure-9346- compiler_needs_object=yes ############################################## scrub-2.6.1/configure-9411- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) scrub-2.6.1/configure:9412: case `$LD -v 2>&1` in scrub-2.6.1/configure-9413- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## scrub-2.6.1/configure-9532- # below for broken collect2 doesn't work under 4.3+ scrub-2.6.1/configure:9533: collect2name=`${CC} -print-prog-name=collect2` scrub-2.6.1/configure-9534- if test -f "$collect2name" && ############################################## scrub-2.6.1/configure-9623- }' scrub-2.6.1/configure:9624:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/configure-9625-# Check for a 64-bit object if we didn't find anything. scrub-2.6.1/configure-9626-if test -z "$aix_libpath"; then scrub-2.6.1/configure:9627: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/configure-9628-fi ############################################## scrub-2.6.1/configure-9641- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" scrub-2.6.1/configure:9642: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" scrub-2.6.1/configure-9643- else ############################################## scrub-2.6.1/configure-9694- }' scrub-2.6.1/configure:9695:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/configure-9696-# Check for a 64-bit object if we didn't find anything. scrub-2.6.1/configure-9697-if test -z "$aix_libpath"; then scrub-2.6.1/configure:9698: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` scrub-2.6.1/configure-9699-fi ############################################## scrub-2.6.1/configure-9756- # FIXME: Setting linknames here is a bad hack. scrub-2.6.1/configure:9757: archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' scrub-2.6.1/configure-9758- # The linker will automatically build a .lib file if we build a DLL. ############################################## scrub-2.6.1/configure-9761- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' scrub-2.6.1/configure:9762: fix_srcfile_path='`cygpath -w "$srcfile"`' scrub-2.6.1/configure-9763- enable_shared_with_static_runtimes=yes ############################################## scrub-2.6.1/configure-9914- if test "$GCC" = yes; then scrub-2.6.1/configure:9915: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure-9916- # Try to use the -exported_symbol ld option, if it does not ############################################## scrub-2.6.1/configure-9944- }; then scrub-2.6.1/configure:9945: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' scrub-2.6.1/configure-9946- ############################################## scrub-2.6.1/configure-9958- else scrub-2.6.1/configure:9959: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure:9960: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' scrub-2.6.1/configure-9961- fi ############################################## scrub-2.6.1/configure-9995- hardcode_direct_absolute=yes scrub-2.6.1/configure:9996: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/configure-9997- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## scrub-2.6.1/configure-10028- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' scrub-2.6.1/configure:10029: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure-10030- else scrub-2.6.1/configure-10031- allow_undefined_flag=' -expect_unresolved \*' scrub-2.6.1/configure:10032: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure-10033- fi ############################################## scrub-2.6.1/configure-10041- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' scrub-2.6.1/configure:10042: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure-10043- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## scrub-2.6.1/configure-10045- allow_undefined_flag=' -expect_unresolved \*' scrub-2.6.1/configure:10046: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' scrub-2.6.1/configure:10047: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ scrub-2.6.1/configure:10048: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' scrub-2.6.1/configure-10049- ############################################## scrub-2.6.1/configure-10064- else scrub-2.6.1/configure:10065: case `$CC -V 2>&1` in scrub-2.6.1/configure-10066- *"Compilers 5.0"*) ############################################## scrub-2.6.1/configure-10458- esac scrub-2.6.1/configure:10459: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` scrub-2.6.1/configure-10460- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## scrub-2.6.1/configure-10464- # okay in the real world where ";" in dirpaths is itself problematic. scrub-2.6.1/configure:10465: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` scrub-2.6.1/configure-10466- else scrub-2.6.1/configure:10467: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` scrub-2.6.1/configure-10468- fi ############################################## scrub-2.6.1/configure-10471- lt_tmp_lt_search_path_spec= scrub-2.6.1/configure:10472: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` scrub-2.6.1/configure-10473- for lt_sys_path in $lt_search_path_spec; do ############################################## scrub-2.6.1/configure-10500-}'` scrub-2.6.1/configure:10501: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` scrub-2.6.1/configure-10502-else ############################################## scrub-2.6.1/configure-10588- # Create ${libname}_ixlibrary.a entries in /sys/libs. scrub-2.6.1/configure:10589: 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' scrub-2.6.1/configure-10590- ;; ############################################## scrub-2.6.1/configure-10623- # DLL is installed to $(libdir)/../bin by postinstall_cmds scrub-2.6.1/configure:10624: postinstall_cmds='base_file=`basename \${file}`~ scrub-2.6.1/configure:10625: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ scrub-2.6.1/configure:10626: dldir=$destdir/`dirname \$dlpath`~ scrub-2.6.1/configure-10627- test -d \$dldir || mkdir -p \$dldir~ ############################################## scrub-2.6.1/configure-10632- fi' scrub-2.6.1/configure:10633: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ scrub-2.6.1/configure-10634- dlpath=$dir/\$dldll~ ############################################## scrub-2.6.1/configure-10640- # Cygwin DLLs use 'cyg' prefix rather than 'lib' scrub-2.6.1/configure:10641: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/configure-10642- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## scrub-2.6.1/configure-10645- # MinGW DLLs use traditional 'lib' prefix scrub-2.6.1/configure:10646: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/configure:10647: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` scrub-2.6.1/configure-10648- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## scrub-2.6.1/configure-10654- # which wouldn't understand a cygwinified path. Ahh. scrub-2.6.1/configure:10655: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` scrub-2.6.1/configure-10656- else scrub-2.6.1/configure:10657: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` scrub-2.6.1/configure-10658- fi ############################################## scrub-2.6.1/configure-10661- # pw32 DLLs use 'pw' prefix rather than 'lib' scrub-2.6.1/configure:10662: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' scrub-2.6.1/configure-10663- ;; ############################################## scrub-2.6.1/configure-10667- *) scrub-2.6.1/configure:10668: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' scrub-2.6.1/configure-10669- ;; ############################################## scrub-2.6.1/configure-10684- shlibpath_var=DYLD_LIBRARY_PATH scrub-2.6.1/configure:10685: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' scrub-2.6.1/configure-10686- ############################################## scrub-2.6.1/configure-10935- if test -f /etc/ld.so.conf; then scrub-2.6.1/configure:10936: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` scrub-2.6.1/configure-10937- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## scrub-2.6.1/configure-10997- shlibpath_var=LD_LIBRARY_PATH scrub-2.6.1/configure:10998: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then scrub-2.6.1/configure-10999- case $host_os in ############################################## scrub-2.6.1/configure-12778-do scrub-2.6.1/configure:12779:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` scrub-2.6.1/configure-12780-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## scrub-2.6.1/configure-12870- cat >>confdefs.h <<_ACEOF scrub-2.6.1/configure:12871:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 scrub-2.6.1/configure-12872-_ACEOF ############################################## scrub-2.6.1/configure-13415- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' scrub-2.6.1/configure:13416: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` scrub-2.6.1/configure-13417- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## scrub-2.6.1/configure-13529-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo scrub-2.6.1/configure:13530:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then scrub-2.6.1/configure-13531- as_echo='printf %s\n' ############################################## scrub-2.6.1/configure-13533-else scrub-2.6.1/configure:13534: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then scrub-2.6.1/configure-13535- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## scrub-2.6.1/configure-13543- expr "X$arg" : "X\\(.*\\)$as_nl"; scrub-2.6.1/configure:13544: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; scrub-2.6.1/configure-13545- esac; ############################################## scrub-2.6.1/configure-13659- test "x$as_lineno_1" != "x$as_lineno_2" && scrub-2.6.1/configure:13660: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { scrub-2.6.1/configure-13661- ############################################## scrub-2.6.1/configure-13772- esac; scrub-2.6.1/configure:13773: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in scrub-2.6.1/configure-13774- ???[sx]*):;;*)false;;esac;fi ############################################## scrub-2.6.1/configure-13857-configured by $0, generated by GNU Autoconf 2.63, scrub-2.6.1/configure:13858: with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" scrub-2.6.1/configure-13859- ############################################## scrub-2.6.1/configure-13878- --*=*) scrub-2.6.1/configure:13879: ac_option=`expr "X$1" : 'X\([^=]*\)='` scrub-2.6.1/configure:13880: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` scrub-2.6.1/configure-13881- ac_shift=: ############################################## scrub-2.6.1/configure-13900- case $ac_optarg in scrub-2.6.1/configure:13901: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; scrub-2.6.1/configure-13902- esac ############################################## scrub-2.6.1/configure-13907- case $ac_optarg in scrub-2.6.1/configure:13908: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; scrub-2.6.1/configure-13909- esac ############################################## scrub-2.6.1/configure-13978-delay_variable_subst='$delay_variable_subst' scrub-2.6.1/configure:13979:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13980:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13981:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13982:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13983:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13984:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13985:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13986:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13987:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13988:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13989:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13990:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13991:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13992:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13993:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13994:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13995:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13996:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13997:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13998:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:13999:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14000:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14001:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14002:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14003:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14004:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14005:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14006:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14007:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14008:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14009:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14010:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14011:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14012:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14013:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14014:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14015:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14016:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14017:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14018:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14019:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14020:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14021:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14022:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14023:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14024:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14025:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14026:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14027:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14028:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14029:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14030:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14031:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14032:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14033:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14034:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14035:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14036:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14037:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14038:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14039:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14040:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14041:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14042:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14043:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14044:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14045:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14046:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14047:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14048:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14049:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14050:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14051:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14052:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14053:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14054:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14055:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14056:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14057:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14058:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14059:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14060:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14061:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14062:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14063:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14064:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14065:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14066:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14067:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14068:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14069:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14070:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14071:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14072:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14073:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14074:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14075:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14076:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14077:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14078:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14079:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14080:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14081:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14082:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14083:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14084:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14085:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14086:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14087:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14088:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14089:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14090:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14091:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14092:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14093:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14094:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14095:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure:14096:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' scrub-2.6.1/configure-14097- ############################################## scrub-2.6.1/configure-14160-striplib; do scrub-2.6.1/configure:14161: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in scrub-2.6.1/configure-14162- *[\\\\\\\`\\"\\\$]*) scrub-2.6.1/configure:14163: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" scrub-2.6.1/configure-14164- ;; ############################################## scrub-2.6.1/configure-14189-sys_lib_dlsearch_path_spec; do scrub-2.6.1/configure:14190: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in scrub-2.6.1/configure-14191- *[\\\\\\\`\\"\\\$]*) scrub-2.6.1/configure:14192: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" scrub-2.6.1/configure-14193- ;; ############################################## scrub-2.6.1/configure-14201-case \$lt_ECHO in scrub-2.6.1/configure:14202:*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` scrub-2.6.1/configure-14203- ;; ############################################## scrub-2.6.1/configure-14298-ac_cr='' scrub-2.6.1/configure:14299:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` scrub-2.6.1/configure-14300-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## scrub-2.6.1/configure-14317- { (exit 1); exit 1; }; } scrub-2.6.1/configure:14318:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` scrub-2.6.1/configure-14319-ac_delim='%!_!# ' ############################################## scrub-2.6.1/configure-14325- scrub-2.6.1/configure:14326: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` scrub-2.6.1/configure-14327- if test $ac_delim_n = $ac_delim_num; then ############################################## scrub-2.6.1/configure-14459-for ac_last_try in false false :; do scrub-2.6.1/configure:14460: ac_t=`sed -n "/$ac_delim/p" confdefs.h` scrub-2.6.1/configure-14461- if test -z "$ac_t"; then ############################################## scrub-2.6.1/configure-14599- esac scrub-2.6.1/configure:14600: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac scrub-2.6.1/configure-14601- ac_file_inputs="$ac_file_inputs '$ac_f'" ############################################## scrub-2.6.1/configure-14662- case $as_dir in #( scrub-2.6.1/configure:14663: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( scrub-2.6.1/configure-14664- *) as_qdir=$as_dir;; ############################################## scrub-2.6.1/configure-14700-*) scrub-2.6.1/configure:14701: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` scrub-2.6.1/configure-14702- # A ".." for each directory in $ac_dir_suffix. scrub-2.6.1/configure:14703: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` scrub-2.6.1/configure-14704- case $ac_top_builddir_sub in ############################################## scrub-2.6.1/configure-14763-' scrub-2.6.1/configure:14764:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in scrub-2.6.1/configure-14765-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## scrub-2.6.1/configure-14780- scrub-2.6.1/configure:14781:# Neutralize VPATH when `$srcdir' = `.'. scrub-2.6.1/configure-14782-# Shell code in configure.ac might set extrasub. ############################################## scrub-2.6.1/configure-14810-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && scrub-2.6.1/configure:14811: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && scrub-2.6.1/configure:14812: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && scrub-2.6.1/configure-14813- { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## scrub-2.6.1/configure-14863- * ) scrub-2.6.1/configure:14864: _am_stamp_count=`expr $_am_stamp_count + 1` ;; scrub-2.6.1/configure-14865- esac ############################################## scrub-2.6.1/configure-14910- # Strip MF so we end up with the name of the file. scrub-2.6.1/configure:14911: mf=`echo "$mf" | sed -e 's/:.*$//'` scrub-2.6.1/configure-14912- # Check whether this is an Automake generated Makefile or not. ############################################## scrub-2.6.1/configure-14947- # from the Makefile without running `make'. scrub-2.6.1/configure:14948: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` scrub-2.6.1/configure-14949- test -z "$DEPDIR" && continue scrub-2.6.1/configure:14950: am__include=`sed -n 's/^am__include = //p' < "$mf"` scrub-2.6.1/configure-14951- test -z "am__include" && continue scrub-2.6.1/configure:14952: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` scrub-2.6.1/configure-14953- # When using ansi2knr, U may be empty or an underscore; expand it scrub-2.6.1/configure:14954: U=`sed -n 's/^U = //p' < "$mf"` scrub-2.6.1/configure-14955- # Find all dependency output files, they are included files with ############################################## scrub-2.6.1/configure-14994- case $as_dir in #( scrub-2.6.1/configure:14995: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( scrub-2.6.1/configure-14996- *) as_qdir=$as_dir;; ############################################## scrub-2.6.1/configure-15048- scrub-2.6.1/configure:15049:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. scrub-2.6.1/configure-15050-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## scrub-2.6.1/configure-15563- # Extract subdirectory from the argument. scrub-2.6.1/configure:15564: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` scrub-2.6.1/configure-15565- if test "X$func_dirname_result" = "X${1}"; then ############################################## scrub-2.6.1/configure-15574-{ scrub-2.6.1/configure:15575: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` scrub-2.6.1/configure-15576-} ############################################## scrub-2.6.1/configure-15601-{ scrub-2.6.1/configure:15602: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` scrub-2.6.1/configure:15603: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` scrub-2.6.1/configure-15604-} ############################################## scrub-2.6.1/configure-15608-{ scrub-2.6.1/configure:15609: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` scrub-2.6.1/configure-15610-} ############################################## scrub-2.6.1/configure-15614-{ scrub-2.6.1/configure:15615: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` scrub-2.6.1/configure-15616-} ############################################## scrub-2.6.1/configure-15620-{ scrub-2.6.1/configure:15621: func_arith_result=`expr "$@"` scrub-2.6.1/configure-15622-} ############################################## scrub-2.6.1/configure-15627-{ scrub-2.6.1/configure:15628: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` scrub-2.6.1/configure-15629-} ############################################## scrub-2.6.1/src/hwrand.c-41- scrub-2.6.1/src/hwrand.c:42: asm volatile("pushf ; " scrub-2.6.1/src/hwrand.c-43- "pushf ; " ############################################## scrub-2.6.1/src/hwrand.c-79- /* %ebx is a forbidden register if we compile with -fPIC or -fPIE */ scrub-2.6.1/src/hwrand.c:80: asm volatile("movl %%ebx,%0 ; cpuid ; xchgl %%ebx,%0" scrub-2.6.1/src/hwrand.c-81- : "=r" (out->ebx), ############################################## scrub-2.6.1/src/hwrand.c-86-#else scrub-2.6.1/src/hwrand.c:87: asm volatile("cpuid" scrub-2.6.1/src/hwrand.c-88- : "=b" (out->ebx), ############################################## scrub-2.6.1/src/hwrand.c-108- scrub-2.6.1/src/hwrand.c:109: asm volatile("1:\n" scrub-2.6.1/src/hwrand.c-110- " " RDRAND "\n" ############################################## scrub-2.6.1/src/Makefile.in-316- test -n "$(EXEEXT)" || exit 0; \ scrub-2.6.1/src/Makefile.in:317: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ scrub-2.6.1/src/Makefile.in-318- echo " rm -f" $$list; \ ############################################## scrub-2.6.1/src/Makefile.in-342-.c.o: scrub-2.6.1/src/Makefile.in:343:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ scrub-2.6.1/src/Makefile.in-344-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/src/Makefile.in-350-.c.obj: scrub-2.6.1/src/Makefile.in:351:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ scrub-2.6.1/src/Makefile.in:352:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ scrub-2.6.1/src/Makefile.in-353-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## scrub-2.6.1/src/Makefile.in-355-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ scrub-2.6.1/src/Makefile.in:356:@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` scrub-2.6.1/src/Makefile.in-357- scrub-2.6.1/src/Makefile.in-358-.c.lo: scrub-2.6.1/src/Makefile.in:359:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ scrub-2.6.1/src/Makefile.in-360-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/src/Makefile.in-416-GTAGS: scrub-2.6.1/src/Makefile.in:417: here=`$(am__cd) $(top_builddir) && pwd` \ scrub-2.6.1/src/Makefile.in-418- && $(am__cd) $(top_srcdir) \ ############################################## scrub-2.6.1/src/Makefile.in-424-distdir: $(DISTFILES) scrub-2.6.1/src/Makefile.in:425: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/src/Makefile.in:426: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/src/Makefile.in-427- list='$(DISTFILES)'; \ ############################################## scrub-2.6.1/src/Makefile.in-438- if test -d $$d/$$file; then \ scrub-2.6.1/src/Makefile.in:439: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ scrub-2.6.1/src/Makefile.in-440- if test -d "$(distdir)/$$file"; then \ ############################################## scrub-2.6.1/man/Makefile.in-52-DIST_SOURCES = scrub-2.6.1/man/Makefile.in:53:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; scrub-2.6.1/man/Makefile.in-54-am__vpath_adj = case $$p in \ scrub-2.6.1/man/Makefile.in:55: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ scrub-2.6.1/man/Makefile.in-56- *) f=$$p;; \ scrub-2.6.1/man/Makefile.in-57- esac; scrub-2.6.1/man/Makefile.in:58:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; scrub-2.6.1/man/Makefile.in-59-am__install_max = 40 scrub-2.6.1/man/Makefile.in-60-am__nobase_strip_setup = \ scrub-2.6.1/man/Makefile.in:61: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` scrub-2.6.1/man/Makefile.in-62-am__nobase_strip = \ ############################################## scrub-2.6.1/man/Makefile.in-316- else :; fi scrub-2.6.1/man/Makefile.in:317: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/man/Makefile.in:318: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/man/Makefile.in-319- list='$(DISTFILES)'; \ ############################################## scrub-2.6.1/man/Makefile.in-330- if test -d $$d/$$file; then \ scrub-2.6.1/man/Makefile.in:331: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ scrub-2.6.1/man/Makefile.in-332- if test -d "$(distdir)/$$file"; then \ ############################################## scrub-2.6.1/Makefile.in-88- while test -n "$$dir1"; do \ scrub-2.6.1/Makefile.in:89: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ scrub-2.6.1/Makefile.in-90- if test "$$first" != "."; then \ scrub-2.6.1/Makefile.in-91- if test "$$first" = ".."; then \ scrub-2.6.1/Makefile.in:92: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ scrub-2.6.1/Makefile.in:93: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ scrub-2.6.1/Makefile.in-94- else \ scrub-2.6.1/Makefile.in:95: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ scrub-2.6.1/Makefile.in-96- if test "$$first2" = "$$first"; then \ scrub-2.6.1/Makefile.in:97: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ scrub-2.6.1/Makefile.in-98- else \ ############################################## scrub-2.6.1/Makefile.in-103- fi; \ scrub-2.6.1/Makefile.in:104: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ scrub-2.6.1/Makefile.in-105- done; \ ############################################## scrub-2.6.1/Makefile.in-333- dot_seen=no; \ scrub-2.6.1/Makefile.in:334: target=`echo $@ | sed s/-recursive//`; \ scrub-2.6.1/Makefile.in-335- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## scrub-2.6.1/Makefile.in-368- rev="$$rev ."; \ scrub-2.6.1/Makefile.in:369: target=`echo $@ | sed s/-recursive//`; \ scrub-2.6.1/Makefile.in-370- for subdir in $$rev; do \ ############################################## scrub-2.6.1/Makefile.in-446-GTAGS: scrub-2.6.1/Makefile.in:447: here=`$(am__cd) $(top_builddir) && pwd` \ scrub-2.6.1/Makefile.in-448- && $(am__cd) $(top_srcdir) \ ############################################## scrub-2.6.1/Makefile.in-456- test -d "$(distdir)" || mkdir "$(distdir)" scrub-2.6.1/Makefile.in:457: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/Makefile.in:458: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/Makefile.in-459- list='$(DISTFILES)'; \ ############################################## scrub-2.6.1/Makefile.in-470- if test -d $$d/$$file; then \ scrub-2.6.1/Makefile.in:471: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ scrub-2.6.1/Makefile.in-472- if test -d "$(distdir)/$$file"; then \ ############################################## scrub-2.6.1/Makefile.in-578- test -d $(distdir)/_build || exit 0; \ scrub-2.6.1/Makefile.in:579: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ scrub-2.6.1/Makefile.in-580- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## scrub-2.6.1/Makefile.in-612- @$(am__cd) '$(distuninstallcheck_dir)' \ scrub-2.6.1/Makefile.in:613: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ scrub-2.6.1/Makefile.in-614- || { echo "ERROR: files left after uninstall:" ; \ ############################################## scrub-2.6.1/Makefile.in-624- fi scrub-2.6.1/Makefile.in:625: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ scrub-2.6.1/Makefile.in-626- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-55-CONFIG_CLEAN_VPATH_FILES = scrub-2.6.1/libscrub/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; scrub-2.6.1/libscrub/Makefile.in-57-am__vpath_adj = case $$p in \ scrub-2.6.1/libscrub/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ scrub-2.6.1/libscrub/Makefile.in-59- *) f=$$p;; \ scrub-2.6.1/libscrub/Makefile.in-60- esac; scrub-2.6.1/libscrub/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; scrub-2.6.1/libscrub/Makefile.in-62-am__install_max = 40 scrub-2.6.1/libscrub/Makefile.in-63-am__nobase_strip_setup = \ scrub-2.6.1/libscrub/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` scrub-2.6.1/libscrub/Makefile.in-65-am__nobase_strip = \ ############################################## scrub-2.6.1/libscrub/Makefile.in-340- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ scrub-2.6.1/libscrub/Makefile.in:341: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ scrub-2.6.1/libscrub/Makefile.in-342- test "$$dir" != "$$p" || dir=.; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-377- test -n "$(EXEEXT)" || exit 0; \ scrub-2.6.1/libscrub/Makefile.in:378: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ scrub-2.6.1/libscrub/Makefile.in-379- echo " rm -f" $$list; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-424-.c.o: scrub-2.6.1/libscrub/Makefile.in:425:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ scrub-2.6.1/libscrub/Makefile.in-426-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/libscrub/Makefile.in-432-.c.obj: scrub-2.6.1/libscrub/Makefile.in:433:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ scrub-2.6.1/libscrub/Makefile.in:434:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ scrub-2.6.1/libscrub/Makefile.in-435-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## scrub-2.6.1/libscrub/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ scrub-2.6.1/libscrub/Makefile.in:438:@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` scrub-2.6.1/libscrub/Makefile.in-439- scrub-2.6.1/libscrub/Makefile.in-440-.c.lo: scrub-2.6.1/libscrub/Makefile.in:441:@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ scrub-2.6.1/libscrub/Makefile.in-442-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## scrub-2.6.1/libscrub/Makefile.in-469- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ scrub-2.6.1/libscrub/Makefile.in:470: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ scrub-2.6.1/libscrub/Makefile.in-471- test -n "$$files" || exit 0; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-489- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ scrub-2.6.1/libscrub/Makefile.in:490: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ scrub-2.6.1/libscrub/Makefile.in-491- test -n "$$files" || exit 0; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-539-GTAGS: scrub-2.6.1/libscrub/Makefile.in:540: here=`$(am__cd) $(top_builddir) && pwd` \ scrub-2.6.1/libscrub/Makefile.in-541- && $(am__cd) $(top_srcdir) \ ############################################## scrub-2.6.1/libscrub/Makefile.in-547-distdir: $(DISTFILES) scrub-2.6.1/libscrub/Makefile.in:548: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/libscrub/Makefile.in:549: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ scrub-2.6.1/libscrub/Makefile.in-550- list='$(DISTFILES)'; \ ############################################## scrub-2.6.1/libscrub/Makefile.in-561- if test -d $$d/$$file; then \ scrub-2.6.1/libscrub/Makefile.in:562: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ scrub-2.6.1/libscrub/Makefile.in-563- if test -d "$(distdir)/$$file"; then \ ############################################## scrub-2.6.1/config/ltmain.sh-161- # Extract subdirectory from the argument. scrub-2.6.1/config/ltmain.sh:162: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` scrub-2.6.1/config/ltmain.sh-163- if test "X$func_dirname_result" = "X${1}"; then ############################################## scrub-2.6.1/config/ltmain.sh-167- fi scrub-2.6.1/config/ltmain.sh:168: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` scrub-2.6.1/config/ltmain.sh-169-} ############################################## scrub-2.6.1/config/ltmain.sh-193- progdir=$func_dirname_result scrub-2.6.1/config/ltmain.sh:194: progdir=`cd "$progdir" && pwd` scrub-2.6.1/config/ltmain.sh-195- progpath="$progdir/$progname" ############################################## scrub-2.6.1/config/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of scrub-2.6.1/config/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. scrub-2.6.1/config/ltmain.sh-223-bs='\\' ############################################## scrub-2.6.1/config/ltmain.sh-328- # ...otherwise throw away the child directory and loop scrub-2.6.1/config/ltmain.sh:329: my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` scrub-2.6.1/config/ltmain.sh-330- done scrub-2.6.1/config/ltmain.sh:331: my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` scrub-2.6.1/config/ltmain.sh-332- ############################################## scrub-2.6.1/config/ltmain.sh-363- # If mktemp works, use that first and foremost scrub-2.6.1/config/ltmain.sh:364: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` scrub-2.6.1/config/ltmain.sh-365- ############################################## scrub-2.6.1/config/ltmain.sh-394- *[\\\`\"\$]*) scrub-2.6.1/config/ltmain.sh:395: func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; scrub-2.6.1/config/ltmain.sh-396- *) ############################################## scrub-2.6.1/config/ltmain.sh-536- s/\$with_gnu_ld/'"$with_gnu_ld"'/ scrub-2.6.1/config/ltmain.sh:537: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ scrub-2.6.1/config/ltmain.sh:538: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ scrub-2.6.1/config/ltmain.sh-539- p ############################################## scrub-2.6.1/config/ltmain.sh-565- : scrub-2.6.1/config/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then scrub-2.6.1/config/ltmain.sh-567- # Yippee, $ECHO works! ############################################## scrub-2.6.1/config/ltmain.sh-685- # quotes we have to do it in 2 steps: scrub-2.6.1/config/ltmain.sh:686: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` scrub-2.6.1/config/ltmain.sh-687- eval "$extractedcf" ############################################## scrub-2.6.1/config/ltmain.sh-1021- # but not from the CC environment variable when configure was run. scrub-2.6.1/config/ltmain.sh:1022: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; scrub-2.6.1/config/ltmain.sh-1023- # Blanks at the start of $base_compile will cause this to fail ############################################## scrub-2.6.1/config/ltmain.sh-1028- # Evaluate the configuration. scrub-2.6.1/config/ltmain.sh:1029: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" scrub-2.6.1/config/ltmain.sh-1030- CC_quoted= ############################################## scrub-2.6.1/config/ltmain.sh-1036- case "$@ " in scrub-2.6.1/config/ltmain.sh:1037: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) scrub-2.6.1/config/ltmain.sh-1038- # The compiler in the base compile command matches ############################################## scrub-2.6.1/config/ltmain.sh-1213- *.[cCFSifmso] | \ scrub-2.6.1/config/ltmain.sh:1214: *.ada | *.adb | *.ads | *.asm | \ scrub-2.6.1/config/ltmain.sh-1215- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## scrub-2.6.1/config/ltmain.sh-1290- if test "$compiler_c_o" = no; then scrub-2.6.1/config/ltmain.sh:1291: output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} scrub-2.6.1/config/ltmain.sh-1292- lockfile="$output_obj.lock" ############################################## scrub-2.6.1/config/ltmain.sh-1309-*** ERROR, $lockfile exists and contains: scrub-2.6.1/config/ltmain.sh:1310:`cat $lockfile 2>/dev/null` scrub-2.6.1/config/ltmain.sh-1311- ############################################## scrub-2.6.1/config/ltmain.sh-1358- if test "$need_locks" = warn && scrub-2.6.1/config/ltmain.sh:1359: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then scrub-2.6.1/config/ltmain.sh-1360- $ECHO "\ scrub-2.6.1/config/ltmain.sh-1361-*** ERROR, $lockfile contains: scrub-2.6.1/config/ltmain.sh:1362:`cat $lockfile 2>/dev/null` scrub-2.6.1/config/ltmain.sh-1363- ############################################## scrub-2.6.1/config/ltmain.sh-1407- if test "$need_locks" = warn && scrub-2.6.1/config/ltmain.sh:1408: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then scrub-2.6.1/config/ltmain.sh-1409- $ECHO "\ scrub-2.6.1/config/ltmain.sh-1410-*** ERROR, $lockfile contains: scrub-2.6.1/config/ltmain.sh:1411:`cat $lockfile 2>/dev/null` scrub-2.6.1/config/ltmain.sh-1412- ############################################## scrub-2.6.1/config/ltmain.sh-1665- test -n "$library_names" && \ scrub-2.6.1/config/ltmain.sh:1666: func_warning "\`$file' was not linked with \`-export-dynamic'" scrub-2.6.1/config/ltmain.sh-1667- continue ############################################## scrub-2.6.1/config/ltmain.sh-1676- if test ! -f "$dir/$dlname"; then scrub-2.6.1/config/ltmain.sh:1677: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" scrub-2.6.1/config/ltmain.sh-1678- fi ############################################## scrub-2.6.1/config/ltmain.sh-1694- # Get the absolute pathname. scrub-2.6.1/config/ltmain.sh:1695: absdir=`cd "$dir" && pwd` scrub-2.6.1/config/ltmain.sh-1696- test -n "$absdir" && dir="$absdir" ############################################## scrub-2.6.1/config/ltmain.sh-2012- # Determine the prefix the user has applied to our future dir. scrub-2.6.1/config/ltmain.sh:2013: inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` scrub-2.6.1/config/ltmain.sh-2014- ############################################## scrub-2.6.1/config/ltmain.sh-2025- # Stick the inst_prefix_dir data into the link command. scrub-2.6.1/config/ltmain.sh:2026: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` scrub-2.6.1/config/ltmain.sh-2027- else scrub-2.6.1/config/ltmain.sh:2028: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` scrub-2.6.1/config/ltmain.sh-2029- fi ############################################## scrub-2.6.1/config/ltmain.sh-2185- fi scrub-2.6.1/config/ltmain.sh:2186: libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test scrub-2.6.1/config/ltmain.sh-2187- if test -n "$libdir" && test ! -f "$libfile"; then scrub-2.6.1/config/ltmain.sh:2188: func_warning "\`$lib' has not been installed in \`$libdir'" scrub-2.6.1/config/ltmain.sh-2189- finalize=no ############################################## scrub-2.6.1/config/ltmain.sh-2204- # Replace the output file specification. scrub-2.6.1/config/ltmain.sh:2205: relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` scrub-2.6.1/config/ltmain.sh-2206- ############################################## scrub-2.6.1/config/ltmain.sh-2223- # Install the binary that we compiled earlier. scrub-2.6.1/config/ltmain.sh:2224: file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` scrub-2.6.1/config/ltmain.sh-2225- fi ############################################## scrub-2.6.1/config/ltmain.sh-2294- my_pic_p="${3-no}" scrub-2.6.1/config/ltmain.sh:2295: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` scrub-2.6.1/config/ltmain.sh-2296- my_dlsyms= ############################################## scrub-2.6.1/config/ltmain.sh-2334- # Add our own program objects to the symbol list. scrub-2.6.1/config/ltmain.sh:2335: progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` scrub-2.6.1/config/ltmain.sh-2336- for progfile in $progfiles; do ############################################## scrub-2.6.1/config/ltmain.sh-2517- if test -f "$output_objdir/$my_outputname.def"; then scrub-2.6.1/config/ltmain.sh:2518: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` scrub-2.6.1/config/ltmain.sh:2519: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` scrub-2.6.1/config/ltmain.sh-2520- else scrub-2.6.1/config/ltmain.sh:2521: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` scrub-2.6.1/config/ltmain.sh:2522: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` scrub-2.6.1/config/ltmain.sh-2523- fi ############################################## scrub-2.6.1/config/ltmain.sh-2525- *) scrub-2.6.1/config/ltmain.sh:2526: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` scrub-2.6.1/config/ltmain.sh:2527: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` scrub-2.6.1/config/ltmain.sh-2528- ;; ############################################## scrub-2.6.1/config/ltmain.sh-2540- # Nullify the symbol file. scrub-2.6.1/config/ltmain.sh:2541: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` scrub-2.6.1/config/ltmain.sh:2542: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` scrub-2.6.1/config/ltmain.sh-2543- fi ############################################## scrub-2.6.1/config/ltmain.sh-2555- win32_libid_type="unknown" scrub-2.6.1/config/ltmain.sh:2556: win32_fileres=`file -L $1 2>/dev/null` scrub-2.6.1/config/ltmain.sh-2557- case $win32_fileres in ############################################## scrub-2.6.1/config/ltmain.sh-2652- darwin_curdir=`pwd` scrub-2.6.1/config/ltmain.sh:2653: darwin_base_archive=`basename "$darwin_archive"` scrub-2.6.1/config/ltmain.sh:2654: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` scrub-2.6.1/config/ltmain.sh-2655- if test -n "$darwin_arches"; then scrub-2.6.1/config/ltmain.sh:2656: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` scrub-2.6.1/config/ltmain.sh-2657- darwin_arch= ############################################## scrub-2.6.1/config/ltmain.sh-2667- ## Okay now we've a bunch of thin objects, gotta fatten them up :) scrub-2.6.1/config/ltmain.sh:2668: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` scrub-2.6.1/config/ltmain.sh-2669- darwin_file= ############################################## scrub-2.6.1/config/ltmain.sh-2671- for darwin_file in $darwin_filelist; do scrub-2.6.1/config/ltmain.sh:2672: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` scrub-2.6.1/config/ltmain.sh-2673- $LIPO -create -output "$darwin_file" $darwin_files ############################################## scrub-2.6.1/config/ltmain.sh-2686- esac scrub-2.6.1/config/ltmain.sh:2687: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` scrub-2.6.1/config/ltmain.sh-2688- done ############################################## scrub-2.6.1/config/ltmain.sh-2757- shift scrub-2.6.1/config/ltmain.sh:2758: elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then scrub-2.6.1/config/ltmain.sh-2759- # Yippee, \$ECHO works! ############################################## scrub-2.6.1/config/ltmain.sh-2769- # Find the directory that this script lives in. scrub-2.6.1/config/ltmain.sh:2770: thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` scrub-2.6.1/config/ltmain.sh-2771- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## scrub-2.6.1/config/ltmain.sh-2773- # Follow symbolic links until we get to the real thisdir. scrub-2.6.1/config/ltmain.sh:2774: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` scrub-2.6.1/config/ltmain.sh-2775- while test -n \"\$file\"; do scrub-2.6.1/config/ltmain.sh:2776: destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` scrub-2.6.1/config/ltmain.sh-2777- ############################################## scrub-2.6.1/config/ltmain.sh-2785- scrub-2.6.1/config/ltmain.sh:2786: file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` scrub-2.6.1/config/ltmain.sh:2787: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` scrub-2.6.1/config/ltmain.sh-2788- done ############################################## scrub-2.6.1/config/ltmain.sh-2816- case \"\$thisdir\" in scrub-2.6.1/config/ltmain.sh:2817: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; scrub-2.6.1/config/ltmain.sh-2818- $objdir ) thisdir=. ;; ############################################## scrub-2.6.1/config/ltmain.sh-2822- # Try to get the absolute directory name. scrub-2.6.1/config/ltmain.sh:2823: absdir=\`cd \"\$thisdir\" && pwd\` scrub-2.6.1/config/ltmain.sh-2824- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## scrub-2.6.1/config/ltmain.sh-2832- if test ! -f \"\$progdir/\$program\" || scrub-2.6.1/config/ltmain.sh:2833: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ scrub-2.6.1/config/ltmain.sh-2834- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## scrub-2.6.1/config/ltmain.sh-2847- if test -n \"\$relink_command\"; then scrub-2.6.1/config/ltmain.sh:2848: if relink_command_output=\`eval \$relink_command 2>&1\`; then : scrub-2.6.1/config/ltmain.sh-2849- else ############################################## scrub-2.6.1/config/ltmain.sh-2879- # The second colon is a workaround for a bug in BeOS R4 sed scrub-2.6.1/config/ltmain.sh:2880: $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` scrub-2.6.1/config/ltmain.sh-2881- ############################################## scrub-2.6.1/config/ltmain.sh-2994- *cygwin* ) scrub-2.6.1/config/ltmain.sh:2995: func_to_host_path_tmp1=`cygpath -w "$1"` scrub-2.6.1/config/ltmain.sh-2996- func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ ############################################## scrub-2.6.1/config/ltmain.sh-3006- # the odd construction: scrub-2.6.1/config/ltmain.sh:3007: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` scrub-2.6.1/config/ltmain.sh-3008- if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then ############################################## scrub-2.6.1/config/ltmain.sh-3073- *cygwin* ) scrub-2.6.1/config/ltmain.sh:3074: func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` scrub-2.6.1/config/ltmain.sh-3075- func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ ############################################## scrub-2.6.1/config/ltmain.sh-4240- moreargs= scrub-2.6.1/config/ltmain.sh:4241: for fil in `cat "$save_arg"` scrub-2.6.1/config/ltmain.sh-4242- do ############################################## scrub-2.6.1/config/ltmain.sh-4490- *) scrub-2.6.1/config/ltmain.sh:4491: absdir=`cd "$dir" && pwd` scrub-2.6.1/config/ltmain.sh-4492- test -z "$absdir" && \ ############################################## scrub-2.6.1/config/ltmain.sh-4505- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) scrub-2.6.1/config/ltmain.sh:4506: testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` scrub-2.6.1/config/ltmain.sh-4507- case :$dllsearchpath: in ############################################## scrub-2.6.1/config/ltmain.sh-4927- # get the directories listed in $shlibpath_var scrub-2.6.1/config/ltmain.sh:4928: eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` scrub-2.6.1/config/ltmain.sh-4929- else ############################################## scrub-2.6.1/config/ltmain.sh-5050- for deplib in $dependency_libs; do scrub-2.6.1/config/ltmain.sh:5051: deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` scrub-2.6.1/config/ltmain.sh-5052- case " $weak_libs " in ############################################## scrub-2.6.1/config/ltmain.sh-5228- set dummy $deplibs_check_method; shift scrub-2.6.1/config/ltmain.sh:5229: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` scrub-2.6.1/config/ltmain.sh-5230- if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ ############################################## scrub-2.6.1/config/ltmain.sh-5291- else scrub-2.6.1/config/ltmain.sh:5292: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" scrub-2.6.1/config/ltmain.sh-5293- fi ############################################## scrub-2.6.1/config/ltmain.sh-5320- if test -n "$inherited_linker_flags"; then scrub-2.6.1/config/ltmain.sh:5321: tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` scrub-2.6.1/config/ltmain.sh-5322- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## scrub-2.6.1/config/ltmain.sh-5328- fi scrub-2.6.1/config/ltmain.sh:5329: dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh-5330- if test "$linkmode,$pass" = "lib,link" || ############################################## scrub-2.6.1/config/ltmain.sh-5395- *) scrub-2.6.1/config/ltmain.sh:5396: abs_ladir=`cd "$ladir" && pwd` scrub-2.6.1/config/ltmain.sh-5397- if test -z "$abs_ladir"; then ############################################## scrub-2.6.1/config/ltmain.sh-5621- shift scrub-2.6.1/config/ltmain.sh:5622: libname=`eval "\\$ECHO \"$libname_spec\""` scrub-2.6.1/config/ltmain.sh-5623- # use dlname if we got it. it's perfectly good, no? ############################################## scrub-2.6.1/config/ltmain.sh-5904- *) scrub-2.6.1/config/ltmain.sh:5905: absdir=`cd "$dir" && pwd` scrub-2.6.1/config/ltmain.sh-5906- if test -z "$absdir"; then ############################################## scrub-2.6.1/config/ltmain.sh-5915- depdepl= scrub-2.6.1/config/ltmain.sh:5916: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` scrub-2.6.1/config/ltmain.sh-5917- if test -n "$deplibrary_names" ; then ############################################## scrub-2.6.1/config/ltmain.sh-5922- depdepl="$absdir/$objdir/$depdepl" scrub-2.6.1/config/ltmain.sh:5923: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` scrub-2.6.1/config/ltmain.sh-5924- if test -z "$darwin_install_name"; then scrub-2.6.1/config/ltmain.sh:5925: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` scrub-2.6.1/config/ltmain.sh-5926- fi ############################################## scrub-2.6.1/config/ltmain.sh-5937- else scrub-2.6.1/config/ltmain.sh:5938: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` scrub-2.6.1/config/ltmain.sh-5939- test -z "$libdir" && \ ############################################## scrub-2.6.1/config/ltmain.sh-5960- else scrub-2.6.1/config/ltmain.sh:5961: compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh-5962- fi ############################################## scrub-2.6.1/config/ltmain.sh-6109- test "$module" = no && \ scrub-2.6.1/config/ltmain.sh:6110: func_fatal_help "libtool library \`$output' must begin with \`lib'" scrub-2.6.1/config/ltmain.sh-6111- ############################################## scrub-2.6.1/config/ltmain.sh-6243- if test "$age" -gt "$current"; then scrub-2.6.1/config/ltmain.sh:6244: func_error "AGE \`$age' is greater than the current interface number \`$current'" scrub-2.6.1/config/ltmain.sh-6245- func_fatal_error "\`$vinfo' is not valid version information" ############################################## scrub-2.6.1/config/ltmain.sh-6404- removelist= scrub-2.6.1/config/ltmain.sh:6405: tempremovelist=`$ECHO "$output_objdir/*"` scrub-2.6.1/config/ltmain.sh-6406- for p in $tempremovelist; do ############################################## scrub-2.6.1/config/ltmain.sh-6430- # Transform .lo files to .o files. scrub-2.6.1/config/ltmain.sh:6431: oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` scrub-2.6.1/config/ltmain.sh-6432- fi ############################################## scrub-2.6.1/config/ltmain.sh-6435- #for path in $notinst_path; do scrub-2.6.1/config/ltmain.sh:6436: # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` scrub-2.6.1/config/ltmain.sh:6437: # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` scrub-2.6.1/config/ltmain.sh:6438: # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` scrub-2.6.1/config/ltmain.sh-6439- #done ############################################## scrub-2.6.1/config/ltmain.sh-6555- if test -n "$i" ; then scrub-2.6.1/config/ltmain.sh:6556: libname=`eval "\\$ECHO \"$libname_spec\""` scrub-2.6.1/config/ltmain.sh:6557: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` scrub-2.6.1/config/ltmain.sh-6558- set dummy $deplib_matches; shift scrub-2.6.1/config/ltmain.sh-6559- deplib_match=$1 scrub-2.6.1/config/ltmain.sh:6560: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then scrub-2.6.1/config/ltmain.sh-6561- newdeplibs="$newdeplibs $i" ############################################## scrub-2.6.1/config/ltmain.sh-6598- if test -n "$i" ; then scrub-2.6.1/config/ltmain.sh:6599: libname=`eval "\\$ECHO \"$libname_spec\""` scrub-2.6.1/config/ltmain.sh:6600: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` scrub-2.6.1/config/ltmain.sh-6601- set dummy $deplib_matches; shift scrub-2.6.1/config/ltmain.sh-6602- deplib_match=$1 scrub-2.6.1/config/ltmain.sh:6603: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then scrub-2.6.1/config/ltmain.sh-6604- newdeplibs="$newdeplibs $i" ############################################## scrub-2.6.1/config/ltmain.sh-6633- set dummy $deplibs_check_method; shift scrub-2.6.1/config/ltmain.sh:6634: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` scrub-2.6.1/config/ltmain.sh-6635- for a_deplib in $deplibs; do ############################################## scrub-2.6.1/config/ltmain.sh-6648- if test -n "$a_deplib" ; then scrub-2.6.1/config/ltmain.sh:6649: libname=`eval "\\$ECHO \"$libname_spec\""` scrub-2.6.1/config/ltmain.sh-6650- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do scrub-2.6.1/config/ltmain.sh:6651: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` scrub-2.6.1/config/ltmain.sh-6652- for potent_lib in $potential_libs; do ############################################## scrub-2.6.1/config/ltmain.sh-6664- while test -h "$potlib" 2>/dev/null; do scrub-2.6.1/config/ltmain.sh:6665: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` scrub-2.6.1/config/ltmain.sh-6666- case $potliblink in scrub-2.6.1/config/ltmain.sh-6667- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; scrub-2.6.1/config/ltmain.sh:6668: *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; scrub-2.6.1/config/ltmain.sh-6669- esac ############################################## scrub-2.6.1/config/ltmain.sh-6705- set dummy $deplibs_check_method; shift scrub-2.6.1/config/ltmain.sh:6706: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` scrub-2.6.1/config/ltmain.sh-6707- for a_deplib in $deplibs; do ############################################## scrub-2.6.1/config/ltmain.sh-6720- if test -n "$a_deplib" ; then scrub-2.6.1/config/ltmain.sh:6721: libname=`eval "\\$ECHO \"$libname_spec\""` scrub-2.6.1/config/ltmain.sh-6722- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do scrub-2.6.1/config/ltmain.sh:6723: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` scrub-2.6.1/config/ltmain.sh-6724- for potent_lib in $potential_libs; do ############################################## scrub-2.6.1/config/ltmain.sh-6764- # can't use Xsed below, because $i might contain '/' scrub-2.6.1/config/ltmain.sh:6765: tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` scrub-2.6.1/config/ltmain.sh-6766- done ############################################## scrub-2.6.1/config/ltmain.sh-6789- # On Rhapsody replace the C library with the System framework scrub-2.6.1/config/ltmain.sh:6790: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` scrub-2.6.1/config/ltmain.sh-6791- ;; ############################################## scrub-2.6.1/config/ltmain.sh-6841- *-*-darwin*) scrub-2.6.1/config/ltmain.sh:6842: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh:6843: new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh:6844: deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh-6845- ;; ############################################## scrub-2.6.1/config/ltmain.sh-6965- # Use standard objects if they are pic scrub-2.6.1/config/ltmain.sh:6966: test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` scrub-2.6.1/config/ltmain.sh-6967- test "X$libobjs" = "X " && libobjs= ############################################## scrub-2.6.1/config/ltmain.sh-6980- # exporting using user supplied symfile scrub-2.6.1/config/ltmain.sh:6981: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then scrub-2.6.1/config/ltmain.sh-6982- # and it's NOT already a .def file. Must figure out ############################################## scrub-2.6.1/config/ltmain.sh-7132- save_output=$output scrub-2.6.1/config/ltmain.sh:7133: output_la=`$ECHO "X$output" | $Xsed -e "$basename"` scrub-2.6.1/config/ltmain.sh-7134- ############################################## scrub-2.6.1/config/ltmain.sh-7436- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" scrub-2.6.1/config/ltmain.sh:7437: reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` scrub-2.6.1/config/ltmain.sh-7438- else ############################################## scrub-2.6.1/config/ltmain.sh-7447- # Create the old-style object. scrub-2.6.1/config/ltmain.sh:7448: 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 scrub-2.6.1/config/ltmain.sh-7449- ############################################## scrub-2.6.1/config/ltmain.sh-7507- # On Rhapsody replace the C library is the System framework scrub-2.6.1/config/ltmain.sh:7508: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` scrub-2.6.1/config/ltmain.sh:7509: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` scrub-2.6.1/config/ltmain.sh-7510- ;; ############################################## scrub-2.6.1/config/ltmain.sh-7525- # Time to change all our "foo.ltframework" stuff back to "-framework foo" scrub-2.6.1/config/ltmain.sh:7526: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh:7527: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` scrub-2.6.1/config/ltmain.sh-7528- ;; ############################################## scrub-2.6.1/config/ltmain.sh-7603- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) scrub-2.6.1/config/ltmain.sh:7604: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` scrub-2.6.1/config/ltmain.sh-7605- case :$dllsearchpath: in ############################################## scrub-2.6.1/config/ltmain.sh-7663- # Transform all the library objects into standard objects. scrub-2.6.1/config/ltmain.sh:7664: compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` scrub-2.6.1/config/ltmain.sh:7665: finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` scrub-2.6.1/config/ltmain.sh-7666- fi ############################################## scrub-2.6.1/config/ltmain.sh-7693- # Replace the output file specification. scrub-2.6.1/config/ltmain.sh:7694: compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` scrub-2.6.1/config/ltmain.sh-7695- link_command="$compile_command$compile_rpath" ############################################## scrub-2.6.1/config/ltmain.sh-7740- # Replace the output file specification. scrub-2.6.1/config/ltmain.sh:7741: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` scrub-2.6.1/config/ltmain.sh-7742- # Delete the old output file. ############################################## scrub-2.6.1/config/ltmain.sh-7759- if test "$fast_install" = yes; then scrub-2.6.1/config/ltmain.sh:7760: relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` scrub-2.6.1/config/ltmain.sh-7761- else ############################################## scrub-2.6.1/config/ltmain.sh-7771- # Replace the output file specification. scrub-2.6.1/config/ltmain.sh:7772: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` scrub-2.6.1/config/ltmain.sh-7773- ############################################## scrub-2.6.1/config/ltmain.sh-7795- relink_command="(cd `pwd`; $relink_command)" scrub-2.6.1/config/ltmain.sh:7796: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` scrub-2.6.1/config/ltmain.sh-7797- fi ############################################## scrub-2.6.1/config/ltmain.sh-7804- esac scrub-2.6.1/config/ltmain.sh:7805: qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` scrub-2.6.1/config/ltmain.sh-7806- else scrub-2.6.1/config/ltmain.sh:7807: qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` scrub-2.6.1/config/ltmain.sh-7808- fi ############################################## scrub-2.6.1/config/ltmain.sh-8038- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" scrub-2.6.1/config/ltmain.sh:8039: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` scrub-2.6.1/config/ltmain.sh-8040- if test "$hardcode_automatic" = yes ; then ############################################## scrub-2.6.1/config/ltmain.sh-8058- name="$func_basename_result" scrub-2.6.1/config/ltmain.sh:8059: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` scrub-2.6.1/config/ltmain.sh-8060- test -z "$libdir" && \ ############################################## scrub-2.6.1/config/ltmain.sh-8074- name="$func_basename_result" scrub-2.6.1/config/ltmain.sh:8075: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` scrub-2.6.1/config/ltmain.sh-8076- test -z "$libdir" && \ ############################################## scrub-2.6.1/config/ltmain.sh-8093- name="$func_basename_result" scrub-2.6.1/config/ltmain.sh:8094: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` scrub-2.6.1/config/ltmain.sh-8095- test -z "$libdir" && \ ############################################## scrub-2.6.1/config/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static scrub-2.6.1/config/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` scrub-2.6.1/config/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## scrub-2.6.1/config/compile-105-# Name of file we expect compiler to create. scrub-2.6.1/config/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` scrub-2.6.1/config/compile-107- ############################################## scrub-2.6.1/config/compile-111-# object file name, since that is what matters with a parallel build. scrub-2.6.1/config/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d scrub-2.6.1/config/compile-113-while true; do ############################################## scrub-2.6.1/config/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} scrub-2.6.1/config/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} scrub-2.6.1/config/depcomp-69- ############################################## scrub-2.6.1/config/depcomp-224- # Version 6 uses the directory in both cases. scrub-2.6.1/config/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` scrub-2.6.1/config/depcomp-226- test "x$dir" = "x$object" && dir= scrub-2.6.1/config/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` scrub-2.6.1/config/depcomp-228- if test "$libtool" = yes; then ############################################## scrub-2.6.1/config/depcomp-253- # Do two passes, one to just change these to scrub-2.6.1/config/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. scrub-2.6.1/config/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## scrub-2.6.1/config/depcomp-295- # Do two passes, one to just change these to scrub-2.6.1/config/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. scrub-2.6.1/config/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## scrub-2.6.1/config/depcomp-311- # Much of this is similar to the tru64 case; see comments there. scrub-2.6.1/config/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` scrub-2.6.1/config/depcomp-313- test "x$dir" = "x$object" && dir= scrub-2.6.1/config/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` scrub-2.6.1/config/depcomp-315- if test "$libtool" = yes; then ############################################## scrub-2.6.1/config/depcomp-355- # Subdirectories are respected. scrub-2.6.1/config/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` scrub-2.6.1/config/depcomp-357- test "x$dir" = "x$object" && dir= scrub-2.6.1/config/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` scrub-2.6.1/config/depcomp-359- ############################################## scrub-2.6.1/config/depcomp-501- done scrub-2.6.1/config/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` scrub-2.6.1/config/depcomp-503- touch "$tmpdepfile" ############################################## scrub-2.6.1/config/config.sub-59- scrub-2.6.1/config/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` scrub-2.6.1/config/config.sub-61- ############################################## scrub-2.6.1/config/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations. scrub-2.6.1/config/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` scrub-2.6.1/config/config.sub-125-case $maybe_os in ############################################## scrub-2.6.1/config/config.sub-130- os=-$maybe_os scrub-2.6.1/config/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` scrub-2.6.1/config/config.sub-132- ;; scrub-2.6.1/config/config.sub-133- *) scrub-2.6.1/config/config.sub:134: basic_machine=`echo $1 | sed 's/-[^-]*$//'` scrub-2.6.1/config/config.sub-135- if [ $basic_machine != $1 ] scrub-2.6.1/config/config.sub:136: then os=`echo $1 | sed 's/.*-/-/'` scrub-2.6.1/config/config.sub-137- else os=; fi ############################################## scrub-2.6.1/config/config.sub-184- os=-sco5v6 scrub-2.6.1/config/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-186- ;; ############################################## scrub-2.6.1/config/config.sub-188- os=-sco3.2v5 scrub-2.6.1/config/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-190- ;; ############################################## scrub-2.6.1/config/config.sub-192- os=-sco3.2v4 scrub-2.6.1/config/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-194- ;; scrub-2.6.1/config/config.sub-195- -sco3.2.[4-9]*) scrub-2.6.1/config/config.sub:196: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` scrub-2.6.1/config/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-198- ;; ############################################## scrub-2.6.1/config/config.sub-200- # Don't forget version if it is 3.2v4 or newer. scrub-2.6.1/config/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-202- ;; ############################################## scrub-2.6.1/config/config.sub-204- # Don't forget version if it is 3.2v4 or newer. scrub-2.6.1/config/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-206- ;; ############################################## scrub-2.6.1/config/config.sub-208- os=-sco3.2v2 scrub-2.6.1/config/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-210- ;; scrub-2.6.1/config/config.sub-211- -udk*) scrub-2.6.1/config/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-213- ;; ############################################## scrub-2.6.1/config/config.sub-215- os=-isc2.2 scrub-2.6.1/config/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-217- ;; ############################################## scrub-2.6.1/config/config.sub-221- -isc*) scrub-2.6.1/config/config.sub:222: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` scrub-2.6.1/config/config.sub-223- ;; ############################################## scrub-2.6.1/config/config.sub-227- -ptx*) scrub-2.6.1/config/config.sub:228: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` scrub-2.6.1/config/config.sub-229- ;; scrub-2.6.1/config/config.sub-230- -windowsnt*) scrub-2.6.1/config/config.sub:231: os=`echo $os | sed -e 's/windowsnt/winnt/'` scrub-2.6.1/config/config.sub-232- ;; ############################################## scrub-2.6.1/config/config.sub-323- *-*-*) scrub-2.6.1/config/config.sub:324: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 scrub-2.6.1/config/config.sub-325- exit 1 ############################################## scrub-2.6.1/config/config.sub-433- amd64-*) scrub-2.6.1/config/config.sub:434: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-435- ;; ############################################## scrub-2.6.1/config/config.sub-475- blackfin-*) scrub-2.6.1/config/config.sub:476: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-477- os=-linux ############################################## scrub-2.6.1/config/config.sub-678- i*86v32) scrub-2.6.1/config/config.sub:679: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` scrub-2.6.1/config/config.sub-680- os=-sysv32 ############################################## scrub-2.6.1/config/config.sub-682- i*86v4*) scrub-2.6.1/config/config.sub:683: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` scrub-2.6.1/config/config.sub-684- os=-sysv4 ############################################## scrub-2.6.1/config/config.sub-686- i*86v) scrub-2.6.1/config/config.sub:687: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` scrub-2.6.1/config/config.sub-688- os=-sysv ############################################## scrub-2.6.1/config/config.sub-690- i*86sol2) scrub-2.6.1/config/config.sub:691: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` scrub-2.6.1/config/config.sub-692- os=-solaris2 ############################################## scrub-2.6.1/config/config.sub-720- m68knommu-*) scrub-2.6.1/config/config.sub:721: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-722- os=-linux ############################################## scrub-2.6.1/config/config.sub-753- mips3*-*) scrub-2.6.1/config/config.sub:754: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` scrub-2.6.1/config/config.sub-755- ;; scrub-2.6.1/config/config.sub-756- mips3*) scrub-2.6.1/config/config.sub:757: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown scrub-2.6.1/config/config.sub-758- ;; ############################################## scrub-2.6.1/config/config.sub-771- ms1-*) scrub-2.6.1/config/config.sub:772: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` scrub-2.6.1/config/config.sub-773- ;; ############################################## scrub-2.6.1/config/config.sub-876- parisc-*) scrub-2.6.1/config/config.sub:877: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-878- os=-linux ############################################## scrub-2.6.1/config/config.sub-892- pc98-*) scrub-2.6.1/config/config.sub:893: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-894- ;; ############################################## scrub-2.6.1/config/config.sub-907- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) scrub-2.6.1/config/config.sub:908: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-909- ;; scrub-2.6.1/config/config.sub-910- pentiumpro-* | p6-* | 6x86-* | athlon-*) scrub-2.6.1/config/config.sub:911: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-912- ;; scrub-2.6.1/config/config.sub-913- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) scrub-2.6.1/config/config.sub:914: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-915- ;; scrub-2.6.1/config/config.sub-916- pentium4-*) scrub-2.6.1/config/config.sub:917: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-918- ;; ############################################## scrub-2.6.1/config/config.sub-925- ;; scrub-2.6.1/config/config.sub:926: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-927- ;; ############################################## scrub-2.6.1/config/config.sub-931- ppcle-* | powerpclittle-*) scrub-2.6.1/config/config.sub:932: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-933- ;; ############################################## scrub-2.6.1/config/config.sub-935- ;; scrub-2.6.1/config/config.sub:936: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-937- ;; ############################################## scrub-2.6.1/config/config.sub-941- ppc64le-* | powerpc64little-*) scrub-2.6.1/config/config.sub:942: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` scrub-2.6.1/config/config.sub-943- ;; ############################################## scrub-2.6.1/config/config.sub-1233- *) scrub-2.6.1/config/config.sub:1234: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 scrub-2.6.1/config/config.sub-1235- exit 1 ############################################## scrub-2.6.1/config/config.sub-1241- *-digital*) scrub-2.6.1/config/config.sub:1242: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` scrub-2.6.1/config/config.sub-1243- ;; scrub-2.6.1/config/config.sub-1244- *-commodore*) scrub-2.6.1/config/config.sub:1245: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` scrub-2.6.1/config/config.sub-1246- ;; ############################################## scrub-2.6.1/config/config.sub-1262- -solaris1 | -solaris1.*) scrub-2.6.1/config/config.sub:1263: os=`echo $os | sed -e 's|solaris1|sunos4|'` scrub-2.6.1/config/config.sub-1264- ;; ############################################## scrub-2.6.1/config/config.sub-1274- -gnu/linux*) scrub-2.6.1/config/config.sub:1275: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` scrub-2.6.1/config/config.sub-1276- ;; ############################################## scrub-2.6.1/config/config.sub-1319- -nto*) scrub-2.6.1/config/config.sub:1320: os=`echo $os | sed -e 's|nto|nto-qnx|'` scrub-2.6.1/config/config.sub-1321- ;; ############################################## scrub-2.6.1/config/config.sub-1326- -mac*) scrub-2.6.1/config/config.sub:1327: os=`echo $os | sed -e 's|mac|macos|'` scrub-2.6.1/config/config.sub-1328- ;; ############################################## scrub-2.6.1/config/config.sub-1332- -linux*) scrub-2.6.1/config/config.sub:1333: os=`echo $os | sed -e 's|linux|linux-gnu|'` scrub-2.6.1/config/config.sub-1334- ;; scrub-2.6.1/config/config.sub-1335- -sunos5*) scrub-2.6.1/config/config.sub:1336: os=`echo $os | sed -e 's|sunos5|solaris2|'` scrub-2.6.1/config/config.sub-1337- ;; scrub-2.6.1/config/config.sub-1338- -sunos6*) scrub-2.6.1/config/config.sub:1339: os=`echo $os | sed -e 's|sunos6|solaris3|'` scrub-2.6.1/config/config.sub-1340- ;; ############################################## scrub-2.6.1/config/config.sub-1387- -sinix5.*) scrub-2.6.1/config/config.sub:1388: os=`echo $os | sed -e 's|sinix|sysv|'` scrub-2.6.1/config/config.sub-1389- ;; ############################################## scrub-2.6.1/config/config.sub-1441- # Get rid of the `-' at the beginning of $os. scrub-2.6.1/config/config.sub:1442: os=`echo $os | sed 's/[^-]*-//'` scrub-2.6.1/config/config.sub:1443: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 scrub-2.6.1/config/config.sub-1444- exit 1 ############################################## scrub-2.6.1/config/config.sub-1692- esac scrub-2.6.1/config/config.sub:1693: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` scrub-2.6.1/config/config.sub-1694- ;; ############################################## scrub-2.6.1/config/config.guess-40- scrub-2.6.1/config/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` scrub-2.6.1/config/config.guess-42- ############################################## scrub-2.6.1/config/config.guess-109-: ${TMPDIR=/tmp} ; scrub-2.6.1/config/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || scrub-2.6.1/config/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## scrub-2.6.1/config/config.guess-195- *) scrub-2.6.1/config/config.guess:196: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` scrub-2.6.1/config/config.guess-197- ;; ############################################## scrub-2.6.1/config/config.guess-222- *4.0) scrub-2.6.1/config/config.guess:223: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` scrub-2.6.1/config/config.guess-224- ;; scrub-2.6.1/config/config.guess-225- *5.*) scrub-2.6.1/config/config.guess:226: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` scrub-2.6.1/config/config.guess-227- ;; ############################################## scrub-2.6.1/config/config.guess-232- # types through head -n 1, so we only detect the type of CPU 0. scrub-2.6.1/config/config.guess:233: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` scrub-2.6.1/config/config.guess-234- case "$ALPHA_CPU_TYPE" in ############################################## scrub-2.6.1/config/config.guess-270- # 1.2 uses "1.2" for uname -r. scrub-2.6.1/config/config.guess:271: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` scrub-2.6.1/config/config.guess-272- exit ;; ############################################## scrub-2.6.1/config/config.guess-327- s390x:SunOS:*:*) scrub-2.6.1/config/config.guess:328: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-329- exit ;; scrub-2.6.1/config/config.guess-330- sun4H:SunOS:5.*:*) scrub-2.6.1/config/config.guess:331: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-332- exit ;; scrub-2.6.1/config/config.guess-333- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) scrub-2.6.1/config/config.guess:334: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-335- exit ;; ############################################## scrub-2.6.1/config/config.guess-352- fi scrub-2.6.1/config/config.guess:353: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-354- exit ;; ############################################## scrub-2.6.1/config/config.guess-358- # it's likely to be more like Solaris than SunOS4. scrub-2.6.1/config/config.guess:359: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-360- exit ;; ############################################## scrub-2.6.1/config/config.guess-367- # Japanese Language versions have a version number like `4.1.3-JL'. scrub-2.6.1/config/config.guess:368: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` scrub-2.6.1/config/config.guess-369- exit ;; ############################################## scrub-2.6.1/config/config.guess-373- sun*:*:4.2BSD:*) scrub-2.6.1/config/config.guess:374: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` scrub-2.6.1/config/config.guess-375- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## scrub-2.6.1/config/config.guess-455- $CC_FOR_BUILD -o $dummy $dummy.c && scrub-2.6.1/config/config.guess:456: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && scrub-2.6.1/config/config.guess:457: SYSTEM_NAME=`$dummy $dummyarg` && scrub-2.6.1/config/config.guess-458- { echo "$SYSTEM_NAME"; exit; } ############################################## scrub-2.6.1/config/config.guess-511- *:IRIX*:*:*) scrub-2.6.1/config/config.guess:512: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` scrub-2.6.1/config/config.guess-513- exit ;; ############################################## scrub-2.6.1/config/config.guess-541-EOF scrub-2.6.1/config/config.guess:542: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` scrub-2.6.1/config/config.guess-543- then ############################################## scrub-2.6.1/config/config.guess-554- *:AIX:*:[456]) scrub-2.6.1/config/config.guess:555: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` scrub-2.6.1/config/config.guess-556- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## scrub-2.6.1/config/config.guess-589- 9000/[34678]??:HP-UX:*:*) scrub-2.6.1/config/config.guess:590: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` scrub-2.6.1/config/config.guess-591- case "${UNAME_MACHINE}" in ############################################## scrub-2.6.1/config/config.guess-643-EOF scrub-2.6.1/config/config.guess:644: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` scrub-2.6.1/config/config.guess-645- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## scrub-2.6.1/config/config.guess-671- ia64:HP-UX:*:*) scrub-2.6.1/config/config.guess:672: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` scrub-2.6.1/config/config.guess-673- echo ia64-hp-hpux${HPUX_REV} ############################################## scrub-2.6.1/config/config.guess-701-EOF scrub-2.6.1/config/config.guess:702: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && scrub-2.6.1/config/config.guess-703- { echo "$SYSTEM_NAME"; exit; } ############################################## scrub-2.6.1/config/config.guess-772- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` scrub-2.6.1/config/config.guess:773: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` scrub-2.6.1/config/config.guess-774- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## scrub-2.6.1/config/config.guess-777- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` scrub-2.6.1/config/config.guess:778: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` scrub-2.6.1/config/config.guess-779- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## scrub-2.6.1/config/config.guess-792- pc98) scrub-2.6.1/config/config.guess:793: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; scrub-2.6.1/config/config.guess-794- amd64) scrub-2.6.1/config/config.guess:795: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; scrub-2.6.1/config/config.guess-796- *) scrub-2.6.1/config/config.guess:797: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; scrub-2.6.1/config/config.guess-798- esac ############################################## scrub-2.6.1/config/config.guess-846- prep*:SunOS:5.*:*) scrub-2.6.1/config/config.guess:847: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` scrub-2.6.1/config/config.guess-848- exit ;; ############################################## scrub-2.6.1/config/config.guess-850- # the GNU system scrub-2.6.1/config/config.guess:851: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` scrub-2.6.1/config/config.guess-852- exit ;; ############################################## scrub-2.6.1/config/config.guess-854- # other systems with GNU libc and userland scrub-2.6.1/config/config.guess:855: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu scrub-2.6.1/config/config.guess-856- exit ;; ############################################## scrub-2.6.1/config/config.guess-903-EOF scrub-2.6.1/config/config.guess:904: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` scrub-2.6.1/config/config.guess-905- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## scrub-2.6.1/config/config.guess-931-EOF scrub-2.6.1/config/config.guess:932: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` scrub-2.6.1/config/config.guess-933- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## scrub-2.6.1/config/config.guess-1013- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) scrub-2.6.1/config/config.guess:1014: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` scrub-2.6.1/config/config.guess-1015- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## scrub-2.6.1/config/config.guess-1280- *:DragonFly:*:*) scrub-2.6.1/config/config.guess:1281: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` scrub-2.6.1/config/config.guess-1282- exit ;; ############################################## scrub-2.6.1/config/config.guess-1293- i*86:skyos:*:*) scrub-2.6.1/config/config.guess:1294: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' scrub-2.6.1/config/config.guess-1295- exit ;; ############################################## scrub-2.6.1/config/config.guess-1421- scrub-2.6.1/config/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && scrub-2.6.1/config/config.guess-1423- { echo "$SYSTEM_NAME"; exit; } ############################################## scrub-2.6.1/config/install-sh-217- fi scrub-2.6.1/config/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; scrub-2.6.1/config/install-sh-219- *) ############################################## scrub-2.6.1/config/install-sh-269- dstdir=$dst scrub-2.6.1/config/install-sh:270: dst=$dstdir/`basename "$src"` scrub-2.6.1/config/install-sh-271- dstdir_status=0 ############################################## scrub-2.6.1/config/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. scrub-2.6.1/config/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` scrub-2.6.1/config/install-sh-353- case $ls_ld_tmpdir in ############################################## scrub-2.6.1/config/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { scrub-2.6.1/config/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` scrub-2.6.1/config/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## scrub-2.6.1/config/install-sh-418- case $prefix in scrub-2.6.1/config/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; scrub-2.6.1/config/install-sh-420- *) qprefix=$prefix;; ############################################## scrub-2.6.1/config/install-sh-467- if $copy_on_change && scrub-2.6.1/config/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && scrub-2.6.1/config/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && scrub-2.6.1/config/install-sh-470- ############################################## scrub-2.6.1/config/missing-139- # Could not run --version or --help. This is probably someone scrub-2.6.1/config/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether scrub-2.6.1/config/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## scrub-2.6.1/config/missing-173- from any GNU archive site." scrub-2.6.1/config/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` scrub-2.6.1/config/missing-175- test -z "$files" && files="config.h" ############################################## scrub-2.6.1/config/missing-202- proper tools for further handling them. scrub-2.6.1/config/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU scrub-2.6.1/config/missing-204- archive site." scrub-2.6.1/config/missing-205- scrub-2.6.1/config/missing:206: file=`echo "$*" | sed -n "$sed_output"` scrub-2.6.1/config/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` scrub-2.6.1/config/missing-208- if test -f "$file"; then ############################################## scrub-2.6.1/config/missing-231- *.y) scrub-2.6.1/config/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` scrub-2.6.1/config/missing-233- if test -f "$SRCFILE"; then ############################################## scrub-2.6.1/config/missing-235- fi scrub-2.6.1/config/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` scrub-2.6.1/config/missing-237- if test -f "$SRCFILE"; then ############################################## scrub-2.6.1/config/missing-261- *.l) scrub-2.6.1/config/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` scrub-2.6.1/config/missing-263- if test -f "$SRCFILE"; then ############################################## scrub-2.6.1/config/missing-280- scrub-2.6.1/config/missing:281: file=`echo "$*" | sed -n "$sed_output"` scrub-2.6.1/config/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` scrub-2.6.1/config/missing-283- if test -f "$file"; then ############################################## scrub-2.6.1/config/missing-300- # The file to touch is that specified with -o ... scrub-2.6.1/config/missing:301: file=`echo "$*" | sed -n "$sed_output"` scrub-2.6.1/config/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` scrub-2.6.1/config/missing-303- if test -z "$file"; then scrub-2.6.1/config/missing-304- # ... or it is the one specified with @setfilename ... scrub-2.6.1/config/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` scrub-2.6.1/config/missing-306- file=`sed -n ' ############################################## scrub-2.6.1/config/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) scrub-2.6.1/config/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info scrub-2.6.1/config/missing-314- fi ############################################## scrub-2.6.1/config/missing-336- *o*) scrub-2.6.1/config/missing:337: firstarg=`echo "$firstarg" | sed s/o//` scrub-2.6.1/config/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## scrub-2.6.1/config/missing-342- *h*) scrub-2.6.1/config/missing:343: firstarg=`echo "$firstarg" | sed s/h//` scrub-2.6.1/config/missing-344- tar "$firstarg" "$@" && exit 0