===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
iec16022-0.2.4/compile-105-# Name of file we expect compiler to create.
iec16022-0.2.4/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
iec16022-0.2.4/compile-107-
##############################################
iec16022-0.2.4/compile-111-# object file name, since that is what matters with a parallel build.
iec16022-0.2.4/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
iec16022-0.2.4/compile-113-while true; do
##############################################
iec16022-0.2.4/ltmain.sh-161-  # Extract subdirectory from the argument.
iec16022-0.2.4/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
iec16022-0.2.4/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
iec16022-0.2.4/ltmain.sh-167-  fi
iec16022-0.2.4/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
iec16022-0.2.4/ltmain.sh-169-}
##############################################
iec16022-0.2.4/ltmain.sh-193-     progdir=$func_dirname_result
iec16022-0.2.4/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
iec16022-0.2.4/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
iec16022-0.2.4/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
iec16022-0.2.4/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
iec16022-0.2.4/ltmain.sh-223-bs='\\'
##############################################
iec16022-0.2.4/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
iec16022-0.2.4/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
iec16022-0.2.4/ltmain.sh-330-      done
iec16022-0.2.4/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
iec16022-0.2.4/ltmain.sh-332-
##############################################
iec16022-0.2.4/ltmain.sh-363-      # If mktemp works, use that first and foremost
iec16022-0.2.4/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
iec16022-0.2.4/ltmain.sh-365-
##############################################
iec16022-0.2.4/ltmain.sh-394-      *[\\\`\"\$]*)
iec16022-0.2.4/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
iec16022-0.2.4/ltmain.sh-396-      *)
##############################################
iec16022-0.2.4/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
iec16022-0.2.4/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
iec16022-0.2.4/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
iec16022-0.2.4/ltmain.sh-539-	p
##############################################
iec16022-0.2.4/ltmain.sh-565-  :
iec16022-0.2.4/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
iec16022-0.2.4/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
iec16022-0.2.4/ltmain.sh-685-	# quotes we have to do it in 2 steps:
iec16022-0.2.4/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
iec16022-0.2.4/ltmain.sh-687-	eval "$extractedcf"
##############################################
iec16022-0.2.4/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
iec16022-0.2.4/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
iec16022-0.2.4/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
iec16022-0.2.4/ltmain.sh-1028-	    # Evaluate the configuration.
iec16022-0.2.4/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
iec16022-0.2.4/ltmain.sh-1030-	    CC_quoted=
##############################################
iec16022-0.2.4/ltmain.sh-1036-	    case "$@ " in
iec16022-0.2.4/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
iec16022-0.2.4/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
iec16022-0.2.4/ltmain.sh-1213-    *.[cCFSifmso] | \
iec16022-0.2.4/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
iec16022-0.2.4/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
iec16022-0.2.4/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
iec16022-0.2.4/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
iec16022-0.2.4/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
iec16022-0.2.4/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
iec16022-0.2.4/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
iec16022-0.2.4/ltmain.sh-1311-
##############################################
iec16022-0.2.4/ltmain.sh-1358-      if test "$need_locks" = warn &&
iec16022-0.2.4/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
iec16022-0.2.4/ltmain.sh-1360-	$ECHO "\
iec16022-0.2.4/ltmain.sh-1361-*** ERROR, $lockfile contains:
iec16022-0.2.4/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
iec16022-0.2.4/ltmain.sh-1363-
##############################################
iec16022-0.2.4/ltmain.sh-1407-      if test "$need_locks" = warn &&
iec16022-0.2.4/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
iec16022-0.2.4/ltmain.sh-1409-	$ECHO "\
iec16022-0.2.4/ltmain.sh-1410-*** ERROR, $lockfile contains:
iec16022-0.2.4/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
iec16022-0.2.4/ltmain.sh-1412-
##############################################
iec16022-0.2.4/ltmain.sh-1665-	  test -n "$library_names" && \
iec16022-0.2.4/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
iec16022-0.2.4/ltmain.sh-1667-	  continue
##############################################
iec16022-0.2.4/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
iec16022-0.2.4/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
iec16022-0.2.4/ltmain.sh-1678-	  fi
##############################################
iec16022-0.2.4/ltmain.sh-1694-      # Get the absolute pathname.
iec16022-0.2.4/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
iec16022-0.2.4/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
iec16022-0.2.4/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
iec16022-0.2.4/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
iec16022-0.2.4/ltmain.sh-2014-
##############################################
iec16022-0.2.4/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
iec16022-0.2.4/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
iec16022-0.2.4/ltmain.sh-2027-	  else
iec16022-0.2.4/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
iec16022-0.2.4/ltmain.sh-2029-	  fi
##############################################
iec16022-0.2.4/ltmain.sh-2185-	    fi
iec16022-0.2.4/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
iec16022-0.2.4/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
iec16022-0.2.4/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
iec16022-0.2.4/ltmain.sh-2189-	      finalize=no
##############################################
iec16022-0.2.4/ltmain.sh-2204-	        # Replace the output file specification.
iec16022-0.2.4/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
iec16022-0.2.4/ltmain.sh-2206-
##############################################
iec16022-0.2.4/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
iec16022-0.2.4/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
iec16022-0.2.4/ltmain.sh-2225-	  fi
##############################################
iec16022-0.2.4/ltmain.sh-2294-    my_pic_p="${3-no}"
iec16022-0.2.4/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
iec16022-0.2.4/ltmain.sh-2296-    my_dlsyms=
##############################################
iec16022-0.2.4/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
iec16022-0.2.4/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
iec16022-0.2.4/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
iec16022-0.2.4/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
iec16022-0.2.4/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
iec16022-0.2.4/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
iec16022-0.2.4/ltmain.sh-2520-	  else
iec16022-0.2.4/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
iec16022-0.2.4/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
iec16022-0.2.4/ltmain.sh-2523-	  fi
##############################################
iec16022-0.2.4/ltmain.sh-2525-	*)
iec16022-0.2.4/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
iec16022-0.2.4/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
iec16022-0.2.4/ltmain.sh-2528-	  ;;
##############################################
iec16022-0.2.4/ltmain.sh-2540-      # Nullify the symbol file.
iec16022-0.2.4/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
iec16022-0.2.4/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
iec16022-0.2.4/ltmain.sh-2543-    fi
##############################################
iec16022-0.2.4/ltmain.sh-2555-  win32_libid_type="unknown"
iec16022-0.2.4/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
iec16022-0.2.4/ltmain.sh-2557-  case $win32_fileres in
##############################################
iec16022-0.2.4/ltmain.sh-2652-	  darwin_curdir=`pwd`
iec16022-0.2.4/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
iec16022-0.2.4/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
iec16022-0.2.4/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
iec16022-0.2.4/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
iec16022-0.2.4/ltmain.sh-2657-	    darwin_arch=
##############################################
iec16022-0.2.4/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
iec16022-0.2.4/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
iec16022-0.2.4/ltmain.sh-2669-	    darwin_file=
##############################################
iec16022-0.2.4/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
iec16022-0.2.4/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
iec16022-0.2.4/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
iec16022-0.2.4/ltmain.sh-2686-      esac
iec16022-0.2.4/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
iec16022-0.2.4/ltmain.sh-2688-    done
##############################################
iec16022-0.2.4/ltmain.sh-2757-      shift
iec16022-0.2.4/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
iec16022-0.2.4/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
iec16022-0.2.4/ltmain.sh-2769-  # Find the directory that this script lives in.
iec16022-0.2.4/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
iec16022-0.2.4/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
iec16022-0.2.4/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
iec16022-0.2.4/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
iec16022-0.2.4/ltmain.sh-2775-  while test -n \"\$file\"; do
iec16022-0.2.4/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
iec16022-0.2.4/ltmain.sh-2777-
##############################################
iec16022-0.2.4/ltmain.sh-2785-
iec16022-0.2.4/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
iec16022-0.2.4/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
iec16022-0.2.4/ltmain.sh-2788-  done
##############################################
iec16022-0.2.4/ltmain.sh-2816-    case \"\$thisdir\" in
iec16022-0.2.4/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
iec16022-0.2.4/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
iec16022-0.2.4/ltmain.sh-2822-  # Try to get the absolute directory name.
iec16022-0.2.4/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
iec16022-0.2.4/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
iec16022-0.2.4/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
iec16022-0.2.4/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
iec16022-0.2.4/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
iec16022-0.2.4/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
iec16022-0.2.4/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
iec16022-0.2.4/ltmain.sh-2849-      else
##############################################
iec16022-0.2.4/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
iec16022-0.2.4/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
iec16022-0.2.4/ltmain.sh-2881-
##############################################
iec16022-0.2.4/ltmain.sh-2994-          *cygwin* )
iec16022-0.2.4/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
iec16022-0.2.4/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
iec16022-0.2.4/ltmain.sh-3006-            # the odd construction:
iec16022-0.2.4/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
iec16022-0.2.4/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
iec16022-0.2.4/ltmain.sh-3073-          *cygwin* )
iec16022-0.2.4/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
iec16022-0.2.4/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
iec16022-0.2.4/ltmain.sh-4240-	    moreargs=
iec16022-0.2.4/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
iec16022-0.2.4/ltmain.sh-4242-	    do
##############################################
iec16022-0.2.4/ltmain.sh-4490-	*)
iec16022-0.2.4/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
iec16022-0.2.4/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
iec16022-0.2.4/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
iec16022-0.2.4/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
iec16022-0.2.4/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
iec16022-0.2.4/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
iec16022-0.2.4/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
iec16022-0.2.4/ltmain.sh-4929-    else
##############################################
iec16022-0.2.4/ltmain.sh-5053-	  for deplib in $dependency_libs; do
iec16022-0.2.4/ltmain.sh:5054:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
iec16022-0.2.4/ltmain.sh-5055-	    case " $weak_libs " in
##############################################
iec16022-0.2.4/ltmain.sh-5231-		  set dummy $deplibs_check_method; shift
iec16022-0.2.4/ltmain.sh:5232:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
iec16022-0.2.4/ltmain.sh-5233-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
iec16022-0.2.4/ltmain.sh-5294-	else
iec16022-0.2.4/ltmain.sh:5295:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
iec16022-0.2.4/ltmain.sh-5296-	fi
##############################################
iec16022-0.2.4/ltmain.sh-5323-	if test -n "$inherited_linker_flags"; then
iec16022-0.2.4/ltmain.sh:5324:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
iec16022-0.2.4/ltmain.sh-5325-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
iec16022-0.2.4/ltmain.sh-5331-	fi
iec16022-0.2.4/ltmain.sh:5332:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh-5333-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
iec16022-0.2.4/ltmain.sh-5398-	*)
iec16022-0.2.4/ltmain.sh:5399:	  abs_ladir=`cd "$ladir" && pwd`
iec16022-0.2.4/ltmain.sh-5400-	  if test -z "$abs_ladir"; then
##############################################
iec16022-0.2.4/ltmain.sh-5624-	    shift
iec16022-0.2.4/ltmain.sh:5625:	    libname=`eval "\\$ECHO \"$libname_spec\""`
iec16022-0.2.4/ltmain.sh-5626-	    # use dlname if we got it. it's perfectly good, no?
##############################################
iec16022-0.2.4/ltmain.sh-5908-		*)
iec16022-0.2.4/ltmain.sh:5909:		  absdir=`cd "$dir" && pwd`
iec16022-0.2.4/ltmain.sh-5910-		  if test -z "$absdir"; then
##############################################
iec16022-0.2.4/ltmain.sh-5919-		  depdepl=
iec16022-0.2.4/ltmain.sh:5920:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
iec16022-0.2.4/ltmain.sh-5921-		  if test -n "$deplibrary_names" ; then
##############################################
iec16022-0.2.4/ltmain.sh-5926-		      depdepl="$absdir/$objdir/$depdepl"
iec16022-0.2.4/ltmain.sh:5927:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
iec16022-0.2.4/ltmain.sh-5928-                      if test -z "$darwin_install_name"; then
iec16022-0.2.4/ltmain.sh:5929:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
iec16022-0.2.4/ltmain.sh-5930-                      fi
##############################################
iec16022-0.2.4/ltmain.sh-5941-		else
iec16022-0.2.4/ltmain.sh:5942:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
iec16022-0.2.4/ltmain.sh-5943-		  test -z "$libdir" && \
##############################################
iec16022-0.2.4/ltmain.sh-5964-	else
iec16022-0.2.4/ltmain.sh:5965:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh-5966-	fi
##############################################
iec16022-0.2.4/ltmain.sh-6113-	test "$module" = no && \
iec16022-0.2.4/ltmain.sh:6114:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
iec16022-0.2.4/ltmain.sh-6115-
##############################################
iec16022-0.2.4/ltmain.sh-6250-	if test "$age" -gt "$current"; then
iec16022-0.2.4/ltmain.sh:6251:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
iec16022-0.2.4/ltmain.sh-6252-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
iec16022-0.2.4/ltmain.sh-6411-	removelist=
iec16022-0.2.4/ltmain.sh:6412:	tempremovelist=`$ECHO "$output_objdir/*"`
iec16022-0.2.4/ltmain.sh-6413-	for p in $tempremovelist; do
##############################################
iec16022-0.2.4/ltmain.sh-6437-	# Transform .lo files to .o files.
iec16022-0.2.4/ltmain.sh:6438:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
iec16022-0.2.4/ltmain.sh-6439-      fi
##############################################
iec16022-0.2.4/ltmain.sh-6442-      #for path in $notinst_path; do
iec16022-0.2.4/ltmain.sh:6443:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
iec16022-0.2.4/ltmain.sh:6444:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
iec16022-0.2.4/ltmain.sh:6445:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
iec16022-0.2.4/ltmain.sh-6446-      #done
##############################################
iec16022-0.2.4/ltmain.sh-6562-		if test -n "$i" ; then
iec16022-0.2.4/ltmain.sh:6563:		  libname=`eval "\\$ECHO \"$libname_spec\""`
iec16022-0.2.4/ltmain.sh:6564:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
iec16022-0.2.4/ltmain.sh-6565-		  set dummy $deplib_matches; shift
iec16022-0.2.4/ltmain.sh-6566-		  deplib_match=$1
iec16022-0.2.4/ltmain.sh:6567:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
iec16022-0.2.4/ltmain.sh-6568-		    newdeplibs="$newdeplibs $i"
##############################################
iec16022-0.2.4/ltmain.sh-6605-		  if test -n "$i" ; then
iec16022-0.2.4/ltmain.sh:6606:		    libname=`eval "\\$ECHO \"$libname_spec\""`
iec16022-0.2.4/ltmain.sh:6607:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
iec16022-0.2.4/ltmain.sh-6608-		    set dummy $deplib_matches; shift
iec16022-0.2.4/ltmain.sh-6609-		    deplib_match=$1
iec16022-0.2.4/ltmain.sh:6610:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
iec16022-0.2.4/ltmain.sh-6611-		      newdeplibs="$newdeplibs $i"
##############################################
iec16022-0.2.4/ltmain.sh-6640-	  set dummy $deplibs_check_method; shift
iec16022-0.2.4/ltmain.sh:6641:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
iec16022-0.2.4/ltmain.sh-6642-	  for a_deplib in $deplibs; do
##############################################
iec16022-0.2.4/ltmain.sh-6655-	      if test -n "$a_deplib" ; then
iec16022-0.2.4/ltmain.sh:6656:		libname=`eval "\\$ECHO \"$libname_spec\""`
iec16022-0.2.4/ltmain.sh-6657-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
iec16022-0.2.4/ltmain.sh:6658:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
iec16022-0.2.4/ltmain.sh-6659-		  for potent_lib in $potential_libs; do
##############################################
iec16022-0.2.4/ltmain.sh-6671-		      while test -h "$potlib" 2>/dev/null; do
iec16022-0.2.4/ltmain.sh:6672:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
iec16022-0.2.4/ltmain.sh-6673-			case $potliblink in
iec16022-0.2.4/ltmain.sh-6674-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
iec16022-0.2.4/ltmain.sh:6675:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
iec16022-0.2.4/ltmain.sh-6676-			esac
##############################################
iec16022-0.2.4/ltmain.sh-6712-	  set dummy $deplibs_check_method; shift
iec16022-0.2.4/ltmain.sh:6713:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
iec16022-0.2.4/ltmain.sh-6714-	  for a_deplib in $deplibs; do
##############################################
iec16022-0.2.4/ltmain.sh-6727-	      if test -n "$a_deplib" ; then
iec16022-0.2.4/ltmain.sh:6728:		libname=`eval "\\$ECHO \"$libname_spec\""`
iec16022-0.2.4/ltmain.sh-6729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
iec16022-0.2.4/ltmain.sh:6730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
iec16022-0.2.4/ltmain.sh-6731-		  for potent_lib in $potential_libs; do
##############################################
iec16022-0.2.4/ltmain.sh-6771-	      # can't use Xsed below, because $i might contain '/'
iec16022-0.2.4/ltmain.sh:6772:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
iec16022-0.2.4/ltmain.sh-6773-	    done
##############################################
iec16022-0.2.4/ltmain.sh-6796-	  # On Rhapsody replace the C library with the System framework
iec16022-0.2.4/ltmain.sh:6797:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
iec16022-0.2.4/ltmain.sh-6798-	  ;;
##############################################
iec16022-0.2.4/ltmain.sh-6848-	*-*-darwin*)
iec16022-0.2.4/ltmain.sh:6849:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh:6850:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh:6851:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh-6852-	  ;;
##############################################
iec16022-0.2.4/ltmain.sh-6972-	# Use standard objects if they are pic
iec16022-0.2.4/ltmain.sh:6973:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
iec16022-0.2.4/ltmain.sh-6974-	test "X$libobjs" = "X " && libobjs=
##############################################
iec16022-0.2.4/ltmain.sh-6987-	    # exporting using user supplied symfile
iec16022-0.2.4/ltmain.sh:6988:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
iec16022-0.2.4/ltmain.sh-6989-	      # and it's NOT already a .def file. Must figure out
##############################################
iec16022-0.2.4/ltmain.sh-7139-	  save_output=$output
iec16022-0.2.4/ltmain.sh:7140:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
iec16022-0.2.4/ltmain.sh-7141-
##############################################
iec16022-0.2.4/ltmain.sh-7443-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
iec16022-0.2.4/ltmain.sh:7444:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
iec16022-0.2.4/ltmain.sh-7445-	else
##############################################
iec16022-0.2.4/ltmain.sh-7454-      # Create the old-style object.
iec16022-0.2.4/ltmain.sh:7455:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
iec16022-0.2.4/ltmain.sh-7456-
##############################################
iec16022-0.2.4/ltmain.sh-7514-	# On Rhapsody replace the C library is the System framework
iec16022-0.2.4/ltmain.sh:7515:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
iec16022-0.2.4/ltmain.sh:7516:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
iec16022-0.2.4/ltmain.sh-7517-	;;
##############################################
iec16022-0.2.4/ltmain.sh-7532-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
iec16022-0.2.4/ltmain.sh:7533:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh:7534:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
iec16022-0.2.4/ltmain.sh-7535-	;;
##############################################
iec16022-0.2.4/ltmain.sh-7610-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
iec16022-0.2.4/ltmain.sh:7611:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
iec16022-0.2.4/ltmain.sh-7612-	  case :$dllsearchpath: in
##############################################
iec16022-0.2.4/ltmain.sh-7670-	# Transform all the library objects into standard objects.
iec16022-0.2.4/ltmain.sh:7671:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
iec16022-0.2.4/ltmain.sh:7672:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
iec16022-0.2.4/ltmain.sh-7673-      fi
##############################################
iec16022-0.2.4/ltmain.sh-7700-	# Replace the output file specification.
iec16022-0.2.4/ltmain.sh:7701:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
iec16022-0.2.4/ltmain.sh-7702-	link_command="$compile_command$compile_rpath"
##############################################
iec16022-0.2.4/ltmain.sh-7747-	# Replace the output file specification.
iec16022-0.2.4/ltmain.sh:7748:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
iec16022-0.2.4/ltmain.sh-7749-	# Delete the old output file.
##############################################
iec16022-0.2.4/ltmain.sh-7766-	  if test "$fast_install" = yes; then
iec16022-0.2.4/ltmain.sh:7767:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
iec16022-0.2.4/ltmain.sh-7768-	  else
##############################################
iec16022-0.2.4/ltmain.sh-7778-      # Replace the output file specification.
iec16022-0.2.4/ltmain.sh:7779:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
iec16022-0.2.4/ltmain.sh-7780-
##############################################
iec16022-0.2.4/ltmain.sh-7802-	relink_command="(cd `pwd`; $relink_command)"
iec16022-0.2.4/ltmain.sh:7803:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
iec16022-0.2.4/ltmain.sh-7804-      fi
##############################################
iec16022-0.2.4/ltmain.sh-7811-	esac
iec16022-0.2.4/ltmain.sh:7812:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
iec16022-0.2.4/ltmain.sh-7813-      else
iec16022-0.2.4/ltmain.sh:7814:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
iec16022-0.2.4/ltmain.sh-7815-      fi
##############################################
iec16022-0.2.4/ltmain.sh-8045-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
iec16022-0.2.4/ltmain.sh:8046:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
iec16022-0.2.4/ltmain.sh-8047-      if test "$hardcode_automatic" = yes ; then
##############################################
iec16022-0.2.4/ltmain.sh-8065-		name="$func_basename_result"
iec16022-0.2.4/ltmain.sh:8066:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
iec16022-0.2.4/ltmain.sh-8067-		test -z "$libdir" && \
##############################################
iec16022-0.2.4/ltmain.sh-8081-		name="$func_basename_result"
iec16022-0.2.4/ltmain.sh:8082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
iec16022-0.2.4/ltmain.sh-8083-		test -z "$libdir" && \
##############################################
iec16022-0.2.4/ltmain.sh-8100-		name="$func_basename_result"
iec16022-0.2.4/ltmain.sh:8101:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
iec16022-0.2.4/ltmain.sh-8102-		test -z "$libdir" && \
##############################################
iec16022-0.2.4/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
iec16022-0.2.4/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
iec16022-0.2.4/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
iec16022-0.2.4/test/Makefile.in-230-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
iec16022-0.2.4/test/Makefile.in:231:	      all=`expr $$all + 1`; \
iec16022-0.2.4/test/Makefile.in-232-	      case " $(XFAIL_TESTS) " in \
iec16022-0.2.4/test/Makefile.in-233-	      *[\ \	]$$tst[\ \	]*) \
iec16022-0.2.4/test/Makefile.in:234:		xpass=`expr $$xpass + 1`; \
iec16022-0.2.4/test/Makefile.in:235:		failed=`expr $$failed + 1`; \
iec16022-0.2.4/test/Makefile.in-236-		col=$$red; res=XPASS; \
##############################################
iec16022-0.2.4/test/Makefile.in-242-	    elif test $$? -ne 77; then \
iec16022-0.2.4/test/Makefile.in:243:	      all=`expr $$all + 1`; \
iec16022-0.2.4/test/Makefile.in-244-	      case " $(XFAIL_TESTS) " in \
iec16022-0.2.4/test/Makefile.in-245-	      *[\ \	]$$tst[\ \	]*) \
iec16022-0.2.4/test/Makefile.in:246:		xfail=`expr $$xfail + 1`; \
iec16022-0.2.4/test/Makefile.in-247-		col=$$lgn; res=XFAIL; \
##############################################
iec16022-0.2.4/test/Makefile.in-249-	      *) \
iec16022-0.2.4/test/Makefile.in:250:		failed=`expr $$failed + 1`; \
iec16022-0.2.4/test/Makefile.in-251-		col=$$red; res=FAIL; \
##############################################
iec16022-0.2.4/test/Makefile.in-254-	    else \
iec16022-0.2.4/test/Makefile.in:255:	      skip=`expr $$skip + 1`; \
iec16022-0.2.4/test/Makefile.in-256-	      col=$$blu; res=SKIP; \
##############################################
iec16022-0.2.4/test/Makefile.in-289-	    fi; \
iec16022-0.2.4/test/Makefile.in:290:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
iec16022-0.2.4/test/Makefile.in-291-	      dashes="$$skipped"; \
##############################################
iec16022-0.2.4/test/Makefile.in-295-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
iec16022-0.2.4/test/Makefile.in:296:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
iec16022-0.2.4/test/Makefile.in-297-	      dashes="$$report"; \
iec16022-0.2.4/test/Makefile.in-298-	  fi; \
iec16022-0.2.4/test/Makefile.in:299:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
iec16022-0.2.4/test/Makefile.in-300-	  if test "$$failed" -eq 0; then \
##############################################
iec16022-0.2.4/test/Makefile.in-312-distdir: $(DISTFILES)
iec16022-0.2.4/test/Makefile.in:313:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
iec16022-0.2.4/test/Makefile.in:314:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
iec16022-0.2.4/test/Makefile.in-315-	list='$(DISTFILES)'; \
##############################################
iec16022-0.2.4/test/Makefile.in-326-	  if test -d $$d/$$file; then \
iec16022-0.2.4/test/Makefile.in:327:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
iec16022-0.2.4/test/Makefile.in-328-	    if test -d "$(distdir)/$$file"; then \
##############################################
iec16022-0.2.4/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
iec16022-0.2.4/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
iec16022-0.2.4/depcomp-69-
##############################################
iec16022-0.2.4/depcomp-224-  # Version 6 uses the directory in both cases.
iec16022-0.2.4/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
iec16022-0.2.4/depcomp-226-  test "x$dir" = "x$object" && dir=
iec16022-0.2.4/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
iec16022-0.2.4/depcomp-228-  if test "$libtool" = yes; then
##############################################
iec16022-0.2.4/depcomp-253-    # Do two passes, one to just change these to
iec16022-0.2.4/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
iec16022-0.2.4/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
iec16022-0.2.4/depcomp-295-  # Do two passes, one to just change these to
iec16022-0.2.4/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
iec16022-0.2.4/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
iec16022-0.2.4/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
iec16022-0.2.4/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
iec16022-0.2.4/depcomp-313-  test "x$dir" = "x$object" && dir=
iec16022-0.2.4/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
iec16022-0.2.4/depcomp-315-  if test "$libtool" = yes; then
##############################################
iec16022-0.2.4/depcomp-355-   # Subdirectories are respected.
iec16022-0.2.4/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
iec16022-0.2.4/depcomp-357-   test "x$dir" = "x$object" && dir=
iec16022-0.2.4/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
iec16022-0.2.4/depcomp-359-
##############################################
iec16022-0.2.4/depcomp-501-  done
iec16022-0.2.4/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
iec16022-0.2.4/depcomp-503-  touch "$tmpdepfile"
##############################################
iec16022-0.2.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
iec16022-0.2.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
iec16022-0.2.4/configure-47-  as_echo='print -r --'
iec16022-0.2.4/configure-48-  as_echo_n='print -rn --'
iec16022-0.2.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
iec16022-0.2.4/configure-50-  as_echo='printf %s\n'
##############################################
iec16022-0.2.4/configure-52-else
iec16022-0.2.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
iec16022-0.2.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
iec16022-0.2.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
iec16022-0.2.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
iec16022-0.2.4/configure-64-      esac;
##############################################
iec16022-0.2.4/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
iec16022-0.2.4/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
iec16022-0.2.4/configure-174-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
iec16022-0.2.4/configure-289-      case $as_dir in #(
iec16022-0.2.4/configure:290:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
iec16022-0.2.4/configure-291-      *) as_qdir=$as_dir;;
##############################################
iec16022-0.2.4/configure-354-  {
iec16022-0.2.4/configure:355:    as_val=`expr "$@" || test $? -eq 1`
iec16022-0.2.4/configure-356-  }
##############################################
iec16022-0.2.4/configure-361-# ---------------------------------
iec16022-0.2.4/configure:362:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
iec16022-0.2.4/configure-363-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
iec16022-0.2.4/configure-424-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
iec16022-0.2.4/configure:425:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
iec16022-0.2.4/configure-426-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
iec16022-0.2.4/configure-515-	esac;
iec16022-0.2.4/configure:516:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
iec16022-0.2.4/configure-517-	???[sx]*):;;*)false;;esac;fi
##############################################
iec16022-0.2.4/configure-536-  # Remove one level of quotation (which was required for Make).
iec16022-0.2.4/configure:537:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
iec16022-0.2.4/configure-538-  ;;
##############################################
iec16022-0.2.4/configure-547-  :
iec16022-0.2.4/configure:548:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
iec16022-0.2.4/configure-549-  # Yippee, $ECHO works!
##############################################
iec16022-0.2.4/configure-573-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
iec16022-0.2.4/configure:574:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
iec16022-0.2.4/configure-575-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
iec16022-0.2.4/configure-581-
iec16022-0.2.4/configure:582:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/configure:583:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/configure-584-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-596-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
iec16022-0.2.4/configure:597:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/configure:598:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/configure-599-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-608-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/configure:609:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/configure-610-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-623-        ECHO='printf %s\n'
iec16022-0.2.4/configure:624:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/configure:625:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/configure-626-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-628-	  :
iec16022-0.2.4/configure:629:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
iec16022-0.2.4/configure-630-	     test "X$echo_testing_string" = 'X\t' &&
iec16022-0.2.4/configure:631:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/configure-632-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-637-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
iec16022-0.2.4/configure:638:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
iec16022-0.2.4/configure-639-	     test "X$echo_testing_string" = 'X\t' &&
iec16022-0.2.4/configure:640:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/configure-641-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/configure-647-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
iec16022-0.2.4/configure:648:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
iec16022-0.2.4/configure-649-	    then
##############################################
iec16022-0.2.4/configure-655-	  if test "$prev" != 'sed 50q "$0"'; then
iec16022-0.2.4/configure:656:	    echo_test_string=`eval $prev`
iec16022-0.2.4/configure-657-	    export echo_test_string
##############################################
iec16022-0.2.4/configure-942-  case $ac_option in
iec16022-0.2.4/configure:943:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
iec16022-0.2.4/configure-944-  *)	ac_optarg=yes ;;
##############################################
iec16022-0.2.4/configure-985-  -disable-* | --disable-*)
iec16022-0.2.4/configure:986:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
iec16022-0.2.4/configure-987-    # Reject names that are not valid shell variable names.
##############################################
iec16022-0.2.4/configure-990-    ac_useropt_orig=$ac_useropt
iec16022-0.2.4/configure:991:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
iec16022-0.2.4/configure-992-    case $ac_user_opts in
##############################################
iec16022-0.2.4/configure-1011-  -enable-* | --enable-*)
iec16022-0.2.4/configure:1012:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
iec16022-0.2.4/configure-1013-    # Reject names that are not valid shell variable names.
##############################################
iec16022-0.2.4/configure-1016-    ac_useropt_orig=$ac_useropt
iec16022-0.2.4/configure:1017:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
iec16022-0.2.4/configure-1018-    case $ac_user_opts in
##############################################
iec16022-0.2.4/configure-1215-  -with-* | --with-*)
iec16022-0.2.4/configure:1216:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
iec16022-0.2.4/configure-1217-    # Reject names that are not valid shell variable names.
##############################################
iec16022-0.2.4/configure-1220-    ac_useropt_orig=$ac_useropt
iec16022-0.2.4/configure:1221:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
iec16022-0.2.4/configure-1222-    case $ac_user_opts in
##############################################
iec16022-0.2.4/configure-1231-  -without-* | --without-*)
iec16022-0.2.4/configure:1232:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
iec16022-0.2.4/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
iec16022-0.2.4/configure-1236-    ac_useropt_orig=$ac_useropt
iec16022-0.2.4/configure:1237:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
iec16022-0.2.4/configure-1238-    case $ac_user_opts in
##############################################
iec16022-0.2.4/configure-1269-  *=*)
iec16022-0.2.4/configure:1270:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
iec16022-0.2.4/configure-1271-    # Reject names that are not valid shell variable names.
##############################################
iec16022-0.2.4/configure-1290-if test -n "$ac_prev"; then
iec16022-0.2.4/configure:1291:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
iec16022-0.2.4/configure-1292-  as_fn_error "missing argument to $ac_option"
##############################################
iec16022-0.2.4/configure-1312-    */ )
iec16022-0.2.4/configure:1313:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
iec16022-0.2.4/configure-1314-      eval $ac_var=\$ac_val;;
##############################################
iec16022-0.2.4/configure-1349-ac_ls_di=`ls -di .` &&
iec16022-0.2.4/configure:1350:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
iec16022-0.2.4/configure-1351-  as_fn_error "working directory cannot be determined"
##############################################
iec16022-0.2.4/configure-1405-case $srcdir in
iec16022-0.2.4/configure:1406:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
iec16022-0.2.4/configure-1407-esac
##############################################
iec16022-0.2.4/configure-1448-By default, \`make install' will install all the files in
iec16022-0.2.4/configure:1449:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
iec16022-0.2.4/configure:1450:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
iec16022-0.2.4/configure-1451-for instance \`--prefix=\$HOME'.
##############################################
iec16022-0.2.4/configure-1547-*)
iec16022-0.2.4/configure:1548:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
iec16022-0.2.4/configure-1549-  # A ".." for each directory in $ac_dir_suffix.
iec16022-0.2.4/configure:1550:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
iec16022-0.2.4/configure-1551-  case $ac_top_builddir_sub in
##############################################
iec16022-0.2.4/configure-1944-    *\'*)
iec16022-0.2.4/configure:1945:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
iec16022-0.2.4/configure-1946-    esac
##############################################
iec16022-0.2.4/configure-2031-      case $ac_val in
iec16022-0.2.4/configure:2032:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
iec16022-0.2.4/configure-2033-      esac
##############################################
iec16022-0.2.4/configure-2048-	case $ac_val in
iec16022-0.2.4/configure:2049:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
iec16022-0.2.4/configure-2050-	esac
##############################################
iec16022-0.2.4/configure-2161-    set,)
iec16022-0.2.4/configure:2162:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
iec16022-0.2.4/configure:2163:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
iec16022-0.2.4/configure-2164-      ac_cache_corrupted=: ;;
##############################################
iec16022-0.2.4/configure-2172-	# differences in whitespace do not lead to failure.
iec16022-0.2.4/configure:2173:	ac_old_val_w=`echo x $ac_old_val`
iec16022-0.2.4/configure:2174:	ac_new_val_w=`echo x $ac_new_val`
iec16022-0.2.4/configure-2175-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
iec16022-0.2.4/configure-2192-    case $ac_new_val in
iec16022-0.2.4/configure:2193:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
iec16022-0.2.4/configure-2194-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
iec16022-0.2.4/configure-2361-if (
iec16022-0.2.4/configure:2362:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
iec16022-0.2.4/configure-2363-   if test "$*" = "X"; then
iec16022-0.2.4/configure-2364-      # -L didn't work.
iec16022-0.2.4/configure:2365:      set X `ls -t "$srcdir/configure" conftest.file`
iec16022-0.2.4/configure-2366-   fi
##############################################
iec16022-0.2.4/configure-2397-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
iec16022-0.2.4/configure:2398:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
iec16022-0.2.4/configure-2399-
iec16022-0.2.4/configure-2400-# expand $ac_aux_dir to an absolute path
iec16022-0.2.4/configure:2401:am_aux_dir=`cd $ac_aux_dir && pwd`
iec16022-0.2.4/configure-2402-
##############################################
iec16022-0.2.4/configure-2542-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
iec16022-0.2.4/configure:2543:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
iec16022-0.2.4/configure-2544-	     'mkdir (GNU coreutils) '* | \
##############################################
iec16022-0.2.4/configure-2621-set x ${MAKE-make}
iec16022-0.2.4/configure:2622:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
iec16022-0.2.4/configure-2623-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
iec16022-0.2.4/configure-2631-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
iec16022-0.2.4/configure:2632:case `${MAKE-make} -f conftest.make 2>/dev/null` in
iec16022-0.2.4/configure-2633-  *@@@%%%=?*=@@@%%%*)
##############################################
iec16022-0.2.4/configure-2658-
iec16022-0.2.4/configure:2659:if test "`cd $srcdir && pwd`" != "`pwd`"; then
iec16022-0.2.4/configure-2660-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
iec16022-0.2.4/configure-3117-$as_echo_n "checking for C compiler default output file name... " >&6; }
iec16022-0.2.4/configure:3118:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
iec16022-0.2.4/configure-3119-
##############################################
iec16022-0.2.4/configure-3161-	then :; else
iec16022-0.2.4/configure:3162:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
iec16022-0.2.4/configure-3163-	fi
##############################################
iec16022-0.2.4/configure-3255-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
iec16022-0.2.4/configure:3256:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
iec16022-0.2.4/configure-3257-	  break;;
##############################################
iec16022-0.2.4/configure-3305-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
iec16022-0.2.4/configure:3306:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
iec16022-0.2.4/configure-3307-       break;;
##############################################
iec16022-0.2.4/configure-3555-# Ignore all kinds of additional output from `make'.
iec16022-0.2.4/configure:3556:case `$am_make -s -f confmf 2> /dev/null` in #(
iec16022-0.2.4/configure-3557-*the\ am__doit\ target*)
##############################################
iec16022-0.2.4/configure-3565-   echo '.include "confinc"' > confmf
iec16022-0.2.4/configure:3566:   case `$am_make -s -f confmf 2> /dev/null` in #(
iec16022-0.2.4/configure-3567-   *the\ am__doit\ target*)
##############################################
iec16022-0.2.4/configure-3626-  if test "$am_compiler_list" = ""; then
iec16022-0.2.4/configure:3627:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
iec16022-0.2.4/configure-3628-  fi
##############################################
iec16022-0.2.4/configure-3839-set dummy $CC
iec16022-0.2.4/configure:3840:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
iec16022-0.2.4/configure-3841-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
iec16022-0.2.4/configure-3888-test "x$ac_build_alias" = x &&
iec16022-0.2.4/configure:3889:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
iec16022-0.2.4/configure-3890-test "x$ac_build_alias" = x &&
iec16022-0.2.4/configure-3891-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
iec16022-0.2.4/configure:3892:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
iec16022-0.2.4/configure-3893-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
iec16022-0.2.4/configure-3912-IFS=$ac_save_IFS
iec16022-0.2.4/configure:3913:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
iec16022-0.2.4/configure-3914-
##############################################
iec16022-0.2.4/configure-3923-else
iec16022-0.2.4/configure:3924:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
iec16022-0.2.4/configure-3925-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
iec16022-0.2.4/configure-3945-IFS=$ac_save_IFS
iec16022-0.2.4/configure:3946:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
iec16022-0.2.4/configure-3947-
##############################################
iec16022-0.2.4/configure-3973-  # Check for GNU $ac_path_SED
iec16022-0.2.4/configure:3974:case `"$ac_path_SED" --version 2>&1` in
iec16022-0.2.4/configure-3975-*GNU*)
##############################################
iec16022-0.2.4/configure-4049-  # Check for GNU $ac_path_GREP
iec16022-0.2.4/configure:4050:case `"$ac_path_GREP" --version 2>&1` in
iec16022-0.2.4/configure-4051-*GNU*)
##############################################
iec16022-0.2.4/configure-4115-  # Check for GNU $ac_path_EGREP
iec16022-0.2.4/configure:4116:case `"$ac_path_EGREP" --version 2>&1` in
iec16022-0.2.4/configure-4117-*GNU*)
##############################################
iec16022-0.2.4/configure-4182-  # Check for GNU $ac_path_FGREP
iec16022-0.2.4/configure:4183:case `"$ac_path_FGREP" --version 2>&1` in
iec16022-0.2.4/configure-4184-*GNU*)
##############################################
iec16022-0.2.4/configure-4262-    # gcc leaves a trailing carriage return which upsets mingw
iec16022-0.2.4/configure:4263:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
iec16022-0.2.4/configure-4264-  *)
iec16022-0.2.4/configure:4265:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
iec16022-0.2.4/configure-4266-  esac
##############################################
iec16022-0.2.4/configure-4271-      # Canonicalize the pathname of ld
iec16022-0.2.4/configure:4272:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
iec16022-0.2.4/configure-4273-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
iec16022-0.2.4/configure:4274:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
iec16022-0.2.4/configure-4275-      done
##############################################
iec16022-0.2.4/configure-4306-      # Break only if it was the GNU/non-GNU ld that we prefer.
iec16022-0.2.4/configure:4307:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
iec16022-0.2.4/configure-4308-      *GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/configure-4337-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
iec16022-0.2.4/configure:4338:case `$LD -v 2>&1 </dev/null` in
iec16022-0.2.4/configure-4339-*GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/configure-4382-	# Tru64's nm complains that /dev/null is an invalid object file
iec16022-0.2.4/configure:4383:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
iec16022-0.2.4/configure-4384-	*/dev/null* | *'Invalid file or object type'*)
##############################################
iec16022-0.2.4/configure-4388-	*)
iec16022-0.2.4/configure:4389:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
iec16022-0.2.4/configure-4390-	  */dev/null*)
##############################################
iec16022-0.2.4/configure-4611-    # And add a safety zone
iec16022-0.2.4/configure:4612:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
iec16022-0.2.4/configure:4613:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
iec16022-0.2.4/configure-4614-    ;;
##############################################
iec16022-0.2.4/configure-4639-    if test -n "$kargmax"; then
iec16022-0.2.4/configure:4640:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
iec16022-0.2.4/configure-4641-    else
##############################################
iec16022-0.2.4/configure-4647-    if test -n "$lt_cv_sys_max_cmd_len"; then
iec16022-0.2.4/configure:4648:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
iec16022-0.2.4/configure:4649:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
iec16022-0.2.4/configure-4650-    else
##############################################
iec16022-0.2.4/configure-4659-      # we can't tell.
iec16022-0.2.4/configure:4660:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
iec16022-0.2.4/configure-4661-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
iec16022-0.2.4/configure-4663-      do
iec16022-0.2.4/configure:4664:        i=`expr $i + 1`
iec16022-0.2.4/configure-4665-        teststring=$teststring$teststring
##############################################
iec16022-0.2.4/configure-4667-      # Only check the string length outside the loop.
iec16022-0.2.4/configure:4668:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
iec16022-0.2.4/configure-4669-      teststring=
##############################################
iec16022-0.2.4/configure-4672-      # linker.  It appears as though 1/2 is a usable value.
iec16022-0.2.4/configure:4673:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
iec16022-0.2.4/configure-4674-    fi
##############################################
iec16022-0.2.4/configure-5027-openbsd*)
iec16022-0.2.4/configure:5028:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/configure-5029-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
iec16022-0.2.4/configure-5516-# If we're using GNU nm, then use its standard symbol codes.
iec16022-0.2.4/configure:5517:case `$NM -V 2>&1` in
iec16022-0.2.4/configure-5518-*GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/configure-5534-mingw*)
iec16022-0.2.4/configure:5535:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
iec16022-0.2.4/configure-5536-  ;;
##############################################
iec16022-0.2.4/configure-5731-  test $ac_status = 0; }; then
iec16022-0.2.4/configure:5732:    case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/configure-5733-      *ELF-32*)
##############################################
iec16022-0.2.4/configure-5751-    if test "$lt_cv_prog_gnu_ld" = yes; then
iec16022-0.2.4/configure:5752:      case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/configure-5753-	*32-bit*)
##############################################
iec16022-0.2.4/configure-5763-    else
iec16022-0.2.4/configure:5764:      case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/configure-5765-	*32-bit*)
##############################################
iec16022-0.2.4/configure-6745-do :
iec16022-0.2.4/configure:6746:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
iec16022-0.2.4/configure-6747-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
iec16022-0.2.4/configure-6751-  cat >>confdefs.h <<_ACEOF
iec16022-0.2.4/configure:6752:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
iec16022-0.2.4/configure-6753-_ACEOF
##############################################
iec16022-0.2.4/configure-7045-done
iec16022-0.2.4/configure:7046:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
iec16022-0.2.4/configure-7047-
##############################################
iec16022-0.2.4/configure-7074-	"file_magic "*)
iec16022-0.2.4/configure:7075:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
iec16022-0.2.4/configure-7076-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
iec16022-0.2.4/configure-7140-	"file_magic "*)
iec16022-0.2.4/configure:7141:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
iec16022-0.2.4/configure-7142-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
iec16022-0.2.4/configure-7479-      *)
iec16022-0.2.4/configure:7480:	case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/configure-7481-	*Sun\ C*)
##############################################
iec16022-0.2.4/configure-7815-  if test "$hard_links" = no; then
iec16022-0.2.4/configure:7816:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
iec16022-0.2.4/configure:7817:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
iec16022-0.2.4/configure-7818-    need_locks=warn
##############################################
iec16022-0.2.4/configure-7911-    supports_anon_versioning=no
iec16022-0.2.4/configure:7912:    case `$LD -v 2>&1` in
iec16022-0.2.4/configure-7913-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
iec16022-0.2.4/configure-7976-	# is EXPORTS), use it as is; otherwise, prepend...
iec16022-0.2.4/configure:7977:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
iec16022-0.2.4/configure-7978-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
iec16022-0.2.4/configure-7999-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
iec16022-0.2.4/configure:8000:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
iec16022-0.2.4/configure:8001:      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'
iec16022-0.2.4/configure-8002-      ;;
##############################################
iec16022-0.2.4/configure-8017-        pgcc*)				# Portland Group C compiler
iec16022-0.2.4/configure:8018:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/configure-8019-	  tmp_addflag=' $pic_flag'
##############################################
iec16022-0.2.4/configure-8021-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
iec16022-0.2.4/configure:8022:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/configure-8023-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
iec16022-0.2.4/configure-8036-	esac
iec16022-0.2.4/configure:8037:	case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/configure-8038-	*Sun\ C*)			# Sun C 5.9
iec16022-0.2.4/configure:8039:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/configure-8040-	  compiler_needs_object=yes
##############################################
iec16022-0.2.4/configure-8105-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
iec16022-0.2.4/configure:8106:      case `$LD -v 2>&1` in
iec16022-0.2.4/configure-8107-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
iec16022-0.2.4/configure-8226-	# below for broken collect2 doesn't work under 4.3+
iec16022-0.2.4/configure:8227:	  collect2name=`${CC} -print-prog-name=collect2`
iec16022-0.2.4/configure-8228-	  if test -f "$collect2name" &&
##############################################
iec16022-0.2.4/configure-8294-    }'
iec16022-0.2.4/configure:8295:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/configure-8296-# Check for a 64-bit object if we didn't find anything.
iec16022-0.2.4/configure-8297-if test -z "$aix_libpath"; then
iec16022-0.2.4/configure:8298:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/configure-8299-fi
##############################################
iec16022-0.2.4/configure-8305-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
iec16022-0.2.4/configure:8306:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
iec16022-0.2.4/configure-8307-      else
##############################################
iec16022-0.2.4/configure-8334-    }'
iec16022-0.2.4/configure:8335:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/configure-8336-# Check for a 64-bit object if we didn't find anything.
iec16022-0.2.4/configure-8337-if test -z "$aix_libpath"; then
iec16022-0.2.4/configure:8338:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/configure-8339-fi
##############################################
iec16022-0.2.4/configure-8389-      # FIXME: Setting linknames here is a bad hack.
iec16022-0.2.4/configure:8390:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
iec16022-0.2.4/configure-8391-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
iec16022-0.2.4/configure-8394-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
iec16022-0.2.4/configure:8395:      fix_srcfile_path='`cygpath -w "$srcfile"`'
iec16022-0.2.4/configure-8396-      enable_shared_with_static_runtimes=yes
##############################################
iec16022-0.2.4/configure-8547-      if test "$GCC" = yes; then
iec16022-0.2.4/configure:8548:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure-8549-	# Try to use the -exported_symbol ld option, if it does not
##############################################
iec16022-0.2.4/configure-8558-if ac_fn_c_try_link "$LINENO"; then :
iec16022-0.2.4/configure:8559:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
iec16022-0.2.4/configure-8560-
##############################################
iec16022-0.2.4/configure-8565-      else
iec16022-0.2.4/configure:8566:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure:8567:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
iec16022-0.2.4/configure-8568-      fi
##############################################
iec16022-0.2.4/configure-8602-	hardcode_direct_absolute=yes
iec16022-0.2.4/configure:8603:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/configure-8604-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
iec16022-0.2.4/configure-8635-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
iec16022-0.2.4/configure:8636:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure-8637-      else
iec16022-0.2.4/configure-8638-	allow_undefined_flag=' -expect_unresolved \*'
iec16022-0.2.4/configure:8639:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure-8640-      fi
##############################################
iec16022-0.2.4/configure-8648-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
iec16022-0.2.4/configure:8649:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure-8650-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
iec16022-0.2.4/configure-8652-	allow_undefined_flag=' -expect_unresolved \*'
iec16022-0.2.4/configure:8653:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/configure:8654:	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~
iec16022-0.2.4/configure:8655:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
iec16022-0.2.4/configure-8656-
##############################################
iec16022-0.2.4/configure-8671-      else
iec16022-0.2.4/configure:8672:	case `$CC -V 2>&1` in
iec16022-0.2.4/configure-8673-	*"Compilers 5.0"*)
##############################################
iec16022-0.2.4/configure-9065-  esac
iec16022-0.2.4/configure:9066:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
iec16022-0.2.4/configure-9067-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
iec16022-0.2.4/configure-9071-    # okay in the real world where ";" in dirpaths is itself problematic.
iec16022-0.2.4/configure:9072:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
iec16022-0.2.4/configure-9073-  else
iec16022-0.2.4/configure:9074:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
iec16022-0.2.4/configure-9075-  fi
##############################################
iec16022-0.2.4/configure-9078-  lt_tmp_lt_search_path_spec=
iec16022-0.2.4/configure:9079:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
iec16022-0.2.4/configure-9080-  for lt_sys_path in $lt_search_path_spec; do
##############################################
iec16022-0.2.4/configure-9107-}'`
iec16022-0.2.4/configure:9108:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
iec16022-0.2.4/configure-9109-else
##############################################
iec16022-0.2.4/configure-9195-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
iec16022-0.2.4/configure:9196:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
iec16022-0.2.4/configure-9197-    ;;
##############################################
iec16022-0.2.4/configure-9230-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
iec16022-0.2.4/configure:9231:    postinstall_cmds='base_file=`basename \${file}`~
iec16022-0.2.4/configure:9232:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
iec16022-0.2.4/configure:9233:      dldir=$destdir/`dirname \$dlpath`~
iec16022-0.2.4/configure-9234-      test -d \$dldir || mkdir -p \$dldir~
##############################################
iec16022-0.2.4/configure-9239-      fi'
iec16022-0.2.4/configure:9240:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
iec16022-0.2.4/configure-9241-      dlpath=$dir/\$dldll~
##############################################
iec16022-0.2.4/configure-9247-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
iec16022-0.2.4/configure:9248:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/configure-9249-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
iec16022-0.2.4/configure-9252-      # MinGW DLLs use traditional 'lib' prefix
iec16022-0.2.4/configure:9253:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/configure:9254:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
iec16022-0.2.4/configure-9255-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
iec16022-0.2.4/configure-9261-        # which wouldn't understand a cygwinified path. Ahh.
iec16022-0.2.4/configure:9262:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
iec16022-0.2.4/configure-9263-      else
iec16022-0.2.4/configure:9264:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
iec16022-0.2.4/configure-9265-      fi
##############################################
iec16022-0.2.4/configure-9268-      # pw32 DLLs use 'pw' prefix rather than 'lib'
iec16022-0.2.4/configure:9269:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/configure-9270-      ;;
##############################################
iec16022-0.2.4/configure-9274-  *)
iec16022-0.2.4/configure:9275:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
iec16022-0.2.4/configure-9276-    ;;
##############################################
iec16022-0.2.4/configure-9291-  shlibpath_var=DYLD_LIBRARY_PATH
iec16022-0.2.4/configure:9292:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
iec16022-0.2.4/configure-9293-
##############################################
iec16022-0.2.4/configure-9507-  if test -f /etc/ld.so.conf; then
iec16022-0.2.4/configure:9508:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
iec16022-0.2.4/configure-9509-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
iec16022-0.2.4/configure-9581-  shlibpath_var=LD_LIBRARY_PATH
iec16022-0.2.4/configure:9582:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/configure-9583-    case $host_os in
##############################################
iec16022-0.2.4/configure-10796-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
iec16022-0.2.4/configure:10797:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
iec16022-0.2.4/configure-10798-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
iec16022-0.2.4/configure-10883-if test -z "$BASH_VERSION$ZSH_VERSION" \
iec16022-0.2.4/configure:10884:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
iec16022-0.2.4/configure-10885-  as_echo='print -r --'
iec16022-0.2.4/configure-10886-  as_echo_n='print -rn --'
iec16022-0.2.4/configure:10887:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
iec16022-0.2.4/configure-10888-  as_echo='printf %s\n'
##############################################
iec16022-0.2.4/configure-10890-else
iec16022-0.2.4/configure:10891:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
iec16022-0.2.4/configure-10892-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
iec16022-0.2.4/configure-10900-	expr "X$arg" : "X\\(.*\\)$as_nl";
iec16022-0.2.4/configure:10901:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
iec16022-0.2.4/configure-10902-      esac;
##############################################
iec16022-0.2.4/configure-10976-# ---------------------------------
iec16022-0.2.4/configure:10977:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
iec16022-0.2.4/configure-10978-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
iec16022-0.2.4/configure-11048-  {
iec16022-0.2.4/configure:11049:    as_val=`expr "$@" || test $? -eq 1`
iec16022-0.2.4/configure-11050-  }
##############################################
iec16022-0.2.4/configure-11152-      case $as_dir in #(
iec16022-0.2.4/configure:11153:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
iec16022-0.2.4/configure-11154-      *) as_qdir=$as_dir;;
##############################################
iec16022-0.2.4/configure-11209-	esac;
iec16022-0.2.4/configure:11210:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
iec16022-0.2.4/configure-11211-	???[sx]*):;;*)false;;esac;fi
##############################################
iec16022-0.2.4/configure-11301-configured by $0, generated by GNU Autoconf 2.64,
iec16022-0.2.4/configure:11302:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
iec16022-0.2.4/configure-11303-
##############################################
iec16022-0.2.4/configure-11322-  --*=*)
iec16022-0.2.4/configure:11323:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
iec16022-0.2.4/configure:11324:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
iec16022-0.2.4/configure-11325-    ac_shift=:
##############################################
iec16022-0.2.4/configure-11344-    case $ac_optarg in
iec16022-0.2.4/configure:11345:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
iec16022-0.2.4/configure-11346-    esac
##############################################
iec16022-0.2.4/configure-11351-    case $ac_optarg in
iec16022-0.2.4/configure:11352:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
iec16022-0.2.4/configure-11353-    esac
##############################################
iec16022-0.2.4/configure-11420-delay_variable_subst='$delay_variable_subst'
iec16022-0.2.4/configure:11421:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11422:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11423:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11424:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11425:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11426:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11427:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11428:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11429:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11430:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11431:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11432:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11433:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11434:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11435:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11436:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11437:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11438:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11439:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11440:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11441:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11442:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11443:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11444:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11445:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11446:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11447:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11448:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11449:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11450:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11451:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11452:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11453:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11454:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11455:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11456:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11457:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11458:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11459:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11460:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11461:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11462:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11463:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11464:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11465:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11466:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11467:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11468:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11469:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11470:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11471:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11472:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11473:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11474:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11475:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11476:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11477:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11478:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11479:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11480:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11481:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11482:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11483:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11484:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11485:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11486:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11487:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11488:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11489:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11490:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11491:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11492:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11493:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11494:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11495:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11496:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11497:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11498:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11499:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11500:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11501:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11502:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11503:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11504:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11505:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11506:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11507:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11508:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11509:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11510:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11511:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11512:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11513:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11514:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11515:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11516:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11517:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11518:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11519:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11520:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11521:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11522:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11523:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11524:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11525:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11526:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11527:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11528:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11529:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11530:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11531:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11532:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11533:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11534:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11535:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11536:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11537:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure:11538:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/configure-11539-
##############################################
iec16022-0.2.4/configure-11602-striplib; do
iec16022-0.2.4/configure:11603:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
iec16022-0.2.4/configure-11604-    *[\\\\\\\`\\"\\\$]*)
iec16022-0.2.4/configure:11605:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
iec16022-0.2.4/configure-11606-      ;;
##############################################
iec16022-0.2.4/configure-11631-sys_lib_dlsearch_path_spec; do
iec16022-0.2.4/configure:11632:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
iec16022-0.2.4/configure-11633-    *[\\\\\\\`\\"\\\$]*)
iec16022-0.2.4/configure:11634:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
iec16022-0.2.4/configure-11635-      ;;
##############################################
iec16022-0.2.4/configure-11643-case \$lt_ECHO in
iec16022-0.2.4/configure:11644:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
iec16022-0.2.4/configure-11645-  ;;
##############################################
iec16022-0.2.4/configure-11735-fi
iec16022-0.2.4/configure:11736:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
iec16022-0.2.4/configure-11737-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
iec16022-0.2.4/configure-11752-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
iec16022-0.2.4/configure:11753:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
iec16022-0.2.4/configure-11754-ac_delim='%!_!# '
##############################################
iec16022-0.2.4/configure-11758-
iec16022-0.2.4/configure:11759:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
iec16022-0.2.4/configure-11760-  if test $ac_delim_n = $ac_delim_num; then
##############################################
iec16022-0.2.4/configure-11888-for ac_last_try in false false :; do
iec16022-0.2.4/configure:11889:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
iec16022-0.2.4/configure-11890-  if test -z "$ac_t"; then
##############################################
iec16022-0.2.4/configure-12020-      esac
iec16022-0.2.4/configure:12021:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
iec16022-0.2.4/configure-12022-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
iec16022-0.2.4/configure-12079-*)
iec16022-0.2.4/configure:12080:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
iec16022-0.2.4/configure-12081-  # A ".." for each directory in $ac_dir_suffix.
iec16022-0.2.4/configure:12082:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
iec16022-0.2.4/configure-12083-  case $ac_top_builddir_sub in
##############################################
iec16022-0.2.4/configure-12140-/@mandir@/p'
iec16022-0.2.4/configure:12141:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
iec16022-0.2.4/configure-12142-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
iec16022-0.2.4/configure-12157-
iec16022-0.2.4/configure:12158:# Neutralize VPATH when `$srcdir' = `.'.
iec16022-0.2.4/configure-12159-# Shell code in configure.ac might set extrasub.
##############################################
iec16022-0.2.4/configure-12185-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
iec16022-0.2.4/configure:12186:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
iec16022-0.2.4/configure:12187:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
iec16022-0.2.4/configure-12188-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
iec16022-0.2.4/configure-12230-    * )
iec16022-0.2.4/configure:12231:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
iec16022-0.2.4/configure-12232-  esac
##############################################
iec16022-0.2.4/configure-12277-    # Strip MF so we end up with the name of the file.
iec16022-0.2.4/configure:12278:    mf=`echo "$mf" | sed -e 's/:.*$//'`
iec16022-0.2.4/configure-12279-    # Check whether this is an Automake generated Makefile or not.
##############################################
iec16022-0.2.4/configure-12314-    # from the Makefile without running `make'.
iec16022-0.2.4/configure:12315:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
iec16022-0.2.4/configure-12316-    test -z "$DEPDIR" && continue
iec16022-0.2.4/configure:12317:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
iec16022-0.2.4/configure-12318-    test -z "am__include" && continue
iec16022-0.2.4/configure:12319:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
iec16022-0.2.4/configure-12320-    # When using ansi2knr, U may be empty or an underscore; expand it
iec16022-0.2.4/configure:12321:    U=`sed -n 's/^U = //p' < "$mf"`
iec16022-0.2.4/configure-12322-    # Find all dependency output files, they are included files with
##############################################
iec16022-0.2.4/configure-12375-
iec16022-0.2.4/configure:12376:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
iec16022-0.2.4/configure-12377-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
iec16022-0.2.4/configure-12890-  # Extract subdirectory from the argument.
iec16022-0.2.4/configure:12891:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
iec16022-0.2.4/configure-12892-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
iec16022-0.2.4/configure-12901-{
iec16022-0.2.4/configure:12902:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
iec16022-0.2.4/configure-12903-}
##############################################
iec16022-0.2.4/configure-12928-{
iec16022-0.2.4/configure:12929:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
iec16022-0.2.4/configure:12930:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
iec16022-0.2.4/configure-12931-}
##############################################
iec16022-0.2.4/configure-12935-{
iec16022-0.2.4/configure:12936:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
iec16022-0.2.4/configure-12937-}
##############################################
iec16022-0.2.4/configure-12941-{
iec16022-0.2.4/configure:12942:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
iec16022-0.2.4/configure-12943-}
##############################################
iec16022-0.2.4/configure-12947-{
iec16022-0.2.4/configure:12948:  func_arith_result=`expr "$@"`
iec16022-0.2.4/configure-12949-}
##############################################
iec16022-0.2.4/configure-12954-{
iec16022-0.2.4/configure:12955:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
iec16022-0.2.4/configure-12956-}
##############################################
iec16022-0.2.4/aclocal.m4-141-done
iec16022-0.2.4/aclocal.m4:142:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
iec16022-0.2.4/aclocal.m4-143-])
##############################################
iec16022-0.2.4/aclocal.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE],
iec16022-0.2.4/aclocal.m4:426:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
iec16022-0.2.4/aclocal.m4-427-
##############################################
iec16022-0.2.4/aclocal.m4-435-#
iec16022-0.2.4/aclocal.m4:436:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
iec16022-0.2.4/aclocal.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
iec16022-0.2.4/aclocal.m4-537-]], lt_decl_quote_varnames); do
iec16022-0.2.4/aclocal.m4:538:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
iec16022-0.2.4/aclocal.m4-539-    *[[\\\\\\\`\\"\\\$]]*)
iec16022-0.2.4/aclocal.m4:540:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
iec16022-0.2.4/aclocal.m4-541-      ;;
##############################################
iec16022-0.2.4/aclocal.m4-550-]], lt_decl_dquote_varnames); do
iec16022-0.2.4/aclocal.m4:551:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
iec16022-0.2.4/aclocal.m4-552-    *[[\\\\\\\`\\"\\\$]]*)
iec16022-0.2.4/aclocal.m4:553:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
iec16022-0.2.4/aclocal.m4-554-      ;;
##############################################
iec16022-0.2.4/aclocal.m4-563-*'\\\[$]0 --fallback-echo"')dnl "
iec16022-0.2.4/aclocal.m4:564:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
iec16022-0.2.4/aclocal.m4-565-  ;;
##############################################
iec16022-0.2.4/aclocal.m4-699-
iec16022-0.2.4/aclocal.m4:700:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
iec16022-0.2.4/aclocal.m4-701-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
iec16022-0.2.4/aclocal.m4-1046-    }'
iec16022-0.2.4/aclocal.m4:1047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/aclocal.m4-1048-# Check for a 64-bit object if we didn't find anything.
iec16022-0.2.4/aclocal.m4-1049-if test -z "$aix_libpath"; then
iec16022-0.2.4/aclocal.m4:1050:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
iec16022-0.2.4/aclocal.m4-1051-fi],[])
##############################################
iec16022-0.2.4/aclocal.m4-1078-  # Remove one level of quotation (which was required for Make).
iec16022-0.2.4/aclocal.m4:1079:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
iec16022-0.2.4/aclocal.m4-1080-  ;;
##############################################
iec16022-0.2.4/aclocal.m4-1089-  :
iec16022-0.2.4/aclocal.m4:1090:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
iec16022-0.2.4/aclocal.m4-1091-  # Yippee, $ECHO works!
##############################################
iec16022-0.2.4/aclocal.m4-1115-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
iec16022-0.2.4/aclocal.m4:1116:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
iec16022-0.2.4/aclocal.m4-1117-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
iec16022-0.2.4/aclocal.m4-1123-
iec16022-0.2.4/aclocal.m4:1124:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1125:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1126-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1138-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
iec16022-0.2.4/aclocal.m4:1139:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1140:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1141-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1150-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1151:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1152-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1165-        ECHO='printf %s\n'
iec16022-0.2.4/aclocal.m4:1166:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1167:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1168-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1170-	  :
iec16022-0.2.4/aclocal.m4:1171:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1172-	     test "X$echo_testing_string" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1173:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1174-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1179-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
iec16022-0.2.4/aclocal.m4:1180:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1181-	     test "X$echo_testing_string" = 'X\t' &&
iec16022-0.2.4/aclocal.m4:1182:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
iec16022-0.2.4/aclocal.m4-1183-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
iec16022-0.2.4/aclocal.m4-1189-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
iec16022-0.2.4/aclocal.m4:1190:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
iec16022-0.2.4/aclocal.m4-1191-	    then
##############################################
iec16022-0.2.4/aclocal.m4-1197-	  if test "$prev" != 'sed 50q "[$]0"'; then
iec16022-0.2.4/aclocal.m4:1198:	    echo_test_string=`eval $prev`
iec16022-0.2.4/aclocal.m4-1199-	    export echo_test_string
##############################################
iec16022-0.2.4/aclocal.m4-1240-  if AC_TRY_EVAL(ac_compile); then
iec16022-0.2.4/aclocal.m4:1241:    case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/aclocal.m4-1242-      *ELF-32*)
##############################################
iec16022-0.2.4/aclocal.m4-1256-    if test "$lt_cv_prog_gnu_ld" = yes; then
iec16022-0.2.4/aclocal.m4:1257:      case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/aclocal.m4-1258-	*32-bit*)
##############################################
iec16022-0.2.4/aclocal.m4-1268-    else
iec16022-0.2.4/aclocal.m4:1269:      case `/usr/bin/file conftest.$ac_objext` in
iec16022-0.2.4/aclocal.m4-1270-	*32-bit*)
##############################################
iec16022-0.2.4/aclocal.m4-1560-    # And add a safety zone
iec16022-0.2.4/aclocal.m4:1561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
iec16022-0.2.4/aclocal.m4:1562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
iec16022-0.2.4/aclocal.m4-1563-    ;;
##############################################
iec16022-0.2.4/aclocal.m4-1588-    if test -n "$kargmax"; then
iec16022-0.2.4/aclocal.m4:1589:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
iec16022-0.2.4/aclocal.m4-1590-    else
##############################################
iec16022-0.2.4/aclocal.m4-1596-    if test -n "$lt_cv_sys_max_cmd_len"; then
iec16022-0.2.4/aclocal.m4:1597:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
iec16022-0.2.4/aclocal.m4:1598:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
iec16022-0.2.4/aclocal.m4-1599-    else
##############################################
iec16022-0.2.4/aclocal.m4-1608-      # we can't tell.
iec16022-0.2.4/aclocal.m4:1609:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
iec16022-0.2.4/aclocal.m4-1610-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
iec16022-0.2.4/aclocal.m4-1612-      do
iec16022-0.2.4/aclocal.m4:1613:        i=`expr $i + 1`
iec16022-0.2.4/aclocal.m4-1614-        teststring=$teststring$teststring
##############################################
iec16022-0.2.4/aclocal.m4-1616-      # Only check the string length outside the loop.
iec16022-0.2.4/aclocal.m4:1617:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
iec16022-0.2.4/aclocal.m4-1618-      teststring=
##############################################
iec16022-0.2.4/aclocal.m4-1621-      # linker.  It appears as though 1/2 is a usable value.
iec16022-0.2.4/aclocal.m4:1622:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
iec16022-0.2.4/aclocal.m4-1623-    fi
##############################################
iec16022-0.2.4/aclocal.m4-1936-  if test "$hard_links" = no; then
iec16022-0.2.4/aclocal.m4:1937:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
iec16022-0.2.4/aclocal.m4-1938-    need_locks=warn
##############################################
iec16022-0.2.4/aclocal.m4-2062-  esac
iec16022-0.2.4/aclocal.m4:2063:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
iec16022-0.2.4/aclocal.m4-2064-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
iec16022-0.2.4/aclocal.m4-2068-    # okay in the real world where ";" in dirpaths is itself problematic.
iec16022-0.2.4/aclocal.m4:2069:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
iec16022-0.2.4/aclocal.m4-2070-  else
iec16022-0.2.4/aclocal.m4:2071:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
iec16022-0.2.4/aclocal.m4-2072-  fi
##############################################
iec16022-0.2.4/aclocal.m4-2075-  lt_tmp_lt_search_path_spec=
iec16022-0.2.4/aclocal.m4:2076:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
iec16022-0.2.4/aclocal.m4-2077-  for lt_sys_path in $lt_search_path_spec; do
##############################################
iec16022-0.2.4/aclocal.m4-2104-}'`
iec16022-0.2.4/aclocal.m4:2105:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
iec16022-0.2.4/aclocal.m4-2106-else
##############################################
iec16022-0.2.4/aclocal.m4-2192-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
iec16022-0.2.4/aclocal.m4:2193:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
iec16022-0.2.4/aclocal.m4-2194-    ;;
##############################################
iec16022-0.2.4/aclocal.m4-2227-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
iec16022-0.2.4/aclocal.m4:2228:    postinstall_cmds='base_file=`basename \${file}`~
iec16022-0.2.4/aclocal.m4:2229:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
iec16022-0.2.4/aclocal.m4:2230:      dldir=$destdir/`dirname \$dlpath`~
iec16022-0.2.4/aclocal.m4-2231-      test -d \$dldir || mkdir -p \$dldir~
##############################################
iec16022-0.2.4/aclocal.m4-2236-      fi'
iec16022-0.2.4/aclocal.m4:2237:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
iec16022-0.2.4/aclocal.m4-2238-      dlpath=$dir/\$dldll~
##############################################
iec16022-0.2.4/aclocal.m4-2244-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
iec16022-0.2.4/aclocal.m4:2245:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/aclocal.m4-2246-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
iec16022-0.2.4/aclocal.m4-2249-      # MinGW DLLs use traditional 'lib' prefix
iec16022-0.2.4/aclocal.m4:2250:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/aclocal.m4:2251:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
iec16022-0.2.4/aclocal.m4-2252-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
iec16022-0.2.4/aclocal.m4-2258-        # which wouldn't understand a cygwinified path. Ahh.
iec16022-0.2.4/aclocal.m4:2259:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
iec16022-0.2.4/aclocal.m4-2260-      else
iec16022-0.2.4/aclocal.m4:2261:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
iec16022-0.2.4/aclocal.m4-2262-      fi
##############################################
iec16022-0.2.4/aclocal.m4-2265-      # pw32 DLLs use 'pw' prefix rather than 'lib'
iec16022-0.2.4/aclocal.m4:2266:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
iec16022-0.2.4/aclocal.m4-2267-      ;;
##############################################
iec16022-0.2.4/aclocal.m4-2271-  *)
iec16022-0.2.4/aclocal.m4:2272:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
iec16022-0.2.4/aclocal.m4-2273-    ;;
##############################################
iec16022-0.2.4/aclocal.m4-2288-  shlibpath_var=DYLD_LIBRARY_PATH
iec16022-0.2.4/aclocal.m4:2289:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
iec16022-0.2.4/aclocal.m4-2290-m4_if([$1], [],[
##############################################
iec16022-0.2.4/aclocal.m4-2489-  if test -f /etc/ld.so.conf; then
iec16022-0.2.4/aclocal.m4:2490:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
iec16022-0.2.4/aclocal.m4-2491-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
iec16022-0.2.4/aclocal.m4-2563-  shlibpath_var=LD_LIBRARY_PATH
iec16022-0.2.4/aclocal.m4:2564:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/aclocal.m4-2565-    case $host_os in
##############################################
iec16022-0.2.4/aclocal.m4-2778-	"file_magic "*)
iec16022-0.2.4/aclocal.m4:2779:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
iec16022-0.2.4/aclocal.m4-2780-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
iec16022-0.2.4/aclocal.m4-2860-    # gcc leaves a trailing carriage return which upsets mingw
iec16022-0.2.4/aclocal.m4:2861:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
iec16022-0.2.4/aclocal.m4-2862-  *)
iec16022-0.2.4/aclocal.m4:2863:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
iec16022-0.2.4/aclocal.m4-2864-  esac
##############################################
iec16022-0.2.4/aclocal.m4-2869-      # Canonicalize the pathname of ld
iec16022-0.2.4/aclocal.m4:2870:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
iec16022-0.2.4/aclocal.m4-2871-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
iec16022-0.2.4/aclocal.m4:2872:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
iec16022-0.2.4/aclocal.m4-2873-      done
##############################################
iec16022-0.2.4/aclocal.m4-2900-      # Break only if it was the GNU/non-GNU ld that we prefer.
iec16022-0.2.4/aclocal.m4:2901:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
iec16022-0.2.4/aclocal.m4-2902-      *GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/aclocal.m4-2940-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
iec16022-0.2.4/aclocal.m4:2941:case `$LD -v 2>&1 </dev/null` in
iec16022-0.2.4/aclocal.m4-2942-*GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/aclocal.m4-3124-openbsd*)
iec16022-0.2.4/aclocal.m4:3125:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/aclocal.m4-3126-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
iec16022-0.2.4/aclocal.m4-3215-	# Tru64's nm complains that /dev/null is an invalid object file
iec16022-0.2.4/aclocal.m4:3216:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
iec16022-0.2.4/aclocal.m4-3217-	*/dev/null* | *'Invalid file or object type'*)
##############################################
iec16022-0.2.4/aclocal.m4-3221-	*)
iec16022-0.2.4/aclocal.m4:3222:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
iec16022-0.2.4/aclocal.m4-3223-	  */dev/null*)
##############################################
iec16022-0.2.4/aclocal.m4-3386-# If we're using GNU nm, then use its standard symbol codes.
iec16022-0.2.4/aclocal.m4:3387:case `$NM -V 2>&1` in
iec16022-0.2.4/aclocal.m4-3388-*GNU* | *'with BFD'*)
##############################################
iec16022-0.2.4/aclocal.m4-3404-mingw*)
iec16022-0.2.4/aclocal.m4:3405:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
iec16022-0.2.4/aclocal.m4-3406-  ;;
##############################################
iec16022-0.2.4/aclocal.m4-3455-    nlist=conftest.nm
iec16022-0.2.4/aclocal.m4:3456:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
iec16022-0.2.4/aclocal.m4-3457-      # Try sorting and uniquifying the output.
##############################################
iec16022-0.2.4/aclocal.m4-3762-	  *)
iec16022-0.2.4/aclocal.m4:3763:	    case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/aclocal.m4-3764-	    *Sun\ C*)
##############################################
iec16022-0.2.4/aclocal.m4-4046-      *)
iec16022-0.2.4/aclocal.m4:4047:	case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/aclocal.m4-4048-	*Sun\ C*)
##############################################
iec16022-0.2.4/aclocal.m4-4301-    supports_anon_versioning=no
iec16022-0.2.4/aclocal.m4:4302:    case `$LD -v 2>&1` in
iec16022-0.2.4/aclocal.m4-4303-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
iec16022-0.2.4/aclocal.m4-4366-	# is EXPORTS), use it as is; otherwise, prepend...
iec16022-0.2.4/aclocal.m4:4367:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
iec16022-0.2.4/aclocal.m4-4368-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
iec16022-0.2.4/aclocal.m4-4389-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
iec16022-0.2.4/aclocal.m4:4390:      _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'
iec16022-0.2.4/aclocal.m4:4391:      _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'
iec16022-0.2.4/aclocal.m4-4392-      ;;
##############################################
iec16022-0.2.4/aclocal.m4-4407-        pgcc*)				# Portland Group C compiler
iec16022-0.2.4/aclocal.m4:4408:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/aclocal.m4-4409-	  tmp_addflag=' $pic_flag'
##############################################
iec16022-0.2.4/aclocal.m4-4411-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
iec16022-0.2.4/aclocal.m4:4412:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/aclocal.m4-4413-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
iec16022-0.2.4/aclocal.m4-4426-	esac
iec16022-0.2.4/aclocal.m4:4427:	case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/aclocal.m4-4428-	*Sun\ C*)			# Sun C 5.9
iec16022-0.2.4/aclocal.m4:4429:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/aclocal.m4-4430-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
iec16022-0.2.4/aclocal.m4-4495-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
iec16022-0.2.4/aclocal.m4:4496:      case `$LD -v 2>&1` in
iec16022-0.2.4/aclocal.m4-4497-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
iec16022-0.2.4/aclocal.m4-4616-	# below for broken collect2 doesn't work under 4.3+
iec16022-0.2.4/aclocal.m4:4617:	  collect2name=`${CC} -print-prog-name=collect2`
iec16022-0.2.4/aclocal.m4-4618-	  if test -f "$collect2name" &&
##############################################
iec16022-0.2.4/aclocal.m4-4666-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
iec16022-0.2.4/aclocal.m4:4667:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
iec16022-0.2.4/aclocal.m4-4668-      else
##############################################
iec16022-0.2.4/aclocal.m4-4721-      # FIXME: Setting linknames here is a bad hack.
iec16022-0.2.4/aclocal.m4:4722:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
iec16022-0.2.4/aclocal.m4-4723-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
iec16022-0.2.4/aclocal.m4-4726-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
iec16022-0.2.4/aclocal.m4:4727:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
iec16022-0.2.4/aclocal.m4-4728-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
iec16022-0.2.4/aclocal.m4-4856-      if test "$GCC" = yes; then
iec16022-0.2.4/aclocal.m4:4857:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-4858-	# Try to use the -exported_symbol ld option, if it does not
##############################################
iec16022-0.2.4/aclocal.m4-4863-        AC_LINK_IFELSE(int foo(void) {},
iec16022-0.2.4/aclocal.m4:4864:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
iec16022-0.2.4/aclocal.m4-4865-        )
##############################################
iec16022-0.2.4/aclocal.m4-4867-      else
iec16022-0.2.4/aclocal.m4:4868:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4:4869:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
iec16022-0.2.4/aclocal.m4-4870-      fi
##############################################
iec16022-0.2.4/aclocal.m4-4904-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
iec16022-0.2.4/aclocal.m4:4905:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/aclocal.m4-4906-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
iec16022-0.2.4/aclocal.m4-4937-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
iec16022-0.2.4/aclocal.m4:4938:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-4939-      else
iec16022-0.2.4/aclocal.m4-4940-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
iec16022-0.2.4/aclocal.m4:4941:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-4942-      fi
##############################################
iec16022-0.2.4/aclocal.m4-4950-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
iec16022-0.2.4/aclocal.m4:4951:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-4952-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
iec16022-0.2.4/aclocal.m4-4954-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
iec16022-0.2.4/aclocal.m4:4955:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4:4956:	_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~
iec16022-0.2.4/aclocal.m4:4957:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
iec16022-0.2.4/aclocal.m4-4958-
##############################################
iec16022-0.2.4/aclocal.m4-4973-      else
iec16022-0.2.4/aclocal.m4:4974:	case `$CC -V 2>&1` in
iec16022-0.2.4/aclocal.m4-4975-	*"Compilers 5.0"*)
##############################################
iec16022-0.2.4/aclocal.m4-5165-        _LT_TAGVAR(allow_undefined_flag, $1)=
iec16022-0.2.4/aclocal.m4:5166:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
iec16022-0.2.4/aclocal.m4-5167-        then
##############################################
iec16022-0.2.4/aclocal.m4-5475-        # ancient GNU ld didn't support --whole-archive et. al.
iec16022-0.2.4/aclocal.m4:5476:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
iec16022-0.2.4/aclocal.m4-5477-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
iec16022-0.2.4/aclocal.m4-5558-          # below for broken collect2 doesn't work under 4.3+
iec16022-0.2.4/aclocal.m4:5559:	  collect2name=`${CC} -print-prog-name=collect2`
iec16022-0.2.4/aclocal.m4-5560-	  if test -f "$collect2name" &&
##############################################
iec16022-0.2.4/aclocal.m4-5608-
iec16022-0.2.4/aclocal.m4:5609:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
iec16022-0.2.4/aclocal.m4-5610-        else
##############################################
iec16022-0.2.4/aclocal.m4-5665-          # is EXPORTS), use it as is; otherwise, prepend...
iec16022-0.2.4/aclocal.m4:5666:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
iec16022-0.2.4/aclocal.m4-5667-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
iec16022-0.2.4/aclocal.m4-5741-            # dependencies.
iec16022-0.2.4/aclocal.m4:5742:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
iec16022-0.2.4/aclocal.m4-5743-            ;;
##############################################
iec16022-0.2.4/aclocal.m4-5806-	    # dependencies.
iec16022-0.2.4/aclocal.m4:5807:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
iec16022-0.2.4/aclocal.m4-5808-	    ;;
##############################################
iec16022-0.2.4/aclocal.m4-5842-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
iec16022-0.2.4/aclocal.m4:5843:	_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'
iec16022-0.2.4/aclocal.m4:5844:	_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'
iec16022-0.2.4/aclocal.m4-5845-	;;
##############################################
iec16022-0.2.4/aclocal.m4-5849-	    # SGI C++
iec16022-0.2.4/aclocal.m4:5850:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-5851-
##############################################
iec16022-0.2.4/aclocal.m4-5860-	      if test "$with_gnu_ld" = no; then
iec16022-0.2.4/aclocal.m4:5861:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-5862-	      else
iec16022-0.2.4/aclocal.m4:5863:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
iec16022-0.2.4/aclocal.m4-5864-	      fi
##############################################
iec16022-0.2.4/aclocal.m4-5881-	    # to its proper name (with version) after linking.
iec16022-0.2.4/aclocal.m4:5882:	    _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'
iec16022-0.2.4/aclocal.m4:5883:	    _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'
iec16022-0.2.4/aclocal.m4-5884-	    # Commands to make compiler produce verbose output that lists
##############################################
iec16022-0.2.4/aclocal.m4-5891-	    # dependencies.
iec16022-0.2.4/aclocal.m4:5892:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
iec16022-0.2.4/aclocal.m4-5893-
##############################################
iec16022-0.2.4/aclocal.m4-5906-	    # earlier do not add the objects themselves.
iec16022-0.2.4/aclocal.m4:5907:	    case `$CC -V 2>&1` in
iec16022-0.2.4/aclocal.m4-5908-	      *"Version 7."*)
##############################################
iec16022-0.2.4/aclocal.m4-5927-            # Portland Group C++ compiler
iec16022-0.2.4/aclocal.m4:5928:	    case `$CC -V` in
iec16022-0.2.4/aclocal.m4-5929-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
iec16022-0.2.4/aclocal.m4-5932-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
iec16022-0.2.4/aclocal.m4:5933:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
iec16022-0.2.4/aclocal.m4-5934-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
iec16022-0.2.4/aclocal.m4-5936-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
iec16022-0.2.4/aclocal.m4:5937:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
iec16022-0.2.4/aclocal.m4-5938-		$RANLIB $oldlib'
##############################################
iec16022-0.2.4/aclocal.m4-5941-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
iec16022-0.2.4/aclocal.m4:5942:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
iec16022-0.2.4/aclocal.m4-5943-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
iec16022-0.2.4/aclocal.m4-5945-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
iec16022-0.2.4/aclocal.m4:5946:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
iec16022-0.2.4/aclocal.m4-5947-	      ;;
##############################################
iec16022-0.2.4/aclocal.m4-5955-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
iec16022-0.2.4/aclocal.m4:5956:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/aclocal.m4-5957-            ;;
##############################################
iec16022-0.2.4/aclocal.m4-5974-	    # dependencies.
iec16022-0.2.4/aclocal.m4:5975:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
iec16022-0.2.4/aclocal.m4-5976-	    ;;
##############################################
iec16022-0.2.4/aclocal.m4-5989-	  *)
iec16022-0.2.4/aclocal.m4:5990:	    case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/aclocal.m4-5991-	    *Sun\ C*)
##############################################
iec16022-0.2.4/aclocal.m4-5996-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
iec16022-0.2.4/aclocal.m4:5997:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
iec16022-0.2.4/aclocal.m4-5998-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
iec16022-0.2.4/aclocal.m4-6066-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
iec16022-0.2.4/aclocal.m4:6067:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
iec16022-0.2.4/aclocal.m4-6068-	    _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'
##############################################
iec16022-0.2.4/aclocal.m4-6085-	    # to its proper name (with version) after linking.
iec16022-0.2.4/aclocal.m4:6086:	    _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'
iec16022-0.2.4/aclocal.m4-6087-
##############################################
iec16022-0.2.4/aclocal.m4-6106-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
iec16022-0.2.4/aclocal.m4:6107:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-6108-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
iec16022-0.2.4/aclocal.m4-6111-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
iec16022-0.2.4/aclocal.m4:6112:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4:6113:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
iec16022-0.2.4/aclocal.m4-6114-	          echo "-hidden">> $lib.exp~
iec16022-0.2.4/aclocal.m4:6115:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
iec16022-0.2.4/aclocal.m4-6116-	          $RM $lib.exp'
##############################################
iec16022-0.2.4/aclocal.m4-6130-	    # dependencies.
iec16022-0.2.4/aclocal.m4:6131:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
iec16022-0.2.4/aclocal.m4-6132-	    ;;
##############################################
iec16022-0.2.4/aclocal.m4-6137-	        osf3*)
iec16022-0.2.4/aclocal.m4:6138:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-6139-		  ;;
iec16022-0.2.4/aclocal.m4-6140-	        *)
iec16022-0.2.4/aclocal.m4:6141:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
iec16022-0.2.4/aclocal.m4-6142-		  ;;
##############################################
iec16022-0.2.4/aclocal.m4-6436-
iec16022-0.2.4/aclocal.m4:6437:  for p in `eval "$output_verbose_link_cmd"`; do
iec16022-0.2.4/aclocal.m4-6438-    case $p in
##############################################
iec16022-0.2.4/aclocal.m4-6522-linux*)
iec16022-0.2.4/aclocal.m4:6523:  case `$CC -V 2>&1 | sed 5q` in
iec16022-0.2.4/aclocal.m4-6524-  *Sun\ C*)
##############################################
iec16022-0.2.4/aclocal.m4-6573-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
iec16022-0.2.4/aclocal.m4:6574: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
iec16022-0.2.4/aclocal.m4-6575-fi
##############################################
iec16022-0.2.4/aclocal.m4-7107-    test $lt_ac_count -gt 10 && break
iec16022-0.2.4/aclocal.m4:7108:    lt_ac_count=`expr $lt_ac_count + 1`
iec16022-0.2.4/aclocal.m4-7109-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
iec16022-0.2.4/aclocal.m4-7282-  # Extract subdirectory from the argument.
iec16022-0.2.4/aclocal.m4:7283:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
iec16022-0.2.4/aclocal.m4-7284-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
iec16022-0.2.4/aclocal.m4-7293-{
iec16022-0.2.4/aclocal.m4:7294:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
iec16022-0.2.4/aclocal.m4-7295-}
##############################################
iec16022-0.2.4/aclocal.m4-7323-{
iec16022-0.2.4/aclocal.m4:7324:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
iec16022-0.2.4/aclocal.m4:7325:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
iec16022-0.2.4/aclocal.m4-7326-}
##############################################
iec16022-0.2.4/aclocal.m4-7330-{
iec16022-0.2.4/aclocal.m4:7331:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
iec16022-0.2.4/aclocal.m4-7332-}
##############################################
iec16022-0.2.4/aclocal.m4-7336-{
iec16022-0.2.4/aclocal.m4:7337:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
iec16022-0.2.4/aclocal.m4-7338-}
##############################################
iec16022-0.2.4/aclocal.m4-7342-{
iec16022-0.2.4/aclocal.m4:7343:  func_arith_result=`expr "$[@]"`
iec16022-0.2.4/aclocal.m4-7344-}
##############################################
iec16022-0.2.4/aclocal.m4-7349-{
iec16022-0.2.4/aclocal.m4:7350:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
iec16022-0.2.4/aclocal.m4-7351-}
##############################################
iec16022-0.2.4/aclocal.m4-7812-m4_define([lt_combine],
iec16022-0.2.4/aclocal.m4:7813:[m4_if(m4_eval([$# > 3]), [1],
iec16022-0.2.4/aclocal.m4-7814-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
iec16022-0.2.4/aclocal.m4-8032-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
iec16022-0.2.4/aclocal.m4:8033:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
iec16022-0.2.4/aclocal.m4-8034-#
##############################################
iec16022-0.2.4/aclocal.m4-8056-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
iec16022-0.2.4/aclocal.m4:8057:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
iec16022-0.2.4/aclocal.m4-8058-# and then we would define $MISSING as
##############################################
iec16022-0.2.4/aclocal.m4-8072-# expand $ac_aux_dir to an absolute path
iec16022-0.2.4/aclocal.m4:8073:am_aux_dir=`cd $ac_aux_dir && pwd`
iec16022-0.2.4/aclocal.m4-8074-])
##############################################
iec16022-0.2.4/aclocal.m4-8173-  if test "$am_compiler_list" = ""; then
iec16022-0.2.4/aclocal.m4:8174:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
iec16022-0.2.4/aclocal.m4-8175-  fi
##############################################
iec16022-0.2.4/aclocal.m4-8319-    # Strip MF so we end up with the name of the file.
iec16022-0.2.4/aclocal.m4:8320:    mf=`echo "$mf" | sed -e 's/:.*$//'`
iec16022-0.2.4/aclocal.m4-8321-    # Check whether this is an Automake generated Makefile or not.
##############################################
iec16022-0.2.4/aclocal.m4-8328-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
iec16022-0.2.4/aclocal.m4:8329:      dirpart=`AS_DIRNAME("$mf")`
iec16022-0.2.4/aclocal.m4-8330-    else
##############################################
iec16022-0.2.4/aclocal.m4-8334-    # from the Makefile without running `make'.
iec16022-0.2.4/aclocal.m4:8335:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
iec16022-0.2.4/aclocal.m4-8336-    test -z "$DEPDIR" && continue
iec16022-0.2.4/aclocal.m4:8337:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
iec16022-0.2.4/aclocal.m4-8338-    test -z "am__include" && continue
iec16022-0.2.4/aclocal.m4:8339:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
iec16022-0.2.4/aclocal.m4-8340-    # When using ansi2knr, U may be empty or an underscore; expand it
iec16022-0.2.4/aclocal.m4:8341:    U=`sed -n 's/^U = //p' < "$mf"`
iec16022-0.2.4/aclocal.m4-8342-    # Find all dependency output files, they are included files with
##############################################
iec16022-0.2.4/aclocal.m4-8350-      test -f "$dirpart/$file" && continue
iec16022-0.2.4/aclocal.m4:8351:      fdir=`AS_DIRNAME(["$file"])`
iec16022-0.2.4/aclocal.m4-8352-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
iec16022-0.2.4/aclocal.m4-8417-AC_REQUIRE([AC_PROG_INSTALL])dnl
iec16022-0.2.4/aclocal.m4:8418:if test "`cd $srcdir && pwd`" != "`pwd`"; then
iec16022-0.2.4/aclocal.m4-8419-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
iec16022-0.2.4/aclocal.m4-8519-    * )
iec16022-0.2.4/aclocal.m4:8520:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
iec16022-0.2.4/aclocal.m4-8521-  esac
iec16022-0.2.4/aclocal.m4-8522-done
iec16022-0.2.4/aclocal.m4:8523:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
iec16022-0.2.4/aclocal.m4-8524-
##############################################
iec16022-0.2.4/aclocal.m4-8634-# Ignore all kinds of additional output from `make'.
iec16022-0.2.4/aclocal.m4:8635:case `$am_make -s -f confmf 2> /dev/null` in #(
iec16022-0.2.4/aclocal.m4-8636-*the\ am__doit\ target*)
##############################################
iec16022-0.2.4/aclocal.m4-8644-   echo '.include "confinc"' > confmf
iec16022-0.2.4/aclocal.m4:8645:   case `$am_make -s -f confmf 2> /dev/null` in #(
iec16022-0.2.4/aclocal.m4-8646-   *the\ am__doit\ target*)
##############################################
iec16022-0.2.4/aclocal.m4-8677-set dummy $CC
iec16022-0.2.4/aclocal.m4:8678:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
iec16022-0.2.4/aclocal.m4-8679-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
iec16022-0.2.4/aclocal.m4-8832-if (
iec16022-0.2.4/aclocal.m4:8833:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
iec16022-0.2.4/aclocal.m4-8834-   if test "$[*]" = "X"; then
iec16022-0.2.4/aclocal.m4-8835-      # -L didn't work.
iec16022-0.2.4/aclocal.m4:8836:      set X `ls -t "$srcdir/configure" conftest.file`
iec16022-0.2.4/aclocal.m4-8837-   fi
##############################################
iec16022-0.2.4/config.guess-40-
iec16022-0.2.4/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
iec16022-0.2.4/config.guess-42-
##############################################
iec16022-0.2.4/config.guess-109-: ${TMPDIR=/tmp} ;
iec16022-0.2.4/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
iec16022-0.2.4/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
iec16022-0.2.4/config.guess-195-	    *)
iec16022-0.2.4/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
iec16022-0.2.4/config.guess-197-		;;
##############################################
iec16022-0.2.4/config.guess-222-	*4.0)
iec16022-0.2.4/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
iec16022-0.2.4/config.guess-224-		;;
iec16022-0.2.4/config.guess-225-	*5.*)
iec16022-0.2.4/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
iec16022-0.2.4/config.guess-227-		;;
##############################################
iec16022-0.2.4/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
iec16022-0.2.4/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
iec16022-0.2.4/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
iec16022-0.2.4/config.guess-270-	# 1.2 uses "1.2" for uname -r.
iec16022-0.2.4/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
iec16022-0.2.4/config.guess-272-	exit ;;
##############################################
iec16022-0.2.4/config.guess-327-    s390x:SunOS:*:*)
iec16022-0.2.4/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-329-	exit ;;
iec16022-0.2.4/config.guess-330-    sun4H:SunOS:5.*:*)
iec16022-0.2.4/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-332-	exit ;;
iec16022-0.2.4/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
iec16022-0.2.4/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-335-	exit ;;
##############################################
iec16022-0.2.4/config.guess-349-	fi
iec16022-0.2.4/config.guess:350:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-351-	exit ;;
##############################################
iec16022-0.2.4/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
iec16022-0.2.4/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-357-	exit ;;
##############################################
iec16022-0.2.4/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
iec16022-0.2.4/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
iec16022-0.2.4/config.guess-366-	exit ;;
##############################################
iec16022-0.2.4/config.guess-370-    sun*:*:4.2BSD:*)
iec16022-0.2.4/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
iec16022-0.2.4/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
iec16022-0.2.4/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
iec16022-0.2.4/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
iec16022-0.2.4/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
iec16022-0.2.4/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
iec16022-0.2.4/config.guess-508-    *:IRIX*:*:*)
iec16022-0.2.4/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
iec16022-0.2.4/config.guess-510-	exit ;;
##############################################
iec16022-0.2.4/config.guess-538-EOF
iec16022-0.2.4/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
iec16022-0.2.4/config.guess-540-		then
##############################################
iec16022-0.2.4/config.guess-551-    *:AIX:*:[456])
iec16022-0.2.4/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
iec16022-0.2.4/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
iec16022-0.2.4/config.guess-586-    9000/[34678]??:HP-UX:*:*)
iec16022-0.2.4/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
iec16022-0.2.4/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
iec16022-0.2.4/config.guess-640-EOF
iec16022-0.2.4/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
iec16022-0.2.4/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
iec16022-0.2.4/config.guess-668-    ia64:HP-UX:*:*)
iec16022-0.2.4/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
iec16022-0.2.4/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
iec16022-0.2.4/config.guess-698-EOF
iec16022-0.2.4/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
iec16022-0.2.4/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
iec16022-0.2.4/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
iec16022-0.2.4/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
iec16022-0.2.4/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
iec16022-0.2.4/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
iec16022-0.2.4/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
iec16022-0.2.4/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
iec16022-0.2.4/config.guess-789-	    pc98)
iec16022-0.2.4/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
iec16022-0.2.4/config.guess-791-	    amd64)
iec16022-0.2.4/config.guess:792:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
iec16022-0.2.4/config.guess-793-	    *)
iec16022-0.2.4/config.guess:794:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
iec16022-0.2.4/config.guess-795-	esac
##############################################
iec16022-0.2.4/config.guess-843-    prep*:SunOS:5.*:*)
iec16022-0.2.4/config.guess:844:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
iec16022-0.2.4/config.guess-845-	exit ;;
##############################################
iec16022-0.2.4/config.guess-847-	# the GNU system
iec16022-0.2.4/config.guess:848:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
iec16022-0.2.4/config.guess-849-	exit ;;
##############################################
iec16022-0.2.4/config.guess-851-	# other systems with GNU libc and userland
iec16022-0.2.4/config.guess:852:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
iec16022-0.2.4/config.guess-853-	exit ;;
##############################################
iec16022-0.2.4/config.guess-1055-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
iec16022-0.2.4/config.guess:1056:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
iec16022-0.2.4/config.guess-1057-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
iec16022-0.2.4/config.guess-1312-    *:DragonFly:*:*)
iec16022-0.2.4/config.guess:1313:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
iec16022-0.2.4/config.guess-1314-	exit ;;
##############################################
iec16022-0.2.4/config.guess-1325-    i*86:skyos:*:*)
iec16022-0.2.4/config.guess:1326:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
iec16022-0.2.4/config.guess-1327-	exit ;;
##############################################
iec16022-0.2.4/config.guess-1453-
iec16022-0.2.4/config.guess:1454:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
iec16022-0.2.4/config.guess-1455-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
iec16022-0.2.4/missing-139-       # Could not run --version or --help.  This is probably someone
iec16022-0.2.4/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
iec16022-0.2.4/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
iec16022-0.2.4/missing-173-         from any GNU archive site."
iec16022-0.2.4/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
iec16022-0.2.4/missing-175-    test -z "$files" && files="config.h"
##############################################
iec16022-0.2.4/missing-202-         proper tools for further handling them.
iec16022-0.2.4/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
iec16022-0.2.4/missing-204-         archive site."
iec16022-0.2.4/missing-205-
iec16022-0.2.4/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
iec16022-0.2.4/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
iec16022-0.2.4/missing-208-    if test -f "$file"; then
##############################################
iec16022-0.2.4/missing-231-	*.y)
iec16022-0.2.4/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
iec16022-0.2.4/missing-233-	    if test -f "$SRCFILE"; then
##############################################
iec16022-0.2.4/missing-235-	    fi
iec16022-0.2.4/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
iec16022-0.2.4/missing-237-	    if test -f "$SRCFILE"; then
##############################################
iec16022-0.2.4/missing-261-	*.l)
iec16022-0.2.4/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
iec16022-0.2.4/missing-263-	    if test -f "$SRCFILE"; then
##############################################
iec16022-0.2.4/missing-280-
iec16022-0.2.4/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
iec16022-0.2.4/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
iec16022-0.2.4/missing-283-    if test -f "$file"; then
##############################################
iec16022-0.2.4/missing-300-    # The file to touch is that specified with -o ...
iec16022-0.2.4/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
iec16022-0.2.4/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
iec16022-0.2.4/missing-303-    if test -z "$file"; then
iec16022-0.2.4/missing-304-      # ... or it is the one specified with @setfilename ...
iec16022-0.2.4/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
iec16022-0.2.4/missing-306-      file=`sed -n '
##############################################
iec16022-0.2.4/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
iec16022-0.2.4/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
iec16022-0.2.4/missing-314-    fi
##############################################
iec16022-0.2.4/missing-336-	*o*)
iec16022-0.2.4/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
iec16022-0.2.4/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
iec16022-0.2.4/missing-342-	*h*)
iec16022-0.2.4/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
iec16022-0.2.4/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
iec16022-0.2.4/install-sh-217-      fi
iec16022-0.2.4/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
iec16022-0.2.4/install-sh-219-    *)
##############################################
iec16022-0.2.4/install-sh-269-      dstdir=$dst
iec16022-0.2.4/install-sh:270:      dst=$dstdir/`basename "$src"`
iec16022-0.2.4/install-sh-271-      dstdir_status=0
##############################################
iec16022-0.2.4/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
iec16022-0.2.4/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
iec16022-0.2.4/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
iec16022-0.2.4/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
iec16022-0.2.4/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
iec16022-0.2.4/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
iec16022-0.2.4/install-sh-418-	    case $prefix in
iec16022-0.2.4/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
iec16022-0.2.4/install-sh-420-	      *) qprefix=$prefix;;
##############################################
iec16022-0.2.4/install-sh-467-    if $copy_on_change &&
iec16022-0.2.4/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
iec16022-0.2.4/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
iec16022-0.2.4/install-sh-470-
##############################################
iec16022-0.2.4/Makefile.in-57-CONFIG_CLEAN_VPATH_FILES =
iec16022-0.2.4/Makefile.in:58:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
iec16022-0.2.4/Makefile.in-59-am__vpath_adj = case $$p in \
iec16022-0.2.4/Makefile.in:60:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
iec16022-0.2.4/Makefile.in-61-    *) f=$$p;; \
iec16022-0.2.4/Makefile.in-62-  esac;
iec16022-0.2.4/Makefile.in:63:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
iec16022-0.2.4/Makefile.in-64-am__install_max = 40
iec16022-0.2.4/Makefile.in-65-am__nobase_strip_setup = \
iec16022-0.2.4/Makefile.in:66:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
iec16022-0.2.4/Makefile.in-67-am__nobase_strip = \
##############################################
iec16022-0.2.4/Makefile.in-158-  while test -n "$$dir1"; do \
iec16022-0.2.4/Makefile.in:159:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
iec16022-0.2.4/Makefile.in-160-    if test "$$first" != "."; then \
iec16022-0.2.4/Makefile.in-161-      if test "$$first" = ".."; then \
iec16022-0.2.4/Makefile.in:162:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
iec16022-0.2.4/Makefile.in:163:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
iec16022-0.2.4/Makefile.in-164-      else \
iec16022-0.2.4/Makefile.in:165:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
iec16022-0.2.4/Makefile.in-166-        if test "$$first2" = "$$first"; then \
iec16022-0.2.4/Makefile.in:167:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
iec16022-0.2.4/Makefile.in-168-        else \
##############################################
iec16022-0.2.4/Makefile.in-173-    fi; \
iec16022-0.2.4/Makefile.in:174:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
iec16022-0.2.4/Makefile.in-175-  done; \
##############################################
iec16022-0.2.4/Makefile.in-416-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
iec16022-0.2.4/Makefile.in:417:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
iec16022-0.2.4/Makefile.in-418-	  test "$$dir" != "$$p" || dir=.; \
##############################################
iec16022-0.2.4/Makefile.in-463-	test -n "$(EXEEXT)" || exit 0; \
iec16022-0.2.4/Makefile.in:464:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
iec16022-0.2.4/Makefile.in-465-	echo " rm -f" $$list; \
##############################################
iec16022-0.2.4/Makefile.in-482-.c.o:
iec16022-0.2.4/Makefile.in:483:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
iec16022-0.2.4/Makefile.in-484-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
iec16022-0.2.4/Makefile.in-491-.c.obj:
iec16022-0.2.4/Makefile.in:492:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
iec16022-0.2.4/Makefile.in:493:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
iec16022-0.2.4/Makefile.in-494-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
iec16022-0.2.4/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
iec16022-0.2.4/Makefile.in:498:@am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
iec16022-0.2.4/Makefile.in-499-
iec16022-0.2.4/Makefile.in-500-.c.lo:
iec16022-0.2.4/Makefile.in:501:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
iec16022-0.2.4/Makefile.in-502-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
iec16022-0.2.4/Makefile.in-570-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
iec16022-0.2.4/Makefile.in:571:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
iec16022-0.2.4/Makefile.in-572-	test -n "$$files" || exit 0; \
##############################################
iec16022-0.2.4/Makefile.in-590-	@list='$(libiec16022include_HEADERS)'; test -n "$(libiec16022includedir)" || list=; \
iec16022-0.2.4/Makefile.in:591:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
iec16022-0.2.4/Makefile.in-592-	test -n "$$files" || exit 0; \
##############################################
iec16022-0.2.4/Makefile.in-610-	dot_seen=no; \
iec16022-0.2.4/Makefile.in:611:	target=`echo $@ | sed s/-recursive//`; \
iec16022-0.2.4/Makefile.in-612-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
iec16022-0.2.4/Makefile.in-645-	rev="$$rev ."; \
iec16022-0.2.4/Makefile.in:646:	target=`echo $@ | sed s/-recursive//`; \
iec16022-0.2.4/Makefile.in-647-	for subdir in $$rev; do \
##############################################
iec16022-0.2.4/Makefile.in-723-GTAGS:
iec16022-0.2.4/Makefile.in:724:	here=`$(am__cd) $(top_builddir) && pwd` \
iec16022-0.2.4/Makefile.in-725-	  && $(am__cd) $(top_srcdir) \
##############################################
iec16022-0.2.4/Makefile.in-746-	test -d "$(distdir)" || mkdir "$(distdir)"
iec16022-0.2.4/Makefile.in:747:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
iec16022-0.2.4/Makefile.in:748:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
iec16022-0.2.4/Makefile.in-749-	list='$(DISTFILES)'; \
##############################################
iec16022-0.2.4/Makefile.in-760-	  if test -d $$d/$$file; then \
iec16022-0.2.4/Makefile.in:761:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
iec16022-0.2.4/Makefile.in-762-	    if test -d "$(distdir)/$$file"; then \
##############################################
iec16022-0.2.4/Makefile.in-867-	test -d $(distdir)/_build || exit 0; \
iec16022-0.2.4/Makefile.in:868:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
iec16022-0.2.4/Makefile.in-869-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
iec16022-0.2.4/Makefile.in-901-	@$(am__cd) '$(distuninstallcheck_dir)' \
iec16022-0.2.4/Makefile.in:902:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
iec16022-0.2.4/Makefile.in-903-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
iec16022-0.2.4/Makefile.in-913-	fi
iec16022-0.2.4/Makefile.in:914:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
iec16022-0.2.4/Makefile.in-915-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
iec16022-0.2.4/config.sub-56-
iec16022-0.2.4/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
iec16022-0.2.4/config.sub-58-
##############################################
iec16022-0.2.4/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
iec16022-0.2.4/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
iec16022-0.2.4/config.sub-122-case $maybe_os in
##############################################
iec16022-0.2.4/config.sub-127-    os=-$maybe_os
iec16022-0.2.4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
iec16022-0.2.4/config.sub-129-    ;;
iec16022-0.2.4/config.sub-130-  *)
iec16022-0.2.4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
iec16022-0.2.4/config.sub-132-    if [ $basic_machine != $1 ]
iec16022-0.2.4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
iec16022-0.2.4/config.sub-134-    else os=; fi
##############################################
iec16022-0.2.4/config.sub-181-		os=-sco5v6
iec16022-0.2.4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-183-		;;
##############################################
iec16022-0.2.4/config.sub-185-		os=-sco3.2v5
iec16022-0.2.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-187-		;;
##############################################
iec16022-0.2.4/config.sub-189-		os=-sco3.2v4
iec16022-0.2.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-191-		;;
iec16022-0.2.4/config.sub-192-	-sco3.2.[4-9]*)
iec16022-0.2.4/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
iec16022-0.2.4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-195-		;;
##############################################
iec16022-0.2.4/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
iec16022-0.2.4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-199-		;;
##############################################
iec16022-0.2.4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
iec16022-0.2.4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-203-		;;
##############################################
iec16022-0.2.4/config.sub-205-		os=-sco3.2v2
iec16022-0.2.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-207-		;;
iec16022-0.2.4/config.sub-208-	-udk*)
iec16022-0.2.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-210-		;;
##############################################
iec16022-0.2.4/config.sub-212-		os=-isc2.2
iec16022-0.2.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-214-		;;
##############################################
iec16022-0.2.4/config.sub-218-	-isc*)
iec16022-0.2.4/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
iec16022-0.2.4/config.sub-220-		;;
##############################################
iec16022-0.2.4/config.sub-224-	-ptx*)
iec16022-0.2.4/config.sub:225:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
iec16022-0.2.4/config.sub-226-		;;
iec16022-0.2.4/config.sub-227-	-windowsnt*)
iec16022-0.2.4/config.sub:228:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
iec16022-0.2.4/config.sub-229-		;;
##############################################
iec16022-0.2.4/config.sub-318-	*-*-*)
iec16022-0.2.4/config.sub:319:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
iec16022-0.2.4/config.sub-320-		exit 1
##############################################
iec16022-0.2.4/config.sub-427-	amd64-*)
iec16022-0.2.4/config.sub:428:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-429-		;;
##############################################
iec16022-0.2.4/config.sub-469-	blackfin-*)
iec16022-0.2.4/config.sub:470:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-471-		os=-linux
##############################################
iec16022-0.2.4/config.sub-672-	i*86v32)
iec16022-0.2.4/config.sub:673:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
iec16022-0.2.4/config.sub-674-		os=-sysv32
##############################################
iec16022-0.2.4/config.sub-676-	i*86v4*)
iec16022-0.2.4/config.sub:677:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
iec16022-0.2.4/config.sub-678-		os=-sysv4
##############################################
iec16022-0.2.4/config.sub-680-	i*86v)
iec16022-0.2.4/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
iec16022-0.2.4/config.sub-682-		os=-sysv
##############################################
iec16022-0.2.4/config.sub-684-	i*86sol2)
iec16022-0.2.4/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
iec16022-0.2.4/config.sub-686-		os=-solaris2
##############################################
iec16022-0.2.4/config.sub-714-	m68knommu-*)
iec16022-0.2.4/config.sub:715:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-716-		os=-linux
##############################################
iec16022-0.2.4/config.sub-744-	mips3*-*)
iec16022-0.2.4/config.sub:745:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
iec16022-0.2.4/config.sub-746-		;;
iec16022-0.2.4/config.sub-747-	mips3*)
iec16022-0.2.4/config.sub:748:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
iec16022-0.2.4/config.sub-749-		;;
##############################################
iec16022-0.2.4/config.sub-762-	ms1-*)
iec16022-0.2.4/config.sub:763:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
iec16022-0.2.4/config.sub-764-		;;
##############################################
iec16022-0.2.4/config.sub-867-	parisc-*)
iec16022-0.2.4/config.sub:868:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-869-		os=-linux
##############################################
iec16022-0.2.4/config.sub-883-	pc98-*)
iec16022-0.2.4/config.sub:884:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-885-		;;
##############################################
iec16022-0.2.4/config.sub-898-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
iec16022-0.2.4/config.sub:899:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-900-		;;
iec16022-0.2.4/config.sub-901-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
iec16022-0.2.4/config.sub:902:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-903-		;;
iec16022-0.2.4/config.sub-904-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
iec16022-0.2.4/config.sub:905:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-906-		;;
iec16022-0.2.4/config.sub-907-	pentium4-*)
iec16022-0.2.4/config.sub:908:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-909-		;;
##############################################
iec16022-0.2.4/config.sub-916-		;;
iec16022-0.2.4/config.sub:917:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-918-		;;
##############################################
iec16022-0.2.4/config.sub-922-	ppcle-* | powerpclittle-*)
iec16022-0.2.4/config.sub:923:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-924-		;;
##############################################
iec16022-0.2.4/config.sub-926-		;;
iec16022-0.2.4/config.sub:927:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-928-		;;
##############################################
iec16022-0.2.4/config.sub-932-	ppc64le-* | powerpc64little-*)
iec16022-0.2.4/config.sub:933:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
iec16022-0.2.4/config.sub-934-		;;
##############################################
iec16022-0.2.4/config.sub-1224-	*)
iec16022-0.2.4/config.sub:1225:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
iec16022-0.2.4/config.sub-1226-		exit 1
##############################################
iec16022-0.2.4/config.sub-1232-	*-digital*)
iec16022-0.2.4/config.sub:1233:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
iec16022-0.2.4/config.sub-1234-		;;
iec16022-0.2.4/config.sub-1235-	*-commodore*)
iec16022-0.2.4/config.sub:1236:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
iec16022-0.2.4/config.sub-1237-		;;
##############################################
iec16022-0.2.4/config.sub-1250-	-solaris1 | -solaris1.*)
iec16022-0.2.4/config.sub:1251:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
iec16022-0.2.4/config.sub-1252-		;;
##############################################
iec16022-0.2.4/config.sub-1262-	-gnu/linux*)
iec16022-0.2.4/config.sub:1263:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
iec16022-0.2.4/config.sub-1264-		;;
##############################################
iec16022-0.2.4/config.sub-1307-	-nto*)
iec16022-0.2.4/config.sub:1308:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
iec16022-0.2.4/config.sub-1309-		;;
##############################################
iec16022-0.2.4/config.sub-1314-	-mac*)
iec16022-0.2.4/config.sub:1315:		os=`echo $os | sed -e 's|mac|macos|'`
iec16022-0.2.4/config.sub-1316-		;;
##############################################
iec16022-0.2.4/config.sub-1320-	-linux*)
iec16022-0.2.4/config.sub:1321:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
iec16022-0.2.4/config.sub-1322-		;;
iec16022-0.2.4/config.sub-1323-	-sunos5*)
iec16022-0.2.4/config.sub:1324:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
iec16022-0.2.4/config.sub-1325-		;;
iec16022-0.2.4/config.sub-1326-	-sunos6*)
iec16022-0.2.4/config.sub:1327:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
iec16022-0.2.4/config.sub-1328-		;;
##############################################
iec16022-0.2.4/config.sub-1375-	-sinix5.*)
iec16022-0.2.4/config.sub:1376:		os=`echo $os | sed -e 's|sinix|sysv|'`
iec16022-0.2.4/config.sub-1377-		;;
##############################################
iec16022-0.2.4/config.sub-1429-		# Get rid of the `-' at the beginning of $os.
iec16022-0.2.4/config.sub:1430:		os=`echo $os | sed 's/[^-]*-//'`
iec16022-0.2.4/config.sub:1431:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
iec16022-0.2.4/config.sub-1432-		exit 1
##############################################
iec16022-0.2.4/config.sub-1680-		esac
iec16022-0.2.4/config.sub:1681:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
iec16022-0.2.4/config.sub-1682-		;;