===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
kino-1.3.4+dfsg0/ltmain.sh-161-  # Extract subdirectory from the argument.
kino-1.3.4+dfsg0/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
kino-1.3.4+dfsg0/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-167-  fi
kino-1.3.4+dfsg0/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
kino-1.3.4+dfsg0/ltmain.sh-169-}
##############################################
kino-1.3.4+dfsg0/ltmain.sh-193-     progdir=$func_dirname_result
kino-1.3.4+dfsg0/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
kino-1.3.4+dfsg0/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
kino-1.3.4+dfsg0/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
kino-1.3.4+dfsg0/ltmain.sh-223-bs='\\'
##############################################
kino-1.3.4+dfsg0/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
kino-1.3.4+dfsg0/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
kino-1.3.4+dfsg0/ltmain.sh-330-      done
kino-1.3.4+dfsg0/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
kino-1.3.4+dfsg0/ltmain.sh-332-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-363-      # If mktemp works, use that first and foremost
kino-1.3.4+dfsg0/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-365-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-394-      *[\\\`\"\$]*)
kino-1.3.4+dfsg0/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
kino-1.3.4+dfsg0/ltmain.sh-396-      *)
##############################################
kino-1.3.4+dfsg0/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
kino-1.3.4+dfsg0/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
kino-1.3.4+dfsg0/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
kino-1.3.4+dfsg0/ltmain.sh-539-	p
##############################################
kino-1.3.4+dfsg0/ltmain.sh-565-  :
kino-1.3.4+dfsg0/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
kino-1.3.4+dfsg0/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
kino-1.3.4+dfsg0/ltmain.sh-685-	# quotes we have to do it in 2 steps:
kino-1.3.4+dfsg0/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
kino-1.3.4+dfsg0/ltmain.sh-687-	eval "$extractedcf"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
kino-1.3.4+dfsg0/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
kino-1.3.4+dfsg0/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1028-	    # Evaluate the configuration.
kino-1.3.4+dfsg0/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
kino-1.3.4+dfsg0/ltmain.sh-1030-	    CC_quoted=
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1036-	    case "$@ " in
kino-1.3.4+dfsg0/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
kino-1.3.4+dfsg0/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1213-    *.[cCFSifmso] | \
kino-1.3.4+dfsg0/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
kino-1.3.4+dfsg0/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
kino-1.3.4+dfsg0/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
kino-1.3.4+dfsg0/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
kino-1.3.4+dfsg0/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-1311-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1358-      if test "$need_locks" = warn &&
kino-1.3.4+dfsg0/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
kino-1.3.4+dfsg0/ltmain.sh-1360-	$ECHO "\
kino-1.3.4+dfsg0/ltmain.sh-1361-*** ERROR, $lockfile contains:
kino-1.3.4+dfsg0/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-1363-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1407-      if test "$need_locks" = warn &&
kino-1.3.4+dfsg0/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
kino-1.3.4+dfsg0/ltmain.sh-1409-	$ECHO "\
kino-1.3.4+dfsg0/ltmain.sh-1410-*** ERROR, $lockfile contains:
kino-1.3.4+dfsg0/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-1412-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1665-	  test -n "$library_names" && \
kino-1.3.4+dfsg0/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
kino-1.3.4+dfsg0/ltmain.sh-1667-	  continue
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
kino-1.3.4+dfsg0/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
kino-1.3.4+dfsg0/ltmain.sh-1678-	  fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-1694-      # Get the absolute pathname.
kino-1.3.4+dfsg0/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
kino-1.3.4+dfsg0/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
kino-1.3.4+dfsg0/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
kino-1.3.4+dfsg0/ltmain.sh-2014-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
kino-1.3.4+dfsg0/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
kino-1.3.4+dfsg0/ltmain.sh-2027-	  else
kino-1.3.4+dfsg0/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
kino-1.3.4+dfsg0/ltmain.sh-2029-	  fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2185-	    fi
kino-1.3.4+dfsg0/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
kino-1.3.4+dfsg0/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
kino-1.3.4+dfsg0/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
kino-1.3.4+dfsg0/ltmain.sh-2189-	      finalize=no
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2204-	        # Replace the output file specification.
kino-1.3.4+dfsg0/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
kino-1.3.4+dfsg0/ltmain.sh-2206-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
kino-1.3.4+dfsg0/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
kino-1.3.4+dfsg0/ltmain.sh-2225-	  fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2294-    my_pic_p="${3-no}"
kino-1.3.4+dfsg0/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
kino-1.3.4+dfsg0/ltmain.sh-2296-    my_dlsyms=
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
kino-1.3.4+dfsg0/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
kino-1.3.4+dfsg0/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh-2520-	  else
kino-1.3.4+dfsg0/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh-2523-	  fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2525-	*)
kino-1.3.4+dfsg0/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
kino-1.3.4+dfsg0/ltmain.sh-2528-	  ;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2540-      # Nullify the symbol file.
kino-1.3.4+dfsg0/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
kino-1.3.4+dfsg0/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
kino-1.3.4+dfsg0/ltmain.sh-2543-    fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2555-  win32_libid_type="unknown"
kino-1.3.4+dfsg0/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-2557-  case $win32_fileres in
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2652-	  darwin_curdir=`pwd`
kino-1.3.4+dfsg0/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
kino-1.3.4+dfsg0/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
kino-1.3.4+dfsg0/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
kino-1.3.4+dfsg0/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
kino-1.3.4+dfsg0/ltmain.sh-2657-	    darwin_arch=
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
kino-1.3.4+dfsg0/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
kino-1.3.4+dfsg0/ltmain.sh-2669-	    darwin_file=
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
kino-1.3.4+dfsg0/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2686-      esac
kino-1.3.4+dfsg0/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-2688-    done
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2757-      shift
kino-1.3.4+dfsg0/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
kino-1.3.4+dfsg0/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2769-  # Find the directory that this script lives in.
kino-1.3.4+dfsg0/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
kino-1.3.4+dfsg0/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
kino-1.3.4+dfsg0/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
kino-1.3.4+dfsg0/ltmain.sh-2775-  while test -n \"\$file\"; do
kino-1.3.4+dfsg0/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
kino-1.3.4+dfsg0/ltmain.sh-2777-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2785-
kino-1.3.4+dfsg0/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
kino-1.3.4+dfsg0/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
kino-1.3.4+dfsg0/ltmain.sh-2788-  done
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2816-    case \"\$thisdir\" in
kino-1.3.4+dfsg0/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
kino-1.3.4+dfsg0/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2822-  # Try to get the absolute directory name.
kino-1.3.4+dfsg0/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
kino-1.3.4+dfsg0/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
kino-1.3.4+dfsg0/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
kino-1.3.4+dfsg0/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
kino-1.3.4+dfsg0/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
kino-1.3.4+dfsg0/ltmain.sh-2849-      else
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
kino-1.3.4+dfsg0/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
kino-1.3.4+dfsg0/ltmain.sh-2881-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-2994-          *cygwin* )
kino-1.3.4+dfsg0/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
kino-1.3.4+dfsg0/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
kino-1.3.4+dfsg0/ltmain.sh-3006-            # the odd construction:
kino-1.3.4+dfsg0/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-3073-          *cygwin* )
kino-1.3.4+dfsg0/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
kino-1.3.4+dfsg0/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
kino-1.3.4+dfsg0/ltmain.sh-4240-	    moreargs=
kino-1.3.4+dfsg0/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
kino-1.3.4+dfsg0/ltmain.sh-4242-	    do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-4490-	*)
kino-1.3.4+dfsg0/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
kino-1.3.4+dfsg0/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
kino-1.3.4+dfsg0/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
kino-1.3.4+dfsg0/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
kino-1.3.4+dfsg0/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
kino-1.3.4+dfsg0/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
kino-1.3.4+dfsg0/ltmain.sh-4929-    else
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5050-	  for deplib in $dependency_libs; do
kino-1.3.4+dfsg0/ltmain.sh:5051:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
kino-1.3.4+dfsg0/ltmain.sh-5052-	    case " $weak_libs " in
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5228-		  set dummy $deplibs_check_method; shift
kino-1.3.4+dfsg0/ltmain.sh:5229:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
kino-1.3.4+dfsg0/ltmain.sh-5230-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5291-	else
kino-1.3.4+dfsg0/ltmain.sh:5292:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
kino-1.3.4+dfsg0/ltmain.sh-5293-	fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5320-	if test -n "$inherited_linker_flags"; then
kino-1.3.4+dfsg0/ltmain.sh:5321:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
kino-1.3.4+dfsg0/ltmain.sh-5322-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5328-	fi
kino-1.3.4+dfsg0/ltmain.sh:5329:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh-5330-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5395-	*)
kino-1.3.4+dfsg0/ltmain.sh:5396:	  abs_ladir=`cd "$ladir" && pwd`
kino-1.3.4+dfsg0/ltmain.sh-5397-	  if test -z "$abs_ladir"; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5621-	    shift
kino-1.3.4+dfsg0/ltmain.sh:5622:	    libname=`eval "\\$ECHO \"$libname_spec\""`
kino-1.3.4+dfsg0/ltmain.sh-5623-	    # use dlname if we got it. it's perfectly good, no?
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5904-		*)
kino-1.3.4+dfsg0/ltmain.sh:5905:		  absdir=`cd "$dir" && pwd`
kino-1.3.4+dfsg0/ltmain.sh-5906-		  if test -z "$absdir"; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5915-		  depdepl=
kino-1.3.4+dfsg0/ltmain.sh:5916:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
kino-1.3.4+dfsg0/ltmain.sh-5917-		  if test -n "$deplibrary_names" ; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5922-		      depdepl="$absdir/$objdir/$depdepl"
kino-1.3.4+dfsg0/ltmain.sh:5923:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
kino-1.3.4+dfsg0/ltmain.sh-5924-                      if test -z "$darwin_install_name"; then
kino-1.3.4+dfsg0/ltmain.sh:5925:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
kino-1.3.4+dfsg0/ltmain.sh-5926-                      fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5937-		else
kino-1.3.4+dfsg0/ltmain.sh:5938:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
kino-1.3.4+dfsg0/ltmain.sh-5939-		  test -z "$libdir" && \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-5960-	else
kino-1.3.4+dfsg0/ltmain.sh:5961:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh-5962-	fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6109-	test "$module" = no && \
kino-1.3.4+dfsg0/ltmain.sh:6110:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
kino-1.3.4+dfsg0/ltmain.sh-6111-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6243-	if test "$age" -gt "$current"; then
kino-1.3.4+dfsg0/ltmain.sh:6244:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
kino-1.3.4+dfsg0/ltmain.sh-6245-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6404-	removelist=
kino-1.3.4+dfsg0/ltmain.sh:6405:	tempremovelist=`$ECHO "$output_objdir/*"`
kino-1.3.4+dfsg0/ltmain.sh-6406-	for p in $tempremovelist; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6430-	# Transform .lo files to .o files.
kino-1.3.4+dfsg0/ltmain.sh:6431:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-6432-      fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6435-      #for path in $notinst_path; do
kino-1.3.4+dfsg0/ltmain.sh:6436:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
kino-1.3.4+dfsg0/ltmain.sh:6437:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
kino-1.3.4+dfsg0/ltmain.sh:6438:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
kino-1.3.4+dfsg0/ltmain.sh-6439-      #done
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6555-		if test -n "$i" ; then
kino-1.3.4+dfsg0/ltmain.sh:6556:		  libname=`eval "\\$ECHO \"$libname_spec\""`
kino-1.3.4+dfsg0/ltmain.sh:6557:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
kino-1.3.4+dfsg0/ltmain.sh-6558-		  set dummy $deplib_matches; shift
kino-1.3.4+dfsg0/ltmain.sh-6559-		  deplib_match=$1
kino-1.3.4+dfsg0/ltmain.sh:6560:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
kino-1.3.4+dfsg0/ltmain.sh-6561-		    newdeplibs="$newdeplibs $i"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6598-		  if test -n "$i" ; then
kino-1.3.4+dfsg0/ltmain.sh:6599:		    libname=`eval "\\$ECHO \"$libname_spec\""`
kino-1.3.4+dfsg0/ltmain.sh:6600:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
kino-1.3.4+dfsg0/ltmain.sh-6601-		    set dummy $deplib_matches; shift
kino-1.3.4+dfsg0/ltmain.sh-6602-		    deplib_match=$1
kino-1.3.4+dfsg0/ltmain.sh:6603:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
kino-1.3.4+dfsg0/ltmain.sh-6604-		      newdeplibs="$newdeplibs $i"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6633-	  set dummy $deplibs_check_method; shift
kino-1.3.4+dfsg0/ltmain.sh:6634:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
kino-1.3.4+dfsg0/ltmain.sh-6635-	  for a_deplib in $deplibs; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6648-	      if test -n "$a_deplib" ; then
kino-1.3.4+dfsg0/ltmain.sh:6649:		libname=`eval "\\$ECHO \"$libname_spec\""`
kino-1.3.4+dfsg0/ltmain.sh-6650-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
kino-1.3.4+dfsg0/ltmain.sh:6651:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-6652-		  for potent_lib in $potential_libs; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6664-		      while test -h "$potlib" 2>/dev/null; do
kino-1.3.4+dfsg0/ltmain.sh:6665:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
kino-1.3.4+dfsg0/ltmain.sh-6666-			case $potliblink in
kino-1.3.4+dfsg0/ltmain.sh-6667-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
kino-1.3.4+dfsg0/ltmain.sh:6668:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
kino-1.3.4+dfsg0/ltmain.sh-6669-			esac
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6705-	  set dummy $deplibs_check_method; shift
kino-1.3.4+dfsg0/ltmain.sh:6706:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
kino-1.3.4+dfsg0/ltmain.sh-6707-	  for a_deplib in $deplibs; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6720-	      if test -n "$a_deplib" ; then
kino-1.3.4+dfsg0/ltmain.sh:6721:		libname=`eval "\\$ECHO \"$libname_spec\""`
kino-1.3.4+dfsg0/ltmain.sh-6722-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
kino-1.3.4+dfsg0/ltmain.sh:6723:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
kino-1.3.4+dfsg0/ltmain.sh-6724-		  for potent_lib in $potential_libs; do
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6764-	      # can't use Xsed below, because $i might contain '/'
kino-1.3.4+dfsg0/ltmain.sh:6765:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
kino-1.3.4+dfsg0/ltmain.sh-6766-	    done
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6789-	  # On Rhapsody replace the C library with the System framework
kino-1.3.4+dfsg0/ltmain.sh:6790:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
kino-1.3.4+dfsg0/ltmain.sh-6791-	  ;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6841-	*-*-darwin*)
kino-1.3.4+dfsg0/ltmain.sh:6842:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh:6843:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh:6844:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh-6845-	  ;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6965-	# Use standard objects if they are pic
kino-1.3.4+dfsg0/ltmain.sh:6966:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-6967-	test "X$libobjs" = "X " && libobjs=
##############################################
kino-1.3.4+dfsg0/ltmain.sh-6980-	    # exporting using user supplied symfile
kino-1.3.4+dfsg0/ltmain.sh:6981:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
kino-1.3.4+dfsg0/ltmain.sh-6982-	      # and it's NOT already a .def file. Must figure out
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7132-	  save_output=$output
kino-1.3.4+dfsg0/ltmain.sh:7133:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
kino-1.3.4+dfsg0/ltmain.sh-7134-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7436-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
kino-1.3.4+dfsg0/ltmain.sh:7437:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
kino-1.3.4+dfsg0/ltmain.sh-7438-	else
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7447-      # Create the old-style object.
kino-1.3.4+dfsg0/ltmain.sh:7448:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
kino-1.3.4+dfsg0/ltmain.sh-7449-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7507-	# On Rhapsody replace the C library is the System framework
kino-1.3.4+dfsg0/ltmain.sh:7508:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
kino-1.3.4+dfsg0/ltmain.sh:7509:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
kino-1.3.4+dfsg0/ltmain.sh-7510-	;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7525-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
kino-1.3.4+dfsg0/ltmain.sh:7526:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh:7527:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
kino-1.3.4+dfsg0/ltmain.sh-7528-	;;
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7603-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
kino-1.3.4+dfsg0/ltmain.sh:7604:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
kino-1.3.4+dfsg0/ltmain.sh-7605-	  case :$dllsearchpath: in
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7663-	# Transform all the library objects into standard objects.
kino-1.3.4+dfsg0/ltmain.sh:7664:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh:7665:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
kino-1.3.4+dfsg0/ltmain.sh-7666-      fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7693-	# Replace the output file specification.
kino-1.3.4+dfsg0/ltmain.sh:7694:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
kino-1.3.4+dfsg0/ltmain.sh-7695-	link_command="$compile_command$compile_rpath"
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7740-	# Replace the output file specification.
kino-1.3.4+dfsg0/ltmain.sh:7741:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
kino-1.3.4+dfsg0/ltmain.sh-7742-	# Delete the old output file.
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7759-	  if test "$fast_install" = yes; then
kino-1.3.4+dfsg0/ltmain.sh:7760:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
kino-1.3.4+dfsg0/ltmain.sh-7761-	  else
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7771-      # Replace the output file specification.
kino-1.3.4+dfsg0/ltmain.sh:7772:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
kino-1.3.4+dfsg0/ltmain.sh-7773-
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7795-	relink_command="(cd `pwd`; $relink_command)"
kino-1.3.4+dfsg0/ltmain.sh:7796:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/ltmain.sh-7797-      fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-7804-	esac
kino-1.3.4+dfsg0/ltmain.sh:7805:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/ltmain.sh-7806-      else
kino-1.3.4+dfsg0/ltmain.sh:7807:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/ltmain.sh-7808-      fi
##############################################
kino-1.3.4+dfsg0/ltmain.sh-8038-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
kino-1.3.4+dfsg0/ltmain.sh:8039:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/ltmain.sh-8040-      if test "$hardcode_automatic" = yes ; then
##############################################
kino-1.3.4+dfsg0/ltmain.sh-8058-		name="$func_basename_result"
kino-1.3.4+dfsg0/ltmain.sh:8059:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
kino-1.3.4+dfsg0/ltmain.sh-8060-		test -z "$libdir" && \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-8074-		name="$func_basename_result"
kino-1.3.4+dfsg0/ltmain.sh:8075:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
kino-1.3.4+dfsg0/ltmain.sh-8076-		test -z "$libdir" && \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-8093-		name="$func_basename_result"
kino-1.3.4+dfsg0/ltmain.sh:8094:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
kino-1.3.4+dfsg0/ltmain.sh-8095-		test -z "$libdir" && \
##############################################
kino-1.3.4+dfsg0/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
kino-1.3.4+dfsg0/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
kino-1.3.4+dfsg0/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
kino-1.3.4+dfsg0/missing-139-       # Could not run --version or --help.  This is probably someone
kino-1.3.4+dfsg0/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
kino-1.3.4+dfsg0/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
kino-1.3.4+dfsg0/missing-173-         from any GNU archive site."
kino-1.3.4+dfsg0/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
kino-1.3.4+dfsg0/missing-175-    test -z "$files" && files="config.h"
##############################################
kino-1.3.4+dfsg0/missing-202-         proper tools for further handling them.
kino-1.3.4+dfsg0/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
kino-1.3.4+dfsg0/missing-204-         archive site."
kino-1.3.4+dfsg0/missing-205-
kino-1.3.4+dfsg0/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
kino-1.3.4+dfsg0/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
kino-1.3.4+dfsg0/missing-208-    if test -f "$file"; then
##############################################
kino-1.3.4+dfsg0/missing-231-	*.y)
kino-1.3.4+dfsg0/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
kino-1.3.4+dfsg0/missing-233-	    if test -f "$SRCFILE"; then
##############################################
kino-1.3.4+dfsg0/missing-235-	    fi
kino-1.3.4+dfsg0/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
kino-1.3.4+dfsg0/missing-237-	    if test -f "$SRCFILE"; then
##############################################
kino-1.3.4+dfsg0/missing-261-	*.l)
kino-1.3.4+dfsg0/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
kino-1.3.4+dfsg0/missing-263-	    if test -f "$SRCFILE"; then
##############################################
kino-1.3.4+dfsg0/missing-280-
kino-1.3.4+dfsg0/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
kino-1.3.4+dfsg0/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
kino-1.3.4+dfsg0/missing-283-    if test -f "$file"; then
##############################################
kino-1.3.4+dfsg0/missing-300-    # The file to touch is that specified with -o ...
kino-1.3.4+dfsg0/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
kino-1.3.4+dfsg0/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
kino-1.3.4+dfsg0/missing-303-    if test -z "$file"; then
kino-1.3.4+dfsg0/missing-304-      # ... or it is the one specified with @setfilename ...
kino-1.3.4+dfsg0/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
kino-1.3.4+dfsg0/missing-306-      file=`sed -n '
##############################################
kino-1.3.4+dfsg0/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
kino-1.3.4+dfsg0/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
kino-1.3.4+dfsg0/missing-314-    fi
##############################################
kino-1.3.4+dfsg0/missing-336-	*o*)
kino-1.3.4+dfsg0/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
kino-1.3.4+dfsg0/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
kino-1.3.4+dfsg0/missing-342-	*h*)
kino-1.3.4+dfsg0/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
kino-1.3.4+dfsg0/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
kino-1.3.4+dfsg0/Makefile.in-61-	ps-recursive uninstall-recursive
kino-1.3.4+dfsg0/Makefile.in:62:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/Makefile.in-63-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/Makefile.in:64:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/Makefile.in-65-    *) f=$$p;; \
kino-1.3.4+dfsg0/Makefile.in-66-  esac;
kino-1.3.4+dfsg0/Makefile.in:67:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/Makefile.in-68-am__install_max = 40
kino-1.3.4+dfsg0/Makefile.in-69-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/Makefile.in:70:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/Makefile.in-71-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/Makefile.in-107-  while test -n "$$dir1"; do \
kino-1.3.4+dfsg0/Makefile.in:108:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/Makefile.in-109-    if test "$$first" != "."; then \
kino-1.3.4+dfsg0/Makefile.in-110-      if test "$$first" = ".."; then \
kino-1.3.4+dfsg0/Makefile.in:111:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
kino-1.3.4+dfsg0/Makefile.in:112:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
kino-1.3.4+dfsg0/Makefile.in-113-      else \
kino-1.3.4+dfsg0/Makefile.in:114:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/Makefile.in-115-        if test "$$first2" = "$$first"; then \
kino-1.3.4+dfsg0/Makefile.in:116:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/Makefile.in-117-        else \
##############################################
kino-1.3.4+dfsg0/Makefile.in-122-    fi; \
kino-1.3.4+dfsg0/Makefile.in:123:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/Makefile.in-124-  done; \
##############################################
kino-1.3.4+dfsg0/Makefile.in-403-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
kino-1.3.4+dfsg0/Makefile.in:404:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/Makefile.in-405-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/Makefile.in-423-	@list='$(udevrules_DATA)'; test -n "$(udevrulesdir)" || list=; \
kino-1.3.4+dfsg0/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/Makefile.in-425-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/Makefile.in-443-	dot_seen=no; \
kino-1.3.4+dfsg0/Makefile.in:444:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/Makefile.in-445-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
kino-1.3.4+dfsg0/Makefile.in-478-	rev="$$rev ."; \
kino-1.3.4+dfsg0/Makefile.in:479:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/Makefile.in-480-	for subdir in $$rev; do \
##############################################
kino-1.3.4+dfsg0/Makefile.in-556-GTAGS:
kino-1.3.4+dfsg0/Makefile.in:557:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/Makefile.in-558-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/Makefile.in-566-	test -d "$(distdir)" || mkdir "$(distdir)"
kino-1.3.4+dfsg0/Makefile.in:567:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/Makefile.in:568:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/Makefile.in-569-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/Makefile.in-580-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/Makefile.in:581:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/Makefile.in-582-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/Makefile.in-690-	test -d $(distdir)/_build || exit 0; \
kino-1.3.4+dfsg0/Makefile.in:691:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
kino-1.3.4+dfsg0/Makefile.in-692-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
kino-1.3.4+dfsg0/Makefile.in-724-	@$(am__cd) '$(distuninstallcheck_dir)' \
kino-1.3.4+dfsg0/Makefile.in:725:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
kino-1.3.4+dfsg0/Makefile.in-726-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
kino-1.3.4+dfsg0/Makefile.in-736-	fi
kino-1.3.4+dfsg0/Makefile.in:737:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
kino-1.3.4+dfsg0/Makefile.in-738-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
kino-1.3.4+dfsg0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
kino-1.3.4+dfsg0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
kino-1.3.4+dfsg0/configure-47-  as_echo='print -r --'
kino-1.3.4+dfsg0/configure-48-  as_echo_n='print -rn --'
kino-1.3.4+dfsg0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
kino-1.3.4+dfsg0/configure-50-  as_echo='printf %s\n'
##############################################
kino-1.3.4+dfsg0/configure-52-else
kino-1.3.4+dfsg0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
kino-1.3.4+dfsg0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
kino-1.3.4+dfsg0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
kino-1.3.4+dfsg0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
kino-1.3.4+dfsg0/configure-64-      esac;
##############################################
kino-1.3.4+dfsg0/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
kino-1.3.4+dfsg0/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
kino-1.3.4+dfsg0/configure-174-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
kino-1.3.4+dfsg0/configure-290-      case $as_dir in #(
kino-1.3.4+dfsg0/configure:291:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
kino-1.3.4+dfsg0/configure-292-      *) as_qdir=$as_dir;;
##############################################
kino-1.3.4+dfsg0/configure-355-  {
kino-1.3.4+dfsg0/configure:356:    as_val=`expr "$@" || test $? -eq 1`
kino-1.3.4+dfsg0/configure-357-  }
##############################################
kino-1.3.4+dfsg0/configure-362-# ---------------------------------
kino-1.3.4+dfsg0/configure:363:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
kino-1.3.4+dfsg0/configure-364-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
kino-1.3.4+dfsg0/configure-425-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
kino-1.3.4+dfsg0/configure:426:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
kino-1.3.4+dfsg0/configure-427-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
kino-1.3.4+dfsg0/configure-516-	esac;
kino-1.3.4+dfsg0/configure:517:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
kino-1.3.4+dfsg0/configure-518-	???[sx]*):;;*)false;;esac;fi
##############################################
kino-1.3.4+dfsg0/configure-537-  # Remove one level of quotation (which was required for Make).
kino-1.3.4+dfsg0/configure:538:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
kino-1.3.4+dfsg0/configure-539-  ;;
##############################################
kino-1.3.4+dfsg0/configure-548-  :
kino-1.3.4+dfsg0/configure:549:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
kino-1.3.4+dfsg0/configure-550-  # Yippee, $ECHO works!
##############################################
kino-1.3.4+dfsg0/configure-574-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
kino-1.3.4+dfsg0/configure:575:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
kino-1.3.4+dfsg0/configure-576-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
kino-1.3.4+dfsg0/configure-582-
kino-1.3.4+dfsg0/configure:583:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/configure:584:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-585-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-597-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
kino-1.3.4+dfsg0/configure:598:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/configure:599:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-600-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-609-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/configure:610:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-611-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-624-        ECHO='printf %s\n'
kino-1.3.4+dfsg0/configure:625:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/configure:626:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-627-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-629-	  :
kino-1.3.4+dfsg0/configure:630:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-631-	     test "X$echo_testing_string" = 'X\t' &&
kino-1.3.4+dfsg0/configure:632:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-633-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-638-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
kino-1.3.4+dfsg0/configure:639:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-640-	     test "X$echo_testing_string" = 'X\t' &&
kino-1.3.4+dfsg0/configure:641:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/configure-642-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/configure-648-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
kino-1.3.4+dfsg0/configure:649:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
kino-1.3.4+dfsg0/configure-650-	    then
##############################################
kino-1.3.4+dfsg0/configure-656-	  if test "$prev" != 'sed 50q "$0"'; then
kino-1.3.4+dfsg0/configure:657:	    echo_test_string=`eval $prev`
kino-1.3.4+dfsg0/configure-658-	    export echo_test_string
##############################################
kino-1.3.4+dfsg0/configure-1059-  case $ac_option in
kino-1.3.4+dfsg0/configure:1060:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
kino-1.3.4+dfsg0/configure-1061-  *)	ac_optarg=yes ;;
##############################################
kino-1.3.4+dfsg0/configure-1102-  -disable-* | --disable-*)
kino-1.3.4+dfsg0/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
kino-1.3.4+dfsg0/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
kino-1.3.4+dfsg0/configure-1107-    ac_useropt_orig=$ac_useropt
kino-1.3.4+dfsg0/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kino-1.3.4+dfsg0/configure-1109-    case $ac_user_opts in
##############################################
kino-1.3.4+dfsg0/configure-1128-  -enable-* | --enable-*)
kino-1.3.4+dfsg0/configure:1129:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
kino-1.3.4+dfsg0/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
kino-1.3.4+dfsg0/configure-1133-    ac_useropt_orig=$ac_useropt
kino-1.3.4+dfsg0/configure:1134:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kino-1.3.4+dfsg0/configure-1135-    case $ac_user_opts in
##############################################
kino-1.3.4+dfsg0/configure-1332-  -with-* | --with-*)
kino-1.3.4+dfsg0/configure:1333:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
kino-1.3.4+dfsg0/configure-1334-    # Reject names that are not valid shell variable names.
##############################################
kino-1.3.4+dfsg0/configure-1337-    ac_useropt_orig=$ac_useropt
kino-1.3.4+dfsg0/configure:1338:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kino-1.3.4+dfsg0/configure-1339-    case $ac_user_opts in
##############################################
kino-1.3.4+dfsg0/configure-1348-  -without-* | --without-*)
kino-1.3.4+dfsg0/configure:1349:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
kino-1.3.4+dfsg0/configure-1350-    # Reject names that are not valid shell variable names.
##############################################
kino-1.3.4+dfsg0/configure-1353-    ac_useropt_orig=$ac_useropt
kino-1.3.4+dfsg0/configure:1354:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
kino-1.3.4+dfsg0/configure-1355-    case $ac_user_opts in
##############################################
kino-1.3.4+dfsg0/configure-1386-  *=*)
kino-1.3.4+dfsg0/configure:1387:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
kino-1.3.4+dfsg0/configure-1388-    # Reject names that are not valid shell variable names.
##############################################
kino-1.3.4+dfsg0/configure-1407-if test -n "$ac_prev"; then
kino-1.3.4+dfsg0/configure:1408:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
kino-1.3.4+dfsg0/configure-1409-  as_fn_error "missing argument to $ac_option"
##############################################
kino-1.3.4+dfsg0/configure-1429-    */ )
kino-1.3.4+dfsg0/configure:1430:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
kino-1.3.4+dfsg0/configure-1431-      eval $ac_var=\$ac_val;;
##############################################
kino-1.3.4+dfsg0/configure-1466-ac_ls_di=`ls -di .` &&
kino-1.3.4+dfsg0/configure:1467:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
kino-1.3.4+dfsg0/configure-1468-  as_fn_error "working directory cannot be determined"
##############################################
kino-1.3.4+dfsg0/configure-1522-case $srcdir in
kino-1.3.4+dfsg0/configure:1523:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
kino-1.3.4+dfsg0/configure-1524-esac
##############################################
kino-1.3.4+dfsg0/configure-1565-By default, \`make install' will install all the files in
kino-1.3.4+dfsg0/configure:1566:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
kino-1.3.4+dfsg0/configure:1567:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
kino-1.3.4+dfsg0/configure-1568-for instance \`--prefix=\$HOME'.
##############################################
kino-1.3.4+dfsg0/configure-1723-*)
kino-1.3.4+dfsg0/configure:1724:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
kino-1.3.4+dfsg0/configure-1725-  # A ".." for each directory in $ac_dir_suffix.
kino-1.3.4+dfsg0/configure:1726:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
kino-1.3.4+dfsg0/configure-1727-  case $ac_top_builddir_sub in
##############################################
kino-1.3.4+dfsg0/configure-2334-    *\'*)
kino-1.3.4+dfsg0/configure:2335:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
kino-1.3.4+dfsg0/configure-2336-    esac
##############################################
kino-1.3.4+dfsg0/configure-2421-      case $ac_val in
kino-1.3.4+dfsg0/configure:2422:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
kino-1.3.4+dfsg0/configure-2423-      esac
##############################################
kino-1.3.4+dfsg0/configure-2438-	case $ac_val in
kino-1.3.4+dfsg0/configure:2439:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
kino-1.3.4+dfsg0/configure-2440-	esac
##############################################
kino-1.3.4+dfsg0/configure-2551-    set,)
kino-1.3.4+dfsg0/configure:2552:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
kino-1.3.4+dfsg0/configure:2553:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
kino-1.3.4+dfsg0/configure-2554-      ac_cache_corrupted=: ;;
##############################################
kino-1.3.4+dfsg0/configure-2562-	# differences in whitespace do not lead to failure.
kino-1.3.4+dfsg0/configure:2563:	ac_old_val_w=`echo x $ac_old_val`
kino-1.3.4+dfsg0/configure:2564:	ac_new_val_w=`echo x $ac_new_val`
kino-1.3.4+dfsg0/configure-2565-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
kino-1.3.4+dfsg0/configure-2582-    case $ac_new_val in
kino-1.3.4+dfsg0/configure:2583:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
kino-1.3.4+dfsg0/configure-2584-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
kino-1.3.4+dfsg0/configure-2752-if (
kino-1.3.4+dfsg0/configure:2753:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
kino-1.3.4+dfsg0/configure-2754-   if test "$*" = "X"; then
kino-1.3.4+dfsg0/configure-2755-      # -L didn't work.
kino-1.3.4+dfsg0/configure:2756:      set X `ls -t "$srcdir/configure" conftest.file`
kino-1.3.4+dfsg0/configure-2757-   fi
##############################################
kino-1.3.4+dfsg0/configure-2788-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
kino-1.3.4+dfsg0/configure:2789:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
kino-1.3.4+dfsg0/configure-2790-
kino-1.3.4+dfsg0/configure-2791-# expand $ac_aux_dir to an absolute path
kino-1.3.4+dfsg0/configure:2792:am_aux_dir=`cd $ac_aux_dir && pwd`
kino-1.3.4+dfsg0/configure-2793-
##############################################
kino-1.3.4+dfsg0/configure-2933-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
kino-1.3.4+dfsg0/configure:2934:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
kino-1.3.4+dfsg0/configure-2935-	     'mkdir (GNU coreutils) '* | \
##############################################
kino-1.3.4+dfsg0/configure-3012-set x ${MAKE-make}
kino-1.3.4+dfsg0/configure:3013:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
kino-1.3.4+dfsg0/configure-3014-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
kino-1.3.4+dfsg0/configure-3022-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
kino-1.3.4+dfsg0/configure:3023:case `${MAKE-make} -f conftest.make 2>/dev/null` in
kino-1.3.4+dfsg0/configure-3024-  *@@@%%%=?*=@@@%%%*)
##############################################
kino-1.3.4+dfsg0/configure-3049-
kino-1.3.4+dfsg0/configure:3050:if test "`cd $srcdir && pwd`" != "`pwd`"; then
kino-1.3.4+dfsg0/configure-3051-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
kino-1.3.4+dfsg0/configure-3488-$as_echo_n "checking for C compiler default output file name... " >&6; }
kino-1.3.4+dfsg0/configure:3489:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
kino-1.3.4+dfsg0/configure-3490-
##############################################
kino-1.3.4+dfsg0/configure-3532-	then :; else
kino-1.3.4+dfsg0/configure:3533:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
kino-1.3.4+dfsg0/configure-3534-	fi
##############################################
kino-1.3.4+dfsg0/configure-3626-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
kino-1.3.4+dfsg0/configure:3627:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
kino-1.3.4+dfsg0/configure-3628-	  break;;
##############################################
kino-1.3.4+dfsg0/configure-3676-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
kino-1.3.4+dfsg0/configure:3677:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
kino-1.3.4+dfsg0/configure-3678-       break;;
##############################################
kino-1.3.4+dfsg0/configure-3926-# Ignore all kinds of additional output from `make'.
kino-1.3.4+dfsg0/configure:3927:case `$am_make -s -f confmf 2> /dev/null` in #(
kino-1.3.4+dfsg0/configure-3928-*the\ am__doit\ target*)
##############################################
kino-1.3.4+dfsg0/configure-3936-   echo '.include "confinc"' > confmf
kino-1.3.4+dfsg0/configure:3937:   case `$am_make -s -f confmf 2> /dev/null` in #(
kino-1.3.4+dfsg0/configure-3938-   *the\ am__doit\ target*)
##############################################
kino-1.3.4+dfsg0/configure-3997-  if test "$am_compiler_list" = ""; then
kino-1.3.4+dfsg0/configure:3998:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
kino-1.3.4+dfsg0/configure-3999-  fi
##############################################
kino-1.3.4+dfsg0/configure-4381-  if test "$am_compiler_list" = ""; then
kino-1.3.4+dfsg0/configure:4382:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
kino-1.3.4+dfsg0/configure-4383-  fi
##############################################
kino-1.3.4+dfsg0/configure-5048-  if test "$am_compiler_list" = ""; then
kino-1.3.4+dfsg0/configure:5049:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
kino-1.3.4+dfsg0/configure-5050-  fi
##############################################
kino-1.3.4+dfsg0/configure-5186-test "x$ac_build_alias" = x &&
kino-1.3.4+dfsg0/configure:5187:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
kino-1.3.4+dfsg0/configure-5188-test "x$ac_build_alias" = x &&
kino-1.3.4+dfsg0/configure-5189-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
kino-1.3.4+dfsg0/configure:5190:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
kino-1.3.4+dfsg0/configure-5191-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
kino-1.3.4+dfsg0/configure-5210-IFS=$ac_save_IFS
kino-1.3.4+dfsg0/configure:5211:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
kino-1.3.4+dfsg0/configure-5212-
##############################################
kino-1.3.4+dfsg0/configure-5221-else
kino-1.3.4+dfsg0/configure:5222:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
kino-1.3.4+dfsg0/configure-5223-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
kino-1.3.4+dfsg0/configure-5243-IFS=$ac_save_IFS
kino-1.3.4+dfsg0/configure:5244:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
kino-1.3.4+dfsg0/configure-5245-
##############################################
kino-1.3.4+dfsg0/configure-5271-  # Check for GNU $ac_path_SED
kino-1.3.4+dfsg0/configure:5272:case `"$ac_path_SED" --version 2>&1` in
kino-1.3.4+dfsg0/configure-5273-*GNU*)
##############################################
kino-1.3.4+dfsg0/configure-5347-  # Check for GNU $ac_path_GREP
kino-1.3.4+dfsg0/configure:5348:case `"$ac_path_GREP" --version 2>&1` in
kino-1.3.4+dfsg0/configure-5349-*GNU*)
##############################################
kino-1.3.4+dfsg0/configure-5413-  # Check for GNU $ac_path_EGREP
kino-1.3.4+dfsg0/configure:5414:case `"$ac_path_EGREP" --version 2>&1` in
kino-1.3.4+dfsg0/configure-5415-*GNU*)
##############################################
kino-1.3.4+dfsg0/configure-5480-  # Check for GNU $ac_path_FGREP
kino-1.3.4+dfsg0/configure:5481:case `"$ac_path_FGREP" --version 2>&1` in
kino-1.3.4+dfsg0/configure-5482-*GNU*)
##############################################
kino-1.3.4+dfsg0/configure-5560-    # gcc leaves a trailing carriage return which upsets mingw
kino-1.3.4+dfsg0/configure:5561:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
kino-1.3.4+dfsg0/configure-5562-  *)
kino-1.3.4+dfsg0/configure:5563:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
kino-1.3.4+dfsg0/configure-5564-  esac
##############################################
kino-1.3.4+dfsg0/configure-5569-      # Canonicalize the pathname of ld
kino-1.3.4+dfsg0/configure:5570:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
kino-1.3.4+dfsg0/configure-5571-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
kino-1.3.4+dfsg0/configure:5572:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
kino-1.3.4+dfsg0/configure-5573-      done
##############################################
kino-1.3.4+dfsg0/configure-5604-      # Break only if it was the GNU/non-GNU ld that we prefer.
kino-1.3.4+dfsg0/configure:5605:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/configure-5606-      *GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/configure-5635-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
kino-1.3.4+dfsg0/configure:5636:case `$LD -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/configure-5637-*GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/configure-5680-	# Tru64's nm complains that /dev/null is an invalid object file
kino-1.3.4+dfsg0/configure:5681:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
kino-1.3.4+dfsg0/configure-5682-	*/dev/null* | *'Invalid file or object type'*)
##############################################
kino-1.3.4+dfsg0/configure-5686-	*)
kino-1.3.4+dfsg0/configure:5687:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
kino-1.3.4+dfsg0/configure-5688-	  */dev/null*)
##############################################
kino-1.3.4+dfsg0/configure-5909-    # And add a safety zone
kino-1.3.4+dfsg0/configure:5910:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
kino-1.3.4+dfsg0/configure:5911:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
kino-1.3.4+dfsg0/configure-5912-    ;;
##############################################
kino-1.3.4+dfsg0/configure-5937-    if test -n "$kargmax"; then
kino-1.3.4+dfsg0/configure:5938:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
kino-1.3.4+dfsg0/configure-5939-    else
##############################################
kino-1.3.4+dfsg0/configure-5945-    if test -n "$lt_cv_sys_max_cmd_len"; then
kino-1.3.4+dfsg0/configure:5946:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
kino-1.3.4+dfsg0/configure:5947:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
kino-1.3.4+dfsg0/configure-5948-    else
##############################################
kino-1.3.4+dfsg0/configure-5957-      # we can't tell.
kino-1.3.4+dfsg0/configure:5958:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
kino-1.3.4+dfsg0/configure-5959-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
kino-1.3.4+dfsg0/configure-5961-      do
kino-1.3.4+dfsg0/configure:5962:        i=`expr $i + 1`
kino-1.3.4+dfsg0/configure-5963-        teststring=$teststring$teststring
##############################################
kino-1.3.4+dfsg0/configure-5965-      # Only check the string length outside the loop.
kino-1.3.4+dfsg0/configure:5966:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
kino-1.3.4+dfsg0/configure-5967-      teststring=
##############################################
kino-1.3.4+dfsg0/configure-5970-      # linker.  It appears as though 1/2 is a usable value.
kino-1.3.4+dfsg0/configure:5971:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
kino-1.3.4+dfsg0/configure-5972-    fi
##############################################
kino-1.3.4+dfsg0/configure-6325-openbsd*)
kino-1.3.4+dfsg0/configure:6326:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/configure-6327-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
kino-1.3.4+dfsg0/configure-6814-# If we're using GNU nm, then use its standard symbol codes.
kino-1.3.4+dfsg0/configure:6815:case `$NM -V 2>&1` in
kino-1.3.4+dfsg0/configure-6816-*GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/configure-6832-mingw*)
kino-1.3.4+dfsg0/configure:6833:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
kino-1.3.4+dfsg0/configure-6834-  ;;
##############################################
kino-1.3.4+dfsg0/configure-7029-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:7030:    case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/configure-7031-      *ELF-32*)
##############################################
kino-1.3.4+dfsg0/configure-7049-    if test "$lt_cv_prog_gnu_ld" = yes; then
kino-1.3.4+dfsg0/configure:7050:      case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/configure-7051-	*32-bit*)
##############################################
kino-1.3.4+dfsg0/configure-7061-    else
kino-1.3.4+dfsg0/configure:7062:      case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/configure-7063-	*32-bit*)
##############################################
kino-1.3.4+dfsg0/configure-8043-do :
kino-1.3.4+dfsg0/configure:8044:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-8045-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
kino-1.3.4+dfsg0/configure-8049-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:8050:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-8051-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-8357-  if test "$am_compiler_list" = ""; then
kino-1.3.4+dfsg0/configure:8358:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
kino-1.3.4+dfsg0/configure-8359-  fi
##############################################
kino-1.3.4+dfsg0/configure-8870-done
kino-1.3.4+dfsg0/configure:8871:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
kino-1.3.4+dfsg0/configure-8872-
##############################################
kino-1.3.4+dfsg0/configure-8899-	"file_magic "*)
kino-1.3.4+dfsg0/configure:8900:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
kino-1.3.4+dfsg0/configure-8901-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
kino-1.3.4+dfsg0/configure-8965-	"file_magic "*)
kino-1.3.4+dfsg0/configure:8966:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
kino-1.3.4+dfsg0/configure-8967-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
kino-1.3.4+dfsg0/configure-9304-      *)
kino-1.3.4+dfsg0/configure:9305:	case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/configure-9306-	*Sun\ C*)
##############################################
kino-1.3.4+dfsg0/configure-9640-  if test "$hard_links" = no; then
kino-1.3.4+dfsg0/configure:9641:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
kino-1.3.4+dfsg0/configure:9642:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
kino-1.3.4+dfsg0/configure-9643-    need_locks=warn
##############################################
kino-1.3.4+dfsg0/configure-9733-    supports_anon_versioning=no
kino-1.3.4+dfsg0/configure:9734:    case `$LD -v 2>&1` in
kino-1.3.4+dfsg0/configure-9735-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
kino-1.3.4+dfsg0/configure-9798-	# is EXPORTS), use it as is; otherwise, prepend...
kino-1.3.4+dfsg0/configure:9799:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
kino-1.3.4+dfsg0/configure-9800-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
kino-1.3.4+dfsg0/configure-9821-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
kino-1.3.4+dfsg0/configure:9822:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
kino-1.3.4+dfsg0/configure:9823:      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'
kino-1.3.4+dfsg0/configure-9824-      ;;
##############################################
kino-1.3.4+dfsg0/configure-9839-        pgcc*)				# Portland Group C compiler
kino-1.3.4+dfsg0/configure:9840:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/configure-9841-	  tmp_addflag=' $pic_flag'
##############################################
kino-1.3.4+dfsg0/configure-9843-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
kino-1.3.4+dfsg0/configure:9844:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/configure-9845-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
kino-1.3.4+dfsg0/configure-9858-	esac
kino-1.3.4+dfsg0/configure:9859:	case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/configure-9860-	*Sun\ C*)			# Sun C 5.9
kino-1.3.4+dfsg0/configure:9861:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/configure-9862-	  compiler_needs_object=yes
##############################################
kino-1.3.4+dfsg0/configure-9927-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
kino-1.3.4+dfsg0/configure:9928:      case `$LD -v 2>&1` in
kino-1.3.4+dfsg0/configure-9929-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
kino-1.3.4+dfsg0/configure-10048-	# below for broken collect2 doesn't work under 4.3+
kino-1.3.4+dfsg0/configure:10049:	  collect2name=`${CC} -print-prog-name=collect2`
kino-1.3.4+dfsg0/configure-10050-	  if test -f "$collect2name" &&
##############################################
kino-1.3.4+dfsg0/configure-10115-    }'
kino-1.3.4+dfsg0/configure:10116:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-10117-# Check for a 64-bit object if we didn't find anything.
kino-1.3.4+dfsg0/configure-10118-if test -z "$aix_libpath"; then
kino-1.3.4+dfsg0/configure:10119:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-10120-fi
##############################################
kino-1.3.4+dfsg0/configure-10126-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
kino-1.3.4+dfsg0/configure:10127:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
kino-1.3.4+dfsg0/configure-10128-      else
##############################################
kino-1.3.4+dfsg0/configure-10155-    }'
kino-1.3.4+dfsg0/configure:10156:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-10157-# Check for a 64-bit object if we didn't find anything.
kino-1.3.4+dfsg0/configure-10158-if test -z "$aix_libpath"; then
kino-1.3.4+dfsg0/configure:10159:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-10160-fi
##############################################
kino-1.3.4+dfsg0/configure-10210-      # FIXME: Setting linknames here is a bad hack.
kino-1.3.4+dfsg0/configure:10211:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
kino-1.3.4+dfsg0/configure-10212-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
kino-1.3.4+dfsg0/configure-10215-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
kino-1.3.4+dfsg0/configure:10216:      fix_srcfile_path='`cygpath -w "$srcfile"`'
kino-1.3.4+dfsg0/configure-10217-      enable_shared_with_static_runtimes=yes
##############################################
kino-1.3.4+dfsg0/configure-10368-      if test "$GCC" = yes; then
kino-1.3.4+dfsg0/configure:10369:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-10370-	# Try to use the -exported_symbol ld option, if it does not
##############################################
kino-1.3.4+dfsg0/configure-10379-if ac_fn_c_try_link "$LINENO"; then :
kino-1.3.4+dfsg0/configure:10380:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
kino-1.3.4+dfsg0/configure-10381-
##############################################
kino-1.3.4+dfsg0/configure-10386-      else
kino-1.3.4+dfsg0/configure:10387:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure:10388:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
kino-1.3.4+dfsg0/configure-10389-      fi
##############################################
kino-1.3.4+dfsg0/configure-10423-	hardcode_direct_absolute=yes
kino-1.3.4+dfsg0/configure:10424:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/configure-10425-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
kino-1.3.4+dfsg0/configure-10456-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/configure:10457:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-10458-      else
kino-1.3.4+dfsg0/configure-10459-	allow_undefined_flag=' -expect_unresolved \*'
kino-1.3.4+dfsg0/configure:10460:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-10461-      fi
##############################################
kino-1.3.4+dfsg0/configure-10469-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/configure:10470:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-10471-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
kino-1.3.4+dfsg0/configure-10473-	allow_undefined_flag=' -expect_unresolved \*'
kino-1.3.4+dfsg0/configure:10474:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure:10475:	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~
kino-1.3.4+dfsg0/configure:10476:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
kino-1.3.4+dfsg0/configure-10477-
##############################################
kino-1.3.4+dfsg0/configure-10492-      else
kino-1.3.4+dfsg0/configure:10493:	case `$CC -V 2>&1` in
kino-1.3.4+dfsg0/configure-10494-	*"Compilers 5.0"*)
##############################################
kino-1.3.4+dfsg0/configure-10886-  esac
kino-1.3.4+dfsg0/configure:10887:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
kino-1.3.4+dfsg0/configure-10888-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
kino-1.3.4+dfsg0/configure-10892-    # okay in the real world where ";" in dirpaths is itself problematic.
kino-1.3.4+dfsg0/configure:10893:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
kino-1.3.4+dfsg0/configure-10894-  else
kino-1.3.4+dfsg0/configure:10895:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
kino-1.3.4+dfsg0/configure-10896-  fi
##############################################
kino-1.3.4+dfsg0/configure-10899-  lt_tmp_lt_search_path_spec=
kino-1.3.4+dfsg0/configure:10900:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
kino-1.3.4+dfsg0/configure-10901-  for lt_sys_path in $lt_search_path_spec; do
##############################################
kino-1.3.4+dfsg0/configure-10928-}'`
kino-1.3.4+dfsg0/configure:10929:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
kino-1.3.4+dfsg0/configure-10930-else
##############################################
kino-1.3.4+dfsg0/configure-11016-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
kino-1.3.4+dfsg0/configure:11017:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
kino-1.3.4+dfsg0/configure-11018-    ;;
##############################################
kino-1.3.4+dfsg0/configure-11051-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
kino-1.3.4+dfsg0/configure:11052:    postinstall_cmds='base_file=`basename \${file}`~
kino-1.3.4+dfsg0/configure:11053:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
kino-1.3.4+dfsg0/configure:11054:      dldir=$destdir/`dirname \$dlpath`~
kino-1.3.4+dfsg0/configure-11055-      test -d \$dldir || mkdir -p \$dldir~
##############################################
kino-1.3.4+dfsg0/configure-11060-      fi'
kino-1.3.4+dfsg0/configure:11061:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
kino-1.3.4+dfsg0/configure-11062-      dlpath=$dir/\$dldll~
##############################################
kino-1.3.4+dfsg0/configure-11068-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
kino-1.3.4+dfsg0/configure:11069:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure-11070-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
kino-1.3.4+dfsg0/configure-11073-      # MinGW DLLs use traditional 'lib' prefix
kino-1.3.4+dfsg0/configure:11074:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure:11075:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
kino-1.3.4+dfsg0/configure-11076-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
kino-1.3.4+dfsg0/configure-11082-        # which wouldn't understand a cygwinified path. Ahh.
kino-1.3.4+dfsg0/configure:11083:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
kino-1.3.4+dfsg0/configure-11084-      else
kino-1.3.4+dfsg0/configure:11085:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
kino-1.3.4+dfsg0/configure-11086-      fi
##############################################
kino-1.3.4+dfsg0/configure-11089-      # pw32 DLLs use 'pw' prefix rather than 'lib'
kino-1.3.4+dfsg0/configure:11090:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure-11091-      ;;
##############################################
kino-1.3.4+dfsg0/configure-11095-  *)
kino-1.3.4+dfsg0/configure:11096:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
kino-1.3.4+dfsg0/configure-11097-    ;;
##############################################
kino-1.3.4+dfsg0/configure-11112-  shlibpath_var=DYLD_LIBRARY_PATH
kino-1.3.4+dfsg0/configure:11113:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
kino-1.3.4+dfsg0/configure-11114-
##############################################
kino-1.3.4+dfsg0/configure-11328-  if test -f /etc/ld.so.conf; then
kino-1.3.4+dfsg0/configure:11329:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
kino-1.3.4+dfsg0/configure-11330-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
kino-1.3.4+dfsg0/configure-11390-  shlibpath_var=LD_LIBRARY_PATH
kino-1.3.4+dfsg0/configure:11391:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/configure-11392-    case $host_os in
##############################################
kino-1.3.4+dfsg0/configure-12372-done
kino-1.3.4+dfsg0/configure:12373:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
kino-1.3.4+dfsg0/configure-12374-
##############################################
kino-1.3.4+dfsg0/configure-12404-    # gcc leaves a trailing carriage return which upsets mingw
kino-1.3.4+dfsg0/configure:12405:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
kino-1.3.4+dfsg0/configure-12406-  *)
kino-1.3.4+dfsg0/configure:12407:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
kino-1.3.4+dfsg0/configure-12408-  esac
##############################################
kino-1.3.4+dfsg0/configure-12413-      # Canonicalize the pathname of ld
kino-1.3.4+dfsg0/configure:12414:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
kino-1.3.4+dfsg0/configure-12415-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
kino-1.3.4+dfsg0/configure:12416:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
kino-1.3.4+dfsg0/configure-12417-      done
##############################################
kino-1.3.4+dfsg0/configure-12448-      # Break only if it was the GNU/non-GNU ld that we prefer.
kino-1.3.4+dfsg0/configure:12449:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/configure-12450-      *GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/configure-12479-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
kino-1.3.4+dfsg0/configure:12480:case `$LD -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/configure-12481-*GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/configure-12513-        # ancient GNU ld didn't support --whole-archive et. al.
kino-1.3.4+dfsg0/configure:12514:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
kino-1.3.4+dfsg0/configure-12515-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
kino-1.3.4+dfsg0/configure-12597-          # below for broken collect2 doesn't work under 4.3+
kino-1.3.4+dfsg0/configure:12598:	  collect2name=`${CC} -print-prog-name=collect2`
kino-1.3.4+dfsg0/configure-12599-	  if test -f "$collect2name" &&
##############################################
kino-1.3.4+dfsg0/configure-12664-    }'
kino-1.3.4+dfsg0/configure:12665:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-12666-# Check for a 64-bit object if we didn't find anything.
kino-1.3.4+dfsg0/configure-12667-if test -z "$aix_libpath"; then
kino-1.3.4+dfsg0/configure:12668:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-12669-fi
##############################################
kino-1.3.4+dfsg0/configure-12676-
kino-1.3.4+dfsg0/configure:12677:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
kino-1.3.4+dfsg0/configure-12678-        else
##############################################
kino-1.3.4+dfsg0/configure-12705-    }'
kino-1.3.4+dfsg0/configure:12706:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-12707-# Check for a 64-bit object if we didn't find anything.
kino-1.3.4+dfsg0/configure-12708-if test -z "$aix_libpath"; then
kino-1.3.4+dfsg0/configure:12709:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/configure-12710-fi
##############################################
kino-1.3.4+dfsg0/configure-12762-          # is EXPORTS), use it as is; otherwise, prepend...
kino-1.3.4+dfsg0/configure:12763:          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
kino-1.3.4+dfsg0/configure-12764-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
kino-1.3.4+dfsg0/configure-12865-            # dependencies.
kino-1.3.4+dfsg0/configure:12866:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/configure-12867-            ;;
##############################################
kino-1.3.4+dfsg0/configure-12930-	    # dependencies.
kino-1.3.4+dfsg0/configure:12931:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/configure-12932-	    ;;
##############################################
kino-1.3.4+dfsg0/configure-12966-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
kino-1.3.4+dfsg0/configure:12967:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
kino-1.3.4+dfsg0/configure:12968:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
kino-1.3.4+dfsg0/configure-12969-	;;
##############################################
kino-1.3.4+dfsg0/configure-12973-	    # SGI C++
kino-1.3.4+dfsg0/configure:12974:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-12975-
##############################################
kino-1.3.4+dfsg0/configure-12984-	      if test "$with_gnu_ld" = no; then
kino-1.3.4+dfsg0/configure:12985:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-12986-	      else
kino-1.3.4+dfsg0/configure:12987:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
kino-1.3.4+dfsg0/configure-12988-	      fi
##############################################
kino-1.3.4+dfsg0/configure-13005-	    # to its proper name (with version) after linking.
kino-1.3.4+dfsg0/configure:13006:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
kino-1.3.4+dfsg0/configure:13007:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
kino-1.3.4+dfsg0/configure-13008-	    # Commands to make compiler produce verbose output that lists
##############################################
kino-1.3.4+dfsg0/configure-13015-	    # dependencies.
kino-1.3.4+dfsg0/configure:13016:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/configure-13017-
##############################################
kino-1.3.4+dfsg0/configure-13030-	    # earlier do not add the objects themselves.
kino-1.3.4+dfsg0/configure:13031:	    case `$CC -V 2>&1` in
kino-1.3.4+dfsg0/configure-13032-	      *"Version 7."*)
##############################################
kino-1.3.4+dfsg0/configure-13051-            # Portland Group C++ compiler
kino-1.3.4+dfsg0/configure:13052:	    case `$CC -V` in
kino-1.3.4+dfsg0/configure-13053-	    *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
##############################################
kino-1.3.4+dfsg0/configure-13056-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
kino-1.3.4+dfsg0/configure:13057:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
kino-1.3.4+dfsg0/configure-13058-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
kino-1.3.4+dfsg0/configure-13060-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
kino-1.3.4+dfsg0/configure:13061:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
kino-1.3.4+dfsg0/configure-13062-		$RANLIB $oldlib'
##############################################
kino-1.3.4+dfsg0/configure-13065-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
kino-1.3.4+dfsg0/configure:13066:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
kino-1.3.4+dfsg0/configure-13067-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
kino-1.3.4+dfsg0/configure-13069-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
kino-1.3.4+dfsg0/configure:13070:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
kino-1.3.4+dfsg0/configure-13071-	      ;;
##############################################
kino-1.3.4+dfsg0/configure-13079-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
kino-1.3.4+dfsg0/configure:13080:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/configure-13081-            ;;
##############################################
kino-1.3.4+dfsg0/configure-13098-	    # dependencies.
kino-1.3.4+dfsg0/configure:13099:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/configure-13100-	    ;;
##############################################
kino-1.3.4+dfsg0/configure-13113-	  *)
kino-1.3.4+dfsg0/configure:13114:	    case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/configure-13115-	    *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/configure-13120-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
kino-1.3.4+dfsg0/configure:13121:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/configure-13122-	      compiler_needs_object_CXX=yes
##############################################
kino-1.3.4+dfsg0/configure-13190-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
kino-1.3.4+dfsg0/configure:13191:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/configure-13192-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
kino-1.3.4+dfsg0/configure-13209-	    # to its proper name (with version) after linking.
kino-1.3.4+dfsg0/configure:13210:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
kino-1.3.4+dfsg0/configure-13211-
##############################################
kino-1.3.4+dfsg0/configure-13230-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/configure:13231:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-13232-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
kino-1.3.4+dfsg0/configure-13235-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
kino-1.3.4+dfsg0/configure:13236:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure:13237:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
kino-1.3.4+dfsg0/configure-13238-	          echo "-hidden">> $lib.exp~
kino-1.3.4+dfsg0/configure:13239:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
kino-1.3.4+dfsg0/configure-13240-	          $RM $lib.exp'
##############################################
kino-1.3.4+dfsg0/configure-13254-	    # dependencies.
kino-1.3.4+dfsg0/configure:13255:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/configure-13256-	    ;;
##############################################
kino-1.3.4+dfsg0/configure-13261-	        osf3*)
kino-1.3.4+dfsg0/configure:13262:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-13263-		  ;;
kino-1.3.4+dfsg0/configure-13264-	        *)
kino-1.3.4+dfsg0/configure:13265:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/configure-13266-		  ;;
##############################################
kino-1.3.4+dfsg0/configure-13496-
kino-1.3.4+dfsg0/configure:13497:  for p in `eval "$output_verbose_link_cmd"`; do
kino-1.3.4+dfsg0/configure-13498-    case $p in
##############################################
kino-1.3.4+dfsg0/configure-13581-linux*)
kino-1.3.4+dfsg0/configure:13582:  case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/configure-13583-  *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/configure-13632-if test -n "${compiler_lib_search_path_CXX}"; then
kino-1.3.4+dfsg0/configure:13633: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
kino-1.3.4+dfsg0/configure-13634-fi
##############################################
kino-1.3.4+dfsg0/configure-13865-	  *)
kino-1.3.4+dfsg0/configure:13866:	    case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/configure-13867-	    *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/configure-14210-  if test "$hard_links" = no; then
kino-1.3.4+dfsg0/configure:14211:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
kino-1.3.4+dfsg0/configure:14212:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
kino-1.3.4+dfsg0/configure-14213-    need_locks=warn
##############################################
kino-1.3.4+dfsg0/configure-14470-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
kino-1.3.4+dfsg0/configure:14471:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
kino-1.3.4+dfsg0/configure-14472-    ;;
##############################################
kino-1.3.4+dfsg0/configure-14505-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
kino-1.3.4+dfsg0/configure:14506:    postinstall_cmds='base_file=`basename \${file}`~
kino-1.3.4+dfsg0/configure:14507:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
kino-1.3.4+dfsg0/configure:14508:      dldir=$destdir/`dirname \$dlpath`~
kino-1.3.4+dfsg0/configure-14509-      test -d \$dldir || mkdir -p \$dldir~
##############################################
kino-1.3.4+dfsg0/configure-14514-      fi'
kino-1.3.4+dfsg0/configure:14515:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
kino-1.3.4+dfsg0/configure-14516-      dlpath=$dir/\$dldll~
##############################################
kino-1.3.4+dfsg0/configure-14522-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
kino-1.3.4+dfsg0/configure:14523:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure-14524-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
kino-1.3.4+dfsg0/configure-14527-      # MinGW DLLs use traditional 'lib' prefix
kino-1.3.4+dfsg0/configure:14528:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure:14529:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
kino-1.3.4+dfsg0/configure-14530-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
kino-1.3.4+dfsg0/configure-14536-        # which wouldn't understand a cygwinified path. Ahh.
kino-1.3.4+dfsg0/configure:14537:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
kino-1.3.4+dfsg0/configure-14538-      else
kino-1.3.4+dfsg0/configure:14539:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
kino-1.3.4+dfsg0/configure-14540-      fi
##############################################
kino-1.3.4+dfsg0/configure-14543-      # pw32 DLLs use 'pw' prefix rather than 'lib'
kino-1.3.4+dfsg0/configure:14544:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/configure-14545-      ;;
##############################################
kino-1.3.4+dfsg0/configure-14549-  *)
kino-1.3.4+dfsg0/configure:14550:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
kino-1.3.4+dfsg0/configure-14551-    ;;
##############################################
kino-1.3.4+dfsg0/configure-14566-  shlibpath_var=DYLD_LIBRARY_PATH
kino-1.3.4+dfsg0/configure:14567:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
kino-1.3.4+dfsg0/configure-14568-
##############################################
kino-1.3.4+dfsg0/configure-14781-  if test -f /etc/ld.so.conf; then
kino-1.3.4+dfsg0/configure:14782:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
kino-1.3.4+dfsg0/configure-14783-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
kino-1.3.4+dfsg0/configure-14843-  shlibpath_var=LD_LIBRARY_PATH
kino-1.3.4+dfsg0/configure:14844:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/configure-14845-    case $host_os in
##############################################
kino-1.3.4+dfsg0/configure-15144-
kino-1.3.4+dfsg0/configure:15145:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
kino-1.3.4+dfsg0/configure-15146-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
kino-1.3.4+dfsg0/configure:15147:    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
kino-1.3.4+dfsg0/configure-15148-
##############################################
kino-1.3.4+dfsg0/configure-15559-fi
kino-1.3.4+dfsg0/configure:15560:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/configure:15561:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/configure:15562:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/configure-15563-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
kino-1.3.4+dfsg0/configure-15615-else
kino-1.3.4+dfsg0/configure:15616:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
kino-1.3.4+dfsg0/configure-15617-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
kino-1.3.4+dfsg0/configure-15622-$as_echo_n "checking for XML::Parser... " >&6; }
kino-1.3.4+dfsg0/configure:15623:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
kino-1.3.4+dfsg0/configure-15624-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
kino-1.3.4+dfsg0/configure-16412-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16413:  pkg_cv_LIBDV_CFLAGS=`$PKG_CONFIG --cflags "libdv >= 0.103" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16414-else
##############################################
kino-1.3.4+dfsg0/configure-16428-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16429:  pkg_cv_LIBDV_LIBS=`$PKG_CONFIG --libs "libdv >= 0.103" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16430-else
##############################################
kino-1.3.4+dfsg0/configure-16446-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:16447:	        LIBDV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libdv >= 0.103" 2>&1`
kino-1.3.4+dfsg0/configure-16448-        else
kino-1.3.4+dfsg0/configure:16449:	        LIBDV_PKG_ERRORS=`$PKG_CONFIG --print-errors "libdv >= 0.103" 2>&1`
kino-1.3.4+dfsg0/configure-16450-        fi
##############################################
kino-1.3.4+dfsg0/configure-16503-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16504:  pkg_cv_LIBRAW1394_CFLAGS=`$PKG_CONFIG --cflags "libraw1394 >= 1.0.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16505-else
##############################################
kino-1.3.4+dfsg0/configure-16519-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16520:  pkg_cv_LIBRAW1394_LIBS=`$PKG_CONFIG --libs "libraw1394 >= 1.0.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16521-else
##############################################
kino-1.3.4+dfsg0/configure-16537-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:16538:	        LIBRAW1394_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libraw1394 >= 1.0.0" 2>&1`
kino-1.3.4+dfsg0/configure-16539-        else
kino-1.3.4+dfsg0/configure:16540:	        LIBRAW1394_PKG_ERRORS=`$PKG_CONFIG --print-errors "libraw1394 >= 1.0.0" 2>&1`
kino-1.3.4+dfsg0/configure-16541-        fi
##############################################
kino-1.3.4+dfsg0/configure-16816-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16817:  pkg_cv_LIBIEC61883_CFLAGS=`$PKG_CONFIG --cflags "libiec61883 >= 1.0.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16818-else
##############################################
kino-1.3.4+dfsg0/configure-16832-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16833:  pkg_cv_LIBIEC61883_LIBS=`$PKG_CONFIG --libs "libiec61883 >= 1.0.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16834-else
##############################################
kino-1.3.4+dfsg0/configure-16850-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:16851:	        LIBIEC61883_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libiec61883 >= 1.0.0" 2>&1`
kino-1.3.4+dfsg0/configure-16852-        else
kino-1.3.4+dfsg0/configure:16853:	        LIBIEC61883_PKG_ERRORS=`$PKG_CONFIG --print-errors "libiec61883 >= 1.0.0" 2>&1`
kino-1.3.4+dfsg0/configure-16854-        fi
##############################################
kino-1.3.4+dfsg0/configure-16919-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16920:  pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.9" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16921-else
##############################################
kino-1.3.4+dfsg0/configure-16935-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:16936:  pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.9" 2>/dev/null`
kino-1.3.4+dfsg0/configure-16937-else
##############################################
kino-1.3.4+dfsg0/configure-16953-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:16954:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "alsa >= 1.0.9" 2>&1`
kino-1.3.4+dfsg0/configure-16955-        else
kino-1.3.4+dfsg0/configure:16956:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors "alsa >= 1.0.9" 2>&1`
kino-1.3.4+dfsg0/configure-16957-        fi
##############################################
kino-1.3.4+dfsg0/configure-17008-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17009:  pkg_cv_LIBQUICKTIME_CFLAGS=`$PKG_CONFIG --cflags "libquicktime >= 0.9.5" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17010-else
##############################################
kino-1.3.4+dfsg0/configure-17024-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17025:  pkg_cv_LIBQUICKTIME_LIBS=`$PKG_CONFIG --libs "libquicktime >= 0.9.5" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17026-else
##############################################
kino-1.3.4+dfsg0/configure-17042-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:17043:	        LIBQUICKTIME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libquicktime >= 0.9.5" 2>&1`
kino-1.3.4+dfsg0/configure-17044-        else
kino-1.3.4+dfsg0/configure:17045:	        LIBQUICKTIME_PKG_ERRORS=`$PKG_CONFIG --print-errors "libquicktime >= 0.9.5" 2>&1`
kino-1.3.4+dfsg0/configure-17046-        fi
##############################################
kino-1.3.4+dfsg0/configure-17443-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17444:  pkg_cv_AVCODEC_CFLAGS=`$PKG_CONFIG --cflags "libavformat" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17445-else
##############################################
kino-1.3.4+dfsg0/configure-17459-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17460:  pkg_cv_AVCODEC_LIBS=`$PKG_CONFIG --libs "libavformat" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17461-else
##############################################
kino-1.3.4+dfsg0/configure-17477-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:17478:	        AVCODEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libavformat" 2>&1`
kino-1.3.4+dfsg0/configure-17479-        else
kino-1.3.4+dfsg0/configure:17480:	        AVCODEC_PKG_ERRORS=`$PKG_CONFIG --print-errors "libavformat" 2>&1`
kino-1.3.4+dfsg0/configure-17481-        fi
##############################################
kino-1.3.4+dfsg0/configure-17522-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17523:  pkg_cv_SWSCALE_CFLAGS=`$PKG_CONFIG --cflags "libswscale" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17524-else
##############################################
kino-1.3.4+dfsg0/configure-17538-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:17539:  pkg_cv_SWSCALE_LIBS=`$PKG_CONFIG --libs "libswscale" 2>/dev/null`
kino-1.3.4+dfsg0/configure-17540-else
##############################################
kino-1.3.4+dfsg0/configure-17556-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:17557:	        SWSCALE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libswscale" 2>&1`
kino-1.3.4+dfsg0/configure-17558-        else
kino-1.3.4+dfsg0/configure:17559:	        SWSCALE_PKG_ERRORS=`$PKG_CONFIG --print-errors "libswscale" 2>&1`
kino-1.3.4+dfsg0/configure-17560-        fi
##############################################
kino-1.3.4+dfsg0/configure-17629-    for ac_var in incroot usrlibdir libdir; do
kino-1.3.4+dfsg0/configure:17630:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
kino-1.3.4+dfsg0/configure-17631-    done
##############################################
kino-1.3.4+dfsg0/configure-17739-  LIBS=$ac_save_LIBS
kino-1.3.4+dfsg0/configure:17740:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
kino-1.3.4+dfsg0/configure-17741-do
##############################################
kino-1.3.4+dfsg0/configure-18282-do :
kino-1.3.4+dfsg0/configure:18283:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-18284-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
kino-1.3.4+dfsg0/configure-18287-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:18288:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-18289-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-18307-do :
kino-1.3.4+dfsg0/configure:18308:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-18309-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
kino-1.3.4+dfsg0/configure-18312-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:18313:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-18314-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-18324-do :
kino-1.3.4+dfsg0/configure:18325:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-18326-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <X11/Xlib.h>
##############################################
kino-1.3.4+dfsg0/configure-18331-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:18332:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-18333-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-18457-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18458:  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18459-else
##############################################
kino-1.3.4+dfsg0/configure-18473-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18474:  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18475-else
##############################################
kino-1.3.4+dfsg0/configure-18491-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:18492:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1`
kino-1.3.4+dfsg0/configure-18493-        else
kino-1.3.4+dfsg0/configure:18494:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1`
kino-1.3.4+dfsg0/configure-18495-        fi
##############################################
kino-1.3.4+dfsg0/configure-18550-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18551:  pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18552-else
##############################################
kino-1.3.4+dfsg0/configure-18566-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18567:  pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18568-else
##############################################
kino-1.3.4+dfsg0/configure-18584-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:18585:	        GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6" 2>&1`
kino-1.3.4+dfsg0/configure-18586-        else
kino-1.3.4+dfsg0/configure:18587:	        GTK2_PKG_ERRORS=`$PKG_CONFIG --print-errors "gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6" 2>&1`
kino-1.3.4+dfsg0/configure-18588-        fi
##############################################
kino-1.3.4+dfsg0/configure-18642-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18643:  pkg_cv_PANGOFT_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18644-else
##############################################
kino-1.3.4+dfsg0/configure-18658-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:18659:  pkg_cv_PANGOFT_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
kino-1.3.4+dfsg0/configure-18660-else
##############################################
kino-1.3.4+dfsg0/configure-18676-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:18677:	        PANGOFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pangoft2" 2>&1`
kino-1.3.4+dfsg0/configure-18678-        else
kino-1.3.4+dfsg0/configure:18679:	        PANGOFT_PKG_ERRORS=`$PKG_CONFIG --print-errors "pangoft2" 2>&1`
kino-1.3.4+dfsg0/configure-18680-        fi
##############################################
kino-1.3.4+dfsg0/configure-19166-    if test -f $ac_dir/$ac_word; then
kino-1.3.4+dfsg0/configure:19167:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
kino-1.3.4+dfsg0/configure-19168-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
kino-1.3.4+dfsg0/configure-19285-    if test -f $ac_dir/$ac_word; then
kino-1.3.4+dfsg0/configure:19286:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
kino-1.3.4+dfsg0/configure-19287-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
kino-1.3.4+dfsg0/configure-19440-   if test "x$srcdir" != "x."; then
kino-1.3.4+dfsg0/configure:19441:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
kino-1.3.4+dfsg0/configure-19442-       posrcprefix="$srcdir/"
##############################################
kino-1.3.4+dfsg0/configure-19467-do :
kino-1.3.4+dfsg0/configure:19468:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-19469-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
kino-1.3.4+dfsg0/configure-19472-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:19473:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-19474-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-19483-do :
kino-1.3.4+dfsg0/configure:19484:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
kino-1.3.4+dfsg0/configure-19485-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
kino-1.3.4+dfsg0/configure-19488-  cat >>confdefs.h <<_ACEOF
kino-1.3.4+dfsg0/configure:19489:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
kino-1.3.4+dfsg0/configure-19490-_ACEOF
##############################################
kino-1.3.4+dfsg0/configure-19529-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:19530:  pkg_cv_SRC_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null`
kino-1.3.4+dfsg0/configure-19531-else
##############################################
kino-1.3.4+dfsg0/configure-19545-  test $ac_status = 0; }; then
kino-1.3.4+dfsg0/configure:19546:  pkg_cv_SRC_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null`
kino-1.3.4+dfsg0/configure-19547-else
##############################################
kino-1.3.4+dfsg0/configure-19563-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/configure:19564:	        SRC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "samplerate" 2>&1`
kino-1.3.4+dfsg0/configure-19565-        else
kino-1.3.4+dfsg0/configure:19566:	        SRC_PKG_ERRORS=`$PKG_CONFIG --print-errors "samplerate" 2>&1`
kino-1.3.4+dfsg0/configure-19567-        fi
##############################################
kino-1.3.4+dfsg0/configure-19678-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
kino-1.3.4+dfsg0/configure:19679:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
kino-1.3.4+dfsg0/configure-19680-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
kino-1.3.4+dfsg0/configure-19782-if test -z "$BASH_VERSION$ZSH_VERSION" \
kino-1.3.4+dfsg0/configure:19783:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
kino-1.3.4+dfsg0/configure-19784-  as_echo='print -r --'
kino-1.3.4+dfsg0/configure-19785-  as_echo_n='print -rn --'
kino-1.3.4+dfsg0/configure:19786:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
kino-1.3.4+dfsg0/configure-19787-  as_echo='printf %s\n'
##############################################
kino-1.3.4+dfsg0/configure-19789-else
kino-1.3.4+dfsg0/configure:19790:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
kino-1.3.4+dfsg0/configure-19791-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
kino-1.3.4+dfsg0/configure-19799-	expr "X$arg" : "X\\(.*\\)$as_nl";
kino-1.3.4+dfsg0/configure:19800:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
kino-1.3.4+dfsg0/configure-19801-      esac;
##############################################
kino-1.3.4+dfsg0/configure-19875-# ---------------------------------
kino-1.3.4+dfsg0/configure:19876:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
kino-1.3.4+dfsg0/configure-19877-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
kino-1.3.4+dfsg0/configure-19947-  {
kino-1.3.4+dfsg0/configure:19948:    as_val=`expr "$@" || test $? -eq 1`
kino-1.3.4+dfsg0/configure-19949-  }
##############################################
kino-1.3.4+dfsg0/configure-20051-      case $as_dir in #(
kino-1.3.4+dfsg0/configure:20052:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
kino-1.3.4+dfsg0/configure-20053-      *) as_qdir=$as_dir;;
##############################################
kino-1.3.4+dfsg0/configure-20108-	esac;
kino-1.3.4+dfsg0/configure:20109:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
kino-1.3.4+dfsg0/configure-20110-	???[sx]*):;;*)false;;esac;fi
##############################################
kino-1.3.4+dfsg0/configure-20200-configured by $0, generated by GNU Autoconf 2.64,
kino-1.3.4+dfsg0/configure:20201:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
kino-1.3.4+dfsg0/configure-20202-
##############################################
kino-1.3.4+dfsg0/configure-20221-  --*=*)
kino-1.3.4+dfsg0/configure:20222:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
kino-1.3.4+dfsg0/configure:20223:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
kino-1.3.4+dfsg0/configure-20224-    ac_shift=:
##############################################
kino-1.3.4+dfsg0/configure-20243-    case $ac_optarg in
kino-1.3.4+dfsg0/configure:20244:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
kino-1.3.4+dfsg0/configure-20245-    esac
##############################################
kino-1.3.4+dfsg0/configure-20250-    case $ac_optarg in
kino-1.3.4+dfsg0/configure:20251:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
kino-1.3.4+dfsg0/configure-20252-    esac
##############################################
kino-1.3.4+dfsg0/configure-20319-delay_variable_subst='$delay_variable_subst'
kino-1.3.4+dfsg0/configure:20320:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20321:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20322:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20323:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20324:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20325:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20326:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20327:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20328:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20329:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20330:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20331:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20332:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20333:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20334:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20335:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20336:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20337:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20338:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20339:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20340:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20341:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20342:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20343:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20344:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20345:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20346:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20347:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20348:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20349:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20350:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20351:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20352:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20353:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20354:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20355:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20356:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20357:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20358:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20359:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20360:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20361:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20362:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20363:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20364:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20365:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20366:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20367:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20368:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20369:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20370:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20371:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20372:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20373:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20374:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20375:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20376:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20377:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20378:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20379:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20380:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20381:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20382:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20383:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20384:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20385:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20386:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20387:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20388:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20389:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20390:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20391:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20392:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20393:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20394:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20395:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20396:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20397:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20398:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20399:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20400:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20401:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20402:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20403:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20404:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20405:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20406:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20407:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20408:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20409:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20410:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20411:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20412:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20413:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20414:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20415:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20416:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20417:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20418:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20419:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20420:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20421:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20422:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20423:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20424:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20425:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20426:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20427:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20428:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20429:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20430:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20431:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20432:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20433:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20434:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20435:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20436:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20437:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20438:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20439:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20440:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20441:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20442:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20443:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20444:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20445:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20446:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20447:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20448:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20449:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20450:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20451:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20452:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20453:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20454:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20455:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20456:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20457:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20458:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20459:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20460:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20461:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20462:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20463:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20464:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20465:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20466:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20467:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20468:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20469:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20470:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20471:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20472:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20473:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20474:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20475:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20476:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20477:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20478:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20479:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20480:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20481:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20482:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20483:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20484:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20485:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20486:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20487:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20488:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20489:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure:20490:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/configure-20491-
##############################################
kino-1.3.4+dfsg0/configure-20586-compiler_lib_search_path_CXX; do
kino-1.3.4+dfsg0/configure:20587:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
kino-1.3.4+dfsg0/configure-20588-    *[\\\\\\\`\\"\\\$]*)
kino-1.3.4+dfsg0/configure:20589:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
kino-1.3.4+dfsg0/configure-20590-      ;;
##############################################
kino-1.3.4+dfsg0/configure-20624-prelink_cmds_CXX; do
kino-1.3.4+dfsg0/configure:20625:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
kino-1.3.4+dfsg0/configure-20626-    *[\\\\\\\`\\"\\\$]*)
kino-1.3.4+dfsg0/configure:20627:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
kino-1.3.4+dfsg0/configure-20628-      ;;
##############################################
kino-1.3.4+dfsg0/configure-20636-case \$lt_ECHO in
kino-1.3.4+dfsg0/configure:20637:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
kino-1.3.4+dfsg0/configure-20638-  ;;
##############################################
kino-1.3.4+dfsg0/configure-20745-fi
kino-1.3.4+dfsg0/configure:20746:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
kino-1.3.4+dfsg0/configure-20747-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
kino-1.3.4+dfsg0/configure-20762-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
kino-1.3.4+dfsg0/configure:20763:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
kino-1.3.4+dfsg0/configure-20764-ac_delim='%!_!# '
##############################################
kino-1.3.4+dfsg0/configure-20768-
kino-1.3.4+dfsg0/configure:20769:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
kino-1.3.4+dfsg0/configure-20770-  if test $ac_delim_n = $ac_delim_num; then
##############################################
kino-1.3.4+dfsg0/configure-20898-for ac_last_try in false false :; do
kino-1.3.4+dfsg0/configure:20899:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
kino-1.3.4+dfsg0/configure-20900-  if test -z "$ac_t"; then
##############################################
kino-1.3.4+dfsg0/configure-21030-      esac
kino-1.3.4+dfsg0/configure:21031:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
kino-1.3.4+dfsg0/configure-21032-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
kino-1.3.4+dfsg0/configure-21089-*)
kino-1.3.4+dfsg0/configure:21090:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
kino-1.3.4+dfsg0/configure-21091-  # A ".." for each directory in $ac_dir_suffix.
kino-1.3.4+dfsg0/configure:21092:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
kino-1.3.4+dfsg0/configure-21093-  case $ac_top_builddir_sub in
##############################################
kino-1.3.4+dfsg0/configure-21150-/@mandir@/p'
kino-1.3.4+dfsg0/configure:21151:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
kino-1.3.4+dfsg0/configure-21152-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
kino-1.3.4+dfsg0/configure-21167-
kino-1.3.4+dfsg0/configure:21168:# Neutralize VPATH when `$srcdir' = `.'.
kino-1.3.4+dfsg0/configure-21169-# Shell code in configure.ac might set extrasub.
##############################################
kino-1.3.4+dfsg0/configure-21195-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
kino-1.3.4+dfsg0/configure:21196:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
kino-1.3.4+dfsg0/configure:21197:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
kino-1.3.4+dfsg0/configure-21198-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
kino-1.3.4+dfsg0/configure-21240-    * )
kino-1.3.4+dfsg0/configure:21241:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
kino-1.3.4+dfsg0/configure-21242-  esac
##############################################
kino-1.3.4+dfsg0/configure-21287-    # Strip MF so we end up with the name of the file.
kino-1.3.4+dfsg0/configure:21288:    mf=`echo "$mf" | sed -e 's/:.*$//'`
kino-1.3.4+dfsg0/configure-21289-    # Check whether this is an Automake generated Makefile or not.
##############################################
kino-1.3.4+dfsg0/configure-21324-    # from the Makefile without running `make'.
kino-1.3.4+dfsg0/configure:21325:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
kino-1.3.4+dfsg0/configure-21326-    test -z "$DEPDIR" && continue
kino-1.3.4+dfsg0/configure:21327:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
kino-1.3.4+dfsg0/configure-21328-    test -z "am__include" && continue
kino-1.3.4+dfsg0/configure:21329:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
kino-1.3.4+dfsg0/configure-21330-    # When using ansi2knr, U may be empty or an underscore; expand it
kino-1.3.4+dfsg0/configure:21331:    U=`sed -n 's/^U = //p' < "$mf"`
kino-1.3.4+dfsg0/configure-21332-    # Find all dependency output files, they are included files with
##############################################
kino-1.3.4+dfsg0/configure-21385-
kino-1.3.4+dfsg0/configure:21386:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
kino-1.3.4+dfsg0/configure-21387-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
kino-1.3.4+dfsg0/configure-21914-  # Extract subdirectory from the argument.
kino-1.3.4+dfsg0/configure:21915:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
kino-1.3.4+dfsg0/configure-21916-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
kino-1.3.4+dfsg0/configure-21925-{
kino-1.3.4+dfsg0/configure:21926:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
kino-1.3.4+dfsg0/configure-21927-}
##############################################
kino-1.3.4+dfsg0/configure-21952-{
kino-1.3.4+dfsg0/configure:21953:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
kino-1.3.4+dfsg0/configure:21954:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
kino-1.3.4+dfsg0/configure-21955-}
##############################################
kino-1.3.4+dfsg0/configure-21959-{
kino-1.3.4+dfsg0/configure:21960:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
kino-1.3.4+dfsg0/configure-21961-}
##############################################
kino-1.3.4+dfsg0/configure-21965-{
kino-1.3.4+dfsg0/configure:21966:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
kino-1.3.4+dfsg0/configure-21967-}
##############################################
kino-1.3.4+dfsg0/configure-21971-{
kino-1.3.4+dfsg0/configure:21972:  func_arith_result=`expr "$@"`
kino-1.3.4+dfsg0/configure-21973-}
##############################################
kino-1.3.4+dfsg0/configure-21978-{
kino-1.3.4+dfsg0/configure:21979:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
kino-1.3.4+dfsg0/configure-21980-}
##############################################
kino-1.3.4+dfsg0/pixmaps/Makefile.in-48-DIST_SOURCES =
kino-1.3.4+dfsg0/pixmaps/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/pixmaps/Makefile.in-50-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/pixmaps/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in-52-    *) f=$$p;; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in-53-  esac;
kino-1.3.4+dfsg0/pixmaps/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/pixmaps/Makefile.in-55-am__install_max = 40
kino-1.3.4+dfsg0/pixmaps/Makefile.in-56-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/pixmaps/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/pixmaps/Makefile.in-58-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/pixmaps/Makefile.in-341-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in:342:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in-343-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/pixmaps/Makefile.in-353-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/pixmaps/Makefile.in:354:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in:355:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in-356-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/pixmaps/Makefile.in-367-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/pixmaps/Makefile.in:368:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/pixmaps/Makefile.in-369-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/scripts/import/Makefile.in-269-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/scripts/import/Makefile.in:270:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/import/Makefile.in:271:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/import/Makefile.in-272-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/scripts/import/Makefile.in-283-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/scripts/import/Makefile.in:284:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/scripts/import/Makefile.in-285-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/scripts/import/media.sh-10-frequency="48000"
kino-1.3.4+dfsg0/scripts/import/media.sh:11:size=`[ "$normalisation" = "pal" ] && echo "720x576" || echo "720x480"`
kino-1.3.4+dfsg0/scripts/import/media.sh:12:pixfmt=`[ "$normalisation" = "pal" ] && echo "yuv420p" || echo "yuv411p"`
kino-1.3.4+dfsg0/scripts/import/media.sh-13-
##############################################
kino-1.3.4+dfsg0/scripts/import/media.sh-49-	if [ "$normalisation" = "pal" ]; then
kino-1.3.4+dfsg0/scripts/import/media.sh:50:		width=`[ "$aspect" = "4:3" ] && echo "768" || echo "1024"`
kino-1.3.4+dfsg0/scripts/import/media.sh:51:		expand=`[ "$aspect" = "4:3" ] && echo "$width:576" || echo "$width:576"`
kino-1.3.4+dfsg0/scripts/import/media.sh-52-		ofps="25"
kino-1.3.4+dfsg0/scripts/import/media.sh-53-	else
kino-1.3.4+dfsg0/scripts/import/media.sh:54:		width=`[ "$aspect" = "4:3" ] && echo "640" || echo "852"`
kino-1.3.4+dfsg0/scripts/import/media.sh:55:		expand=`[ "$aspect" = "4:3" ] && echo "$width:480" || echo "$width:480"`
kino-1.3.4+dfsg0/scripts/import/media.sh-56-		ofps="30000/1001"
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-70-  while test -n "$$dir1"; do \
kino-1.3.4+dfsg0/scripts/Makefile.in:71:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-72-    if test "$$first" != "."; then \
kino-1.3.4+dfsg0/scripts/Makefile.in-73-      if test "$$first" = ".."; then \
kino-1.3.4+dfsg0/scripts/Makefile.in:74:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
kino-1.3.4+dfsg0/scripts/Makefile.in:75:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-76-      else \
kino-1.3.4+dfsg0/scripts/Makefile.in:77:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-78-        if test "$$first2" = "$$first"; then \
kino-1.3.4+dfsg0/scripts/Makefile.in:79:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-80-        else \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-85-    fi; \
kino-1.3.4+dfsg0/scripts/Makefile.in:86:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-87-  done; \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-319-	dot_seen=no; \
kino-1.3.4+dfsg0/scripts/Makefile.in:320:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-321-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-354-	rev="$$rev ."; \
kino-1.3.4+dfsg0/scripts/Makefile.in:355:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-356-	for subdir in $$rev; do \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-432-GTAGS:
kino-1.3.4+dfsg0/scripts/Makefile.in:433:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/scripts/Makefile.in-434-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-440-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/scripts/Makefile.in:441:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/Makefile.in:442:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-443-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/scripts/Makefile.in-454-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/scripts/Makefile.in:455:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/scripts/Makefile.in-456-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/scripts/dvdauthor/none.sh-15-	xml="$1"
kino-1.3.4+dfsg0/scripts/dvdauthor/none.sh:16:	output=`dirname "$2"`
kino-1.3.4+dfsg0/scripts/dvdauthor/none.sh-17-}
##############################################
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in-276-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in:277:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in:278:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in-279-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in-290-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in:291:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/scripts/dvdauthor/Makefile.in-292-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/scripts/dvdauthor/growisofs.sh-20-	output="$2"
kino-1.3.4+dfsg0/scripts/dvdauthor/growisofs.sh:21:	label=`basename "$2"`
kino-1.3.4+dfsg0/scripts/dvdauthor/growisofs.sh-22-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh-40-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh:41:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh:42:	artist=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh:43:	location=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh:44:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2theora.sh-45-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh-34-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh:35:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh-36-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh-44-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh:45:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh:46:	author=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh:47:	comment=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh:48:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4_dual.sh-49-	
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-5-	ffmpeg_help=`ffmpeg -h 2>&1`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:6:	[ `echo $ffmpeg_help | grep 'bits/s' | wc -l` -gt 0 ] && kilo="000"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:7:	[ `echo $ffmpeg_help | grep '\-ab.*bits/s' | wc -l` -gt 0 ] && audio_kilo="000"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:8:	[ `echo $ffmpeg_help | grep '\-bufsize.*bits' | wc -l` -gt 0 ] && bufsize="*8*1024"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-9-	ffmpeg_formats=`ffmpeg -formats 2>&1`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-10-	aac="aac"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:11:	[ `echo $ffmpeg_formats | egrep "(Encoders:)|(.*EA.*libfaac)" | wc -l` -gt 0 ] && aac="libfaac"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-12-	xvid="xvid"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:13:	[ `echo $ffmpeg_formats | egrep "(Encoders:)|(.*EV.*libxvid)" | wc -l` -gt 0 ] && xvid="libxvid"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-14-	x264="h264"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:15:	[ `echo $ffmpeg_formats | egrep "(Encoders:)|(.*EV.*libx264)" | wc -l` -gt 0 ] && x264="libx264"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-16-	mp3="mp3"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:17:	[ `echo $ffmpeg_formats | egrep "(Encoders:)|(.*EV.*libmp3lame)" | wc -l` -gt 0 ] && mp3="libmp3lame"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-18-	
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:19:	test_mv4=`echo $ffmpeg_help | grep 'mv4' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:20:	test_flags=`echo $ffmpeg_help | grep '\-flags' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:21:	interlace=`[ "$test_flags" -gt 0 ] && echo "-flags +ildct+ilme" || ( [ "$test_mv4" -gt 0 ] && echo "-ildct 1 -ilme 1" || echo "-ildct -ilme" )`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-22-	progressive="-deinterlace"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-25-	if [ "$aspect" = "16:9" ]; then
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:26:		full_res=`[ "$normalisation" = "pal" ] && echo "1024x576" || echo "854x480"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:27:		med_res=`[ "$normalisation" = "pal" ] && echo "512x288" || echo "426x240"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:28:		low_res=`[ "$normalisation" = "pal" ] && echo "256x144" || echo "214x120"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-29-	else
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:30:		full_res=`[ "$normalisation" = "pal" ] && echo "768x576" || echo "640x480"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:31:		med_res=`[ "$normalisation" = "pal" ] && echo "384x288" || echo "320x240"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:32:		low_res=`[ "$normalisation" = "pal" ] && echo "192x144" || echo "160x120"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-33-	fi
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-34-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:35:	test_metadata=`echo $ffmpeg_help | grep '\-metadata' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:36:	opt_title=`[ "$test_metadata" -gt 0 ] && echo "-metadata title=" || "-title "`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:37:	opt_author=`[ "$test_metadata" -gt 0 ] && echo "-metadata author=" || "-author "`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:38:	opt_comment=`[ "$test_metadata" -gt 0 ] && echo "-metadata comment=" || "-comment "`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:39:	opt_copyright=`[ "$test_metadata" -gt 0 ] && echo "-metadata copyright=" || "-copyright "`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-40-fi
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-44-{
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:45:	test_hq=`echo $ffmpeg_help | grep '\-hq' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh:46:	test_4mv=`echo $ffmpeg_help | grep '\-4mv' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_utils.sh-47-	hq="-mbd 2 -cmp 2 -subcmp 2"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-35-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:36:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-37-	ffmpeg_generate_hq
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:38:	test_lf=`echo $ffmpeg_help | grep '\-lf' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-39-	[ "$test_lf" -gt 0 ] && hq="$hq -lf"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:40:	test_flags=`echo $ffmpeg_help | grep '\-flags' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-41-	[ "$test_flags" -gt 0 ] && hq="$hq -flags +loop"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-46-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:47:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:48:	author=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:49:	comment=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh:50:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264.sh-51-	
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh-27-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh:28:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh-29-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh-30-	# Determine info arguments
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh:31:	size=`[ "$normalisation" = "pal" ] && echo 352x288 || echo 352x240`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_vcd.sh-32-	video_bitrate=1152$kilo
##############################################
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh-36-	if [ "$aspect" = "16:9" ]; then
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:37:		full_res=`[ "$normalisation" = "pal" ] && echo "1024:576" || echo "854:480"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:38:		med_res=`[ "$normalisation" = "pal" ] && echo "512:288" || echo "426:240"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:39:		low_res=`[ "$normalisation" = "pal" ] && echo "256:144" || echo "214:120"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh-40-	else
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:41:		full_res=`[ "$normalisation" = "pal" ] && echo "768:576" || echo "640:480"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:42:		med_res=`[ "$normalisation" = "pal" ] && echo "384:288" || echo "320:240"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh:43:		low_res=`[ "$normalisation" = "pal" ] && echo "192:144" || echo "160:120"`
kino-1.3.4+dfsg0/scripts/exports/mencoder.sh-44-	fi
##############################################
kino-1.3.4+dfsg0/scripts/exports/Makefile.in-280-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/scripts/exports/Makefile.in:281:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/exports/Makefile.in:282:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/exports/Makefile.in-283-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/scripts/exports/Makefile.in-294-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/scripts/exports/Makefile.in:295:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/scripts/exports/Makefile.in-296-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh-3-
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh:4:. "`dirname $0`/gstreamer_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh-5-
##############################################
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh-37-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh:38:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh:39:	artist=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh:40:	location=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh:41:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/gstreamer_theora.sh-42-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh-33-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh:34:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh-35-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh-39-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh:40:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh:41:	author=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh:42:	comment=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh:43:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_ps3.sh-44-	
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-26-		if [ "$profile" = "2" ]; then
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:27:			width=`[ "$normalisation" = "pal" ] && echo "512" || echo "426"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:28:			height=`[ "$normalisation" = "pal" ] && echo "288" || echo "240"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-29-		else
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:30:			width=`[ "$normalisation" = "pal" ] && echo "256" || echo "214"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:31:			height=`[ "$normalisation" = "pal" ] && echo "144" || echo "120"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-32-		fi
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-34-		if [ "$profile" = "2" ]; then
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:35:			width=`[ "$normalisation" = "pal" ] && echo "384" || echo "320"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:36:			height=`[ "$normalisation" = "pal" ] && echo "288" || echo "240"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-37-		else
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:38:			width=`[ "$normalisation" = "pal" ] && echo "192" || echo "160"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:39:			height=`[ "$normalisation" = "pal" ] && echo "144" || echo "120"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-40-		fi
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-50-    <param name="bgcolor" value="#ffffff" />
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:51:    <param name="movie" value="`basename "$1" .html`.swf" />
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-52-    <embed width="$width" height="$height" align="center"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-56-      bgcolor="#ffffff"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:57:      src="`basename "$1" .html`.swf" />
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-58-  </object>
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-72-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:73:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-74-	ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-79-	# Determine info arguments
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh:80:	size=`[ "$normalisation" = "pal" ] && echo 352x288 || echo 352x240`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_flv.sh-81-	[ $pass -eq "2" ] && ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp3.sh-34-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp3.sh:35:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp3.sh-36-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-35-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:36:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-37-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-44-		ffmpeg_generate_hq
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:45:		test_lf=`echo $ffmpeg_help | grep '\-lf' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-46-		[ "$test_lf" -gt 0 ] && hq="$hq -lf"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:47:		test_flags=`echo $ffmpeg_help | grep '\-flags' | wc -l`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-48-		[ "$test_flags" -gt 0 ] && hq="$hq -flags +loop"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-51-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:52:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:53:	author=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:54:	comment=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh:55:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_h264_dual.sh-56-	
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx.sh-32-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx.sh:33:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx.sh-34-	ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid_dual.sh-33-	
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid_dual.sh:34:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid_dual.sh-35-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_huffyuv.sh-31-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_huffyuv.sh:32:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_huffyuv.sh-33-	ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_3gp.sh-36-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_3gp.sh:37:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_3gp.sh-38-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx_dual.sh-33-	
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx_dual.sh:34:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_divx_dual.sh-35-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh-37-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh:38:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh:39:	artist=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh:40:	location=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh:41:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg2dirac.sh-42-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-40-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:41:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-42-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-44-	[ "x$file" = "x" ] && file="kino_export_"`date +%Y-%m-%d_%H.%M.%S`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:45:	file="`dirname \"$file\"`/`basename \"$file\"`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-46-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-47-	# Determine info arguments
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:48:	frame_rate=`[ "$normalisation" = "pal" ] && echo 25 || echo 29.97`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-49-	audio_format="ac3"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-52-	# Build path to extract_chapters Perl script
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:53:	get_chapters="`dirname $0`/extract_chapters"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-54-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-85-				if [ $pass -eq "2" ]; then
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:86:					VOB=`mktemp -u $file.XXXXXX`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-87-					mkfifo "$VOB"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-94-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:95:					XML=`mktemp $file-dvdauthor.XXXXXX`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh:96:					CHAPTERS="`$get_chapters -f $frame_rate -x \"$smil_file\"`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd_dual.sh-97-					echo "<?xml version=\"1.0\"?>" > "$XML"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid.sh-32-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid.sh:33:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_xvid.sh-34-	ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-39-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:40:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-41-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-43-	[ "x$file" = "x" ] && file="kino_export_"`date +%Y-%m-%d_%H.%M.%S`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:44:	file="`dirname \"$file\"`/`basename \"$file\"`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-45-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-46-	# Determine info arguments
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:47:	frame_rate=`[ "$normalisation" = "pal" ] && echo 25 || echo 29.97`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-48-	audio_format="ac3"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-51-	# Build path to extract_chapters Perl script
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:52:	get_chapters="`dirname $0`/extract_chapters"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-53-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-54-	# Prepare temporary files
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:55:	M2V="`mktemp \"$file\".XXXXXX`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:56:	AC3="`mktemp \"$file\".XXXXXX`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-57-
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-67-		"1" )
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:68:			VOB=`mktemp -u $file.XXXXXX`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-69-			mkfifo "$VOB"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-77-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:78:			XML=`mktemp $file-dvdauthor.XXXXXX`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh:79:			CHAPTERS="`$get_chapters -f $frame_rate -x \"$smil_file\"`"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_dvd.sh-80-			echo "<?xml version=\"1.0\"?>" > "$XML"
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh-34-
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh:35:	. "`dirname $0`/ffmpeg_utils.sh"
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh-36-	ffmpeg_generate_hq
##############################################
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh-41-	# Create metadata options
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh:42:	title=`awk '/title="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /title=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh:43:	author=`awk '/author="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /author=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh:44:	comment=`awk '/abstract="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /abstract=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh:45:	copyright=`awk '/copyright="/ {split($0, x, "\""); z = 0; for (y in x) if (x[y] ~ /copyright=/) z = y + 1; print x[z]; exit}' "$project"`
kino-1.3.4+dfsg0/scripts/exports/ffmpeg_mp4.sh-46-	
##############################################
kino-1.3.4+dfsg0/scripts/publish/Makefile.in-269-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/scripts/publish/Makefile.in:270:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/publish/Makefile.in:271:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/scripts/publish/Makefile.in-272-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/scripts/publish/Makefile.in-283-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/scripts/publish/Makefile.in:284:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/scripts/publish/Makefile.in-285-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
kino-1.3.4+dfsg0/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
kino-1.3.4+dfsg0/depcomp-69-
##############################################
kino-1.3.4+dfsg0/depcomp-224-  # Version 6 uses the directory in both cases.
kino-1.3.4+dfsg0/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
kino-1.3.4+dfsg0/depcomp-226-  test "x$dir" = "x$object" && dir=
kino-1.3.4+dfsg0/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
kino-1.3.4+dfsg0/depcomp-228-  if test "$libtool" = yes; then
##############################################
kino-1.3.4+dfsg0/depcomp-253-    # Do two passes, one to just change these to
kino-1.3.4+dfsg0/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
kino-1.3.4+dfsg0/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
kino-1.3.4+dfsg0/depcomp-295-  # Do two passes, one to just change these to
kino-1.3.4+dfsg0/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
kino-1.3.4+dfsg0/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
kino-1.3.4+dfsg0/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
kino-1.3.4+dfsg0/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
kino-1.3.4+dfsg0/depcomp-313-  test "x$dir" = "x$object" && dir=
kino-1.3.4+dfsg0/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
kino-1.3.4+dfsg0/depcomp-315-  if test "$libtool" = yes; then
##############################################
kino-1.3.4+dfsg0/depcomp-355-   # Subdirectories are respected.
kino-1.3.4+dfsg0/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
kino-1.3.4+dfsg0/depcomp-357-   test "x$dir" = "x$object" && dir=
kino-1.3.4+dfsg0/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
kino-1.3.4+dfsg0/depcomp-359-
##############################################
kino-1.3.4+dfsg0/depcomp-501-  done
kino-1.3.4+dfsg0/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
kino-1.3.4+dfsg0/depcomp-503-  touch "$tmpdepfile"
##############################################
kino-1.3.4+dfsg0/po/Makefile.in.in-58-
kino-1.3.4+dfsg0/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)
kino-1.3.4+dfsg0/po/Makefile.in.in-60-
##############################################
kino-1.3.4+dfsg0/po/Makefile.in.in-83-.po.gmo:
kino-1.3.4+dfsg0/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
kino-1.3.4+dfsg0/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
kino-1.3.4+dfsg0/po/Makefile.in.in-184-	  echo "$$lang:"; \
kino-1.3.4+dfsg0/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
kino-1.3.4+dfsg0/po/Makefile.in.in-186-	  if $$result; then \
##############################################
kino-1.3.4+dfsg0/config.guess-40-
kino-1.3.4+dfsg0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
kino-1.3.4+dfsg0/config.guess-42-
##############################################
kino-1.3.4+dfsg0/config.guess-109-: ${TMPDIR=/tmp} ;
kino-1.3.4+dfsg0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
kino-1.3.4+dfsg0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
kino-1.3.4+dfsg0/config.guess-195-	    *)
kino-1.3.4+dfsg0/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
kino-1.3.4+dfsg0/config.guess-197-		;;
##############################################
kino-1.3.4+dfsg0/config.guess-222-	*4.0)
kino-1.3.4+dfsg0/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
kino-1.3.4+dfsg0/config.guess-224-		;;
kino-1.3.4+dfsg0/config.guess-225-	*5.*)
kino-1.3.4+dfsg0/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
kino-1.3.4+dfsg0/config.guess-227-		;;
##############################################
kino-1.3.4+dfsg0/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
kino-1.3.4+dfsg0/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
kino-1.3.4+dfsg0/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
kino-1.3.4+dfsg0/config.guess-270-	# 1.2 uses "1.2" for uname -r.
kino-1.3.4+dfsg0/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
kino-1.3.4+dfsg0/config.guess-272-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-327-    s390x:SunOS:*:*)
kino-1.3.4+dfsg0/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-329-	exit ;;
kino-1.3.4+dfsg0/config.guess-330-    sun4H:SunOS:5.*:*)
kino-1.3.4+dfsg0/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-332-	exit ;;
kino-1.3.4+dfsg0/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
kino-1.3.4+dfsg0/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-335-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-349-	fi
kino-1.3.4+dfsg0/config.guess:350:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-351-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
kino-1.3.4+dfsg0/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-357-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
kino-1.3.4+dfsg0/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
kino-1.3.4+dfsg0/config.guess-366-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-370-    sun*:*:4.2BSD:*)
kino-1.3.4+dfsg0/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
kino-1.3.4+dfsg0/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
kino-1.3.4+dfsg0/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
kino-1.3.4+dfsg0/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
kino-1.3.4+dfsg0/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
kino-1.3.4+dfsg0/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
kino-1.3.4+dfsg0/config.guess-508-    *:IRIX*:*:*)
kino-1.3.4+dfsg0/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
kino-1.3.4+dfsg0/config.guess-510-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-538-EOF
kino-1.3.4+dfsg0/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
kino-1.3.4+dfsg0/config.guess-540-		then
##############################################
kino-1.3.4+dfsg0/config.guess-551-    *:AIX:*:[456])
kino-1.3.4+dfsg0/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
kino-1.3.4+dfsg0/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
kino-1.3.4+dfsg0/config.guess-586-    9000/[34678]??:HP-UX:*:*)
kino-1.3.4+dfsg0/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
kino-1.3.4+dfsg0/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
kino-1.3.4+dfsg0/config.guess-640-EOF
kino-1.3.4+dfsg0/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
kino-1.3.4+dfsg0/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
kino-1.3.4+dfsg0/config.guess-668-    ia64:HP-UX:*:*)
kino-1.3.4+dfsg0/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
kino-1.3.4+dfsg0/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
kino-1.3.4+dfsg0/config.guess-698-EOF
kino-1.3.4+dfsg0/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
kino-1.3.4+dfsg0/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
kino-1.3.4+dfsg0/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
kino-1.3.4+dfsg0/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
kino-1.3.4+dfsg0/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
kino-1.3.4+dfsg0/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
kino-1.3.4+dfsg0/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
kino-1.3.4+dfsg0/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
kino-1.3.4+dfsg0/config.guess-789-	    pc98)
kino-1.3.4+dfsg0/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
kino-1.3.4+dfsg0/config.guess-791-	    amd64)
kino-1.3.4+dfsg0/config.guess:792:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
kino-1.3.4+dfsg0/config.guess-793-	    *)
kino-1.3.4+dfsg0/config.guess:794:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
kino-1.3.4+dfsg0/config.guess-795-	esac
##############################################
kino-1.3.4+dfsg0/config.guess-840-    prep*:SunOS:5.*:*)
kino-1.3.4+dfsg0/config.guess:841:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
kino-1.3.4+dfsg0/config.guess-842-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-844-	# the GNU system
kino-1.3.4+dfsg0/config.guess:845:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
kino-1.3.4+dfsg0/config.guess-846-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-848-	# other systems with GNU libc and userland
kino-1.3.4+dfsg0/config.guess:849:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
kino-1.3.4+dfsg0/config.guess-850-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
kino-1.3.4+dfsg0/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
kino-1.3.4+dfsg0/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
kino-1.3.4+dfsg0/config.guess-1340-    *:DragonFly:*:*)
kino-1.3.4+dfsg0/config.guess:1341:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
kino-1.3.4+dfsg0/config.guess-1342-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-1353-    i*86:skyos:*:*)
kino-1.3.4+dfsg0/config.guess:1354:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
kino-1.3.4+dfsg0/config.guess-1355-	exit ;;
##############################################
kino-1.3.4+dfsg0/config.guess-1481-
kino-1.3.4+dfsg0/config.guess:1482:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
kino-1.3.4+dfsg0/config.guess-1483-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
kino-1.3.4+dfsg0/config.sub-56-
kino-1.3.4+dfsg0/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
kino-1.3.4+dfsg0/config.sub-58-
##############################################
kino-1.3.4+dfsg0/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
kino-1.3.4+dfsg0/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
kino-1.3.4+dfsg0/config.sub-122-case $maybe_os in
##############################################
kino-1.3.4+dfsg0/config.sub-127-    os=-$maybe_os
kino-1.3.4+dfsg0/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
kino-1.3.4+dfsg0/config.sub-129-    ;;
kino-1.3.4+dfsg0/config.sub-130-  *)
kino-1.3.4+dfsg0/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
kino-1.3.4+dfsg0/config.sub-132-    if [ $basic_machine != $1 ]
kino-1.3.4+dfsg0/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
kino-1.3.4+dfsg0/config.sub-134-    else os=; fi
##############################################
kino-1.3.4+dfsg0/config.sub-178-		os=-sco5v6
kino-1.3.4+dfsg0/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-180-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-182-		os=-sco3.2v5
kino-1.3.4+dfsg0/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-184-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-186-		os=-sco3.2v4
kino-1.3.4+dfsg0/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-188-		;;
kino-1.3.4+dfsg0/config.sub-189-	-sco3.2.[4-9]*)
kino-1.3.4+dfsg0/config.sub:190:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
kino-1.3.4+dfsg0/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-192-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-194-		# Don't forget version if it is 3.2v4 or newer.
kino-1.3.4+dfsg0/config.sub:195:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-196-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-198-		# Don't forget version if it is 3.2v4 or newer.
kino-1.3.4+dfsg0/config.sub:199:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-200-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-202-		os=-sco3.2v2
kino-1.3.4+dfsg0/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-204-		;;
kino-1.3.4+dfsg0/config.sub-205-	-udk*)
kino-1.3.4+dfsg0/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-207-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-209-		os=-isc2.2
kino-1.3.4+dfsg0/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-211-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-215-	-isc*)
kino-1.3.4+dfsg0/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-217-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-221-	-ptx*)
kino-1.3.4+dfsg0/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
kino-1.3.4+dfsg0/config.sub-223-		;;
kino-1.3.4+dfsg0/config.sub-224-	-windowsnt*)
kino-1.3.4+dfsg0/config.sub:225:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
kino-1.3.4+dfsg0/config.sub-226-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-315-	*-*-*)
kino-1.3.4+dfsg0/config.sub:316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
kino-1.3.4+dfsg0/config.sub-317-		exit 1
##############################################
kino-1.3.4+dfsg0/config.sub-424-	amd64-*)
kino-1.3.4+dfsg0/config.sub:425:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-426-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-466-	blackfin-*)
kino-1.3.4+dfsg0/config.sub:467:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-468-		os=-linux
##############################################
kino-1.3.4+dfsg0/config.sub-665-	i*86v32)
kino-1.3.4+dfsg0/config.sub:666:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-667-		os=-sysv32
##############################################
kino-1.3.4+dfsg0/config.sub-669-	i*86v4*)
kino-1.3.4+dfsg0/config.sub:670:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-671-		os=-sysv4
##############################################
kino-1.3.4+dfsg0/config.sub-673-	i*86v)
kino-1.3.4+dfsg0/config.sub:674:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-675-		os=-sysv
##############################################
kino-1.3.4+dfsg0/config.sub-677-	i*86sol2)
kino-1.3.4+dfsg0/config.sub:678:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
kino-1.3.4+dfsg0/config.sub-679-		os=-solaris2
##############################################
kino-1.3.4+dfsg0/config.sub-707-	m68knommu-*)
kino-1.3.4+dfsg0/config.sub:708:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-709-		os=-linux
##############################################
kino-1.3.4+dfsg0/config.sub-737-	mips3*-*)
kino-1.3.4+dfsg0/config.sub:738:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
kino-1.3.4+dfsg0/config.sub-739-		;;
kino-1.3.4+dfsg0/config.sub-740-	mips3*)
kino-1.3.4+dfsg0/config.sub:741:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
kino-1.3.4+dfsg0/config.sub-742-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-755-	ms1-*)
kino-1.3.4+dfsg0/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
kino-1.3.4+dfsg0/config.sub-757-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-860-	parisc-*)
kino-1.3.4+dfsg0/config.sub:861:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-862-		os=-linux
##############################################
kino-1.3.4+dfsg0/config.sub-876-	pc98-*)
kino-1.3.4+dfsg0/config.sub:877:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-878-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-891-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
kino-1.3.4+dfsg0/config.sub:892:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-893-		;;
kino-1.3.4+dfsg0/config.sub-894-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
kino-1.3.4+dfsg0/config.sub:895:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-896-		;;
kino-1.3.4+dfsg0/config.sub-897-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
kino-1.3.4+dfsg0/config.sub:898:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-899-		;;
kino-1.3.4+dfsg0/config.sub-900-	pentium4-*)
kino-1.3.4+dfsg0/config.sub:901:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-902-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-909-		;;
kino-1.3.4+dfsg0/config.sub:910:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-911-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-915-	ppcle-* | powerpclittle-*)
kino-1.3.4+dfsg0/config.sub:916:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-917-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-919-		;;
kino-1.3.4+dfsg0/config.sub:920:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-921-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-925-	ppc64le-* | powerpc64little-*)
kino-1.3.4+dfsg0/config.sub:926:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
kino-1.3.4+dfsg0/config.sub-927-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1217-	*)
kino-1.3.4+dfsg0/config.sub:1218:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
kino-1.3.4+dfsg0/config.sub-1219-		exit 1
##############################################
kino-1.3.4+dfsg0/config.sub-1225-	*-digital*)
kino-1.3.4+dfsg0/config.sub:1226:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
kino-1.3.4+dfsg0/config.sub-1227-		;;
kino-1.3.4+dfsg0/config.sub-1228-	*-commodore*)
kino-1.3.4+dfsg0/config.sub:1229:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
kino-1.3.4+dfsg0/config.sub-1230-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1243-	-solaris1 | -solaris1.*)
kino-1.3.4+dfsg0/config.sub:1244:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
kino-1.3.4+dfsg0/config.sub-1245-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1255-	-gnu/linux*)
kino-1.3.4+dfsg0/config.sub:1256:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
kino-1.3.4+dfsg0/config.sub-1257-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1300-	-nto*)
kino-1.3.4+dfsg0/config.sub:1301:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
kino-1.3.4+dfsg0/config.sub-1302-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1307-	-mac*)
kino-1.3.4+dfsg0/config.sub:1308:		os=`echo $os | sed -e 's|mac|macos|'`
kino-1.3.4+dfsg0/config.sub-1309-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1313-	-linux*)
kino-1.3.4+dfsg0/config.sub:1314:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
kino-1.3.4+dfsg0/config.sub-1315-		;;
kino-1.3.4+dfsg0/config.sub-1316-	-sunos5*)
kino-1.3.4+dfsg0/config.sub:1317:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
kino-1.3.4+dfsg0/config.sub-1318-		;;
kino-1.3.4+dfsg0/config.sub-1319-	-sunos6*)
kino-1.3.4+dfsg0/config.sub:1320:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
kino-1.3.4+dfsg0/config.sub-1321-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1368-	-sinix5.*)
kino-1.3.4+dfsg0/config.sub:1369:		os=`echo $os | sed -e 's|sinix|sysv|'`
kino-1.3.4+dfsg0/config.sub-1370-		;;
##############################################
kino-1.3.4+dfsg0/config.sub-1422-		# Get rid of the `-' at the beginning of $os.
kino-1.3.4+dfsg0/config.sub:1423:		os=`echo $os | sed 's/[^-]*-//'`
kino-1.3.4+dfsg0/config.sub:1424:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
kino-1.3.4+dfsg0/config.sub-1425-		exit 1
##############################################
kino-1.3.4+dfsg0/config.sub-1673-		esac
kino-1.3.4+dfsg0/config.sub:1674:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
kino-1.3.4+dfsg0/config.sub-1675-		;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
kino-1.3.4+dfsg0/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
kino-1.3.4+dfsg0/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
kino-1.3.4+dfsg0/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
kino-1.3.4+dfsg0/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-392-   if test "x$srcdir" != "x."; then
kino-1.3.4+dfsg0/aclocal.m4:393:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
kino-1.3.4+dfsg0/aclocal.m4-394-       posrcprefix="$srcdir/"
##############################################
kino-1.3.4+dfsg0/aclocal.m4-416-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
kino-1.3.4+dfsg0/aclocal.m4:417:datarootdir=`eval echo "${datarootdir}"`
kino-1.3.4+dfsg0/aclocal.m4-418-if test "x$CATOBJEXT" = "x.mo" ; then
kino-1.3.4+dfsg0/aclocal.m4:419:  localedir=`eval echo "${libdir}/locale"`
kino-1.3.4+dfsg0/aclocal.m4-420-else
kino-1.3.4+dfsg0/aclocal.m4:421:  localedir=`eval echo "${datadir}/locale"`
kino-1.3.4+dfsg0/aclocal.m4-422-fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-472-
kino-1.3.4+dfsg0/aclocal.m4:473:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
kino-1.3.4+dfsg0/aclocal.m4-474-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
kino-1.3.4+dfsg0/aclocal.m4:475:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
kino-1.3.4+dfsg0/aclocal.m4-476-    ]
##############################################
kino-1.3.4+dfsg0/aclocal.m4-536-fi
kino-1.3.4+dfsg0/aclocal.m4:537:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/aclocal.m4:538:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/aclocal.m4:539:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
kino-1.3.4+dfsg0/aclocal.m4-540-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-552-else
kino-1.3.4+dfsg0/aclocal.m4:553:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
kino-1.3.4+dfsg0/aclocal.m4-554-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-557-   AC_MSG_CHECKING([for XML::Parser])
kino-1.3.4+dfsg0/aclocal.m4:558:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
kino-1.3.4+dfsg0/aclocal.m4-559-       AC_MSG_RESULT([ok])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-768-done
kino-1.3.4+dfsg0/aclocal.m4:769:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
kino-1.3.4+dfsg0/aclocal.m4-770-])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1052-m4_define([_LT_CONFIG_STATUS_DECLARE],
kino-1.3.4+dfsg0/aclocal.m4:1053:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
kino-1.3.4+dfsg0/aclocal.m4-1054-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1062-#
kino-1.3.4+dfsg0/aclocal.m4:1063:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
kino-1.3.4+dfsg0/aclocal.m4-1064-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1164-]], lt_decl_quote_varnames); do
kino-1.3.4+dfsg0/aclocal.m4:1165:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
kino-1.3.4+dfsg0/aclocal.m4-1166-    *[[\\\\\\\`\\"\\\$]]*)
kino-1.3.4+dfsg0/aclocal.m4:1167:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
kino-1.3.4+dfsg0/aclocal.m4-1168-      ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1177-]], lt_decl_dquote_varnames); do
kino-1.3.4+dfsg0/aclocal.m4:1178:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
kino-1.3.4+dfsg0/aclocal.m4-1179-    *[[\\\\\\\`\\"\\\$]]*)
kino-1.3.4+dfsg0/aclocal.m4:1180:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
kino-1.3.4+dfsg0/aclocal.m4-1181-      ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1190-*'\\\[$]0 --fallback-echo"')dnl "
kino-1.3.4+dfsg0/aclocal.m4:1191:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
kino-1.3.4+dfsg0/aclocal.m4-1192-  ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1326-
kino-1.3.4+dfsg0/aclocal.m4:1327:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
kino-1.3.4+dfsg0/aclocal.m4-1328-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1673-    }'
kino-1.3.4+dfsg0/aclocal.m4:1674:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/aclocal.m4-1675-# Check for a 64-bit object if we didn't find anything.
kino-1.3.4+dfsg0/aclocal.m4-1676-if test -z "$aix_libpath"; then
kino-1.3.4+dfsg0/aclocal.m4:1677:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
kino-1.3.4+dfsg0/aclocal.m4-1678-fi],[])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1705-  # Remove one level of quotation (which was required for Make).
kino-1.3.4+dfsg0/aclocal.m4:1706:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
kino-1.3.4+dfsg0/aclocal.m4-1707-  ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1716-  :
kino-1.3.4+dfsg0/aclocal.m4:1717:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
kino-1.3.4+dfsg0/aclocal.m4-1718-  # Yippee, $ECHO works!
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1742-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
kino-1.3.4+dfsg0/aclocal.m4:1743:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
kino-1.3.4+dfsg0/aclocal.m4-1744-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1750-
kino-1.3.4+dfsg0/aclocal.m4:1751:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1752:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1753-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1765-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
kino-1.3.4+dfsg0/aclocal.m4:1766:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1767:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1768-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1777-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1778:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1779-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1792-        ECHO='printf %s\n'
kino-1.3.4+dfsg0/aclocal.m4:1793:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1794:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1795-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1797-	  :
kino-1.3.4+dfsg0/aclocal.m4:1798:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1799-	     test "X$echo_testing_string" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1800:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1801-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1806-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
kino-1.3.4+dfsg0/aclocal.m4:1807:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1808-	     test "X$echo_testing_string" = 'X\t' &&
kino-1.3.4+dfsg0/aclocal.m4:1809:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
kino-1.3.4+dfsg0/aclocal.m4-1810-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1816-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
kino-1.3.4+dfsg0/aclocal.m4:1817:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
kino-1.3.4+dfsg0/aclocal.m4-1818-	    then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1824-	  if test "$prev" != 'sed 50q "[$]0"'; then
kino-1.3.4+dfsg0/aclocal.m4:1825:	    echo_test_string=`eval $prev`
kino-1.3.4+dfsg0/aclocal.m4-1826-	    export echo_test_string
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1867-  if AC_TRY_EVAL(ac_compile); then
kino-1.3.4+dfsg0/aclocal.m4:1868:    case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/aclocal.m4-1869-      *ELF-32*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1883-    if test "$lt_cv_prog_gnu_ld" = yes; then
kino-1.3.4+dfsg0/aclocal.m4:1884:      case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/aclocal.m4-1885-	*32-bit*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-1895-    else
kino-1.3.4+dfsg0/aclocal.m4:1896:      case `/usr/bin/file conftest.$ac_objext` in
kino-1.3.4+dfsg0/aclocal.m4-1897-	*32-bit*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2187-    # And add a safety zone
kino-1.3.4+dfsg0/aclocal.m4:2188:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
kino-1.3.4+dfsg0/aclocal.m4:2189:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
kino-1.3.4+dfsg0/aclocal.m4-2190-    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2215-    if test -n "$kargmax"; then
kino-1.3.4+dfsg0/aclocal.m4:2216:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
kino-1.3.4+dfsg0/aclocal.m4-2217-    else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2223-    if test -n "$lt_cv_sys_max_cmd_len"; then
kino-1.3.4+dfsg0/aclocal.m4:2224:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
kino-1.3.4+dfsg0/aclocal.m4:2225:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
kino-1.3.4+dfsg0/aclocal.m4-2226-    else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2235-      # we can't tell.
kino-1.3.4+dfsg0/aclocal.m4:2236:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
kino-1.3.4+dfsg0/aclocal.m4-2237-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2239-      do
kino-1.3.4+dfsg0/aclocal.m4:2240:        i=`expr $i + 1`
kino-1.3.4+dfsg0/aclocal.m4-2241-        teststring=$teststring$teststring
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2243-      # Only check the string length outside the loop.
kino-1.3.4+dfsg0/aclocal.m4:2244:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
kino-1.3.4+dfsg0/aclocal.m4-2245-      teststring=
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2248-      # linker.  It appears as though 1/2 is a usable value.
kino-1.3.4+dfsg0/aclocal.m4:2249:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
kino-1.3.4+dfsg0/aclocal.m4-2250-    fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2563-  if test "$hard_links" = no; then
kino-1.3.4+dfsg0/aclocal.m4:2564:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
kino-1.3.4+dfsg0/aclocal.m4-2565-    need_locks=warn
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2689-  esac
kino-1.3.4+dfsg0/aclocal.m4:2690:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
kino-1.3.4+dfsg0/aclocal.m4-2691-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2695-    # okay in the real world where ";" in dirpaths is itself problematic.
kino-1.3.4+dfsg0/aclocal.m4:2696:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
kino-1.3.4+dfsg0/aclocal.m4-2697-  else
kino-1.3.4+dfsg0/aclocal.m4:2698:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
kino-1.3.4+dfsg0/aclocal.m4-2699-  fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2702-  lt_tmp_lt_search_path_spec=
kino-1.3.4+dfsg0/aclocal.m4:2703:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
kino-1.3.4+dfsg0/aclocal.m4-2704-  for lt_sys_path in $lt_search_path_spec; do
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2731-}'`
kino-1.3.4+dfsg0/aclocal.m4:2732:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
kino-1.3.4+dfsg0/aclocal.m4-2733-else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2819-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
kino-1.3.4+dfsg0/aclocal.m4:2820:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
kino-1.3.4+dfsg0/aclocal.m4-2821-    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2854-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
kino-1.3.4+dfsg0/aclocal.m4:2855:    postinstall_cmds='base_file=`basename \${file}`~
kino-1.3.4+dfsg0/aclocal.m4:2856:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
kino-1.3.4+dfsg0/aclocal.m4:2857:      dldir=$destdir/`dirname \$dlpath`~
kino-1.3.4+dfsg0/aclocal.m4-2858-      test -d \$dldir || mkdir -p \$dldir~
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2863-      fi'
kino-1.3.4+dfsg0/aclocal.m4:2864:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
kino-1.3.4+dfsg0/aclocal.m4-2865-      dlpath=$dir/\$dldll~
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2871-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
kino-1.3.4+dfsg0/aclocal.m4:2872:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/aclocal.m4-2873-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2876-      # MinGW DLLs use traditional 'lib' prefix
kino-1.3.4+dfsg0/aclocal.m4:2877:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/aclocal.m4:2878:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
kino-1.3.4+dfsg0/aclocal.m4-2879-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2885-        # which wouldn't understand a cygwinified path. Ahh.
kino-1.3.4+dfsg0/aclocal.m4:2886:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
kino-1.3.4+dfsg0/aclocal.m4-2887-      else
kino-1.3.4+dfsg0/aclocal.m4:2888:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
kino-1.3.4+dfsg0/aclocal.m4-2889-      fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2892-      # pw32 DLLs use 'pw' prefix rather than 'lib'
kino-1.3.4+dfsg0/aclocal.m4:2893:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
kino-1.3.4+dfsg0/aclocal.m4-2894-      ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2898-  *)
kino-1.3.4+dfsg0/aclocal.m4:2899:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
kino-1.3.4+dfsg0/aclocal.m4-2900-    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-2915-  shlibpath_var=DYLD_LIBRARY_PATH
kino-1.3.4+dfsg0/aclocal.m4:2916:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
kino-1.3.4+dfsg0/aclocal.m4-2917-m4_if([$1], [],[
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3116-  if test -f /etc/ld.so.conf; then
kino-1.3.4+dfsg0/aclocal.m4:3117:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
kino-1.3.4+dfsg0/aclocal.m4-3118-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3178-  shlibpath_var=LD_LIBRARY_PATH
kino-1.3.4+dfsg0/aclocal.m4:3179:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/aclocal.m4-3180-    case $host_os in
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3393-	"file_magic "*)
kino-1.3.4+dfsg0/aclocal.m4:3394:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
kino-1.3.4+dfsg0/aclocal.m4-3395-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3475-    # gcc leaves a trailing carriage return which upsets mingw
kino-1.3.4+dfsg0/aclocal.m4:3476:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
kino-1.3.4+dfsg0/aclocal.m4-3477-  *)
kino-1.3.4+dfsg0/aclocal.m4:3478:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
kino-1.3.4+dfsg0/aclocal.m4-3479-  esac
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3484-      # Canonicalize the pathname of ld
kino-1.3.4+dfsg0/aclocal.m4:3485:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
kino-1.3.4+dfsg0/aclocal.m4-3486-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
kino-1.3.4+dfsg0/aclocal.m4:3487:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
kino-1.3.4+dfsg0/aclocal.m4-3488-      done
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3515-      # Break only if it was the GNU/non-GNU ld that we prefer.
kino-1.3.4+dfsg0/aclocal.m4:3516:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/aclocal.m4-3517-      *GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3555-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
kino-1.3.4+dfsg0/aclocal.m4:3556:case `$LD -v 2>&1 </dev/null` in
kino-1.3.4+dfsg0/aclocal.m4-3557-*GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3739-openbsd*)
kino-1.3.4+dfsg0/aclocal.m4:3740:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/aclocal.m4-3741-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3830-	# Tru64's nm complains that /dev/null is an invalid object file
kino-1.3.4+dfsg0/aclocal.m4:3831:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
kino-1.3.4+dfsg0/aclocal.m4-3832-	*/dev/null* | *'Invalid file or object type'*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-3836-	*)
kino-1.3.4+dfsg0/aclocal.m4:3837:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
kino-1.3.4+dfsg0/aclocal.m4-3838-	  */dev/null*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4001-# If we're using GNU nm, then use its standard symbol codes.
kino-1.3.4+dfsg0/aclocal.m4:4002:case `$NM -V 2>&1` in
kino-1.3.4+dfsg0/aclocal.m4-4003-*GNU* | *'with BFD'*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4019-mingw*)
kino-1.3.4+dfsg0/aclocal.m4:4020:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
kino-1.3.4+dfsg0/aclocal.m4-4021-  ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4070-    nlist=conftest.nm
kino-1.3.4+dfsg0/aclocal.m4:4071:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
kino-1.3.4+dfsg0/aclocal.m4-4072-      # Try sorting and uniquifying the output.
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4377-	  *)
kino-1.3.4+dfsg0/aclocal.m4:4378:	    case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/aclocal.m4-4379-	    *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4661-      *)
kino-1.3.4+dfsg0/aclocal.m4:4662:	case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/aclocal.m4-4663-	*Sun\ C*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4910-    supports_anon_versioning=no
kino-1.3.4+dfsg0/aclocal.m4:4911:    case `$LD -v 2>&1` in
kino-1.3.4+dfsg0/aclocal.m4-4912-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4975-	# is EXPORTS), use it as is; otherwise, prepend...
kino-1.3.4+dfsg0/aclocal.m4:4976:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
kino-1.3.4+dfsg0/aclocal.m4-4977-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-4998-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
kino-1.3.4+dfsg0/aclocal.m4:4999:      _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'
kino-1.3.4+dfsg0/aclocal.m4:5000:      _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'
kino-1.3.4+dfsg0/aclocal.m4-5001-      ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5016-        pgcc*)				# Portland Group C compiler
kino-1.3.4+dfsg0/aclocal.m4:5017:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/aclocal.m4-5018-	  tmp_addflag=' $pic_flag'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5020-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
kino-1.3.4+dfsg0/aclocal.m4:5021:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/aclocal.m4-5022-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5035-	esac
kino-1.3.4+dfsg0/aclocal.m4:5036:	case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/aclocal.m4-5037-	*Sun\ C*)			# Sun C 5.9
kino-1.3.4+dfsg0/aclocal.m4:5038:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/aclocal.m4-5039-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5104-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
kino-1.3.4+dfsg0/aclocal.m4:5105:      case `$LD -v 2>&1` in
kino-1.3.4+dfsg0/aclocal.m4-5106-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5225-	# below for broken collect2 doesn't work under 4.3+
kino-1.3.4+dfsg0/aclocal.m4:5226:	  collect2name=`${CC} -print-prog-name=collect2`
kino-1.3.4+dfsg0/aclocal.m4-5227-	  if test -f "$collect2name" &&
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5274-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
kino-1.3.4+dfsg0/aclocal.m4:5275:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
kino-1.3.4+dfsg0/aclocal.m4-5276-      else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5329-      # FIXME: Setting linknames here is a bad hack.
kino-1.3.4+dfsg0/aclocal.m4:5330:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
kino-1.3.4+dfsg0/aclocal.m4-5331-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5334-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
kino-1.3.4+dfsg0/aclocal.m4:5335:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
kino-1.3.4+dfsg0/aclocal.m4-5336-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5464-      if test "$GCC" = yes; then
kino-1.3.4+dfsg0/aclocal.m4:5465:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5466-	# Try to use the -exported_symbol ld option, if it does not
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5471-        AC_LINK_IFELSE(int foo(void) {},
kino-1.3.4+dfsg0/aclocal.m4:5472:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5473-        )
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5475-      else
kino-1.3.4+dfsg0/aclocal.m4:5476:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4:5477:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5478-      fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5512-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
kino-1.3.4+dfsg0/aclocal.m4:5513:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/aclocal.m4-5514-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5545-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/aclocal.m4:5546:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5547-      else
kino-1.3.4+dfsg0/aclocal.m4-5548-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
kino-1.3.4+dfsg0/aclocal.m4:5549:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5550-      fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5558-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/aclocal.m4:5559:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-5560-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5562-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
kino-1.3.4+dfsg0/aclocal.m4:5563:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4:5564:	_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~
kino-1.3.4+dfsg0/aclocal.m4:5565:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
kino-1.3.4+dfsg0/aclocal.m4-5566-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5581-      else
kino-1.3.4+dfsg0/aclocal.m4:5582:	case `$CC -V 2>&1` in
kino-1.3.4+dfsg0/aclocal.m4-5583-	*"Compilers 5.0"*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-5773-        _LT_TAGVAR(allow_undefined_flag, $1)=
kino-1.3.4+dfsg0/aclocal.m4:5774:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
kino-1.3.4+dfsg0/aclocal.m4-5775-        then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6083-        # ancient GNU ld didn't support --whole-archive et. al.
kino-1.3.4+dfsg0/aclocal.m4:6084:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
kino-1.3.4+dfsg0/aclocal.m4-6085-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6166-          # below for broken collect2 doesn't work under 4.3+
kino-1.3.4+dfsg0/aclocal.m4:6167:	  collect2name=`${CC} -print-prog-name=collect2`
kino-1.3.4+dfsg0/aclocal.m4-6168-	  if test -f "$collect2name" &&
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6216-
kino-1.3.4+dfsg0/aclocal.m4:6217:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
kino-1.3.4+dfsg0/aclocal.m4-6218-        else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6273-          # is EXPORTS), use it as is; otherwise, prepend...
kino-1.3.4+dfsg0/aclocal.m4:6274:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
kino-1.3.4+dfsg0/aclocal.m4-6275-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6349-            # dependencies.
kino-1.3.4+dfsg0/aclocal.m4:6350:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/aclocal.m4-6351-            ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6414-	    # dependencies.
kino-1.3.4+dfsg0/aclocal.m4:6415:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/aclocal.m4-6416-	    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6450-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
kino-1.3.4+dfsg0/aclocal.m4:6451:	_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'
kino-1.3.4+dfsg0/aclocal.m4:6452:	_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'
kino-1.3.4+dfsg0/aclocal.m4-6453-	;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6457-	    # SGI C++
kino-1.3.4+dfsg0/aclocal.m4:6458:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6459-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6468-	      if test "$with_gnu_ld" = no; then
kino-1.3.4+dfsg0/aclocal.m4:6469:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6470-	      else
kino-1.3.4+dfsg0/aclocal.m4:6471:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6472-	      fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6489-	    # to its proper name (with version) after linking.
kino-1.3.4+dfsg0/aclocal.m4:6490:	    _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'
kino-1.3.4+dfsg0/aclocal.m4:6491:	    _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'
kino-1.3.4+dfsg0/aclocal.m4-6492-	    # Commands to make compiler produce verbose output that lists
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6499-	    # dependencies.
kino-1.3.4+dfsg0/aclocal.m4:6500:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/aclocal.m4-6501-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6514-	    # earlier do not add the objects themselves.
kino-1.3.4+dfsg0/aclocal.m4:6515:	    case `$CC -V 2>&1` in
kino-1.3.4+dfsg0/aclocal.m4-6516-	      *"Version 7."*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6535-            # Portland Group C++ compiler
kino-1.3.4+dfsg0/aclocal.m4:6536:	    case `$CC -V` in
kino-1.3.4+dfsg0/aclocal.m4-6537-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6540-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
kino-1.3.4+dfsg0/aclocal.m4:6541:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
kino-1.3.4+dfsg0/aclocal.m4-6542-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6544-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
kino-1.3.4+dfsg0/aclocal.m4:6545:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
kino-1.3.4+dfsg0/aclocal.m4-6546-		$RANLIB $oldlib'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6549-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
kino-1.3.4+dfsg0/aclocal.m4:6550:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6551-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6553-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
kino-1.3.4+dfsg0/aclocal.m4:6554:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6555-	      ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6563-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
kino-1.3.4+dfsg0/aclocal.m4:6564:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/aclocal.m4-6565-            ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6582-	    # dependencies.
kino-1.3.4+dfsg0/aclocal.m4:6583:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/aclocal.m4-6584-	    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6597-	  *)
kino-1.3.4+dfsg0/aclocal.m4:6598:	    case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/aclocal.m4-6599-	    *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6604-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
kino-1.3.4+dfsg0/aclocal.m4:6605:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
kino-1.3.4+dfsg0/aclocal.m4-6606-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6674-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
kino-1.3.4+dfsg0/aclocal.m4:6675:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/aclocal.m4-6676-	    _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'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6693-	    # to its proper name (with version) after linking.
kino-1.3.4+dfsg0/aclocal.m4:6694:	    _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'
kino-1.3.4+dfsg0/aclocal.m4-6695-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6714-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
kino-1.3.4+dfsg0/aclocal.m4:6715:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6716-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6719-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
kino-1.3.4+dfsg0/aclocal.m4:6720:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4:6721:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
kino-1.3.4+dfsg0/aclocal.m4-6722-	          echo "-hidden">> $lib.exp~
kino-1.3.4+dfsg0/aclocal.m4:6723:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
kino-1.3.4+dfsg0/aclocal.m4-6724-	          $RM $lib.exp'
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6738-	    # dependencies.
kino-1.3.4+dfsg0/aclocal.m4:6739:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
kino-1.3.4+dfsg0/aclocal.m4-6740-	    ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-6745-	        osf3*)
kino-1.3.4+dfsg0/aclocal.m4:6746:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6747-		  ;;
kino-1.3.4+dfsg0/aclocal.m4-6748-	        *)
kino-1.3.4+dfsg0/aclocal.m4:6749:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
kino-1.3.4+dfsg0/aclocal.m4-6750-		  ;;
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7044-
kino-1.3.4+dfsg0/aclocal.m4:7045:  for p in `eval "$output_verbose_link_cmd"`; do
kino-1.3.4+dfsg0/aclocal.m4-7046-    case $p in
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7130-linux*)
kino-1.3.4+dfsg0/aclocal.m4:7131:  case `$CC -V 2>&1 | sed 5q` in
kino-1.3.4+dfsg0/aclocal.m4-7132-  *Sun\ C*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7181-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
kino-1.3.4+dfsg0/aclocal.m4:7182: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
kino-1.3.4+dfsg0/aclocal.m4-7183-fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7715-    test $lt_ac_count -gt 10 && break
kino-1.3.4+dfsg0/aclocal.m4:7716:    lt_ac_count=`expr $lt_ac_count + 1`
kino-1.3.4+dfsg0/aclocal.m4-7717-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7890-  # Extract subdirectory from the argument.
kino-1.3.4+dfsg0/aclocal.m4:7891:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
kino-1.3.4+dfsg0/aclocal.m4-7892-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7901-{
kino-1.3.4+dfsg0/aclocal.m4:7902:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
kino-1.3.4+dfsg0/aclocal.m4-7903-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7931-{
kino-1.3.4+dfsg0/aclocal.m4:7932:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
kino-1.3.4+dfsg0/aclocal.m4:7933:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
kino-1.3.4+dfsg0/aclocal.m4-7934-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7938-{
kino-1.3.4+dfsg0/aclocal.m4:7939:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
kino-1.3.4+dfsg0/aclocal.m4-7940-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7944-{
kino-1.3.4+dfsg0/aclocal.m4:7945:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
kino-1.3.4+dfsg0/aclocal.m4-7946-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7950-{
kino-1.3.4+dfsg0/aclocal.m4:7951:  func_arith_result=`expr "$[@]"`
kino-1.3.4+dfsg0/aclocal.m4-7952-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-7957-{
kino-1.3.4+dfsg0/aclocal.m4:7958:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
kino-1.3.4+dfsg0/aclocal.m4-7959-}
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8420-m4_define([lt_combine],
kino-1.3.4+dfsg0/aclocal.m4:8421:[m4_if(m4_eval([$# > 3]), [1],
kino-1.3.4+dfsg0/aclocal.m4-8422-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8698-    PKG_CHECK_EXISTS([$3],
kino-1.3.4+dfsg0/aclocal.m4:8699:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
kino-1.3.4+dfsg0/aclocal.m4-8700-		     [pkg_failed=yes])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8745-        if test $_pkg_short_errors_supported = yes; then
kino-1.3.4+dfsg0/aclocal.m4:8746:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
kino-1.3.4+dfsg0/aclocal.m4-8747-        else 
kino-1.3.4+dfsg0/aclocal.m4:8748:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
kino-1.3.4+dfsg0/aclocal.m4-8749-        fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8828-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
kino-1.3.4+dfsg0/aclocal.m4:8829:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
kino-1.3.4+dfsg0/aclocal.m4-8830-#
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8852-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
kino-1.3.4+dfsg0/aclocal.m4:8853:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
kino-1.3.4+dfsg0/aclocal.m4-8854-# and then we would define $MISSING as
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8868-# expand $ac_aux_dir to an absolute path
kino-1.3.4+dfsg0/aclocal.m4:8869:am_aux_dir=`cd $ac_aux_dir && pwd`
kino-1.3.4+dfsg0/aclocal.m4-8870-])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-8992-  if test "$am_compiler_list" = ""; then
kino-1.3.4+dfsg0/aclocal.m4:8993:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
kino-1.3.4+dfsg0/aclocal.m4-8994-  fi
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9138-    # Strip MF so we end up with the name of the file.
kino-1.3.4+dfsg0/aclocal.m4:9139:    mf=`echo "$mf" | sed -e 's/:.*$//'`
kino-1.3.4+dfsg0/aclocal.m4-9140-    # Check whether this is an Automake generated Makefile or not.
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9147-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
kino-1.3.4+dfsg0/aclocal.m4:9148:      dirpart=`AS_DIRNAME("$mf")`
kino-1.3.4+dfsg0/aclocal.m4-9149-    else
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9153-    # from the Makefile without running `make'.
kino-1.3.4+dfsg0/aclocal.m4:9154:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
kino-1.3.4+dfsg0/aclocal.m4-9155-    test -z "$DEPDIR" && continue
kino-1.3.4+dfsg0/aclocal.m4:9156:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
kino-1.3.4+dfsg0/aclocal.m4-9157-    test -z "am__include" && continue
kino-1.3.4+dfsg0/aclocal.m4:9158:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
kino-1.3.4+dfsg0/aclocal.m4-9159-    # When using ansi2knr, U may be empty or an underscore; expand it
kino-1.3.4+dfsg0/aclocal.m4:9160:    U=`sed -n 's/^U = //p' < "$mf"`
kino-1.3.4+dfsg0/aclocal.m4-9161-    # Find all dependency output files, they are included files with
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9169-      test -f "$dirpart/$file" && continue
kino-1.3.4+dfsg0/aclocal.m4:9170:      fdir=`AS_DIRNAME(["$file"])`
kino-1.3.4+dfsg0/aclocal.m4-9171-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9236-AC_REQUIRE([AC_PROG_INSTALL])dnl
kino-1.3.4+dfsg0/aclocal.m4:9237:if test "`cd $srcdir && pwd`" != "`pwd`"; then
kino-1.3.4+dfsg0/aclocal.m4-9238-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9338-    * )
kino-1.3.4+dfsg0/aclocal.m4:9339:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
kino-1.3.4+dfsg0/aclocal.m4-9340-  esac
kino-1.3.4+dfsg0/aclocal.m4-9341-done
kino-1.3.4+dfsg0/aclocal.m4:9342:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
kino-1.3.4+dfsg0/aclocal.m4-9343-
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9453-# Ignore all kinds of additional output from `make'.
kino-1.3.4+dfsg0/aclocal.m4:9454:case `$am_make -s -f confmf 2> /dev/null` in #(
kino-1.3.4+dfsg0/aclocal.m4-9455-*the\ am__doit\ target*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9463-   echo '.include "confinc"' > confmf
kino-1.3.4+dfsg0/aclocal.m4:9464:   case `$am_make -s -f confmf 2> /dev/null` in #(
kino-1.3.4+dfsg0/aclocal.m4-9465-   *the\ am__doit\ target*)
##############################################
kino-1.3.4+dfsg0/aclocal.m4-9616-if (
kino-1.3.4+dfsg0/aclocal.m4:9617:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
kino-1.3.4+dfsg0/aclocal.m4-9618-   if test "$[*]" = "X"; then
kino-1.3.4+dfsg0/aclocal.m4-9619-      # -L didn't work.
kino-1.3.4+dfsg0/aclocal.m4:9620:      set X `ls -t "$srcdir/configure" conftest.file`
kino-1.3.4+dfsg0/aclocal.m4-9621-   fi
##############################################
kino-1.3.4+dfsg0/install-sh-217-      fi
kino-1.3.4+dfsg0/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
kino-1.3.4+dfsg0/install-sh-219-    *)
##############################################
kino-1.3.4+dfsg0/install-sh-269-      dstdir=$dst
kino-1.3.4+dfsg0/install-sh:270:      dst=$dstdir/`basename "$src"`
kino-1.3.4+dfsg0/install-sh-271-      dstdir_status=0
##############################################
kino-1.3.4+dfsg0/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
kino-1.3.4+dfsg0/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
kino-1.3.4+dfsg0/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
kino-1.3.4+dfsg0/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
kino-1.3.4+dfsg0/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
kino-1.3.4+dfsg0/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
kino-1.3.4+dfsg0/install-sh-418-	    case $prefix in
kino-1.3.4+dfsg0/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
kino-1.3.4+dfsg0/install-sh-420-	      *) qprefix=$prefix;;
##############################################
kino-1.3.4+dfsg0/install-sh-467-    if $copy_on_change &&
kino-1.3.4+dfsg0/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
kino-1.3.4+dfsg0/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
kino-1.3.4+dfsg0/install-sh-470-
##############################################
kino-1.3.4+dfsg0/help/Makefile.in-275-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/help/Makefile.in:276:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/help/Makefile.in:277:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/help/Makefile.in-278-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/help/Makefile.in-289-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/help/Makefile.in:290:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/help/Makefile.in-291-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/config.rpath-42-host="$1"
kino-1.3.4+dfsg0/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
kino-1.3.4+dfsg0/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
kino-1.3.4+dfsg0/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
kino-1.3.4+dfsg0/config.rpath-46-
##############################################
kino-1.3.4+dfsg0/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
kino-1.3.4+dfsg0/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
kino-1.3.4+dfsg0/config.rpath-198-          if test -f "$collect2name" && \
##############################################
kino-1.3.4+dfsg0/config.rpath-275-      hardcode_direct=yes
kino-1.3.4+dfsg0/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
kino-1.3.4+dfsg0/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
kino-1.3.4+dfsg0/config.rpath-379-        shlibext=dll
kino-1.3.4+dfsg0/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
kino-1.3.4+dfsg0/config.rpath-381-        ;;
##############################################
kino-1.3.4+dfsg0/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
kino-1.3.4+dfsg0/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
kino-1.3.4+dfsg0/config.rpath-480-
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-114-	ps-recursive uninstall-recursive
kino-1.3.4+dfsg0/src/Makefile.in:115:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/src/Makefile.in-116-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/src/Makefile.in:117:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/src/Makefile.in-118-    *) f=$$p;; \
kino-1.3.4+dfsg0/src/Makefile.in-119-  esac;
kino-1.3.4+dfsg0/src/Makefile.in:120:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/src/Makefile.in-121-am__install_max = 40
kino-1.3.4+dfsg0/src/Makefile.in-122-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/src/Makefile.in:123:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/src/Makefile.in-124-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-155-  while test -n "$$dir1"; do \
kino-1.3.4+dfsg0/src/Makefile.in:156:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/src/Makefile.in-157-    if test "$$first" != "."; then \
kino-1.3.4+dfsg0/src/Makefile.in-158-      if test "$$first" = ".."; then \
kino-1.3.4+dfsg0/src/Makefile.in:159:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
kino-1.3.4+dfsg0/src/Makefile.in:160:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
kino-1.3.4+dfsg0/src/Makefile.in-161-      else \
kino-1.3.4+dfsg0/src/Makefile.in:162:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/src/Makefile.in-163-        if test "$$first2" = "$$first"; then \
kino-1.3.4+dfsg0/src/Makefile.in:164:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/src/Makefile.in-165-        else \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-170-    fi; \
kino-1.3.4+dfsg0/src/Makefile.in:171:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/src/Makefile.in-172-  done; \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-527-	test -n "$(EXEEXT)" || exit 0; \
kino-1.3.4+dfsg0/src/Makefile.in:528:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
kino-1.3.4+dfsg0/src/Makefile.in-529-	echo " rm -f" $$list; \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-596-.c.obj:
kino-1.3.4+dfsg0/src/Makefile.in:597:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/Makefile.in-598-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/Makefile.in:601:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/Makefile.in-602-
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-617-.cc.obj:
kino-1.3.4+dfsg0/src/Makefile.in:618:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/Makefile.in-619-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/Makefile.in:622:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/Makefile.in-623-
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-689-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
kino-1.3.4+dfsg0/src/Makefile.in:690:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/src/Makefile.in-691-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-709-	dot_seen=no; \
kino-1.3.4+dfsg0/src/Makefile.in:710:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/src/Makefile.in-711-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-744-	rev="$$rev ."; \
kino-1.3.4+dfsg0/src/Makefile.in:745:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/src/Makefile.in-746-	for subdir in $$rev; do \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-822-GTAGS:
kino-1.3.4+dfsg0/src/Makefile.in:823:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/src/Makefile.in-824-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-843-	else :; fi
kino-1.3.4+dfsg0/src/Makefile.in:844:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/Makefile.in:845:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/Makefile.in-846-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/Makefile.in-857-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/Makefile.in:858:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/Makefile.in-859-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-47-CONFIG_CLEAN_VPATH_FILES =
kino-1.3.4+dfsg0/src/timfx/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/src/timfx/Makefile.in-49-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-51-    *) f=$$p;; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-52-  esac;
kino-1.3.4+dfsg0/src/timfx/Makefile.in:53:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/src/timfx/Makefile.in-54-am__install_max = 40
kino-1.3.4+dfsg0/src/timfx/Makefile.in-55-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:56:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/src/timfx/Makefile.in-57-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-126-  while test -n "$$dir1"; do \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:127:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-128-    if test "$$first" != "."; then \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-129-      if test "$$first" = ".."; then \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:130:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:131:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-132-      else \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:133:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-134-        if test "$$first2" = "$$first"; then \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:135:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-136-        else \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-141-    fi; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:142:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-143-  done; \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-402-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:403:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-404-	  test "$$dir" != "$$p" || dir=.; \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-430-.cc.obj:
kino-1.3.4+dfsg0/src/timfx/Makefile.in:431:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/timfx/Makefile.in-432-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/timfx/Makefile.in:435:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/timfx/Makefile.in-436-
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-464-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:465:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-466-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-484-	dot_seen=no; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:485:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-486-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-519-	rev="$$rev ."; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:520:	target=`echo $@ | sed s/-recursive//`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-521-	for subdir in $$rev; do \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-597-GTAGS:
kino-1.3.4+dfsg0/src/timfx/Makefile.in:598:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-599-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-605-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/src/timfx/Makefile.in:606:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:607:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-608-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/timfx/Makefile.in-619-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/timfx/Makefile.in:620:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/timfx/Makefile.in-621-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-48-DIST_SOURCES =
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-50-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-52-    *) f=$$p;; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-53-  esac;
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-55-am__install_max = 40
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-56-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-58-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-339-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:340:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-341-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-351-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-354-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-365-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in:366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/timfx/lumas/Makefile.in-367-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-337-.c.obj:
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:338:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-339-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:342:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-343-
##############################################
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-401-GTAGS:
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:402:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-403-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-409-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:410:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:411:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-412-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-423-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in:424:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/cell-renderers/Makefile.in-425-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-47-CONFIG_CLEAN_VPATH_FILES =
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-49-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-51-    *) f=$$p;; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-52-  esac;
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:53:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-54-am__install_max = 40
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-55-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:56:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-57-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-361-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:362:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-363-	  test "$$dir" != "$$p" || dir=.; \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-387-.cc.obj:
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:388:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-389-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:392:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-393-
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-421-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-423-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-471-GTAGS:
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-479-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:480:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:481:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-482-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-493-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in:494:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/dvtitler/Makefile.in-495-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-49-CONFIG_CLEAN_VPATH_FILES =
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:50:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-51-am__vpath_adj = case $$p in \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:52:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-53-    *) f=$$p;; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-54-  esac;
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:55:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-56-am__install_max = 40
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-57-am__nobase_strip_setup = \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:58:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-59-am__nobase_strip = \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-362-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:363:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-364-	  test "$$dir" != "$$p" || dir=.; \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-387-.cc.obj:
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:388:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-389-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:392:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-393-
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-421-	@list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-423-	test -n "$$files" || exit 0; \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-471-GTAGS:
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-479-distdir: $(DISTFILES)
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:480:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:481:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-482-	list='$(DISTFILES)'; \
##############################################
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-493-	  if test -d $$d/$$file; then \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in:494:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
kino-1.3.4+dfsg0/src/kinoplus/Makefile.in-495-	    if test -d "$(distdir)/$$file"; then \
##############################################
kino-1.3.4+dfsg0/debian/kino.preinst-17-		if [ "`md5sum \"/etc/udev/rules.d/kino.rules\" | sed -e \"s/ .*//\"`" = \
kino-1.3.4+dfsg0/debian/kino.preinst:18:		     "`dpkg-query -W -f='${Conffiles}' kino | sed -n -e \"\\\\' /etc/udev/rules.d/kino.rules's/.* //p\"`" ]
kino-1.3.4+dfsg0/debian/kino.preinst-19-		then
##############################################
kino-1.3.4+dfsg0/debian/rules-42-	rm -r $(CURDIR)/debian/kino/usr/etc
kino-1.3.4+dfsg0/debian/rules:43:	rm `find $(CURDIR)/debian/kino -name '*.la'`
kino-1.3.4+dfsg0/debian/rules-44-	# install icon