===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jigit-1.22/jigit-96-if [ -e $TMPDIR/jigit/jigdo/missing-list ] ; then
jigit-1.22/jigit:97:    NUM=`wc -l $TMPDIR/jigit/jigdo/missing-list | awk '{print $1}'`
jigit-1.22/jigit-98-    echo "Need to download $NUM files to complete the image"
##############################################
jigit-1.22/jigit-101-        cd $TMPDIR/jigit/files
jigit-1.22/jigit:102:        for file in `cat $TMPDIR/jigit/jigdo/missing-list`
jigit-1.22/jigit-103-        do
jigit-1.22/jigit:104:            printf "\r%5d files missing; retrieving %-45.45s" $NUM `basename $file`
jigit-1.22/jigit:105:            mkdir -p `dirname $file`
jigit-1.22/jigit-106-            wget $WGET_OPTS --mirror $URL/$SNAPSHOT/$file -O $file
jigit-1.22/jigit:107:            SIZE=`stat -c %s $file`
jigit-1.22/jigit-108-            if [ $SIZE -gt 0 ] ; then
##############################################
jigit-1.22/iso-image.pl-88-
jigit-1.22/iso-image.pl:89:    $err = system($cmdline) >> 8;
jigit-1.22/iso-image.pl-90-    if ($err) {
##############################################
jigit-1.22/iso-image.pl-109-#    print "X-output: cmdline $cmdline\n";
jigit-1.22/iso-image.pl:110:    $err = system($cmdline) >> 8;
jigit-1.22/iso-image.pl-111-    if ($err) {
##############################################
jigit-1.22/iso-image.pl-212-    $iaddr = inet_aton($remote_addr);
jigit-1.22/iso-image.pl:213:    $remote_host = gethostbyaddr($iaddr, AF_INET);
jigit-1.22/iso-image.pl-214-}
jigit-1.22/iso-image.pl-215-
jigit-1.22/iso-image.pl:216:print LOGFILE "Connection made from $remote_addr ($remote_host)\n";
jigit-1.22/iso-image.pl-217-if (defined($ultimate) && length($ultimate)) {
jigit-1.22/iso-image.pl-218-    $iaddr = inet_aton($ultimate);
jigit-1.22/iso-image.pl:219:    $ult_name = gethostbyaddr($iaddr, AF_INET);
jigit-1.22/iso-image.pl-220-    print LOGFILE "Proxy for:         $ultimate ($ult_name)\n";
##############################################
jigit-1.22/mkjigsnap-128-if (defined($jigdolist)) {
jigit-1.22/mkjigsnap:129:    $num_jigdos += `wc -w < $jigdolist`;
jigit-1.22/mkjigsnap-130-}
##############################################
jigit-1.22/mkjigsnap-244-    if ($type eq "md5") {
jigit-1.22/mkjigsnap:245:	$jigsum= `jigsum $full_path 2>/dev/null`;
jigit-1.22/mkjigsnap-246-	if ($jigsum =~ m/^(.{22}) /) {
##############################################
jigit-1.22/mkjigsnap-249-    } elsif ($type eq "sha256") {
jigit-1.22/mkjigsnap:250:	$jigsum= `jigsum-sha256 $full_path 2>/dev/null`;
jigit-1.22/mkjigsnap-251-	if ($jigsum =~ m/^(.{43}) /) {
##############################################
jigit-1.22/libjte/compile-67-	mingw/*)
jigit-1.22/libjte/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
jigit-1.22/libjte/compile-69-	  ;;
jigit-1.22/libjte/compile-70-	cygwin/*)
jigit-1.22/libjte/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
jigit-1.22/libjte/compile-72-	  ;;
jigit-1.22/libjte/compile-73-	wine/*)
jigit-1.22/libjte/compile:74:	  file=`winepath -w "$file" || echo "$file"`
jigit-1.22/libjte/compile-75-	  ;;
##############################################
jigit-1.22/libjte/compile-310-# Name of file we expect compiler to create.
jigit-1.22/libjte/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
jigit-1.22/libjte/compile-312-
##############################################
jigit-1.22/libjte/compile-316-# object file name, since that is what matters with a parallel build.
jigit-1.22/libjte/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
jigit-1.22/libjte/compile-318-while true; do
##############################################
jigit-1.22/libjte/ltmain.sh-103-#
jigit-1.22/libjte/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
jigit-1.22/libjte/ltmain.sh-105-#
##############################################
jigit-1.22/libjte/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
jigit-1.22/libjte/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
jigit-1.22/libjte/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
jigit-1.22/libjte/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
jigit-1.22/libjte/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
jigit-1.22/libjte/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
jigit-1.22/libjte/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
jigit-1.22/libjte/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
jigit-1.22/libjte/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
jigit-1.22/libjte/ltmain.sh-410-# The name of this program.
jigit-1.22/libjte/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
jigit-1.22/libjte/ltmain.sh-412-
##############################################
jigit-1.22/libjte/ltmain.sh-416-  *[\\/]*)
jigit-1.22/libjte/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
jigit-1.22/libjte/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
jigit-1.22/libjte/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
jigit-1.22/libjte/ltmain.sh-610-
jigit-1.22/libjte/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
jigit-1.22/libjte/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
jigit-1.22/libjte/ltmain.sh-613-
##############################################
jigit-1.22/libjte/ltmain.sh-639-
jigit-1.22/libjte/ltmain.sh:640:    func_arith_result=`expr "$@"`
jigit-1.22/libjte/ltmain.sh-641-  }
##############################################
jigit-1.22/libjte/ltmain.sh-660-  # ...otherwise fall back to using sed.
jigit-1.22/libjte/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
jigit-1.22/libjte/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
jigit-1.22/libjte/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
jigit-1.22/libjte/ltmain.sh-757-      test -n "$_G_tc" && {
jigit-1.22/libjte/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
jigit-1.22/libjte/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
jigit-1.22/libjte/ltmain.sh-760-      }
jigit-1.22/libjte/ltmain.sh-761-    done
jigit-1.22/libjte/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/ltmain.sh-763-
##############################################
jigit-1.22/libjte/ltmain.sh-831-
jigit-1.22/libjte/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
jigit-1.22/libjte/ltmain.sh-833-  }
##############################################
jigit-1.22/libjte/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
jigit-1.22/libjte/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
jigit-1.22/libjte/ltmain.sh-865-      done
jigit-1.22/libjte/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
jigit-1.22/libjte/ltmain.sh-867-
##############################################
jigit-1.22/libjte/ltmain.sh-901-      # If mktemp works, use that first and foremost
jigit-1.22/libjte/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-903-
##############################################
jigit-1.22/libjte/ltmain.sh-1111-        *[\\\`\"\$]*)
jigit-1.22/libjte/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
jigit-1.22/libjte/ltmain.sh-1113-        *)
##############################################
jigit-1.22/libjte/ltmain.sh-1198-    case $2 in
jigit-1.22/libjte/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
jigit-1.22/libjte/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
jigit-1.22/libjte/ltmain.sh-1201-    esac
##############################################
jigit-1.22/libjte/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
jigit-1.22/libjte/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
jigit-1.22/libjte/ltmain.sh-1273-      ;;
##############################################
jigit-1.22/libjte/ltmain.sh-1358-
jigit-1.22/libjte/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
jigit-1.22/libjte/ltmain.sh-1360-}
##############################################
jigit-1.22/libjte/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
jigit-1.22/libjte/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
jigit-1.22/libjte/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
jigit-1.22/libjte/ltmain.sh-1517-
jigit-1.22/libjte/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
jigit-1.22/libjte/ltmain.sh-1519-}
##############################################
jigit-1.22/libjte/ltmain.sh-1943-
jigit-1.22/libjte/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
jigit-1.22/libjte/ltmain.sh-1945-      func_split_equals_rhs=
jigit-1.22/libjte/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
jigit-1.22/libjte/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
jigit-1.22/libjte/ltmain.sh-1948-  }
##############################################
jigit-1.22/libjte/ltmain.sh-1971-
jigit-1.22/libjte/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
jigit-1.22/libjte/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
jigit-1.22/libjte/ltmain.sh-1974-  }
##############################################
jigit-1.22/libjte/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-9
jigit-1.22/libjte/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
jigit-1.22/libjte/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
jigit-1.22/libjte/ltmain.sh-2147-
##############################################
jigit-1.22/libjte/ltmain.sh-2183-  {
jigit-1.22/libjte/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
jigit-1.22/libjte/ltmain.sh-2185-  }
##############################################
jigit-1.22/libjte/ltmain.sh-2188-  {
jigit-1.22/libjte/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
jigit-1.22/libjte/ltmain.sh-2190-  }
##############################################
jigit-1.22/libjte/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
jigit-1.22/libjte/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
jigit-1.22/libjte/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
jigit-1.22/libjte/ltmain.sh-2751-      done
jigit-1.22/libjte/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
jigit-1.22/libjte/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
jigit-1.22/libjte/ltmain.sh-2754-      case $@ in
##############################################
jigit-1.22/libjte/ltmain.sh-2764-	    # Evaluate the configuration.
jigit-1.22/libjte/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
jigit-1.22/libjte/ltmain.sh-2766-	    CC_quoted=
##############################################
jigit-1.22/libjte/ltmain.sh-2770-	    done
jigit-1.22/libjte/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
jigit-1.22/libjte/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
jigit-1.22/libjte/ltmain.sh-2773-	    case "$@ " in
##############################################
jigit-1.22/libjte/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
jigit-1.22/libjte/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
jigit-1.22/libjte/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
jigit-1.22/libjte/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
jigit-1.22/libjte/ltmain.sh-3101-    # LT_CYGPATH in this case.
jigit-1.22/libjte/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
jigit-1.22/libjte/ltmain.sh-3103-  fi
##############################################
jigit-1.22/libjte/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
jigit-1.22/libjte/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
jigit-1.22/libjte/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
jigit-1.22/libjte/ltmain.sh-3468-    *.[cCFSifmso] | \
jigit-1.22/libjte/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
jigit-1.22/libjte/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
jigit-1.22/libjte/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
jigit-1.22/libjte/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
jigit-1.22/libjte/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
jigit-1.22/libjte/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
jigit-1.22/libjte/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-3566-
##############################################
jigit-1.22/libjte/ltmain.sh-3612-      if test warn = "$need_locks" &&
jigit-1.22/libjte/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
jigit-1.22/libjte/ltmain.sh-3614-	$ECHO "\
jigit-1.22/libjte/ltmain.sh-3615-*** ERROR, $lockfile contains:
jigit-1.22/libjte/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-3617-
##############################################
jigit-1.22/libjte/ltmain.sh-3661-      if test warn = "$need_locks" &&
jigit-1.22/libjte/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
jigit-1.22/libjte/ltmain.sh-3663-	$ECHO "\
jigit-1.22/libjte/ltmain.sh-3664-*** ERROR, $lockfile contains:
jigit-1.22/libjte/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-3666-
##############################################
jigit-1.22/libjte/ltmain.sh-3987-      # Get the absolute pathname.
jigit-1.22/libjte/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
jigit-1.22/libjte/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
jigit-1.22/libjte/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
jigit-1.22/libjte/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
jigit-1.22/libjte/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
jigit-1.22/libjte/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
jigit-1.22/libjte/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
jigit-1.22/libjte/ltmain.sh-4372-
##############################################
jigit-1.22/libjte/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
jigit-1.22/libjte/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
jigit-1.22/libjte/ltmain.sh-4385-	  else
jigit-1.22/libjte/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
jigit-1.22/libjte/ltmain.sh-4387-	  fi
##############################################
jigit-1.22/libjte/ltmain.sh-4550-	    fi
jigit-1.22/libjte/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
jigit-1.22/libjte/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
jigit-1.22/libjte/ltmain.sh-4569-	        # Replace the output file specification.
jigit-1.22/libjte/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
jigit-1.22/libjte/ltmain.sh-4571-
##############################################
jigit-1.22/libjte/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
jigit-1.22/libjte/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
jigit-1.22/libjte/ltmain.sh-4590-	  fi
##############################################
jigit-1.22/libjte/ltmain.sh-4662-    my_pic_p=${3-false}
jigit-1.22/libjte/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
jigit-1.22/libjte/ltmain.sh-4664-    my_dlsyms=
##############################################
jigit-1.22/libjte/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
jigit-1.22/libjte/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
jigit-1.22/libjte/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
jigit-1.22/libjte/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
jigit-1.22/libjte/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
jigit-1.22/libjte/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
jigit-1.22/libjte/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
jigit-1.22/libjte/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
jigit-1.22/libjte/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
jigit-1.22/libjte/ltmain.sh-4954-	  else
jigit-1.22/libjte/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
jigit-1.22/libjte/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
jigit-1.22/libjte/ltmain.sh-4957-	  fi
##############################################
jigit-1.22/libjte/ltmain.sh-4959-	*)
jigit-1.22/libjte/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
jigit-1.22/libjte/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
jigit-1.22/libjte/ltmain.sh-4962-	  ;;
##############################################
jigit-1.22/libjte/ltmain.sh-4974-      # Nullify the symbol file.
jigit-1.22/libjte/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
jigit-1.22/libjte/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
jigit-1.22/libjte/ltmain.sh-4977-    fi
##############################################
jigit-1.22/libjte/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
jigit-1.22/libjte/ltmain.sh:4989:  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)$'`
jigit-1.22/libjte/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
jigit-1.22/libjte/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
jigit-1.22/libjte/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
jigit-1.22/libjte/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
jigit-1.22/libjte/ltmain.sh-5017-  win32_libid_type=unknown
jigit-1.22/libjte/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-5019-  case $win32_fileres in
##############################################
jigit-1.22/libjte/ltmain.sh-5082-
jigit-1.22/libjte/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
jigit-1.22/libjte/ltmain.sh-5084-}
##############################################
jigit-1.22/libjte/ltmain.sh-5100-
jigit-1.22/libjte/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
jigit-1.22/libjte/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
jigit-1.22/libjte/ltmain.sh-5164-    # binutils import library
jigit-1.22/libjte/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
jigit-1.22/libjte/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
jigit-1.22/libjte/ltmain.sh-5167-    # ms-generated import library
jigit-1.22/libjte/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
jigit-1.22/libjte/ltmain.sh-5169-  else
##############################################
jigit-1.22/libjte/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
jigit-1.22/libjte/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
jigit-1.22/libjte/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
jigit-1.22/libjte/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
jigit-1.22/libjte/ltmain.sh-5252-	    darwin_arch=
##############################################
jigit-1.22/libjte/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
jigit-1.22/libjte/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
jigit-1.22/libjte/ltmain.sh-5264-	    darwin_file=
##############################################
jigit-1.22/libjte/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
jigit-1.22/libjte/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
jigit-1.22/libjte/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
jigit-1.22/libjte/ltmain.sh-5281-      esac
jigit-1.22/libjte/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
jigit-1.22/libjte/ltmain.sh-5283-    done
##############################################
jigit-1.22/libjte/ltmain.sh-5352-
jigit-1.22/libjte/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
jigit-1.22/libjte/ltmain.sh-5354-    $ECHO "\
##############################################
jigit-1.22/libjte/ltmain.sh-5387-    --lt-dump-script)
jigit-1.22/libjte/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
jigit-1.22/libjte/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
jigit-1.22/libjte/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
jigit-1.22/libjte/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
jigit-1.22/libjte/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
jigit-1.22/libjte/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
jigit-1.22/libjte/ltmain.sh-5416-  done
##############################################
jigit-1.22/libjte/ltmain.sh-5472-  # Find the directory that this script lives in.
jigit-1.22/libjte/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
jigit-1.22/libjte/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
jigit-1.22/libjte/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
jigit-1.22/libjte/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
jigit-1.22/libjte/ltmain.sh-5478-  while test -n \"\$file\"; do
jigit-1.22/libjte/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
jigit-1.22/libjte/ltmain.sh-5480-
##############################################
jigit-1.22/libjte/ltmain.sh-5488-
jigit-1.22/libjte/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
jigit-1.22/libjte/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
jigit-1.22/libjte/ltmain.sh-5491-  done
##############################################
jigit-1.22/libjte/ltmain.sh-5502-    case \"\$thisdir\" in
jigit-1.22/libjte/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
jigit-1.22/libjte/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
jigit-1.22/libjte/ltmain.sh-5508-  # Try to get the absolute directory name.
jigit-1.22/libjte/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
jigit-1.22/libjte/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
jigit-1.22/libjte/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
jigit-1.22/libjte/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
jigit-1.22/libjte/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
jigit-1.22/libjte/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
jigit-1.22/libjte/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
jigit-1.22/libjte/ltmain.sh-5535-      else
##############################################
jigit-1.22/libjte/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
jigit-1.22/libjte/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
jigit-1.22/libjte/ltmain.sh-5579-
##############################################
jigit-1.22/libjte/ltmain.sh-6556-
jigit-1.22/libjte/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
jigit-1.22/libjte/ltmain.sh-6558-    *import*) : ;;
##############################################
jigit-1.22/libjte/ltmain.sh-6804-	    moreargs=
jigit-1.22/libjte/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
jigit-1.22/libjte/ltmain.sh-6806-	    do
##############################################
jigit-1.22/libjte/ltmain.sh-7065-	*)
jigit-1.22/libjte/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
jigit-1.22/libjte/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
jigit-1.22/libjte/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
jigit-1.22/libjte/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
jigit-1.22/libjte/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
jigit-1.22/libjte/ltmain.sh-7383-      -Z*)
jigit-1.22/libjte/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
jigit-1.22/libjte/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
jigit-1.22/libjte/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
jigit-1.22/libjte/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
jigit-1.22/libjte/ltmain.sh-7555-    else
##############################################
jigit-1.22/libjte/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
jigit-1.22/libjte/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
jigit-1.22/libjte/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
jigit-1.22/libjte/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
jigit-1.22/libjte/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
jigit-1.22/libjte/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
jigit-1.22/libjte/ltmain.sh-7970-	fi
jigit-1.22/libjte/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
jigit-1.22/libjte/ltmain.sh-8043-	*)
jigit-1.22/libjte/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
jigit-1.22/libjte/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
jigit-1.22/libjte/ltmain.sh-8296-	    shift
jigit-1.22/libjte/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
jigit-1.22/libjte/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
jigit-1.22/libjte/ltmain.sh-8588-		*)
jigit-1.22/libjte/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
jigit-1.22/libjte/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
jigit-1.22/libjte/ltmain.sh-8599-		  depdepl=
jigit-1.22/libjte/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
jigit-1.22/libjte/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
jigit-1.22/libjte/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
jigit-1.22/libjte/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
jigit-1.22/libjte/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
jigit-1.22/libjte/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
jigit-1.22/libjte/ltmain.sh-8610-                      fi
##############################################
jigit-1.22/libjte/ltmain.sh-8621-		else
jigit-1.22/libjte/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
jigit-1.22/libjte/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
jigit-1.22/libjte/ltmain.sh-8644-	else
jigit-1.22/libjte/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh-8646-	fi
##############################################
jigit-1.22/libjte/ltmain.sh-8733-        linux*)
jigit-1.22/libjte/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
jigit-1.22/libjte/ltmain.sh-9141-	removelist=
jigit-1.22/libjte/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
jigit-1.22/libjte/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
jigit-1.22/libjte/ltmain.sh-9167-	# Transform .lo files to .o files.
jigit-1.22/libjte/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
jigit-1.22/libjte/ltmain.sh-9169-      fi
##############################################
jigit-1.22/libjte/ltmain.sh-9172-      #for path in $notinst_path; do
jigit-1.22/libjte/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
jigit-1.22/libjte/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
jigit-1.22/libjte/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
jigit-1.22/libjte/ltmain.sh-9176-      #done
##############################################
jigit-1.22/libjte/ltmain.sh-9293-		if test -n "$i"; then
jigit-1.22/libjte/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
jigit-1.22/libjte/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
jigit-1.22/libjte/ltmain.sh-9296-		  set dummy $deplib_matches; shift
jigit-1.22/libjte/ltmain.sh-9297-		  deplib_match=$1
jigit-1.22/libjte/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
jigit-1.22/libjte/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
jigit-1.22/libjte/ltmain.sh-9336-		  if test -n "$i"; then
jigit-1.22/libjte/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
jigit-1.22/libjte/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
jigit-1.22/libjte/ltmain.sh-9339-		    set dummy $deplib_matches; shift
jigit-1.22/libjte/ltmain.sh-9340-		    deplib_match=$1
jigit-1.22/libjte/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
jigit-1.22/libjte/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
jigit-1.22/libjte/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
jigit-1.22/libjte/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
jigit-1.22/libjte/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
jigit-1.22/libjte/ltmain.sh-9386-	      if test -n "$a_deplib"; then
jigit-1.22/libjte/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
jigit-1.22/libjte/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
jigit-1.22/libjte/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
jigit-1.22/libjte/ltmain.sh-9390-		else
##############################################
jigit-1.22/libjte/ltmain.sh-9396-		    shopt -s nocaseglob
jigit-1.22/libjte/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-9398-		    $nocaseglob
jigit-1.22/libjte/ltmain.sh-9399-		  else
jigit-1.22/libjte/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-9401-		  fi
##############################################
jigit-1.22/libjte/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
jigit-1.22/libjte/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
jigit-1.22/libjte/ltmain.sh-9416-			case $potliblink in
jigit-1.22/libjte/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
jigit-1.22/libjte/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
jigit-1.22/libjte/ltmain.sh-9419-			esac
##############################################
jigit-1.22/libjte/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
jigit-1.22/libjte/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
jigit-1.22/libjte/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
jigit-1.22/libjte/ltmain.sh-9470-	      if test -n "$a_deplib"; then
jigit-1.22/libjte/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
jigit-1.22/libjte/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
jigit-1.22/libjte/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
jigit-1.22/libjte/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
jigit-1.22/libjte/ltmain.sh-9509-	  newdeplibs=
jigit-1.22/libjte/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
jigit-1.22/libjte/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
jigit-1.22/libjte/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
jigit-1.22/libjte/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
jigit-1.22/libjte/ltmain.sh-9515-	    done
##############################################
jigit-1.22/libjte/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
jigit-1.22/libjte/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
jigit-1.22/libjte/ltmain.sh-9541-	  ;;
##############################################
jigit-1.22/libjte/ltmain.sh-9591-	*-*-darwin*)
jigit-1.22/libjte/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh-9595-	  ;;
##############################################
jigit-1.22/libjte/ltmain.sh-9718-	# Use standard objects if they are pic
jigit-1.22/libjte/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
jigit-1.22/libjte/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
jigit-1.22/libjte/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
jigit-1.22/libjte/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
jigit-1.22/libjte/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
jigit-1.22/libjte/ltmain.sh-10247-      # Create the old-style object.
jigit-1.22/libjte/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
jigit-1.22/libjte/ltmain.sh-10249-
##############################################
jigit-1.22/libjte/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
jigit-1.22/libjte/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
jigit-1.22/libjte/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
jigit-1.22/libjte/ltmain.sh-10308-	;;
##############################################
jigit-1.22/libjte/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
jigit-1.22/libjte/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
jigit-1.22/libjte/ltmain.sh-10326-	;;
##############################################
jigit-1.22/libjte/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
jigit-1.22/libjte/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
jigit-1.22/libjte/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
jigit-1.22/libjte/ltmain.sh-10461-	# Transform all the library objects into standard objects.
jigit-1.22/libjte/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
jigit-1.22/libjte/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
jigit-1.22/libjte/ltmain.sh-10464-      fi
##############################################
jigit-1.22/libjte/ltmain.sh-10489-	# Replace the output file specification.
jigit-1.22/libjte/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
jigit-1.22/libjte/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
jigit-1.22/libjte/ltmain.sh-10498-	  func_to_tool_file "$output"
jigit-1.22/libjte/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
jigit-1.22/libjte/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
jigit-1.22/libjte/ltmain.sh-10542-	# Replace the output file specification.
jigit-1.22/libjte/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
jigit-1.22/libjte/ltmain.sh-10544-	# Delete the old output file.
##############################################
jigit-1.22/libjte/ltmain.sh-10550-	  func_to_tool_file "$output"
jigit-1.22/libjte/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
jigit-1.22/libjte/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
jigit-1.22/libjte/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
jigit-1.22/libjte/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
jigit-1.22/libjte/ltmain.sh-10570-          ;;
##############################################
jigit-1.22/libjte/ltmain.sh-10581-      # Replace the output file specification.
jigit-1.22/libjte/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
jigit-1.22/libjte/ltmain.sh-10583-
##############################################
jigit-1.22/libjte/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
jigit-1.22/libjte/ltmain.sh:10591:	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'`
jigit-1.22/libjte/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
jigit-1.22/libjte/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
jigit-1.22/libjte/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
jigit-1.22/libjte/ltmain.sh-10613-      fi
##############################################
jigit-1.22/libjte/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
jigit-1.22/libjte/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
jigit-1.22/libjte/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
jigit-1.22/libjte/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
jigit-1.22/libjte/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
jigit-1.22/libjte/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
jigit-1.22/libjte/ltmain.sh-10904-		name=$func_basename_result
jigit-1.22/libjte/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
jigit-1.22/libjte/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
jigit-1.22/libjte/ltmain.sh-10923-		name=$func_basename_result
jigit-1.22/libjte/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
jigit-1.22/libjte/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
jigit-1.22/libjte/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
jigit-1.22/libjte/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
jigit-1.22/libjte/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
jigit-1.22/libjte/depcomp-64-  case $1 in
jigit-1.22/libjte/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
jigit-1.22/libjte/depcomp-66-      *) dir=;;
##############################################
jigit-1.22/libjte/depcomp-73-{
jigit-1.22/libjte/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
jigit-1.22/libjte/depcomp-75-}
##############################################
jigit-1.22/libjte/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
jigit-1.22/libjte/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
jigit-1.22/libjte/depcomp-128-
##############################################
jigit-1.22/libjte/depcomp-405-        sleep 1
jigit-1.22/libjte/depcomp:406:        i=`expr $i - 1`
jigit-1.22/libjte/depcomp-407-      done
jigit-1.22/libjte/depcomp-408-    fi
jigit-1.22/libjte/depcomp:409:    i=`expr $i - 1`
jigit-1.22/libjte/depcomp-410-  done
##############################################
jigit-1.22/libjte/depcomp-425-  # Do two passes, one to just change these to
jigit-1.22/libjte/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
jigit-1.22/libjte/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
jigit-1.22/libjte/depcomp-659-  done
jigit-1.22/libjte/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
jigit-1.22/libjte/depcomp-661-  touch "$tmpdepfile"
##############################################
jigit-1.22/libjte/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
jigit-1.22/libjte/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
jigit-1.22/libjte/configure-47-  as_echo='print -r --'
jigit-1.22/libjte/configure-48-  as_echo_n='print -rn --'
jigit-1.22/libjte/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
jigit-1.22/libjte/configure-50-  as_echo='printf %s\n'
##############################################
jigit-1.22/libjte/configure-52-else
jigit-1.22/libjte/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
jigit-1.22/libjte/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
jigit-1.22/libjte/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
jigit-1.22/libjte/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
jigit-1.22/libjte/configure-64-      esac;
##############################################
jigit-1.22/libjte/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
jigit-1.22/libjte/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
jigit-1.22/libjte/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
jigit-1.22/libjte/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
jigit-1.22/libjte/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
jigit-1.22/libjte/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
jigit-1.22/libjte/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
jigit-1.22/libjte/configure-335-      case $as_dir in #(
jigit-1.22/libjte/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
jigit-1.22/libjte/configure-337-      *) as_qdir=$as_dir;;
##############################################
jigit-1.22/libjte/configure-408-  {
jigit-1.22/libjte/configure:409:    as_val=`expr "$@" || test $? -eq 1`
jigit-1.22/libjte/configure-410-  }
##############################################
jigit-1.22/libjte/configure-415-# ----------------------------------------
jigit-1.22/libjte/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
jigit-1.22/libjte/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
jigit-1.22/libjte/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
jigit-1.22/libjte/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
jigit-1.22/libjte/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
jigit-1.22/libjte/configure-865-  case $ac_option in
jigit-1.22/libjte/configure:866:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
jigit-1.22/libjte/configure-867-  *=)   ac_optarg= ;;
##############################################
jigit-1.22/libjte/configure-909-  -disable-* | --disable-*)
jigit-1.22/libjte/configure:910:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
jigit-1.22/libjte/configure-911-    # Reject names that are not valid shell variable names.
##############################################
jigit-1.22/libjte/configure-914-    ac_useropt_orig=$ac_useropt
jigit-1.22/libjte/configure:915:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jigit-1.22/libjte/configure-916-    case $ac_user_opts in
##############################################
jigit-1.22/libjte/configure-935-  -enable-* | --enable-*)
jigit-1.22/libjte/configure:936:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
jigit-1.22/libjte/configure-937-    # Reject names that are not valid shell variable names.
##############################################
jigit-1.22/libjte/configure-940-    ac_useropt_orig=$ac_useropt
jigit-1.22/libjte/configure:941:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jigit-1.22/libjte/configure-942-    case $ac_user_opts in
##############################################
jigit-1.22/libjte/configure-1148-  -with-* | --with-*)
jigit-1.22/libjte/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
jigit-1.22/libjte/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
jigit-1.22/libjte/configure-1153-    ac_useropt_orig=$ac_useropt
jigit-1.22/libjte/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jigit-1.22/libjte/configure-1155-    case $ac_user_opts in
##############################################
jigit-1.22/libjte/configure-1164-  -without-* | --without-*)
jigit-1.22/libjte/configure:1165:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
jigit-1.22/libjte/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
jigit-1.22/libjte/configure-1169-    ac_useropt_orig=$ac_useropt
jigit-1.22/libjte/configure:1170:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
jigit-1.22/libjte/configure-1171-    case $ac_user_opts in
##############################################
jigit-1.22/libjte/configure-1202-  *=*)
jigit-1.22/libjte/configure:1203:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
jigit-1.22/libjte/configure-1204-    # Reject names that are not valid shell variable names.
##############################################
jigit-1.22/libjte/configure-1223-if test -n "$ac_prev"; then
jigit-1.22/libjte/configure:1224:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
jigit-1.22/libjte/configure-1225-  as_fn_error $? "missing argument to $ac_option"
##############################################
jigit-1.22/libjte/configure-1245-    */ )
jigit-1.22/libjte/configure:1246:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
jigit-1.22/libjte/configure-1247-      eval $ac_var=\$ac_val;;
##############################################
jigit-1.22/libjte/configure-1280-ac_ls_di=`ls -di .` &&
jigit-1.22/libjte/configure:1281:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
jigit-1.22/libjte/configure-1282-  as_fn_error $? "working directory cannot be determined"
##############################################
jigit-1.22/libjte/configure-1336-case $srcdir in
jigit-1.22/libjte/configure:1337:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
jigit-1.22/libjte/configure-1338-esac
##############################################
jigit-1.22/libjte/configure-1379-By default, \`make install' will install all the files in
jigit-1.22/libjte/configure:1380:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
jigit-1.22/libjte/configure:1381:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
jigit-1.22/libjte/configure-1382-for instance \`--prefix=\$HOME'.
##############################################
jigit-1.22/libjte/configure-1497-*)
jigit-1.22/libjte/configure:1498:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
jigit-1.22/libjte/configure-1499-  # A ".." for each directory in $ac_dir_suffix.
jigit-1.22/libjte/configure:1500:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
jigit-1.22/libjte/configure-1501-  case $ac_top_builddir_sub in
##############################################
jigit-1.22/libjte/configure-2169-    *\'*)
jigit-1.22/libjte/configure:2170:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
jigit-1.22/libjte/configure-2171-    esac
##############################################
jigit-1.22/libjte/configure-2252-      case $ac_val in
jigit-1.22/libjte/configure:2253:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
jigit-1.22/libjte/configure-2254-      esac
##############################################
jigit-1.22/libjte/configure-2267-	case $ac_val in
jigit-1.22/libjte/configure:2268:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
jigit-1.22/libjte/configure-2269-	esac
##############################################
jigit-1.22/libjte/configure-2387-    set,)
jigit-1.22/libjte/configure:2388:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
jigit-1.22/libjte/configure:2389:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
jigit-1.22/libjte/configure-2390-      ac_cache_corrupted=: ;;
##############################################
jigit-1.22/libjte/configure-2398-	# differences in whitespace do not lead to failure.
jigit-1.22/libjte/configure:2399:	ac_old_val_w=`echo x $ac_old_val`
jigit-1.22/libjte/configure:2400:	ac_new_val_w=`echo x $ac_new_val`
jigit-1.22/libjte/configure-2401-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
jigit-1.22/libjte/configure-2418-    case $ac_new_val in
jigit-1.22/libjte/configure:2419:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
jigit-1.22/libjte/configure-2420-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
jigit-1.22/libjte/configure-2488-test "x$ac_build_alias" = x &&
jigit-1.22/libjte/configure:2489:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
jigit-1.22/libjte/configure-2490-test "x$ac_build_alias" = x &&
jigit-1.22/libjte/configure-2491-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
jigit-1.22/libjte/configure:2492:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
jigit-1.22/libjte/configure-2493-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
jigit-1.22/libjte/configure-2512-IFS=$ac_save_IFS
jigit-1.22/libjte/configure:2513:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
jigit-1.22/libjte/configure-2514-
##############################################
jigit-1.22/libjte/configure-2523-else
jigit-1.22/libjte/configure:2524:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
jigit-1.22/libjte/configure-2525-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
jigit-1.22/libjte/configure-2545-IFS=$ac_save_IFS
jigit-1.22/libjte/configure:2546:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
jigit-1.22/libjte/configure-2547-
##############################################
jigit-1.22/libjte/configure-2556-else
jigit-1.22/libjte/configure:2557:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
jigit-1.22/libjte/configure-2558-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
jigit-1.22/libjte/configure-2578-IFS=$ac_save_IFS
jigit-1.22/libjte/configure:2579:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
jigit-1.22/libjte/configure-2580-
##############################################
jigit-1.22/libjte/configure-2716-     echo "timestamp, slept: $am_has_slept" > conftest.file
jigit-1.22/libjte/configure:2717:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
jigit-1.22/libjte/configure-2718-     if test "$*" = "X"; then
jigit-1.22/libjte/configure-2719-	# -L didn't work.
jigit-1.22/libjte/configure:2720:	set X `ls -t "$srcdir/configure" conftest.file`
jigit-1.22/libjte/configure-2721-     fi
##############################################
jigit-1.22/libjte/configure-2767-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
jigit-1.22/libjte/configure:2768:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
jigit-1.22/libjte/configure-2769-
jigit-1.22/libjte/configure-2770-# Expand $ac_aux_dir to an absolute path.
jigit-1.22/libjte/configure:2771:am_aux_dir=`cd "$ac_aux_dir" && pwd`
jigit-1.22/libjte/configure-2772-
##############################################
jigit-1.22/libjte/configure-2912-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
jigit-1.22/libjte/configure:2913:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
jigit-1.22/libjte/configure-2914-	     'mkdir (GNU coreutils) '* | \
##############################################
jigit-1.22/libjte/configure-2985-set x ${MAKE-make}
jigit-1.22/libjte/configure:2986:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
jigit-1.22/libjte/configure-2987-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
jigit-1.22/libjte/configure-2995-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
jigit-1.22/libjte/configure:2996:case `${MAKE-make} -f conftest.make 2>/dev/null` in
jigit-1.22/libjte/configure-2997-  *@@@%%%=?*=@@@%%%*)
##############################################
jigit-1.22/libjte/configure-3061-
jigit-1.22/libjte/configure:3062:if test "`cd $srcdir && pwd`" != "`pwd`"; then
jigit-1.22/libjte/configure-3063-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
jigit-1.22/libjte/configure-3182-LT_REVISION=0
jigit-1.22/libjte/configure:3183:LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
jigit-1.22/libjte/configure-3184-
##############################################
jigit-1.22/libjte/configure-3625-$as_echo_n "checking whether the C compiler works... " >&6; }
jigit-1.22/libjte/configure:3626:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
jigit-1.22/libjte/configure-3627-
##############################################
jigit-1.22/libjte/configure-3669-	then :; else
jigit-1.22/libjte/configure:3670:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
jigit-1.22/libjte/configure-3671-	fi
##############################################
jigit-1.22/libjte/configure-3729-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
jigit-1.22/libjte/configure:3730:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
jigit-1.22/libjte/configure-3731-	  break;;
##############################################
jigit-1.22/libjte/configure-3838-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
jigit-1.22/libjte/configure:3839:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
jigit-1.22/libjte/configure-3840-       break;;
##############################################
jigit-1.22/libjte/configure-4156-  if test "$am_compiler_list" = ""; then
jigit-1.22/libjte/configure:4157:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
jigit-1.22/libjte/configure-4158-  fi
##############################################
jigit-1.22/libjte/configure-4537-  # Check for GNU $ac_path_GREP
jigit-1.22/libjte/configure:4538:case `"$ac_path_GREP" --version 2>&1` in
jigit-1.22/libjte/configure-4539-*GNU*)
##############################################
jigit-1.22/libjte/configure-4603-  # Check for GNU $ac_path_EGREP
jigit-1.22/libjte/configure:4604:case `"$ac_path_EGREP" --version 2>&1` in
jigit-1.22/libjte/configure-4605-*GNU*)
##############################################
jigit-1.22/libjte/configure-4764-do :
jigit-1.22/libjte/configure:4765:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jigit-1.22/libjte/configure-4766-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
jigit-1.22/libjte/configure-4769-  cat >>confdefs.h <<_ACEOF
jigit-1.22/libjte/configure:4770:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jigit-1.22/libjte/configure-4771-_ACEOF
##############################################
jigit-1.22/libjte/configure-5329-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
jigit-1.22/libjte/configure:5330:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/configure-5331-  ECHO='print -r --'
jigit-1.22/libjte/configure:5332:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/configure-5333-  ECHO='printf %s\n'
##############################################
jigit-1.22/libjte/configure-5398-  # Check for GNU $ac_path_SED
jigit-1.22/libjte/configure:5399:case `"$ac_path_SED" --version 2>&1` in
jigit-1.22/libjte/configure-5400-*GNU*)
##############################################
jigit-1.22/libjte/configure-5477-  # Check for GNU $ac_path_FGREP
jigit-1.22/libjte/configure:5478:case `"$ac_path_FGREP" --version 2>&1` in
jigit-1.22/libjte/configure-5479-*GNU*)
##############################################
jigit-1.22/libjte/configure-5557-    # gcc leaves a trailing carriage return, which upsets mingw
jigit-1.22/libjte/configure:5558:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
jigit-1.22/libjte/configure-5559-  *)
jigit-1.22/libjte/configure:5560:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
jigit-1.22/libjte/configure-5561-  esac
##############################################
jigit-1.22/libjte/configure-5566-      # Canonicalize the pathname of ld
jigit-1.22/libjte/configure:5567:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
jigit-1.22/libjte/configure-5568-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
jigit-1.22/libjte/configure:5569:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
jigit-1.22/libjte/configure-5570-      done
##############################################
jigit-1.22/libjte/configure-5601-      # Break only if it was the GNU/non-GNU ld that we prefer.
jigit-1.22/libjte/configure:5602:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
jigit-1.22/libjte/configure-5603-      *GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/configure-5632-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
jigit-1.22/libjte/configure:5633:case `$LD -v 2>&1 </dev/null` in
jigit-1.22/libjte/configure-5634-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/configure-5682-	esac
jigit-1.22/libjte/configure:5683:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
jigit-1.22/libjte/configure-5684-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
jigit-1.22/libjte/configure-5688-	*)
jigit-1.22/libjte/configure:5689:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/configure-5690-	  */dev/null*)
##############################################
jigit-1.22/libjte/configure-5816-
jigit-1.22/libjte/configure:5817:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/configure-5818-    *COFF*)
##############################################
jigit-1.22/libjte/configure-5928-    # And add a safety zone
jigit-1.22/libjte/configure:5929:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/configure:5930:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/configure-5931-    ;;
##############################################
jigit-1.22/libjte/configure-5961-    if test -n "$kargmax"; then
jigit-1.22/libjte/configure:5962:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
jigit-1.22/libjte/configure-5963-    else
##############################################
jigit-1.22/libjte/configure-5970-       test undefined != "$lt_cv_sys_max_cmd_len"; then
jigit-1.22/libjte/configure:5971:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/configure:5972:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/configure-5973-    else
##############################################
jigit-1.22/libjte/configure-5982-      # we can't tell.
jigit-1.22/libjte/configure:5983:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
jigit-1.22/libjte/configure-5984-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
jigit-1.22/libjte/configure-5986-      do
jigit-1.22/libjte/configure:5987:        i=`expr $i + 1`
jigit-1.22/libjte/configure-5988-        teststring=$teststring$teststring
##############################################
jigit-1.22/libjte/configure-5990-      # Only check the string length outside the loop.
jigit-1.22/libjte/configure:5991:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
jigit-1.22/libjte/configure-5992-      teststring=
##############################################
jigit-1.22/libjte/configure-5995-      # linker.  It appears as though 1/2 is a usable value.
jigit-1.22/libjte/configure:5996:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
jigit-1.22/libjte/configure-5997-    fi
##############################################
jigit-1.22/libjte/configure-6406-openbsd* | bitrig*)
jigit-1.22/libjte/configure:6407:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/configure-6408-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
jigit-1.22/libjte/configure-6476-    else
jigit-1.22/libjte/configure:6477:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
jigit-1.22/libjte/configure-6478-    fi
##############################################
jigit-1.22/libjte/configure-6621-  # decide which one to use based on capabilities of $DLLTOOL
jigit-1.22/libjte/configure:6622:  case `$DLLTOOL --help 2>&1` in
jigit-1.22/libjte/configure-6623-  *--identify-strict*)
##############################################
jigit-1.22/libjte/configure-7142-# If we're using GNU nm, then use its standard symbol codes.
jigit-1.22/libjte/configure:7143:case `$NM -V 2>&1` in
jigit-1.22/libjte/configure-7144-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/configure-7190-mingw*)
jigit-1.22/libjte/configure:7191:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
jigit-1.22/libjte/configure-7192-  ;;
##############################################
jigit-1.22/libjte/configure-7419-   if test yes = "$GCC"; then
jigit-1.22/libjte/configure:7420:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
jigit-1.22/libjte/configure-7421-   fi
##############################################
jigit-1.22/libjte/configure-7423- /*)
jigit-1.22/libjte/configure:7424:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
jigit-1.22/libjte/configure-7425-   ;; #(
##############################################
jigit-1.22/libjte/configure-7518-    done
jigit-1.22/libjte/configure:7519:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
jigit-1.22/libjte/configure-7520-}
##############################################
jigit-1.22/libjte/configure-7540-  test $ac_status = 0; }; then
jigit-1.22/libjte/configure:7541:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7542-      *ELF-32*)
##############################################
jigit-1.22/libjte/configure-7561-    if test yes = "$lt_cv_prog_gnu_ld"; then
jigit-1.22/libjte/configure:7562:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7563-	*32-bit*)
##############################################
jigit-1.22/libjte/configure-7573-    else
jigit-1.22/libjte/configure:7574:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7575-	*32-bit*)
##############################################
jigit-1.22/libjte/configure-7599-    emul=elf
jigit-1.22/libjte/configure:7600:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7601-      *32-bit*)
##############################################
jigit-1.22/libjte/configure-7607-    esac
jigit-1.22/libjte/configure:7608:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7609-      *MSB*)
##############################################
jigit-1.22/libjte/configure-7615-    esac
jigit-1.22/libjte/configure:7616:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/configure-7617-      *N32*)
##############################################
jigit-1.22/libjte/configure-8548-    *:)
jigit-1.22/libjte/configure:8549:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
jigit-1.22/libjte/configure-8550-        ;;
jigit-1.22/libjte/configure-8551-    x:*)
jigit-1.22/libjte/configure:8552:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/configure-8553-        ;;
jigit-1.22/libjte/configure-8554-    *::*)
jigit-1.22/libjte/configure:8555:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
jigit-1.22/libjte/configure:8556:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
jigit-1.22/libjte/configure-8557-        ;;
jigit-1.22/libjte/configure-8558-    *)
jigit-1.22/libjte/configure:8559:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/configure-8560-        ;;
##############################################
jigit-1.22/libjte/configure-8913-	"file_magic "*)
jigit-1.22/libjte/configure:8914:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
jigit-1.22/libjte/configure-8915-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
jigit-1.22/libjte/configure-8979-	"file_magic "*)
jigit-1.22/libjte/configure:8980:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
jigit-1.22/libjte/configure-8981-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
jigit-1.22/libjte/configure-9373-      *)
jigit-1.22/libjte/configure:9374:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/configure-9375-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
jigit-1.22/libjte/configure-9822-	# shared libraries, regardless of the interface used.
jigit-1.22/libjte/configure:9823:	case `$LD -v 2>&1` in
jigit-1.22/libjte/configure-9824-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
jigit-1.22/libjte/configure-9854-    supports_anon_versioning=no
jigit-1.22/libjte/configure:9855:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
jigit-1.22/libjte/configure-9856-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
jigit-1.22/libjte/configure-9923-	# is; otherwise, prepend EXPORTS...
jigit-1.22/libjte/configure:9924:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
jigit-1.22/libjte/configure-9925-          cp $export_symbols $output_objdir/$soname.def;
##############################################
jigit-1.22/libjte/configure-9957-	prefix_cmds="$SED"~
jigit-1.22/libjte/configure:9958:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/configure-9959-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/configure-9979-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
jigit-1.22/libjte/configure:9980:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
jigit-1.22/libjte/configure:9981:      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'
jigit-1.22/libjte/configure-9982-      ;;
##############################################
jigit-1.22/libjte/configure-9997-        pgcc*)				# Portland Group C compiler
jigit-1.22/libjte/configure:9998:	  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'
jigit-1.22/libjte/configure-9999-	  tmp_addflag=' $pic_flag'
##############################################
jigit-1.22/libjte/configure-10002-					# Portland Group f77 and f90 compilers
jigit-1.22/libjte/configure:10003:	  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'
jigit-1.22/libjte/configure-10004-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
jigit-1.22/libjte/configure-10019-	nvcc*)	# Cuda Compiler Driver 2.2
jigit-1.22/libjte/configure:10020:	  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'
jigit-1.22/libjte/configure-10021-	  compiler_needs_object=yes
##############################################
jigit-1.22/libjte/configure-10023-	esac
jigit-1.22/libjte/configure:10024:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/configure-10025-	*Sun\ C*)			# Sun C 5.9
jigit-1.22/libjte/configure:10026:	  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'
jigit-1.22/libjte/configure-10027-	  compiler_needs_object=yes
##############################################
jigit-1.22/libjte/configure-10094-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
jigit-1.22/libjte/configure:10095:      case `$LD -v 2>&1` in
jigit-1.22/libjte/configure-10096-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
jigit-1.22/libjte/configure-10183-	else
jigit-1.22/libjte/configure:10184:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
jigit-1.22/libjte/configure-10185-	fi
##############################################
jigit-1.22/libjte/configure-10248-	# below for broken collect2 doesn't work under 4.3+
jigit-1.22/libjte/configure:10249:	  collect2name=`$CC -print-prog-name=collect2`
jigit-1.22/libjte/configure-10250-	  if test -f "$collect2name" &&
##############################################
jigit-1.22/libjte/configure-10328-      }'
jigit-1.22/libjte/configure:10329:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/configure-10330-  # Check for a 64-bit object if we didn't find anything.
jigit-1.22/libjte/configure-10331-  if test -z "$lt_cv_aix_libpath_"; then
jigit-1.22/libjte/configure:10332:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/configure-10333-  fi
##############################################
jigit-1.22/libjte/configure-10346-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
jigit-1.22/libjte/configure:10347:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
jigit-1.22/libjte/configure-10348-      else
##############################################
jigit-1.22/libjte/configure-10381-      }'
jigit-1.22/libjte/configure:10382:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/configure-10383-  # Check for a 64-bit object if we didn't find anything.
jigit-1.22/libjte/configure-10384-  if test -z "$lt_cv_aix_libpath_"; then
jigit-1.22/libjte/configure:10385:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/configure-10386-  fi
##############################################
jigit-1.22/libjte/configure-10413-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
jigit-1.22/libjte/configure:10414:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
jigit-1.22/libjte/configure-10415-	  if test svr4 != "$with_aix_soname"; then
##############################################
jigit-1.22/libjte/configure-10466-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
jigit-1.22/libjte/configure:10467:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
jigit-1.22/libjte/configure-10468-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
jigit-1.22/libjte/configure-10504-	# FIXME: Setting linknames here is a bad hack.
jigit-1.22/libjte/configure:10505:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
jigit-1.22/libjte/configure-10506-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
jigit-1.22/libjte/configure-10522-  if test yes = "$lt_cv_ld_force_load"; then
jigit-1.22/libjte/configure:10523:    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\"`'
jigit-1.22/libjte/configure-10524-
##############################################
jigit-1.22/libjte/configure-10702-      if test yes = "$GCC"; then
jigit-1.22/libjte/configure:10703:	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'
jigit-1.22/libjte/configure-10704-	# Try to use the -exported_symbol ld option, if it does not
##############################################
jigit-1.22/libjte/configure-10730-	if test yes = "$lt_cv_irix_exported_symbol"; then
jigit-1.22/libjte/configure:10731:          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'
jigit-1.22/libjte/configure-10732-	fi
##############################################
jigit-1.22/libjte/configure-10734-      else
jigit-1.22/libjte/configure:10735:	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'
jigit-1.22/libjte/configure:10736:	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'
jigit-1.22/libjte/configure-10737-      fi
##############################################
jigit-1.22/libjte/configure-10781-	hardcode_direct_absolute=yes
jigit-1.22/libjte/configure:10782:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/configure-10783-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
jigit-1.22/libjte/configure-10812-	prefix_cmds="$SED"~
jigit-1.22/libjte/configure:10813:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/configure-10814-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/configure-10826-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/configure:10827:	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'
jigit-1.22/libjte/configure-10828-      else
jigit-1.22/libjte/configure-10829-	allow_undefined_flag=' -expect_unresolved \*'
jigit-1.22/libjte/configure:10830:	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'
jigit-1.22/libjte/configure-10831-      fi
##############################################
jigit-1.22/libjte/configure-10839-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/configure:10840:	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'
jigit-1.22/libjte/configure-10841-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
jigit-1.22/libjte/configure-10843-	allow_undefined_flag=' -expect_unresolved \*'
jigit-1.22/libjte/configure:10844:	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'
jigit-1.22/libjte/configure:10845:	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~
jigit-1.22/libjte/configure:10846:          $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'
jigit-1.22/libjte/configure-10847-
##############################################
jigit-1.22/libjte/configure-10862-      else
jigit-1.22/libjte/configure:10863:	case `$CC -V 2>&1` in
jigit-1.22/libjte/configure-10864-	*"Compilers 5.0"*)
##############################################
jigit-1.22/libjte/configure-11261-  esac
jigit-1.22/libjte/configure:11262:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
jigit-1.22/libjte/configure-11263-  case $lt_search_path_spec in
##############################################
jigit-1.22/libjte/configure-11268-    # okay in the real world where ";" in dirpaths is itself problematic.
jigit-1.22/libjte/configure:11269:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
jigit-1.22/libjte/configure-11270-    ;;
jigit-1.22/libjte/configure-11271-  *)
jigit-1.22/libjte/configure:11272:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/configure-11273-    ;;
##############################################
jigit-1.22/libjte/configure-11277-  lt_tmp_lt_search_path_spec=
jigit-1.22/libjte/configure:11278:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
jigit-1.22/libjte/configure-11279-  # ...but if some path component already ends with the multilib dir we assume
##############################################
jigit-1.22/libjte/configure-11319-  esac
jigit-1.22/libjte/configure:11320:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
jigit-1.22/libjte/configure-11321-else
##############################################
jigit-1.22/libjte/configure-11459-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
jigit-1.22/libjte/configure:11460:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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'
jigit-1.22/libjte/configure-11461-    ;;
##############################################
jigit-1.22/libjte/configure-11495-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/configure:11496:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/configure:11497:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/configure:11498:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/configure-11499-      test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/configure-11504-      fi'
jigit-1.22/libjte/configure:11505:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/configure-11506-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/configure-11512-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
jigit-1.22/libjte/configure:11513:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/configure-11514-
##############################################
jigit-1.22/libjte/configure-11518-      # MinGW DLLs use traditional 'lib' prefix
jigit-1.22/libjte/configure:11519:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/configure-11520-      ;;
##############################################
jigit-1.22/libjte/configure-11522-      # pw32 DLLs use 'pw' prefix rather than 'lib'
jigit-1.22/libjte/configure:11523:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/configure-11524-      ;;
##############################################
jigit-1.22/libjte/configure-11531-    libname_spec='$name'
jigit-1.22/libjte/configure:11532:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/configure-11533-    library_names_spec='$libname.dll.lib'
##############################################
jigit-1.22/libjte/configure-11543-        # Let DOS variable expansion print the short 8.3 style file name.
jigit-1.22/libjte/configure:11544:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
jigit-1.22/libjte/configure-11545-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
jigit-1.22/libjte/configure-11548-      # Convert to MSYS style.
jigit-1.22/libjte/configure:11549:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
jigit-1.22/libjte/configure-11550-      ;;
##############################################
jigit-1.22/libjte/configure-11554-      # like /cygdrive/c/PROGRA~1:/cygdr...
jigit-1.22/libjte/configure:11555:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
jigit-1.22/libjte/configure:11556:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
jigit-1.22/libjte/configure:11557:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/configure-11558-      ;;
##############################################
jigit-1.22/libjte/configure-11562-        # It is most probably a Windows format PATH.
jigit-1.22/libjte/configure:11563:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
jigit-1.22/libjte/configure-11564-      else
jigit-1.22/libjte/configure:11565:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/configure-11566-      fi
##############################################
jigit-1.22/libjte/configure-11572-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/configure:11573:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/configure:11574:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/configure:11575:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/configure-11576-      test -d \$dldir || mkdir -p \$dldir~
jigit-1.22/libjte/configure-11577-      $install_prog $dir/$dlname \$dldir/$dlname'
jigit-1.22/libjte/configure:11578:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/configure-11579-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/configure-11586-    # Assume MSVC wrapper
jigit-1.22/libjte/configure:11587:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
jigit-1.22/libjte/configure-11588-    dynamic_linker='Win32 ld.exe'
##############################################
jigit-1.22/libjte/configure-11603-  shlibpath_var=DYLD_LIBRARY_PATH
jigit-1.22/libjte/configure:11604:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
jigit-1.22/libjte/configure-11605-
##############################################
jigit-1.22/libjte/configure-11856-  if test -f /etc/ld.so.conf; then
jigit-1.22/libjte/configure:11857:    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' ' '`
jigit-1.22/libjte/configure-11858-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
jigit-1.22/libjte/configure-11922-  need_lib_prefix=no
jigit-1.22/libjte/configure:11923:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/configure-11924-    need_version=no
##############################################
jigit-1.22/libjte/configure-11949-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
jigit-1.22/libjte/configure:11950:  postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/configure:11951:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
jigit-1.22/libjte/configure:11952:    dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/configure-11953-    test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/configure-11958-    fi'
jigit-1.22/libjte/configure:11959:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
jigit-1.22/libjte/configure-11960-    dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/configure-12895-do :
jigit-1.22/libjte/configure:12896:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
jigit-1.22/libjte/configure-12897-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
jigit-1.22/libjte/configure-12899-  cat >>confdefs.h <<_ACEOF
jigit-1.22/libjte/configure:12900:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
jigit-1.22/libjte/configure-12901-_ACEOF
##############################################
jigit-1.22/libjte/configure-13088-do :
jigit-1.22/libjte/configure:13089:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
jigit-1.22/libjte/configure-13090-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
jigit-1.22/libjte/configure-13092-  cat >>confdefs.h <<_ACEOF
jigit-1.22/libjte/configure:13093:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
jigit-1.22/libjte/configure-13094-_ACEOF
##############################################
jigit-1.22/libjte/configure-13529-'
jigit-1.22/libjte/configure:13530:DEFS=`sed -n "$ac_script" confdefs.h`
jigit-1.22/libjte/configure-13531-
##############################################
jigit-1.22/libjte/configure-13538-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
jigit-1.22/libjte/configure:13539:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
jigit-1.22/libjte/configure-13540-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
jigit-1.22/libjte/configure-13634-if test -z "$BASH_VERSION$ZSH_VERSION" \
jigit-1.22/libjte/configure:13635:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
jigit-1.22/libjte/configure-13636-  as_echo='print -r --'
jigit-1.22/libjte/configure-13637-  as_echo_n='print -rn --'
jigit-1.22/libjte/configure:13638:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
jigit-1.22/libjte/configure-13639-  as_echo='printf %s\n'
##############################################
jigit-1.22/libjte/configure-13641-else
jigit-1.22/libjte/configure:13642:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
jigit-1.22/libjte/configure-13643-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
jigit-1.22/libjte/configure-13651-	expr "X$arg" : "X\\(.*\\)$as_nl";
jigit-1.22/libjte/configure:13652:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
jigit-1.22/libjte/configure-13653-      esac;
##############################################
jigit-1.22/libjte/configure-13728-# ----------------------------------------
jigit-1.22/libjte/configure:13729:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
jigit-1.22/libjte/configure-13730-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
jigit-1.22/libjte/configure-13800-  {
jigit-1.22/libjte/configure:13801:    as_val=`expr "$@" || test $? -eq 1`
jigit-1.22/libjte/configure-13802-  }
##############################################
jigit-1.22/libjte/configure-13904-      case $as_dir in #(
jigit-1.22/libjte/configure:13905:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
jigit-1.22/libjte/configure-13906-      *) as_qdir=$as_dir;;
##############################################
jigit-1.22/libjte/configure-14030-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
jigit-1.22/libjte/configure:14031:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
jigit-1.22/libjte/configure-14032-ac_cs_version="\\
##############################################
jigit-1.22/libjte/configure-14055-  --*=?*)
jigit-1.22/libjte/configure:14056:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
jigit-1.22/libjte/configure:14057:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
jigit-1.22/libjte/configure-14058-    ac_shift=:
##############################################
jigit-1.22/libjte/configure-14060-  --*=)
jigit-1.22/libjte/configure:14061:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
jigit-1.22/libjte/configure-14062-    ac_optarg=
##############################################
jigit-1.22/libjte/configure-14084-    case $ac_optarg in
jigit-1.22/libjte/configure:14085:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
jigit-1.22/libjte/configure-14086-    '') as_fn_error $? "missing file argument" ;;
##############################################
jigit-1.22/libjte/configure-14150-delay_variable_subst='$delay_variable_subst'
jigit-1.22/libjte/configure:14151:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14152:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14153:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14154:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14155:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14156:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14157:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14158:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14159:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14160:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14161:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14162:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14163:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14164:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14165:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14166:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14167:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14168:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14169:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14170:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14171:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14172:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14173:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14174:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14175:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14176:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14177:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14178:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14179:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14180:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14181:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14182:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14183:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14184:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14185:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14186:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14187:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14188:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14189:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14190:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14191:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14192:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14193:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14194:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14195:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14196:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14197:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14198:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14199:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14200:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14201:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14202:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14203:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14204:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14205:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14206:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14207:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14208:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14209: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"`'
jigit-1.22/libjte/configure:14210:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14211:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14212:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14213:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14214:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14215:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14216:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14217:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14218:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14219:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14220:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14221:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14222:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14223:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14224:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14225:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14226:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14227:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14228:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14229:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14230:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14231:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14232:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14233:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14234:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14235:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14236:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14237:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14238:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14239:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14240:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14241:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14242:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14243:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14244:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14245:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14246:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14247:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14248:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14249:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14250:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14251:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14252:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14253:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14254:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14255:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14256:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14257:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14258:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14259:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14260:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14261:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14262:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14263:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14264:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14265:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14266:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14267:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14268:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14269:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14270:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14271:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14272:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14273:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14274:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14275:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14276:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14277:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14278:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14279:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14280:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14281:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14282:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14283:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14284:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure:14285:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/configure-14286-
##############################################
jigit-1.22/libjte/configure-14367-striplib; do
jigit-1.22/libjte/configure:14368:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/configure-14369-    *[\\\\\\\`\\"\\\$]*)
jigit-1.22/libjte/configure:14370:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/configure-14371-      ;;
##############################################
jigit-1.22/libjte/configure-14398-configure_time_lt_sys_library_path; do
jigit-1.22/libjte/configure:14399:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/configure-14400-    *[\\\\\\\`\\"\\\$]*)
jigit-1.22/libjte/configure:14401:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/configure-14402-      ;;
##############################################
jigit-1.22/libjte/configure-14493-fi
jigit-1.22/libjte/configure:14494:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
jigit-1.22/libjte/configure-14495-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
jigit-1.22/libjte/configure-14510-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
jigit-1.22/libjte/configure:14511:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
jigit-1.22/libjte/configure-14512-ac_delim='%!_!# '
##############################################
jigit-1.22/libjte/configure-14516-
jigit-1.22/libjte/configure:14517:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
jigit-1.22/libjte/configure-14518-  if test $ac_delim_n = $ac_delim_num; then
##############################################
jigit-1.22/libjte/configure-14678-      esac
jigit-1.22/libjte/configure:14679:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
jigit-1.22/libjte/configure-14680-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
jigit-1.22/libjte/configure-14737-*)
jigit-1.22/libjte/configure:14738:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
jigit-1.22/libjte/configure-14739-  # A ".." for each directory in $ac_dir_suffix.
jigit-1.22/libjte/configure:14740:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
jigit-1.22/libjte/configure-14741-  case $ac_top_builddir_sub in
##############################################
jigit-1.22/libjte/configure-14798-/@mandir@/p'
jigit-1.22/libjte/configure:14799:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
jigit-1.22/libjte/configure-14800-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
jigit-1.22/libjte/configure-14815-
jigit-1.22/libjte/configure:14816:# Neutralize VPATH when `$srcdir' = `.'.
jigit-1.22/libjte/configure-14817-# Shell code in configure.ac might set extrasub.
##############################################
jigit-1.22/libjte/configure-14843-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
jigit-1.22/libjte/configure:14844:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
jigit-1.22/libjte/configure-14845-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
jigit-1.22/libjte/configure-14887-    # Strip MF so we end up with the name of the file.
jigit-1.22/libjte/configure:14888:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
jigit-1.22/libjte/configure-14889-    # Check whether this is an Automake generated Makefile which includes
##############################################
jigit-1.22/libjte/configure-15438-    *:)
jigit-1.22/libjte/configure:15439:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
jigit-1.22/libjte/configure-15440-        ;;
jigit-1.22/libjte/configure-15441-    x:*)
jigit-1.22/libjte/configure:15442:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/configure-15443-        ;;
jigit-1.22/libjte/configure-15444-    *::*)
jigit-1.22/libjte/configure:15445:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
jigit-1.22/libjte/configure:15446:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
jigit-1.22/libjte/configure-15447-        ;;
jigit-1.22/libjte/configure-15448-    *)
jigit-1.22/libjte/configure:15449:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/configure-15450-        ;;
##############################################
jigit-1.22/libjte/configure-15465-    done
jigit-1.22/libjte/configure:15466:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
jigit-1.22/libjte/configure-15467-}
##############################################
jigit-1.22/libjte/ltsugar.m4-68-m4_define([lt_combine],
jigit-1.22/libjte/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
jigit-1.22/libjte/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
jigit-1.22/libjte/install-sh-234-      fi
jigit-1.22/libjte/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
jigit-1.22/libjte/install-sh-236-    *)
##############################################
jigit-1.22/libjte/install-sh-280-      dstdir=$dst
jigit-1.22/libjte/install-sh:281:      dstbase=`basename "$src"`
jigit-1.22/libjte/install-sh-282-      case $dst in
##############################################
jigit-1.22/libjte/install-sh-287-    else
jigit-1.22/libjte/install-sh:288:      dstdir=`dirname "$dst"`
jigit-1.22/libjte/install-sh-289-      test -d "$dstdir"
##############################################
jigit-1.22/libjte/install-sh-354-                   test_tmpdir="$tmpdir/a"
jigit-1.22/libjte/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
jigit-1.22/libjte/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
jigit-1.22/libjte/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
jigit-1.22/libjte/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
jigit-1.22/libjte/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
jigit-1.22/libjte/install-sh-419-            case $prefix in
jigit-1.22/libjte/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
jigit-1.22/libjte/install-sh-421-              *) qprefix=$prefix;;
##############################################
jigit-1.22/libjte/install-sh-468-    if $copy_on_change &&
jigit-1.22/libjte/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
jigit-1.22/libjte/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
jigit-1.22/libjte/install-sh-471-       set -f &&
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-79-    if [ $OPT_ABSOLUTE -eq 1 ] ; then
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:80:        dn=`dirname "$item"`  # dirname
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:81:        fn=`basename "$item"` # filename
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-82-        od=`pwd -P`           # old dir
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-86-    fi
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:87:    MD5=`md5sum "$item" | awk '{print $1}'`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:88:    SIZ=`/usr/bin/stat -c %s "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-89-    printf '%32s  %12s  %s\n' "$MD5" "$SIZ" "$item"
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-94-    if [ $OPT_ABSOLUTE -eq 1 ] ; then
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:95:        dn=`dirname "$item"`  # dirname
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:96:        fn=`basename "$item"` # filename
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-97-        od=`pwd -P`           # old dir
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-101-    fi
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:102:    SHA256=`sha256sum "$item" | awk '{print $1}'`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:103:    SIZ=`/usr/bin/stat -c %s "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-104-    printf '%64s  %12s  %s\n' "$SHA256" "$SIZ" "$item"
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-109-    if [ $OPT_ABSOLUTE -eq 1 ] ; then
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:110:        dn=`dirname "$item"`  # dirname
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:111:        fn=`basename "$item"` # filename
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-112-        od=`pwd -P`           # old dir
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-116-    fi
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:117:    MD5=`md5 -q "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:118:    SIZ=`/usr/bin/stat -f %z "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-119-    printf '%32s  %12s  %s\n' "$MD5" "$SIZ" "$item"
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-124-    if [ $OPT_ABSOLUTE -eq 1 ] ; then
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:125:        dn=`dirname "$item"`  # dirname
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:126:        fn=`basename "$item"` # filename
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-127-        od=`pwd -P`           # old dir
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-131-    fi
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:132:    SHA256=`sha256 -q "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:133:    SIZ=`/usr/bin/stat -f %z "$item"`
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-134-    printf '%64s  %12s  %s\n' "$SHA256" "$SIZ" "$item"
##############################################
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-138-    DR="$1"
jigit-1.22/libjte/bin/jigdo-gen-checksum-list:139:    for item in `find "$DR" -type f` ; do
jigit-1.22/libjte/bin/jigdo-gen-checksum-list-140-        $CHECKSUM_LIST "$item"
##############################################
jigit-1.22/libjte/Makefile.in-53-  { \
jigit-1.22/libjte/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
jigit-1.22/libjte/Makefile.in-55-  }; \
##############################################
jigit-1.22/libjte/Makefile.in-109-PROGRAMS = $(noinst_PROGRAMS)
jigit-1.22/libjte/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
jigit-1.22/libjte/Makefile.in-111-am__vpath_adj = case $$p in \
jigit-1.22/libjte/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
jigit-1.22/libjte/Makefile.in-113-    *) f=$$p;; \
jigit-1.22/libjte/Makefile.in-114-  esac;
jigit-1.22/libjte/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
jigit-1.22/libjte/Makefile.in-116-am__install_max = 40
jigit-1.22/libjte/Makefile.in-117-am__nobase_strip_setup = \
jigit-1.22/libjte/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
jigit-1.22/libjte/Makefile.in-119-am__nobase_strip = \
##############################################
jigit-1.22/libjte/Makefile.in-495-	test -n "$(EXEEXT)" || exit 0; \
jigit-1.22/libjte/Makefile.in:496:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
jigit-1.22/libjte/Makefile.in-497-	echo " rm -f" $$list; \
##############################################
jigit-1.22/libjte/Makefile.in-577-.c.o:
jigit-1.22/libjte/Makefile.in:578:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
jigit-1.22/libjte/Makefile.in-579-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
jigit-1.22/libjte/Makefile.in-585-.c.obj:
jigit-1.22/libjte/Makefile.in:586:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
jigit-1.22/libjte/Makefile.in:587:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
jigit-1.22/libjte/Makefile.in-588-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
jigit-1.22/libjte/Makefile.in-590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
jigit-1.22/libjte/Makefile.in-592-
jigit-1.22/libjte/Makefile.in-593-.c.lo:
jigit-1.22/libjte/Makefile.in:594:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
jigit-1.22/libjte/Makefile.in-595-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
jigit-1.22/libjte/Makefile.in-601-libjte_libjte_la-checksum.lo: checksum.c
jigit-1.22/libjte/Makefile.in:602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-checksum.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-checksum.Tpo -c -o libjte_libjte_la-checksum.lo `test -f 'checksum.c' || echo '$(srcdir)/'`checksum.c
jigit-1.22/libjte/Makefile.in-603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-checksum.Tpo $(DEPDIR)/libjte_libjte_la-checksum.Plo
##############################################
jigit-1.22/libjte/Makefile.in-605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-checksum.lo `test -f 'checksum.c' || echo '$(srcdir)/'`checksum.c
jigit-1.22/libjte/Makefile.in-607-
jigit-1.22/libjte/Makefile.in-608-libjte_libjte_la-endian.lo: endian.c
jigit-1.22/libjte/Makefile.in:609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-endian.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-endian.Tpo -c -o libjte_libjte_la-endian.lo `test -f 'endian.c' || echo '$(srcdir)/'`endian.c
jigit-1.22/libjte/Makefile.in-610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-endian.Tpo $(DEPDIR)/libjte_libjte_la-endian.Plo
##############################################
jigit-1.22/libjte/Makefile.in-612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-endian.lo `test -f 'endian.c' || echo '$(srcdir)/'`endian.c
jigit-1.22/libjte/Makefile.in-614-
jigit-1.22/libjte/Makefile.in-615-libjte_libjte_la-jte.lo: jte.c
jigit-1.22/libjte/Makefile.in:616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-jte.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-jte.Tpo -c -o libjte_libjte_la-jte.lo `test -f 'jte.c' || echo '$(srcdir)/'`jte.c
jigit-1.22/libjte/Makefile.in-617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-jte.Tpo $(DEPDIR)/libjte_libjte_la-jte.Plo
##############################################
jigit-1.22/libjte/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-jte.lo `test -f 'jte.c' || echo '$(srcdir)/'`jte.c
jigit-1.22/libjte/Makefile.in-621-
jigit-1.22/libjte/Makefile.in-622-libjte_libjte_la-libjte.lo: libjte.c
jigit-1.22/libjte/Makefile.in:623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-libjte.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-libjte.Tpo -c -o libjte_libjte_la-libjte.lo `test -f 'libjte.c' || echo '$(srcdir)/'`libjte.c
jigit-1.22/libjte/Makefile.in-624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-libjte.Tpo $(DEPDIR)/libjte_libjte_la-libjte.Plo
##############################################
jigit-1.22/libjte/Makefile.in-626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-libjte.lo `test -f 'libjte.c' || echo '$(srcdir)/'`libjte.c
jigit-1.22/libjte/Makefile.in-628-
jigit-1.22/libjte/Makefile.in-629-libjte_libjte_la-md5.lo: md5.c
jigit-1.22/libjte/Makefile.in:630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-md5.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-md5.Tpo -c -o libjte_libjte_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
jigit-1.22/libjte/Makefile.in-631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-md5.Tpo $(DEPDIR)/libjte_libjte_la-md5.Plo
##############################################
jigit-1.22/libjte/Makefile.in-633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
jigit-1.22/libjte/Makefile.in-635-
jigit-1.22/libjte/Makefile.in-636-libjte_libjte_la-rsync.lo: rsync.c
jigit-1.22/libjte/Makefile.in:637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-rsync.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-rsync.Tpo -c -o libjte_libjte_la-rsync.lo `test -f 'rsync.c' || echo '$(srcdir)/'`rsync.c
jigit-1.22/libjte/Makefile.in-638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-rsync.Tpo $(DEPDIR)/libjte_libjte_la-rsync.Plo
##############################################
jigit-1.22/libjte/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-rsync.lo `test -f 'rsync.c' || echo '$(srcdir)/'`rsync.c
jigit-1.22/libjte/Makefile.in-642-
jigit-1.22/libjte/Makefile.in-643-libjte_libjte_la-sha1.lo: sha1.c
jigit-1.22/libjte/Makefile.in:644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-sha1.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-sha1.Tpo -c -o libjte_libjte_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
jigit-1.22/libjte/Makefile.in-645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-sha1.Tpo $(DEPDIR)/libjte_libjte_la-sha1.Plo
##############################################
jigit-1.22/libjte/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
jigit-1.22/libjte/Makefile.in-649-
jigit-1.22/libjte/Makefile.in-650-libjte_libjte_la-sha256.lo: sha256.c
jigit-1.22/libjte/Makefile.in:651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-sha256.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-sha256.Tpo -c -o libjte_libjte_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
jigit-1.22/libjte/Makefile.in-652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-sha256.Tpo $(DEPDIR)/libjte_libjte_la-sha256.Plo
##############################################
jigit-1.22/libjte/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-sha256.lo `test -f 'sha256.c' || echo '$(srcdir)/'`sha256.c
jigit-1.22/libjte/Makefile.in-656-
jigit-1.22/libjte/Makefile.in-657-libjte_libjte_la-sha512.lo: sha512.c
jigit-1.22/libjte/Makefile.in:658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -MT libjte_libjte_la-sha512.lo -MD -MP -MF $(DEPDIR)/libjte_libjte_la-sha512.Tpo -c -o libjte_libjte_la-sha512.lo `test -f 'sha512.c' || echo '$(srcdir)/'`sha512.c
jigit-1.22/libjte/Makefile.in-659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjte_libjte_la-sha512.Tpo $(DEPDIR)/libjte_libjte_la-sha512.Plo
##############################################
jigit-1.22/libjte/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libjte_libjte_la_CFLAGS) $(CFLAGS) -c -o libjte_libjte_la-sha512.lo `test -f 'sha512.c' || echo '$(srcdir)/'`sha512.c
jigit-1.22/libjte/Makefile.in-663-
jigit-1.22/libjte/Makefile.in-664-test/demo-demo.o: test/demo.c
jigit-1.22/libjte/Makefile.in:665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_demo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/demo-demo.o -MD -MP -MF test/$(DEPDIR)/demo-demo.Tpo -c -o test/demo-demo.o `test -f 'test/demo.c' || echo '$(srcdir)/'`test/demo.c
jigit-1.22/libjte/Makefile.in-666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/demo-demo.Tpo test/$(DEPDIR)/demo-demo.Po
##############################################
jigit-1.22/libjte/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_demo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/demo-demo.o `test -f 'test/demo.c' || echo '$(srcdir)/'`test/demo.c
jigit-1.22/libjte/Makefile.in-670-
jigit-1.22/libjte/Makefile.in-671-test/demo-demo.obj: test/demo.c
jigit-1.22/libjte/Makefile.in:672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_demo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/demo-demo.obj -MD -MP -MF test/$(DEPDIR)/demo-demo.Tpo -c -o test/demo-demo.obj `if test -f 'test/demo.c'; then $(CYGPATH_W) 'test/demo.c'; else $(CYGPATH_W) '$(srcdir)/test/demo.c'; fi`
jigit-1.22/libjte/Makefile.in-673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/demo-demo.Tpo test/$(DEPDIR)/demo-demo.Po
##############################################
jigit-1.22/libjte/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
jigit-1.22/libjte/Makefile.in:676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_demo_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/demo-demo.obj `if test -f 'test/demo.c'; then $(CYGPATH_W) 'test/demo.c'; else $(CYGPATH_W) '$(srcdir)/test/demo.c'; fi`
jigit-1.22/libjte/Makefile.in-677-
##############################################
jigit-1.22/libjte/Makefile.in-706-	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
jigit-1.22/libjte/Makefile.in:707:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
jigit-1.22/libjte/Makefile.in-708-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
jigit-1.22/libjte/Makefile.in-727-	@list='$(libinclude_HEADERS)'; test -n "$(libincludedir)" || list=; \
jigit-1.22/libjte/Makefile.in:728:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
jigit-1.22/libjte/Makefile.in-729-	dir='$(DESTDIR)$(libincludedir)'; $(am__uninstall_files_from_dir)
##############################################
jigit-1.22/libjte/Makefile.in-760-GTAGS:
jigit-1.22/libjte/Makefile.in:761:	here=`$(am__cd) $(top_builddir) && pwd` \
jigit-1.22/libjte/Makefile.in-762-	  && $(am__cd) $(top_srcdir) \
##############################################
jigit-1.22/libjte/Makefile.in-795-	test -d "$(distdir)" || mkdir "$(distdir)"
jigit-1.22/libjte/Makefile.in:796:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
jigit-1.22/libjte/Makefile.in:797:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
jigit-1.22/libjte/Makefile.in-798-	list='$(DISTFILES)'; \
##############################################
jigit-1.22/libjte/Makefile.in-809-	  if test -d $$d/$$file; then \
jigit-1.22/libjte/Makefile.in:810:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
jigit-1.22/libjte/Makefile.in-811-	    if test -d "$(distdir)/$$file"; then \
##############################################
jigit-1.22/libjte/Makefile.in-895-	test -d $(distdir)/_build || exit 0; \
jigit-1.22/libjte/Makefile.in:896:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
jigit-1.22/libjte/Makefile.in-897-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
jigit-1.22/libjte/Makefile.in-939-	}; \
jigit-1.22/libjte/Makefile.in:940:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
jigit-1.22/libjte/Makefile.in-941-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
jigit-1.22/libjte/Makefile.in-951-	fi
jigit-1.22/libjte/Makefile.in:952:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
jigit-1.22/libjte/Makefile.in-953-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
jigit-1.22/libjte/config.sub-52-
jigit-1.22/libjte/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
jigit-1.22/libjte/config.sub-54-
##############################################
jigit-1.22/libjte/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
jigit-1.22/libjte/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
jigit-1.22/libjte/config.sub-116-case $maybe_os in
##############################################
jigit-1.22/libjte/config.sub-122-    os=-$maybe_os
jigit-1.22/libjte/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
jigit-1.22/libjte/config.sub-124-    ;;
##############################################
jigit-1.22/libjte/config.sub-126-    os=-linux-android
jigit-1.22/libjte/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
jigit-1.22/libjte/config.sub-128-    ;;
jigit-1.22/libjte/config.sub-129-  *)
jigit-1.22/libjte/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
jigit-1.22/libjte/config.sub-131-    if [ "$basic_machine" != "$1" ]
jigit-1.22/libjte/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
jigit-1.22/libjte/config.sub-133-    else os=; fi
##############################################
jigit-1.22/libjte/config.sub-180-		os=-sco5v6
jigit-1.22/libjte/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-182-		;;
##############################################
jigit-1.22/libjte/config.sub-184-		os=-sco3.2v5
jigit-1.22/libjte/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-186-		;;
##############################################
jigit-1.22/libjte/config.sub-188-		os=-sco3.2v4
jigit-1.22/libjte/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-190-		;;
jigit-1.22/libjte/config.sub-191-	-sco3.2.[4-9]*)
jigit-1.22/libjte/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
jigit-1.22/libjte/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-194-		;;
##############################################
jigit-1.22/libjte/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
jigit-1.22/libjte/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-198-		;;
##############################################
jigit-1.22/libjte/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
jigit-1.22/libjte/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-202-		;;
##############################################
jigit-1.22/libjte/config.sub-204-		os=-sco3.2v2
jigit-1.22/libjte/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-206-		;;
jigit-1.22/libjte/config.sub-207-	-udk*)
jigit-1.22/libjte/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-209-		;;
##############################################
jigit-1.22/libjte/config.sub-211-		os=-isc2.2
jigit-1.22/libjte/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-213-		;;
##############################################
jigit-1.22/libjte/config.sub-217-	-isc*)
jigit-1.22/libjte/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
jigit-1.22/libjte/config.sub-219-		;;
##############################################
jigit-1.22/libjte/config.sub-229-	-ptx*)
jigit-1.22/libjte/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
jigit-1.22/libjte/config.sub-231-		;;
##############################################
jigit-1.22/libjte/config.sub-364-	*-*-*)
jigit-1.22/libjte/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
jigit-1.22/libjte/config.sub-366-		exit 1
##############################################
jigit-1.22/libjte/config.sub-493-	amd64-*)
jigit-1.22/libjte/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-495-		;;
##############################################
jigit-1.22/libjte/config.sub-538-	blackfin-*)
jigit-1.22/libjte/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-540-		os=-linux
##############################################
jigit-1.22/libjte/config.sub-546-	c54x-*)
jigit-1.22/libjte/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-548-		;;
jigit-1.22/libjte/config.sub-549-	c55x-*)
jigit-1.22/libjte/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-551-		;;
jigit-1.22/libjte/config.sub-552-	c6x-*)
jigit-1.22/libjte/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-554-		;;
##############################################
jigit-1.22/libjte/config.sub-650-	e500v[12]-*)
jigit-1.22/libjte/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-652-		os=$os"spe"
##############################################
jigit-1.22/libjte/config.sub-754-	i*86v32)
jigit-1.22/libjte/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
jigit-1.22/libjte/config.sub-756-		os=-sysv32
##############################################
jigit-1.22/libjte/config.sub-758-	i*86v4*)
jigit-1.22/libjte/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
jigit-1.22/libjte/config.sub-760-		os=-sysv4
##############################################
jigit-1.22/libjte/config.sub-762-	i*86v)
jigit-1.22/libjte/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
jigit-1.22/libjte/config.sub-764-		os=-sysv
##############################################
jigit-1.22/libjte/config.sub-766-	i*86sol2)
jigit-1.22/libjte/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
jigit-1.22/libjte/config.sub-768-		os=-solaris2
##############################################
jigit-1.22/libjte/config.sub-792-	leon-*|leon[3-9]-*)
jigit-1.22/libjte/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
jigit-1.22/libjte/config.sub-794-		;;
##############################################
jigit-1.22/libjte/config.sub-799-	m68knommu-*)
jigit-1.22/libjte/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-801-		os=-linux
##############################################
jigit-1.22/libjte/config.sub-833-	mips3*-*)
jigit-1.22/libjte/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
jigit-1.22/libjte/config.sub-835-		;;
jigit-1.22/libjte/config.sub-836-	mips3*)
jigit-1.22/libjte/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
jigit-1.22/libjte/config.sub-838-		;;
##############################################
jigit-1.22/libjte/config.sub-855-	ms1-*)
jigit-1.22/libjte/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
jigit-1.22/libjte/config.sub-857-		;;
##############################################
jigit-1.22/libjte/config.sub-980-	parisc-*)
jigit-1.22/libjte/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-982-		os=-linux
##############################################
jigit-1.22/libjte/config.sub-996-	pc98-*)
jigit-1.22/libjte/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-998-		;;
##############################################
jigit-1.22/libjte/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
jigit-1.22/libjte/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1013-		;;
jigit-1.22/libjte/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
jigit-1.22/libjte/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1016-		;;
jigit-1.22/libjte/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
jigit-1.22/libjte/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1019-		;;
jigit-1.22/libjte/config.sub-1020-	pentium4-*)
jigit-1.22/libjte/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1022-		;;
##############################################
jigit-1.22/libjte/config.sub-1030-	ppc-* | ppcbe-*)
jigit-1.22/libjte/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1032-		;;
##############################################
jigit-1.22/libjte/config.sub-1036-	ppcle-* | powerpclittle-*)
jigit-1.22/libjte/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1038-		;;
##############################################
jigit-1.22/libjte/config.sub-1040-		;;
jigit-1.22/libjte/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1042-		;;
##############################################
jigit-1.22/libjte/config.sub-1046-	ppc64le-* | powerpc64little-*)
jigit-1.22/libjte/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1048-		;;
##############################################
jigit-1.22/libjte/config.sub-1122-	strongarm-* | thumb-*)
jigit-1.22/libjte/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
jigit-1.22/libjte/config.sub-1124-		;;
##############################################
jigit-1.22/libjte/config.sub-1255-	xscale-* | xscalee[bl]-*)
jigit-1.22/libjte/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
jigit-1.22/libjte/config.sub-1257-		;;
##############################################
jigit-1.22/libjte/config.sub-1317-	*)
jigit-1.22/libjte/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
jigit-1.22/libjte/config.sub-1319-		exit 1
##############################################
jigit-1.22/libjte/config.sub-1325-	*-digital*)
jigit-1.22/libjte/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
jigit-1.22/libjte/config.sub-1327-		;;
jigit-1.22/libjte/config.sub-1328-	*-commodore*)
jigit-1.22/libjte/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
jigit-1.22/libjte/config.sub-1330-		;;
##############################################
jigit-1.22/libjte/config.sub-1346-	-solaris1 | -solaris1.*)
jigit-1.22/libjte/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
jigit-1.22/libjte/config.sub-1348-		;;
##############################################
jigit-1.22/libjte/config.sub-1355-	-gnu/linux*)
jigit-1.22/libjte/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
jigit-1.22/libjte/config.sub-1357-		;;
##############################################
jigit-1.22/libjte/config.sub-1407-	-nto*)
jigit-1.22/libjte/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
jigit-1.22/libjte/config.sub-1409-		;;
##############################################
jigit-1.22/libjte/config.sub-1414-	-mac*)
jigit-1.22/libjte/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
jigit-1.22/libjte/config.sub-1416-		;;
##############################################
jigit-1.22/libjte/config.sub-1420-	-linux*)
jigit-1.22/libjte/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
jigit-1.22/libjte/config.sub-1422-		;;
jigit-1.22/libjte/config.sub-1423-	-sunos5*)
jigit-1.22/libjte/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
jigit-1.22/libjte/config.sub-1425-		;;
jigit-1.22/libjte/config.sub-1426-	-sunos6*)
jigit-1.22/libjte/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
jigit-1.22/libjte/config.sub-1428-		;;
##############################################
jigit-1.22/libjte/config.sub-1469-	-sinix5.*)
jigit-1.22/libjte/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
jigit-1.22/libjte/config.sub-1471-		;;
##############################################
jigit-1.22/libjte/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
jigit-1.22/libjte/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
jigit-1.22/libjte/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
jigit-1.22/libjte/config.sub-1531-		exit 1
##############################################
jigit-1.22/libjte/config.sub-1788-		esac
jigit-1.22/libjte/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
jigit-1.22/libjte/config.sub-1790-		;;
##############################################
jigit-1.22/libjte/aclocal.m4-141-    done
jigit-1.22/libjte/aclocal.m4:142:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
jigit-1.22/libjte/aclocal.m4-143-}
##############################################
jigit-1.22/libjte/aclocal.m4-453-m4_define([_LT_CONFIG_STATUS_DECLARE],
jigit-1.22/libjte/aclocal.m4:454:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
jigit-1.22/libjte/aclocal.m4-455-
##############################################
jigit-1.22/libjte/aclocal.m4-463-#
jigit-1.22/libjte/aclocal.m4:464:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/aclocal.m4-465-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
jigit-1.22/libjte/aclocal.m4-573-]], lt_decl_quote_varnames); do
jigit-1.22/libjte/aclocal.m4:574:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/aclocal.m4-575-    *[[\\\\\\\`\\"\\\$]]*)
jigit-1.22/libjte/aclocal.m4:576:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/aclocal.m4-577-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-586-]], lt_decl_dquote_varnames); do
jigit-1.22/libjte/aclocal.m4:587:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/aclocal.m4-588-    *[[\\\\\\\`\\"\\\$]]*)
jigit-1.22/libjte/aclocal.m4:589:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/aclocal.m4-590-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-1125-  if test yes = "$lt_cv_ld_force_load"; then
jigit-1.22/libjte/aclocal.m4:1126:    _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\"`'
jigit-1.22/libjte/aclocal.m4-1127-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
jigit-1.22/libjte/aclocal.m4-1178-      }]'
jigit-1.22/libjte/aclocal.m4:1179:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/aclocal.m4-1180-  # Check for a 64-bit object if we didn't find anything.
jigit-1.22/libjte/aclocal.m4-1181-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
jigit-1.22/libjte/aclocal.m4:1182:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/aclocal.m4-1183-  fi],[])
##############################################
jigit-1.22/libjte/aclocal.m4-1214-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
jigit-1.22/libjte/aclocal.m4:1215:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/aclocal.m4-1216-  ECHO='print -r --'
jigit-1.22/libjte/aclocal.m4:1217:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/aclocal.m4-1218-  ECHO='printf %s\n'
##############################################
jigit-1.22/libjte/aclocal.m4-1249-    PATH=/empty FPATH=/empty; export PATH FPATH
jigit-1.22/libjte/aclocal.m4:1250:    test "X`printf %s $ECHO`" = "X$ECHO" \
jigit-1.22/libjte/aclocal.m4:1251:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
jigit-1.22/libjte/aclocal.m4-1252-
##############################################
jigit-1.22/libjte/aclocal.m4-1273-   if test yes = "$GCC"; then
jigit-1.22/libjte/aclocal.m4:1274:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
jigit-1.22/libjte/aclocal.m4-1275-   fi
##############################################
jigit-1.22/libjte/aclocal.m4-1277- /*)
jigit-1.22/libjte/aclocal.m4:1278:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
jigit-1.22/libjte/aclocal.m4-1279-   ;; #(
##############################################
jigit-1.22/libjte/aclocal.m4-1307-  if AC_TRY_EVAL(ac_compile); then
jigit-1.22/libjte/aclocal.m4:1308:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1309-      *ELF-32*)
##############################################
jigit-1.22/libjte/aclocal.m4-1324-    if test yes = "$lt_cv_prog_gnu_ld"; then
jigit-1.22/libjte/aclocal.m4:1325:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1326-	*32-bit*)
##############################################
jigit-1.22/libjte/aclocal.m4-1336-    else
jigit-1.22/libjte/aclocal.m4:1337:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1338-	*32-bit*)
##############################################
jigit-1.22/libjte/aclocal.m4-1358-    emul=elf
jigit-1.22/libjte/aclocal.m4:1359:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1360-      *32-bit*)
##############################################
jigit-1.22/libjte/aclocal.m4-1366-    esac
jigit-1.22/libjte/aclocal.m4:1367:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1368-      *MSB*)
##############################################
jigit-1.22/libjte/aclocal.m4-1374-    esac
jigit-1.22/libjte/aclocal.m4:1375:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/aclocal.m4-1376-      *N32*)
##############################################
jigit-1.22/libjte/aclocal.m4-1739-    # And add a safety zone
jigit-1.22/libjte/aclocal.m4:1740:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/aclocal.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/aclocal.m4-1742-    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-1772-    if test -n "$kargmax"; then
jigit-1.22/libjte/aclocal.m4:1773:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
jigit-1.22/libjte/aclocal.m4-1774-    else
##############################################
jigit-1.22/libjte/aclocal.m4-1781-       test undefined != "$lt_cv_sys_max_cmd_len"; then
jigit-1.22/libjte/aclocal.m4:1782:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/aclocal.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/aclocal.m4-1784-    else
##############################################
jigit-1.22/libjte/aclocal.m4-1793-      # we can't tell.
jigit-1.22/libjte/aclocal.m4:1794:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
jigit-1.22/libjte/aclocal.m4-1795-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
jigit-1.22/libjte/aclocal.m4-1797-      do
jigit-1.22/libjte/aclocal.m4:1798:        i=`expr $i + 1`
jigit-1.22/libjte/aclocal.m4-1799-        teststring=$teststring$teststring
##############################################
jigit-1.22/libjte/aclocal.m4-1801-      # Only check the string length outside the loop.
jigit-1.22/libjte/aclocal.m4:1802:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
jigit-1.22/libjte/aclocal.m4-1803-      teststring=
##############################################
jigit-1.22/libjte/aclocal.m4-1806-      # linker.  It appears as though 1/2 is a usable value.
jigit-1.22/libjte/aclocal.m4:1807:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
jigit-1.22/libjte/aclocal.m4-1808-    fi
##############################################
jigit-1.22/libjte/aclocal.m4-2272-    *:)
jigit-1.22/libjte/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
jigit-1.22/libjte/aclocal.m4-2274-        ;;
jigit-1.22/libjte/aclocal.m4-2275-    x:*)
jigit-1.22/libjte/aclocal.m4:2276:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/aclocal.m4-2277-        ;;
jigit-1.22/libjte/aclocal.m4-2278-    *::*)
jigit-1.22/libjte/aclocal.m4:2279:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
jigit-1.22/libjte/aclocal.m4:2280:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
jigit-1.22/libjte/aclocal.m4-2281-        ;;
jigit-1.22/libjte/aclocal.m4-2282-    *)
jigit-1.22/libjte/aclocal.m4:2283:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/aclocal.m4-2284-        ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2312-  esac
jigit-1.22/libjte/aclocal.m4:2313:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
jigit-1.22/libjte/aclocal.m4-2314-  case $lt_search_path_spec in
##############################################
jigit-1.22/libjte/aclocal.m4-2319-    # okay in the real world where ";" in dirpaths is itself problematic.
jigit-1.22/libjte/aclocal.m4:2320:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
jigit-1.22/libjte/aclocal.m4-2321-    ;;
jigit-1.22/libjte/aclocal.m4-2322-  *)
jigit-1.22/libjte/aclocal.m4:2323:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/aclocal.m4-2324-    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2328-  lt_tmp_lt_search_path_spec=
jigit-1.22/libjte/aclocal.m4:2329:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
jigit-1.22/libjte/aclocal.m4-2330-  # ...but if some path component already ends with the multilib dir we assume
##############################################
jigit-1.22/libjte/aclocal.m4-2370-  esac
jigit-1.22/libjte/aclocal.m4:2371:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
jigit-1.22/libjte/aclocal.m4-2372-else
##############################################
jigit-1.22/libjte/aclocal.m4-2511-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
jigit-1.22/libjte/aclocal.m4:2512:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
jigit-1.22/libjte/aclocal.m4-2513-    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2547-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/aclocal.m4:2548:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/aclocal.m4:2549:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4:2550:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/aclocal.m4-2551-      test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/aclocal.m4-2556-      fi'
jigit-1.22/libjte/aclocal.m4:2557:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4-2558-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/aclocal.m4-2564-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
jigit-1.22/libjte/aclocal.m4:2565:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/aclocal.m4-2566-m4_if([$1], [],[
##############################################
jigit-1.22/libjte/aclocal.m4-2570-      # MinGW DLLs use traditional 'lib' prefix
jigit-1.22/libjte/aclocal.m4:2571:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/aclocal.m4-2572-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2574-      # pw32 DLLs use 'pw' prefix rather than 'lib'
jigit-1.22/libjte/aclocal.m4:2575:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/aclocal.m4-2576-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2583-    libname_spec='$name'
jigit-1.22/libjte/aclocal.m4:2584:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/aclocal.m4-2585-    library_names_spec='$libname.dll.lib'
##############################################
jigit-1.22/libjte/aclocal.m4-2595-        # Let DOS variable expansion print the short 8.3 style file name.
jigit-1.22/libjte/aclocal.m4:2596:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
jigit-1.22/libjte/aclocal.m4-2597-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
jigit-1.22/libjte/aclocal.m4-2600-      # Convert to MSYS style.
jigit-1.22/libjte/aclocal.m4:2601:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
jigit-1.22/libjte/aclocal.m4-2602-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2606-      # like /cygdrive/c/PROGRA~1:/cygdr...
jigit-1.22/libjte/aclocal.m4:2607:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
jigit-1.22/libjte/aclocal.m4:2608:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
jigit-1.22/libjte/aclocal.m4:2609:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/aclocal.m4-2610-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-2614-        # It is most probably a Windows format PATH.
jigit-1.22/libjte/aclocal.m4:2615:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
jigit-1.22/libjte/aclocal.m4-2616-      else
jigit-1.22/libjte/aclocal.m4:2617:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/aclocal.m4-2618-      fi
##############################################
jigit-1.22/libjte/aclocal.m4-2624-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/aclocal.m4:2625:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/aclocal.m4:2626:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4:2627:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/aclocal.m4-2628-      test -d \$dldir || mkdir -p \$dldir~
jigit-1.22/libjte/aclocal.m4-2629-      $install_prog $dir/$dlname \$dldir/$dlname'
jigit-1.22/libjte/aclocal.m4:2630:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4-2631-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/aclocal.m4-2638-    # Assume MSVC wrapper
jigit-1.22/libjte/aclocal.m4:2639:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
jigit-1.22/libjte/aclocal.m4-2640-    dynamic_linker='Win32 ld.exe'
##############################################
jigit-1.22/libjte/aclocal.m4-2655-  shlibpath_var=DYLD_LIBRARY_PATH
jigit-1.22/libjte/aclocal.m4:2656:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
jigit-1.22/libjte/aclocal.m4-2657-m4_if([$1], [],[
##############################################
jigit-1.22/libjte/aclocal.m4-2889-  if test -f /etc/ld.so.conf; then
jigit-1.22/libjte/aclocal.m4:2890:    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' ' '`
jigit-1.22/libjte/aclocal.m4-2891-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
jigit-1.22/libjte/aclocal.m4-2955-  need_lib_prefix=no
jigit-1.22/libjte/aclocal.m4:2956:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/aclocal.m4-2957-    need_version=no
##############################################
jigit-1.22/libjte/aclocal.m4-2982-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
jigit-1.22/libjte/aclocal.m4:2983:  postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/aclocal.m4:2984:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4:2985:    dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/aclocal.m4-2986-    test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/aclocal.m4-2991-    fi'
jigit-1.22/libjte/aclocal.m4:2992:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
jigit-1.22/libjte/aclocal.m4-2993-    dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/aclocal.m4-3202-	"file_magic "*)
jigit-1.22/libjte/aclocal.m4:3203:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
jigit-1.22/libjte/aclocal.m4-3204-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
jigit-1.22/libjte/aclocal.m4-3285-    # gcc leaves a trailing carriage return, which upsets mingw
jigit-1.22/libjte/aclocal.m4:3286:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
jigit-1.22/libjte/aclocal.m4-3287-  *)
jigit-1.22/libjte/aclocal.m4:3288:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
jigit-1.22/libjte/aclocal.m4-3289-  esac
##############################################
jigit-1.22/libjte/aclocal.m4-3294-      # Canonicalize the pathname of ld
jigit-1.22/libjte/aclocal.m4:3295:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
jigit-1.22/libjte/aclocal.m4-3296-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
jigit-1.22/libjte/aclocal.m4:3297:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
jigit-1.22/libjte/aclocal.m4-3298-      done
##############################################
jigit-1.22/libjte/aclocal.m4-3325-      # Break only if it was the GNU/non-GNU ld that we prefer.
jigit-1.22/libjte/aclocal.m4:3326:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
jigit-1.22/libjte/aclocal.m4-3327-      *GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/aclocal.m4-3365-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
jigit-1.22/libjte/aclocal.m4:3366:case `$LD -v 2>&1 </dev/null` in
jigit-1.22/libjte/aclocal.m4-3367-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/aclocal.m4-3592-openbsd* | bitrig*)
jigit-1.22/libjte/aclocal.m4:3593:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/aclocal.m4-3594-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
jigit-1.22/libjte/aclocal.m4-3659-    else
jigit-1.22/libjte/aclocal.m4:3660:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
jigit-1.22/libjte/aclocal.m4-3661-    fi
##############################################
jigit-1.22/libjte/aclocal.m4-3710-	esac
jigit-1.22/libjte/aclocal.m4:3711:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
jigit-1.22/libjte/aclocal.m4-3712-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
jigit-1.22/libjte/aclocal.m4-3716-	*)
jigit-1.22/libjte/aclocal.m4:3717:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/aclocal.m4-3718-	  */dev/null*)
##############################################
jigit-1.22/libjte/aclocal.m4-3742-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
jigit-1.22/libjte/aclocal.m4:3743:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/aclocal.m4-3744-    *COFF*)
##############################################
jigit-1.22/libjte/aclocal.m4-3801-  # decide which one to use based on capabilities of $DLLTOOL
jigit-1.22/libjte/aclocal.m4:3802:  case `$DLLTOOL --help 2>&1` in
jigit-1.22/libjte/aclocal.m4-3803-  *--identify-strict*)
##############################################
jigit-1.22/libjte/aclocal.m4-3975-# If we're using GNU nm, then use its standard symbol codes.
jigit-1.22/libjte/aclocal.m4:3976:case `$NM -V 2>&1` in
jigit-1.22/libjte/aclocal.m4-3977-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/aclocal.m4-4023-mingw*)
jigit-1.22/libjte/aclocal.m4:4024:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
jigit-1.22/libjte/aclocal.m4-4025-  ;;
##############################################
jigit-1.22/libjte/aclocal.m4-4428-	  *)
jigit-1.22/libjte/aclocal.m4:4429:	    case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/aclocal.m4-4430-	    *Sun\ C*)
##############################################
jigit-1.22/libjte/aclocal.m4-4764-      *)
jigit-1.22/libjte/aclocal.m4:4765:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/aclocal.m4-4766-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
jigit-1.22/libjte/aclocal.m4-4947-    else
jigit-1.22/libjte/aclocal.m4:4948:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
jigit-1.22/libjte/aclocal.m4-4949-    fi
##############################################
jigit-1.22/libjte/aclocal.m4-5046-	# shared libraries, regardless of the interface used.
jigit-1.22/libjte/aclocal.m4:5047:	case `$LD -v 2>&1` in
jigit-1.22/libjte/aclocal.m4-5048-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
jigit-1.22/libjte/aclocal.m4-5078-    supports_anon_versioning=no
jigit-1.22/libjte/aclocal.m4:5079:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
jigit-1.22/libjte/aclocal.m4-5080-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
jigit-1.22/libjte/aclocal.m4-5181-	prefix_cmds="$SED"~
jigit-1.22/libjte/aclocal.m4:5182:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/aclocal.m4-5183-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/aclocal.m4-5203-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
jigit-1.22/libjte/aclocal.m4:5204:      _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'
jigit-1.22/libjte/aclocal.m4:5205:      _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'
jigit-1.22/libjte/aclocal.m4-5206-      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-5221-        pgcc*)				# Portland Group C compiler
jigit-1.22/libjte/aclocal.m4:5222:	  _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'
jigit-1.22/libjte/aclocal.m4-5223-	  tmp_addflag=' $pic_flag'
##############################################
jigit-1.22/libjte/aclocal.m4-5226-					# Portland Group f77 and f90 compilers
jigit-1.22/libjte/aclocal.m4:5227:	  _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'
jigit-1.22/libjte/aclocal.m4-5228-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
jigit-1.22/libjte/aclocal.m4-5243-	nvcc*)	# Cuda Compiler Driver 2.2
jigit-1.22/libjte/aclocal.m4:5244:	  _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'
jigit-1.22/libjte/aclocal.m4-5245-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/aclocal.m4-5247-	esac
jigit-1.22/libjte/aclocal.m4:5248:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/aclocal.m4-5249-	*Sun\ C*)			# Sun C 5.9
jigit-1.22/libjte/aclocal.m4:5250:	  _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'
jigit-1.22/libjte/aclocal.m4-5251-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/aclocal.m4-5318-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
jigit-1.22/libjte/aclocal.m4:5319:      case `$LD -v 2>&1` in
jigit-1.22/libjte/aclocal.m4-5320-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
jigit-1.22/libjte/aclocal.m4-5407-	else
jigit-1.22/libjte/aclocal.m4:5408:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
jigit-1.22/libjte/aclocal.m4-5409-	fi
##############################################
jigit-1.22/libjte/aclocal.m4-5472-	# below for broken collect2 doesn't work under 4.3+
jigit-1.22/libjte/aclocal.m4:5473:	  collect2name=`$CC -print-prog-name=collect2`
jigit-1.22/libjte/aclocal.m4-5474-	  if test -f "$collect2name" &&
##############################################
jigit-1.22/libjte/aclocal.m4-5528-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
jigit-1.22/libjte/aclocal.m4:5529:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
jigit-1.22/libjte/aclocal.m4-5530-      else
##############################################
jigit-1.22/libjte/aclocal.m4-5553-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
jigit-1.22/libjte/aclocal.m4:5554:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
jigit-1.22/libjte/aclocal.m4-5555-	  if test svr4 != "$with_aix_soname"; then
##############################################
jigit-1.22/libjte/aclocal.m4-5644-	# FIXME: Setting linknames here is a bad hack.
jigit-1.22/libjte/aclocal.m4:5645:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
jigit-1.22/libjte/aclocal.m4-5646-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
jigit-1.22/libjte/aclocal.m4-5782-      if test yes = "$GCC"; then
jigit-1.22/libjte/aclocal.m4:5783:	_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'
jigit-1.22/libjte/aclocal.m4-5784-	# Try to use the -exported_symbol ld option, if it does not
##############################################
jigit-1.22/libjte/aclocal.m4-5805-	if test yes = "$lt_cv_irix_exported_symbol"; then
jigit-1.22/libjte/aclocal.m4:5806:          _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'
jigit-1.22/libjte/aclocal.m4-5807-	fi
##############################################
jigit-1.22/libjte/aclocal.m4-5809-      else
jigit-1.22/libjte/aclocal.m4:5810:	_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'
jigit-1.22/libjte/aclocal.m4:5811:	_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'
jigit-1.22/libjte/aclocal.m4-5812-      fi
##############################################
jigit-1.22/libjte/aclocal.m4-5856-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
jigit-1.22/libjte/aclocal.m4:5857:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/aclocal.m4-5858-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
jigit-1.22/libjte/aclocal.m4-5887-	prefix_cmds="$SED"~
jigit-1.22/libjte/aclocal.m4:5888:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/aclocal.m4-5889-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/aclocal.m4-5901-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/aclocal.m4:5902:	_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'
jigit-1.22/libjte/aclocal.m4-5903-      else
jigit-1.22/libjte/aclocal.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/aclocal.m4:5905:	_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'
jigit-1.22/libjte/aclocal.m4-5906-      fi
##############################################
jigit-1.22/libjte/aclocal.m4-5914-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/aclocal.m4:5915:	_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'
jigit-1.22/libjte/aclocal.m4-5916-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
jigit-1.22/libjte/aclocal.m4-5918-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/aclocal.m4:5919:	_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'
jigit-1.22/libjte/aclocal.m4:5920:	_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~
jigit-1.22/libjte/aclocal.m4:5921:          $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'
jigit-1.22/libjte/aclocal.m4-5922-
##############################################
jigit-1.22/libjte/aclocal.m4-5937-      else
jigit-1.22/libjte/aclocal.m4:5938:	case `$CC -V 2>&1` in
jigit-1.22/libjte/aclocal.m4-5939-	*"Compilers 5.0"*)
##############################################
jigit-1.22/libjte/aclocal.m4-6130-	  _LT_TAGVAR(allow_undefined_flag, $1)=
jigit-1.22/libjte/aclocal.m4:6131:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
jigit-1.22/libjte/aclocal.m4-6132-	  then
##############################################
jigit-1.22/libjte/aclocal.m4-6430-        # ancient GNU ld didn't support --whole-archive et. al.
jigit-1.22/libjte/aclocal.m4:6431:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
jigit-1.22/libjte/aclocal.m4-6432-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
jigit-1.22/libjte/aclocal.m4-6540-          # below for broken collect2 doesn't work under 4.3+
jigit-1.22/libjte/aclocal.m4:6541:	  collect2name=`$CC -print-prog-name=collect2`
jigit-1.22/libjte/aclocal.m4-6542-	  if test -f "$collect2name" &&
##############################################
jigit-1.22/libjte/aclocal.m4-6598-
jigit-1.22/libjte/aclocal.m4:6599:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
jigit-1.22/libjte/aclocal.m4-6600-        else
##############################################
jigit-1.22/libjte/aclocal.m4-6623-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
jigit-1.22/libjte/aclocal.m4:6624:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
jigit-1.22/libjte/aclocal.m4-6625-	    if test svr4 != "$with_aix_soname"; then
##############################################
jigit-1.22/libjte/aclocal.m4-6752-	  prefix_cmds="$SED"~
jigit-1.22/libjte/aclocal.m4:6753:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/aclocal.m4-6754-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/aclocal.m4-6826-            # dependencies.
jigit-1.22/libjte/aclocal.m4:6827:            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"'
jigit-1.22/libjte/aclocal.m4-6828-            ;;
##############################################
jigit-1.22/libjte/aclocal.m4-6891-	    # dependencies.
jigit-1.22/libjte/aclocal.m4:6892:	    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"'
jigit-1.22/libjte/aclocal.m4-6893-	    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-6927-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
jigit-1.22/libjte/aclocal.m4:6928:	_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'
jigit-1.22/libjte/aclocal.m4:6929:	_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'
jigit-1.22/libjte/aclocal.m4-6930-	;;
##############################################
jigit-1.22/libjte/aclocal.m4-6934-	    # SGI C++
jigit-1.22/libjte/aclocal.m4:6935:	    _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'
jigit-1.22/libjte/aclocal.m4-6936-
##############################################
jigit-1.22/libjte/aclocal.m4-6945-	      if test no = "$with_gnu_ld"; then
jigit-1.22/libjte/aclocal.m4:6946:	        _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'
jigit-1.22/libjte/aclocal.m4-6947-	      else
jigit-1.22/libjte/aclocal.m4:6948:	        _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'
jigit-1.22/libjte/aclocal.m4-6949-	      fi
##############################################
jigit-1.22/libjte/aclocal.m4-6966-	    # to its proper name (with version) after linking.
jigit-1.22/libjte/aclocal.m4:6967:	    _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'
jigit-1.22/libjte/aclocal.m4:6968:	    _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'
jigit-1.22/libjte/aclocal.m4-6969-	    # Commands to make compiler produce verbose output that lists
##############################################
jigit-1.22/libjte/aclocal.m4-6976-	    # dependencies.
jigit-1.22/libjte/aclocal.m4:6977:	    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"'
jigit-1.22/libjte/aclocal.m4-6978-
##############################################
jigit-1.22/libjte/aclocal.m4-6991-	    # earlier do not add the objects themselves.
jigit-1.22/libjte/aclocal.m4:6992:	    case `$CC -V 2>&1` in
jigit-1.22/libjte/aclocal.m4-6993-	      *"Version 7."*)
##############################################
jigit-1.22/libjte/aclocal.m4-7012-            # Portland Group C++ compiler
jigit-1.22/libjte/aclocal.m4:7013:	    case `$CC -V` in
jigit-1.22/libjte/aclocal.m4-7014-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
jigit-1.22/libjte/aclocal.m4-7017-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
jigit-1.22/libjte/aclocal.m4:7018:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
jigit-1.22/libjte/aclocal.m4-7019-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
jigit-1.22/libjte/aclocal.m4-7021-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
jigit-1.22/libjte/aclocal.m4:7022:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
jigit-1.22/libjte/aclocal.m4-7023-                $RANLIB $oldlib'
##############################################
jigit-1.22/libjte/aclocal.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
jigit-1.22/libjte/aclocal.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
jigit-1.22/libjte/aclocal.m4-7028-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
jigit-1.22/libjte/aclocal.m4-7030-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
jigit-1.22/libjte/aclocal.m4:7031:                $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'
jigit-1.22/libjte/aclocal.m4-7032-	      ;;
##############################################
jigit-1.22/libjte/aclocal.m4-7040-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
jigit-1.22/libjte/aclocal.m4:7041:	    _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'
jigit-1.22/libjte/aclocal.m4-7042-            ;;
##############################################
jigit-1.22/libjte/aclocal.m4-7059-	    # dependencies.
jigit-1.22/libjte/aclocal.m4:7060:	    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'
jigit-1.22/libjte/aclocal.m4-7061-	    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-7074-	  *)
jigit-1.22/libjte/aclocal.m4:7075:	    case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/aclocal.m4-7076-	    *Sun\ C*)
##############################################
jigit-1.22/libjte/aclocal.m4-7081-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
jigit-1.22/libjte/aclocal.m4:7082:	      _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'
jigit-1.22/libjte/aclocal.m4-7083-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/aclocal.m4-7146-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
jigit-1.22/libjte/aclocal.m4:7147:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
jigit-1.22/libjte/aclocal.m4-7148-	    _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'
##############################################
jigit-1.22/libjte/aclocal.m4-7165-	    # to its proper name (with version) after linking.
jigit-1.22/libjte/aclocal.m4:7166:	    _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'
jigit-1.22/libjte/aclocal.m4-7167-
##############################################
jigit-1.22/libjte/aclocal.m4-7186-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/aclocal.m4:7187:	        _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'
jigit-1.22/libjte/aclocal.m4-7188-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
jigit-1.22/libjte/aclocal.m4-7191-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/aclocal.m4:7192:	        _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'
jigit-1.22/libjte/aclocal.m4:7193:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
jigit-1.22/libjte/aclocal.m4-7194-                  echo "-hidden">> $lib.exp~
jigit-1.22/libjte/aclocal.m4:7195:                  $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~
jigit-1.22/libjte/aclocal.m4-7196-                  $RM $lib.exp'
##############################################
jigit-1.22/libjte/aclocal.m4-7210-	    # dependencies.
jigit-1.22/libjte/aclocal.m4:7211:	    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"'
jigit-1.22/libjte/aclocal.m4-7212-	    ;;
##############################################
jigit-1.22/libjte/aclocal.m4-7217-	        osf3*)
jigit-1.22/libjte/aclocal.m4:7218:	          _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'
jigit-1.22/libjte/aclocal.m4-7219-		  ;;
jigit-1.22/libjte/aclocal.m4-7220-	        *)
jigit-1.22/libjte/aclocal.m4:7221:	          _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'
jigit-1.22/libjte/aclocal.m4-7222-		  ;;
##############################################
jigit-1.22/libjte/aclocal.m4-7470-  case @S|@2 in
jigit-1.22/libjte/aclocal.m4:7471:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
jigit-1.22/libjte/aclocal.m4:7472:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
jigit-1.22/libjte/aclocal.m4-7473-  esac
##############################################
jigit-1.22/libjte/aclocal.m4-7559-
jigit-1.22/libjte/aclocal.m4:7560:  for p in `eval "$output_verbose_link_cmd"`; do
jigit-1.22/libjte/aclocal.m4-7561-    case $prev$p in
##############################################
jigit-1.22/libjte/aclocal.m4-7663-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
jigit-1.22/libjte/aclocal.m4:7664: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
jigit-1.22/libjte/aclocal.m4-7665-fi
##############################################
jigit-1.22/libjte/aclocal.m4-8273-    test 10 -lt "$lt_ac_count" && break
jigit-1.22/libjte/aclocal.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
jigit-1.22/libjte/aclocal.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
jigit-1.22/libjte/aclocal.m4-8889-m4_define([lt_combine],
jigit-1.22/libjte/aclocal.m4:8890:[m4_if(m4_eval([$# > 3]), [1],
jigit-1.22/libjte/aclocal.m4-8891-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
jigit-1.22/libjte/aclocal.m4-9140-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
jigit-1.22/libjte/aclocal.m4:9141:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
jigit-1.22/libjte/aclocal.m4-9142-# and then we would define $MISSING as
##############################################
jigit-1.22/libjte/aclocal.m4-9155-# Expand $ac_aux_dir to an absolute path.
jigit-1.22/libjte/aclocal.m4:9156:am_aux_dir=`cd "$ac_aux_dir" && pwd`
jigit-1.22/libjte/aclocal.m4-9157-])
##############################################
jigit-1.22/libjte/aclocal.m4-9253-  if test "$am_compiler_list" = ""; then
jigit-1.22/libjte/aclocal.m4:9254:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
jigit-1.22/libjte/aclocal.m4-9255-  fi
##############################################
jigit-1.22/libjte/aclocal.m4-9406-    # Strip MF so we end up with the name of the file.
jigit-1.22/libjte/aclocal.m4:9407:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
jigit-1.22/libjte/aclocal.m4-9408-    # Check whether this is an Automake generated Makefile which includes
##############################################
jigit-1.22/libjte/aclocal.m4-9413-      || continue
jigit-1.22/libjte/aclocal.m4:9414:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
jigit-1.22/libjte/aclocal.m4:9415:    am_filepart=`AS_BASENAME(["$am_mf"])`
jigit-1.22/libjte/aclocal.m4-9416-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
jigit-1.22/libjte/aclocal.m4-9481-AC_REQUIRE([AC_PROG_INSTALL])dnl
jigit-1.22/libjte/aclocal.m4:9482:if test "`cd $srcdir && pwd`" != "`pwd`"; then
jigit-1.22/libjte/aclocal.m4-9483-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
jigit-1.22/libjte/aclocal.m4-9640-    * )
jigit-1.22/libjte/aclocal.m4:9641:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
jigit-1.22/libjte/aclocal.m4-9642-  esac
jigit-1.22/libjte/aclocal.m4-9643-done
jigit-1.22/libjte/aclocal.m4:9644:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
jigit-1.22/libjte/aclocal.m4-9645-
##############################################
jigit-1.22/libjte/aclocal.m4-9932-     echo "timestamp, slept: $am_has_slept" > conftest.file
jigit-1.22/libjte/aclocal.m4:9933:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
jigit-1.22/libjte/aclocal.m4-9934-     if test "$[*]" = "X"; then
jigit-1.22/libjte/aclocal.m4-9935-	# -L didn't work.
jigit-1.22/libjte/aclocal.m4:9936:	set X `ls -t "$srcdir/configure" conftest.file`
jigit-1.22/libjte/aclocal.m4-9937-     fi
##############################################
jigit-1.22/libjte/configure.ac-42-LT_REVISION=0
jigit-1.22/libjte/configure.ac:43:LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
jigit-1.22/libjte/configure.ac-44-
##############################################
jigit-1.22/libjte/config.guess-34-
jigit-1.22/libjte/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
jigit-1.22/libjte/config.guess-36-
##############################################
jigit-1.22/libjte/config.guess-102-: ${TMPDIR=/tmp} ;
jigit-1.22/libjte/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
jigit-1.22/libjte/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
jigit-1.22/libjte/config.guess-151-	EOF
jigit-1.22/libjte/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
jigit-1.22/libjte/config.guess-153-
##############################################
jigit-1.22/libjte/config.guess-188-	    earmv*)
jigit-1.22/libjte/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
jigit-1.22/libjte/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
jigit-1.22/libjte/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
jigit-1.22/libjte/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
jigit-1.22/libjte/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
jigit-1.22/libjte/config.guess-222-		;;
##############################################
jigit-1.22/libjte/config.guess-233-	    *)
jigit-1.22/libjte/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
jigit-1.22/libjte/config.guess-235-		;;
##############################################
jigit-1.22/libjte/config.guess-280-	*4.0)
jigit-1.22/libjte/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
jigit-1.22/libjte/config.guess-282-		;;
jigit-1.22/libjte/config.guess-283-	*5.*)
jigit-1.22/libjte/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
jigit-1.22/libjte/config.guess-285-		;;
##############################################
jigit-1.22/libjte/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
jigit-1.22/libjte/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
jigit-1.22/libjte/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
jigit-1.22/libjte/config.guess-328-	# 1.2 uses "1.2" for uname -r.
jigit-1.22/libjte/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
jigit-1.22/libjte/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
jigit-1.22/libjte/config.guess-379-    s390x:SunOS:*:*)
jigit-1.22/libjte/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-381-	exit ;;
jigit-1.22/libjte/config.guess-382-    sun4H:SunOS:5.*:*)
jigit-1.22/libjte/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-384-	exit ;;
jigit-1.22/libjte/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
jigit-1.22/libjte/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-387-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-404-	fi
jigit-1.22/libjte/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-406-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
jigit-1.22/libjte/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-412-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
jigit-1.22/libjte/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
jigit-1.22/libjte/config.guess-421-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-425-    sun*:*:4.2BSD:*)
jigit-1.22/libjte/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
jigit-1.22/libjte/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
jigit-1.22/libjte/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
jigit-1.22/libjte/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
jigit-1.22/libjte/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
jigit-1.22/libjte/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
jigit-1.22/libjte/config.guess-563-    *:IRIX*:*:*)
jigit-1.22/libjte/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
jigit-1.22/libjte/config.guess-565-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-593-EOF
jigit-1.22/libjte/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
jigit-1.22/libjte/config.guess-595-		then
##############################################
jigit-1.22/libjte/config.guess-606-    *:AIX:*:[4567])
jigit-1.22/libjte/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
jigit-1.22/libjte/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
jigit-1.22/libjte/config.guess-642-    9000/[34678]??:HP-UX:*:*)
jigit-1.22/libjte/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
jigit-1.22/libjte/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
jigit-1.22/libjte/config.guess-696-EOF
jigit-1.22/libjte/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
jigit-1.22/libjte/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
jigit-1.22/libjte/config.guess-724-    ia64:HP-UX:*:*)
jigit-1.22/libjte/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
jigit-1.22/libjte/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
jigit-1.22/libjte/config.guess-754-EOF
jigit-1.22/libjte/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
jigit-1.22/libjte/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
jigit-1.22/libjte/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
jigit-1.22/libjte/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
jigit-1.22/libjte/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
jigit-1.22/libjte/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
jigit-1.22/libjte/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
jigit-1.22/libjte/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
jigit-1.22/libjte/config.guess-850-	esac
jigit-1.22/libjte/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
jigit-1.22/libjte/config.guess-852-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-886-    prep*:SunOS:5.*:*)
jigit-1.22/libjte/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
jigit-1.22/libjte/config.guess-888-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-890-	# the GNU system
jigit-1.22/libjte/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
jigit-1.22/libjte/config.guess-892-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-894-	# other systems with GNU libc and userland
jigit-1.22/libjte/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
jigit-1.22/libjte/config.guess-896-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-988-EOF
jigit-1.22/libjte/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
jigit-1.22/libjte/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
jigit-1.22/libjte/config.guess-1092-    i*86:*:4.*:*)
jigit-1.22/libjte/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
jigit-1.22/libjte/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
jigit-1.22/libjte/config.guess-1295-	fi
jigit-1.22/libjte/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
jigit-1.22/libjte/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
jigit-1.22/libjte/config.guess-1393-    *:DragonFly:*:*)
jigit-1.22/libjte/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
jigit-1.22/libjte/config.guess-1395-	exit ;;
##############################################
jigit-1.22/libjte/config.guess-1406-    i*86:skyos:*:*)
jigit-1.22/libjte/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
jigit-1.22/libjte/config.guess-1408-	exit ;;
##############################################
jigit-1.22/libjte/libtool.m4-119-    done
jigit-1.22/libjte/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
jigit-1.22/libjte/libtool.m4-121-}
##############################################
jigit-1.22/libjte/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
jigit-1.22/libjte/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
jigit-1.22/libjte/libtool.m4-439-
##############################################
jigit-1.22/libjte/libtool.m4-447-#
jigit-1.22/libjte/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
jigit-1.22/libjte/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
jigit-1.22/libjte/libtool.m4-557-]], lt_decl_quote_varnames); do
jigit-1.22/libjte/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
jigit-1.22/libjte/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/libtool.m4-561-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-570-]], lt_decl_dquote_varnames); do
jigit-1.22/libjte/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
jigit-1.22/libjte/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
jigit-1.22/libjte/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
jigit-1.22/libjte/libtool.m4-574-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
jigit-1.22/libjte/libtool.m4:1112:    _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\"`'
jigit-1.22/libjte/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
jigit-1.22/libjte/libtool.m4-1164-      }]'
jigit-1.22/libjte/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
jigit-1.22/libjte/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
jigit-1.22/libjte/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
jigit-1.22/libjte/libtool.m4-1169-  fi],[])
##############################################
jigit-1.22/libjte/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
jigit-1.22/libjte/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/libtool.m4-1202-  ECHO='print -r --'
jigit-1.22/libjte/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
jigit-1.22/libjte/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
jigit-1.22/libjte/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
jigit-1.22/libjte/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
jigit-1.22/libjte/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
jigit-1.22/libjte/libtool.m4-1238-
##############################################
jigit-1.22/libjte/libtool.m4-1259-   if test yes = "$GCC"; then
jigit-1.22/libjte/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
jigit-1.22/libjte/libtool.m4-1261-   fi
##############################################
jigit-1.22/libjte/libtool.m4-1263- /*)
jigit-1.22/libjte/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
jigit-1.22/libjte/libtool.m4-1265-   ;; #(
##############################################
jigit-1.22/libjte/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
jigit-1.22/libjte/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1295-      *ELF-32*)
##############################################
jigit-1.22/libjte/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
jigit-1.22/libjte/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1312-	*32-bit*)
##############################################
jigit-1.22/libjte/libtool.m4-1322-    else
jigit-1.22/libjte/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1324-	*32-bit*)
##############################################
jigit-1.22/libjte/libtool.m4-1344-    emul=elf
jigit-1.22/libjte/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1346-      *32-bit*)
##############################################
jigit-1.22/libjte/libtool.m4-1352-    esac
jigit-1.22/libjte/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1354-      *MSB*)
##############################################
jigit-1.22/libjte/libtool.m4-1360-    esac
jigit-1.22/libjte/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
jigit-1.22/libjte/libtool.m4-1362-      *N32*)
##############################################
jigit-1.22/libjte/libtool.m4-1725-    # And add a safety zone
jigit-1.22/libjte/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/libtool.m4-1728-    ;;
##############################################
jigit-1.22/libjte/libtool.m4-1758-    if test -n "$kargmax"; then
jigit-1.22/libjte/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
jigit-1.22/libjte/libtool.m4-1760-    else
##############################################
jigit-1.22/libjte/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
jigit-1.22/libjte/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
jigit-1.22/libjte/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
jigit-1.22/libjte/libtool.m4-1770-    else
##############################################
jigit-1.22/libjte/libtool.m4-1779-      # we can't tell.
jigit-1.22/libjte/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
jigit-1.22/libjte/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
jigit-1.22/libjte/libtool.m4-1783-      do
jigit-1.22/libjte/libtool.m4:1784:        i=`expr $i + 1`
jigit-1.22/libjte/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
jigit-1.22/libjte/libtool.m4-1787-      # Only check the string length outside the loop.
jigit-1.22/libjte/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
jigit-1.22/libjte/libtool.m4-1789-      teststring=
##############################################
jigit-1.22/libjte/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
jigit-1.22/libjte/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
jigit-1.22/libjte/libtool.m4-1794-    fi
##############################################
jigit-1.22/libjte/libtool.m4-2258-    *:)
jigit-1.22/libjte/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
jigit-1.22/libjte/libtool.m4-2260-        ;;
jigit-1.22/libjte/libtool.m4-2261-    x:*)
jigit-1.22/libjte/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/libtool.m4-2263-        ;;
jigit-1.22/libjte/libtool.m4-2264-    *::*)
jigit-1.22/libjte/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
jigit-1.22/libjte/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
jigit-1.22/libjte/libtool.m4-2267-        ;;
jigit-1.22/libjte/libtool.m4-2268-    *)
jigit-1.22/libjte/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
jigit-1.22/libjte/libtool.m4-2270-        ;;
##############################################
jigit-1.22/libjte/libtool.m4-2298-  esac
jigit-1.22/libjte/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
jigit-1.22/libjte/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
jigit-1.22/libjte/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
jigit-1.22/libjte/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
jigit-1.22/libjte/libtool.m4-2307-    ;;
jigit-1.22/libjte/libtool.m4-2308-  *)
jigit-1.22/libjte/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/libtool.m4-2310-    ;;
##############################################
jigit-1.22/libjte/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
jigit-1.22/libjte/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
jigit-1.22/libjte/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
jigit-1.22/libjte/libtool.m4-2356-  esac
jigit-1.22/libjte/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
jigit-1.22/libjte/libtool.m4-2358-else
##############################################
jigit-1.22/libjte/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
jigit-1.22/libjte/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
jigit-1.22/libjte/libtool.m4-2499-    ;;
##############################################
jigit-1.22/libjte/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/libtool.m4-2542-      fi'
jigit-1.22/libjte/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
jigit-1.22/libjte/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/libtool.m4-2552-m4_if([$1], [],[
##############################################
jigit-1.22/libjte/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
jigit-1.22/libjte/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/libtool.m4-2558-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
jigit-1.22/libjte/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/libtool.m4-2562-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-2569-    libname_spec='$name'
jigit-1.22/libjte/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
jigit-1.22/libjte/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
jigit-1.22/libjte/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
jigit-1.22/libjte/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
jigit-1.22/libjte/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
jigit-1.22/libjte/libtool.m4-2586-      # Convert to MSYS style.
jigit-1.22/libjte/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
jigit-1.22/libjte/libtool.m4-2588-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
jigit-1.22/libjte/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
jigit-1.22/libjte/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
jigit-1.22/libjte/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/libtool.m4-2596-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-2600-        # It is most probably a Windows format PATH.
jigit-1.22/libjte/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
jigit-1.22/libjte/libtool.m4-2602-      else
jigit-1.22/libjte/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
jigit-1.22/libjte/libtool.m4-2604-      fi
##############################################
jigit-1.22/libjte/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
jigit-1.22/libjte/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
jigit-1.22/libjte/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
jigit-1.22/libjte/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
jigit-1.22/libjte/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
jigit-1.22/libjte/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/libtool.m4-2624-    # Assume MSVC wrapper
jigit-1.22/libjte/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
jigit-1.22/libjte/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
jigit-1.22/libjte/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
jigit-1.22/libjte/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
jigit-1.22/libjte/libtool.m4-2643-m4_if([$1], [],[
##############################################
jigit-1.22/libjte/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
jigit-1.22/libjte/libtool.m4:2876:    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' ' '`
jigit-1.22/libjte/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
jigit-1.22/libjte/libtool.m4-2941-  need_lib_prefix=no
jigit-1.22/libjte/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/libtool.m4-2943-    need_version=no
##############################################
jigit-1.22/libjte/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
jigit-1.22/libjte/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
jigit-1.22/libjte/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
jigit-1.22/libjte/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
jigit-1.22/libjte/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
jigit-1.22/libjte/libtool.m4-2977-    fi'
jigit-1.22/libjte/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
jigit-1.22/libjte/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
jigit-1.22/libjte/libtool.m4-3188-	"file_magic "*)
jigit-1.22/libjte/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
jigit-1.22/libjte/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
jigit-1.22/libjte/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
jigit-1.22/libjte/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
jigit-1.22/libjte/libtool.m4-3273-  *)
jigit-1.22/libjte/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
jigit-1.22/libjte/libtool.m4-3275-  esac
##############################################
jigit-1.22/libjte/libtool.m4-3280-      # Canonicalize the pathname of ld
jigit-1.22/libjte/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
jigit-1.22/libjte/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
jigit-1.22/libjte/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
jigit-1.22/libjte/libtool.m4-3284-      done
##############################################
jigit-1.22/libjte/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
jigit-1.22/libjte/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
jigit-1.22/libjte/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
jigit-1.22/libjte/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
jigit-1.22/libjte/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/libtool.m4-3578-openbsd* | bitrig*)
jigit-1.22/libjte/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
jigit-1.22/libjte/libtool.m4-3645-    else
jigit-1.22/libjte/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
jigit-1.22/libjte/libtool.m4-3647-    fi
##############################################
jigit-1.22/libjte/libtool.m4-3696-	esac
jigit-1.22/libjte/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
jigit-1.22/libjte/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
jigit-1.22/libjte/libtool.m4-3702-	*)
jigit-1.22/libjte/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/libtool.m4-3704-	  */dev/null*)
##############################################
jigit-1.22/libjte/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
jigit-1.22/libjte/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
jigit-1.22/libjte/libtool.m4-3730-    *COFF*)
##############################################
jigit-1.22/libjte/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
jigit-1.22/libjte/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
jigit-1.22/libjte/libtool.m4-3789-  *--identify-strict*)
##############################################
jigit-1.22/libjte/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
jigit-1.22/libjte/libtool.m4:3962:case `$NM -V 2>&1` in
jigit-1.22/libjte/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
jigit-1.22/libjte/libtool.m4-4009-mingw*)
jigit-1.22/libjte/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
jigit-1.22/libjte/libtool.m4-4011-  ;;
##############################################
jigit-1.22/libjte/libtool.m4-4414-	  *)
jigit-1.22/libjte/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/libtool.m4-4416-	    *Sun\ C*)
##############################################
jigit-1.22/libjte/libtool.m4-4750-      *)
jigit-1.22/libjte/libtool.m4:4751:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/libtool.m4-4752-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
jigit-1.22/libjte/libtool.m4-4933-    else
jigit-1.22/libjte/libtool.m4:4934:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
jigit-1.22/libjte/libtool.m4-4935-    fi
##############################################
jigit-1.22/libjte/libtool.m4-5032-	# shared libraries, regardless of the interface used.
jigit-1.22/libjte/libtool.m4:5033:	case `$LD -v 2>&1` in
jigit-1.22/libjte/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
jigit-1.22/libjte/libtool.m4-5064-    supports_anon_versioning=no
jigit-1.22/libjte/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
jigit-1.22/libjte/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
jigit-1.22/libjte/libtool.m4-5167-	prefix_cmds="$SED"~
jigit-1.22/libjte/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
jigit-1.22/libjte/libtool.m4:5190:      _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'
jigit-1.22/libjte/libtool.m4:5191:      _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'
jigit-1.22/libjte/libtool.m4-5192-      ;;
##############################################
jigit-1.22/libjte/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
jigit-1.22/libjte/libtool.m4:5208:	  _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'
jigit-1.22/libjte/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
jigit-1.22/libjte/libtool.m4-5212-					# Portland Group f77 and f90 compilers
jigit-1.22/libjte/libtool.m4:5213:	  _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'
jigit-1.22/libjte/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
jigit-1.22/libjte/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
jigit-1.22/libjte/libtool.m4:5230:	  _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'
jigit-1.22/libjte/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/libtool.m4-5233-	esac
jigit-1.22/libjte/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
jigit-1.22/libjte/libtool.m4:5236:	  _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'
jigit-1.22/libjte/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
jigit-1.22/libjte/libtool.m4:5305:      case `$LD -v 2>&1` in
jigit-1.22/libjte/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
jigit-1.22/libjte/libtool.m4-5393-	else
jigit-1.22/libjte/libtool.m4:5394:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
jigit-1.22/libjte/libtool.m4-5395-	fi
##############################################
jigit-1.22/libjte/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
jigit-1.22/libjte/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
jigit-1.22/libjte/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
jigit-1.22/libjte/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
jigit-1.22/libjte/libtool.m4:5515:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
jigit-1.22/libjte/libtool.m4-5516-      else
##############################################
jigit-1.22/libjte/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
jigit-1.22/libjte/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
jigit-1.22/libjte/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
jigit-1.22/libjte/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
jigit-1.22/libjte/libtool.m4:5631:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
jigit-1.22/libjte/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
jigit-1.22/libjte/libtool.m4-5768-      if test yes = "$GCC"; then
jigit-1.22/libjte/libtool.m4:5769:	_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'
jigit-1.22/libjte/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
jigit-1.22/libjte/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
jigit-1.22/libjte/libtool.m4:5792:          _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'
jigit-1.22/libjte/libtool.m4-5793-	fi
##############################################
jigit-1.22/libjte/libtool.m4-5795-      else
jigit-1.22/libjte/libtool.m4:5796:	_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'
jigit-1.22/libjte/libtool.m4:5797:	_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'
jigit-1.22/libjte/libtool.m4-5798-      fi
##############################################
jigit-1.22/libjte/libtool.m4-5842-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
jigit-1.22/libjte/libtool.m4:5843:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
jigit-1.22/libjte/libtool.m4-5844-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
jigit-1.22/libjte/libtool.m4-5873-	prefix_cmds="$SED"~
jigit-1.22/libjte/libtool.m4:5874:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/libtool.m4-5875-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/libtool.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/libtool.m4:5888:	_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'
jigit-1.22/libjte/libtool.m4-5889-      else
jigit-1.22/libjte/libtool.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/libtool.m4:5891:	_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'
jigit-1.22/libjte/libtool.m4-5892-      fi
##############################################
jigit-1.22/libjte/libtool.m4-5900-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/libtool.m4:5901:	_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'
jigit-1.22/libjte/libtool.m4-5902-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
jigit-1.22/libjte/libtool.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/libtool.m4:5905:	_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'
jigit-1.22/libjte/libtool.m4:5906:	_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~
jigit-1.22/libjte/libtool.m4:5907:          $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'
jigit-1.22/libjte/libtool.m4-5908-
##############################################
jigit-1.22/libjte/libtool.m4-5923-      else
jigit-1.22/libjte/libtool.m4:5924:	case `$CC -V 2>&1` in
jigit-1.22/libjte/libtool.m4-5925-	*"Compilers 5.0"*)
##############################################
jigit-1.22/libjte/libtool.m4-6116-	  _LT_TAGVAR(allow_undefined_flag, $1)=
jigit-1.22/libjte/libtool.m4:6117:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
jigit-1.22/libjte/libtool.m4-6118-	  then
##############################################
jigit-1.22/libjte/libtool.m4-6420-        # ancient GNU ld didn't support --whole-archive et. al.
jigit-1.22/libjte/libtool.m4:6421:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
jigit-1.22/libjte/libtool.m4-6422-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
jigit-1.22/libjte/libtool.m4-6530-          # below for broken collect2 doesn't work under 4.3+
jigit-1.22/libjte/libtool.m4:6531:	  collect2name=`$CC -print-prog-name=collect2`
jigit-1.22/libjte/libtool.m4-6532-	  if test -f "$collect2name" &&
##############################################
jigit-1.22/libjte/libtool.m4-6588-
jigit-1.22/libjte/libtool.m4:6589:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
jigit-1.22/libjte/libtool.m4-6590-        else
##############################################
jigit-1.22/libjte/libtool.m4-6613-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
jigit-1.22/libjte/libtool.m4:6614:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
jigit-1.22/libjte/libtool.m4-6615-	    if test svr4 != "$with_aix_soname"; then
##############################################
jigit-1.22/libjte/libtool.m4-6742-	  prefix_cmds="$SED"~
jigit-1.22/libjte/libtool.m4:6743:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
jigit-1.22/libjte/libtool.m4-6744-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
jigit-1.22/libjte/libtool.m4-6816-            # dependencies.
jigit-1.22/libjte/libtool.m4:6817:            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"'
jigit-1.22/libjte/libtool.m4-6818-            ;;
##############################################
jigit-1.22/libjte/libtool.m4-6881-	    # dependencies.
jigit-1.22/libjte/libtool.m4:6882:	    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"'
jigit-1.22/libjte/libtool.m4-6883-	    ;;
##############################################
jigit-1.22/libjte/libtool.m4-6917-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
jigit-1.22/libjte/libtool.m4:6918:	_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'
jigit-1.22/libjte/libtool.m4:6919:	_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'
jigit-1.22/libjte/libtool.m4-6920-	;;
##############################################
jigit-1.22/libjte/libtool.m4-6924-	    # SGI C++
jigit-1.22/libjte/libtool.m4:6925:	    _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'
jigit-1.22/libjte/libtool.m4-6926-
##############################################
jigit-1.22/libjte/libtool.m4-6935-	      if test no = "$with_gnu_ld"; then
jigit-1.22/libjte/libtool.m4:6936:	        _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'
jigit-1.22/libjte/libtool.m4-6937-	      else
jigit-1.22/libjte/libtool.m4:6938:	        _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'
jigit-1.22/libjte/libtool.m4-6939-	      fi
##############################################
jigit-1.22/libjte/libtool.m4-6956-	    # to its proper name (with version) after linking.
jigit-1.22/libjte/libtool.m4:6957:	    _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'
jigit-1.22/libjte/libtool.m4:6958:	    _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'
jigit-1.22/libjte/libtool.m4-6959-	    # Commands to make compiler produce verbose output that lists
##############################################
jigit-1.22/libjte/libtool.m4-6966-	    # dependencies.
jigit-1.22/libjte/libtool.m4:6967:	    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"'
jigit-1.22/libjte/libtool.m4-6968-
##############################################
jigit-1.22/libjte/libtool.m4-6981-	    # earlier do not add the objects themselves.
jigit-1.22/libjte/libtool.m4:6982:	    case `$CC -V 2>&1` in
jigit-1.22/libjte/libtool.m4-6983-	      *"Version 7."*)
##############################################
jigit-1.22/libjte/libtool.m4-7002-            # Portland Group C++ compiler
jigit-1.22/libjte/libtool.m4:7003:	    case `$CC -V` in
jigit-1.22/libjte/libtool.m4-7004-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
jigit-1.22/libjte/libtool.m4-7007-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
jigit-1.22/libjte/libtool.m4:7008:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
jigit-1.22/libjte/libtool.m4-7009-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
jigit-1.22/libjte/libtool.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
jigit-1.22/libjte/libtool.m4:7012:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
jigit-1.22/libjte/libtool.m4-7013-                $RANLIB $oldlib'
##############################################
jigit-1.22/libjte/libtool.m4-7016-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
jigit-1.22/libjte/libtool.m4:7017:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
jigit-1.22/libjte/libtool.m4-7018-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
jigit-1.22/libjte/libtool.m4-7020-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
jigit-1.22/libjte/libtool.m4:7021:                $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'
jigit-1.22/libjte/libtool.m4-7022-	      ;;
##############################################
jigit-1.22/libjte/libtool.m4-7030-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
jigit-1.22/libjte/libtool.m4:7031:	    _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'
jigit-1.22/libjte/libtool.m4-7032-            ;;
##############################################
jigit-1.22/libjte/libtool.m4-7049-	    # dependencies.
jigit-1.22/libjte/libtool.m4:7050:	    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'
jigit-1.22/libjte/libtool.m4-7051-	    ;;
##############################################
jigit-1.22/libjte/libtool.m4-7064-	  *)
jigit-1.22/libjte/libtool.m4:7065:	    case `$CC -V 2>&1 | sed 5q` in
jigit-1.22/libjte/libtool.m4-7066-	    *Sun\ C*)
##############################################
jigit-1.22/libjte/libtool.m4-7071-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
jigit-1.22/libjte/libtool.m4:7072:	      _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'
jigit-1.22/libjte/libtool.m4-7073-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
jigit-1.22/libjte/libtool.m4-7136-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
jigit-1.22/libjte/libtool.m4:7137:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
jigit-1.22/libjte/libtool.m4-7138-	    _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'
##############################################
jigit-1.22/libjte/libtool.m4-7155-	    # to its proper name (with version) after linking.
jigit-1.22/libjte/libtool.m4:7156:	    _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'
jigit-1.22/libjte/libtool.m4-7157-
##############################################
jigit-1.22/libjte/libtool.m4-7176-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
jigit-1.22/libjte/libtool.m4:7177:	        _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'
jigit-1.22/libjte/libtool.m4-7178-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
jigit-1.22/libjte/libtool.m4-7181-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
jigit-1.22/libjte/libtool.m4:7182:	        _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'
jigit-1.22/libjte/libtool.m4:7183:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
jigit-1.22/libjte/libtool.m4-7184-                  echo "-hidden">> $lib.exp~
jigit-1.22/libjte/libtool.m4:7185:                  $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~
jigit-1.22/libjte/libtool.m4-7186-                  $RM $lib.exp'
##############################################
jigit-1.22/libjte/libtool.m4-7200-	    # dependencies.
jigit-1.22/libjte/libtool.m4:7201:	    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"'
jigit-1.22/libjte/libtool.m4-7202-	    ;;
##############################################
jigit-1.22/libjte/libtool.m4-7207-	        osf3*)
jigit-1.22/libjte/libtool.m4:7208:	          _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'
jigit-1.22/libjte/libtool.m4-7209-		  ;;
jigit-1.22/libjte/libtool.m4-7210-	        *)
jigit-1.22/libjte/libtool.m4:7211:	          _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'
jigit-1.22/libjte/libtool.m4-7212-		  ;;
##############################################
jigit-1.22/libjte/libtool.m4-7460-  case @S|@2 in
jigit-1.22/libjte/libtool.m4:7461:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
jigit-1.22/libjte/libtool.m4:7462:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
jigit-1.22/libjte/libtool.m4-7463-  esac
##############################################
jigit-1.22/libjte/libtool.m4-7549-
jigit-1.22/libjte/libtool.m4:7550:  for p in `eval "$output_verbose_link_cmd"`; do
jigit-1.22/libjte/libtool.m4-7551-    case $prev$p in
##############################################
jigit-1.22/libjte/libtool.m4-7653-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
jigit-1.22/libjte/libtool.m4:7654: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
jigit-1.22/libjte/libtool.m4-7655-fi
##############################################
jigit-1.22/libjte/libtool.m4-8273-    test 10 -lt "$lt_ac_count" && break
jigit-1.22/libjte/libtool.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
jigit-1.22/libjte/libtool.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then