===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gpicview-0.2.5/ltmain.sh-167-{
gpicview-0.2.5/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gpicview-0.2.5/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gpicview-0.2.5/ltmain.sh-179-{
gpicview-0.2.5/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gpicview-0.2.5/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-198-    # Extract subdirectory from the argument.
gpicview-0.2.5/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gpicview-0.2.5/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gpicview-0.2.5/ltmain.sh-204-    fi
gpicview-0.2.5/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gpicview-0.2.5/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-217-    case ${2} in
gpicview-0.2.5/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gpicview-0.2.5/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gpicview-0.2.5/ltmain.sh-220-    esac
##############################################
gpicview-0.2.5/ltmain.sh-380-     progdir=$func_dirname_result
gpicview-0.2.5/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gpicview-0.2.5/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gpicview-0.2.5/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gpicview-0.2.5/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gpicview-0.2.5/ltmain.sh-419-bs='\\'
##############################################
gpicview-0.2.5/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gpicview-0.2.5/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gpicview-0.2.5/ltmain.sh-533-      done
gpicview-0.2.5/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gpicview-0.2.5/ltmain.sh-535-
##############################################
gpicview-0.2.5/ltmain.sh-566-      # If mktemp works, use that first and foremost
gpicview-0.2.5/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gpicview-0.2.5/ltmain.sh-568-
##############################################
gpicview-0.2.5/ltmain.sh-597-      *[\\\`\"\$]*)
gpicview-0.2.5/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gpicview-0.2.5/ltmain.sh-599-      *)
##############################################
gpicview-0.2.5/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gpicview-0.2.5/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gpicview-0.2.5/ltmain.sh-704-    ;;
##############################################
gpicview-0.2.5/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gpicview-0.2.5/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gpicview-0.2.5/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gpicview-0.2.5/ltmain.sh-772-	p
##############################################
gpicview-0.2.5/ltmain.sh-803-
gpicview-0.2.5/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gpicview-0.2.5/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gpicview-0.2.5/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-816-
gpicview-0.2.5/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gpicview-0.2.5/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gpicview-0.2.5/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-862-{
gpicview-0.2.5/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gpicview-0.2.5/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-870-{
gpicview-0.2.5/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gpicview-0.2.5/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-877-{
gpicview-0.2.5/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gpicview-0.2.5/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-884-{
gpicview-0.2.5/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gpicview-0.2.5/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gpicview-0.2.5/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gpicview-0.2.5/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gpicview-0.2.5/ltmain.sh-970-	eval "$extractedcf"
##############################################
gpicview-0.2.5/ltmain.sh-1382-      done
gpicview-0.2.5/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gpicview-0.2.5/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gpicview-0.2.5/ltmain.sh-1385-      case $@ in
##############################################
gpicview-0.2.5/ltmain.sh-1395-	    # Evaluate the configuration.
gpicview-0.2.5/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gpicview-0.2.5/ltmain.sh-1397-	    CC_quoted=
##############################################
gpicview-0.2.5/ltmain.sh-1401-	    done
gpicview-0.2.5/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gpicview-0.2.5/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gpicview-0.2.5/ltmain.sh-1404-	    case "$@ " in
##############################################
gpicview-0.2.5/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gpicview-0.2.5/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gpicview-0.2.5/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gpicview-0.2.5/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gpicview-0.2.5/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gpicview-0.2.5/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gpicview-0.2.5/ltmain.sh-1721-    # LT_CYGPATH in this case.
gpicview-0.2.5/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gpicview-0.2.5/ltmain.sh-1723-  fi
##############################################
gpicview-0.2.5/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gpicview-0.2.5/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gpicview-0.2.5/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gpicview-0.2.5/ltmain.sh-2060-    *.[cCFSifmso] | \
gpicview-0.2.5/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gpicview-0.2.5/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gpicview-0.2.5/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gpicview-0.2.5/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gpicview-0.2.5/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gpicview-0.2.5/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gpicview-0.2.5/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gpicview-0.2.5/ltmain.sh-2158-
##############################################
gpicview-0.2.5/ltmain.sh-2204-      if test "$need_locks" = warn &&
gpicview-0.2.5/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gpicview-0.2.5/ltmain.sh-2206-	$ECHO "\
gpicview-0.2.5/ltmain.sh-2207-*** ERROR, $lockfile contains:
gpicview-0.2.5/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gpicview-0.2.5/ltmain.sh-2209-
##############################################
gpicview-0.2.5/ltmain.sh-2253-      if test "$need_locks" = warn &&
gpicview-0.2.5/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gpicview-0.2.5/ltmain.sh-2255-	$ECHO "\
gpicview-0.2.5/ltmain.sh-2256-*** ERROR, $lockfile contains:
gpicview-0.2.5/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gpicview-0.2.5/ltmain.sh-2258-
##############################################
gpicview-0.2.5/ltmain.sh-2548-	  test -n "$library_names" && \
gpicview-0.2.5/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gpicview-0.2.5/ltmain.sh-2550-	  continue
##############################################
gpicview-0.2.5/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gpicview-0.2.5/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gpicview-0.2.5/ltmain.sh-2561-	  fi
##############################################
gpicview-0.2.5/ltmain.sh-2577-      # Get the absolute pathname.
gpicview-0.2.5/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gpicview-0.2.5/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gpicview-0.2.5/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gpicview-0.2.5/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gpicview-0.2.5/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gpicview-0.2.5/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gpicview-0.2.5/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gpicview-0.2.5/ltmain.sh-2959-
##############################################
gpicview-0.2.5/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gpicview-0.2.5/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gpicview-0.2.5/ltmain.sh-2972-	  else
gpicview-0.2.5/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gpicview-0.2.5/ltmain.sh-2974-	  fi
##############################################
gpicview-0.2.5/ltmain.sh-3130-	    fi
gpicview-0.2.5/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gpicview-0.2.5/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gpicview-0.2.5/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gpicview-0.2.5/ltmain.sh-3134-	      finalize=no
##############################################
gpicview-0.2.5/ltmain.sh-3149-	        # Replace the output file specification.
gpicview-0.2.5/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gpicview-0.2.5/ltmain.sh-3151-
##############################################
gpicview-0.2.5/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gpicview-0.2.5/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gpicview-0.2.5/ltmain.sh-3170-	  fi
##############################################
gpicview-0.2.5/ltmain.sh-3241-    my_pic_p="${3-no}"
gpicview-0.2.5/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gpicview-0.2.5/ltmain.sh-3243-    my_dlsyms=
##############################################
gpicview-0.2.5/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gpicview-0.2.5/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gpicview-0.2.5/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gpicview-0.2.5/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gpicview-0.2.5/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gpicview-0.2.5/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gpicview-0.2.5/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gpicview-0.2.5/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gpicview-0.2.5/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gpicview-0.2.5/ltmain.sh-3509-	  else
gpicview-0.2.5/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gpicview-0.2.5/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gpicview-0.2.5/ltmain.sh-3512-	  fi
##############################################
gpicview-0.2.5/ltmain.sh-3514-	*)
gpicview-0.2.5/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gpicview-0.2.5/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gpicview-0.2.5/ltmain.sh-3517-	  ;;
##############################################
gpicview-0.2.5/ltmain.sh-3529-      # Nullify the symbol file.
gpicview-0.2.5/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gpicview-0.2.5/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gpicview-0.2.5/ltmain.sh-3532-    fi
##############################################
gpicview-0.2.5/ltmain.sh-3545-  win32_libid_type="unknown"
gpicview-0.2.5/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gpicview-0.2.5/ltmain.sh-3547-  case $win32_fileres in
##############################################
gpicview-0.2.5/ltmain.sh-3596-  $opt_debug
gpicview-0.2.5/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gpicview-0.2.5/ltmain.sh-3598-}
##############################################
gpicview-0.2.5/ltmain.sh-3613-  $opt_debug
gpicview-0.2.5/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gpicview-0.2.5/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gpicview-0.2.5/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gpicview-0.2.5/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gpicview-0.2.5/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gpicview-0.2.5/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gpicview-0.2.5/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gpicview-0.2.5/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gpicview-0.2.5/ltmain.sh-3700-    # binutils import library
gpicview-0.2.5/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gpicview-0.2.5/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gpicview-0.2.5/ltmain.sh-3703-    # ms-generated import library
gpicview-0.2.5/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gpicview-0.2.5/ltmain.sh-3705-  else
##############################################
gpicview-0.2.5/ltmain.sh-3780-	  darwin_curdir=`pwd`
gpicview-0.2.5/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gpicview-0.2.5/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gpicview-0.2.5/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gpicview-0.2.5/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gpicview-0.2.5/ltmain.sh-3785-	    darwin_arch=
##############################################
gpicview-0.2.5/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gpicview-0.2.5/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gpicview-0.2.5/ltmain.sh-3797-	    darwin_file=
##############################################
gpicview-0.2.5/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gpicview-0.2.5/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gpicview-0.2.5/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gpicview-0.2.5/ltmain.sh-3814-      esac
gpicview-0.2.5/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gpicview-0.2.5/ltmain.sh-3816-    done
##############################################
gpicview-0.2.5/ltmain.sh-3885-
gpicview-0.2.5/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gpicview-0.2.5/ltmain.sh-3887-    $ECHO "\
##############################################
gpicview-0.2.5/ltmain.sh-3920-    --lt-dump-script)
gpicview-0.2.5/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gpicview-0.2.5/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gpicview-0.2.5/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gpicview-0.2.5/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gpicview-0.2.5/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gpicview-0.2.5/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gpicview-0.2.5/ltmain.sh-3949-  done
##############################################
gpicview-0.2.5/ltmain.sh-4005-  # Find the directory that this script lives in.
gpicview-0.2.5/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gpicview-0.2.5/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gpicview-0.2.5/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gpicview-0.2.5/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gpicview-0.2.5/ltmain.sh-4011-  while test -n \"\$file\"; do
gpicview-0.2.5/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gpicview-0.2.5/ltmain.sh-4013-
##############################################
gpicview-0.2.5/ltmain.sh-4021-
gpicview-0.2.5/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gpicview-0.2.5/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gpicview-0.2.5/ltmain.sh-4024-  done
##############################################
gpicview-0.2.5/ltmain.sh-4035-    case \"\$thisdir\" in
gpicview-0.2.5/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gpicview-0.2.5/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gpicview-0.2.5/ltmain.sh-4041-  # Try to get the absolute directory name.
gpicview-0.2.5/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gpicview-0.2.5/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gpicview-0.2.5/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gpicview-0.2.5/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gpicview-0.2.5/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gpicview-0.2.5/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gpicview-0.2.5/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gpicview-0.2.5/ltmain.sh-4068-      else
##############################################
gpicview-0.2.5/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gpicview-0.2.5/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gpicview-0.2.5/ltmain.sh-4112-
##############################################
gpicview-0.2.5/ltmain.sh-5085-    $opt_debug
gpicview-0.2.5/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gpicview-0.2.5/ltmain.sh-5087-    *import*) : ;;
##############################################
gpicview-0.2.5/ltmain.sh-5307-	    moreargs=
gpicview-0.2.5/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gpicview-0.2.5/ltmain.sh-5309-	    do
##############################################
gpicview-0.2.5/ltmain.sh-5563-	*)
gpicview-0.2.5/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gpicview-0.2.5/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gpicview-0.2.5/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gpicview-0.2.5/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gpicview-0.2.5/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gpicview-0.2.5/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gpicview-0.2.5/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gpicview-0.2.5/ltmain.sh-6018-    else
##############################################
gpicview-0.2.5/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
gpicview-0.2.5/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpicview-0.2.5/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gpicview-0.2.5/ltmain.sh-6394-	else
gpicview-0.2.5/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gpicview-0.2.5/ltmain.sh-6396-	fi
##############################################
gpicview-0.2.5/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
gpicview-0.2.5/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gpicview-0.2.5/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gpicview-0.2.5/ltmain.sh-6431-	fi
gpicview-0.2.5/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gpicview-0.2.5/ltmain.sh-6504-	*)
gpicview-0.2.5/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
gpicview-0.2.5/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
gpicview-0.2.5/ltmain.sh-6757-	    shift
gpicview-0.2.5/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gpicview-0.2.5/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gpicview-0.2.5/ltmain.sh-7049-		*)
gpicview-0.2.5/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
gpicview-0.2.5/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
gpicview-0.2.5/ltmain.sh-7060-		  depdepl=
gpicview-0.2.5/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gpicview-0.2.5/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
gpicview-0.2.5/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
gpicview-0.2.5/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gpicview-0.2.5/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
gpicview-0.2.5/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gpicview-0.2.5/ltmain.sh-7071-                      fi
##############################################
gpicview-0.2.5/ltmain.sh-7082-		else
gpicview-0.2.5/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gpicview-0.2.5/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
gpicview-0.2.5/ltmain.sh-7105-	else
gpicview-0.2.5/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh-7107-	fi
##############################################
gpicview-0.2.5/ltmain.sh-7254-	test "$module" = no && \
gpicview-0.2.5/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gpicview-0.2.5/ltmain.sh-7256-
##############################################
gpicview-0.2.5/ltmain.sh-7392-	if test "$age" -gt "$current"; then
gpicview-0.2.5/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gpicview-0.2.5/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gpicview-0.2.5/ltmain.sh-7553-	removelist=
gpicview-0.2.5/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
gpicview-0.2.5/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
gpicview-0.2.5/ltmain.sh-7579-	# Transform .lo files to .o files.
gpicview-0.2.5/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gpicview-0.2.5/ltmain.sh-7581-      fi
##############################################
gpicview-0.2.5/ltmain.sh-7584-      #for path in $notinst_path; do
gpicview-0.2.5/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gpicview-0.2.5/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gpicview-0.2.5/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gpicview-0.2.5/ltmain.sh-7588-      #done
##############################################
gpicview-0.2.5/ltmain.sh-7705-		if test -n "$i" ; then
gpicview-0.2.5/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gpicview-0.2.5/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gpicview-0.2.5/ltmain.sh-7708-		  set dummy $deplib_matches; shift
gpicview-0.2.5/ltmain.sh-7709-		  deplib_match=$1
gpicview-0.2.5/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gpicview-0.2.5/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
gpicview-0.2.5/ltmain.sh-7748-		  if test -n "$i" ; then
gpicview-0.2.5/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gpicview-0.2.5/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gpicview-0.2.5/ltmain.sh-7751-		    set dummy $deplib_matches; shift
gpicview-0.2.5/ltmain.sh-7752-		    deplib_match=$1
gpicview-0.2.5/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gpicview-0.2.5/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
gpicview-0.2.5/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
gpicview-0.2.5/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpicview-0.2.5/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
gpicview-0.2.5/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
gpicview-0.2.5/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
gpicview-0.2.5/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
gpicview-0.2.5/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gpicview-0.2.5/ltmain.sh-7802-		else
##############################################
gpicview-0.2.5/ltmain.sh-7808-		    shopt -s nocaseglob
gpicview-0.2.5/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gpicview-0.2.5/ltmain.sh-7810-		    $nocaseglob
gpicview-0.2.5/ltmain.sh-7811-		  else
gpicview-0.2.5/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gpicview-0.2.5/ltmain.sh-7813-		  fi
##############################################
gpicview-0.2.5/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
gpicview-0.2.5/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gpicview-0.2.5/ltmain.sh-7828-			case $potliblink in
gpicview-0.2.5/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gpicview-0.2.5/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gpicview-0.2.5/ltmain.sh-7831-			esac
##############################################
gpicview-0.2.5/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
gpicview-0.2.5/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpicview-0.2.5/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
gpicview-0.2.5/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
gpicview-0.2.5/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
gpicview-0.2.5/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gpicview-0.2.5/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gpicview-0.2.5/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
gpicview-0.2.5/ltmain.sh-7921-	  newdeplibs=""
gpicview-0.2.5/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gpicview-0.2.5/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gpicview-0.2.5/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
gpicview-0.2.5/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gpicview-0.2.5/ltmain.sh-7927-	    done
##############################################
gpicview-0.2.5/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
gpicview-0.2.5/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gpicview-0.2.5/ltmain.sh-7953-	  ;;
##############################################
gpicview-0.2.5/ltmain.sh-8003-	*-*-darwin*)
gpicview-0.2.5/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh-8007-	  ;;
##############################################
gpicview-0.2.5/ltmain.sh-8130-	# Use standard objects if they are pic
gpicview-0.2.5/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gpicview-0.2.5/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
gpicview-0.2.5/ltmain.sh-8145-	    # exporting using user supplied symfile
gpicview-0.2.5/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gpicview-0.2.5/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
gpicview-0.2.5/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gpicview-0.2.5/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gpicview-0.2.5/ltmain.sh-8644-	else
##############################################
gpicview-0.2.5/ltmain.sh-8656-      # Create the old-style object.
gpicview-0.2.5/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gpicview-0.2.5/ltmain.sh-8658-
##############################################
gpicview-0.2.5/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
gpicview-0.2.5/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gpicview-0.2.5/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gpicview-0.2.5/ltmain.sh-8719-	;;
##############################################
gpicview-0.2.5/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gpicview-0.2.5/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gpicview-0.2.5/ltmain.sh-8737-	;;
##############################################
gpicview-0.2.5/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gpicview-0.2.5/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gpicview-0.2.5/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
gpicview-0.2.5/ltmain.sh-8872-	# Transform all the library objects into standard objects.
gpicview-0.2.5/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gpicview-0.2.5/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gpicview-0.2.5/ltmain.sh-8875-      fi
##############################################
gpicview-0.2.5/ltmain.sh-8902-	# Replace the output file specification.
gpicview-0.2.5/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gpicview-0.2.5/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
gpicview-0.2.5/ltmain.sh-8911-	  func_to_tool_file "$output"
gpicview-0.2.5/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gpicview-0.2.5/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gpicview-0.2.5/ltmain.sh-8955-	# Replace the output file specification.
gpicview-0.2.5/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gpicview-0.2.5/ltmain.sh-8957-	# Delete the old output file.
##############################################
gpicview-0.2.5/ltmain.sh-8963-	  func_to_tool_file "$output"
gpicview-0.2.5/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gpicview-0.2.5/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gpicview-0.2.5/ltmain.sh-8981-	  if test "$fast_install" = yes; then
gpicview-0.2.5/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gpicview-0.2.5/ltmain.sh-8983-	  else
##############################################
gpicview-0.2.5/ltmain.sh-8993-      # Replace the output file specification.
gpicview-0.2.5/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gpicview-0.2.5/ltmain.sh-8995-
##############################################
gpicview-0.2.5/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
gpicview-0.2.5/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gpicview-0.2.5/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gpicview-0.2.5/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
gpicview-0.2.5/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gpicview-0.2.5/ltmain.sh-9025-      fi
##############################################
gpicview-0.2.5/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gpicview-0.2.5/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gpicview-0.2.5/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
gpicview-0.2.5/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
gpicview-0.2.5/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gpicview-0.2.5/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
gpicview-0.2.5/ltmain.sh-9314-		name="$func_basename_result"
gpicview-0.2.5/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gpicview-0.2.5/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
gpicview-0.2.5/ltmain.sh-9333-		name="$func_basename_result"
gpicview-0.2.5/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gpicview-0.2.5/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
gpicview-0.2.5/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gpicview-0.2.5/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gpicview-0.2.5/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gpicview-0.2.5/config.guess-34-
gpicview-0.2.5/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gpicview-0.2.5/config.guess-36-
##############################################
gpicview-0.2.5/config.guess-102-: ${TMPDIR=/tmp} ;
gpicview-0.2.5/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gpicview-0.2.5/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gpicview-0.2.5/config.guess-151-	EOF
gpicview-0.2.5/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gpicview-0.2.5/config.guess-153-	;;
##############################################
gpicview-0.2.5/config.guess-209-	    *)
gpicview-0.2.5/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gpicview-0.2.5/config.guess-211-		;;
##############################################
gpicview-0.2.5/config.guess-240-	*4.0)
gpicview-0.2.5/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gpicview-0.2.5/config.guess-242-		;;
gpicview-0.2.5/config.guess-243-	*5.*)
gpicview-0.2.5/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gpicview-0.2.5/config.guess-245-		;;
##############################################
gpicview-0.2.5/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gpicview-0.2.5/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gpicview-0.2.5/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gpicview-0.2.5/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gpicview-0.2.5/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gpicview-0.2.5/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gpicview-0.2.5/config.guess-348-    s390x:SunOS:*:*)
gpicview-0.2.5/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-350-	exit ;;
gpicview-0.2.5/config.guess-351-    sun4H:SunOS:5.*:*)
gpicview-0.2.5/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-353-	exit ;;
gpicview-0.2.5/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gpicview-0.2.5/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-356-	exit ;;
##############################################
gpicview-0.2.5/config.guess-373-	fi
gpicview-0.2.5/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-375-	exit ;;
##############################################
gpicview-0.2.5/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gpicview-0.2.5/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-381-	exit ;;
##############################################
gpicview-0.2.5/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gpicview-0.2.5/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gpicview-0.2.5/config.guess-390-	exit ;;
##############################################
gpicview-0.2.5/config.guess-394-    sun*:*:4.2BSD:*)
gpicview-0.2.5/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gpicview-0.2.5/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gpicview-0.2.5/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gpicview-0.2.5/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gpicview-0.2.5/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gpicview-0.2.5/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gpicview-0.2.5/config.guess-532-    *:IRIX*:*:*)
gpicview-0.2.5/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gpicview-0.2.5/config.guess-534-	exit ;;
##############################################
gpicview-0.2.5/config.guess-562-EOF
gpicview-0.2.5/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gpicview-0.2.5/config.guess-564-		then
##############################################
gpicview-0.2.5/config.guess-575-    *:AIX:*:[4567])
gpicview-0.2.5/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gpicview-0.2.5/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gpicview-0.2.5/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gpicview-0.2.5/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gpicview-0.2.5/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gpicview-0.2.5/config.guess-664-EOF
gpicview-0.2.5/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gpicview-0.2.5/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gpicview-0.2.5/config.guess-692-    ia64:HP-UX:*:*)
gpicview-0.2.5/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gpicview-0.2.5/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gpicview-0.2.5/config.guess-722-EOF
gpicview-0.2.5/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gpicview-0.2.5/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gpicview-0.2.5/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gpicview-0.2.5/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gpicview-0.2.5/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gpicview-0.2.5/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gpicview-0.2.5/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gpicview-0.2.5/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gpicview-0.2.5/config.guess-814-	    amd64)
gpicview-0.2.5/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gpicview-0.2.5/config.guess-816-	    *)
gpicview-0.2.5/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gpicview-0.2.5/config.guess-818-	esac
##############################################
gpicview-0.2.5/config.guess-872-    prep*:SunOS:5.*:*)
gpicview-0.2.5/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpicview-0.2.5/config.guess-874-	exit ;;
##############################################
gpicview-0.2.5/config.guess-876-	# the GNU system
gpicview-0.2.5/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gpicview-0.2.5/config.guess-878-	exit ;;
##############################################
gpicview-0.2.5/config.guess-880-	# other systems with GNU libc and userland
gpicview-0.2.5/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gpicview-0.2.5/config.guess-882-	exit ;;
##############################################
gpicview-0.2.5/config.guess-968-EOF
gpicview-0.2.5/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gpicview-0.2.5/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gpicview-0.2.5/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gpicview-0.2.5/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gpicview-0.2.5/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gpicview-0.2.5/config.guess-1262-	fi
gpicview-0.2.5/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gpicview-0.2.5/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
gpicview-0.2.5/config.guess-1347-    *:DragonFly:*:*)
gpicview-0.2.5/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gpicview-0.2.5/config.guess-1349-	exit ;;
##############################################
gpicview-0.2.5/config.guess-1360-    i*86:skyos:*:*)
gpicview-0.2.5/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gpicview-0.2.5/config.guess-1362-	exit ;;
##############################################
gpicview-0.2.5/configure.ac-71-rm -f $srcdir/po/LINGUAS
gpicview-0.2.5/configure.ac:72:for po_file in `ls $srcdir/po/*.po | sort`;
gpicview-0.2.5/configure.ac-73-do
gpicview-0.2.5/configure.ac:74:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
gpicview-0.2.5/configure.ac-75-    echo $lang >> $srcdir/po/LINGUAS
##############################################
gpicview-0.2.5/install-sh-229-      fi
gpicview-0.2.5/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gpicview-0.2.5/install-sh-231-    *)
##############################################
gpicview-0.2.5/install-sh-276-      dstdir=$dst
gpicview-0.2.5/install-sh:277:      dst=$dstdir/`basename "$src"`
gpicview-0.2.5/install-sh-278-      dstdir_status=0
##############################################
gpicview-0.2.5/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gpicview-0.2.5/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gpicview-0.2.5/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gpicview-0.2.5/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gpicview-0.2.5/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gpicview-0.2.5/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gpicview-0.2.5/install-sh-425-	    case $prefix in
gpicview-0.2.5/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gpicview-0.2.5/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gpicview-0.2.5/install-sh-474-    if $copy_on_change &&
gpicview-0.2.5/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gpicview-0.2.5/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gpicview-0.2.5/install-sh-477-
##############################################
gpicview-0.2.5/compile-67-	mingw/*)
gpicview-0.2.5/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gpicview-0.2.5/compile-69-	  ;;
gpicview-0.2.5/compile-70-	cygwin/*)
gpicview-0.2.5/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gpicview-0.2.5/compile-72-	  ;;
gpicview-0.2.5/compile-73-	wine/*)
gpicview-0.2.5/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gpicview-0.2.5/compile-75-	  ;;
##############################################
gpicview-0.2.5/compile-309-# Name of file we expect compiler to create.
gpicview-0.2.5/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gpicview-0.2.5/compile-311-
##############################################
gpicview-0.2.5/compile-315-# object file name, since that is what matters with a parallel build.
gpicview-0.2.5/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gpicview-0.2.5/compile-317-while true; do
##############################################
gpicview-0.2.5/data/Makefile.in-40-  { \
gpicview-0.2.5/data/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gpicview-0.2.5/data/Makefile.in-42-  }; \
##############################################
gpicview-0.2.5/data/Makefile.in-109-  esac
gpicview-0.2.5/data/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gpicview-0.2.5/data/Makefile.in-111-am__vpath_adj = case $$p in \
gpicview-0.2.5/data/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gpicview-0.2.5/data/Makefile.in-113-    *) f=$$p;; \
gpicview-0.2.5/data/Makefile.in-114-  esac;
gpicview-0.2.5/data/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gpicview-0.2.5/data/Makefile.in-116-am__install_max = 40
gpicview-0.2.5/data/Makefile.in-117-am__nobase_strip_setup = \
gpicview-0.2.5/data/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gpicview-0.2.5/data/Makefile.in-119-am__nobase_strip = \
##############################################
gpicview-0.2.5/data/Makefile.in-371-	@list='$(gpicview_DATA)'; test -n "$(gpicviewdir)" || list=; \
gpicview-0.2.5/data/Makefile.in:372:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gpicview-0.2.5/data/Makefile.in-373-	dir='$(DESTDIR)$(gpicviewdir)'; $(am__uninstall_files_from_dir)
##############################################
gpicview-0.2.5/data/Makefile.in-392-	@list='$(pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
gpicview-0.2.5/data/Makefile.in:393:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gpicview-0.2.5/data/Makefile.in-394-	dir='$(DESTDIR)$(pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gpicview-0.2.5/data/Makefile.in-413-	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
gpicview-0.2.5/data/Makefile.in:414:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gpicview-0.2.5/data/Makefile.in-415-	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
##############################################
gpicview-0.2.5/data/Makefile.in-423-distdir: $(DISTFILES)
gpicview-0.2.5/data/Makefile.in:424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/data/Makefile.in:425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/data/Makefile.in-426-	list='$(DISTFILES)'; \
##############################################
gpicview-0.2.5/data/Makefile.in-437-	  if test -d $$d/$$file; then \
gpicview-0.2.5/data/Makefile.in:438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gpicview-0.2.5/data/Makefile.in-439-	    if test -d "$(distdir)/$$file"; then \
##############################################
gpicview-0.2.5/depcomp-64-  case $1 in
gpicview-0.2.5/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gpicview-0.2.5/depcomp-66-      *) dir=;;
##############################################
gpicview-0.2.5/depcomp-73-{
gpicview-0.2.5/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gpicview-0.2.5/depcomp-75-}
##############################################
gpicview-0.2.5/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gpicview-0.2.5/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gpicview-0.2.5/depcomp-128-
##############################################
gpicview-0.2.5/depcomp-405-        sleep 1
gpicview-0.2.5/depcomp:406:        i=`expr $i - 1`
gpicview-0.2.5/depcomp-407-      done
gpicview-0.2.5/depcomp-408-    fi
gpicview-0.2.5/depcomp:409:    i=`expr $i - 1`
gpicview-0.2.5/depcomp-410-  done
##############################################
gpicview-0.2.5/depcomp-425-  # Do two passes, one to just change these to
gpicview-0.2.5/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gpicview-0.2.5/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gpicview-0.2.5/depcomp-659-  done
gpicview-0.2.5/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gpicview-0.2.5/depcomp-661-  touch "$tmpdepfile"
##############################################
gpicview-0.2.5/config.sub-52-
gpicview-0.2.5/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gpicview-0.2.5/config.sub-54-
##############################################
gpicview-0.2.5/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gpicview-0.2.5/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gpicview-0.2.5/config.sub-117-case $maybe_os in
##############################################
gpicview-0.2.5/config.sub-123-    os=-$maybe_os
gpicview-0.2.5/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gpicview-0.2.5/config.sub-125-    ;;
##############################################
gpicview-0.2.5/config.sub-127-    os=-linux-android
gpicview-0.2.5/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gpicview-0.2.5/config.sub-129-    ;;
gpicview-0.2.5/config.sub-130-  *)
gpicview-0.2.5/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gpicview-0.2.5/config.sub-132-    if [ $basic_machine != $1 ]
gpicview-0.2.5/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gpicview-0.2.5/config.sub-134-    else os=; fi
##############################################
gpicview-0.2.5/config.sub-181-		os=-sco5v6
gpicview-0.2.5/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-183-		;;
##############################################
gpicview-0.2.5/config.sub-185-		os=-sco3.2v5
gpicview-0.2.5/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-187-		;;
##############################################
gpicview-0.2.5/config.sub-189-		os=-sco3.2v4
gpicview-0.2.5/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-191-		;;
gpicview-0.2.5/config.sub-192-	-sco3.2.[4-9]*)
gpicview-0.2.5/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gpicview-0.2.5/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-195-		;;
##############################################
gpicview-0.2.5/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gpicview-0.2.5/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-199-		;;
##############################################
gpicview-0.2.5/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gpicview-0.2.5/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-203-		;;
##############################################
gpicview-0.2.5/config.sub-205-		os=-sco3.2v2
gpicview-0.2.5/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-207-		;;
gpicview-0.2.5/config.sub-208-	-udk*)
gpicview-0.2.5/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-210-		;;
##############################################
gpicview-0.2.5/config.sub-212-		os=-isc2.2
gpicview-0.2.5/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-214-		;;
##############################################
gpicview-0.2.5/config.sub-218-	-isc*)
gpicview-0.2.5/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpicview-0.2.5/config.sub-220-		;;
##############################################
gpicview-0.2.5/config.sub-230-	-ptx*)
gpicview-0.2.5/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gpicview-0.2.5/config.sub-232-		;;
gpicview-0.2.5/config.sub-233-	-windowsnt*)
gpicview-0.2.5/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gpicview-0.2.5/config.sub-235-		;;
##############################################
gpicview-0.2.5/config.sub-362-	*-*-*)
gpicview-0.2.5/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gpicview-0.2.5/config.sub-364-		exit 1
##############################################
gpicview-0.2.5/config.sub-486-	amd64-*)
gpicview-0.2.5/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-488-		;;
##############################################
gpicview-0.2.5/config.sub-528-	blackfin-*)
gpicview-0.2.5/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-530-		os=-linux
##############################################
gpicview-0.2.5/config.sub-536-	c54x-*)
gpicview-0.2.5/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-538-		;;
gpicview-0.2.5/config.sub-539-	c55x-*)
gpicview-0.2.5/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-541-		;;
gpicview-0.2.5/config.sub-542-	c6x-*)
gpicview-0.2.5/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-544-		;;
##############################################
gpicview-0.2.5/config.sub-739-	i*86v32)
gpicview-0.2.5/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpicview-0.2.5/config.sub-741-		os=-sysv32
##############################################
gpicview-0.2.5/config.sub-743-	i*86v4*)
gpicview-0.2.5/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpicview-0.2.5/config.sub-745-		os=-sysv4
##############################################
gpicview-0.2.5/config.sub-747-	i*86v)
gpicview-0.2.5/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpicview-0.2.5/config.sub-749-		os=-sysv
##############################################
gpicview-0.2.5/config.sub-751-	i*86sol2)
gpicview-0.2.5/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpicview-0.2.5/config.sub-753-		os=-solaris2
##############################################
gpicview-0.2.5/config.sub-781-	m68knommu-*)
gpicview-0.2.5/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-783-		os=-linux
##############################################
gpicview-0.2.5/config.sub-818-	mips3*-*)
gpicview-0.2.5/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gpicview-0.2.5/config.sub-820-		;;
gpicview-0.2.5/config.sub-821-	mips3*)
gpicview-0.2.5/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gpicview-0.2.5/config.sub-823-		;;
##############################################
gpicview-0.2.5/config.sub-840-	ms1-*)
gpicview-0.2.5/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gpicview-0.2.5/config.sub-842-		;;
##############################################
gpicview-0.2.5/config.sub-959-	parisc-*)
gpicview-0.2.5/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-961-		os=-linux
##############################################
gpicview-0.2.5/config.sub-975-	pc98-*)
gpicview-0.2.5/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-977-		;;
##############################################
gpicview-0.2.5/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gpicview-0.2.5/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-992-		;;
gpicview-0.2.5/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gpicview-0.2.5/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-995-		;;
gpicview-0.2.5/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gpicview-0.2.5/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-998-		;;
gpicview-0.2.5/config.sub-999-	pentium4-*)
gpicview-0.2.5/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1001-		;;
##############################################
gpicview-0.2.5/config.sub-1009-	ppc-* | ppcbe-*)
gpicview-0.2.5/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1011-		;;
##############################################
gpicview-0.2.5/config.sub-1015-	ppcle-* | powerpclittle-*)
gpicview-0.2.5/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1017-		;;
##############################################
gpicview-0.2.5/config.sub-1019-		;;
gpicview-0.2.5/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1021-		;;
##############################################
gpicview-0.2.5/config.sub-1025-	ppc64le-* | powerpc64little-*)
gpicview-0.2.5/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1027-		;;
##############################################
gpicview-0.2.5/config.sub-1108-	strongarm-* | thumb-*)
gpicview-0.2.5/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gpicview-0.2.5/config.sub-1110-		;;
##############################################
gpicview-0.2.5/config.sub-1238-	xscale-* | xscalee[bl]-*)
gpicview-0.2.5/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gpicview-0.2.5/config.sub-1240-		;;
##############################################
gpicview-0.2.5/config.sub-1315-	*)
gpicview-0.2.5/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gpicview-0.2.5/config.sub-1317-		exit 1
##############################################
gpicview-0.2.5/config.sub-1323-	*-digital*)
gpicview-0.2.5/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gpicview-0.2.5/config.sub-1325-		;;
gpicview-0.2.5/config.sub-1326-	*-commodore*)
gpicview-0.2.5/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gpicview-0.2.5/config.sub-1328-		;;
##############################################
gpicview-0.2.5/config.sub-1344-	-solaris1 | -solaris1.*)
gpicview-0.2.5/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gpicview-0.2.5/config.sub-1346-		;;
##############################################
gpicview-0.2.5/config.sub-1356-	-gnu/linux*)
gpicview-0.2.5/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gpicview-0.2.5/config.sub-1358-		;;
##############################################
gpicview-0.2.5/config.sub-1402-	-nto*)
gpicview-0.2.5/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gpicview-0.2.5/config.sub-1404-		;;
##############################################
gpicview-0.2.5/config.sub-1409-	-mac*)
gpicview-0.2.5/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
gpicview-0.2.5/config.sub-1411-		;;
##############################################
gpicview-0.2.5/config.sub-1415-	-linux*)
gpicview-0.2.5/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gpicview-0.2.5/config.sub-1417-		;;
gpicview-0.2.5/config.sub-1418-	-sunos5*)
gpicview-0.2.5/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gpicview-0.2.5/config.sub-1420-		;;
gpicview-0.2.5/config.sub-1421-	-sunos6*)
gpicview-0.2.5/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gpicview-0.2.5/config.sub-1423-		;;
##############################################
gpicview-0.2.5/config.sub-1470-	-sinix5.*)
gpicview-0.2.5/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
gpicview-0.2.5/config.sub-1472-		;;
##############################################
gpicview-0.2.5/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
gpicview-0.2.5/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
gpicview-0.2.5/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gpicview-0.2.5/config.sub-1526-		exit 1
##############################################
gpicview-0.2.5/config.sub-1786-		esac
gpicview-0.2.5/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gpicview-0.2.5/config.sub-1788-		;;
##############################################
gpicview-0.2.5/po/Makefile.in.in-58-
gpicview-0.2.5/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)
gpicview-0.2.5/po/Makefile.in.in-60-
##############################################
gpicview-0.2.5/po/Makefile.in.in-88-.po.gmo:
gpicview-0.2.5/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
gpicview-0.2.5/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gpicview-0.2.5/po/Makefile.in.in-189-	  echo "$$lang:"; \
gpicview-0.2.5/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gpicview-0.2.5/po/Makefile.in.in-191-	  if $$result; then \
##############################################
gpicview-0.2.5/src/exif.c-455-    NumDirEntries = Get16u(DirStart);
gpicview-0.2.5/src/exif.c:456:    #define DIR_ENTRY_ADDR(Start, Entry) (Start+2+12*(Entry))
gpicview-0.2.5/src/exif.c-457-
##############################################
gpicview-0.2.5/src/exif.c-459-        unsigned char * DirEnd;
gpicview-0.2.5/src/exif.c:460:        DirEnd = DIR_ENTRY_ADDR(DirStart, NumDirEntries);
gpicview-0.2.5/src/exif.c-461-        if (DirEnd+4 > (OffsetBase+ExifLength)){
##############################################
gpicview-0.2.5/src/exif.c-485-        unsigned char * DirEntry;
gpicview-0.2.5/src/exif.c:486:        DirEntry = DIR_ENTRY_ADDR(DirStart, de);
gpicview-0.2.5/src/exif.c-487-
##############################################
gpicview-0.2.5/src/exif.c-858-
gpicview-0.2.5/src/exif.c:859:        if (DIR_ENTRY_ADDR(DirStart, NumDirEntries) + 4 <= OffsetBase+ExifLength){
gpicview-0.2.5/src/exif.c-860-            Offset = Get32u(DirStart+2+12*NumDirEntries);
##############################################
gpicview-0.2.5/src/exif.c-1203-            unsigned char * DirEntry;
gpicview-0.2.5/src/exif.c:1204:            DirEntry = DIR_ENTRY_ADDR(DirWithThumbnailPtrs, de);
gpicview-0.2.5/src/exif.c-1205-            Tag = Get16u(DirEntry);
##############################################
gpicview-0.2.5/src/Makefile.in-41-  { \
gpicview-0.2.5/src/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gpicview-0.2.5/src/Makefile.in-43-  }; \
##############################################
gpicview-0.2.5/src/Makefile.in-455-	test -n "$(EXEEXT)" || exit 0; \
gpicview-0.2.5/src/Makefile.in:456:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gpicview-0.2.5/src/Makefile.in-457-	echo " rm -f" $$list; \
##############################################
gpicview-0.2.5/src/Makefile.in-464-	test -n "$(EXEEXT)" || exit 0; \
gpicview-0.2.5/src/Makefile.in:465:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gpicview-0.2.5/src/Makefile.in-466-	echo " rm -f" $$list; \
##############################################
gpicview-0.2.5/src/Makefile.in-505-.c.obj:
gpicview-0.2.5/src/Makefile.in:506:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gpicview-0.2.5/src/Makefile.in-507-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gpicview-0.2.5/src/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:510:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpicview-0.2.5/src/Makefile.in-511-
##############################################
gpicview-0.2.5/src/Makefile.in-519-gpicview-gpicview.o: gpicview.c
gpicview-0.2.5/src/Makefile.in:520:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-gpicview.o -MD -MP -MF $(DEPDIR)/gpicview-gpicview.Tpo -c -o gpicview-gpicview.o `test -f 'gpicview.c' || echo '$(srcdir)/'`gpicview.c
gpicview-0.2.5/src/Makefile.in-521-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-gpicview.Tpo $(DEPDIR)/gpicview-gpicview.Po
##############################################
gpicview-0.2.5/src/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:524:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-gpicview.o `test -f 'gpicview.c' || echo '$(srcdir)/'`gpicview.c
gpicview-0.2.5/src/Makefile.in-525-
gpicview-0.2.5/src/Makefile.in-526-gpicview-gpicview.obj: gpicview.c
gpicview-0.2.5/src/Makefile.in:527:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-gpicview.obj -MD -MP -MF $(DEPDIR)/gpicview-gpicview.Tpo -c -o gpicview-gpicview.obj `if test -f 'gpicview.c'; then $(CYGPATH_W) 'gpicview.c'; else $(CYGPATH_W) '$(srcdir)/gpicview.c'; fi`
gpicview-0.2.5/src/Makefile.in-528-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-gpicview.Tpo $(DEPDIR)/gpicview-gpicview.Po
##############################################
gpicview-0.2.5/src/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:531:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-gpicview.obj `if test -f 'gpicview.c'; then $(CYGPATH_W) 'gpicview.c'; else $(CYGPATH_W) '$(srcdir)/gpicview.c'; fi`
gpicview-0.2.5/src/Makefile.in-532-
gpicview-0.2.5/src/Makefile.in-533-gpicview-image-list.o: image-list.c
gpicview-0.2.5/src/Makefile.in:534:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-image-list.o -MD -MP -MF $(DEPDIR)/gpicview-image-list.Tpo -c -o gpicview-image-list.o `test -f 'image-list.c' || echo '$(srcdir)/'`image-list.c
gpicview-0.2.5/src/Makefile.in-535-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-image-list.Tpo $(DEPDIR)/gpicview-image-list.Po
##############################################
gpicview-0.2.5/src/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:538:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-image-list.o `test -f 'image-list.c' || echo '$(srcdir)/'`image-list.c
gpicview-0.2.5/src/Makefile.in-539-
gpicview-0.2.5/src/Makefile.in-540-gpicview-image-list.obj: image-list.c
gpicview-0.2.5/src/Makefile.in:541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-image-list.obj -MD -MP -MF $(DEPDIR)/gpicview-image-list.Tpo -c -o gpicview-image-list.obj `if test -f 'image-list.c'; then $(CYGPATH_W) 'image-list.c'; else $(CYGPATH_W) '$(srcdir)/image-list.c'; fi`
gpicview-0.2.5/src/Makefile.in-542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-image-list.Tpo $(DEPDIR)/gpicview-image-list.Po
##############################################
gpicview-0.2.5/src/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-image-list.obj `if test -f 'image-list.c'; then $(CYGPATH_W) 'image-list.c'; else $(CYGPATH_W) '$(srcdir)/image-list.c'; fi`
gpicview-0.2.5/src/Makefile.in-546-
gpicview-0.2.5/src/Makefile.in-547-gpicview-main-win.o: main-win.c
gpicview-0.2.5/src/Makefile.in:548:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-main-win.o -MD -MP -MF $(DEPDIR)/gpicview-main-win.Tpo -c -o gpicview-main-win.o `test -f 'main-win.c' || echo '$(srcdir)/'`main-win.c
gpicview-0.2.5/src/Makefile.in-549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-main-win.Tpo $(DEPDIR)/gpicview-main-win.Po
##############################################
gpicview-0.2.5/src/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:552:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-main-win.o `test -f 'main-win.c' || echo '$(srcdir)/'`main-win.c
gpicview-0.2.5/src/Makefile.in-553-
gpicview-0.2.5/src/Makefile.in-554-gpicview-main-win.obj: main-win.c
gpicview-0.2.5/src/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-main-win.obj -MD -MP -MF $(DEPDIR)/gpicview-main-win.Tpo -c -o gpicview-main-win.obj `if test -f 'main-win.c'; then $(CYGPATH_W) 'main-win.c'; else $(CYGPATH_W) '$(srcdir)/main-win.c'; fi`
gpicview-0.2.5/src/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-main-win.Tpo $(DEPDIR)/gpicview-main-win.Po
##############################################
gpicview-0.2.5/src/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-main-win.obj `if test -f 'main-win.c'; then $(CYGPATH_W) 'main-win.c'; else $(CYGPATH_W) '$(srcdir)/main-win.c'; fi`
gpicview-0.2.5/src/Makefile.in-560-
gpicview-0.2.5/src/Makefile.in-561-gpicview-image-view.o: image-view.c
gpicview-0.2.5/src/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-image-view.o -MD -MP -MF $(DEPDIR)/gpicview-image-view.Tpo -c -o gpicview-image-view.o `test -f 'image-view.c' || echo '$(srcdir)/'`image-view.c
gpicview-0.2.5/src/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-image-view.Tpo $(DEPDIR)/gpicview-image-view.Po
##############################################
gpicview-0.2.5/src/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-image-view.o `test -f 'image-view.c' || echo '$(srcdir)/'`image-view.c
gpicview-0.2.5/src/Makefile.in-567-
gpicview-0.2.5/src/Makefile.in-568-gpicview-image-view.obj: image-view.c
gpicview-0.2.5/src/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-image-view.obj -MD -MP -MF $(DEPDIR)/gpicview-image-view.Tpo -c -o gpicview-image-view.obj `if test -f 'image-view.c'; then $(CYGPATH_W) 'image-view.c'; else $(CYGPATH_W) '$(srcdir)/image-view.c'; fi`
gpicview-0.2.5/src/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-image-view.Tpo $(DEPDIR)/gpicview-image-view.Po
##############################################
gpicview-0.2.5/src/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-image-view.obj `if test -f 'image-view.c'; then $(CYGPATH_W) 'image-view.c'; else $(CYGPATH_W) '$(srcdir)/image-view.c'; fi`
gpicview-0.2.5/src/Makefile.in-574-
gpicview-0.2.5/src/Makefile.in-575-gpicview-working-area.o: working-area.c
gpicview-0.2.5/src/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-working-area.o -MD -MP -MF $(DEPDIR)/gpicview-working-area.Tpo -c -o gpicview-working-area.o `test -f 'working-area.c' || echo '$(srcdir)/'`working-area.c
gpicview-0.2.5/src/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-working-area.Tpo $(DEPDIR)/gpicview-working-area.Po
##############################################
gpicview-0.2.5/src/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-working-area.o `test -f 'working-area.c' || echo '$(srcdir)/'`working-area.c
gpicview-0.2.5/src/Makefile.in-581-
gpicview-0.2.5/src/Makefile.in-582-gpicview-working-area.obj: working-area.c
gpicview-0.2.5/src/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-working-area.obj -MD -MP -MF $(DEPDIR)/gpicview-working-area.Tpo -c -o gpicview-working-area.obj `if test -f 'working-area.c'; then $(CYGPATH_W) 'working-area.c'; else $(CYGPATH_W) '$(srcdir)/working-area.c'; fi`
gpicview-0.2.5/src/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-working-area.Tpo $(DEPDIR)/gpicview-working-area.Po
##############################################
gpicview-0.2.5/src/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-working-area.obj `if test -f 'working-area.c'; then $(CYGPATH_W) 'working-area.c'; else $(CYGPATH_W) '$(srcdir)/working-area.c'; fi`
gpicview-0.2.5/src/Makefile.in-588-
gpicview-0.2.5/src/Makefile.in-589-gpicview-ptk-menu.o: ptk-menu.c
gpicview-0.2.5/src/Makefile.in:590:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-ptk-menu.o -MD -MP -MF $(DEPDIR)/gpicview-ptk-menu.Tpo -c -o gpicview-ptk-menu.o `test -f 'ptk-menu.c' || echo '$(srcdir)/'`ptk-menu.c
gpicview-0.2.5/src/Makefile.in-591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-ptk-menu.Tpo $(DEPDIR)/gpicview-ptk-menu.Po
##############################################
gpicview-0.2.5/src/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:594:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-ptk-menu.o `test -f 'ptk-menu.c' || echo '$(srcdir)/'`ptk-menu.c
gpicview-0.2.5/src/Makefile.in-595-
gpicview-0.2.5/src/Makefile.in-596-gpicview-ptk-menu.obj: ptk-menu.c
gpicview-0.2.5/src/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-ptk-menu.obj -MD -MP -MF $(DEPDIR)/gpicview-ptk-menu.Tpo -c -o gpicview-ptk-menu.obj `if test -f 'ptk-menu.c'; then $(CYGPATH_W) 'ptk-menu.c'; else $(CYGPATH_W) '$(srcdir)/ptk-menu.c'; fi`
gpicview-0.2.5/src/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-ptk-menu.Tpo $(DEPDIR)/gpicview-ptk-menu.Po
##############################################
gpicview-0.2.5/src/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-ptk-menu.obj `if test -f 'ptk-menu.c'; then $(CYGPATH_W) 'ptk-menu.c'; else $(CYGPATH_W) '$(srcdir)/ptk-menu.c'; fi`
gpicview-0.2.5/src/Makefile.in-602-
gpicview-0.2.5/src/Makefile.in-603-gpicview-file-dlgs.o: file-dlgs.c
gpicview-0.2.5/src/Makefile.in:604:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-file-dlgs.o -MD -MP -MF $(DEPDIR)/gpicview-file-dlgs.Tpo -c -o gpicview-file-dlgs.o `test -f 'file-dlgs.c' || echo '$(srcdir)/'`file-dlgs.c
gpicview-0.2.5/src/Makefile.in-605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-file-dlgs.Tpo $(DEPDIR)/gpicview-file-dlgs.Po
##############################################
gpicview-0.2.5/src/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:608:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-file-dlgs.o `test -f 'file-dlgs.c' || echo '$(srcdir)/'`file-dlgs.c
gpicview-0.2.5/src/Makefile.in-609-
gpicview-0.2.5/src/Makefile.in-610-gpicview-file-dlgs.obj: file-dlgs.c
gpicview-0.2.5/src/Makefile.in:611:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-file-dlgs.obj -MD -MP -MF $(DEPDIR)/gpicview-file-dlgs.Tpo -c -o gpicview-file-dlgs.obj `if test -f 'file-dlgs.c'; then $(CYGPATH_W) 'file-dlgs.c'; else $(CYGPATH_W) '$(srcdir)/file-dlgs.c'; fi`
gpicview-0.2.5/src/Makefile.in-612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-file-dlgs.Tpo $(DEPDIR)/gpicview-file-dlgs.Po
##############################################
gpicview-0.2.5/src/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:615:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-file-dlgs.obj `if test -f 'file-dlgs.c'; then $(CYGPATH_W) 'file-dlgs.c'; else $(CYGPATH_W) '$(srcdir)/file-dlgs.c'; fi`
gpicview-0.2.5/src/Makefile.in-616-
gpicview-0.2.5/src/Makefile.in-617-gpicview-jpeg-tran.o: jpeg-tran.c
gpicview-0.2.5/src/Makefile.in:618:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jpeg-tran.o -MD -MP -MF $(DEPDIR)/gpicview-jpeg-tran.Tpo -c -o gpicview-jpeg-tran.o `test -f 'jpeg-tran.c' || echo '$(srcdir)/'`jpeg-tran.c
gpicview-0.2.5/src/Makefile.in-619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jpeg-tran.Tpo $(DEPDIR)/gpicview-jpeg-tran.Po
##############################################
gpicview-0.2.5/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jpeg-tran.o `test -f 'jpeg-tran.c' || echo '$(srcdir)/'`jpeg-tran.c
gpicview-0.2.5/src/Makefile.in-623-
gpicview-0.2.5/src/Makefile.in-624-gpicview-jpeg-tran.obj: jpeg-tran.c
gpicview-0.2.5/src/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jpeg-tran.obj -MD -MP -MF $(DEPDIR)/gpicview-jpeg-tran.Tpo -c -o gpicview-jpeg-tran.obj `if test -f 'jpeg-tran.c'; then $(CYGPATH_W) 'jpeg-tran.c'; else $(CYGPATH_W) '$(srcdir)/jpeg-tran.c'; fi`
gpicview-0.2.5/src/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jpeg-tran.Tpo $(DEPDIR)/gpicview-jpeg-tran.Po
##############################################
gpicview-0.2.5/src/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jpeg-tran.obj `if test -f 'jpeg-tran.c'; then $(CYGPATH_W) 'jpeg-tran.c'; else $(CYGPATH_W) '$(srcdir)/jpeg-tran.c'; fi`
gpicview-0.2.5/src/Makefile.in-630-
gpicview-0.2.5/src/Makefile.in-631-gpicview-tran-supp.o: tran-supp.c
gpicview-0.2.5/src/Makefile.in:632:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-tran-supp.o -MD -MP -MF $(DEPDIR)/gpicview-tran-supp.Tpo -c -o gpicview-tran-supp.o `test -f 'tran-supp.c' || echo '$(srcdir)/'`tran-supp.c
gpicview-0.2.5/src/Makefile.in-633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-tran-supp.Tpo $(DEPDIR)/gpicview-tran-supp.Po
##############################################
gpicview-0.2.5/src/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:636:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-tran-supp.o `test -f 'tran-supp.c' || echo '$(srcdir)/'`tran-supp.c
gpicview-0.2.5/src/Makefile.in-637-
gpicview-0.2.5/src/Makefile.in-638-gpicview-tran-supp.obj: tran-supp.c
gpicview-0.2.5/src/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-tran-supp.obj -MD -MP -MF $(DEPDIR)/gpicview-tran-supp.Tpo -c -o gpicview-tran-supp.obj `if test -f 'tran-supp.c'; then $(CYGPATH_W) 'tran-supp.c'; else $(CYGPATH_W) '$(srcdir)/tran-supp.c'; fi`
gpicview-0.2.5/src/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-tran-supp.Tpo $(DEPDIR)/gpicview-tran-supp.Po
##############################################
gpicview-0.2.5/src/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-tran-supp.obj `if test -f 'tran-supp.c'; then $(CYGPATH_W) 'tran-supp.c'; else $(CYGPATH_W) '$(srcdir)/tran-supp.c'; fi`
gpicview-0.2.5/src/Makefile.in-644-
gpicview-0.2.5/src/Makefile.in-645-gpicview-pref.o: pref.c
gpicview-0.2.5/src/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-pref.o -MD -MP -MF $(DEPDIR)/gpicview-pref.Tpo -c -o gpicview-pref.o `test -f 'pref.c' || echo '$(srcdir)/'`pref.c
gpicview-0.2.5/src/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-pref.Tpo $(DEPDIR)/gpicview-pref.Po
##############################################
gpicview-0.2.5/src/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-pref.o `test -f 'pref.c' || echo '$(srcdir)/'`pref.c
gpicview-0.2.5/src/Makefile.in-651-
gpicview-0.2.5/src/Makefile.in-652-gpicview-pref.obj: pref.c
gpicview-0.2.5/src/Makefile.in:653:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-pref.obj -MD -MP -MF $(DEPDIR)/gpicview-pref.Tpo -c -o gpicview-pref.obj `if test -f 'pref.c'; then $(CYGPATH_W) 'pref.c'; else $(CYGPATH_W) '$(srcdir)/pref.c'; fi`
gpicview-0.2.5/src/Makefile.in-654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-pref.Tpo $(DEPDIR)/gpicview-pref.Po
##############################################
gpicview-0.2.5/src/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:657:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-pref.obj `if test -f 'pref.c'; then $(CYGPATH_W) 'pref.c'; else $(CYGPATH_W) '$(srcdir)/pref.c'; fi`
gpicview-0.2.5/src/Makefile.in-658-
gpicview-0.2.5/src/Makefile.in-659-gpicview-jhead.o: jhead.c
gpicview-0.2.5/src/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jhead.o -MD -MP -MF $(DEPDIR)/gpicview-jhead.Tpo -c -o gpicview-jhead.o `test -f 'jhead.c' || echo '$(srcdir)/'`jhead.c
gpicview-0.2.5/src/Makefile.in-661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jhead.Tpo $(DEPDIR)/gpicview-jhead.Po
##############################################
gpicview-0.2.5/src/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jhead.o `test -f 'jhead.c' || echo '$(srcdir)/'`jhead.c
gpicview-0.2.5/src/Makefile.in-665-
gpicview-0.2.5/src/Makefile.in-666-gpicview-jhead.obj: jhead.c
gpicview-0.2.5/src/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jhead.obj -MD -MP -MF $(DEPDIR)/gpicview-jhead.Tpo -c -o gpicview-jhead.obj `if test -f 'jhead.c'; then $(CYGPATH_W) 'jhead.c'; else $(CYGPATH_W) '$(srcdir)/jhead.c'; fi`
gpicview-0.2.5/src/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jhead.Tpo $(DEPDIR)/gpicview-jhead.Po
##############################################
gpicview-0.2.5/src/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jhead.obj `if test -f 'jhead.c'; then $(CYGPATH_W) 'jhead.c'; else $(CYGPATH_W) '$(srcdir)/jhead.c'; fi`
gpicview-0.2.5/src/Makefile.in-672-
gpicview-0.2.5/src/Makefile.in-673-gpicview-exif.o: exif.c
gpicview-0.2.5/src/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-exif.o -MD -MP -MF $(DEPDIR)/gpicview-exif.Tpo -c -o gpicview-exif.o `test -f 'exif.c' || echo '$(srcdir)/'`exif.c
gpicview-0.2.5/src/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-exif.Tpo $(DEPDIR)/gpicview-exif.Po
##############################################
gpicview-0.2.5/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-exif.o `test -f 'exif.c' || echo '$(srcdir)/'`exif.c
gpicview-0.2.5/src/Makefile.in-679-
gpicview-0.2.5/src/Makefile.in-680-gpicview-exif.obj: exif.c
gpicview-0.2.5/src/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-exif.obj -MD -MP -MF $(DEPDIR)/gpicview-exif.Tpo -c -o gpicview-exif.obj `if test -f 'exif.c'; then $(CYGPATH_W) 'exif.c'; else $(CYGPATH_W) '$(srcdir)/exif.c'; fi`
gpicview-0.2.5/src/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-exif.Tpo $(DEPDIR)/gpicview-exif.Po
##############################################
gpicview-0.2.5/src/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-exif.obj `if test -f 'exif.c'; then $(CYGPATH_W) 'exif.c'; else $(CYGPATH_W) '$(srcdir)/exif.c'; fi`
gpicview-0.2.5/src/Makefile.in-686-
gpicview-0.2.5/src/Makefile.in-687-gpicview-jpgfile.o: jpgfile.c
gpicview-0.2.5/src/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jpgfile.o -MD -MP -MF $(DEPDIR)/gpicview-jpgfile.Tpo -c -o gpicview-jpgfile.o `test -f 'jpgfile.c' || echo '$(srcdir)/'`jpgfile.c
gpicview-0.2.5/src/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jpgfile.Tpo $(DEPDIR)/gpicview-jpgfile.Po
##############################################
gpicview-0.2.5/src/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jpgfile.o `test -f 'jpgfile.c' || echo '$(srcdir)/'`jpgfile.c
gpicview-0.2.5/src/Makefile.in-693-
gpicview-0.2.5/src/Makefile.in-694-gpicview-jpgfile.obj: jpgfile.c
gpicview-0.2.5/src/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpicview-jpgfile.obj -MD -MP -MF $(DEPDIR)/gpicview-jpgfile.Tpo -c -o gpicview-jpgfile.obj `if test -f 'jpgfile.c'; then $(CYGPATH_W) 'jpgfile.c'; else $(CYGPATH_W) '$(srcdir)/jpgfile.c'; fi`
gpicview-0.2.5/src/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpicview-jpgfile.Tpo $(DEPDIR)/gpicview-jpgfile.Po
##############################################
gpicview-0.2.5/src/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpicview_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpicview-jpgfile.obj `if test -f 'jpgfile.c'; then $(CYGPATH_W) 'jpgfile.c'; else $(CYGPATH_W) '$(srcdir)/jpgfile.c'; fi`
gpicview-0.2.5/src/Makefile.in-700-
gpicview-0.2.5/src/Makefile.in-701-xml_purge-xml-purge.o: xml-purge.c
gpicview-0.2.5/src/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -MT xml_purge-xml-purge.o -MD -MP -MF $(DEPDIR)/xml_purge-xml-purge.Tpo -c -o xml_purge-xml-purge.o `test -f 'xml-purge.c' || echo '$(srcdir)/'`xml-purge.c
gpicview-0.2.5/src/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xml_purge-xml-purge.Tpo $(DEPDIR)/xml_purge-xml-purge.Po
##############################################
gpicview-0.2.5/src/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -c -o xml_purge-xml-purge.o `test -f 'xml-purge.c' || echo '$(srcdir)/'`xml-purge.c
gpicview-0.2.5/src/Makefile.in-707-
gpicview-0.2.5/src/Makefile.in-708-xml_purge-xml-purge.obj: xml-purge.c
gpicview-0.2.5/src/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -MT xml_purge-xml-purge.obj -MD -MP -MF $(DEPDIR)/xml_purge-xml-purge.Tpo -c -o xml_purge-xml-purge.obj `if test -f 'xml-purge.c'; then $(CYGPATH_W) 'xml-purge.c'; else $(CYGPATH_W) '$(srcdir)/xml-purge.c'; fi`
gpicview-0.2.5/src/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xml_purge-xml-purge.Tpo $(DEPDIR)/xml_purge-xml-purge.Po
##############################################
gpicview-0.2.5/src/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpicview-0.2.5/src/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xml_purge_CFLAGS) $(CFLAGS) -c -o xml_purge-xml-purge.obj `if test -f 'xml-purge.c'; then $(CYGPATH_W) 'xml-purge.c'; else $(CYGPATH_W) '$(srcdir)/xml-purge.c'; fi`
gpicview-0.2.5/src/Makefile.in-714-
##############################################
gpicview-0.2.5/src/Makefile.in-750-GTAGS:
gpicview-0.2.5/src/Makefile.in:751:	here=`$(am__cd) $(top_builddir) && pwd` \
gpicview-0.2.5/src/Makefile.in-752-	  && $(am__cd) $(top_srcdir) \
##############################################
gpicview-0.2.5/src/Makefile.in-773-distdir: $(DISTFILES)
gpicview-0.2.5/src/Makefile.in:774:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/src/Makefile.in:775:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/src/Makefile.in-776-	list='$(DISTFILES)'; \
##############################################
gpicview-0.2.5/src/Makefile.in-787-	  if test -d $$d/$$file; then \
gpicview-0.2.5/src/Makefile.in:788:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gpicview-0.2.5/src/Makefile.in-789-	    if test -d "$(distdir)/$$file"; then \
##############################################
gpicview-0.2.5/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gpicview-0.2.5/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gpicview-0.2.5/configure-45-  as_echo='print -r --'
gpicview-0.2.5/configure-46-  as_echo_n='print -rn --'
gpicview-0.2.5/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gpicview-0.2.5/configure-48-  as_echo='printf %s\n'
##############################################
gpicview-0.2.5/configure-50-else
gpicview-0.2.5/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gpicview-0.2.5/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gpicview-0.2.5/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gpicview-0.2.5/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gpicview-0.2.5/configure-62-      esac;
##############################################
gpicview-0.2.5/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gpicview-0.2.5/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gpicview-0.2.5/configure-199-
##############################################
gpicview-0.2.5/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
gpicview-0.2.5/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gpicview-0.2.5/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gpicview-0.2.5/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gpicview-0.2.5/configure-332-      case $as_dir in #(
gpicview-0.2.5/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gpicview-0.2.5/configure-334-      *) as_qdir=$as_dir;;
##############################################
gpicview-0.2.5/configure-405-  {
gpicview-0.2.5/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gpicview-0.2.5/configure-407-  }
##############################################
gpicview-0.2.5/configure-412-# ----------------------------------------
gpicview-0.2.5/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gpicview-0.2.5/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gpicview-0.2.5/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gpicview-0.2.5/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gpicview-0.2.5/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gpicview-0.2.5/configure-900-  case $ac_option in
gpicview-0.2.5/configure:901:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gpicview-0.2.5/configure-902-  *=)   ac_optarg= ;;
##############################################
gpicview-0.2.5/configure-944-  -disable-* | --disable-*)
gpicview-0.2.5/configure:945:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gpicview-0.2.5/configure-946-    # Reject names that are not valid shell variable names.
##############################################
gpicview-0.2.5/configure-949-    ac_useropt_orig=$ac_useropt
gpicview-0.2.5/configure:950:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpicview-0.2.5/configure-951-    case $ac_user_opts in
##############################################
gpicview-0.2.5/configure-970-  -enable-* | --enable-*)
gpicview-0.2.5/configure:971:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gpicview-0.2.5/configure-972-    # Reject names that are not valid shell variable names.
##############################################
gpicview-0.2.5/configure-975-    ac_useropt_orig=$ac_useropt
gpicview-0.2.5/configure:976:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpicview-0.2.5/configure-977-    case $ac_user_opts in
##############################################
gpicview-0.2.5/configure-1174-  -with-* | --with-*)
gpicview-0.2.5/configure:1175:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gpicview-0.2.5/configure-1176-    # Reject names that are not valid shell variable names.
##############################################
gpicview-0.2.5/configure-1179-    ac_useropt_orig=$ac_useropt
gpicview-0.2.5/configure:1180:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpicview-0.2.5/configure-1181-    case $ac_user_opts in
##############################################
gpicview-0.2.5/configure-1190-  -without-* | --without-*)
gpicview-0.2.5/configure:1191:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gpicview-0.2.5/configure-1192-    # Reject names that are not valid shell variable names.
##############################################
gpicview-0.2.5/configure-1195-    ac_useropt_orig=$ac_useropt
gpicview-0.2.5/configure:1196:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpicview-0.2.5/configure-1197-    case $ac_user_opts in
##############################################
gpicview-0.2.5/configure-1228-  *=*)
gpicview-0.2.5/configure:1229:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gpicview-0.2.5/configure-1230-    # Reject names that are not valid shell variable names.
##############################################
gpicview-0.2.5/configure-1249-if test -n "$ac_prev"; then
gpicview-0.2.5/configure:1250:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gpicview-0.2.5/configure-1251-  as_fn_error $? "missing argument to $ac_option"
##############################################
gpicview-0.2.5/configure-1271-    */ )
gpicview-0.2.5/configure:1272:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gpicview-0.2.5/configure-1273-      eval $ac_var=\$ac_val;;
##############################################
gpicview-0.2.5/configure-1306-ac_ls_di=`ls -di .` &&
gpicview-0.2.5/configure:1307:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gpicview-0.2.5/configure-1308-  as_fn_error $? "working directory cannot be determined"
##############################################
gpicview-0.2.5/configure-1362-case $srcdir in
gpicview-0.2.5/configure:1363:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gpicview-0.2.5/configure-1364-esac
##############################################
gpicview-0.2.5/configure-1405-By default, \`make install' will install all the files in
gpicview-0.2.5/configure:1406:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gpicview-0.2.5/configure:1407:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gpicview-0.2.5/configure-1408-for instance \`--prefix=\$HOME'.
##############################################
gpicview-0.2.5/configure-1521-*)
gpicview-0.2.5/configure:1522:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gpicview-0.2.5/configure-1523-  # A ".." for each directory in $ac_dir_suffix.
gpicview-0.2.5/configure:1524:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gpicview-0.2.5/configure-1525-  case $ac_top_builddir_sub in
##############################################
gpicview-0.2.5/configure-2005-    *\'*)
gpicview-0.2.5/configure:2006:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpicview-0.2.5/configure-2007-    esac
##############################################
gpicview-0.2.5/configure-2088-      case $ac_val in
gpicview-0.2.5/configure:2089:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gpicview-0.2.5/configure-2090-      esac
##############################################
gpicview-0.2.5/configure-2103-	case $ac_val in
gpicview-0.2.5/configure:2104:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gpicview-0.2.5/configure-2105-	esac
##############################################
gpicview-0.2.5/configure-2223-    set,)
gpicview-0.2.5/configure:2224:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gpicview-0.2.5/configure:2225:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gpicview-0.2.5/configure-2226-      ac_cache_corrupted=: ;;
##############################################
gpicview-0.2.5/configure-2234-	# differences in whitespace do not lead to failure.
gpicview-0.2.5/configure:2235:	ac_old_val_w=`echo x $ac_old_val`
gpicview-0.2.5/configure:2236:	ac_new_val_w=`echo x $ac_new_val`
gpicview-0.2.5/configure-2237-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gpicview-0.2.5/configure-2254-    case $ac_new_val in
gpicview-0.2.5/configure:2255:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gpicview-0.2.5/configure-2256-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gpicview-0.2.5/configure-2430-     echo "timestamp, slept: $am_has_slept" > conftest.file
gpicview-0.2.5/configure:2431:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gpicview-0.2.5/configure-2432-     if test "$*" = "X"; then
gpicview-0.2.5/configure-2433-	# -L didn't work.
gpicview-0.2.5/configure:2434:	set X `ls -t "$srcdir/configure" conftest.file`
gpicview-0.2.5/configure-2435-     fi
##############################################
gpicview-0.2.5/configure-2481-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gpicview-0.2.5/configure:2482:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gpicview-0.2.5/configure-2483-
gpicview-0.2.5/configure-2484-# Expand $ac_aux_dir to an absolute path.
gpicview-0.2.5/configure:2485:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gpicview-0.2.5/configure-2486-
##############################################
gpicview-0.2.5/configure-2626-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gpicview-0.2.5/configure:2627:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gpicview-0.2.5/configure-2628-	     'mkdir (GNU coreutils) '* | \
##############################################
gpicview-0.2.5/configure-2699-set x ${MAKE-make}
gpicview-0.2.5/configure:2700:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gpicview-0.2.5/configure-2701-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gpicview-0.2.5/configure-2709-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gpicview-0.2.5/configure:2710:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gpicview-0.2.5/configure-2711-  *@@@%%%=?*=@@@%%%*)
##############################################
gpicview-0.2.5/configure-2775-
gpicview-0.2.5/configure:2776:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gpicview-0.2.5/configure-2777-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gpicview-0.2.5/configure-2956-test "x$ac_build_alias" = x &&
gpicview-0.2.5/configure:2957:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gpicview-0.2.5/configure-2958-test "x$ac_build_alias" = x &&
gpicview-0.2.5/configure-2959-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gpicview-0.2.5/configure:2960:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gpicview-0.2.5/configure-2961-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gpicview-0.2.5/configure-2980-IFS=$ac_save_IFS
gpicview-0.2.5/configure:2981:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gpicview-0.2.5/configure-2982-
##############################################
gpicview-0.2.5/configure-2991-else
gpicview-0.2.5/configure:2992:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gpicview-0.2.5/configure-2993-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gpicview-0.2.5/configure-3013-IFS=$ac_save_IFS
gpicview-0.2.5/configure:3014:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gpicview-0.2.5/configure-3015-
##############################################
gpicview-0.2.5/configure-3041-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gpicview-0.2.5/configure:3042:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gpicview-0.2.5/configure-3043-  ECHO='print -r --'
gpicview-0.2.5/configure:3044:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gpicview-0.2.5/configure-3045-  ECHO='printf %s\n'
##############################################
gpicview-0.2.5/configure-3105-# Ignore all kinds of additional output from 'make'.
gpicview-0.2.5/configure:3106:case `$am_make -s -f confmf 2> /dev/null` in #(
gpicview-0.2.5/configure-3107-*the\ am__doit\ target*)
##############################################
gpicview-0.2.5/configure-3115-   echo '.include "confinc"' > confmf
gpicview-0.2.5/configure:3116:   case `$am_make -s -f confmf 2> /dev/null` in #(
gpicview-0.2.5/configure-3117-   *the\ am__doit\ target*)
##############################################
gpicview-0.2.5/configure-3494-$as_echo_n "checking whether the C compiler works... " >&6; }
gpicview-0.2.5/configure:3495:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gpicview-0.2.5/configure-3496-
##############################################
gpicview-0.2.5/configure-3538-	then :; else
gpicview-0.2.5/configure:3539:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gpicview-0.2.5/configure-3540-	fi
##############################################
gpicview-0.2.5/configure-3598-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gpicview-0.2.5/configure:3599:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gpicview-0.2.5/configure-3600-	  break;;
##############################################
gpicview-0.2.5/configure-3707-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gpicview-0.2.5/configure:3708:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gpicview-0.2.5/configure-3709-       break;;
##############################################
gpicview-0.2.5/configure-4025-  if test "$am_compiler_list" = ""; then
gpicview-0.2.5/configure:4026:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpicview-0.2.5/configure-4027-  fi
##############################################
gpicview-0.2.5/configure-4149-  # Check for GNU $ac_path_SED
gpicview-0.2.5/configure:4150:case `"$ac_path_SED" --version 2>&1` in
gpicview-0.2.5/configure-4151-*GNU*)
##############################################
gpicview-0.2.5/configure-4225-  # Check for GNU $ac_path_GREP
gpicview-0.2.5/configure:4226:case `"$ac_path_GREP" --version 2>&1` in
gpicview-0.2.5/configure-4227-*GNU*)
##############################################
gpicview-0.2.5/configure-4291-  # Check for GNU $ac_path_EGREP
gpicview-0.2.5/configure:4292:case `"$ac_path_EGREP" --version 2>&1` in
gpicview-0.2.5/configure-4293-*GNU*)
##############################################
gpicview-0.2.5/configure-4358-  # Check for GNU $ac_path_FGREP
gpicview-0.2.5/configure:4359:case `"$ac_path_FGREP" --version 2>&1` in
gpicview-0.2.5/configure-4360-*GNU*)
##############################################
gpicview-0.2.5/configure-4438-    # gcc leaves a trailing carriage return which upsets mingw
gpicview-0.2.5/configure:4439:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gpicview-0.2.5/configure-4440-  *)
gpicview-0.2.5/configure:4441:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gpicview-0.2.5/configure-4442-  esac
##############################################
gpicview-0.2.5/configure-4447-      # Canonicalize the pathname of ld
gpicview-0.2.5/configure:4448:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gpicview-0.2.5/configure-4449-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gpicview-0.2.5/configure:4450:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gpicview-0.2.5/configure-4451-      done
##############################################
gpicview-0.2.5/configure-4482-      # Break only if it was the GNU/non-GNU ld that we prefer.
gpicview-0.2.5/configure:4483:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gpicview-0.2.5/configure-4484-      *GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/configure-4513-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gpicview-0.2.5/configure:4514:case `$LD -v 2>&1 </dev/null` in
gpicview-0.2.5/configure-4515-*GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/configure-4558-	# Tru64's nm complains that /dev/null is an invalid object file
gpicview-0.2.5/configure:4559:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/configure-4560-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gpicview-0.2.5/configure-4564-	*)
gpicview-0.2.5/configure:4565:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/configure-4566-	  */dev/null*)
##############################################
gpicview-0.2.5/configure-4692-
gpicview-0.2.5/configure:4693:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/configure-4694-    *COFF*)
##############################################
gpicview-0.2.5/configure-4804-    # And add a safety zone
gpicview-0.2.5/configure:4805:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpicview-0.2.5/configure:4806:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpicview-0.2.5/configure-4807-    ;;
##############################################
gpicview-0.2.5/configure-4837-    if test -n "$kargmax"; then
gpicview-0.2.5/configure:4838:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gpicview-0.2.5/configure-4839-    else
##############################################
gpicview-0.2.5/configure-4846-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gpicview-0.2.5/configure:4847:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpicview-0.2.5/configure:4848:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpicview-0.2.5/configure-4849-    else
##############################################
gpicview-0.2.5/configure-4858-      # we can't tell.
gpicview-0.2.5/configure:4859:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gpicview-0.2.5/configure-4860-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gpicview-0.2.5/configure-4862-      do
gpicview-0.2.5/configure:4863:        i=`expr $i + 1`
gpicview-0.2.5/configure-4864-        teststring=$teststring$teststring
##############################################
gpicview-0.2.5/configure-4866-      # Only check the string length outside the loop.
gpicview-0.2.5/configure:4867:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gpicview-0.2.5/configure-4868-      teststring=
##############################################
gpicview-0.2.5/configure-4871-      # linker.  It appears as though 1/2 is a usable value.
gpicview-0.2.5/configure:4872:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gpicview-0.2.5/configure-4873-    fi
##############################################
gpicview-0.2.5/configure-5307-openbsd*)
gpicview-0.2.5/configure:5308:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/configure-5309-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gpicview-0.2.5/configure-5374-    else
gpicview-0.2.5/configure:5375:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gpicview-0.2.5/configure-5376-    fi
##############################################
gpicview-0.2.5/configure-5519-  # decide which to use based on capabilities of $DLLTOOL
gpicview-0.2.5/configure:5520:  case `$DLLTOOL --help 2>&1` in
gpicview-0.2.5/configure-5521-  *--identify-strict*)
##############################################
gpicview-0.2.5/configure-6041-# If we're using GNU nm, then use its standard symbol codes.
gpicview-0.2.5/configure:6042:case `$NM -V 2>&1` in
gpicview-0.2.5/configure-6043-*GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/configure-6059-mingw*)
gpicview-0.2.5/configure:6060:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gpicview-0.2.5/configure-6061-  ;;
##############################################
gpicview-0.2.5/configure-6278-   if test "$GCC" = yes; then
gpicview-0.2.5/configure:6279:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gpicview-0.2.5/configure-6280-   fi
##############################################
gpicview-0.2.5/configure-6282- /*)
gpicview-0.2.5/configure:6283:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gpicview-0.2.5/configure-6284-   ;; #(
##############################################
gpicview-0.2.5/configure-6318-  test $ac_status = 0; }; then
gpicview-0.2.5/configure:6319:    case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/configure-6320-      *ELF-32*)
##############################################
gpicview-0.2.5/configure-6338-    if test "$lt_cv_prog_gnu_ld" = yes; then
gpicview-0.2.5/configure:6339:      case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/configure-6340-	*32-bit*)
##############################################
gpicview-0.2.5/configure-6350-    else
gpicview-0.2.5/configure:6351:      case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/configure-6352-	*32-bit*)
##############################################
gpicview-0.2.5/configure-7517-do :
gpicview-0.2.5/configure:7518:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gpicview-0.2.5/configure-7519-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gpicview-0.2.5/configure-7522-  cat >>confdefs.h <<_ACEOF
gpicview-0.2.5/configure:7523:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gpicview-0.2.5/configure-7524-_ACEOF
##############################################
gpicview-0.2.5/configure-7808-done
gpicview-0.2.5/configure:7809:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gpicview-0.2.5/configure-7810-
##############################################
gpicview-0.2.5/configure-7837-	"file_magic "*)
gpicview-0.2.5/configure:7838:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpicview-0.2.5/configure-7839-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpicview-0.2.5/configure-7903-	"file_magic "*)
gpicview-0.2.5/configure:7904:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpicview-0.2.5/configure-7905-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpicview-0.2.5/configure-8266-      *)
gpicview-0.2.5/configure:8267:	case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/configure-8268-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gpicview-0.2.5/configure-8626-  if test "$hard_links" = no; then
gpicview-0.2.5/configure:8627:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gpicview-0.2.5/configure:8628:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gpicview-0.2.5/configure-8629-    need_locks=warn
##############################################
gpicview-0.2.5/configure-8715-	# shared libraries, regardless of the interface used.
gpicview-0.2.5/configure:8716:	case `$LD -v 2>&1` in
gpicview-0.2.5/configure-8717-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gpicview-0.2.5/configure-8747-    supports_anon_versioning=no
gpicview-0.2.5/configure:8748:    case `$LD -v 2>&1` in
gpicview-0.2.5/configure-8749-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gpicview-0.2.5/configure-8816-	# is EXPORTS), use it as is; otherwise, prepend...
gpicview-0.2.5/configure:8817:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/configure-8818-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gpicview-0.2.5/configure-8844-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpicview-0.2.5/configure:8845:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpicview-0.2.5/configure:8846:      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'
gpicview-0.2.5/configure-8847-      ;;
##############################################
gpicview-0.2.5/configure-8862-        pgcc*)				# Portland Group C compiler
gpicview-0.2.5/configure:8863:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/configure-8864-	  tmp_addflag=' $pic_flag'
##############################################
gpicview-0.2.5/configure-8867-					# Portland Group f77 and f90 compilers
gpicview-0.2.5/configure:8868:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/configure-8869-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gpicview-0.2.5/configure-8882-	nvcc*)	# Cuda Compiler Driver 2.2
gpicview-0.2.5/configure:8883:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/configure-8884-	  compiler_needs_object=yes
##############################################
gpicview-0.2.5/configure-8886-	esac
gpicview-0.2.5/configure:8887:	case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/configure-8888-	*Sun\ C*)			# Sun C 5.9
gpicview-0.2.5/configure:8889:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/configure-8890-	  compiler_needs_object=yes
##############################################
gpicview-0.2.5/configure-8954-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gpicview-0.2.5/configure:8955:      case `$LD -v 2>&1` in
gpicview-0.2.5/configure-8956-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gpicview-0.2.5/configure-9077-	# below for broken collect2 doesn't work under 4.3+
gpicview-0.2.5/configure:9078:	  collect2name=`${CC} -print-prog-name=collect2`
gpicview-0.2.5/configure-9079-	  if test -f "$collect2name" &&
##############################################
gpicview-0.2.5/configure-9151-      }'
gpicview-0.2.5/configure:9152:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/configure-9153-  # Check for a 64-bit object if we didn't find anything.
gpicview-0.2.5/configure-9154-  if test -z "$lt_cv_aix_libpath_"; then
gpicview-0.2.5/configure:9155:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/configure-9156-  fi
##############################################
gpicview-0.2.5/configure-9169-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gpicview-0.2.5/configure:9170:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpicview-0.2.5/configure-9171-      else
##############################################
gpicview-0.2.5/configure-9204-      }'
gpicview-0.2.5/configure:9205:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/configure-9206-  # Check for a 64-bit object if we didn't find anything.
gpicview-0.2.5/configure-9207-  if test -z "$lt_cv_aix_libpath_"; then
gpicview-0.2.5/configure:9208:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/configure-9209-  fi
##############################################
gpicview-0.2.5/configure-9277-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gpicview-0.2.5/configure:9278:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/configure-9279-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gpicview-0.2.5/configure-9314-	# FIXME: Setting linknames here is a bad hack.
gpicview-0.2.5/configure:9315:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gpicview-0.2.5/configure-9316-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gpicview-0.2.5/configure-9332-  if test "$lt_cv_ld_force_load" = "yes"; then
gpicview-0.2.5/configure:9333:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gpicview-0.2.5/configure-9334-
##############################################
gpicview-0.2.5/configure-9512-      if test "$GCC" = yes; then
gpicview-0.2.5/configure:9513:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure-9514-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gpicview-0.2.5/configure-9540-	if test "$lt_cv_irix_exported_symbol" = yes; then
gpicview-0.2.5/configure:9541:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gpicview-0.2.5/configure-9542-	fi
gpicview-0.2.5/configure-9543-      else
gpicview-0.2.5/configure:9544:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure:9545:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gpicview-0.2.5/configure-9546-      fi
##############################################
gpicview-0.2.5/configure-9580-	hardcode_direct_absolute=yes
gpicview-0.2.5/configure:9581:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/configure-9582-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gpicview-0.2.5/configure-9613-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gpicview-0.2.5/configure:9614:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure-9615-      else
gpicview-0.2.5/configure-9616-	allow_undefined_flag=' -expect_unresolved \*'
gpicview-0.2.5/configure:9617:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure-9618-      fi
##############################################
gpicview-0.2.5/configure-9626-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gpicview-0.2.5/configure:9627:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure-9628-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gpicview-0.2.5/configure-9630-	allow_undefined_flag=' -expect_unresolved \*'
gpicview-0.2.5/configure:9631:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/configure:9632:	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~
gpicview-0.2.5/configure:9633:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gpicview-0.2.5/configure-9634-
##############################################
gpicview-0.2.5/configure-9649-      else
gpicview-0.2.5/configure:9650:	case `$CC -V 2>&1` in
gpicview-0.2.5/configure-9651-	*"Compilers 5.0"*)
##############################################
gpicview-0.2.5/configure-10048-  esac
gpicview-0.2.5/configure:10049:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gpicview-0.2.5/configure-10050-  case $lt_search_path_spec in
##############################################
gpicview-0.2.5/configure-10055-    # okay in the real world where ";" in dirpaths is itself problematic.
gpicview-0.2.5/configure:10056:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gpicview-0.2.5/configure-10057-    ;;
gpicview-0.2.5/configure-10058-  *)
gpicview-0.2.5/configure:10059:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/configure-10060-    ;;
##############################################
gpicview-0.2.5/configure-10064-  lt_tmp_lt_search_path_spec=
gpicview-0.2.5/configure:10065:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gpicview-0.2.5/configure-10066-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gpicview-0.2.5/configure-10099-  esac
gpicview-0.2.5/configure:10100:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gpicview-0.2.5/configure-10101-else
##############################################
gpicview-0.2.5/configure-10187-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gpicview-0.2.5/configure:10188:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gpicview-0.2.5/configure-10189-    ;;
##############################################
gpicview-0.2.5/configure-10223-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpicview-0.2.5/configure:10224:    postinstall_cmds='base_file=`basename \${file}`~
gpicview-0.2.5/configure:10225:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpicview-0.2.5/configure:10226:      dldir=$destdir/`dirname \$dlpath`~
gpicview-0.2.5/configure-10227-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gpicview-0.2.5/configure-10232-      fi'
gpicview-0.2.5/configure:10233:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpicview-0.2.5/configure-10234-      dlpath=$dir/\$dldll~
##############################################
gpicview-0.2.5/configure-10240-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gpicview-0.2.5/configure:10241:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/configure-10242-
##############################################
gpicview-0.2.5/configure-10246-      # MinGW DLLs use traditional 'lib' prefix
gpicview-0.2.5/configure:10247:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/configure-10248-      ;;
##############################################
gpicview-0.2.5/configure-10250-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gpicview-0.2.5/configure:10251:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/configure-10252-      ;;
##############################################
gpicview-0.2.5/configure-10259-    libname_spec='$name'
gpicview-0.2.5/configure:10260:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/configure-10261-    library_names_spec='${libname}.dll.lib'
##############################################
gpicview-0.2.5/configure-10271-        # Let DOS variable expansion print the short 8.3 style file name.
gpicview-0.2.5/configure:10272:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gpicview-0.2.5/configure-10273-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gpicview-0.2.5/configure-10276-      # Convert to MSYS style.
gpicview-0.2.5/configure:10277:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gpicview-0.2.5/configure-10278-      ;;
##############################################
gpicview-0.2.5/configure-10282-      # like /cygdrive/c/PROGRA~1:/cygdr...
gpicview-0.2.5/configure:10283:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gpicview-0.2.5/configure:10284:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gpicview-0.2.5/configure:10285:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/configure-10286-      ;;
##############################################
gpicview-0.2.5/configure-10290-        # It is most probably a Windows format PATH.
gpicview-0.2.5/configure:10291:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gpicview-0.2.5/configure-10292-      else
gpicview-0.2.5/configure:10293:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/configure-10294-      fi
##############################################
gpicview-0.2.5/configure-10300-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpicview-0.2.5/configure:10301:    postinstall_cmds='base_file=`basename \${file}`~
gpicview-0.2.5/configure:10302:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpicview-0.2.5/configure:10303:      dldir=$destdir/`dirname \$dlpath`~
gpicview-0.2.5/configure-10304-      test -d \$dldir || mkdir -p \$dldir~
gpicview-0.2.5/configure-10305-      $install_prog $dir/$dlname \$dldir/$dlname'
gpicview-0.2.5/configure:10306:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpicview-0.2.5/configure-10307-      dlpath=$dir/\$dldll~
##############################################
gpicview-0.2.5/configure-10314-    # Assume MSVC wrapper
gpicview-0.2.5/configure:10315:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gpicview-0.2.5/configure-10316-    dynamic_linker='Win32 ld.exe'
##############################################
gpicview-0.2.5/configure-10331-  shlibpath_var=DYLD_LIBRARY_PATH
gpicview-0.2.5/configure:10332:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gpicview-0.2.5/configure-10333-
##############################################
gpicview-0.2.5/configure-10557-  if test -f /etc/ld.so.conf; then
gpicview-0.2.5/configure:10558:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gpicview-0.2.5/configure-10559-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gpicview-0.2.5/configure-10631-  shlibpath_var=LD_LIBRARY_PATH
gpicview-0.2.5/configure:10632:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/configure-10633-    case $host_os in
##############################################
gpicview-0.2.5/configure-12236-  if test "$am_compiler_list" = ""; then
gpicview-0.2.5/configure:12237:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpicview-0.2.5/configure-12238-  fi
##############################################
gpicview-0.2.5/configure-12962-  if test "$am_compiler_list" = ""; then
gpicview-0.2.5/configure:12963:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpicview-0.2.5/configure-12964-  fi
##############################################
gpicview-0.2.5/configure-13656-    if test -f $ac_dir/$ac_word; then
gpicview-0.2.5/configure:13657:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gpicview-0.2.5/configure-13658-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gpicview-0.2.5/configure-13775-    if test -f $ac_dir/$ac_word; then
gpicview-0.2.5/configure:13776:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gpicview-0.2.5/configure-13777-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gpicview-0.2.5/configure-13934-   if test "x$srcdir" != "x."; then
gpicview-0.2.5/configure:13935:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gpicview-0.2.5/configure-13936-       posrcprefix="$srcdir/"
##############################################
gpicview-0.2.5/configure-13970-
gpicview-0.2.5/configure:13971:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gpicview-0.2.5/configure-13972-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gpicview-0.2.5/configure:13973:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gpicview-0.2.5/configure-13974-if test -n "0.40.0"; then
##############################################
gpicview-0.2.5/configure-14410-fi
gpicview-0.2.5/configure:14411:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/configure:14412:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/configure:14413:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/configure-14414-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gpicview-0.2.5/configure-14466-else
gpicview-0.2.5/configure:14467:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gpicview-0.2.5/configure-14468-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
gpicview-0.2.5/configure-14473-$as_echo_n "checking for XML::Parser... " >&6; }
gpicview-0.2.5/configure:14474:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gpicview-0.2.5/configure-14475-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
gpicview-0.2.5/configure-14676-  test $ac_status = 0; }; then
gpicview-0.2.5/configure:14677:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "$gtk_modules" 2>/dev/null`
gpicview-0.2.5/configure-14678-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gpicview-0.2.5/configure-14693-  test $ac_status = 0; }; then
gpicview-0.2.5/configure:14694:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "$gtk_modules" 2>/dev/null`
gpicview-0.2.5/configure-14695-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gpicview-0.2.5/configure-14714-        if test $_pkg_short_errors_supported = yes; then
gpicview-0.2.5/configure:14715:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$gtk_modules" 2>&1`
gpicview-0.2.5/configure-14716-        else
gpicview-0.2.5/configure:14717:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$gtk_modules" 2>&1`
gpicview-0.2.5/configure-14718-        fi
##############################################
gpicview-0.2.5/configure-14772-  test $ac_status = 0; }; then
gpicview-0.2.5/configure:14773:  pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null`
gpicview-0.2.5/configure-14774-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gpicview-0.2.5/configure-14789-  test $ac_status = 0; }; then
gpicview-0.2.5/configure:14790:  pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null`
gpicview-0.2.5/configure-14791-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gpicview-0.2.5/configure-14810-        if test $_pkg_short_errors_supported = yes; then
gpicview-0.2.5/configure:14811:	        X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$pkg_modules" 2>&1`
gpicview-0.2.5/configure-14812-        else
gpicview-0.2.5/configure:14813:	        X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$pkg_modules" 2>&1`
gpicview-0.2.5/configure-14814-        fi
##############################################
gpicview-0.2.5/configure-14913-rm -f $srcdir/po/LINGUAS
gpicview-0.2.5/configure:14914:for po_file in `ls $srcdir/po/*.po | sort`;
gpicview-0.2.5/configure-14915-do
gpicview-0.2.5/configure:14916:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
gpicview-0.2.5/configure-14917-    echo $lang >> $srcdir/po/LINGUAS
##############################################
gpicview-0.2.5/configure-15026-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gpicview-0.2.5/configure:15027:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gpicview-0.2.5/configure-15028-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gpicview-0.2.5/configure-15133-if test -z "$BASH_VERSION$ZSH_VERSION" \
gpicview-0.2.5/configure:15134:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gpicview-0.2.5/configure-15135-  as_echo='print -r --'
gpicview-0.2.5/configure-15136-  as_echo_n='print -rn --'
gpicview-0.2.5/configure:15137:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gpicview-0.2.5/configure-15138-  as_echo='printf %s\n'
##############################################
gpicview-0.2.5/configure-15140-else
gpicview-0.2.5/configure:15141:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gpicview-0.2.5/configure-15142-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gpicview-0.2.5/configure-15150-	expr "X$arg" : "X\\(.*\\)$as_nl";
gpicview-0.2.5/configure:15151:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gpicview-0.2.5/configure-15152-      esac;
##############################################
gpicview-0.2.5/configure-15227-# ----------------------------------------
gpicview-0.2.5/configure:15228:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gpicview-0.2.5/configure-15229-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gpicview-0.2.5/configure-15299-  {
gpicview-0.2.5/configure:15300:    as_val=`expr "$@" || test $? -eq 1`
gpicview-0.2.5/configure-15301-  }
##############################################
gpicview-0.2.5/configure-15403-      case $as_dir in #(
gpicview-0.2.5/configure:15404:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gpicview-0.2.5/configure-15405-      *) as_qdir=$as_dir;;
##############################################
gpicview-0.2.5/configure-15538-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gpicview-0.2.5/configure:15539:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gpicview-0.2.5/configure-15540-ac_cs_version="\\
##############################################
gpicview-0.2.5/configure-15563-  --*=?*)
gpicview-0.2.5/configure:15564:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gpicview-0.2.5/configure:15565:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gpicview-0.2.5/configure-15566-    ac_shift=:
##############################################
gpicview-0.2.5/configure-15568-  --*=)
gpicview-0.2.5/configure:15569:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gpicview-0.2.5/configure-15570-    ac_optarg=
##############################################
gpicview-0.2.5/configure-15592-    case $ac_optarg in
gpicview-0.2.5/configure:15593:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpicview-0.2.5/configure-15594-    '') as_fn_error $? "missing file argument" ;;
##############################################
gpicview-0.2.5/configure-15600-    case $ac_optarg in
gpicview-0.2.5/configure:15601:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpicview-0.2.5/configure-15602-    esac
##############################################
gpicview-0.2.5/configure-15669-delay_variable_subst='$delay_variable_subst'
gpicview-0.2.5/configure:15670:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15671:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15672:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15673:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15674:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15675:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15676:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15677:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15678:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15679:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15680:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15681:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15682:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15683:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15684:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15685:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15686:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15687:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15688:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15689:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15690:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15691:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15692:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15693:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15694:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15695:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15696:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15697:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15698:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15699:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15700:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15701:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15702:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15703:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15704:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15705:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15706:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15707:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15708:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15709:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15710:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15711:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15712:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15713:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15714:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15715:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15716:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15717:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15718:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15719:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15720:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15721:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15722:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15723:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15724:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15725:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15726:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15727:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15728:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15729:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15730:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15731:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15732:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15733:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15734:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15735:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15736:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15737:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15738:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15739:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15740:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15741:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15742:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15743:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15744:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15745:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15746:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15747:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15748:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15749:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15750:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15751:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15752:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15753:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15754:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15755:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15756:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15757:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15758:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15759:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15760:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15761:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15762:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15763:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15764:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15765:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15766:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15767:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15768:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15769:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15770:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15771:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15772:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15773:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15774:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15775:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15776:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15777:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15778:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15779:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15780:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15781:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15782:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15783:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15784:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15785:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15786:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15787:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15788:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15789:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15790:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15791:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15792:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15793:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15794:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15795:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15796:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15797:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15798:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure:15799:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/configure-15800-
##############################################
gpicview-0.2.5/configure-15878-striplib; do
gpicview-0.2.5/configure:15879:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gpicview-0.2.5/configure-15880-    *[\\\\\\\`\\"\\\$]*)
gpicview-0.2.5/configure:15881:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gpicview-0.2.5/configure-15882-      ;;
##############################################
gpicview-0.2.5/configure-15908-sys_lib_dlsearch_path_spec; do
gpicview-0.2.5/configure:15909:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gpicview-0.2.5/configure-15910-    *[\\\\\\\`\\"\\\$]*)
gpicview-0.2.5/configure:15911:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gpicview-0.2.5/configure-15912-      ;;
##############################################
gpicview-0.2.5/configure-16012-fi
gpicview-0.2.5/configure:16013:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gpicview-0.2.5/configure-16014-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gpicview-0.2.5/configure-16029-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gpicview-0.2.5/configure:16030:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gpicview-0.2.5/configure-16031-ac_delim='%!_!# '
##############################################
gpicview-0.2.5/configure-16035-
gpicview-0.2.5/configure:16036:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gpicview-0.2.5/configure-16037-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gpicview-0.2.5/configure-16173-for ac_last_try in false false :; do
gpicview-0.2.5/configure:16174:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gpicview-0.2.5/configure-16175-  if test -z "$ac_tt"; then
##############################################
gpicview-0.2.5/configure-16305-      esac
gpicview-0.2.5/configure:16306:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gpicview-0.2.5/configure-16307-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gpicview-0.2.5/configure-16364-*)
gpicview-0.2.5/configure:16365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gpicview-0.2.5/configure-16366-  # A ".." for each directory in $ac_dir_suffix.
gpicview-0.2.5/configure:16367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gpicview-0.2.5/configure-16368-  case $ac_top_builddir_sub in
##############################################
gpicview-0.2.5/configure-16425-/@mandir@/p'
gpicview-0.2.5/configure:16426:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gpicview-0.2.5/configure-16427-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gpicview-0.2.5/configure-16442-
gpicview-0.2.5/configure:16443:# Neutralize VPATH when `$srcdir' = `.'.
gpicview-0.2.5/configure-16444-# Shell code in configure.ac might set extrasub.
##############################################
gpicview-0.2.5/configure-16470-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gpicview-0.2.5/configure:16471:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gpicview-0.2.5/configure-16472-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gpicview-0.2.5/configure-16516-    * )
gpicview-0.2.5/configure:16517:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gpicview-0.2.5/configure-16518-  esac
##############################################
gpicview-0.2.5/configure-16563-    # Strip MF so we end up with the name of the file.
gpicview-0.2.5/configure:16564:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gpicview-0.2.5/configure-16565-    # Check whether this is an Automake generated Makefile or not.
##############################################
gpicview-0.2.5/configure-16600-    # from the Makefile without running 'make'.
gpicview-0.2.5/configure:16601:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gpicview-0.2.5/configure-16602-    test -z "$DEPDIR" && continue
gpicview-0.2.5/configure:16603:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gpicview-0.2.5/configure-16604-    test -z "$am__include" && continue
gpicview-0.2.5/configure:16605:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gpicview-0.2.5/configure-16606-    # Find all dependency output files, they are included files with
##############################################
gpicview-0.2.5/configure-16659-
gpicview-0.2.5/configure:16660:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gpicview-0.2.5/configure-16661-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gpicview-0.2.5/Makefile.in-40-  { \
gpicview-0.2.5/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gpicview-0.2.5/Makefile.in-42-  }; \
##############################################
gpicview-0.2.5/Makefile.in-123-  esac
gpicview-0.2.5/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gpicview-0.2.5/Makefile.in-125-am__vpath_adj = case $$p in \
gpicview-0.2.5/Makefile.in:126:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gpicview-0.2.5/Makefile.in-127-    *) f=$$p;; \
gpicview-0.2.5/Makefile.in-128-  esac;
gpicview-0.2.5/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gpicview-0.2.5/Makefile.in-130-am__install_max = 40
gpicview-0.2.5/Makefile.in-131-am__nobase_strip_setup = \
gpicview-0.2.5/Makefile.in:132:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gpicview-0.2.5/Makefile.in-133-am__nobase_strip = \
##############################################
gpicview-0.2.5/Makefile.in-199-  while test -n "$$dir1"; do \
gpicview-0.2.5/Makefile.in:200:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gpicview-0.2.5/Makefile.in-201-    if test "$$first" != "."; then \
gpicview-0.2.5/Makefile.in-202-      if test "$$first" = ".."; then \
gpicview-0.2.5/Makefile.in:203:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gpicview-0.2.5/Makefile.in:204:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gpicview-0.2.5/Makefile.in-205-      else \
gpicview-0.2.5/Makefile.in:206:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gpicview-0.2.5/Makefile.in-207-        if test "$$first2" = "$$first"; then \
gpicview-0.2.5/Makefile.in:208:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gpicview-0.2.5/Makefile.in-209-        else \
##############################################
gpicview-0.2.5/Makefile.in-214-    fi; \
gpicview-0.2.5/Makefile.in:215:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gpicview-0.2.5/Makefile.in-216-  done; \
##############################################
gpicview-0.2.5/Makefile.in-470-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
gpicview-0.2.5/Makefile.in:471:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gpicview-0.2.5/Makefile.in-472-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
gpicview-0.2.5/Makefile.in-491-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
gpicview-0.2.5/Makefile.in:492:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gpicview-0.2.5/Makefile.in-493-	dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
##############################################
gpicview-0.2.5/Makefile.in-508-	dot_seen=no; \
gpicview-0.2.5/Makefile.in:509:	target=`echo $@ | sed s/-recursive//`; \
gpicview-0.2.5/Makefile.in-510-	case "$@" in \
##############################################
gpicview-0.2.5/Makefile.in-571-GTAGS:
gpicview-0.2.5/Makefile.in:572:	here=`$(am__cd) $(top_builddir) && pwd` \
gpicview-0.2.5/Makefile.in-573-	  && $(am__cd) $(top_srcdir) \
##############################################
gpicview-0.2.5/Makefile.in-603-	test -d "$(distdir)" || mkdir "$(distdir)"
gpicview-0.2.5/Makefile.in:604:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/Makefile.in:605:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gpicview-0.2.5/Makefile.in-606-	list='$(DISTFILES)'; \
##############################################
gpicview-0.2.5/Makefile.in-617-	  if test -d $$d/$$file; then \
gpicview-0.2.5/Makefile.in:618:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gpicview-0.2.5/Makefile.in-619-	    if test -d "$(distdir)/$$file"; then \
##############################################
gpicview-0.2.5/Makefile.in-730-	test -d $(distdir)/_build || exit 0; \
gpicview-0.2.5/Makefile.in:731:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gpicview-0.2.5/Makefile.in-732-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gpicview-0.2.5/Makefile.in-774-	}; \
gpicview-0.2.5/Makefile.in:775:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gpicview-0.2.5/Makefile.in-776-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gpicview-0.2.5/Makefile.in-786-	fi
gpicview-0.2.5/Makefile.in:787:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gpicview-0.2.5/Makefile.in-788-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gpicview-0.2.5/aclocal.m4-224-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gpicview-0.2.5/aclocal.m4:225:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gpicview-0.2.5/aclocal.m4-226-	if test "$MSGFMT" != "no"; then
##############################################
gpicview-0.2.5/aclocal.m4-245-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gpicview-0.2.5/aclocal.m4:246:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gpicview-0.2.5/aclocal.m4-247-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gpicview-0.2.5/aclocal.m4-396-   if test "x$srcdir" != "x."; then
gpicview-0.2.5/aclocal.m4:397:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gpicview-0.2.5/aclocal.m4-398-       posrcprefix="$srcdir/"
##############################################
gpicview-0.2.5/aclocal.m4-420-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gpicview-0.2.5/aclocal.m4:421:datarootdir=`eval echo "${datarootdir}"`
gpicview-0.2.5/aclocal.m4-422-if test "x$CATOBJEXT" = "x.mo" ; then
gpicview-0.2.5/aclocal.m4:423:  localedir=`eval echo "${libdir}/locale"`
gpicview-0.2.5/aclocal.m4-424-else
gpicview-0.2.5/aclocal.m4:425:  localedir=`eval echo "${datadir}/locale"`
gpicview-0.2.5/aclocal.m4-426-fi
##############################################
gpicview-0.2.5/aclocal.m4-473-
gpicview-0.2.5/aclocal.m4:474:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gpicview-0.2.5/aclocal.m4-475-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gpicview-0.2.5/aclocal.m4:476:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gpicview-0.2.5/aclocal.m4-477-if test -n "$1"; then
##############################################
gpicview-0.2.5/aclocal.m4-561-fi
gpicview-0.2.5/aclocal.m4:562:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/aclocal.m4:563:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/aclocal.m4:564:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gpicview-0.2.5/aclocal.m4-565-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gpicview-0.2.5/aclocal.m4-577-else
gpicview-0.2.5/aclocal.m4:578:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gpicview-0.2.5/aclocal.m4-579-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
gpicview-0.2.5/aclocal.m4-582-   AC_MSG_CHECKING([for XML::Parser])
gpicview-0.2.5/aclocal.m4:583:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gpicview-0.2.5/aclocal.m4-584-       AC_MSG_RESULT([ok])
##############################################
gpicview-0.2.5/aclocal.m4-798-done
gpicview-0.2.5/aclocal.m4:799:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gpicview-0.2.5/aclocal.m4-800-])
##############################################
gpicview-0.2.5/aclocal.m4-1094-m4_define([_LT_CONFIG_STATUS_DECLARE],
gpicview-0.2.5/aclocal.m4:1095:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gpicview-0.2.5/aclocal.m4-1096-
##############################################
gpicview-0.2.5/aclocal.m4-1104-#
gpicview-0.2.5/aclocal.m4:1105:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gpicview-0.2.5/aclocal.m4-1106-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gpicview-0.2.5/aclocal.m4-1214-]], lt_decl_quote_varnames); do
gpicview-0.2.5/aclocal.m4:1215:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gpicview-0.2.5/aclocal.m4-1216-    *[[\\\\\\\`\\"\\\$]]*)
gpicview-0.2.5/aclocal.m4:1217:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gpicview-0.2.5/aclocal.m4-1218-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-1227-]], lt_decl_dquote_varnames); do
gpicview-0.2.5/aclocal.m4:1228:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gpicview-0.2.5/aclocal.m4-1229-    *[[\\\\\\\`\\"\\\$]]*)
gpicview-0.2.5/aclocal.m4:1230:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gpicview-0.2.5/aclocal.m4-1231-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-1387-
gpicview-0.2.5/aclocal.m4:1388:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gpicview-0.2.5/aclocal.m4-1389-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gpicview-0.2.5/aclocal.m4-1755-  if test "$lt_cv_ld_force_load" = "yes"; then
gpicview-0.2.5/aclocal.m4:1756:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gpicview-0.2.5/aclocal.m4-1757-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gpicview-0.2.5/aclocal.m4-1808-      }]'
gpicview-0.2.5/aclocal.m4:1809:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/aclocal.m4-1810-  # Check for a 64-bit object if we didn't find anything.
gpicview-0.2.5/aclocal.m4-1811-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gpicview-0.2.5/aclocal.m4:1812:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpicview-0.2.5/aclocal.m4-1813-  fi],[])
##############################################
gpicview-0.2.5/aclocal.m4-1844-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gpicview-0.2.5/aclocal.m4:1845:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gpicview-0.2.5/aclocal.m4-1846-  ECHO='print -r --'
gpicview-0.2.5/aclocal.m4:1847:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gpicview-0.2.5/aclocal.m4-1848-  ECHO='printf %s\n'
##############################################
gpicview-0.2.5/aclocal.m4-1879-    PATH=/empty FPATH=/empty; export PATH FPATH
gpicview-0.2.5/aclocal.m4:1880:    test "X`printf %s $ECHO`" = "X$ECHO" \
gpicview-0.2.5/aclocal.m4:1881:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gpicview-0.2.5/aclocal.m4-1882-
##############################################
gpicview-0.2.5/aclocal.m4-1902-   if test "$GCC" = yes; then
gpicview-0.2.5/aclocal.m4:1903:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gpicview-0.2.5/aclocal.m4-1904-   fi
##############################################
gpicview-0.2.5/aclocal.m4-1906- /*)
gpicview-0.2.5/aclocal.m4:1907:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gpicview-0.2.5/aclocal.m4-1908-   ;; #(
##############################################
gpicview-0.2.5/aclocal.m4-1935-  if AC_TRY_EVAL(ac_compile); then
gpicview-0.2.5/aclocal.m4:1936:    case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/aclocal.m4-1937-      *ELF-32*)
##############################################
gpicview-0.2.5/aclocal.m4-1951-    if test "$lt_cv_prog_gnu_ld" = yes; then
gpicview-0.2.5/aclocal.m4:1952:      case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/aclocal.m4-1953-	*32-bit*)
##############################################
gpicview-0.2.5/aclocal.m4-1963-    else
gpicview-0.2.5/aclocal.m4:1964:      case `/usr/bin/file conftest.$ac_objext` in
gpicview-0.2.5/aclocal.m4-1965-	*32-bit*)
##############################################
gpicview-0.2.5/aclocal.m4-2328-    # And add a safety zone
gpicview-0.2.5/aclocal.m4:2329:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpicview-0.2.5/aclocal.m4:2330:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpicview-0.2.5/aclocal.m4-2331-    ;;
##############################################
gpicview-0.2.5/aclocal.m4-2361-    if test -n "$kargmax"; then
gpicview-0.2.5/aclocal.m4:2362:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gpicview-0.2.5/aclocal.m4-2363-    else
##############################################
gpicview-0.2.5/aclocal.m4-2370-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gpicview-0.2.5/aclocal.m4:2371:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpicview-0.2.5/aclocal.m4:2372:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpicview-0.2.5/aclocal.m4-2373-    else
##############################################
gpicview-0.2.5/aclocal.m4-2382-      # we can't tell.
gpicview-0.2.5/aclocal.m4:2383:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gpicview-0.2.5/aclocal.m4-2384-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gpicview-0.2.5/aclocal.m4-2386-      do
gpicview-0.2.5/aclocal.m4:2387:        i=`expr $i + 1`
gpicview-0.2.5/aclocal.m4-2388-        teststring=$teststring$teststring
##############################################
gpicview-0.2.5/aclocal.m4-2390-      # Only check the string length outside the loop.
gpicview-0.2.5/aclocal.m4:2391:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gpicview-0.2.5/aclocal.m4-2392-      teststring=
##############################################
gpicview-0.2.5/aclocal.m4-2395-      # linker.  It appears as though 1/2 is a usable value.
gpicview-0.2.5/aclocal.m4:2396:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gpicview-0.2.5/aclocal.m4-2397-    fi
##############################################
gpicview-0.2.5/aclocal.m4-2720-  if test "$hard_links" = no; then
gpicview-0.2.5/aclocal.m4:2721:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gpicview-0.2.5/aclocal.m4-2722-    need_locks=warn
##############################################
gpicview-0.2.5/aclocal.m4-2851-  esac
gpicview-0.2.5/aclocal.m4:2852:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gpicview-0.2.5/aclocal.m4-2853-  case $lt_search_path_spec in
##############################################
gpicview-0.2.5/aclocal.m4-2858-    # okay in the real world where ";" in dirpaths is itself problematic.
gpicview-0.2.5/aclocal.m4:2859:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gpicview-0.2.5/aclocal.m4-2860-    ;;
gpicview-0.2.5/aclocal.m4-2861-  *)
gpicview-0.2.5/aclocal.m4:2862:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/aclocal.m4-2863-    ;;
##############################################
gpicview-0.2.5/aclocal.m4-2867-  lt_tmp_lt_search_path_spec=
gpicview-0.2.5/aclocal.m4:2868:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gpicview-0.2.5/aclocal.m4-2869-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gpicview-0.2.5/aclocal.m4-2902-  esac
gpicview-0.2.5/aclocal.m4:2903:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gpicview-0.2.5/aclocal.m4-2904-else
##############################################
gpicview-0.2.5/aclocal.m4-2990-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gpicview-0.2.5/aclocal.m4:2991:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gpicview-0.2.5/aclocal.m4-2992-    ;;
##############################################
gpicview-0.2.5/aclocal.m4-3026-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpicview-0.2.5/aclocal.m4:3027:    postinstall_cmds='base_file=`basename \${file}`~
gpicview-0.2.5/aclocal.m4:3028:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpicview-0.2.5/aclocal.m4:3029:      dldir=$destdir/`dirname \$dlpath`~
gpicview-0.2.5/aclocal.m4-3030-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gpicview-0.2.5/aclocal.m4-3035-      fi'
gpicview-0.2.5/aclocal.m4:3036:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpicview-0.2.5/aclocal.m4-3037-      dlpath=$dir/\$dldll~
##############################################
gpicview-0.2.5/aclocal.m4-3043-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gpicview-0.2.5/aclocal.m4:3044:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/aclocal.m4-3045-m4_if([$1], [],[
##############################################
gpicview-0.2.5/aclocal.m4-3049-      # MinGW DLLs use traditional 'lib' prefix
gpicview-0.2.5/aclocal.m4:3050:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/aclocal.m4-3051-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-3053-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gpicview-0.2.5/aclocal.m4:3054:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/aclocal.m4-3055-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-3062-    libname_spec='$name'
gpicview-0.2.5/aclocal.m4:3063:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpicview-0.2.5/aclocal.m4-3064-    library_names_spec='${libname}.dll.lib'
##############################################
gpicview-0.2.5/aclocal.m4-3074-        # Let DOS variable expansion print the short 8.3 style file name.
gpicview-0.2.5/aclocal.m4:3075:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gpicview-0.2.5/aclocal.m4-3076-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gpicview-0.2.5/aclocal.m4-3079-      # Convert to MSYS style.
gpicview-0.2.5/aclocal.m4:3080:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gpicview-0.2.5/aclocal.m4-3081-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-3085-      # like /cygdrive/c/PROGRA~1:/cygdr...
gpicview-0.2.5/aclocal.m4:3086:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gpicview-0.2.5/aclocal.m4:3087:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gpicview-0.2.5/aclocal.m4:3088:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/aclocal.m4-3089-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-3093-        # It is most probably a Windows format PATH.
gpicview-0.2.5/aclocal.m4:3094:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gpicview-0.2.5/aclocal.m4-3095-      else
gpicview-0.2.5/aclocal.m4:3096:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gpicview-0.2.5/aclocal.m4-3097-      fi
##############################################
gpicview-0.2.5/aclocal.m4-3103-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpicview-0.2.5/aclocal.m4:3104:    postinstall_cmds='base_file=`basename \${file}`~
gpicview-0.2.5/aclocal.m4:3105:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpicview-0.2.5/aclocal.m4:3106:      dldir=$destdir/`dirname \$dlpath`~
gpicview-0.2.5/aclocal.m4-3107-      test -d \$dldir || mkdir -p \$dldir~
gpicview-0.2.5/aclocal.m4-3108-      $install_prog $dir/$dlname \$dldir/$dlname'
gpicview-0.2.5/aclocal.m4:3109:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpicview-0.2.5/aclocal.m4-3110-      dlpath=$dir/\$dldll~
##############################################
gpicview-0.2.5/aclocal.m4-3117-    # Assume MSVC wrapper
gpicview-0.2.5/aclocal.m4:3118:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gpicview-0.2.5/aclocal.m4-3119-    dynamic_linker='Win32 ld.exe'
##############################################
gpicview-0.2.5/aclocal.m4-3134-  shlibpath_var=DYLD_LIBRARY_PATH
gpicview-0.2.5/aclocal.m4:3135:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gpicview-0.2.5/aclocal.m4-3136-m4_if([$1], [],[
##############################################
gpicview-0.2.5/aclocal.m4-3341-  if test -f /etc/ld.so.conf; then
gpicview-0.2.5/aclocal.m4:3342:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gpicview-0.2.5/aclocal.m4-3343-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gpicview-0.2.5/aclocal.m4-3415-  shlibpath_var=LD_LIBRARY_PATH
gpicview-0.2.5/aclocal.m4:3416:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/aclocal.m4-3417-    case $host_os in
##############################################
gpicview-0.2.5/aclocal.m4-3632-	"file_magic "*)
gpicview-0.2.5/aclocal.m4:3633:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpicview-0.2.5/aclocal.m4-3634-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpicview-0.2.5/aclocal.m4-3715-    # gcc leaves a trailing carriage return which upsets mingw
gpicview-0.2.5/aclocal.m4:3716:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gpicview-0.2.5/aclocal.m4-3717-  *)
gpicview-0.2.5/aclocal.m4:3718:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gpicview-0.2.5/aclocal.m4-3719-  esac
##############################################
gpicview-0.2.5/aclocal.m4-3724-      # Canonicalize the pathname of ld
gpicview-0.2.5/aclocal.m4:3725:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gpicview-0.2.5/aclocal.m4-3726-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gpicview-0.2.5/aclocal.m4:3727:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gpicview-0.2.5/aclocal.m4-3728-      done
##############################################
gpicview-0.2.5/aclocal.m4-3755-      # Break only if it was the GNU/non-GNU ld that we prefer.
gpicview-0.2.5/aclocal.m4:3756:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gpicview-0.2.5/aclocal.m4-3757-      *GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/aclocal.m4-3795-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gpicview-0.2.5/aclocal.m4:3796:case `$LD -v 2>&1 </dev/null` in
gpicview-0.2.5/aclocal.m4-3797-*GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/aclocal.m4-3986-openbsd*)
gpicview-0.2.5/aclocal.m4:3987:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/aclocal.m4-3988-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gpicview-0.2.5/aclocal.m4-4050-    else
gpicview-0.2.5/aclocal.m4:4051:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gpicview-0.2.5/aclocal.m4-4052-    fi
##############################################
gpicview-0.2.5/aclocal.m4-4096-	# Tru64's nm complains that /dev/null is an invalid object file
gpicview-0.2.5/aclocal.m4:4097:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/aclocal.m4-4098-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gpicview-0.2.5/aclocal.m4-4102-	*)
gpicview-0.2.5/aclocal.m4:4103:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/aclocal.m4-4104-	  */dev/null*)
##############################################
gpicview-0.2.5/aclocal.m4-4128-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gpicview-0.2.5/aclocal.m4:4129:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gpicview-0.2.5/aclocal.m4-4130-    *COFF*)
##############################################
gpicview-0.2.5/aclocal.m4-4187-  # decide which to use based on capabilities of $DLLTOOL
gpicview-0.2.5/aclocal.m4:4188:  case `$DLLTOOL --help 2>&1` in
gpicview-0.2.5/aclocal.m4-4189-  *--identify-strict*)
##############################################
gpicview-0.2.5/aclocal.m4-4346-# If we're using GNU nm, then use its standard symbol codes.
gpicview-0.2.5/aclocal.m4:4347:case `$NM -V 2>&1` in
gpicview-0.2.5/aclocal.m4-4348-*GNU* | *'with BFD'*)
##############################################
gpicview-0.2.5/aclocal.m4-4364-mingw*)
gpicview-0.2.5/aclocal.m4:4365:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gpicview-0.2.5/aclocal.m4-4366-  ;;
##############################################
gpicview-0.2.5/aclocal.m4-4417-    nlist=conftest.nm
gpicview-0.2.5/aclocal.m4:4418:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gpicview-0.2.5/aclocal.m4-4419-      # Try sorting and uniquifying the output.
##############################################
gpicview-0.2.5/aclocal.m4-4755-	  *)
gpicview-0.2.5/aclocal.m4:4756:	    case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/aclocal.m4-4757-	    *Sun\ C*)
##############################################
gpicview-0.2.5/aclocal.m4-5060-      *)
gpicview-0.2.5/aclocal.m4:5061:	case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/aclocal.m4-5062-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gpicview-0.2.5/aclocal.m4-5338-	# shared libraries, regardless of the interface used.
gpicview-0.2.5/aclocal.m4:5339:	case `$LD -v 2>&1` in
gpicview-0.2.5/aclocal.m4-5340-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gpicview-0.2.5/aclocal.m4-5370-    supports_anon_versioning=no
gpicview-0.2.5/aclocal.m4:5371:    case `$LD -v 2>&1` in
gpicview-0.2.5/aclocal.m4-5372-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gpicview-0.2.5/aclocal.m4-5439-	# is EXPORTS), use it as is; otherwise, prepend...
gpicview-0.2.5/aclocal.m4:5440:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/aclocal.m4-5441-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gpicview-0.2.5/aclocal.m4-5467-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpicview-0.2.5/aclocal.m4:5468:      _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'
gpicview-0.2.5/aclocal.m4:5469:      _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'
gpicview-0.2.5/aclocal.m4-5470-      ;;
##############################################
gpicview-0.2.5/aclocal.m4-5485-        pgcc*)				# Portland Group C compiler
gpicview-0.2.5/aclocal.m4:5486:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-5487-	  tmp_addflag=' $pic_flag'
##############################################
gpicview-0.2.5/aclocal.m4-5490-					# Portland Group f77 and f90 compilers
gpicview-0.2.5/aclocal.m4:5491:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-5492-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gpicview-0.2.5/aclocal.m4-5505-	nvcc*)	# Cuda Compiler Driver 2.2
gpicview-0.2.5/aclocal.m4:5506:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-5507-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gpicview-0.2.5/aclocal.m4-5509-	esac
gpicview-0.2.5/aclocal.m4:5510:	case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/aclocal.m4-5511-	*Sun\ C*)			# Sun C 5.9
gpicview-0.2.5/aclocal.m4:5512:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-5513-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gpicview-0.2.5/aclocal.m4-5577-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gpicview-0.2.5/aclocal.m4:5578:      case `$LD -v 2>&1` in
gpicview-0.2.5/aclocal.m4-5579-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gpicview-0.2.5/aclocal.m4-5700-	# below for broken collect2 doesn't work under 4.3+
gpicview-0.2.5/aclocal.m4:5701:	  collect2name=`${CC} -print-prog-name=collect2`
gpicview-0.2.5/aclocal.m4-5702-	  if test -f "$collect2name" &&
##############################################
gpicview-0.2.5/aclocal.m4-5750-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gpicview-0.2.5/aclocal.m4:5751:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpicview-0.2.5/aclocal.m4-5752-      else
##############################################
gpicview-0.2.5/aclocal.m4-5816-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gpicview-0.2.5/aclocal.m4:5817:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/aclocal.m4-5818-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gpicview-0.2.5/aclocal.m4-5853-	# FIXME: Setting linknames here is a bad hack.
gpicview-0.2.5/aclocal.m4:5854:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gpicview-0.2.5/aclocal.m4-5855-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gpicview-0.2.5/aclocal.m4-5991-      if test "$GCC" = yes; then
gpicview-0.2.5/aclocal.m4:5992:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-5993-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gpicview-0.2.5/aclocal.m4-6014-	if test "$lt_cv_irix_exported_symbol" = yes; then
gpicview-0.2.5/aclocal.m4:6015:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gpicview-0.2.5/aclocal.m4-6016-	fi
gpicview-0.2.5/aclocal.m4-6017-      else
gpicview-0.2.5/aclocal.m4:6018:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4:6019:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gpicview-0.2.5/aclocal.m4-6020-      fi
##############################################
gpicview-0.2.5/aclocal.m4-6054-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gpicview-0.2.5/aclocal.m4:6055:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/aclocal.m4-6056-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gpicview-0.2.5/aclocal.m4-6087-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpicview-0.2.5/aclocal.m4:6088:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-6089-      else
gpicview-0.2.5/aclocal.m4-6090-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpicview-0.2.5/aclocal.m4:6091:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-6092-      fi
##############################################
gpicview-0.2.5/aclocal.m4-6100-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpicview-0.2.5/aclocal.m4:6101:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-6102-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gpicview-0.2.5/aclocal.m4-6104-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpicview-0.2.5/aclocal.m4:6105:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4:6106:	_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~
gpicview-0.2.5/aclocal.m4:6107:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gpicview-0.2.5/aclocal.m4-6108-
##############################################
gpicview-0.2.5/aclocal.m4-6123-      else
gpicview-0.2.5/aclocal.m4:6124:	case `$CC -V 2>&1` in
gpicview-0.2.5/aclocal.m4-6125-	*"Compilers 5.0"*)
##############################################
gpicview-0.2.5/aclocal.m4-6316-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gpicview-0.2.5/aclocal.m4:6317:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gpicview-0.2.5/aclocal.m4-6318-	  then
##############################################
gpicview-0.2.5/aclocal.m4-6612-        # ancient GNU ld didn't support --whole-archive et. al.
gpicview-0.2.5/aclocal.m4:6613:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gpicview-0.2.5/aclocal.m4-6614-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gpicview-0.2.5/aclocal.m4-6695-          # below for broken collect2 doesn't work under 4.3+
gpicview-0.2.5/aclocal.m4:6696:	  collect2name=`${CC} -print-prog-name=collect2`
gpicview-0.2.5/aclocal.m4-6697-	  if test -f "$collect2name" &&
##############################################
gpicview-0.2.5/aclocal.m4-6745-
gpicview-0.2.5/aclocal.m4:6746:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpicview-0.2.5/aclocal.m4-6747-        else
##############################################
gpicview-0.2.5/aclocal.m4-6811-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gpicview-0.2.5/aclocal.m4:6812:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/aclocal.m4-6813-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gpicview-0.2.5/aclocal.m4-6852-	    # is EXPORTS), use it as is; otherwise, prepend...
gpicview-0.2.5/aclocal.m4:6853:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpicview-0.2.5/aclocal.m4-6854-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gpicview-0.2.5/aclocal.m4-6932-            # dependencies.
gpicview-0.2.5/aclocal.m4:6933:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gpicview-0.2.5/aclocal.m4-6934-            ;;
##############################################
gpicview-0.2.5/aclocal.m4-6997-	    # dependencies.
gpicview-0.2.5/aclocal.m4:6998:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gpicview-0.2.5/aclocal.m4-6999-	    ;;
##############################################
gpicview-0.2.5/aclocal.m4-7033-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpicview-0.2.5/aclocal.m4:7034:	_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'
gpicview-0.2.5/aclocal.m4:7035:	_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'
gpicview-0.2.5/aclocal.m4-7036-	;;
##############################################
gpicview-0.2.5/aclocal.m4-7040-	    # SGI C++
gpicview-0.2.5/aclocal.m4:7041:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-7042-
##############################################
gpicview-0.2.5/aclocal.m4-7051-	      if test "$with_gnu_ld" = no; then
gpicview-0.2.5/aclocal.m4:7052:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-7053-	      else
gpicview-0.2.5/aclocal.m4:7054:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gpicview-0.2.5/aclocal.m4-7055-	      fi
##############################################
gpicview-0.2.5/aclocal.m4-7072-	    # to its proper name (with version) after linking.
gpicview-0.2.5/aclocal.m4:7073:	    _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'
gpicview-0.2.5/aclocal.m4:7074:	    _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'
gpicview-0.2.5/aclocal.m4-7075-	    # Commands to make compiler produce verbose output that lists
##############################################
gpicview-0.2.5/aclocal.m4-7082-	    # dependencies.
gpicview-0.2.5/aclocal.m4:7083:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gpicview-0.2.5/aclocal.m4-7084-
##############################################
gpicview-0.2.5/aclocal.m4-7097-	    # earlier do not add the objects themselves.
gpicview-0.2.5/aclocal.m4:7098:	    case `$CC -V 2>&1` in
gpicview-0.2.5/aclocal.m4-7099-	      *"Version 7."*)
##############################################
gpicview-0.2.5/aclocal.m4-7118-            # Portland Group C++ compiler
gpicview-0.2.5/aclocal.m4:7119:	    case `$CC -V` in
gpicview-0.2.5/aclocal.m4-7120-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gpicview-0.2.5/aclocal.m4-7123-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gpicview-0.2.5/aclocal.m4:7124:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gpicview-0.2.5/aclocal.m4-7125-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gpicview-0.2.5/aclocal.m4-7127-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gpicview-0.2.5/aclocal.m4:7128:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gpicview-0.2.5/aclocal.m4-7129-		$RANLIB $oldlib'
##############################################
gpicview-0.2.5/aclocal.m4-7132-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpicview-0.2.5/aclocal.m4:7133:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gpicview-0.2.5/aclocal.m4-7134-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gpicview-0.2.5/aclocal.m4-7136-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpicview-0.2.5/aclocal.m4:7137:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gpicview-0.2.5/aclocal.m4-7138-	      ;;
##############################################
gpicview-0.2.5/aclocal.m4-7146-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gpicview-0.2.5/aclocal.m4:7147:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-7148-            ;;
##############################################
gpicview-0.2.5/aclocal.m4-7165-	    # dependencies.
gpicview-0.2.5/aclocal.m4:7166:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gpicview-0.2.5/aclocal.m4-7167-	    ;;
##############################################
gpicview-0.2.5/aclocal.m4-7180-	  *)
gpicview-0.2.5/aclocal.m4:7181:	    case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/aclocal.m4-7182-	    *Sun\ C*)
##############################################
gpicview-0.2.5/aclocal.m4-7187-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gpicview-0.2.5/aclocal.m4:7188:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gpicview-0.2.5/aclocal.m4-7189-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gpicview-0.2.5/aclocal.m4-7257-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gpicview-0.2.5/aclocal.m4:7258:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpicview-0.2.5/aclocal.m4-7259-	    _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'
##############################################
gpicview-0.2.5/aclocal.m4-7276-	    # to its proper name (with version) after linking.
gpicview-0.2.5/aclocal.m4:7277:	    _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'
gpicview-0.2.5/aclocal.m4-7278-
##############################################
gpicview-0.2.5/aclocal.m4-7297-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpicview-0.2.5/aclocal.m4:7298:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-7299-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gpicview-0.2.5/aclocal.m4-7302-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpicview-0.2.5/aclocal.m4:7303:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4:7304:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gpicview-0.2.5/aclocal.m4-7305-	          echo "-hidden">> $lib.exp~
gpicview-0.2.5/aclocal.m4:7306:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gpicview-0.2.5/aclocal.m4-7307-	          $RM $lib.exp'
##############################################
gpicview-0.2.5/aclocal.m4-7321-	    # dependencies.
gpicview-0.2.5/aclocal.m4:7322:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gpicview-0.2.5/aclocal.m4-7323-	    ;;
##############################################
gpicview-0.2.5/aclocal.m4-7328-	        osf3*)
gpicview-0.2.5/aclocal.m4:7329:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-7330-		  ;;
gpicview-0.2.5/aclocal.m4-7331-	        *)
gpicview-0.2.5/aclocal.m4:7332:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpicview-0.2.5/aclocal.m4-7333-		  ;;
##############################################
gpicview-0.2.5/aclocal.m4-7581-  case ${2} in
gpicview-0.2.5/aclocal.m4:7582:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gpicview-0.2.5/aclocal.m4:7583:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gpicview-0.2.5/aclocal.m4-7584-  esac
##############################################
gpicview-0.2.5/aclocal.m4-7669-
gpicview-0.2.5/aclocal.m4:7670:  for p in `eval "$output_verbose_link_cmd"`; do
gpicview-0.2.5/aclocal.m4-7671-    case ${prev}${p} in
##############################################
gpicview-0.2.5/aclocal.m4-7767-linux*)
gpicview-0.2.5/aclocal.m4:7768:  case `$CC -V 2>&1 | sed 5q` in
gpicview-0.2.5/aclocal.m4-7769-  *Sun\ C*)
##############################################
gpicview-0.2.5/aclocal.m4-7818-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gpicview-0.2.5/aclocal.m4:7819: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gpicview-0.2.5/aclocal.m4-7820-fi
##############################################
gpicview-0.2.5/aclocal.m4-8420-    test $lt_ac_count -gt 10 && break
gpicview-0.2.5/aclocal.m4:8421:    lt_ac_count=`expr $lt_ac_count + 1`
gpicview-0.2.5/aclocal.m4-8422-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gpicview-0.2.5/aclocal.m4-8491-# ------------------------------------------------------
gpicview-0.2.5/aclocal.m4:8492:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gpicview-0.2.5/aclocal.m4-8493-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gpicview-0.2.5/aclocal.m4-9095-m4_define([lt_combine],
gpicview-0.2.5/aclocal.m4:9096:[m4_if(m4_eval([$# > 3]), [1],
gpicview-0.2.5/aclocal.m4-9097-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gpicview-0.2.5/aclocal.m4-9383-    PKG_CHECK_EXISTS([$3],
gpicview-0.2.5/aclocal.m4:9384:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gpicview-0.2.5/aclocal.m4-9385-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gpicview-0.2.5/aclocal.m4-9432-        if test $_pkg_short_errors_supported = yes; then
gpicview-0.2.5/aclocal.m4:9433:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gpicview-0.2.5/aclocal.m4-9434-        else 
gpicview-0.2.5/aclocal.m4:9435:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gpicview-0.2.5/aclocal.m4-9436-        fi
##############################################
gpicview-0.2.5/aclocal.m4-9593-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gpicview-0.2.5/aclocal.m4:9594:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gpicview-0.2.5/aclocal.m4-9595-# and then we would define $MISSING as
##############################################
gpicview-0.2.5/aclocal.m4-9608-# Expand $ac_aux_dir to an absolute path.
gpicview-0.2.5/aclocal.m4:9609:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gpicview-0.2.5/aclocal.m4-9610-])
##############################################
gpicview-0.2.5/aclocal.m4-9706-  if test "$am_compiler_list" = ""; then
gpicview-0.2.5/aclocal.m4:9707:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gpicview-0.2.5/aclocal.m4-9708-  fi
##############################################
gpicview-0.2.5/aclocal.m4-9857-    # Strip MF so we end up with the name of the file.
gpicview-0.2.5/aclocal.m4:9858:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gpicview-0.2.5/aclocal.m4-9859-    # Check whether this is an Automake generated Makefile or not.
##############################################
gpicview-0.2.5/aclocal.m4-9866-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gpicview-0.2.5/aclocal.m4:9867:      dirpart=`AS_DIRNAME("$mf")`
gpicview-0.2.5/aclocal.m4-9868-    else
##############################################
gpicview-0.2.5/aclocal.m4-9872-    # from the Makefile without running 'make'.
gpicview-0.2.5/aclocal.m4:9873:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gpicview-0.2.5/aclocal.m4-9874-    test -z "$DEPDIR" && continue
gpicview-0.2.5/aclocal.m4:9875:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gpicview-0.2.5/aclocal.m4-9876-    test -z "$am__include" && continue
gpicview-0.2.5/aclocal.m4:9877:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gpicview-0.2.5/aclocal.m4-9878-    # Find all dependency output files, they are included files with
##############################################
gpicview-0.2.5/aclocal.m4-9886-      test -f "$dirpart/$file" && continue
gpicview-0.2.5/aclocal.m4:9887:      fdir=`AS_DIRNAME(["$file"])`
gpicview-0.2.5/aclocal.m4-9888-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gpicview-0.2.5/aclocal.m4-9944-AC_REQUIRE([AC_PROG_INSTALL])dnl
gpicview-0.2.5/aclocal.m4:9945:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gpicview-0.2.5/aclocal.m4-9946-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gpicview-0.2.5/aclocal.m4-10100-    * )
gpicview-0.2.5/aclocal.m4:10101:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gpicview-0.2.5/aclocal.m4-10102-  esac
gpicview-0.2.5/aclocal.m4-10103-done
gpicview-0.2.5/aclocal.m4:10104:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gpicview-0.2.5/aclocal.m4-10105-
##############################################
gpicview-0.2.5/aclocal.m4-10207-# Ignore all kinds of additional output from 'make'.
gpicview-0.2.5/aclocal.m4:10208:case `$am_make -s -f confmf 2> /dev/null` in #(
gpicview-0.2.5/aclocal.m4-10209-*the\ am__doit\ target*)
##############################################
gpicview-0.2.5/aclocal.m4-10217-   echo '.include "confinc"' > confmf
gpicview-0.2.5/aclocal.m4:10218:   case `$am_make -s -f confmf 2> /dev/null` in #(
gpicview-0.2.5/aclocal.m4-10219-   *the\ am__doit\ target*)
##############################################
gpicview-0.2.5/aclocal.m4-10428-     echo "timestamp, slept: $am_has_slept" > conftest.file
gpicview-0.2.5/aclocal.m4:10429:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gpicview-0.2.5/aclocal.m4-10430-     if test "$[*]" = "X"; then
gpicview-0.2.5/aclocal.m4-10431-	# -L didn't work.
gpicview-0.2.5/aclocal.m4:10432:	set X `ls -t "$srcdir/configure" conftest.file`
gpicview-0.2.5/aclocal.m4-10433-     fi