=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== spotlighter-0.3/compile-68- mingw/*) spotlighter-0.3/compile:69: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` spotlighter-0.3/compile-70- ;; spotlighter-0.3/compile-71- cygwin/*) spotlighter-0.3/compile:72: file=`cygpath -m "$file" || echo "$file"` spotlighter-0.3/compile-73- ;; spotlighter-0.3/compile-74- wine/*) spotlighter-0.3/compile:75: file=`winepath -w "$file" || echo "$file"` spotlighter-0.3/compile-76- ;; ############################################## spotlighter-0.3/compile-272-# Name of file we expect compiler to create. spotlighter-0.3/compile:273:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` spotlighter-0.3/compile-274- ############################################## spotlighter-0.3/compile-278-# object file name, since that is what matters with a parallel build. spotlighter-0.3/compile:279:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d spotlighter-0.3/compile-280-while true; do ############################################## spotlighter-0.3/config.guess-38- spotlighter-0.3/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'` spotlighter-0.3/config.guess-40- ############################################## spotlighter-0.3/config.guess-108-: ${TMPDIR=/tmp} ; spotlighter-0.3/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || spotlighter-0.3/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## spotlighter-0.3/config.guess-194- *) spotlighter-0.3/config.guess:195: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` spotlighter-0.3/config.guess-196- ;; ############################################## spotlighter-0.3/config.guess-221- *4.0) spotlighter-0.3/config.guess:222: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` spotlighter-0.3/config.guess-223- ;; spotlighter-0.3/config.guess-224- *5.*) spotlighter-0.3/config.guess:225: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` spotlighter-0.3/config.guess-226- ;; ############################################## spotlighter-0.3/config.guess-231- # types through head -n 1, so we only detect the type of CPU 0. spotlighter-0.3/config.guess:232: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` spotlighter-0.3/config.guess-233- case "$ALPHA_CPU_TYPE" in ############################################## spotlighter-0.3/config.guess-269- # 1.2 uses "1.2" for uname -r. spotlighter-0.3/config.guess:270: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` spotlighter-0.3/config.guess-271- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## spotlighter-0.3/config.guess-329- s390x:SunOS:*:*) spotlighter-0.3/config.guess:330: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-331- exit ;; spotlighter-0.3/config.guess-332- sun4H:SunOS:5.*:*) spotlighter-0.3/config.guess:333: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-334- exit ;; spotlighter-0.3/config.guess-335- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) spotlighter-0.3/config.guess:336: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-337- exit ;; ############################################## spotlighter-0.3/config.guess-354- fi spotlighter-0.3/config.guess:355: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-356- exit ;; ############################################## spotlighter-0.3/config.guess-360- # it's likely to be more like Solaris than SunOS4. spotlighter-0.3/config.guess:361: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-362- exit ;; ############################################## spotlighter-0.3/config.guess-369- # Japanese Language versions have a version number like `4.1.3-JL'. spotlighter-0.3/config.guess:370: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` spotlighter-0.3/config.guess-371- exit ;; ############################################## spotlighter-0.3/config.guess-375- sun*:*:4.2BSD:*) spotlighter-0.3/config.guess:376: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` spotlighter-0.3/config.guess-377- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## spotlighter-0.3/config.guess-457- $CC_FOR_BUILD -o $dummy $dummy.c && spotlighter-0.3/config.guess:458: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && spotlighter-0.3/config.guess:459: SYSTEM_NAME=`$dummy $dummyarg` && spotlighter-0.3/config.guess-460- { echo "$SYSTEM_NAME"; exit; } ############################################## spotlighter-0.3/config.guess-513- *:IRIX*:*:*) spotlighter-0.3/config.guess:514: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` spotlighter-0.3/config.guess-515- exit ;; ############################################## spotlighter-0.3/config.guess-543-EOF spotlighter-0.3/config.guess:544: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` spotlighter-0.3/config.guess-545- then ############################################## spotlighter-0.3/config.guess-556- *:AIX:*:[4567]) spotlighter-0.3/config.guess:557: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` spotlighter-0.3/config.guess-558- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## spotlighter-0.3/config.guess-591- 9000/[34678]??:HP-UX:*:*) spotlighter-0.3/config.guess:592: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` spotlighter-0.3/config.guess-593- case "${UNAME_MACHINE}" in ############################################## spotlighter-0.3/config.guess-645-EOF spotlighter-0.3/config.guess:646: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` spotlighter-0.3/config.guess-647- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## spotlighter-0.3/config.guess-673- ia64:HP-UX:*:*) spotlighter-0.3/config.guess:674: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` spotlighter-0.3/config.guess-675- echo ia64-hp-hpux${HPUX_REV} ############################################## spotlighter-0.3/config.guess-703-EOF spotlighter-0.3/config.guess:704: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && spotlighter-0.3/config.guess-705- { echo "$SYSTEM_NAME"; exit; } ############################################## spotlighter-0.3/config.guess-774- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` spotlighter-0.3/config.guess:775: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` spotlighter-0.3/config.guess-776- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## spotlighter-0.3/config.guess-779- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` spotlighter-0.3/config.guess:780: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` spotlighter-0.3/config.guess-781- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## spotlighter-0.3/config.guess-795- amd64) spotlighter-0.3/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; spotlighter-0.3/config.guess-797- *) spotlighter-0.3/config.guess:798: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; spotlighter-0.3/config.guess-799- esac ############################################## spotlighter-0.3/config.guess-850- prep*:SunOS:5.*:*) spotlighter-0.3/config.guess:851: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` spotlighter-0.3/config.guess-852- exit ;; ############################################## spotlighter-0.3/config.guess-854- # the GNU system spotlighter-0.3/config.guess:855: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` spotlighter-0.3/config.guess-856- exit ;; ############################################## spotlighter-0.3/config.guess-858- # other systems with GNU libc and userland spotlighter-0.3/config.guess:859: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu spotlighter-0.3/config.guess-860- exit ;; ############################################## spotlighter-0.3/config.guess-923-EOF spotlighter-0.3/config.guess:924: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` spotlighter-0.3/config.guess-925- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## spotlighter-0.3/config.guess-951-EOF spotlighter-0.3/config.guess:952: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` spotlighter-0.3/config.guess-953- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## spotlighter-0.3/config.guess-1036- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) spotlighter-0.3/config.guess:1037: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` spotlighter-0.3/config.guess-1038- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## spotlighter-0.3/config.guess-1306- *:DragonFly:*:*) spotlighter-0.3/config.guess:1307: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` spotlighter-0.3/config.guess-1308- exit ;; ############################################## spotlighter-0.3/config.guess-1319- i*86:skyos:*:*) spotlighter-0.3/config.guess:1320: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' spotlighter-0.3/config.guess-1321- exit ;; ############################################## spotlighter-0.3/config.guess-1450- spotlighter-0.3/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && spotlighter-0.3/config.guess-1452- { echo "$SYSTEM_NAME"; exit; } ############################################## spotlighter-0.3/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} spotlighter-0.3/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} spotlighter-0.3/depcomp-69- ############################################## spotlighter-0.3/depcomp-234- # Version 6 uses the directory in both cases. spotlighter-0.3/depcomp:235: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` spotlighter-0.3/depcomp-236- test "x$dir" = "x$object" && dir= spotlighter-0.3/depcomp:237: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` spotlighter-0.3/depcomp-238- if test "$libtool" = yes; then ############################################## spotlighter-0.3/depcomp-263- # Do two passes, one to just change these to spotlighter-0.3/depcomp:264: # `$object: dependent.h' and one to simply `dependent.h:'. spotlighter-0.3/depcomp-265- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## spotlighter-0.3/depcomp-305- # Do two passes, one to just change these to spotlighter-0.3/depcomp:306: # `$object: dependent.h' and one to simply `dependent.h:'. spotlighter-0.3/depcomp-307- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## spotlighter-0.3/depcomp-321- # Much of this is similar to the tru64 case; see comments there. spotlighter-0.3/depcomp:322: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` spotlighter-0.3/depcomp-323- test "x$dir" = "x$object" && dir= spotlighter-0.3/depcomp:324: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` spotlighter-0.3/depcomp-325- if test "$libtool" = yes; then ############################################## spotlighter-0.3/depcomp-365- # Subdirectories are respected. spotlighter-0.3/depcomp:366: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` spotlighter-0.3/depcomp-367- test "x$dir" = "x$object" && dir= spotlighter-0.3/depcomp:368: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` spotlighter-0.3/depcomp-369- ############################################## spotlighter-0.3/depcomp-557- done spotlighter-0.3/depcomp:558: obj_suffix=`echo "$object" | sed 's/^.*\././'` spotlighter-0.3/depcomp-559- touch "$tmpdepfile" ############################################## spotlighter-0.3/ltmain.sh-167-{ spotlighter-0.3/ltmain.sh:168: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` spotlighter-0.3/ltmain.sh-169- if test "X$func_dirname_result" = "X${1}"; then ############################################## spotlighter-0.3/ltmain.sh-179-{ spotlighter-0.3/ltmain.sh:180: func_basename_result=`$ECHO "${1}" | $SED "$basename"` spotlighter-0.3/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-198- # Extract subdirectory from the argument. spotlighter-0.3/ltmain.sh:199: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` spotlighter-0.3/ltmain.sh-200- if test "X$func_dirname_result" = "X${1}"; then ############################################## spotlighter-0.3/ltmain.sh-204- fi spotlighter-0.3/ltmain.sh:205: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` spotlighter-0.3/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-217- case ${2} in spotlighter-0.3/ltmain.sh:218: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; spotlighter-0.3/ltmain.sh:219: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; spotlighter-0.3/ltmain.sh-220- esac ############################################## spotlighter-0.3/ltmain.sh-380- progdir=$func_dirname_result spotlighter-0.3/ltmain.sh:381: progdir=`cd "$progdir" && pwd` spotlighter-0.3/ltmain.sh-382- progpath="$progdir/$progname" ############################################## spotlighter-0.3/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of spotlighter-0.3/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. spotlighter-0.3/ltmain.sh-419-bs='\\' ############################################## spotlighter-0.3/ltmain.sh-531- # ...otherwise throw away the child directory and loop spotlighter-0.3/ltmain.sh:532: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` spotlighter-0.3/ltmain.sh-533- done spotlighter-0.3/ltmain.sh:534: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` spotlighter-0.3/ltmain.sh-535- ############################################## spotlighter-0.3/ltmain.sh-566- # If mktemp works, use that first and foremost spotlighter-0.3/ltmain.sh:567: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` spotlighter-0.3/ltmain.sh-568- ############################################## spotlighter-0.3/ltmain.sh-597- *[\\\`\"\$]*) spotlighter-0.3/ltmain.sh:598: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; spotlighter-0.3/ltmain.sh-599- *) ############################################## spotlighter-0.3/ltmain.sh-702- [0-9]* | *[!a-zA-Z0-9_]*) spotlighter-0.3/ltmain.sh:703: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` spotlighter-0.3/ltmain.sh-704- ;; ############################################## spotlighter-0.3/ltmain.sh-769- s/\$with_gnu_ld/'"$with_gnu_ld"'/ spotlighter-0.3/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ spotlighter-0.3/ltmain.sh:771: s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ spotlighter-0.3/ltmain.sh-772- p ############################################## spotlighter-0.3/ltmain.sh-803- spotlighter-0.3/ltmain.sh:804: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` spotlighter-0.3/ltmain.sh:805: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` spotlighter-0.3/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-816- spotlighter-0.3/ltmain.sh:817: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` spotlighter-0.3/ltmain.sh:818: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` spotlighter-0.3/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-862-{ spotlighter-0.3/ltmain.sh:863: func_arith_result=`expr "${@}"` spotlighter-0.3/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-870-{ spotlighter-0.3/ltmain.sh:871: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` spotlighter-0.3/ltmain.sh-872-} # func_len may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-877-{ spotlighter-0.3/ltmain.sh:878: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` spotlighter-0.3/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-884-{ spotlighter-0.3/ltmain.sh:885: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` spotlighter-0.3/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation ############################################## spotlighter-0.3/ltmain.sh-968- # quotes we have to do it in 2 steps: spotlighter-0.3/ltmain.sh:969: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` spotlighter-0.3/ltmain.sh-970- eval "$extractedcf" ############################################## spotlighter-0.3/ltmain.sh-1382- done spotlighter-0.3/ltmain.sh:1383: CC_expanded=`func_echo_all $CC` spotlighter-0.3/ltmain.sh:1384: CC_quoted_expanded=`func_echo_all $CC_quoted` spotlighter-0.3/ltmain.sh-1385- case $@ in ############################################## spotlighter-0.3/ltmain.sh-1395- # Evaluate the configuration. spotlighter-0.3/ltmain.sh:1396: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" spotlighter-0.3/ltmain.sh-1397- CC_quoted= ############################################## spotlighter-0.3/ltmain.sh-1401- done spotlighter-0.3/ltmain.sh:1402: CC_expanded=`func_echo_all $CC` spotlighter-0.3/ltmain.sh:1403: CC_quoted_expanded=`func_echo_all $CC_quoted` spotlighter-0.3/ltmain.sh-1404- case "$@ " in ############################################## spotlighter-0.3/ltmain.sh-1492- # zero AND non-empty stdout, which explains the odd construction: spotlighter-0.3/ltmain.sh:1493: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` spotlighter-0.3/ltmain.sh-1494- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## spotlighter-0.3/ltmain.sh-1558- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then spotlighter-0.3/ltmain.sh:1559: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` spotlighter-0.3/ltmain.sh-1560- if test "$?" -ne 0; then ############################################## spotlighter-0.3/ltmain.sh-1721- # LT_CYGPATH in this case. spotlighter-0.3/ltmain.sh:1722: func_to_host_file_result=`cygpath -m "$1"` spotlighter-0.3/ltmain.sh-1723- fi ############################################## spotlighter-0.3/ltmain.sh-1871- func_to_host_path_tmp1=$func_stripname_result spotlighter-0.3/ltmain.sh:1872: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` spotlighter-0.3/ltmain.sh-1873- func_convert_path_check : ";" \ ############################################## spotlighter-0.3/ltmain.sh-2060- *.[cCFSifmso] | \ spotlighter-0.3/ltmain.sh:2061: *.ada | *.adb | *.ads | *.asm | \ spotlighter-0.3/ltmain.sh-2062- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## spotlighter-0.3/ltmain.sh-2137- if test "$compiler_c_o" = no; then spotlighter-0.3/ltmain.sh:2138: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} spotlighter-0.3/ltmain.sh-2139- lockfile="$output_obj.lock" ############################################## spotlighter-0.3/ltmain.sh-2156-*** ERROR, $lockfile exists and contains: spotlighter-0.3/ltmain.sh:2157:`cat $lockfile 2>/dev/null` spotlighter-0.3/ltmain.sh-2158- ############################################## spotlighter-0.3/ltmain.sh-2204- if test "$need_locks" = warn && spotlighter-0.3/ltmain.sh:2205: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then spotlighter-0.3/ltmain.sh-2206- $ECHO "\ spotlighter-0.3/ltmain.sh-2207-*** ERROR, $lockfile contains: spotlighter-0.3/ltmain.sh:2208:`cat $lockfile 2>/dev/null` spotlighter-0.3/ltmain.sh-2209- ############################################## spotlighter-0.3/ltmain.sh-2253- if test "$need_locks" = warn && spotlighter-0.3/ltmain.sh:2254: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then spotlighter-0.3/ltmain.sh-2255- $ECHO "\ spotlighter-0.3/ltmain.sh-2256-*** ERROR, $lockfile contains: spotlighter-0.3/ltmain.sh:2257:`cat $lockfile 2>/dev/null` spotlighter-0.3/ltmain.sh-2258- ############################################## spotlighter-0.3/ltmain.sh-2548- test -n "$library_names" && \ spotlighter-0.3/ltmain.sh:2549: func_warning "\`$file' was not linked with \`-export-dynamic'" spotlighter-0.3/ltmain.sh-2550- continue ############################################## spotlighter-0.3/ltmain.sh-2559- if test ! -f "$dir/$dlname"; then spotlighter-0.3/ltmain.sh:2560: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" spotlighter-0.3/ltmain.sh-2561- fi ############################################## spotlighter-0.3/ltmain.sh-2577- # Get the absolute pathname. spotlighter-0.3/ltmain.sh:2578: absdir=`cd "$dir" && pwd` spotlighter-0.3/ltmain.sh-2579- test -n "$absdir" && dir="$absdir" ############################################## spotlighter-0.3/ltmain.sh-2675- if test -n "$lt_sysroot"; then spotlighter-0.3/ltmain.sh:2676: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` spotlighter-0.3/ltmain.sh-2677- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## spotlighter-0.3/ltmain.sh-2957- # Determine the prefix the user has applied to our future dir. spotlighter-0.3/ltmain.sh:2958: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` spotlighter-0.3/ltmain.sh-2959- ############################################## spotlighter-0.3/ltmain.sh-2970- # Stick the inst_prefix_dir data into the link command. spotlighter-0.3/ltmain.sh:2971: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` spotlighter-0.3/ltmain.sh-2972- else spotlighter-0.3/ltmain.sh:2973: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` spotlighter-0.3/ltmain.sh-2974- fi ############################################## spotlighter-0.3/ltmain.sh-3130- fi spotlighter-0.3/ltmain.sh:3131: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test spotlighter-0.3/ltmain.sh-3132- if test -n "$libdir" && test ! -f "$libfile"; then spotlighter-0.3/ltmain.sh:3133: func_warning "\`$lib' has not been installed in \`$libdir'" spotlighter-0.3/ltmain.sh-3134- finalize=no ############################################## spotlighter-0.3/ltmain.sh-3149- # Replace the output file specification. spotlighter-0.3/ltmain.sh:3150: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` spotlighter-0.3/ltmain.sh-3151- ############################################## spotlighter-0.3/ltmain.sh-3168- # Install the binary that we compiled earlier. spotlighter-0.3/ltmain.sh:3169: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` spotlighter-0.3/ltmain.sh-3170- fi ############################################## spotlighter-0.3/ltmain.sh-3241- my_pic_p="${3-no}" spotlighter-0.3/ltmain.sh:3242: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` spotlighter-0.3/ltmain.sh-3243- my_dlsyms= ############################################## spotlighter-0.3/ltmain.sh-3297- # Add our own program objects to the symbol list. spotlighter-0.3/ltmain.sh:3298: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` spotlighter-0.3/ltmain.sh-3299- for progfile in $progfiles; do ############################################## spotlighter-0.3/ltmain.sh-3359- # Use subshell, to avoid clobbering current variable values spotlighter-0.3/ltmain.sh:3360: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` spotlighter-0.3/ltmain.sh-3361- if test -n "$dlprefile_dlname" ; then ############################################## spotlighter-0.3/ltmain.sh-3506- if test -f "$output_objdir/$my_outputname.def"; then spotlighter-0.3/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` spotlighter-0.3/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` spotlighter-0.3/ltmain.sh-3509- else spotlighter-0.3/ltmain.sh:3510: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` spotlighter-0.3/ltmain.sh:3511: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` spotlighter-0.3/ltmain.sh-3512- fi ############################################## spotlighter-0.3/ltmain.sh-3514- *) spotlighter-0.3/ltmain.sh:3515: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` spotlighter-0.3/ltmain.sh:3516: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` spotlighter-0.3/ltmain.sh-3517- ;; ############################################## spotlighter-0.3/ltmain.sh-3529- # Nullify the symbol file. spotlighter-0.3/ltmain.sh:3530: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` spotlighter-0.3/ltmain.sh:3531: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` spotlighter-0.3/ltmain.sh-3532- fi ############################################## spotlighter-0.3/ltmain.sh-3545- win32_libid_type="unknown" spotlighter-0.3/ltmain.sh:3546: win32_fileres=`file -L $1 2>/dev/null` spotlighter-0.3/ltmain.sh-3547- case $win32_fileres in ############################################## spotlighter-0.3/ltmain.sh-3596- $opt_debug spotlighter-0.3/ltmain.sh:3597: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` spotlighter-0.3/ltmain.sh-3598-} ############################################## spotlighter-0.3/ltmain.sh-3613- $opt_debug spotlighter-0.3/ltmain.sh:3614: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` spotlighter-0.3/ltmain.sh-3615- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## spotlighter-0.3/ltmain.sh-3668- func_to_tool_file "$1" func_convert_file_msys_to_w32 spotlighter-0.3/ltmain.sh:3669: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` spotlighter-0.3/ltmain.sh-3670- test -n "$func_cygming_gnu_implib_tmp" ############################################## spotlighter-0.3/ltmain.sh-3680- func_to_tool_file "$1" func_convert_file_msys_to_w32 spotlighter-0.3/ltmain.sh:3681: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` spotlighter-0.3/ltmain.sh-3682- test -n "$func_cygming_ms_implib_tmp" ############################################## spotlighter-0.3/ltmain.sh-3700- # binutils import library spotlighter-0.3/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` spotlighter-0.3/ltmain.sh-3702- elif func_cygming_ms_implib_p "$1" ; then spotlighter-0.3/ltmain.sh-3703- # ms-generated import library spotlighter-0.3/ltmain.sh:3704: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` spotlighter-0.3/ltmain.sh-3705- else ############################################## spotlighter-0.3/ltmain.sh-3780- darwin_curdir=`pwd` spotlighter-0.3/ltmain.sh:3781: darwin_base_archive=`basename "$darwin_archive"` spotlighter-0.3/ltmain.sh:3782: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` spotlighter-0.3/ltmain.sh-3783- if test -n "$darwin_arches"; then spotlighter-0.3/ltmain.sh:3784: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` spotlighter-0.3/ltmain.sh-3785- darwin_arch= ############################################## spotlighter-0.3/ltmain.sh-3795- ## Okay now we've a bunch of thin objects, gotta fatten them up :) spotlighter-0.3/ltmain.sh:3796: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` spotlighter-0.3/ltmain.sh-3797- darwin_file= ############################################## spotlighter-0.3/ltmain.sh-3799- for darwin_file in $darwin_filelist; do spotlighter-0.3/ltmain.sh:3800: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` spotlighter-0.3/ltmain.sh-3801- $LIPO -create -output "$darwin_file" $darwin_files ############################################## spotlighter-0.3/ltmain.sh-3814- esac spotlighter-0.3/ltmain.sh:3815: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` spotlighter-0.3/ltmain.sh-3816- done ############################################## spotlighter-0.3/ltmain.sh-3885- spotlighter-0.3/ltmain.sh:3886: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` spotlighter-0.3/ltmain.sh-3887- $ECHO "\ ############################################## spotlighter-0.3/ltmain.sh-3920- --lt-dump-script) spotlighter-0.3/ltmain.sh:3921: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` spotlighter-0.3/ltmain.sh-3922- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. spotlighter-0.3/ltmain.sh:3923: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` spotlighter-0.3/ltmain.sh-3924- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## spotlighter-0.3/ltmain.sh-3947- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" spotlighter-0.3/ltmain.sh:3948: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` spotlighter-0.3/ltmain.sh-3949- done ############################################## spotlighter-0.3/ltmain.sh-4005- # Find the directory that this script lives in. spotlighter-0.3/ltmain.sh:4006: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` spotlighter-0.3/ltmain.sh-4007- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## spotlighter-0.3/ltmain.sh-4009- # Follow symbolic links until we get to the real thisdir. spotlighter-0.3/ltmain.sh:4010: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` spotlighter-0.3/ltmain.sh-4011- while test -n \"\$file\"; do spotlighter-0.3/ltmain.sh:4012: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` spotlighter-0.3/ltmain.sh-4013- ############################################## spotlighter-0.3/ltmain.sh-4021- spotlighter-0.3/ltmain.sh:4022: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` spotlighter-0.3/ltmain.sh:4023: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` spotlighter-0.3/ltmain.sh-4024- done ############################################## spotlighter-0.3/ltmain.sh-4035- case \"\$thisdir\" in spotlighter-0.3/ltmain.sh:4036: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; spotlighter-0.3/ltmain.sh-4037- $objdir ) thisdir=. ;; ############################################## spotlighter-0.3/ltmain.sh-4041- # Try to get the absolute directory name. spotlighter-0.3/ltmain.sh:4042: absdir=\`cd \"\$thisdir\" && pwd\` spotlighter-0.3/ltmain.sh-4043- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## spotlighter-0.3/ltmain.sh-4051- if test ! -f \"\$progdir/\$program\" || spotlighter-0.3/ltmain.sh:4052: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ spotlighter-0.3/ltmain.sh-4053- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## spotlighter-0.3/ltmain.sh-4066- if test -n \"\$relink_command\"; then spotlighter-0.3/ltmain.sh:4067: if relink_command_output=\`eval \$relink_command 2>&1\`; then : spotlighter-0.3/ltmain.sh-4068- else ############################################## spotlighter-0.3/ltmain.sh-4110- # The second colon is a workaround for a bug in BeOS R4 sed spotlighter-0.3/ltmain.sh:4111: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` spotlighter-0.3/ltmain.sh-4112- ############################################## spotlighter-0.3/ltmain.sh-5085- $opt_debug spotlighter-0.3/ltmain.sh:5086: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in spotlighter-0.3/ltmain.sh-5087- *import*) : ;; ############################################## spotlighter-0.3/ltmain.sh-5307- moreargs= spotlighter-0.3/ltmain.sh:5308: for fil in `cat "$save_arg"` spotlighter-0.3/ltmain.sh-5309- do ############################################## spotlighter-0.3/ltmain.sh-5563- *) spotlighter-0.3/ltmain.sh:5564: absdir=`cd "$dir" && pwd` spotlighter-0.3/ltmain.sh-5565- test -z "$absdir" && \ ############################################## spotlighter-0.3/ltmain.sh-5584- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) spotlighter-0.3/ltmain.sh:5585: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` spotlighter-0.3/ltmain.sh-5586- case :$dllsearchpath: in ############################################## spotlighter-0.3/ltmain.sh-6016- # get the directories listed in $shlibpath_var spotlighter-0.3/ltmain.sh:6017: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` spotlighter-0.3/ltmain.sh-6018- else ############################################## spotlighter-0.3/ltmain.sh-6331- set dummy $deplibs_check_method; shift spotlighter-0.3/ltmain.sh:6332: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` spotlighter-0.3/ltmain.sh-6333- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## spotlighter-0.3/ltmain.sh-6394- else spotlighter-0.3/ltmain.sh:6395: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" spotlighter-0.3/ltmain.sh-6396- fi ############################################## spotlighter-0.3/ltmain.sh-6423- if test -n "$inherited_linker_flags"; then spotlighter-0.3/ltmain.sh:6424: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` spotlighter-0.3/ltmain.sh-6425- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## spotlighter-0.3/ltmain.sh-6431- fi spotlighter-0.3/ltmain.sh:6432: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh-6433- if test "$linkmode,$pass" = "lib,link" || ############################################## spotlighter-0.3/ltmain.sh-6504- *) spotlighter-0.3/ltmain.sh:6505: abs_ladir=`cd "$ladir" && pwd` spotlighter-0.3/ltmain.sh-6506- if test -z "$abs_ladir"; then ############################################## spotlighter-0.3/ltmain.sh-6757- shift spotlighter-0.3/ltmain.sh:6758: libname=`eval "\\$ECHO \"$libname_spec\""` spotlighter-0.3/ltmain.sh-6759- # use dlname if we got it. it's perfectly good, no? ############################################## spotlighter-0.3/ltmain.sh-7049- *) spotlighter-0.3/ltmain.sh:7050: absdir=`cd "$dir" && pwd` spotlighter-0.3/ltmain.sh-7051- if test -z "$absdir"; then ############################################## spotlighter-0.3/ltmain.sh-7060- depdepl= spotlighter-0.3/ltmain.sh:7061: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` spotlighter-0.3/ltmain.sh-7062- if test -n "$deplibrary_names" ; then ############################################## spotlighter-0.3/ltmain.sh-7067- depdepl="$absdir/$objdir/$depdepl" spotlighter-0.3/ltmain.sh:7068: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` spotlighter-0.3/ltmain.sh-7069- if test -z "$darwin_install_name"; then spotlighter-0.3/ltmain.sh:7070: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` spotlighter-0.3/ltmain.sh-7071- fi ############################################## spotlighter-0.3/ltmain.sh-7082- else spotlighter-0.3/ltmain.sh:7083: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` spotlighter-0.3/ltmain.sh-7084- test -z "$libdir" && \ ############################################## spotlighter-0.3/ltmain.sh-7105- else spotlighter-0.3/ltmain.sh:7106: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh-7107- fi ############################################## spotlighter-0.3/ltmain.sh-7254- test "$module" = no && \ spotlighter-0.3/ltmain.sh:7255: func_fatal_help "libtool library \`$output' must begin with \`lib'" spotlighter-0.3/ltmain.sh-7256- ############################################## spotlighter-0.3/ltmain.sh-7392- if test "$age" -gt "$current"; then spotlighter-0.3/ltmain.sh:7393: func_error "AGE \`$age' is greater than the current interface number \`$current'" spotlighter-0.3/ltmain.sh-7394- func_fatal_error "\`$vinfo' is not valid version information" ############################################## spotlighter-0.3/ltmain.sh-7553- removelist= spotlighter-0.3/ltmain.sh:7554: tempremovelist=`$ECHO "$output_objdir/*"` spotlighter-0.3/ltmain.sh-7555- for p in $tempremovelist; do ############################################## spotlighter-0.3/ltmain.sh-7579- # Transform .lo files to .o files. spotlighter-0.3/ltmain.sh:7580: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` spotlighter-0.3/ltmain.sh-7581- fi ############################################## spotlighter-0.3/ltmain.sh-7584- #for path in $notinst_path; do spotlighter-0.3/ltmain.sh:7585: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` spotlighter-0.3/ltmain.sh:7586: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` spotlighter-0.3/ltmain.sh:7587: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` spotlighter-0.3/ltmain.sh-7588- #done ############################################## spotlighter-0.3/ltmain.sh-7705- if test -n "$i" ; then spotlighter-0.3/ltmain.sh:7706: libname=`eval "\\$ECHO \"$libname_spec\""` spotlighter-0.3/ltmain.sh:7707: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` spotlighter-0.3/ltmain.sh-7708- set dummy $deplib_matches; shift spotlighter-0.3/ltmain.sh-7709- deplib_match=$1 spotlighter-0.3/ltmain.sh:7710: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then spotlighter-0.3/ltmain.sh-7711- func_append newdeplibs " $i" ############################################## spotlighter-0.3/ltmain.sh-7748- if test -n "$i" ; then spotlighter-0.3/ltmain.sh:7749: libname=`eval "\\$ECHO \"$libname_spec\""` spotlighter-0.3/ltmain.sh:7750: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` spotlighter-0.3/ltmain.sh-7751- set dummy $deplib_matches; shift spotlighter-0.3/ltmain.sh-7752- deplib_match=$1 spotlighter-0.3/ltmain.sh:7753: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then spotlighter-0.3/ltmain.sh-7754- func_append newdeplibs " $i" ############################################## spotlighter-0.3/ltmain.sh-7783- set dummy $deplibs_check_method; shift spotlighter-0.3/ltmain.sh:7784: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` spotlighter-0.3/ltmain.sh-7785- for a_deplib in $deplibs; do ############################################## spotlighter-0.3/ltmain.sh-7798- if test -n "$a_deplib" ; then spotlighter-0.3/ltmain.sh:7799: libname=`eval "\\$ECHO \"$libname_spec\""` spotlighter-0.3/ltmain.sh-7800- if test -n "$file_magic_glob"; then spotlighter-0.3/ltmain.sh:7801: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` spotlighter-0.3/ltmain.sh-7802- else ############################################## spotlighter-0.3/ltmain.sh-7808- shopt -s nocaseglob spotlighter-0.3/ltmain.sh:7809: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` spotlighter-0.3/ltmain.sh-7810- $nocaseglob spotlighter-0.3/ltmain.sh-7811- else spotlighter-0.3/ltmain.sh:7812: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` spotlighter-0.3/ltmain.sh-7813- fi ############################################## spotlighter-0.3/ltmain.sh-7826- while test -h "$potlib" 2>/dev/null; do spotlighter-0.3/ltmain.sh:7827: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` spotlighter-0.3/ltmain.sh-7828- case $potliblink in spotlighter-0.3/ltmain.sh-7829- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; spotlighter-0.3/ltmain.sh:7830: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; spotlighter-0.3/ltmain.sh-7831- esac ############################################## spotlighter-0.3/ltmain.sh-7867- set dummy $deplibs_check_method; shift spotlighter-0.3/ltmain.sh:7868: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` spotlighter-0.3/ltmain.sh-7869- for a_deplib in $deplibs; do ############################################## spotlighter-0.3/ltmain.sh-7882- if test -n "$a_deplib" ; then spotlighter-0.3/ltmain.sh:7883: libname=`eval "\\$ECHO \"$libname_spec\""` spotlighter-0.3/ltmain.sh-7884- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do spotlighter-0.3/ltmain.sh:7885: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` spotlighter-0.3/ltmain.sh-7886- for potent_lib in $potential_libs; do ############################################## spotlighter-0.3/ltmain.sh-7921- newdeplibs="" spotlighter-0.3/ltmain.sh:7922: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` spotlighter-0.3/ltmain.sh-7923- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## spotlighter-0.3/ltmain.sh-7925- # can't use Xsed below, because $i might contain '/' spotlighter-0.3/ltmain.sh:7926: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` spotlighter-0.3/ltmain.sh-7927- done ############################################## spotlighter-0.3/ltmain.sh-7951- # On Rhapsody replace the C library with the System framework spotlighter-0.3/ltmain.sh:7952: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` spotlighter-0.3/ltmain.sh-7953- ;; ############################################## spotlighter-0.3/ltmain.sh-8003- *-*-darwin*) spotlighter-0.3/ltmain.sh:8004: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh:8005: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh:8006: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh-8007- ;; ############################################## spotlighter-0.3/ltmain.sh-8130- # Use standard objects if they are pic spotlighter-0.3/ltmain.sh:8131: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` spotlighter-0.3/ltmain.sh-8132- test "X$libobjs" = "X " && libobjs= ############################################## spotlighter-0.3/ltmain.sh-8145- # exporting using user supplied symfile spotlighter-0.3/ltmain.sh:8146: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then spotlighter-0.3/ltmain.sh-8147- # and it's NOT already a .def file. Must figure out ############################################## spotlighter-0.3/ltmain.sh-8642- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" spotlighter-0.3/ltmain.sh:8643: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` spotlighter-0.3/ltmain.sh-8644- else ############################################## spotlighter-0.3/ltmain.sh-8656- # Create the old-style object. spotlighter-0.3/ltmain.sh:8657: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test spotlighter-0.3/ltmain.sh-8658- ############################################## spotlighter-0.3/ltmain.sh-8716- # On Rhapsody replace the C library is the System framework spotlighter-0.3/ltmain.sh:8717: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` spotlighter-0.3/ltmain.sh:8718: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` spotlighter-0.3/ltmain.sh-8719- ;; ############################################## spotlighter-0.3/ltmain.sh-8734- # Time to change all our "foo.ltframework" stuff back to "-framework foo" spotlighter-0.3/ltmain.sh:8735: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh:8736: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` spotlighter-0.3/ltmain.sh-8737- ;; ############################################## spotlighter-0.3/ltmain.sh-8812- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) spotlighter-0.3/ltmain.sh:8813: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` spotlighter-0.3/ltmain.sh-8814- case :$dllsearchpath: in ############################################## spotlighter-0.3/ltmain.sh-8872- # Transform all the library objects into standard objects. spotlighter-0.3/ltmain.sh:8873: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` spotlighter-0.3/ltmain.sh:8874: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` spotlighter-0.3/ltmain.sh-8875- fi ############################################## spotlighter-0.3/ltmain.sh-8902- # Replace the output file specification. spotlighter-0.3/ltmain.sh:8903: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` spotlighter-0.3/ltmain.sh-8904- link_command="$compile_command$compile_rpath" ############################################## spotlighter-0.3/ltmain.sh-8911- func_to_tool_file "$output" spotlighter-0.3/ltmain.sh:8912: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` spotlighter-0.3/ltmain.sh-8913- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## spotlighter-0.3/ltmain.sh-8955- # Replace the output file specification. spotlighter-0.3/ltmain.sh:8956: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` spotlighter-0.3/ltmain.sh-8957- # Delete the old output file. ############################################## spotlighter-0.3/ltmain.sh-8963- func_to_tool_file "$output" spotlighter-0.3/ltmain.sh:8964: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` spotlighter-0.3/ltmain.sh-8965- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## spotlighter-0.3/ltmain.sh-8981- if test "$fast_install" = yes; then spotlighter-0.3/ltmain.sh:8982: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` spotlighter-0.3/ltmain.sh-8983- else ############################################## spotlighter-0.3/ltmain.sh-8993- # Replace the output file specification. spotlighter-0.3/ltmain.sh:8994: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` spotlighter-0.3/ltmain.sh-8995- ############################################## spotlighter-0.3/ltmain.sh-9002- func_to_tool_file "$output_objdir/$outputname" spotlighter-0.3/ltmain.sh:9003: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` spotlighter-0.3/ltmain.sh-9004- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## spotlighter-0.3/ltmain.sh-9023- relink_command="(cd `pwd`; $relink_command)" spotlighter-0.3/ltmain.sh:9024: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` spotlighter-0.3/ltmain.sh-9025- fi ############################################## spotlighter-0.3/ltmain.sh-9267- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" spotlighter-0.3/ltmain.sh:9268: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` spotlighter-0.3/ltmain.sh-9269- if test "$hardcode_automatic" = yes ; then ############################################## spotlighter-0.3/ltmain.sh-9288- func_resolve_sysroot "$deplib" spotlighter-0.3/ltmain.sh:9289: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` spotlighter-0.3/ltmain.sh-9290- test -z "$libdir" && \ ############################################## spotlighter-0.3/ltmain.sh-9314- name="$func_basename_result" spotlighter-0.3/ltmain.sh:9315: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` spotlighter-0.3/ltmain.sh-9316- test -z "$libdir" && \ ############################################## spotlighter-0.3/ltmain.sh-9333- name="$func_basename_result" spotlighter-0.3/ltmain.sh:9334: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` spotlighter-0.3/ltmain.sh-9335- test -z "$libdir" && \ ############################################## spotlighter-0.3/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static spotlighter-0.3/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` spotlighter-0.3/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## spotlighter-0.3/missing-129- # Could not run --version or --help. This is probably someone spotlighter-0.3/missing:130: # running `$TOOL --version' or `$TOOL --help' to check whether spotlighter-0.3/missing-131- # $TOOL exists and not knowing $TOOL uses missing. ############################################## spotlighter-0.3/missing-163- from any GNU archive site." spotlighter-0.3/missing:164: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` spotlighter-0.3/missing-165- test -z "$files" && files="config.h" ############################################## spotlighter-0.3/missing-192- proper tools for further handling them. spotlighter-0.3/missing:193: You can get \`$1' as part of \`Autoconf' from any GNU spotlighter-0.3/missing-194- archive site." spotlighter-0.3/missing-195- spotlighter-0.3/missing:196: file=`echo "$*" | sed -n "$sed_output"` spotlighter-0.3/missing:197: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` spotlighter-0.3/missing-198- if test -f "$file"; then ############################################## spotlighter-0.3/missing-221- *.y) spotlighter-0.3/missing:222: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` spotlighter-0.3/missing-223- if test -f "$SRCFILE"; then ############################################## spotlighter-0.3/missing-225- fi spotlighter-0.3/missing:226: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` spotlighter-0.3/missing-227- if test -f "$SRCFILE"; then ############################################## spotlighter-0.3/missing-251- *.l) spotlighter-0.3/missing:252: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` spotlighter-0.3/missing-253- if test -f "$SRCFILE"; then ############################################## spotlighter-0.3/missing-270- spotlighter-0.3/missing:271: file=`echo "$*" | sed -n "$sed_output"` spotlighter-0.3/missing:272: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` spotlighter-0.3/missing-273- if test -f "$file"; then ############################################## spotlighter-0.3/missing-290- # The file to touch is that specified with -o ... spotlighter-0.3/missing:291: file=`echo "$*" | sed -n "$sed_output"` spotlighter-0.3/missing:292: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` spotlighter-0.3/missing-293- if test -z "$file"; then spotlighter-0.3/missing-294- # ... or it is the one specified with @setfilename ... spotlighter-0.3/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` spotlighter-0.3/missing-296- file=`sed -n ' ############################################## spotlighter-0.3/missing-302- # ... or it is derived from the source name (dir/f.texi becomes f.info) spotlighter-0.3/missing:303: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info spotlighter-0.3/missing-304- fi ############################################## spotlighter-0.3/autogen.sh-3- spotlighter-0.3/autogen.sh:4:srcdir=`dirname $0` spotlighter-0.3/autogen.sh-5-test -z "$srcdir" && srcdir=. ############################################## spotlighter-0.3/autogen.sh-114- spotlighter-0.3/autogen.sh:115:for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print` spotlighter-0.3/autogen.sh-116-do spotlighter-0.3/autogen.sh:117: dr=`dirname $coin` spotlighter-0.3/autogen.sh-118- if test -f $dr/NO-AUTO-GEN; then ############################################## spotlighter-0.3/config.sub-57- spotlighter-0.3/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'` spotlighter-0.3/config.sub-59- ############################################## spotlighter-0.3/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations. spotlighter-0.3/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` spotlighter-0.3/config.sub-124-case $maybe_os in ############################################## spotlighter-0.3/config.sub-130- os=-$maybe_os spotlighter-0.3/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` spotlighter-0.3/config.sub-132- ;; ############################################## spotlighter-0.3/config.sub-134- os=-linux-android spotlighter-0.3/config.sub:135: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown spotlighter-0.3/config.sub-136- ;; spotlighter-0.3/config.sub-137- *) spotlighter-0.3/config.sub:138: basic_machine=`echo $1 | sed 's/-[^-]*$//'` spotlighter-0.3/config.sub-139- if [ $basic_machine != $1 ] spotlighter-0.3/config.sub:140: then os=`echo $1 | sed 's/.*-/-/'` spotlighter-0.3/config.sub-141- else os=; fi ############################################## spotlighter-0.3/config.sub-188- os=-sco5v6 spotlighter-0.3/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-190- ;; ############################################## spotlighter-0.3/config.sub-192- os=-sco3.2v5 spotlighter-0.3/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-194- ;; ############################################## spotlighter-0.3/config.sub-196- os=-sco3.2v4 spotlighter-0.3/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-198- ;; spotlighter-0.3/config.sub-199- -sco3.2.[4-9]*) spotlighter-0.3/config.sub:200: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` spotlighter-0.3/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-202- ;; ############################################## spotlighter-0.3/config.sub-204- # Don't forget version if it is 3.2v4 or newer. spotlighter-0.3/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-206- ;; ############################################## spotlighter-0.3/config.sub-208- # Don't forget version if it is 3.2v4 or newer. spotlighter-0.3/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-210- ;; ############################################## spotlighter-0.3/config.sub-212- os=-sco3.2v2 spotlighter-0.3/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-214- ;; spotlighter-0.3/config.sub-215- -udk*) spotlighter-0.3/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-217- ;; ############################################## spotlighter-0.3/config.sub-219- os=-isc2.2 spotlighter-0.3/config.sub:220: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-221- ;; ############################################## spotlighter-0.3/config.sub-225- -isc*) spotlighter-0.3/config.sub:226: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` spotlighter-0.3/config.sub-227- ;; ############################################## spotlighter-0.3/config.sub-231- -ptx*) spotlighter-0.3/config.sub:232: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` spotlighter-0.3/config.sub-233- ;; spotlighter-0.3/config.sub-234- -windowsnt*) spotlighter-0.3/config.sub:235: os=`echo $os | sed -e 's/windowsnt/winnt/'` spotlighter-0.3/config.sub-236- ;; ############################################## spotlighter-0.3/config.sub-357- *-*-*) spotlighter-0.3/config.sub:358: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 spotlighter-0.3/config.sub-359- exit 1 ############################################## spotlighter-0.3/config.sub-475- amd64-*) spotlighter-0.3/config.sub:476: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-477- ;; ############################################## spotlighter-0.3/config.sub-517- blackfin-*) spotlighter-0.3/config.sub:518: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-519- os=-linux ############################################## spotlighter-0.3/config.sub-525- c54x-*) spotlighter-0.3/config.sub:526: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-527- ;; spotlighter-0.3/config.sub-528- c55x-*) spotlighter-0.3/config.sub:529: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-530- ;; spotlighter-0.3/config.sub-531- c6x-*) spotlighter-0.3/config.sub:532: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-533- ;; ############################################## spotlighter-0.3/config.sub-728- i*86v32) spotlighter-0.3/config.sub:729: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` spotlighter-0.3/config.sub-730- os=-sysv32 ############################################## spotlighter-0.3/config.sub-732- i*86v4*) spotlighter-0.3/config.sub:733: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` spotlighter-0.3/config.sub-734- os=-sysv4 ############################################## spotlighter-0.3/config.sub-736- i*86v) spotlighter-0.3/config.sub:737: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` spotlighter-0.3/config.sub-738- os=-sysv ############################################## spotlighter-0.3/config.sub-740- i*86sol2) spotlighter-0.3/config.sub:741: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` spotlighter-0.3/config.sub-742- os=-solaris2 ############################################## spotlighter-0.3/config.sub-770- m68knommu-*) spotlighter-0.3/config.sub:771: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-772- os=-linux ############################################## spotlighter-0.3/config.sub-803- mips3*-*) spotlighter-0.3/config.sub:804: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` spotlighter-0.3/config.sub-805- ;; spotlighter-0.3/config.sub-806- mips3*) spotlighter-0.3/config.sub:807: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown spotlighter-0.3/config.sub-808- ;; ############################################## spotlighter-0.3/config.sub-821- ms1-*) spotlighter-0.3/config.sub:822: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` spotlighter-0.3/config.sub-823- ;; ############################################## spotlighter-0.3/config.sub-940- parisc-*) spotlighter-0.3/config.sub:941: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-942- os=-linux ############################################## spotlighter-0.3/config.sub-956- pc98-*) spotlighter-0.3/config.sub:957: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-958- ;; ############################################## spotlighter-0.3/config.sub-971- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) spotlighter-0.3/config.sub:972: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-973- ;; spotlighter-0.3/config.sub-974- pentiumpro-* | p6-* | 6x86-* | athlon-*) spotlighter-0.3/config.sub:975: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-976- ;; spotlighter-0.3/config.sub-977- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) spotlighter-0.3/config.sub:978: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-979- ;; spotlighter-0.3/config.sub-980- pentium4-*) spotlighter-0.3/config.sub:981: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-982- ;; ############################################## spotlighter-0.3/config.sub-990- ppc-* | ppcbe-*) spotlighter-0.3/config.sub:991: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-992- ;; ############################################## spotlighter-0.3/config.sub-996- ppcle-* | powerpclittle-*) spotlighter-0.3/config.sub:997: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-998- ;; ############################################## spotlighter-0.3/config.sub-1000- ;; spotlighter-0.3/config.sub:1001: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-1002- ;; ############################################## spotlighter-0.3/config.sub-1006- ppc64le-* | powerpc64little-*) spotlighter-0.3/config.sub:1007: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-1008- ;; ############################################## spotlighter-0.3/config.sub-1085- strongarm-* | thumb-*) spotlighter-0.3/config.sub:1086: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` spotlighter-0.3/config.sub-1087- ;; ############################################## spotlighter-0.3/config.sub-1215- xscale-* | xscalee[bl]-*) spotlighter-0.3/config.sub:1216: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` spotlighter-0.3/config.sub-1217- ;; ############################################## spotlighter-0.3/config.sub-1292- *) spotlighter-0.3/config.sub:1293: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 spotlighter-0.3/config.sub-1294- exit 1 ############################################## spotlighter-0.3/config.sub-1300- *-digital*) spotlighter-0.3/config.sub:1301: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` spotlighter-0.3/config.sub-1302- ;; spotlighter-0.3/config.sub-1303- *-commodore*) spotlighter-0.3/config.sub:1304: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` spotlighter-0.3/config.sub-1305- ;; ############################################## spotlighter-0.3/config.sub-1321- -solaris1 | -solaris1.*) spotlighter-0.3/config.sub:1322: os=`echo $os | sed -e 's|solaris1|sunos4|'` spotlighter-0.3/config.sub-1323- ;; ############################################## spotlighter-0.3/config.sub-1333- -gnu/linux*) spotlighter-0.3/config.sub:1334: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` spotlighter-0.3/config.sub-1335- ;; ############################################## spotlighter-0.3/config.sub-1379- -nto*) spotlighter-0.3/config.sub:1380: os=`echo $os | sed -e 's|nto|nto-qnx|'` spotlighter-0.3/config.sub-1381- ;; ############################################## spotlighter-0.3/config.sub-1386- -mac*) spotlighter-0.3/config.sub:1387: os=`echo $os | sed -e 's|mac|macos|'` spotlighter-0.3/config.sub-1388- ;; ############################################## spotlighter-0.3/config.sub-1392- -linux*) spotlighter-0.3/config.sub:1393: os=`echo $os | sed -e 's|linux|linux-gnu|'` spotlighter-0.3/config.sub-1394- ;; spotlighter-0.3/config.sub-1395- -sunos5*) spotlighter-0.3/config.sub:1396: os=`echo $os | sed -e 's|sunos5|solaris2|'` spotlighter-0.3/config.sub-1397- ;; spotlighter-0.3/config.sub-1398- -sunos6*) spotlighter-0.3/config.sub:1399: os=`echo $os | sed -e 's|sunos6|solaris3|'` spotlighter-0.3/config.sub-1400- ;; ############################################## spotlighter-0.3/config.sub-1447- -sinix5.*) spotlighter-0.3/config.sub:1448: os=`echo $os | sed -e 's|sinix|sysv|'` spotlighter-0.3/config.sub-1449- ;; ############################################## spotlighter-0.3/config.sub-1503- # Get rid of the `-' at the beginning of $os. spotlighter-0.3/config.sub:1504: os=`echo $os | sed 's/[^-]*-//'` spotlighter-0.3/config.sub:1505: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 spotlighter-0.3/config.sub-1506- exit 1 ############################################## spotlighter-0.3/config.sub-1760- esac spotlighter-0.3/config.sub:1761: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` spotlighter-0.3/config.sub-1762- ;; ############################################## spotlighter-0.3/aclocal.m4-224- GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, spotlighter-0.3/aclocal.m4:225: [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl spotlighter-0.3/aclocal.m4-226- if test "$MSGFMT" != "no"; then ############################################## spotlighter-0.3/aclocal.m4-245- GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, spotlighter-0.3/aclocal.m4:246: [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) spotlighter-0.3/aclocal.m4-247- AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; ############################################## spotlighter-0.3/aclocal.m4-397- if test "x$srcdir" != "x."; then spotlighter-0.3/aclocal.m4:398: if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then spotlighter-0.3/aclocal.m4-399- posrcprefix="$srcdir/" ############################################## spotlighter-0.3/aclocal.m4-421-test "x$exec_prefix" = xNONE && exec_prefix=$prefix spotlighter-0.3/aclocal.m4:422:datarootdir=`eval echo "${datarootdir}"` spotlighter-0.3/aclocal.m4-423-if test "x$CATOBJEXT" = "x.mo" ; then spotlighter-0.3/aclocal.m4:424: localedir=`eval echo "${libdir}/locale"` spotlighter-0.3/aclocal.m4-425-else spotlighter-0.3/aclocal.m4:426: localedir=`eval echo "${datadir}/locale"` spotlighter-0.3/aclocal.m4-427-fi ############################################## spotlighter-0.3/aclocal.m4-517- if test x"$no_gtk" = x ; then spotlighter-0.3/aclocal.m4:518: GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` spotlighter-0.3/aclocal.m4:519: GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` spotlighter-0.3/aclocal.m4-520- gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ ############################################## spotlighter-0.3/aclocal.m4-694- spotlighter-0.3/aclocal.m4:695:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` spotlighter-0.3/aclocal.m4-696-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` spotlighter-0.3/aclocal.m4:697:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` spotlighter-0.3/aclocal.m4-698-if test -n "$1"; then ############################################## spotlighter-0.3/aclocal.m4-782-fi spotlighter-0.3/aclocal.m4:783:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/aclocal.m4:784:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/aclocal.m4:785:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/aclocal.m4-786-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then ############################################## spotlighter-0.3/aclocal.m4-798-else spotlighter-0.3/aclocal.m4:799: IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` spotlighter-0.3/aclocal.m4-800- AC_MSG_RESULT([$IT_PERL_VERSION]) ############################################## spotlighter-0.3/aclocal.m4-803- AC_MSG_CHECKING([for XML::Parser]) spotlighter-0.3/aclocal.m4:804: if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then spotlighter-0.3/aclocal.m4-805- AC_MSG_RESULT([ok]) ############################################## spotlighter-0.3/aclocal.m4-1019-done spotlighter-0.3/aclocal.m4:1020:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` spotlighter-0.3/aclocal.m4-1021-]) ############################################## spotlighter-0.3/aclocal.m4-1315-m4_define([_LT_CONFIG_STATUS_DECLARE], spotlighter-0.3/aclocal.m4:1316:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) spotlighter-0.3/aclocal.m4-1317- ############################################## spotlighter-0.3/aclocal.m4-1325-# spotlighter-0.3/aclocal.m4:1326:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/aclocal.m4-1327-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## spotlighter-0.3/aclocal.m4-1435-]], lt_decl_quote_varnames); do spotlighter-0.3/aclocal.m4:1436: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in spotlighter-0.3/aclocal.m4-1437- *[[\\\\\\\`\\"\\\$]]*) spotlighter-0.3/aclocal.m4:1438: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" spotlighter-0.3/aclocal.m4-1439- ;; ############################################## spotlighter-0.3/aclocal.m4-1448-]], lt_decl_dquote_varnames); do spotlighter-0.3/aclocal.m4:1449: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in spotlighter-0.3/aclocal.m4-1450- *[[\\\\\\\`\\"\\\$]]*) spotlighter-0.3/aclocal.m4:1451: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" spotlighter-0.3/aclocal.m4-1452- ;; ############################################## spotlighter-0.3/aclocal.m4-1608- spotlighter-0.3/aclocal.m4:1609:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. spotlighter-0.3/aclocal.m4-1610-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## spotlighter-0.3/aclocal.m4-1976- if test "$lt_cv_ld_force_load" = "yes"; then spotlighter-0.3/aclocal.m4:1977: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' spotlighter-0.3/aclocal.m4-1978- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## spotlighter-0.3/aclocal.m4-2029- }]' spotlighter-0.3/aclocal.m4:2030: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/aclocal.m4-2031- # Check for a 64-bit object if we didn't find anything. spotlighter-0.3/aclocal.m4-2032- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then spotlighter-0.3/aclocal.m4:2033: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/aclocal.m4-2034- fi],[]) ############################################## spotlighter-0.3/aclocal.m4-2065-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ spotlighter-0.3/aclocal.m4:2066: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then spotlighter-0.3/aclocal.m4-2067- ECHO='print -r --' spotlighter-0.3/aclocal.m4:2068:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then spotlighter-0.3/aclocal.m4-2069- ECHO='printf %s\n' ############################################## spotlighter-0.3/aclocal.m4-2100- PATH=/empty FPATH=/empty; export PATH FPATH spotlighter-0.3/aclocal.m4:2101: test "X`printf %s $ECHO`" = "X$ECHO" \ spotlighter-0.3/aclocal.m4:2102: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) spotlighter-0.3/aclocal.m4-2103- ############################################## spotlighter-0.3/aclocal.m4-2123- if test "$GCC" = yes; then spotlighter-0.3/aclocal.m4:2124: lt_sysroot=`$CC --print-sysroot 2>/dev/null` spotlighter-0.3/aclocal.m4-2125- fi ############################################## spotlighter-0.3/aclocal.m4-2127- /*) spotlighter-0.3/aclocal.m4:2128: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` spotlighter-0.3/aclocal.m4-2129- ;; #( ############################################## spotlighter-0.3/aclocal.m4-2156- if AC_TRY_EVAL(ac_compile); then spotlighter-0.3/aclocal.m4:2157: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/aclocal.m4-2158- *ELF-32*) ############################################## spotlighter-0.3/aclocal.m4-2172- if test "$lt_cv_prog_gnu_ld" = yes; then spotlighter-0.3/aclocal.m4:2173: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/aclocal.m4-2174- *32-bit*) ############################################## spotlighter-0.3/aclocal.m4-2184- else spotlighter-0.3/aclocal.m4:2185: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/aclocal.m4-2186- *32-bit*) ############################################## spotlighter-0.3/aclocal.m4-2536- # And add a safety zone spotlighter-0.3/aclocal.m4:2537: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` spotlighter-0.3/aclocal.m4:2538: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` spotlighter-0.3/aclocal.m4-2539- ;; ############################################## spotlighter-0.3/aclocal.m4-2569- if test -n "$kargmax"; then spotlighter-0.3/aclocal.m4:2570: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` spotlighter-0.3/aclocal.m4-2571- else ############################################## spotlighter-0.3/aclocal.m4-2577- if test -n "$lt_cv_sys_max_cmd_len"; then spotlighter-0.3/aclocal.m4:2578: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` spotlighter-0.3/aclocal.m4:2579: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` spotlighter-0.3/aclocal.m4-2580- else ############################################## spotlighter-0.3/aclocal.m4-2589- # we can't tell. spotlighter-0.3/aclocal.m4:2590: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ spotlighter-0.3/aclocal.m4-2591- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## spotlighter-0.3/aclocal.m4-2593- do spotlighter-0.3/aclocal.m4:2594: i=`expr $i + 1` spotlighter-0.3/aclocal.m4-2595- teststring=$teststring$teststring ############################################## spotlighter-0.3/aclocal.m4-2597- # Only check the string length outside the loop. spotlighter-0.3/aclocal.m4:2598: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` spotlighter-0.3/aclocal.m4-2599- teststring= ############################################## spotlighter-0.3/aclocal.m4-2602- # linker. It appears as though 1/2 is a usable value. spotlighter-0.3/aclocal.m4:2603: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` spotlighter-0.3/aclocal.m4-2604- fi ############################################## spotlighter-0.3/aclocal.m4-2927- if test "$hard_links" = no; then spotlighter-0.3/aclocal.m4:2928: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) spotlighter-0.3/aclocal.m4-2929- need_locks=warn ############################################## spotlighter-0.3/aclocal.m4-3058- esac spotlighter-0.3/aclocal.m4:3059: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` spotlighter-0.3/aclocal.m4-3060- case $lt_search_path_spec in ############################################## spotlighter-0.3/aclocal.m4-3065- # okay in the real world where ";" in dirpaths is itself problematic. spotlighter-0.3/aclocal.m4:3066: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` spotlighter-0.3/aclocal.m4-3067- ;; spotlighter-0.3/aclocal.m4-3068- *) spotlighter-0.3/aclocal.m4:3069: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/aclocal.m4-3070- ;; ############################################## spotlighter-0.3/aclocal.m4-3074- lt_tmp_lt_search_path_spec= spotlighter-0.3/aclocal.m4:3075: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` spotlighter-0.3/aclocal.m4-3076- for lt_sys_path in $lt_search_path_spec; do ############################################## spotlighter-0.3/aclocal.m4-3109- esac spotlighter-0.3/aclocal.m4:3110: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` spotlighter-0.3/aclocal.m4-3111-else ############################################## spotlighter-0.3/aclocal.m4-3197- # Create ${libname}_ixlibrary.a entries in /sys/libs. spotlighter-0.3/aclocal.m4:3198: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' spotlighter-0.3/aclocal.m4-3199- ;; ############################################## spotlighter-0.3/aclocal.m4-3233- # DLL is installed to $(libdir)/../bin by postinstall_cmds spotlighter-0.3/aclocal.m4:3234: postinstall_cmds='base_file=`basename \${file}`~ spotlighter-0.3/aclocal.m4:3235: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ spotlighter-0.3/aclocal.m4:3236: dldir=$destdir/`dirname \$dlpath`~ spotlighter-0.3/aclocal.m4-3237- test -d \$dldir || mkdir -p \$dldir~ ############################################## spotlighter-0.3/aclocal.m4-3242- fi' spotlighter-0.3/aclocal.m4:3243: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ spotlighter-0.3/aclocal.m4-3244- dlpath=$dir/\$dldll~ ############################################## spotlighter-0.3/aclocal.m4-3250- # Cygwin DLLs use 'cyg' prefix rather than 'lib' spotlighter-0.3/aclocal.m4:3251: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/aclocal.m4-3252-m4_if([$1], [],[ ############################################## spotlighter-0.3/aclocal.m4-3256- # MinGW DLLs use traditional 'lib' prefix spotlighter-0.3/aclocal.m4:3257: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/aclocal.m4-3258- ;; ############################################## spotlighter-0.3/aclocal.m4-3260- # pw32 DLLs use 'pw' prefix rather than 'lib' spotlighter-0.3/aclocal.m4:3261: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/aclocal.m4-3262- ;; ############################################## spotlighter-0.3/aclocal.m4-3269- libname_spec='$name' spotlighter-0.3/aclocal.m4:3270: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/aclocal.m4-3271- library_names_spec='${libname}.dll.lib' ############################################## spotlighter-0.3/aclocal.m4-3281- # Let DOS variable expansion print the short 8.3 style file name. spotlighter-0.3/aclocal.m4:3282: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` spotlighter-0.3/aclocal.m4-3283- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## spotlighter-0.3/aclocal.m4-3286- # Convert to MSYS style. spotlighter-0.3/aclocal.m4:3287: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` spotlighter-0.3/aclocal.m4-3288- ;; ############################################## spotlighter-0.3/aclocal.m4-3292- # like /cygdrive/c/PROGRA~1:/cygdr... spotlighter-0.3/aclocal.m4:3293: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` spotlighter-0.3/aclocal.m4:3294: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` spotlighter-0.3/aclocal.m4:3295: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/aclocal.m4-3296- ;; ############################################## spotlighter-0.3/aclocal.m4-3300- # It is most probably a Windows format PATH. spotlighter-0.3/aclocal.m4:3301: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` spotlighter-0.3/aclocal.m4-3302- else spotlighter-0.3/aclocal.m4:3303: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/aclocal.m4-3304- fi ############################################## spotlighter-0.3/aclocal.m4-3310- # DLL is installed to $(libdir)/../bin by postinstall_cmds spotlighter-0.3/aclocal.m4:3311: postinstall_cmds='base_file=`basename \${file}`~ spotlighter-0.3/aclocal.m4:3312: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ spotlighter-0.3/aclocal.m4:3313: dldir=$destdir/`dirname \$dlpath`~ spotlighter-0.3/aclocal.m4-3314- test -d \$dldir || mkdir -p \$dldir~ spotlighter-0.3/aclocal.m4-3315- $install_prog $dir/$dlname \$dldir/$dlname' spotlighter-0.3/aclocal.m4:3316: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ spotlighter-0.3/aclocal.m4-3317- dlpath=$dir/\$dldll~ ############################################## spotlighter-0.3/aclocal.m4-3324- # Assume MSVC wrapper spotlighter-0.3/aclocal.m4:3325: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' spotlighter-0.3/aclocal.m4-3326- dynamic_linker='Win32 ld.exe' ############################################## spotlighter-0.3/aclocal.m4-3341- shlibpath_var=DYLD_LIBRARY_PATH spotlighter-0.3/aclocal.m4:3342: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' spotlighter-0.3/aclocal.m4-3343-m4_if([$1], [],[ ############################################## spotlighter-0.3/aclocal.m4-3559- if test -f /etc/ld.so.conf; then spotlighter-0.3/aclocal.m4:3560: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` spotlighter-0.3/aclocal.m4-3561- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## spotlighter-0.3/aclocal.m4-3633- shlibpath_var=LD_LIBRARY_PATH spotlighter-0.3/aclocal.m4:3634: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/aclocal.m4-3635- case $host_os in ############################################## spotlighter-0.3/aclocal.m4-3850- "file_magic "*) spotlighter-0.3/aclocal.m4:3851: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` spotlighter-0.3/aclocal.m4-3852- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## spotlighter-0.3/aclocal.m4-3933- # gcc leaves a trailing carriage return which upsets mingw spotlighter-0.3/aclocal.m4:3934: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; spotlighter-0.3/aclocal.m4-3935- *) spotlighter-0.3/aclocal.m4:3936: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; spotlighter-0.3/aclocal.m4-3937- esac ############################################## spotlighter-0.3/aclocal.m4-3942- # Canonicalize the pathname of ld spotlighter-0.3/aclocal.m4:3943: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` spotlighter-0.3/aclocal.m4-3944- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do spotlighter-0.3/aclocal.m4:3945: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` spotlighter-0.3/aclocal.m4-3946- done ############################################## spotlighter-0.3/aclocal.m4-3973- # Break only if it was the GNU/non-GNU ld that we prefer. spotlighter-0.3/aclocal.m4:3974: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in spotlighter-0.3/aclocal.m4-3975- *GNU* | *'with BFD'*) ############################################## spotlighter-0.3/aclocal.m4-4013-[# I'd rather use --version here, but apparently some GNU lds only accept -v. spotlighter-0.3/aclocal.m4:4014:case `$LD -v 2>&1 </dev/null` in spotlighter-0.3/aclocal.m4-4015-*GNU* | *'with BFD'*) ############################################## spotlighter-0.3/aclocal.m4-4208-openbsd*) spotlighter-0.3/aclocal.m4:4209: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/aclocal.m4-4210- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## spotlighter-0.3/aclocal.m4-4272- else spotlighter-0.3/aclocal.m4:4273: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` spotlighter-0.3/aclocal.m4-4274- fi ############################################## spotlighter-0.3/aclocal.m4-4318- # Tru64's nm complains that /dev/null is an invalid object file spotlighter-0.3/aclocal.m4:4319: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/aclocal.m4-4320- */dev/null* | *'Invalid file or object type'*) ############################################## spotlighter-0.3/aclocal.m4-4324- *) spotlighter-0.3/aclocal.m4:4325: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/aclocal.m4-4326- */dev/null*) ############################################## spotlighter-0.3/aclocal.m4-4350- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) spotlighter-0.3/aclocal.m4:4351: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/aclocal.m4-4352- *COFF*) ############################################## spotlighter-0.3/aclocal.m4-4409- # decide which to use based on capabilities of $DLLTOOL spotlighter-0.3/aclocal.m4:4410: case `$DLLTOOL --help 2>&1` in spotlighter-0.3/aclocal.m4-4411- *--identify-strict*) ############################################## spotlighter-0.3/aclocal.m4-4568-# If we're using GNU nm, then use its standard symbol codes. spotlighter-0.3/aclocal.m4:4569:case `$NM -V 2>&1` in spotlighter-0.3/aclocal.m4-4570-*GNU* | *'with BFD'*) ############################################## spotlighter-0.3/aclocal.m4-4586-mingw*) spotlighter-0.3/aclocal.m4:4587: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp spotlighter-0.3/aclocal.m4-4588- ;; ############################################## spotlighter-0.3/aclocal.m4-4639- nlist=conftest.nm spotlighter-0.3/aclocal.m4:4640: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then spotlighter-0.3/aclocal.m4-4641- # Try sorting and uniquifying the output. ############################################## spotlighter-0.3/aclocal.m4-4977- *) spotlighter-0.3/aclocal.m4:4978: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/aclocal.m4-4979- *Sun\ C*) ############################################## spotlighter-0.3/aclocal.m4-5282- *) spotlighter-0.3/aclocal.m4:5283: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/aclocal.m4-5284- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## spotlighter-0.3/aclocal.m4-5560- # shared libraries, regardless of the interface used. spotlighter-0.3/aclocal.m4:5561: case `$LD -v 2>&1` in spotlighter-0.3/aclocal.m4-5562- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## spotlighter-0.3/aclocal.m4-5592- supports_anon_versioning=no spotlighter-0.3/aclocal.m4:5593: case `$LD -v 2>&1` in spotlighter-0.3/aclocal.m4-5594- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## spotlighter-0.3/aclocal.m4-5661- # is EXPORTS), use it as is; otherwise, prepend... spotlighter-0.3/aclocal.m4:5662: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/aclocal.m4-5663- cp $export_symbols $output_objdir/$soname.def; ############################################## spotlighter-0.3/aclocal.m4-5689- # time. Moving up from 0x10000000 also allows more sbrk(2) space. spotlighter-0.3/aclocal.m4:5690: _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' spotlighter-0.3/aclocal.m4:5691: _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' spotlighter-0.3/aclocal.m4-5692- ;; ############################################## spotlighter-0.3/aclocal.m4-5707- pgcc*) # Portland Group C compiler spotlighter-0.3/aclocal.m4:5708: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-5709- tmp_addflag=' $pic_flag' ############################################## spotlighter-0.3/aclocal.m4-5712- # Portland Group f77 and f90 compilers spotlighter-0.3/aclocal.m4:5713: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-5714- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## spotlighter-0.3/aclocal.m4-5727- nvcc*) # Cuda Compiler Driver 2.2 spotlighter-0.3/aclocal.m4:5728: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-5729- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## spotlighter-0.3/aclocal.m4-5731- esac spotlighter-0.3/aclocal.m4:5732: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/aclocal.m4-5733- *Sun\ C*) # Sun C 5.9 spotlighter-0.3/aclocal.m4:5734: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-5735- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## spotlighter-0.3/aclocal.m4-5799- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) spotlighter-0.3/aclocal.m4:5800: case `$LD -v 2>&1` in spotlighter-0.3/aclocal.m4-5801- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## spotlighter-0.3/aclocal.m4-5922- # below for broken collect2 doesn't work under 4.3+ spotlighter-0.3/aclocal.m4:5923: collect2name=`${CC} -print-prog-name=collect2` spotlighter-0.3/aclocal.m4-5924- if test -f "$collect2name" && ############################################## spotlighter-0.3/aclocal.m4-5972- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" spotlighter-0.3/aclocal.m4:5973: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" spotlighter-0.3/aclocal.m4-5974- else ############################################## spotlighter-0.3/aclocal.m4-6038- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' spotlighter-0.3/aclocal.m4:6039: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/aclocal.m4-6040- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## spotlighter-0.3/aclocal.m4-6075- # FIXME: Setting linknames here is a bad hack. spotlighter-0.3/aclocal.m4:6076: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' spotlighter-0.3/aclocal.m4-6077- # The linker will automatically build a .lib file if we build a DLL. ############################################## spotlighter-0.3/aclocal.m4-6213- if test "$GCC" = yes; then spotlighter-0.3/aclocal.m4:6214: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-6215- # Try to use the -exported_symbol ld option, if it does not ############################################## spotlighter-0.3/aclocal.m4-6236- if test "$lt_cv_irix_exported_symbol" = yes; then spotlighter-0.3/aclocal.m4:6237: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' spotlighter-0.3/aclocal.m4-6238- fi spotlighter-0.3/aclocal.m4-6239- else spotlighter-0.3/aclocal.m4:6240: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4:6241: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' spotlighter-0.3/aclocal.m4-6242- fi ############################################## spotlighter-0.3/aclocal.m4-6276- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes spotlighter-0.3/aclocal.m4:6277: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/aclocal.m4-6278- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## spotlighter-0.3/aclocal.m4-6309- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' spotlighter-0.3/aclocal.m4:6310: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-6311- else spotlighter-0.3/aclocal.m4-6312- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' spotlighter-0.3/aclocal.m4:6313: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-6314- fi ############################################## spotlighter-0.3/aclocal.m4-6322- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' spotlighter-0.3/aclocal.m4:6323: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-6324- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## spotlighter-0.3/aclocal.m4-6326- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' spotlighter-0.3/aclocal.m4:6327: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4:6328: _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~ spotlighter-0.3/aclocal.m4:6329: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' spotlighter-0.3/aclocal.m4-6330- ############################################## spotlighter-0.3/aclocal.m4-6345- else spotlighter-0.3/aclocal.m4:6346: case `$CC -V 2>&1` in spotlighter-0.3/aclocal.m4-6347- *"Compilers 5.0"*) ############################################## spotlighter-0.3/aclocal.m4-6538- _LT_TAGVAR(allow_undefined_flag, $1)= spotlighter-0.3/aclocal.m4:6539: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) spotlighter-0.3/aclocal.m4-6540- then ############################################## spotlighter-0.3/aclocal.m4-6834- # ancient GNU ld didn't support --whole-archive et. al. spotlighter-0.3/aclocal.m4:6835: if eval "`$CC -print-prog-name=ld` --help 2>&1" | spotlighter-0.3/aclocal.m4-6836- $GREP 'no-whole-archive' > /dev/null; then ############################################## spotlighter-0.3/aclocal.m4-6917- # below for broken collect2 doesn't work under 4.3+ spotlighter-0.3/aclocal.m4:6918: collect2name=`${CC} -print-prog-name=collect2` spotlighter-0.3/aclocal.m4-6919- if test -f "$collect2name" && ############################################## spotlighter-0.3/aclocal.m4-6967- spotlighter-0.3/aclocal.m4:6968: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" spotlighter-0.3/aclocal.m4-6969- else ############################################## spotlighter-0.3/aclocal.m4-7033- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' spotlighter-0.3/aclocal.m4:7034: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/aclocal.m4-7035- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## spotlighter-0.3/aclocal.m4-7074- # is EXPORTS), use it as is; otherwise, prepend... spotlighter-0.3/aclocal.m4:7075: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/aclocal.m4-7076- cp $export_symbols $output_objdir/$soname.def; ############################################## spotlighter-0.3/aclocal.m4-7157- # dependencies. spotlighter-0.3/aclocal.m4:7158: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' spotlighter-0.3/aclocal.m4-7159- ;; ############################################## spotlighter-0.3/aclocal.m4-7222- # dependencies. spotlighter-0.3/aclocal.m4:7223: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' spotlighter-0.3/aclocal.m4-7224- ;; ############################################## spotlighter-0.3/aclocal.m4-7258- # time. Moving up from 0x10000000 also allows more sbrk(2) space. spotlighter-0.3/aclocal.m4:7259: _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' spotlighter-0.3/aclocal.m4:7260: _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' spotlighter-0.3/aclocal.m4-7261- ;; ############################################## spotlighter-0.3/aclocal.m4-7265- # SGI C++ spotlighter-0.3/aclocal.m4:7266: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-7267- ############################################## spotlighter-0.3/aclocal.m4-7276- if test "$with_gnu_ld" = no; then spotlighter-0.3/aclocal.m4:7277: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-7278- else spotlighter-0.3/aclocal.m4:7279: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' spotlighter-0.3/aclocal.m4-7280- fi ############################################## spotlighter-0.3/aclocal.m4-7297- # to its proper name (with version) after linking. spotlighter-0.3/aclocal.m4:7298: _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' spotlighter-0.3/aclocal.m4:7299: _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' spotlighter-0.3/aclocal.m4-7300- # Commands to make compiler produce verbose output that lists ############################################## spotlighter-0.3/aclocal.m4-7307- # dependencies. spotlighter-0.3/aclocal.m4:7308: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' spotlighter-0.3/aclocal.m4-7309- ############################################## spotlighter-0.3/aclocal.m4-7322- # earlier do not add the objects themselves. spotlighter-0.3/aclocal.m4:7323: case `$CC -V 2>&1` in spotlighter-0.3/aclocal.m4-7324- *"Version 7."*) ############################################## spotlighter-0.3/aclocal.m4-7343- # Portland Group C++ compiler spotlighter-0.3/aclocal.m4:7344: case `$CC -V` in spotlighter-0.3/aclocal.m4-7345- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## spotlighter-0.3/aclocal.m4-7348- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ spotlighter-0.3/aclocal.m4:7349: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' spotlighter-0.3/aclocal.m4-7350- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## spotlighter-0.3/aclocal.m4-7352- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ spotlighter-0.3/aclocal.m4:7353: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ spotlighter-0.3/aclocal.m4-7354- $RANLIB $oldlib' ############################################## spotlighter-0.3/aclocal.m4-7357- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ spotlighter-0.3/aclocal.m4:7358: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' spotlighter-0.3/aclocal.m4-7359- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## spotlighter-0.3/aclocal.m4-7361- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ spotlighter-0.3/aclocal.m4:7362: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' spotlighter-0.3/aclocal.m4-7363- ;; ############################################## spotlighter-0.3/aclocal.m4-7371- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' spotlighter-0.3/aclocal.m4:7372: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-7373- ;; ############################################## spotlighter-0.3/aclocal.m4-7390- # dependencies. spotlighter-0.3/aclocal.m4:7391: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' spotlighter-0.3/aclocal.m4-7392- ;; ############################################## spotlighter-0.3/aclocal.m4-7405- *) spotlighter-0.3/aclocal.m4:7406: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/aclocal.m4-7407- *Sun\ C*) ############################################## spotlighter-0.3/aclocal.m4-7412- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' spotlighter-0.3/aclocal.m4:7413: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/aclocal.m4-7414- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## spotlighter-0.3/aclocal.m4-7482- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' spotlighter-0.3/aclocal.m4:7483: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/aclocal.m4-7484- _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' ############################################## spotlighter-0.3/aclocal.m4-7501- # to its proper name (with version) after linking. spotlighter-0.3/aclocal.m4:7502: _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' spotlighter-0.3/aclocal.m4-7503- ############################################## spotlighter-0.3/aclocal.m4-7522- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' spotlighter-0.3/aclocal.m4:7523: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-7524- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## spotlighter-0.3/aclocal.m4-7527- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' spotlighter-0.3/aclocal.m4:7528: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4:7529: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ spotlighter-0.3/aclocal.m4-7530- echo "-hidden">> $lib.exp~ spotlighter-0.3/aclocal.m4:7531: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ spotlighter-0.3/aclocal.m4-7532- $RM $lib.exp' ############################################## spotlighter-0.3/aclocal.m4-7546- # dependencies. spotlighter-0.3/aclocal.m4:7547: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' spotlighter-0.3/aclocal.m4-7548- ;; ############################################## spotlighter-0.3/aclocal.m4-7553- osf3*) spotlighter-0.3/aclocal.m4:7554: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-7555- ;; spotlighter-0.3/aclocal.m4-7556- *) spotlighter-0.3/aclocal.m4:7557: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/aclocal.m4-7558- ;; ############################################## spotlighter-0.3/aclocal.m4-7806- case ${2} in spotlighter-0.3/aclocal.m4:7807: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; spotlighter-0.3/aclocal.m4:7808: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; spotlighter-0.3/aclocal.m4-7809- esac ############################################## spotlighter-0.3/aclocal.m4-7894- spotlighter-0.3/aclocal.m4:7895: for p in `eval "$output_verbose_link_cmd"`; do spotlighter-0.3/aclocal.m4-7896- case ${prev}${p} in ############################################## spotlighter-0.3/aclocal.m4-7992-linux*) spotlighter-0.3/aclocal.m4:7993: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/aclocal.m4-7994- *Sun\ C*) ############################################## spotlighter-0.3/aclocal.m4-8043-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then spotlighter-0.3/aclocal.m4:8044: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` spotlighter-0.3/aclocal.m4-8045-fi ############################################## spotlighter-0.3/aclocal.m4-8645- test $lt_ac_count -gt 10 && break spotlighter-0.3/aclocal.m4:8646: lt_ac_count=`expr $lt_ac_count + 1` spotlighter-0.3/aclocal.m4-8647- if test $lt_ac_count -gt $lt_ac_max; then ############################################## spotlighter-0.3/aclocal.m4-8716-# ------------------------------------------------------ spotlighter-0.3/aclocal.m4:8717:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and spotlighter-0.3/aclocal.m4-8718-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## spotlighter-0.3/aclocal.m4-9320-m4_define([lt_combine], spotlighter-0.3/aclocal.m4:9321:[m4_if(m4_eval([$# > 3]), [1], spotlighter-0.3/aclocal.m4-9322- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## spotlighter-0.3/aclocal.m4-9608- PKG_CHECK_EXISTS([$3], spotlighter-0.3/aclocal.m4:9609: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` spotlighter-0.3/aclocal.m4-9610- test "x$?" != "x0" && pkg_failed=yes ], ############################################## spotlighter-0.3/aclocal.m4-9657- if test $_pkg_short_errors_supported = yes; then spotlighter-0.3/aclocal.m4:9658: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` spotlighter-0.3/aclocal.m4-9659- else spotlighter-0.3/aclocal.m4:9660: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` spotlighter-0.3/aclocal.m4-9661- fi ############################################## spotlighter-0.3/aclocal.m4-9766-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to spotlighter-0.3/aclocal.m4:9767:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. spotlighter-0.3/aclocal.m4-9768-# ############################################## spotlighter-0.3/aclocal.m4-9790-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: spotlighter-0.3/aclocal.m4:9791:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` spotlighter-0.3/aclocal.m4-9792-# and then we would define $MISSING as ############################################## spotlighter-0.3/aclocal.m4-9806-# expand $ac_aux_dir to an absolute path spotlighter-0.3/aclocal.m4:9807:am_aux_dir=`cd $ac_aux_dir && pwd` spotlighter-0.3/aclocal.m4-9808-]) ############################################## spotlighter-0.3/aclocal.m4-9908- if test "$am_compiler_list" = ""; then spotlighter-0.3/aclocal.m4:9909: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` spotlighter-0.3/aclocal.m4-9910- fi ############################################## spotlighter-0.3/aclocal.m4-10057- # Strip MF so we end up with the name of the file. spotlighter-0.3/aclocal.m4:10058: mf=`echo "$mf" | sed -e 's/:.*$//'` spotlighter-0.3/aclocal.m4-10059- # Check whether this is an Automake generated Makefile or not. ############################################## spotlighter-0.3/aclocal.m4-10066- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then spotlighter-0.3/aclocal.m4:10067: dirpart=`AS_DIRNAME("$mf")` spotlighter-0.3/aclocal.m4-10068- else ############################################## spotlighter-0.3/aclocal.m4-10072- # from the Makefile without running `make'. spotlighter-0.3/aclocal.m4:10073: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` spotlighter-0.3/aclocal.m4-10074- test -z "$DEPDIR" && continue spotlighter-0.3/aclocal.m4:10075: am__include=`sed -n 's/^am__include = //p' < "$mf"` spotlighter-0.3/aclocal.m4-10076- test -z "am__include" && continue spotlighter-0.3/aclocal.m4:10077: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` spotlighter-0.3/aclocal.m4-10078- # When using ansi2knr, U may be empty or an underscore; expand it spotlighter-0.3/aclocal.m4:10079: U=`sed -n 's/^U = //p' < "$mf"` spotlighter-0.3/aclocal.m4-10080- # Find all dependency output files, they are included files with ############################################## spotlighter-0.3/aclocal.m4-10088- test -f "$dirpart/$file" && continue spotlighter-0.3/aclocal.m4:10089: fdir=`AS_DIRNAME(["$file"])` spotlighter-0.3/aclocal.m4-10090- AS_MKDIR_P([$dirpart/$fdir]) ############################################## spotlighter-0.3/aclocal.m4-10155-AC_REQUIRE([AC_PROG_INSTALL])dnl spotlighter-0.3/aclocal.m4:10156:if test "`cd $srcdir && pwd`" != "`pwd`"; then spotlighter-0.3/aclocal.m4-10157- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## spotlighter-0.3/aclocal.m4-10257- * ) spotlighter-0.3/aclocal.m4:10258: _am_stamp_count=`expr $_am_stamp_count + 1` ;; spotlighter-0.3/aclocal.m4-10259- esac spotlighter-0.3/aclocal.m4-10260-done spotlighter-0.3/aclocal.m4:10261:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) spotlighter-0.3/aclocal.m4-10262- ############################################## spotlighter-0.3/aclocal.m4-10375-# Ignore all kinds of additional output from `make'. spotlighter-0.3/aclocal.m4:10376:case `$am_make -s -f confmf 2> /dev/null` in #( spotlighter-0.3/aclocal.m4-10377-*the\ am__doit\ target*) ############################################## spotlighter-0.3/aclocal.m4-10385- echo '.include "confinc"' > confmf spotlighter-0.3/aclocal.m4:10386: case `$am_make -s -f confmf 2> /dev/null` in #( spotlighter-0.3/aclocal.m4-10387- *the\ am__doit\ target*) ############################################## spotlighter-0.3/aclocal.m4-10418-set dummy $CC spotlighter-0.3/aclocal.m4:10419:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` spotlighter-0.3/aclocal.m4-10420-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## spotlighter-0.3/aclocal.m4-10577-if ( spotlighter-0.3/aclocal.m4:10578: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` spotlighter-0.3/aclocal.m4-10579- if test "$[*]" = "X"; then spotlighter-0.3/aclocal.m4-10580- # -L didn't work. spotlighter-0.3/aclocal.m4:10581: set X `ls -t "$srcdir/configure" conftest.file` spotlighter-0.3/aclocal.m4-10582- fi ############################################## spotlighter-0.3/aclocal.m4-10645-if test $am_cv_make_support_nested_variables = yes; then spotlighter-0.3/aclocal.m4:10646: dnl Using `$V' instead of `$(V)' breaks IRIX make. spotlighter-0.3/aclocal.m4-10647- AM_V='$(V)' ############################################## spotlighter-0.3/Makefile.in-67- ps-recursive uninstall-recursive spotlighter-0.3/Makefile.in:68:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; spotlighter-0.3/Makefile.in-69-am__vpath_adj = case $$p in \ spotlighter-0.3/Makefile.in:70: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ spotlighter-0.3/Makefile.in-71- *) f=$$p;; \ spotlighter-0.3/Makefile.in-72- esac; spotlighter-0.3/Makefile.in:73:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; spotlighter-0.3/Makefile.in-74-am__install_max = 40 spotlighter-0.3/Makefile.in-75-am__nobase_strip_setup = \ spotlighter-0.3/Makefile.in:76: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` spotlighter-0.3/Makefile.in-77-am__nobase_strip = \ ############################################## spotlighter-0.3/Makefile.in-120- while test -n "$$dir1"; do \ spotlighter-0.3/Makefile.in:121: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ spotlighter-0.3/Makefile.in-122- if test "$$first" != "."; then \ spotlighter-0.3/Makefile.in-123- if test "$$first" = ".."; then \ spotlighter-0.3/Makefile.in:124: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ spotlighter-0.3/Makefile.in:125: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ spotlighter-0.3/Makefile.in-126- else \ spotlighter-0.3/Makefile.in:127: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ spotlighter-0.3/Makefile.in-128- if test "$$first2" = "$$first"; then \ spotlighter-0.3/Makefile.in:129: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ spotlighter-0.3/Makefile.in-130- else \ ############################################## spotlighter-0.3/Makefile.in-135- fi; \ spotlighter-0.3/Makefile.in:136: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ spotlighter-0.3/Makefile.in-137- done; \ ############################################## spotlighter-0.3/Makefile.in-405- @list='$(spotlighterdoc_DATA)'; test -n "$(spotlighterdocdir)" || list=; \ spotlighter-0.3/Makefile.in:406: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ spotlighter-0.3/Makefile.in-407- dir='$(DESTDIR)$(spotlighterdocdir)'; $(am__uninstall_files_from_dir) ############################################## spotlighter-0.3/Makefile.in-423- dot_seen=no; \ spotlighter-0.3/Makefile.in:424: target=`echo $@ | sed s/-recursive//`; \ spotlighter-0.3/Makefile.in-425- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## spotlighter-0.3/Makefile.in-458- rev="$$rev ."; \ spotlighter-0.3/Makefile.in:459: target=`echo $@ | sed s/-recursive//`; \ spotlighter-0.3/Makefile.in-460- for subdir in $$rev; do \ ############################################## spotlighter-0.3/Makefile.in-536-GTAGS: spotlighter-0.3/Makefile.in:537: here=`$(am__cd) $(top_builddir) && pwd` \ spotlighter-0.3/Makefile.in-538- && $(am__cd) $(top_srcdir) \ ############################################## spotlighter-0.3/Makefile.in-546- test -d "$(distdir)" || mkdir "$(distdir)" spotlighter-0.3/Makefile.in:547: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/Makefile.in:548: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/Makefile.in-549- list='$(DISTFILES)'; \ ############################################## spotlighter-0.3/Makefile.in-560- if test -d $$d/$$file; then \ spotlighter-0.3/Makefile.in:561: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ spotlighter-0.3/Makefile.in-562- if test -d "$(distdir)/$$file"; then \ ############################################## spotlighter-0.3/Makefile.in-674- test -d $(distdir)/_build || exit 0; \ spotlighter-0.3/Makefile.in:675: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ spotlighter-0.3/Makefile.in-676- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## spotlighter-0.3/Makefile.in-717- }; \ spotlighter-0.3/Makefile.in:718: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ spotlighter-0.3/Makefile.in-719- || { echo "ERROR: files left after uninstall:" ; \ ############################################## spotlighter-0.3/Makefile.in-729- fi spotlighter-0.3/Makefile.in:730: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ spotlighter-0.3/Makefile.in-731- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## spotlighter-0.3/install-sh-229- fi spotlighter-0.3/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; spotlighter-0.3/install-sh-231- *) ############################################## spotlighter-0.3/install-sh-276- dstdir=$dst spotlighter-0.3/install-sh:277: dst=$dstdir/`basename "$src"` spotlighter-0.3/install-sh-278- dstdir_status=0 ############################################## spotlighter-0.3/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. spotlighter-0.3/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` spotlighter-0.3/install-sh-360- case $ls_ld_tmpdir in ############################################## spotlighter-0.3/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { spotlighter-0.3/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` spotlighter-0.3/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## spotlighter-0.3/install-sh-425- case $prefix in spotlighter-0.3/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; spotlighter-0.3/install-sh-427- *) qprefix=$prefix;; ############################################## spotlighter-0.3/install-sh-474- if $copy_on_change && spotlighter-0.3/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && spotlighter-0.3/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && spotlighter-0.3/install-sh-477- ############################################## spotlighter-0.3/src/Makefile.in-346- test -n "$(EXEEXT)" || exit 0; \ spotlighter-0.3/src/Makefile.in:347: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ spotlighter-0.3/src/Makefile.in-348- echo " rm -f" $$list; \ ############################################## spotlighter-0.3/src/Makefile.in-371-.c.obj: spotlighter-0.3/src/Makefile.in:372:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` spotlighter-0.3/src/Makefile.in-373-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## spotlighter-0.3/src/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:376:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` spotlighter-0.3/src/Makefile.in-377- ############################################## spotlighter-0.3/src/Makefile.in-385-spotlighter-callbacks.o: callbacks.c spotlighter-0.3/src/Makefile.in:386:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-callbacks.o -MD -MP -MF $(DEPDIR)/spotlighter-callbacks.Tpo -c -o spotlighter-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c spotlighter-0.3/src/Makefile.in-387-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-callbacks.Tpo $(DEPDIR)/spotlighter-callbacks.Po ############################################## spotlighter-0.3/src/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:390:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-callbacks.o `test -f 'callbacks.c' || echo '$(srcdir)/'`callbacks.c spotlighter-0.3/src/Makefile.in-391- spotlighter-0.3/src/Makefile.in-392-spotlighter-callbacks.obj: callbacks.c spotlighter-0.3/src/Makefile.in:393:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-callbacks.obj -MD -MP -MF $(DEPDIR)/spotlighter-callbacks.Tpo -c -o spotlighter-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi` spotlighter-0.3/src/Makefile.in-394-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-callbacks.Tpo $(DEPDIR)/spotlighter-callbacks.Po ############################################## spotlighter-0.3/src/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:397:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-callbacks.obj `if test -f 'callbacks.c'; then $(CYGPATH_W) 'callbacks.c'; else $(CYGPATH_W) '$(srcdir)/callbacks.c'; fi` spotlighter-0.3/src/Makefile.in-398- spotlighter-0.3/src/Makefile.in-399-spotlighter-spotlighter.o: spotlighter.c spotlighter-0.3/src/Makefile.in:400:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-spotlighter.o -MD -MP -MF $(DEPDIR)/spotlighter-spotlighter.Tpo -c -o spotlighter-spotlighter.o `test -f 'spotlighter.c' || echo '$(srcdir)/'`spotlighter.c spotlighter-0.3/src/Makefile.in-401-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-spotlighter.Tpo $(DEPDIR)/spotlighter-spotlighter.Po ############################################## spotlighter-0.3/src/Makefile.in-403-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:404:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-spotlighter.o `test -f 'spotlighter.c' || echo '$(srcdir)/'`spotlighter.c spotlighter-0.3/src/Makefile.in-405- spotlighter-0.3/src/Makefile.in-406-spotlighter-spotlighter.obj: spotlighter.c spotlighter-0.3/src/Makefile.in:407:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-spotlighter.obj -MD -MP -MF $(DEPDIR)/spotlighter-spotlighter.Tpo -c -o spotlighter-spotlighter.obj `if test -f 'spotlighter.c'; then $(CYGPATH_W) 'spotlighter.c'; else $(CYGPATH_W) '$(srcdir)/spotlighter.c'; fi` spotlighter-0.3/src/Makefile.in-408-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-spotlighter.Tpo $(DEPDIR)/spotlighter-spotlighter.Po ############################################## spotlighter-0.3/src/Makefile.in-410-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:411:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-spotlighter.obj `if test -f 'spotlighter.c'; then $(CYGPATH_W) 'spotlighter.c'; else $(CYGPATH_W) '$(srcdir)/spotlighter.c'; fi` spotlighter-0.3/src/Makefile.in-412- spotlighter-0.3/src/Makefile.in-413-spotlighter-utils.o: utils.c spotlighter-0.3/src/Makefile.in:414:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-utils.o -MD -MP -MF $(DEPDIR)/spotlighter-utils.Tpo -c -o spotlighter-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c spotlighter-0.3/src/Makefile.in-415-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-utils.Tpo $(DEPDIR)/spotlighter-utils.Po ############################################## spotlighter-0.3/src/Makefile.in-417-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:418:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c spotlighter-0.3/src/Makefile.in-419- spotlighter-0.3/src/Makefile.in-420-spotlighter-utils.obj: utils.c spotlighter-0.3/src/Makefile.in:421:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -MT spotlighter-utils.obj -MD -MP -MF $(DEPDIR)/spotlighter-utils.Tpo -c -o spotlighter-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` spotlighter-0.3/src/Makefile.in-422-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/spotlighter-utils.Tpo $(DEPDIR)/spotlighter-utils.Po ############################################## spotlighter-0.3/src/Makefile.in-424-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ spotlighter-0.3/src/Makefile.in:425:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(spotlighter_CFLAGS) $(CFLAGS) -c -o spotlighter-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` spotlighter-0.3/src/Makefile.in-426- ############################################## spotlighter-0.3/src/Makefile.in-477-GTAGS: spotlighter-0.3/src/Makefile.in:478: here=`$(am__cd) $(top_builddir) && pwd` \ spotlighter-0.3/src/Makefile.in-479- && $(am__cd) $(top_srcdir) \ ############################################## spotlighter-0.3/src/Makefile.in-485-distdir: $(DISTFILES) spotlighter-0.3/src/Makefile.in:486: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/src/Makefile.in:487: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/src/Makefile.in-488- list='$(DISTFILES)'; \ ############################################## spotlighter-0.3/src/Makefile.in-499- if test -d $$d/$$file; then \ spotlighter-0.3/src/Makefile.in:500: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ spotlighter-0.3/src/Makefile.in-501- if test -d "$(distdir)/$$file"; then \ ############################################## spotlighter-0.3/po/Makefile.in.in-58- spotlighter-0.3/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi) spotlighter-0.3/po/Makefile.in.in-60- ############################################## spotlighter-0.3/po/Makefile.in.in-88-.po.gmo: spotlighter-0.3/po/Makefile.in.in:89: $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ spotlighter-0.3/po/Makefile.in.in-90- && rm -f $$file && $(GMSGFMT) -o $$file $< ############################################## spotlighter-0.3/po/Makefile.in.in-189- echo "$$lang:"; \ spotlighter-0.3/po/Makefile.in.in:190: result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ spotlighter-0.3/po/Makefile.in.in-191- if $$result; then \ ############################################## spotlighter-0.3/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ spotlighter-0.3/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then spotlighter-0.3/configure-49- as_echo='print -r --' spotlighter-0.3/configure-50- as_echo_n='print -rn --' spotlighter-0.3/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then spotlighter-0.3/configure-52- as_echo='printf %s\n' ############################################## spotlighter-0.3/configure-54-else spotlighter-0.3/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then spotlighter-0.3/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## spotlighter-0.3/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; spotlighter-0.3/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; spotlighter-0.3/configure-66- esac; ############################################## spotlighter-0.3/configure-175- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && spotlighter-0.3/configure:176: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 spotlighter-0.3/configure-177- ############################################## spotlighter-0.3/configure-182- PATH=/empty FPATH=/empty; export PATH FPATH spotlighter-0.3/configure:183: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ spotlighter-0.3/configure:184: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 spotlighter-0.3/configure-185-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## spotlighter-0.3/configure-307- case $as_dir in #( spotlighter-0.3/configure:308: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( spotlighter-0.3/configure-309- *) as_qdir=$as_dir;; ############################################## spotlighter-0.3/configure-372- { spotlighter-0.3/configure:373: as_val=`expr "$@" || test $? -eq 1` spotlighter-0.3/configure-374- } ############################################## spotlighter-0.3/configure-379-# ---------------------------------------- spotlighter-0.3/configure:380:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are spotlighter-0.3/configure-381-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## spotlighter-0.3/configure-442- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && spotlighter-0.3/configure:443: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { spotlighter-0.3/configure-444- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## spotlighter-0.3/configure-533- esac; spotlighter-0.3/configure:534: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( spotlighter-0.3/configure-535- ???[sx]*):;;*)false;;esac;fi ############################################## spotlighter-0.3/configure-894- case $ac_option in spotlighter-0.3/configure:895: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; spotlighter-0.3/configure-896- *=) ac_optarg= ;; ############################################## spotlighter-0.3/configure-938- -disable-* | --disable-*) spotlighter-0.3/configure:939: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` spotlighter-0.3/configure-940- # Reject names that are not valid shell variable names. ############################################## spotlighter-0.3/configure-943- ac_useropt_orig=$ac_useropt spotlighter-0.3/configure:944: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` spotlighter-0.3/configure-945- case $ac_user_opts in ############################################## spotlighter-0.3/configure-964- -enable-* | --enable-*) spotlighter-0.3/configure:965: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` spotlighter-0.3/configure-966- # Reject names that are not valid shell variable names. ############################################## spotlighter-0.3/configure-969- ac_useropt_orig=$ac_useropt spotlighter-0.3/configure:970: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` spotlighter-0.3/configure-971- case $ac_user_opts in ############################################## spotlighter-0.3/configure-1168- -with-* | --with-*) spotlighter-0.3/configure:1169: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` spotlighter-0.3/configure-1170- # Reject names that are not valid shell variable names. ############################################## spotlighter-0.3/configure-1173- ac_useropt_orig=$ac_useropt spotlighter-0.3/configure:1174: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` spotlighter-0.3/configure-1175- case $ac_user_opts in ############################################## spotlighter-0.3/configure-1184- -without-* | --without-*) spotlighter-0.3/configure:1185: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` spotlighter-0.3/configure-1186- # Reject names that are not valid shell variable names. ############################################## spotlighter-0.3/configure-1189- ac_useropt_orig=$ac_useropt spotlighter-0.3/configure:1190: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` spotlighter-0.3/configure-1191- case $ac_user_opts in ############################################## spotlighter-0.3/configure-1222- *=*) spotlighter-0.3/configure:1223: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` spotlighter-0.3/configure-1224- # Reject names that are not valid shell variable names. ############################################## spotlighter-0.3/configure-1243-if test -n "$ac_prev"; then spotlighter-0.3/configure:1244: ac_option=--`echo $ac_prev | sed 's/_/-/g'` spotlighter-0.3/configure-1245- as_fn_error $? "missing argument to $ac_option" ############################################## spotlighter-0.3/configure-1265- */ ) spotlighter-0.3/configure:1266: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` spotlighter-0.3/configure-1267- eval $ac_var=\$ac_val;; ############################################## spotlighter-0.3/configure-1302-ac_ls_di=`ls -di .` && spotlighter-0.3/configure:1303:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || spotlighter-0.3/configure-1304- as_fn_error $? "working directory cannot be determined" ############################################## spotlighter-0.3/configure-1358-case $srcdir in spotlighter-0.3/configure:1359:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; spotlighter-0.3/configure-1360-esac ############################################## spotlighter-0.3/configure-1401-By default, \`make install' will install all the files in spotlighter-0.3/configure:1402:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify spotlighter-0.3/configure:1403:an installation prefix other than \`$ac_default_prefix' using \`--prefix', spotlighter-0.3/configure-1404-for instance \`--prefix=\$HOME'. ############################################## spotlighter-0.3/configure-1515-*) spotlighter-0.3/configure:1516: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` spotlighter-0.3/configure-1517- # A ".." for each directory in $ac_dir_suffix. spotlighter-0.3/configure:1518: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` spotlighter-0.3/configure-1519- case $ac_top_builddir_sub in ############################################## spotlighter-0.3/configure-2003- *\'*) spotlighter-0.3/configure:2004: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; spotlighter-0.3/configure-2005- esac ############################################## spotlighter-0.3/configure-2086- case $ac_val in spotlighter-0.3/configure:2087: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; spotlighter-0.3/configure-2088- esac ############################################## spotlighter-0.3/configure-2101- case $ac_val in spotlighter-0.3/configure:2102: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; spotlighter-0.3/configure-2103- esac ############################################## spotlighter-0.3/configure-2221- set,) spotlighter-0.3/configure:2222: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 spotlighter-0.3/configure:2223:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} spotlighter-0.3/configure-2224- ac_cache_corrupted=: ;; ############################################## spotlighter-0.3/configure-2232- # differences in whitespace do not lead to failure. spotlighter-0.3/configure:2233: ac_old_val_w=`echo x $ac_old_val` spotlighter-0.3/configure:2234: ac_new_val_w=`echo x $ac_new_val` spotlighter-0.3/configure-2235- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## spotlighter-0.3/configure-2252- case $ac_new_val in spotlighter-0.3/configure:2253: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; spotlighter-0.3/configure-2254- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## spotlighter-0.3/configure-2432-if ( spotlighter-0.3/configure:2433: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` spotlighter-0.3/configure-2434- if test "$*" = "X"; then spotlighter-0.3/configure-2435- # -L didn't work. spotlighter-0.3/configure:2436: set X `ls -t "$srcdir/configure" conftest.file` spotlighter-0.3/configure-2437- fi ############################################## spotlighter-0.3/configure-2468-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' spotlighter-0.3/configure:2469:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` spotlighter-0.3/configure-2470- spotlighter-0.3/configure-2471-# expand $ac_aux_dir to an absolute path spotlighter-0.3/configure:2472:am_aux_dir=`cd $ac_aux_dir && pwd` spotlighter-0.3/configure-2473- ############################################## spotlighter-0.3/configure-2613- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue spotlighter-0.3/configure:2614: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( spotlighter-0.3/configure-2615- 'mkdir (GNU coreutils) '* | \ ############################################## spotlighter-0.3/configure-2692-set x ${MAKE-make} spotlighter-0.3/configure:2693:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` spotlighter-0.3/configure-2694-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## spotlighter-0.3/configure-2702-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. spotlighter-0.3/configure:2703:case `${MAKE-make} -f conftest.make 2>/dev/null` in spotlighter-0.3/configure-2704- *@@@%%%=?*=@@@%%%*) ############################################## spotlighter-0.3/configure-2729- spotlighter-0.3/configure:2730:if test "`cd $srcdir && pwd`" != "`pwd`"; then spotlighter-0.3/configure-2731- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## spotlighter-0.3/configure-3184-$as_echo_n "checking whether the C compiler works... " >&6; } spotlighter-0.3/configure:3185:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` spotlighter-0.3/configure-3186- ############################################## spotlighter-0.3/configure-3228- then :; else spotlighter-0.3/configure:3229: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` spotlighter-0.3/configure-3230- fi ############################################## spotlighter-0.3/configure-3288- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; spotlighter-0.3/configure:3289: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` spotlighter-0.3/configure-3290- break;; ############################################## spotlighter-0.3/configure-3397- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; spotlighter-0.3/configure:3398: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` spotlighter-0.3/configure-3399- break;; ############################################## spotlighter-0.3/configure-3647-# Ignore all kinds of additional output from `make'. spotlighter-0.3/configure:3648:case `$am_make -s -f confmf 2> /dev/null` in #( spotlighter-0.3/configure-3649-*the\ am__doit\ target*) ############################################## spotlighter-0.3/configure-3657- echo '.include "confinc"' > confmf spotlighter-0.3/configure:3658: case `$am_make -s -f confmf 2> /dev/null` in #( spotlighter-0.3/configure-3659- *the\ am__doit\ target*) ############################################## spotlighter-0.3/configure-3720- if test "$am_compiler_list" = ""; then spotlighter-0.3/configure:3721: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` spotlighter-0.3/configure-3722- fi ############################################## spotlighter-0.3/configure-3933-set dummy $CC spotlighter-0.3/configure:3934:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` spotlighter-0.3/configure-3935-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## spotlighter-0.3/configure-3989-test "x$ac_build_alias" = x && spotlighter-0.3/configure:3990: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` spotlighter-0.3/configure-3991-test "x$ac_build_alias" = x && spotlighter-0.3/configure-3992- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 spotlighter-0.3/configure:3993:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || spotlighter-0.3/configure-3994- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## spotlighter-0.3/configure-4013-IFS=$ac_save_IFS spotlighter-0.3/configure:4014:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac spotlighter-0.3/configure-4015- ############################################## spotlighter-0.3/configure-4024-else spotlighter-0.3/configure:4025: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || spotlighter-0.3/configure-4026- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## spotlighter-0.3/configure-4046-IFS=$ac_save_IFS spotlighter-0.3/configure:4047:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac spotlighter-0.3/configure-4048- ############################################## spotlighter-0.3/configure-4402-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ spotlighter-0.3/configure:4403: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then spotlighter-0.3/configure-4404- ECHO='print -r --' spotlighter-0.3/configure:4405:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then spotlighter-0.3/configure-4406- ECHO='printf %s\n' ############################################## spotlighter-0.3/configure-4471- # Check for GNU $ac_path_SED spotlighter-0.3/configure:4472:case `"$ac_path_SED" --version 2>&1` in spotlighter-0.3/configure-4473-*GNU*) ############################################## spotlighter-0.3/configure-4547- # Check for GNU $ac_path_GREP spotlighter-0.3/configure:4548:case `"$ac_path_GREP" --version 2>&1` in spotlighter-0.3/configure-4549-*GNU*) ############################################## spotlighter-0.3/configure-4613- # Check for GNU $ac_path_EGREP spotlighter-0.3/configure:4614:case `"$ac_path_EGREP" --version 2>&1` in spotlighter-0.3/configure-4615-*GNU*) ############################################## spotlighter-0.3/configure-4680- # Check for GNU $ac_path_FGREP spotlighter-0.3/configure:4681:case `"$ac_path_FGREP" --version 2>&1` in spotlighter-0.3/configure-4682-*GNU*) ############################################## spotlighter-0.3/configure-4760- # gcc leaves a trailing carriage return which upsets mingw spotlighter-0.3/configure:4761: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; spotlighter-0.3/configure-4762- *) spotlighter-0.3/configure:4763: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; spotlighter-0.3/configure-4764- esac ############################################## spotlighter-0.3/configure-4769- # Canonicalize the pathname of ld spotlighter-0.3/configure:4770: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` spotlighter-0.3/configure-4771- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do spotlighter-0.3/configure:4772: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` spotlighter-0.3/configure-4773- done ############################################## spotlighter-0.3/configure-4804- # Break only if it was the GNU/non-GNU ld that we prefer. spotlighter-0.3/configure:4805: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in spotlighter-0.3/configure-4806- *GNU* | *'with BFD'*) ############################################## spotlighter-0.3/configure-4835- # I'd rather use --version here, but apparently some GNU lds only accept -v. spotlighter-0.3/configure:4836:case `$LD -v 2>&1 </dev/null` in spotlighter-0.3/configure-4837-*GNU* | *'with BFD'*) ############################################## spotlighter-0.3/configure-4880- # Tru64's nm complains that /dev/null is an invalid object file spotlighter-0.3/configure:4881: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/configure-4882- */dev/null* | *'Invalid file or object type'*) ############################################## spotlighter-0.3/configure-4886- *) spotlighter-0.3/configure:4887: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/configure-4888- */dev/null*) ############################################## spotlighter-0.3/configure-5014- spotlighter-0.3/configure:5015: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in spotlighter-0.3/configure-5016- *COFF*) ############################################## spotlighter-0.3/configure-5126- # And add a safety zone spotlighter-0.3/configure:5127: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` spotlighter-0.3/configure:5128: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` spotlighter-0.3/configure-5129- ;; ############################################## spotlighter-0.3/configure-5159- if test -n "$kargmax"; then spotlighter-0.3/configure:5160: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` spotlighter-0.3/configure-5161- else ############################################## spotlighter-0.3/configure-5167- if test -n "$lt_cv_sys_max_cmd_len"; then spotlighter-0.3/configure:5168: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` spotlighter-0.3/configure:5169: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` spotlighter-0.3/configure-5170- else ############################################## spotlighter-0.3/configure-5179- # we can't tell. spotlighter-0.3/configure:5180: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ spotlighter-0.3/configure-5181- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## spotlighter-0.3/configure-5183- do spotlighter-0.3/configure:5184: i=`expr $i + 1` spotlighter-0.3/configure-5185- teststring=$teststring$teststring ############################################## spotlighter-0.3/configure-5187- # Only check the string length outside the loop. spotlighter-0.3/configure:5188: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` spotlighter-0.3/configure-5189- teststring= ############################################## spotlighter-0.3/configure-5192- # linker. It appears as though 1/2 is a usable value. spotlighter-0.3/configure:5193: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` spotlighter-0.3/configure-5194- fi ############################################## spotlighter-0.3/configure-5629-openbsd*) spotlighter-0.3/configure:5630: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/configure-5631- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## spotlighter-0.3/configure-5696- else spotlighter-0.3/configure:5697: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` spotlighter-0.3/configure-5698- fi ############################################## spotlighter-0.3/configure-5838- # decide which to use based on capabilities of $DLLTOOL spotlighter-0.3/configure:5839: case `$DLLTOOL --help 2>&1` in spotlighter-0.3/configure-5840- *--identify-strict*) ############################################## spotlighter-0.3/configure-6360-# If we're using GNU nm, then use its standard symbol codes. spotlighter-0.3/configure:6361:case `$NM -V 2>&1` in spotlighter-0.3/configure-6362-*GNU* | *'with BFD'*) ############################################## spotlighter-0.3/configure-6378-mingw*) spotlighter-0.3/configure:6379: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp spotlighter-0.3/configure-6380- ;; ############################################## spotlighter-0.3/configure-6597- if test "$GCC" = yes; then spotlighter-0.3/configure:6598: lt_sysroot=`$CC --print-sysroot 2>/dev/null` spotlighter-0.3/configure-6599- fi ############################################## spotlighter-0.3/configure-6601- /*) spotlighter-0.3/configure:6602: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` spotlighter-0.3/configure-6603- ;; #( ############################################## spotlighter-0.3/configure-6637- test $ac_status = 0; }; then spotlighter-0.3/configure:6638: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/configure-6639- *ELF-32*) ############################################## spotlighter-0.3/configure-6657- if test "$lt_cv_prog_gnu_ld" = yes; then spotlighter-0.3/configure:6658: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/configure-6659- *32-bit*) ############################################## spotlighter-0.3/configure-6669- else spotlighter-0.3/configure:6670: case `/usr/bin/file conftest.$ac_objext` in spotlighter-0.3/configure-6671- *32-bit*) ############################################## spotlighter-0.3/configure-7823-do : spotlighter-0.3/configure:7824: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` spotlighter-0.3/configure-7825-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## spotlighter-0.3/configure-7828- cat >>confdefs.h <<_ACEOF spotlighter-0.3/configure:7829:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 spotlighter-0.3/configure-7830-_ACEOF ############################################## spotlighter-0.3/configure-8082-done spotlighter-0.3/configure:8083:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` spotlighter-0.3/configure-8084- ############################################## spotlighter-0.3/configure-8111- "file_magic "*) spotlighter-0.3/configure:8112: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` spotlighter-0.3/configure-8113- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## spotlighter-0.3/configure-8177- "file_magic "*) spotlighter-0.3/configure:8178: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` spotlighter-0.3/configure-8179- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## spotlighter-0.3/configure-8540- *) spotlighter-0.3/configure:8541: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/configure-8542- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## spotlighter-0.3/configure-8900- if test "$hard_links" = no; then spotlighter-0.3/configure:8901: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 spotlighter-0.3/configure:8902:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} spotlighter-0.3/configure-8903- need_locks=warn ############################################## spotlighter-0.3/configure-8989- # shared libraries, regardless of the interface used. spotlighter-0.3/configure:8990: case `$LD -v 2>&1` in spotlighter-0.3/configure-8991- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## spotlighter-0.3/configure-9021- supports_anon_versioning=no spotlighter-0.3/configure:9022: case `$LD -v 2>&1` in spotlighter-0.3/configure-9023- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## spotlighter-0.3/configure-9090- # is EXPORTS), use it as is; otherwise, prepend... spotlighter-0.3/configure:9091: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/configure-9092- cp $export_symbols $output_objdir/$soname.def; ############################################## spotlighter-0.3/configure-9118- # time. Moving up from 0x10000000 also allows more sbrk(2) space. spotlighter-0.3/configure:9119: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' spotlighter-0.3/configure:9120: 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' spotlighter-0.3/configure-9121- ;; ############################################## spotlighter-0.3/configure-9136- pgcc*) # Portland Group C compiler spotlighter-0.3/configure:9137: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/configure-9138- tmp_addflag=' $pic_flag' ############################################## spotlighter-0.3/configure-9141- # Portland Group f77 and f90 compilers spotlighter-0.3/configure:9142: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/configure-9143- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## spotlighter-0.3/configure-9156- nvcc*) # Cuda Compiler Driver 2.2 spotlighter-0.3/configure:9157: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/configure-9158- compiler_needs_object=yes ############################################## spotlighter-0.3/configure-9160- esac spotlighter-0.3/configure:9161: case `$CC -V 2>&1 | sed 5q` in spotlighter-0.3/configure-9162- *Sun\ C*) # Sun C 5.9 spotlighter-0.3/configure:9163: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' spotlighter-0.3/configure-9164- compiler_needs_object=yes ############################################## spotlighter-0.3/configure-9228- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) spotlighter-0.3/configure:9229: case `$LD -v 2>&1` in spotlighter-0.3/configure-9230- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## spotlighter-0.3/configure-9351- # below for broken collect2 doesn't work under 4.3+ spotlighter-0.3/configure:9352: collect2name=`${CC} -print-prog-name=collect2` spotlighter-0.3/configure-9353- if test -f "$collect2name" && ############################################## spotlighter-0.3/configure-9425- }' spotlighter-0.3/configure:9426: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/configure-9427- # Check for a 64-bit object if we didn't find anything. spotlighter-0.3/configure-9428- if test -z "$lt_cv_aix_libpath_"; then spotlighter-0.3/configure:9429: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/configure-9430- fi ############################################## spotlighter-0.3/configure-9443- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" spotlighter-0.3/configure:9444: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" spotlighter-0.3/configure-9445- else ############################################## spotlighter-0.3/configure-9478- }' spotlighter-0.3/configure:9479: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/configure-9480- # Check for a 64-bit object if we didn't find anything. spotlighter-0.3/configure-9481- if test -z "$lt_cv_aix_libpath_"; then spotlighter-0.3/configure:9482: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` spotlighter-0.3/configure-9483- fi ############################################## spotlighter-0.3/configure-9551- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' spotlighter-0.3/configure:9552: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then spotlighter-0.3/configure-9553- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## spotlighter-0.3/configure-9588- # FIXME: Setting linknames here is a bad hack. spotlighter-0.3/configure:9589: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' spotlighter-0.3/configure-9590- # The linker will automatically build a .lib file if we build a DLL. ############################################## spotlighter-0.3/configure-9606- if test "$lt_cv_ld_force_load" = "yes"; then spotlighter-0.3/configure:9607: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' spotlighter-0.3/configure-9608- ############################################## spotlighter-0.3/configure-9786- if test "$GCC" = yes; then spotlighter-0.3/configure:9787: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure-9788- # Try to use the -exported_symbol ld option, if it does not ############################################## spotlighter-0.3/configure-9814- if test "$lt_cv_irix_exported_symbol" = yes; then spotlighter-0.3/configure:9815: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' spotlighter-0.3/configure-9816- fi spotlighter-0.3/configure-9817- else spotlighter-0.3/configure:9818: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure:9819: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' spotlighter-0.3/configure-9820- fi ############################################## spotlighter-0.3/configure-9854- hardcode_direct_absolute=yes spotlighter-0.3/configure:9855: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/configure-9856- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## spotlighter-0.3/configure-9887- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' spotlighter-0.3/configure:9888: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure-9889- else spotlighter-0.3/configure-9890- allow_undefined_flag=' -expect_unresolved \*' spotlighter-0.3/configure:9891: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure-9892- fi ############################################## spotlighter-0.3/configure-9900- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' spotlighter-0.3/configure:9901: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure-9902- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## spotlighter-0.3/configure-9904- allow_undefined_flag=' -expect_unresolved \*' spotlighter-0.3/configure:9905: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' spotlighter-0.3/configure:9906: 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~ spotlighter-0.3/configure:9907: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' spotlighter-0.3/configure-9908- ############################################## spotlighter-0.3/configure-9923- else spotlighter-0.3/configure:9924: case `$CC -V 2>&1` in spotlighter-0.3/configure-9925- *"Compilers 5.0"*) ############################################## spotlighter-0.3/configure-10322- esac spotlighter-0.3/configure:10323: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` spotlighter-0.3/configure-10324- case $lt_search_path_spec in ############################################## spotlighter-0.3/configure-10329- # okay in the real world where ";" in dirpaths is itself problematic. spotlighter-0.3/configure:10330: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` spotlighter-0.3/configure-10331- ;; spotlighter-0.3/configure-10332- *) spotlighter-0.3/configure:10333: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/configure-10334- ;; ############################################## spotlighter-0.3/configure-10338- lt_tmp_lt_search_path_spec= spotlighter-0.3/configure:10339: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` spotlighter-0.3/configure-10340- for lt_sys_path in $lt_search_path_spec; do ############################################## spotlighter-0.3/configure-10373- esac spotlighter-0.3/configure:10374: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` spotlighter-0.3/configure-10375-else ############################################## spotlighter-0.3/configure-10461- # Create ${libname}_ixlibrary.a entries in /sys/libs. spotlighter-0.3/configure:10462: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' spotlighter-0.3/configure-10463- ;; ############################################## spotlighter-0.3/configure-10497- # DLL is installed to $(libdir)/../bin by postinstall_cmds spotlighter-0.3/configure:10498: postinstall_cmds='base_file=`basename \${file}`~ spotlighter-0.3/configure:10499: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ spotlighter-0.3/configure:10500: dldir=$destdir/`dirname \$dlpath`~ spotlighter-0.3/configure-10501- test -d \$dldir || mkdir -p \$dldir~ ############################################## spotlighter-0.3/configure-10506- fi' spotlighter-0.3/configure:10507: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ spotlighter-0.3/configure-10508- dlpath=$dir/\$dldll~ ############################################## spotlighter-0.3/configure-10514- # Cygwin DLLs use 'cyg' prefix rather than 'lib' spotlighter-0.3/configure:10515: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/configure-10516- ############################################## spotlighter-0.3/configure-10520- # MinGW DLLs use traditional 'lib' prefix spotlighter-0.3/configure:10521: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/configure-10522- ;; ############################################## spotlighter-0.3/configure-10524- # pw32 DLLs use 'pw' prefix rather than 'lib' spotlighter-0.3/configure:10525: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/configure-10526- ;; ############################################## spotlighter-0.3/configure-10533- libname_spec='$name' spotlighter-0.3/configure:10534: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' spotlighter-0.3/configure-10535- library_names_spec='${libname}.dll.lib' ############################################## spotlighter-0.3/configure-10545- # Let DOS variable expansion print the short 8.3 style file name. spotlighter-0.3/configure:10546: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` spotlighter-0.3/configure-10547- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## spotlighter-0.3/configure-10550- # Convert to MSYS style. spotlighter-0.3/configure:10551: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` spotlighter-0.3/configure-10552- ;; ############################################## spotlighter-0.3/configure-10556- # like /cygdrive/c/PROGRA~1:/cygdr... spotlighter-0.3/configure:10557: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` spotlighter-0.3/configure:10558: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` spotlighter-0.3/configure:10559: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/configure-10560- ;; ############################################## spotlighter-0.3/configure-10564- # It is most probably a Windows format PATH. spotlighter-0.3/configure:10565: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` spotlighter-0.3/configure-10566- else spotlighter-0.3/configure:10567: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` spotlighter-0.3/configure-10568- fi ############################################## spotlighter-0.3/configure-10574- # DLL is installed to $(libdir)/../bin by postinstall_cmds spotlighter-0.3/configure:10575: postinstall_cmds='base_file=`basename \${file}`~ spotlighter-0.3/configure:10576: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ spotlighter-0.3/configure:10577: dldir=$destdir/`dirname \$dlpath`~ spotlighter-0.3/configure-10578- test -d \$dldir || mkdir -p \$dldir~ spotlighter-0.3/configure-10579- $install_prog $dir/$dlname \$dldir/$dlname' spotlighter-0.3/configure:10580: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ spotlighter-0.3/configure-10581- dlpath=$dir/\$dldll~ ############################################## spotlighter-0.3/configure-10588- # Assume MSVC wrapper spotlighter-0.3/configure:10589: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' spotlighter-0.3/configure-10590- dynamic_linker='Win32 ld.exe' ############################################## spotlighter-0.3/configure-10605- shlibpath_var=DYLD_LIBRARY_PATH spotlighter-0.3/configure:10606: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' spotlighter-0.3/configure-10607- ############################################## spotlighter-0.3/configure-10842- if test -f /etc/ld.so.conf; then spotlighter-0.3/configure:10843: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` spotlighter-0.3/configure-10844- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## spotlighter-0.3/configure-10916- shlibpath_var=LD_LIBRARY_PATH spotlighter-0.3/configure:10917: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then spotlighter-0.3/configure-10918- case $host_os in ############################################## spotlighter-0.3/configure-11874- if test "$am_compiler_list" = ""; then spotlighter-0.3/configure:11875: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` spotlighter-0.3/configure-11876- fi ############################################## spotlighter-0.3/configure-12163- spotlighter-0.3/configure:12164:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` spotlighter-0.3/configure-12165-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` spotlighter-0.3/configure:12166:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` spotlighter-0.3/configure-12167-if test -n "0.35.0"; then ############################################## spotlighter-0.3/configure-12603-fi spotlighter-0.3/configure:12604:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/configure:12605:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/configure:12606:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" spotlighter-0.3/configure-12607-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then ############################################## spotlighter-0.3/configure-12659-else spotlighter-0.3/configure:12660: IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` spotlighter-0.3/configure-12661- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 ############################################## spotlighter-0.3/configure-12666-$as_echo_n "checking for XML::Parser... " >&6; } spotlighter-0.3/configure:12667: if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then spotlighter-0.3/configure-12668- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 ############################################## spotlighter-0.3/configure-13136- if test -f $ac_dir/$ac_word; then spotlighter-0.3/configure:13137: if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then spotlighter-0.3/configure-13138- ac_cv_path_MSGFMT="$ac_dir/$ac_word" ############################################## spotlighter-0.3/configure-13255- if test -f $ac_dir/$ac_word; then spotlighter-0.3/configure:13256: if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then spotlighter-0.3/configure-13257- ac_cv_path_XGETTEXT="$ac_dir/$ac_word" ############################################## spotlighter-0.3/configure-13414- if test "x$srcdir" != "x."; then spotlighter-0.3/configure:13415: if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then spotlighter-0.3/configure-13416- posrcprefix="$srcdir/" ############################################## spotlighter-0.3/configure-13525- if test x"$no_gtk" = x ; then spotlighter-0.3/configure:13526: GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` spotlighter-0.3/configure:13527: GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` spotlighter-0.3/configure-13528- gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-3.0 | \ ############################################## spotlighter-0.3/configure-13743- test $ac_status = 0; }; then spotlighter-0.3/configure:13744: pkg_cv_spotlighter_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null` spotlighter-0.3/configure-13745- test "x$?" != "x0" && pkg_failed=yes ############################################## spotlighter-0.3/configure-13760- test $ac_status = 0; }; then spotlighter-0.3/configure:13761: pkg_cv_spotlighter_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null` spotlighter-0.3/configure-13762- test "x$?" != "x0" && pkg_failed=yes ############################################## spotlighter-0.3/configure-13781- if test $_pkg_short_errors_supported = yes; then spotlighter-0.3/configure:13782: spotlighter_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0" 2>&1` spotlighter-0.3/configure-13783- else spotlighter-0.3/configure:13784: spotlighter_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0" 2>&1` spotlighter-0.3/configure-13785- fi ############################################## spotlighter-0.3/configure-13965- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' spotlighter-0.3/configure:13966: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` spotlighter-0.3/configure-13967- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## spotlighter-0.3/configure-14068-if test -z "$BASH_VERSION$ZSH_VERSION" \ spotlighter-0.3/configure:14069: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then spotlighter-0.3/configure-14070- as_echo='print -r --' spotlighter-0.3/configure-14071- as_echo_n='print -rn --' spotlighter-0.3/configure:14072:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then spotlighter-0.3/configure-14073- as_echo='printf %s\n' ############################################## spotlighter-0.3/configure-14075-else spotlighter-0.3/configure:14076: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then spotlighter-0.3/configure-14077- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## spotlighter-0.3/configure-14085- expr "X$arg" : "X\\(.*\\)$as_nl"; spotlighter-0.3/configure:14086: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; spotlighter-0.3/configure-14087- esac; ############################################## spotlighter-0.3/configure-14162-# ---------------------------------------- spotlighter-0.3/configure:14163:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are spotlighter-0.3/configure-14164-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## spotlighter-0.3/configure-14234- { spotlighter-0.3/configure:14235: as_val=`expr "$@" || test $? -eq 1` spotlighter-0.3/configure-14236- } ############################################## spotlighter-0.3/configure-14338- case $as_dir in #( spotlighter-0.3/configure:14339: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( spotlighter-0.3/configure-14340- *) as_qdir=$as_dir;; ############################################## spotlighter-0.3/configure-14395- esac; spotlighter-0.3/configure:14396: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( spotlighter-0.3/configure-14397- ???[sx]*):;;*)false;;esac;fi ############################################## spotlighter-0.3/configure-14485-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 spotlighter-0.3/configure:14486:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" spotlighter-0.3/configure-14487-ac_cs_version="\\ ############################################## spotlighter-0.3/configure-14510- --*=?*) spotlighter-0.3/configure:14511: ac_option=`expr "X$1" : 'X\([^=]*\)='` spotlighter-0.3/configure:14512: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` spotlighter-0.3/configure-14513- ac_shift=: ############################################## spotlighter-0.3/configure-14515- --*=) spotlighter-0.3/configure:14516: ac_option=`expr "X$1" : 'X\([^=]*\)='` spotlighter-0.3/configure-14517- ac_optarg= ############################################## spotlighter-0.3/configure-14539- case $ac_optarg in spotlighter-0.3/configure:14540: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; spotlighter-0.3/configure-14541- '') as_fn_error $? "missing file argument" ;; ############################################## spotlighter-0.3/configure-14547- case $ac_optarg in spotlighter-0.3/configure:14548: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; spotlighter-0.3/configure-14549- esac ############################################## spotlighter-0.3/configure-14616-delay_variable_subst='$delay_variable_subst' spotlighter-0.3/configure:14617:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14618:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14619:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14620:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14621:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14622:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14623:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14624:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14625:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14626:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14627:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14628:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14629:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14630:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14631:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14632:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14633:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14634:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14635:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14636:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14637:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14638:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14639:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14640:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14641:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14642:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14643:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14644:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14645:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14646:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14647:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14648:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14649:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14650:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14651:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14652:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14653:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14654:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14655:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14656:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14657:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14658:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14659:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14660:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14661:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14662:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14663:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14664:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14665:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14666:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14667:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14668:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14669:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14670:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14671:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14672:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14673:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14674:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14675:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14676:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14677:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14678:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14679:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14680:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14681:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14682:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14683:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14684:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14685:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14686:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14687:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14688:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14689:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14690:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14691:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14692:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14693:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14694:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14695:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14696:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14697:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14698:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14699:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14700:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14701:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14702:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14703:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14704:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14705:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14706:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14707:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14708:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14709:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14710:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14711:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14712:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14713:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14714:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14715:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14716:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14717:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14718:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14719:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14720:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14721:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14722:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14723:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14724:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14725:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14726:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14727:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14728:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14729:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14730:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14731:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14732:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14733:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14734:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14735:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14736:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14737:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14738:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14739:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14740:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14741:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14742:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14743:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14744:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14745:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14746:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure:14747:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' spotlighter-0.3/configure-14748- ############################################## spotlighter-0.3/configure-14827-striplib; do spotlighter-0.3/configure:14828: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in spotlighter-0.3/configure-14829- *[\\\\\\\`\\"\\\$]*) spotlighter-0.3/configure:14830: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" spotlighter-0.3/configure-14831- ;; ############################################## spotlighter-0.3/configure-14857-sys_lib_dlsearch_path_spec; do spotlighter-0.3/configure:14858: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in spotlighter-0.3/configure-14859- *[\\\\\\\`\\"\\\$]*) spotlighter-0.3/configure:14860: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" spotlighter-0.3/configure-14861- ;; ############################################## spotlighter-0.3/configure-14963-fi spotlighter-0.3/configure:14964:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` spotlighter-0.3/configure-14965-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## spotlighter-0.3/configure-14980- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 spotlighter-0.3/configure:14981:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` spotlighter-0.3/configure-14982-ac_delim='%!_!# ' ############################################## spotlighter-0.3/configure-14986- spotlighter-0.3/configure:14987: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` spotlighter-0.3/configure-14988- if test $ac_delim_n = $ac_delim_num; then ############################################## spotlighter-0.3/configure-15124-for ac_last_try in false false :; do spotlighter-0.3/configure:15125: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` spotlighter-0.3/configure-15126- if test -z "$ac_tt"; then ############################################## spotlighter-0.3/configure-15256- esac spotlighter-0.3/configure:15257: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac spotlighter-0.3/configure-15258- as_fn_append ac_file_inputs " '$ac_f'" ############################################## spotlighter-0.3/configure-15315-*) spotlighter-0.3/configure:15316: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` spotlighter-0.3/configure-15317- # A ".." for each directory in $ac_dir_suffix. spotlighter-0.3/configure:15318: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` spotlighter-0.3/configure-15319- case $ac_top_builddir_sub in ############################################## spotlighter-0.3/configure-15376-/@mandir@/p' spotlighter-0.3/configure:15377:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in spotlighter-0.3/configure-15378-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## spotlighter-0.3/configure-15393- spotlighter-0.3/configure:15394:# Neutralize VPATH when `$srcdir' = `.'. spotlighter-0.3/configure-15395-# Shell code in configure.ac might set extrasub. ############################################## spotlighter-0.3/configure-15421-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && spotlighter-0.3/configure:15422: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && spotlighter-0.3/configure-15423- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## spotlighter-0.3/configure-15467- * ) spotlighter-0.3/configure:15468: _am_stamp_count=`expr $_am_stamp_count + 1` ;; spotlighter-0.3/configure-15469- esac ############################################## spotlighter-0.3/configure-15514- # Strip MF so we end up with the name of the file. spotlighter-0.3/configure:15515: mf=`echo "$mf" | sed -e 's/:.*$//'` spotlighter-0.3/configure-15516- # Check whether this is an Automake generated Makefile or not. ############################################## spotlighter-0.3/configure-15551- # from the Makefile without running `make'. spotlighter-0.3/configure:15552: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` spotlighter-0.3/configure-15553- test -z "$DEPDIR" && continue spotlighter-0.3/configure:15554: am__include=`sed -n 's/^am__include = //p' < "$mf"` spotlighter-0.3/configure-15555- test -z "am__include" && continue spotlighter-0.3/configure:15556: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` spotlighter-0.3/configure-15557- # When using ansi2knr, U may be empty or an underscore; expand it spotlighter-0.3/configure:15558: U=`sed -n 's/^U = //p' < "$mf"` spotlighter-0.3/configure-15559- # Find all dependency output files, they are included files with ############################################## spotlighter-0.3/configure-15612- spotlighter-0.3/configure:15613:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. spotlighter-0.3/configure-15614-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## spotlighter-0.3/desktop/Makefile.in-54-DIST_SOURCES = spotlighter-0.3/desktop/Makefile.in:55:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; spotlighter-0.3/desktop/Makefile.in-56-am__vpath_adj = case $$p in \ spotlighter-0.3/desktop/Makefile.in:57: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ spotlighter-0.3/desktop/Makefile.in-58- *) f=$$p;; \ spotlighter-0.3/desktop/Makefile.in-59- esac; spotlighter-0.3/desktop/Makefile.in:60:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; spotlighter-0.3/desktop/Makefile.in-61-am__install_max = 40 spotlighter-0.3/desktop/Makefile.in-62-am__nobase_strip_setup = \ spotlighter-0.3/desktop/Makefile.in:63: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` spotlighter-0.3/desktop/Makefile.in-64-am__nobase_strip = \ ############################################## spotlighter-0.3/desktop/Makefile.in-309- @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ spotlighter-0.3/desktop/Makefile.in:310: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ spotlighter-0.3/desktop/Makefile.in-311- dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) ############################################## spotlighter-0.3/desktop/Makefile.in-327- @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ spotlighter-0.3/desktop/Makefile.in:328: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ spotlighter-0.3/desktop/Makefile.in-329- dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir) ############################################## spotlighter-0.3/desktop/Makefile.in-345- @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ spotlighter-0.3/desktop/Makefile.in:346: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ spotlighter-0.3/desktop/Makefile.in-347- dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) ############################################## spotlighter-0.3/desktop/Makefile.in-355-distdir: $(DISTFILES) spotlighter-0.3/desktop/Makefile.in:356: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/desktop/Makefile.in:357: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/desktop/Makefile.in-358- list='$(DISTFILES)'; \ ############################################## spotlighter-0.3/desktop/Makefile.in-369- if test -d $$d/$$file; then \ spotlighter-0.3/desktop/Makefile.in:370: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ spotlighter-0.3/desktop/Makefile.in-371- if test -d "$(distdir)/$$file"; then \ ############################################## spotlighter-0.3/docs/Makefile.am-6- for i in $$list; do \ spotlighter-0.3/docs/Makefile.am:7: s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`; \ spotlighter-0.3/docs/Makefile.am:8: n=`echo $$i | sed -e 's/-[^-]*$$//'`; \ spotlighter-0.3/docs/Makefile.am-9- f="$$n.$$s"; \ ############################################## spotlighter-0.3/docs/Makefile.am-20- for i in $$list; do \ spotlighter-0.3/docs/Makefile.am:21: s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`; \ spotlighter-0.3/docs/Makefile.am:22: n=`echo $$i | sed -e 's/-[^-]*$$//'`; \ spotlighter-0.3/docs/Makefile.am-23- f="$$n.$$s"; \ ############################################## spotlighter-0.3/docs/Makefile.in-54-DIST_SOURCES = spotlighter-0.3/docs/Makefile.in:55:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; spotlighter-0.3/docs/Makefile.in-56-am__vpath_adj = case $$p in \ spotlighter-0.3/docs/Makefile.in:57: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ spotlighter-0.3/docs/Makefile.in-58- *) f=$$p;; \ spotlighter-0.3/docs/Makefile.in-59- esac; spotlighter-0.3/docs/Makefile.in:60:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; spotlighter-0.3/docs/Makefile.in-61-am__install_max = 40 spotlighter-0.3/docs/Makefile.in-62-am__nobase_strip_setup = \ spotlighter-0.3/docs/Makefile.in:63: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` spotlighter-0.3/docs/Makefile.in-64-am__nobase_strip = \ ############################################## spotlighter-0.3/docs/Makefile.in-342- else :; fi spotlighter-0.3/docs/Makefile.in:343: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/docs/Makefile.in:344: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ spotlighter-0.3/docs/Makefile.in-345- list='$(DISTFILES)'; \ ############################################## spotlighter-0.3/docs/Makefile.in-356- if test -d $$d/$$file; then \ spotlighter-0.3/docs/Makefile.in:357: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ spotlighter-0.3/docs/Makefile.in-358- if test -d "$(distdir)/$$file"; then \ ############################################## spotlighter-0.3/docs/Makefile.in-496- for i in $$list; do \ spotlighter-0.3/docs/Makefile.in:497: s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`; \ spotlighter-0.3/docs/Makefile.in:498: n=`echo $$i | sed -e 's/-[^-]*$$//'`; \ spotlighter-0.3/docs/Makefile.in-499- f="$$n.$$s"; \ ############################################## spotlighter-0.3/docs/Makefile.in-510- for i in $$list; do \ spotlighter-0.3/docs/Makefile.in:511: s=`echo $$i | sed -e 's/.*\\(.\\)$$/\1/'`; \ spotlighter-0.3/docs/Makefile.in:512: n=`echo $$i | sed -e 's/-[^-]*$$//'`; \ spotlighter-0.3/docs/Makefile.in-513- f="$$n.$$s"; \