===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gbemol-0.3.2/ltmain.sh-161-  # Extract subdirectory from the argument.
gbemol-0.3.2/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gbemol-0.3.2/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gbemol-0.3.2/ltmain.sh-167-  fi
gbemol-0.3.2/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gbemol-0.3.2/ltmain.sh-169-}
##############################################
gbemol-0.3.2/ltmain.sh-193-     progdir=$func_dirname_result
gbemol-0.3.2/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
gbemol-0.3.2/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
gbemol-0.3.2/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
gbemol-0.3.2/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gbemol-0.3.2/ltmain.sh-223-bs='\\'
##############################################
gbemol-0.3.2/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
gbemol-0.3.2/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
gbemol-0.3.2/ltmain.sh-330-      done
gbemol-0.3.2/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
gbemol-0.3.2/ltmain.sh-332-
##############################################
gbemol-0.3.2/ltmain.sh-363-      # If mktemp works, use that first and foremost
gbemol-0.3.2/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gbemol-0.3.2/ltmain.sh-365-
##############################################
gbemol-0.3.2/ltmain.sh-394-      *[\\\`\"\$]*)
gbemol-0.3.2/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
gbemol-0.3.2/ltmain.sh-396-      *)
##############################################
gbemol-0.3.2/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gbemol-0.3.2/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
gbemol-0.3.2/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
gbemol-0.3.2/ltmain.sh-539-	p
##############################################
gbemol-0.3.2/ltmain.sh-565-  :
gbemol-0.3.2/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
gbemol-0.3.2/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
gbemol-0.3.2/ltmain.sh-685-	# quotes we have to do it in 2 steps:
gbemol-0.3.2/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gbemol-0.3.2/ltmain.sh-687-	eval "$extractedcf"
##############################################
gbemol-0.3.2/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
gbemol-0.3.2/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
gbemol-0.3.2/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
gbemol-0.3.2/ltmain.sh-1028-	    # Evaluate the configuration.
gbemol-0.3.2/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gbemol-0.3.2/ltmain.sh-1030-	    CC_quoted=
##############################################
gbemol-0.3.2/ltmain.sh-1036-	    case "$@ " in
gbemol-0.3.2/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
gbemol-0.3.2/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
gbemol-0.3.2/ltmain.sh-1213-    *.[cCFSifmso] | \
gbemol-0.3.2/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
gbemol-0.3.2/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gbemol-0.3.2/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
gbemol-0.3.2/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
gbemol-0.3.2/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
gbemol-0.3.2/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
gbemol-0.3.2/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
gbemol-0.3.2/ltmain.sh-1311-
##############################################
gbemol-0.3.2/ltmain.sh-1358-      if test "$need_locks" = warn &&
gbemol-0.3.2/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gbemol-0.3.2/ltmain.sh-1360-	$ECHO "\
gbemol-0.3.2/ltmain.sh-1361-*** ERROR, $lockfile contains:
gbemol-0.3.2/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
gbemol-0.3.2/ltmain.sh-1363-
##############################################
gbemol-0.3.2/ltmain.sh-1407-      if test "$need_locks" = warn &&
gbemol-0.3.2/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gbemol-0.3.2/ltmain.sh-1409-	$ECHO "\
gbemol-0.3.2/ltmain.sh-1410-*** ERROR, $lockfile contains:
gbemol-0.3.2/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
gbemol-0.3.2/ltmain.sh-1412-
##############################################
gbemol-0.3.2/ltmain.sh-1665-	  test -n "$library_names" && \
gbemol-0.3.2/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gbemol-0.3.2/ltmain.sh-1667-	  continue
##############################################
gbemol-0.3.2/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
gbemol-0.3.2/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gbemol-0.3.2/ltmain.sh-1678-	  fi
##############################################
gbemol-0.3.2/ltmain.sh-1694-      # Get the absolute pathname.
gbemol-0.3.2/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
gbemol-0.3.2/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
gbemol-0.3.2/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
gbemol-0.3.2/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
gbemol-0.3.2/ltmain.sh-2014-
##############################################
gbemol-0.3.2/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
gbemol-0.3.2/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gbemol-0.3.2/ltmain.sh-2027-	  else
gbemol-0.3.2/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
gbemol-0.3.2/ltmain.sh-2029-	  fi
##############################################
gbemol-0.3.2/ltmain.sh-2185-	    fi
gbemol-0.3.2/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
gbemol-0.3.2/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
gbemol-0.3.2/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gbemol-0.3.2/ltmain.sh-2189-	      finalize=no
##############################################
gbemol-0.3.2/ltmain.sh-2204-	        # Replace the output file specification.
gbemol-0.3.2/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
gbemol-0.3.2/ltmain.sh-2206-
##############################################
gbemol-0.3.2/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
gbemol-0.3.2/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
gbemol-0.3.2/ltmain.sh-2225-	  fi
##############################################
gbemol-0.3.2/ltmain.sh-2294-    my_pic_p="${3-no}"
gbemol-0.3.2/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gbemol-0.3.2/ltmain.sh-2296-    my_dlsyms=
##############################################
gbemol-0.3.2/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
gbemol-0.3.2/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gbemol-0.3.2/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
gbemol-0.3.2/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
gbemol-0.3.2/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gbemol-0.3.2/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gbemol-0.3.2/ltmain.sh-2520-	  else
gbemol-0.3.2/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gbemol-0.3.2/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gbemol-0.3.2/ltmain.sh-2523-	  fi
##############################################
gbemol-0.3.2/ltmain.sh-2525-	*)
gbemol-0.3.2/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gbemol-0.3.2/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gbemol-0.3.2/ltmain.sh-2528-	  ;;
##############################################
gbemol-0.3.2/ltmain.sh-2540-      # Nullify the symbol file.
gbemol-0.3.2/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
gbemol-0.3.2/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
gbemol-0.3.2/ltmain.sh-2543-    fi
##############################################
gbemol-0.3.2/ltmain.sh-2555-  win32_libid_type="unknown"
gbemol-0.3.2/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
gbemol-0.3.2/ltmain.sh-2557-  case $win32_fileres in
##############################################
gbemol-0.3.2/ltmain.sh-2652-	  darwin_curdir=`pwd`
gbemol-0.3.2/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
gbemol-0.3.2/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gbemol-0.3.2/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
gbemol-0.3.2/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gbemol-0.3.2/ltmain.sh-2657-	    darwin_arch=
##############################################
gbemol-0.3.2/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gbemol-0.3.2/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gbemol-0.3.2/ltmain.sh-2669-	    darwin_file=
##############################################
gbemol-0.3.2/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
gbemol-0.3.2/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
gbemol-0.3.2/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gbemol-0.3.2/ltmain.sh-2686-      esac
gbemol-0.3.2/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
gbemol-0.3.2/ltmain.sh-2688-    done
##############################################
gbemol-0.3.2/ltmain.sh-2757-      shift
gbemol-0.3.2/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
gbemol-0.3.2/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
gbemol-0.3.2/ltmain.sh-2769-  # Find the directory that this script lives in.
gbemol-0.3.2/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
gbemol-0.3.2/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gbemol-0.3.2/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
gbemol-0.3.2/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
gbemol-0.3.2/ltmain.sh-2775-  while test -n \"\$file\"; do
gbemol-0.3.2/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
gbemol-0.3.2/ltmain.sh-2777-
##############################################
gbemol-0.3.2/ltmain.sh-2785-
gbemol-0.3.2/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
gbemol-0.3.2/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
gbemol-0.3.2/ltmain.sh-2788-  done
##############################################
gbemol-0.3.2/ltmain.sh-2816-    case \"\$thisdir\" in
gbemol-0.3.2/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
gbemol-0.3.2/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
gbemol-0.3.2/ltmain.sh-2822-  # Try to get the absolute directory name.
gbemol-0.3.2/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
gbemol-0.3.2/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gbemol-0.3.2/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
gbemol-0.3.2/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gbemol-0.3.2/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gbemol-0.3.2/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
gbemol-0.3.2/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gbemol-0.3.2/ltmain.sh-2849-      else
##############################################
gbemol-0.3.2/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
gbemol-0.3.2/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
gbemol-0.3.2/ltmain.sh-2881-
##############################################
gbemol-0.3.2/ltmain.sh-2994-          *cygwin* )
gbemol-0.3.2/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
gbemol-0.3.2/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
gbemol-0.3.2/ltmain.sh-3006-            # the odd construction:
gbemol-0.3.2/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
gbemol-0.3.2/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
gbemol-0.3.2/ltmain.sh-3073-          *cygwin* )
gbemol-0.3.2/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
gbemol-0.3.2/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
gbemol-0.3.2/ltmain.sh-4240-	    moreargs=
gbemol-0.3.2/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
gbemol-0.3.2/ltmain.sh-4242-	    do
##############################################
gbemol-0.3.2/ltmain.sh-4490-	*)
gbemol-0.3.2/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
gbemol-0.3.2/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
gbemol-0.3.2/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gbemol-0.3.2/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
gbemol-0.3.2/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
gbemol-0.3.2/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
gbemol-0.3.2/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
gbemol-0.3.2/ltmain.sh-4929-    else
##############################################
gbemol-0.3.2/ltmain.sh-5050-	  for deplib in $dependency_libs; do
gbemol-0.3.2/ltmain.sh:5051:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
gbemol-0.3.2/ltmain.sh-5052-	    case " $weak_libs " in
##############################################
gbemol-0.3.2/ltmain.sh-5228-		  set dummy $deplibs_check_method; shift
gbemol-0.3.2/ltmain.sh:5229:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gbemol-0.3.2/ltmain.sh-5230-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
gbemol-0.3.2/ltmain.sh-5291-	else
gbemol-0.3.2/ltmain.sh:5292:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gbemol-0.3.2/ltmain.sh-5293-	fi
##############################################
gbemol-0.3.2/ltmain.sh-5320-	if test -n "$inherited_linker_flags"; then
gbemol-0.3.2/ltmain.sh:5321:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
gbemol-0.3.2/ltmain.sh-5322-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gbemol-0.3.2/ltmain.sh-5328-	fi
gbemol-0.3.2/ltmain.sh:5329:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh-5330-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gbemol-0.3.2/ltmain.sh-5395-	*)
gbemol-0.3.2/ltmain.sh:5396:	  abs_ladir=`cd "$ladir" && pwd`
gbemol-0.3.2/ltmain.sh-5397-	  if test -z "$abs_ladir"; then
##############################################
gbemol-0.3.2/ltmain.sh-5621-	    shift
gbemol-0.3.2/ltmain.sh:5622:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gbemol-0.3.2/ltmain.sh-5623-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gbemol-0.3.2/ltmain.sh-5904-		*)
gbemol-0.3.2/ltmain.sh:5905:		  absdir=`cd "$dir" && pwd`
gbemol-0.3.2/ltmain.sh-5906-		  if test -z "$absdir"; then
##############################################
gbemol-0.3.2/ltmain.sh-5915-		  depdepl=
gbemol-0.3.2/ltmain.sh:5916:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gbemol-0.3.2/ltmain.sh-5917-		  if test -n "$deplibrary_names" ; then
##############################################
gbemol-0.3.2/ltmain.sh-5922-		      depdepl="$absdir/$objdir/$depdepl"
gbemol-0.3.2/ltmain.sh:5923:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gbemol-0.3.2/ltmain.sh-5924-                      if test -z "$darwin_install_name"; then
gbemol-0.3.2/ltmain.sh:5925:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gbemol-0.3.2/ltmain.sh-5926-                      fi
##############################################
gbemol-0.3.2/ltmain.sh-5937-		else
gbemol-0.3.2/ltmain.sh:5938:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gbemol-0.3.2/ltmain.sh-5939-		  test -z "$libdir" && \
##############################################
gbemol-0.3.2/ltmain.sh-5960-	else
gbemol-0.3.2/ltmain.sh:5961:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh-5962-	fi
##############################################
gbemol-0.3.2/ltmain.sh-6109-	test "$module" = no && \
gbemol-0.3.2/ltmain.sh:6110:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gbemol-0.3.2/ltmain.sh-6111-
##############################################
gbemol-0.3.2/ltmain.sh-6243-	if test "$age" -gt "$current"; then
gbemol-0.3.2/ltmain.sh:6244:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gbemol-0.3.2/ltmain.sh-6245-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gbemol-0.3.2/ltmain.sh-6404-	removelist=
gbemol-0.3.2/ltmain.sh:6405:	tempremovelist=`$ECHO "$output_objdir/*"`
gbemol-0.3.2/ltmain.sh-6406-	for p in $tempremovelist; do
##############################################
gbemol-0.3.2/ltmain.sh-6430-	# Transform .lo files to .o files.
gbemol-0.3.2/ltmain.sh:6431:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
gbemol-0.3.2/ltmain.sh-6432-      fi
##############################################
gbemol-0.3.2/ltmain.sh-6435-      #for path in $notinst_path; do
gbemol-0.3.2/ltmain.sh:6436:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
gbemol-0.3.2/ltmain.sh:6437:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
gbemol-0.3.2/ltmain.sh:6438:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
gbemol-0.3.2/ltmain.sh-6439-      #done
##############################################
gbemol-0.3.2/ltmain.sh-6555-		if test -n "$i" ; then
gbemol-0.3.2/ltmain.sh:6556:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gbemol-0.3.2/ltmain.sh:6557:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gbemol-0.3.2/ltmain.sh-6558-		  set dummy $deplib_matches; shift
gbemol-0.3.2/ltmain.sh-6559-		  deplib_match=$1
gbemol-0.3.2/ltmain.sh:6560:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gbemol-0.3.2/ltmain.sh-6561-		    newdeplibs="$newdeplibs $i"
##############################################
gbemol-0.3.2/ltmain.sh-6598-		  if test -n "$i" ; then
gbemol-0.3.2/ltmain.sh:6599:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gbemol-0.3.2/ltmain.sh:6600:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gbemol-0.3.2/ltmain.sh-6601-		    set dummy $deplib_matches; shift
gbemol-0.3.2/ltmain.sh-6602-		    deplib_match=$1
gbemol-0.3.2/ltmain.sh:6603:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gbemol-0.3.2/ltmain.sh-6604-		      newdeplibs="$newdeplibs $i"
##############################################
gbemol-0.3.2/ltmain.sh-6633-	  set dummy $deplibs_check_method; shift
gbemol-0.3.2/ltmain.sh:6634:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gbemol-0.3.2/ltmain.sh-6635-	  for a_deplib in $deplibs; do
##############################################
gbemol-0.3.2/ltmain.sh-6648-	      if test -n "$a_deplib" ; then
gbemol-0.3.2/ltmain.sh:6649:		libname=`eval "\\$ECHO \"$libname_spec\""`
gbemol-0.3.2/ltmain.sh-6650-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gbemol-0.3.2/ltmain.sh:6651:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gbemol-0.3.2/ltmain.sh-6652-		  for potent_lib in $potential_libs; do
##############################################
gbemol-0.3.2/ltmain.sh-6664-		      while test -h "$potlib" 2>/dev/null; do
gbemol-0.3.2/ltmain.sh:6665:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gbemol-0.3.2/ltmain.sh-6666-			case $potliblink in
gbemol-0.3.2/ltmain.sh-6667-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gbemol-0.3.2/ltmain.sh:6668:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
gbemol-0.3.2/ltmain.sh-6669-			esac
##############################################
gbemol-0.3.2/ltmain.sh-6705-	  set dummy $deplibs_check_method; shift
gbemol-0.3.2/ltmain.sh:6706:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gbemol-0.3.2/ltmain.sh-6707-	  for a_deplib in $deplibs; do
##############################################
gbemol-0.3.2/ltmain.sh-6720-	      if test -n "$a_deplib" ; then
gbemol-0.3.2/ltmain.sh:6721:		libname=`eval "\\$ECHO \"$libname_spec\""`
gbemol-0.3.2/ltmain.sh-6722-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gbemol-0.3.2/ltmain.sh:6723:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gbemol-0.3.2/ltmain.sh-6724-		  for potent_lib in $potential_libs; do
##############################################
gbemol-0.3.2/ltmain.sh-6764-	      # can't use Xsed below, because $i might contain '/'
gbemol-0.3.2/ltmain.sh:6765:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
gbemol-0.3.2/ltmain.sh-6766-	    done
##############################################
gbemol-0.3.2/ltmain.sh-6789-	  # On Rhapsody replace the C library with the System framework
gbemol-0.3.2/ltmain.sh:6790:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gbemol-0.3.2/ltmain.sh-6791-	  ;;
##############################################
gbemol-0.3.2/ltmain.sh-6841-	*-*-darwin*)
gbemol-0.3.2/ltmain.sh:6842:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh:6843:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh:6844:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh-6845-	  ;;
##############################################
gbemol-0.3.2/ltmain.sh-6965-	# Use standard objects if they are pic
gbemol-0.3.2/ltmain.sh:6966:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gbemol-0.3.2/ltmain.sh-6967-	test "X$libobjs" = "X " && libobjs=
##############################################
gbemol-0.3.2/ltmain.sh-6980-	    # exporting using user supplied symfile
gbemol-0.3.2/ltmain.sh:6981:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gbemol-0.3.2/ltmain.sh-6982-	      # and it's NOT already a .def file. Must figure out
##############################################
gbemol-0.3.2/ltmain.sh-7132-	  save_output=$output
gbemol-0.3.2/ltmain.sh:7133:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
gbemol-0.3.2/ltmain.sh-7134-
##############################################
gbemol-0.3.2/ltmain.sh-7436-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gbemol-0.3.2/ltmain.sh:7437:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
gbemol-0.3.2/ltmain.sh-7438-	else
##############################################
gbemol-0.3.2/ltmain.sh-7447-      # Create the old-style object.
gbemol-0.3.2/ltmain.sh:7448:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gbemol-0.3.2/ltmain.sh-7449-
##############################################
gbemol-0.3.2/ltmain.sh-7507-	# On Rhapsody replace the C library is the System framework
gbemol-0.3.2/ltmain.sh:7508:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gbemol-0.3.2/ltmain.sh:7509:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gbemol-0.3.2/ltmain.sh-7510-	;;
##############################################
gbemol-0.3.2/ltmain.sh-7525-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gbemol-0.3.2/ltmain.sh:7526:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh:7527:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gbemol-0.3.2/ltmain.sh-7528-	;;
##############################################
gbemol-0.3.2/ltmain.sh-7603-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gbemol-0.3.2/ltmain.sh:7604:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gbemol-0.3.2/ltmain.sh-7605-	  case :$dllsearchpath: in
##############################################
gbemol-0.3.2/ltmain.sh-7663-	# Transform all the library objects into standard objects.
gbemol-0.3.2/ltmain.sh:7664:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gbemol-0.3.2/ltmain.sh:7665:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gbemol-0.3.2/ltmain.sh-7666-      fi
##############################################
gbemol-0.3.2/ltmain.sh-7693-	# Replace the output file specification.
gbemol-0.3.2/ltmain.sh:7694:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gbemol-0.3.2/ltmain.sh-7695-	link_command="$compile_command$compile_rpath"
##############################################
gbemol-0.3.2/ltmain.sh-7740-	# Replace the output file specification.
gbemol-0.3.2/ltmain.sh:7741:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gbemol-0.3.2/ltmain.sh-7742-	# Delete the old output file.
##############################################
gbemol-0.3.2/ltmain.sh-7759-	  if test "$fast_install" = yes; then
gbemol-0.3.2/ltmain.sh:7760:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
gbemol-0.3.2/ltmain.sh-7761-	  else
##############################################
gbemol-0.3.2/ltmain.sh-7771-      # Replace the output file specification.
gbemol-0.3.2/ltmain.sh:7772:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gbemol-0.3.2/ltmain.sh-7773-
##############################################
gbemol-0.3.2/ltmain.sh-7795-	relink_command="(cd `pwd`; $relink_command)"
gbemol-0.3.2/ltmain.sh:7796:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gbemol-0.3.2/ltmain.sh-7797-      fi
##############################################
gbemol-0.3.2/ltmain.sh-7804-	esac
gbemol-0.3.2/ltmain.sh:7805:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
gbemol-0.3.2/ltmain.sh-7806-      else
gbemol-0.3.2/ltmain.sh:7807:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
gbemol-0.3.2/ltmain.sh-7808-      fi
##############################################
gbemol-0.3.2/ltmain.sh-8038-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gbemol-0.3.2/ltmain.sh:8039:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gbemol-0.3.2/ltmain.sh-8040-      if test "$hardcode_automatic" = yes ; then
##############################################
gbemol-0.3.2/ltmain.sh-8058-		name="$func_basename_result"
gbemol-0.3.2/ltmain.sh:8059:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gbemol-0.3.2/ltmain.sh-8060-		test -z "$libdir" && \
##############################################
gbemol-0.3.2/ltmain.sh-8074-		name="$func_basename_result"
gbemol-0.3.2/ltmain.sh:8075:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gbemol-0.3.2/ltmain.sh-8076-		test -z "$libdir" && \
##############################################
gbemol-0.3.2/ltmain.sh-8093-		name="$func_basename_result"
gbemol-0.3.2/ltmain.sh:8094:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gbemol-0.3.2/ltmain.sh-8095-		test -z "$libdir" && \
##############################################
gbemol-0.3.2/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gbemol-0.3.2/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gbemol-0.3.2/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gbemol-0.3.2/install-sh-211-      fi
gbemol-0.3.2/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gbemol-0.3.2/install-sh-213-    *)
##############################################
gbemol-0.3.2/install-sh-263-      dstdir=$dst
gbemol-0.3.2/install-sh:264:      dst=$dstdir/`basename "$src"`
gbemol-0.3.2/install-sh-265-      dstdir_status=0
##############################################
gbemol-0.3.2/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gbemol-0.3.2/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gbemol-0.3.2/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
gbemol-0.3.2/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gbemol-0.3.2/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gbemol-0.3.2/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gbemol-0.3.2/install-sh-419-	    case $prefix in
gbemol-0.3.2/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gbemol-0.3.2/install-sh-421-	      *) qprefix=$prefix;;
##############################################
gbemol-0.3.2/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gbemol-0.3.2/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gbemol-0.3.2/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
gbemol-0.3.2/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gbemol-0.3.2/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gbemol-0.3.2/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gbemol-0.3.2/aclocal.m4-392-   if test "x$srcdir" != "x."; then
gbemol-0.3.2/aclocal.m4:393:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gbemol-0.3.2/aclocal.m4-394-       posrcprefix="$srcdir/"
##############################################
gbemol-0.3.2/aclocal.m4-416-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gbemol-0.3.2/aclocal.m4:417:datarootdir=`eval echo "${datarootdir}"`
gbemol-0.3.2/aclocal.m4-418-if test "x$CATOBJEXT" = "x.mo" ; then
gbemol-0.3.2/aclocal.m4:419:  localedir=`eval echo "${libdir}/locale"`
gbemol-0.3.2/aclocal.m4-420-else
gbemol-0.3.2/aclocal.m4:421:  localedir=`eval echo "${datadir}/locale"`
gbemol-0.3.2/aclocal.m4-422-fi
##############################################
gbemol-0.3.2/aclocal.m4-472-
gbemol-0.3.2/aclocal.m4:473:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gbemol-0.3.2/aclocal.m4-474-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gbemol-0.3.2/aclocal.m4:475:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gbemol-0.3.2/aclocal.m4-476-    ]
##############################################
gbemol-0.3.2/aclocal.m4-536-fi
gbemol-0.3.2/aclocal.m4:537:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/aclocal.m4:538:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/aclocal.m4:539:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/aclocal.m4-540-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gbemol-0.3.2/aclocal.m4-552-else
gbemol-0.3.2/aclocal.m4:553:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
gbemol-0.3.2/aclocal.m4-554-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
gbemol-0.3.2/aclocal.m4-557-   AC_MSG_CHECKING([for XML::Parser])
gbemol-0.3.2/aclocal.m4:558:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gbemol-0.3.2/aclocal.m4-559-       AC_MSG_RESULT([ok])
##############################################
gbemol-0.3.2/aclocal.m4-768-done
gbemol-0.3.2/aclocal.m4:769:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gbemol-0.3.2/aclocal.m4-770-])
##############################################
gbemol-0.3.2/aclocal.m4-1052-m4_define([_LT_CONFIG_STATUS_DECLARE],
gbemol-0.3.2/aclocal.m4:1053:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
gbemol-0.3.2/aclocal.m4-1054-
##############################################
gbemol-0.3.2/aclocal.m4-1062-#
gbemol-0.3.2/aclocal.m4:1063:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/aclocal.m4-1064-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gbemol-0.3.2/aclocal.m4-1164-]], lt_decl_quote_varnames); do
gbemol-0.3.2/aclocal.m4:1165:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gbemol-0.3.2/aclocal.m4-1166-    *[[\\\\\\\`\\"\\\$]]*)
gbemol-0.3.2/aclocal.m4:1167:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gbemol-0.3.2/aclocal.m4-1168-      ;;
##############################################
gbemol-0.3.2/aclocal.m4-1177-]], lt_decl_dquote_varnames); do
gbemol-0.3.2/aclocal.m4:1178:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gbemol-0.3.2/aclocal.m4-1179-    *[[\\\\\\\`\\"\\\$]]*)
gbemol-0.3.2/aclocal.m4:1180:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gbemol-0.3.2/aclocal.m4-1181-      ;;
##############################################
gbemol-0.3.2/aclocal.m4-1190-*'\\\[$]0 --fallback-echo"')dnl "
gbemol-0.3.2/aclocal.m4:1191:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
gbemol-0.3.2/aclocal.m4-1192-  ;;
##############################################
gbemol-0.3.2/aclocal.m4-1326-
gbemol-0.3.2/aclocal.m4:1327:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gbemol-0.3.2/aclocal.m4-1328-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gbemol-0.3.2/aclocal.m4-1673-    }'
gbemol-0.3.2/aclocal.m4:1674:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/aclocal.m4-1675-# Check for a 64-bit object if we didn't find anything.
gbemol-0.3.2/aclocal.m4-1676-if test -z "$aix_libpath"; then
gbemol-0.3.2/aclocal.m4:1677:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/aclocal.m4-1678-fi],[])
##############################################
gbemol-0.3.2/aclocal.m4-1705-  # Remove one level of quotation (which was required for Make).
gbemol-0.3.2/aclocal.m4:1706:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
gbemol-0.3.2/aclocal.m4-1707-  ;;
##############################################
gbemol-0.3.2/aclocal.m4-1716-  :
gbemol-0.3.2/aclocal.m4:1717:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
gbemol-0.3.2/aclocal.m4-1718-  # Yippee, $ECHO works!
##############################################
gbemol-0.3.2/aclocal.m4-1742-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gbemol-0.3.2/aclocal.m4:1743:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
gbemol-0.3.2/aclocal.m4-1744-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
gbemol-0.3.2/aclocal.m4-1750-
gbemol-0.3.2/aclocal.m4:1751:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1752:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1753-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1765-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gbemol-0.3.2/aclocal.m4:1766:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1767:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1768-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1777-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1778:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1779-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1792-        ECHO='printf %s\n'
gbemol-0.3.2/aclocal.m4:1793:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1794:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1795-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1797-	  :
gbemol-0.3.2/aclocal.m4:1798:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1799-	     test "X$echo_testing_string" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1800:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1801-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1806-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
gbemol-0.3.2/aclocal.m4:1807:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1808-	     test "X$echo_testing_string" = 'X\t' &&
gbemol-0.3.2/aclocal.m4:1809:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/aclocal.m4-1810-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/aclocal.m4-1816-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
gbemol-0.3.2/aclocal.m4:1817:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
gbemol-0.3.2/aclocal.m4-1818-	    then
##############################################
gbemol-0.3.2/aclocal.m4-1824-	  if test "$prev" != 'sed 50q "[$]0"'; then
gbemol-0.3.2/aclocal.m4:1825:	    echo_test_string=`eval $prev`
gbemol-0.3.2/aclocal.m4-1826-	    export echo_test_string
##############################################
gbemol-0.3.2/aclocal.m4-1867-  if AC_TRY_EVAL(ac_compile); then
gbemol-0.3.2/aclocal.m4:1868:    case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/aclocal.m4-1869-      *ELF-32*)
##############################################
gbemol-0.3.2/aclocal.m4-1883-    if test "$lt_cv_prog_gnu_ld" = yes; then
gbemol-0.3.2/aclocal.m4:1884:      case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/aclocal.m4-1885-	*32-bit*)
##############################################
gbemol-0.3.2/aclocal.m4-1895-    else
gbemol-0.3.2/aclocal.m4:1896:      case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/aclocal.m4-1897-	*32-bit*)
##############################################
gbemol-0.3.2/aclocal.m4-2187-    # And add a safety zone
gbemol-0.3.2/aclocal.m4:2188:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gbemol-0.3.2/aclocal.m4:2189:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gbemol-0.3.2/aclocal.m4-2190-    ;;
##############################################
gbemol-0.3.2/aclocal.m4-2215-    if test -n "$kargmax"; then
gbemol-0.3.2/aclocal.m4:2216:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gbemol-0.3.2/aclocal.m4-2217-    else
##############################################
gbemol-0.3.2/aclocal.m4-2223-    if test -n "$lt_cv_sys_max_cmd_len"; then
gbemol-0.3.2/aclocal.m4:2224:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gbemol-0.3.2/aclocal.m4:2225:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gbemol-0.3.2/aclocal.m4-2226-    else
##############################################
gbemol-0.3.2/aclocal.m4-2235-      # we can't tell.
gbemol-0.3.2/aclocal.m4:2236:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
gbemol-0.3.2/aclocal.m4-2237-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gbemol-0.3.2/aclocal.m4-2239-      do
gbemol-0.3.2/aclocal.m4:2240:        i=`expr $i + 1`
gbemol-0.3.2/aclocal.m4-2241-        teststring=$teststring$teststring
##############################################
gbemol-0.3.2/aclocal.m4-2243-      # Only check the string length outside the loop.
gbemol-0.3.2/aclocal.m4:2244:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gbemol-0.3.2/aclocal.m4-2245-      teststring=
##############################################
gbemol-0.3.2/aclocal.m4-2248-      # linker.  It appears as though 1/2 is a usable value.
gbemol-0.3.2/aclocal.m4:2249:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gbemol-0.3.2/aclocal.m4-2250-    fi
##############################################
gbemol-0.3.2/aclocal.m4-2563-  if test "$hard_links" = no; then
gbemol-0.3.2/aclocal.m4:2564:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gbemol-0.3.2/aclocal.m4-2565-    need_locks=warn
##############################################
gbemol-0.3.2/aclocal.m4-2689-  esac
gbemol-0.3.2/aclocal.m4:2690:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gbemol-0.3.2/aclocal.m4-2691-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
gbemol-0.3.2/aclocal.m4-2695-    # okay in the real world where ";" in dirpaths is itself problematic.
gbemol-0.3.2/aclocal.m4:2696:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gbemol-0.3.2/aclocal.m4-2697-  else
gbemol-0.3.2/aclocal.m4:2698:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gbemol-0.3.2/aclocal.m4-2699-  fi
##############################################
gbemol-0.3.2/aclocal.m4-2702-  lt_tmp_lt_search_path_spec=
gbemol-0.3.2/aclocal.m4:2703:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gbemol-0.3.2/aclocal.m4-2704-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gbemol-0.3.2/aclocal.m4-2731-}'`
gbemol-0.3.2/aclocal.m4:2732:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
gbemol-0.3.2/aclocal.m4-2733-else
##############################################
gbemol-0.3.2/aclocal.m4-2819-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gbemol-0.3.2/aclocal.m4:2820:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gbemol-0.3.2/aclocal.m4-2821-    ;;
##############################################
gbemol-0.3.2/aclocal.m4-2854-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gbemol-0.3.2/aclocal.m4:2855:    postinstall_cmds='base_file=`basename \${file}`~
gbemol-0.3.2/aclocal.m4:2856:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gbemol-0.3.2/aclocal.m4:2857:      dldir=$destdir/`dirname \$dlpath`~
gbemol-0.3.2/aclocal.m4-2858-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gbemol-0.3.2/aclocal.m4-2863-      fi'
gbemol-0.3.2/aclocal.m4:2864:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gbemol-0.3.2/aclocal.m4-2865-      dlpath=$dir/\$dldll~
##############################################
gbemol-0.3.2/aclocal.m4-2871-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gbemol-0.3.2/aclocal.m4:2872:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/aclocal.m4-2873-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gbemol-0.3.2/aclocal.m4-2876-      # MinGW DLLs use traditional 'lib' prefix
gbemol-0.3.2/aclocal.m4:2877:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/aclocal.m4:2878:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gbemol-0.3.2/aclocal.m4-2879-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
gbemol-0.3.2/aclocal.m4-2885-        # which wouldn't understand a cygwinified path. Ahh.
gbemol-0.3.2/aclocal.m4:2886:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gbemol-0.3.2/aclocal.m4-2887-      else
gbemol-0.3.2/aclocal.m4:2888:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gbemol-0.3.2/aclocal.m4-2889-      fi
##############################################
gbemol-0.3.2/aclocal.m4-2892-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gbemol-0.3.2/aclocal.m4:2893:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/aclocal.m4-2894-      ;;
##############################################
gbemol-0.3.2/aclocal.m4-2898-  *)
gbemol-0.3.2/aclocal.m4:2899:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gbemol-0.3.2/aclocal.m4-2900-    ;;
##############################################
gbemol-0.3.2/aclocal.m4-2915-  shlibpath_var=DYLD_LIBRARY_PATH
gbemol-0.3.2/aclocal.m4:2916:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gbemol-0.3.2/aclocal.m4-2917-m4_if([$1], [],[
##############################################
gbemol-0.3.2/aclocal.m4-3116-  if test -f /etc/ld.so.conf; then
gbemol-0.3.2/aclocal.m4:3117:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gbemol-0.3.2/aclocal.m4-3118-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gbemol-0.3.2/aclocal.m4-3178-  shlibpath_var=LD_LIBRARY_PATH
gbemol-0.3.2/aclocal.m4:3179:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/aclocal.m4-3180-    case $host_os in
##############################################
gbemol-0.3.2/aclocal.m4-3393-	"file_magic "*)
gbemol-0.3.2/aclocal.m4:3394:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gbemol-0.3.2/aclocal.m4-3395-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gbemol-0.3.2/aclocal.m4-3475-    # gcc leaves a trailing carriage return which upsets mingw
gbemol-0.3.2/aclocal.m4:3476:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gbemol-0.3.2/aclocal.m4-3477-  *)
gbemol-0.3.2/aclocal.m4:3478:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gbemol-0.3.2/aclocal.m4-3479-  esac
##############################################
gbemol-0.3.2/aclocal.m4-3484-      # Canonicalize the pathname of ld
gbemol-0.3.2/aclocal.m4:3485:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gbemol-0.3.2/aclocal.m4-3486-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gbemol-0.3.2/aclocal.m4:3487:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gbemol-0.3.2/aclocal.m4-3488-      done
##############################################
gbemol-0.3.2/aclocal.m4-3515-      # Break only if it was the GNU/non-GNU ld that we prefer.
gbemol-0.3.2/aclocal.m4:3516:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gbemol-0.3.2/aclocal.m4-3517-      *GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/aclocal.m4-3555-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gbemol-0.3.2/aclocal.m4:3556:case `$LD -v 2>&1 </dev/null` in
gbemol-0.3.2/aclocal.m4-3557-*GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/aclocal.m4-3739-openbsd*)
gbemol-0.3.2/aclocal.m4:3740:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/aclocal.m4-3741-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gbemol-0.3.2/aclocal.m4-3830-	# Tru64's nm complains that /dev/null is an invalid object file
gbemol-0.3.2/aclocal.m4:3831:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gbemol-0.3.2/aclocal.m4-3832-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gbemol-0.3.2/aclocal.m4-3836-	*)
gbemol-0.3.2/aclocal.m4:3837:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gbemol-0.3.2/aclocal.m4-3838-	  */dev/null*)
##############################################
gbemol-0.3.2/aclocal.m4-4001-# If we're using GNU nm, then use its standard symbol codes.
gbemol-0.3.2/aclocal.m4:4002:case `$NM -V 2>&1` in
gbemol-0.3.2/aclocal.m4-4003-*GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/aclocal.m4-4019-mingw*)
gbemol-0.3.2/aclocal.m4:4020:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gbemol-0.3.2/aclocal.m4-4021-  ;;
##############################################
gbemol-0.3.2/aclocal.m4-4070-    nlist=conftest.nm
gbemol-0.3.2/aclocal.m4:4071:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
gbemol-0.3.2/aclocal.m4-4072-      # Try sorting and uniquifying the output.
##############################################
gbemol-0.3.2/aclocal.m4-4377-	  *)
gbemol-0.3.2/aclocal.m4:4378:	    case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/aclocal.m4-4379-	    *Sun\ C*)
##############################################
gbemol-0.3.2/aclocal.m4-4661-      *)
gbemol-0.3.2/aclocal.m4:4662:	case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/aclocal.m4-4663-	*Sun\ C*)
##############################################
gbemol-0.3.2/aclocal.m4-4910-    supports_anon_versioning=no
gbemol-0.3.2/aclocal.m4:4911:    case `$LD -v 2>&1` in
gbemol-0.3.2/aclocal.m4-4912-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gbemol-0.3.2/aclocal.m4-4975-	# is EXPORTS), use it as is; otherwise, prepend...
gbemol-0.3.2/aclocal.m4:4976:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gbemol-0.3.2/aclocal.m4-4977-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gbemol-0.3.2/aclocal.m4-4998-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gbemol-0.3.2/aclocal.m4:4999:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gbemol-0.3.2/aclocal.m4:5000:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gbemol-0.3.2/aclocal.m4-5001-      ;;
##############################################
gbemol-0.3.2/aclocal.m4-5016-        pgcc*)				# Portland Group C compiler
gbemol-0.3.2/aclocal.m4:5017:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gbemol-0.3.2/aclocal.m4-5018-	  tmp_addflag=' $pic_flag'
##############################################
gbemol-0.3.2/aclocal.m4-5020-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gbemol-0.3.2/aclocal.m4:5021:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gbemol-0.3.2/aclocal.m4-5022-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gbemol-0.3.2/aclocal.m4-5035-	esac
gbemol-0.3.2/aclocal.m4:5036:	case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/aclocal.m4-5037-	*Sun\ C*)			# Sun C 5.9
gbemol-0.3.2/aclocal.m4:5038:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gbemol-0.3.2/aclocal.m4-5039-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gbemol-0.3.2/aclocal.m4-5104-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gbemol-0.3.2/aclocal.m4:5105:      case `$LD -v 2>&1` in
gbemol-0.3.2/aclocal.m4-5106-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gbemol-0.3.2/aclocal.m4-5225-	# below for broken collect2 doesn't work under 4.3+
gbemol-0.3.2/aclocal.m4:5226:	  collect2name=`${CC} -print-prog-name=collect2`
gbemol-0.3.2/aclocal.m4-5227-	  if test -f "$collect2name" &&
##############################################
gbemol-0.3.2/aclocal.m4-5274-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gbemol-0.3.2/aclocal.m4:5275:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gbemol-0.3.2/aclocal.m4-5276-      else
##############################################
gbemol-0.3.2/aclocal.m4-5329-      # FIXME: Setting linknames here is a bad hack.
gbemol-0.3.2/aclocal.m4:5330:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
gbemol-0.3.2/aclocal.m4-5331-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gbemol-0.3.2/aclocal.m4-5334-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
gbemol-0.3.2/aclocal.m4:5335:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
gbemol-0.3.2/aclocal.m4-5336-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
gbemol-0.3.2/aclocal.m4-5464-      if test "$GCC" = yes; then
gbemol-0.3.2/aclocal.m4:5465:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-5466-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gbemol-0.3.2/aclocal.m4-5471-        AC_LINK_IFELSE(int foo(void) {},
gbemol-0.3.2/aclocal.m4:5472:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gbemol-0.3.2/aclocal.m4-5473-        )
##############################################
gbemol-0.3.2/aclocal.m4-5475-      else
gbemol-0.3.2/aclocal.m4:5476:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4:5477:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gbemol-0.3.2/aclocal.m4-5478-      fi
##############################################
gbemol-0.3.2/aclocal.m4-5512-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gbemol-0.3.2/aclocal.m4:5513:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/aclocal.m4-5514-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gbemol-0.3.2/aclocal.m4-5545-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gbemol-0.3.2/aclocal.m4:5546:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-5547-      else
gbemol-0.3.2/aclocal.m4-5548-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gbemol-0.3.2/aclocal.m4:5549:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-5550-      fi
##############################################
gbemol-0.3.2/aclocal.m4-5558-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gbemol-0.3.2/aclocal.m4:5559:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-5560-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gbemol-0.3.2/aclocal.m4-5562-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gbemol-0.3.2/aclocal.m4:5563:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4:5564:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gbemol-0.3.2/aclocal.m4:5565:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gbemol-0.3.2/aclocal.m4-5566-
##############################################
gbemol-0.3.2/aclocal.m4-5581-      else
gbemol-0.3.2/aclocal.m4:5582:	case `$CC -V 2>&1` in
gbemol-0.3.2/aclocal.m4-5583-	*"Compilers 5.0"*)
##############################################
gbemol-0.3.2/aclocal.m4-5773-        _LT_TAGVAR(allow_undefined_flag, $1)=
gbemol-0.3.2/aclocal.m4:5774:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gbemol-0.3.2/aclocal.m4-5775-        then
##############################################
gbemol-0.3.2/aclocal.m4-6083-        # ancient GNU ld didn't support --whole-archive et. al.
gbemol-0.3.2/aclocal.m4:6084:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gbemol-0.3.2/aclocal.m4-6085-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gbemol-0.3.2/aclocal.m4-6166-          # below for broken collect2 doesn't work under 4.3+
gbemol-0.3.2/aclocal.m4:6167:	  collect2name=`${CC} -print-prog-name=collect2`
gbemol-0.3.2/aclocal.m4-6168-	  if test -f "$collect2name" &&
##############################################
gbemol-0.3.2/aclocal.m4-6216-
gbemol-0.3.2/aclocal.m4:6217:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gbemol-0.3.2/aclocal.m4-6218-        else
##############################################
gbemol-0.3.2/aclocal.m4-6273-          # is EXPORTS), use it as is; otherwise, prepend...
gbemol-0.3.2/aclocal.m4:6274:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gbemol-0.3.2/aclocal.m4-6275-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
gbemol-0.3.2/aclocal.m4-6349-            # dependencies.
gbemol-0.3.2/aclocal.m4:6350:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gbemol-0.3.2/aclocal.m4-6351-            ;;
##############################################
gbemol-0.3.2/aclocal.m4-6414-	    # dependencies.
gbemol-0.3.2/aclocal.m4:6415:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gbemol-0.3.2/aclocal.m4-6416-	    ;;
##############################################
gbemol-0.3.2/aclocal.m4-6450-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gbemol-0.3.2/aclocal.m4:6451:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gbemol-0.3.2/aclocal.m4:6452:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gbemol-0.3.2/aclocal.m4-6453-	;;
##############################################
gbemol-0.3.2/aclocal.m4-6457-	    # SGI C++
gbemol-0.3.2/aclocal.m4:6458:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-6459-
##############################################
gbemol-0.3.2/aclocal.m4-6468-	      if test "$with_gnu_ld" = no; then
gbemol-0.3.2/aclocal.m4:6469:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-6470-	      else
gbemol-0.3.2/aclocal.m4:6471:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
gbemol-0.3.2/aclocal.m4-6472-	      fi
##############################################
gbemol-0.3.2/aclocal.m4-6489-	    # to its proper name (with version) after linking.
gbemol-0.3.2/aclocal.m4:6490:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gbemol-0.3.2/aclocal.m4:6491:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gbemol-0.3.2/aclocal.m4-6492-	    # Commands to make compiler produce verbose output that lists
##############################################
gbemol-0.3.2/aclocal.m4-6499-	    # dependencies.
gbemol-0.3.2/aclocal.m4:6500:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gbemol-0.3.2/aclocal.m4-6501-
##############################################
gbemol-0.3.2/aclocal.m4-6514-	    # earlier do not add the objects themselves.
gbemol-0.3.2/aclocal.m4:6515:	    case `$CC -V 2>&1` in
gbemol-0.3.2/aclocal.m4-6516-	      *"Version 7."*)
##############################################
gbemol-0.3.2/aclocal.m4-6535-            # Portland Group C++ compiler
gbemol-0.3.2/aclocal.m4:6536:	    case `$CC -V` in
gbemol-0.3.2/aclocal.m4-6537-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
gbemol-0.3.2/aclocal.m4-6540-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gbemol-0.3.2/aclocal.m4:6541:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
gbemol-0.3.2/aclocal.m4-6542-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gbemol-0.3.2/aclocal.m4-6544-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gbemol-0.3.2/aclocal.m4:6545:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
gbemol-0.3.2/aclocal.m4-6546-		$RANLIB $oldlib'
##############################################
gbemol-0.3.2/aclocal.m4-6549-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gbemol-0.3.2/aclocal.m4:6550:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gbemol-0.3.2/aclocal.m4-6551-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gbemol-0.3.2/aclocal.m4-6553-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gbemol-0.3.2/aclocal.m4:6554:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gbemol-0.3.2/aclocal.m4-6555-	      ;;
##############################################
gbemol-0.3.2/aclocal.m4-6563-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gbemol-0.3.2/aclocal.m4:6564:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gbemol-0.3.2/aclocal.m4-6565-            ;;
##############################################
gbemol-0.3.2/aclocal.m4-6582-	    # dependencies.
gbemol-0.3.2/aclocal.m4:6583:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gbemol-0.3.2/aclocal.m4-6584-	    ;;
##############################################
gbemol-0.3.2/aclocal.m4-6597-	  *)
gbemol-0.3.2/aclocal.m4:6598:	    case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/aclocal.m4-6599-	    *Sun\ C*)
##############################################
gbemol-0.3.2/aclocal.m4-6604-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gbemol-0.3.2/aclocal.m4:6605:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gbemol-0.3.2/aclocal.m4-6606-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gbemol-0.3.2/aclocal.m4-6674-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gbemol-0.3.2/aclocal.m4:6675:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/aclocal.m4-6676-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gbemol-0.3.2/aclocal.m4-6693-	    # to its proper name (with version) after linking.
gbemol-0.3.2/aclocal.m4:6694:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gbemol-0.3.2/aclocal.m4-6695-
##############################################
gbemol-0.3.2/aclocal.m4-6714-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gbemol-0.3.2/aclocal.m4:6715:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-6716-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gbemol-0.3.2/aclocal.m4-6719-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gbemol-0.3.2/aclocal.m4:6720:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4:6721:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gbemol-0.3.2/aclocal.m4-6722-	          echo "-hidden">> $lib.exp~
gbemol-0.3.2/aclocal.m4:6723:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
gbemol-0.3.2/aclocal.m4-6724-	          $RM $lib.exp'
##############################################
gbemol-0.3.2/aclocal.m4-6738-	    # dependencies.
gbemol-0.3.2/aclocal.m4:6739:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gbemol-0.3.2/aclocal.m4-6740-	    ;;
##############################################
gbemol-0.3.2/aclocal.m4-6745-	        osf3*)
gbemol-0.3.2/aclocal.m4:6746:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-6747-		  ;;
gbemol-0.3.2/aclocal.m4-6748-	        *)
gbemol-0.3.2/aclocal.m4:6749:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gbemol-0.3.2/aclocal.m4-6750-		  ;;
##############################################
gbemol-0.3.2/aclocal.m4-7044-
gbemol-0.3.2/aclocal.m4:7045:  for p in `eval "$output_verbose_link_cmd"`; do
gbemol-0.3.2/aclocal.m4-7046-    case $p in
##############################################
gbemol-0.3.2/aclocal.m4-7130-linux*)
gbemol-0.3.2/aclocal.m4:7131:  case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/aclocal.m4-7132-  *Sun\ C*)
##############################################
gbemol-0.3.2/aclocal.m4-7181-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gbemol-0.3.2/aclocal.m4:7182: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gbemol-0.3.2/aclocal.m4-7183-fi
##############################################
gbemol-0.3.2/aclocal.m4-7715-    test $lt_ac_count -gt 10 && break
gbemol-0.3.2/aclocal.m4:7716:    lt_ac_count=`expr $lt_ac_count + 1`
gbemol-0.3.2/aclocal.m4-7717-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gbemol-0.3.2/aclocal.m4-7890-  # Extract subdirectory from the argument.
gbemol-0.3.2/aclocal.m4:7891:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gbemol-0.3.2/aclocal.m4-7892-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gbemol-0.3.2/aclocal.m4-7901-{
gbemol-0.3.2/aclocal.m4:7902:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gbemol-0.3.2/aclocal.m4-7903-}
##############################################
gbemol-0.3.2/aclocal.m4-7931-{
gbemol-0.3.2/aclocal.m4:7932:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
gbemol-0.3.2/aclocal.m4:7933:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
gbemol-0.3.2/aclocal.m4-7934-}
##############################################
gbemol-0.3.2/aclocal.m4-7938-{
gbemol-0.3.2/aclocal.m4:7939:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
gbemol-0.3.2/aclocal.m4-7940-}
##############################################
gbemol-0.3.2/aclocal.m4-7944-{
gbemol-0.3.2/aclocal.m4:7945:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
gbemol-0.3.2/aclocal.m4-7946-}
##############################################
gbemol-0.3.2/aclocal.m4-7950-{
gbemol-0.3.2/aclocal.m4:7951:  func_arith_result=`expr "$[@]"`
gbemol-0.3.2/aclocal.m4-7952-}
##############################################
gbemol-0.3.2/aclocal.m4-7957-{
gbemol-0.3.2/aclocal.m4:7958:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
gbemol-0.3.2/aclocal.m4-7959-}
##############################################
gbemol-0.3.2/aclocal.m4-8420-m4_define([lt_combine],
gbemol-0.3.2/aclocal.m4:8421:[m4_if(m4_eval([$# > 3]), [1],
gbemol-0.3.2/aclocal.m4-8422-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gbemol-0.3.2/aclocal.m4-8698-    PKG_CHECK_EXISTS([$3],
gbemol-0.3.2/aclocal.m4:8699:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
gbemol-0.3.2/aclocal.m4-8700-		     [pkg_failed=yes])
##############################################
gbemol-0.3.2/aclocal.m4-8745-        if test $_pkg_short_errors_supported = yes; then
gbemol-0.3.2/aclocal.m4:8746:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
gbemol-0.3.2/aclocal.m4-8747-        else 
gbemol-0.3.2/aclocal.m4:8748:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
gbemol-0.3.2/aclocal.m4-8749-        fi
##############################################
gbemol-0.3.2/aclocal.m4-8828-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gbemol-0.3.2/aclocal.m4:8829:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gbemol-0.3.2/aclocal.m4-8830-#
##############################################
gbemol-0.3.2/aclocal.m4-8852-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gbemol-0.3.2/aclocal.m4:8853:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gbemol-0.3.2/aclocal.m4-8854-# and then we would define $MISSING as
##############################################
gbemol-0.3.2/aclocal.m4-8868-# expand $ac_aux_dir to an absolute path
gbemol-0.3.2/aclocal.m4:8869:am_aux_dir=`cd $ac_aux_dir && pwd`
gbemol-0.3.2/aclocal.m4-8870-])
##############################################
gbemol-0.3.2/aclocal.m4-8991-  if test "$am_compiler_list" = ""; then
gbemol-0.3.2/aclocal.m4:8992:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gbemol-0.3.2/aclocal.m4-8993-  fi
##############################################
gbemol-0.3.2/aclocal.m4-9112-  # Strip MF so we end up with the name of the file.
gbemol-0.3.2/aclocal.m4:9113:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gbemol-0.3.2/aclocal.m4-9114-  # Check whether this is an Automake generated Makefile or not.
##############################################
gbemol-0.3.2/aclocal.m4-9121-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gbemol-0.3.2/aclocal.m4:9122:    dirpart=`AS_DIRNAME("$mf")`
gbemol-0.3.2/aclocal.m4-9123-  else
##############################################
gbemol-0.3.2/aclocal.m4-9127-  # from the Makefile without running `make'.
gbemol-0.3.2/aclocal.m4:9128:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gbemol-0.3.2/aclocal.m4-9129-  test -z "$DEPDIR" && continue
gbemol-0.3.2/aclocal.m4:9130:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gbemol-0.3.2/aclocal.m4-9131-  test -z "am__include" && continue
gbemol-0.3.2/aclocal.m4:9132:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gbemol-0.3.2/aclocal.m4-9133-  # When using ansi2knr, U may be empty or an underscore; expand it
gbemol-0.3.2/aclocal.m4:9134:  U=`sed -n 's/^U = //p' < "$mf"`
gbemol-0.3.2/aclocal.m4-9135-  # Find all dependency output files, they are included files with
##############################################
gbemol-0.3.2/aclocal.m4-9143-    test -f "$dirpart/$file" && continue
gbemol-0.3.2/aclocal.m4:9144:    fdir=`AS_DIRNAME(["$file"])`
gbemol-0.3.2/aclocal.m4-9145-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
gbemol-0.3.2/aclocal.m4-9209-AC_REQUIRE([AC_PROG_INSTALL])dnl
gbemol-0.3.2/aclocal.m4:9210:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gbemol-0.3.2/aclocal.m4-9211-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gbemol-0.3.2/aclocal.m4-9298-    * )
gbemol-0.3.2/aclocal.m4:9299:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gbemol-0.3.2/aclocal.m4-9300-  esac
gbemol-0.3.2/aclocal.m4-9301-done
gbemol-0.3.2/aclocal.m4:9302:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gbemol-0.3.2/aclocal.m4-9303-
##############################################
gbemol-0.3.2/aclocal.m4-9399-# case it prints its new name instead of `make'.
gbemol-0.3.2/aclocal.m4:9400:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gbemol-0.3.2/aclocal.m4-9401-   am__include=include
##############################################
gbemol-0.3.2/aclocal.m4-9407-   echo '.include "confinc"' > confmf
gbemol-0.3.2/aclocal.m4:9408:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gbemol-0.3.2/aclocal.m4-9409-      am__include=.include
##############################################
gbemol-0.3.2/aclocal.m4-9538-if (
gbemol-0.3.2/aclocal.m4:9539:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gbemol-0.3.2/aclocal.m4-9540-   if test "$[*]" = "X"; then
gbemol-0.3.2/aclocal.m4-9541-      # -L didn't work.
gbemol-0.3.2/aclocal.m4:9542:      set X `ls -t $srcdir/configure conftest.file`
gbemol-0.3.2/aclocal.m4-9543-   fi
##############################################
gbemol-0.3.2/Makefile.in-58-	ps-recursive uninstall-recursive
gbemol-0.3.2/Makefile.in:59:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gbemol-0.3.2/Makefile.in-60-am__vpath_adj = case $$p in \
gbemol-0.3.2/Makefile.in:61:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gbemol-0.3.2/Makefile.in-62-    *) f=$$p;; \
gbemol-0.3.2/Makefile.in-63-  esac;
gbemol-0.3.2/Makefile.in:64:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gbemol-0.3.2/Makefile.in-65-am__installdirs = "$(DESTDIR)$(desktopdir)"
##############################################
gbemol-0.3.2/Makefile.in-342-	dot_seen=no; \
gbemol-0.3.2/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
gbemol-0.3.2/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gbemol-0.3.2/Makefile.in-377-	rev="$$rev ."; \
gbemol-0.3.2/Makefile.in:378:	target=`echo $@ | sed s/-recursive//`; \
gbemol-0.3.2/Makefile.in-379-	for subdir in $$rev; do \
##############################################
gbemol-0.3.2/Makefile.in-450-GTAGS:
gbemol-0.3.2/Makefile.in:451:	here=`$(am__cd) $(top_builddir) && pwd` \
gbemol-0.3.2/Makefile.in-452-	  && cd $(top_srcdir) \
##############################################
gbemol-0.3.2/Makefile.in-460-	test -d $(distdir) || mkdir $(distdir)
gbemol-0.3.2/Makefile.in:461:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/Makefile.in:462:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/Makefile.in-463-	list='$(DISTFILES)'; \
##############################################
gbemol-0.3.2/Makefile.in-474-	  if test -d $$d/$$file; then \
gbemol-0.3.2/Makefile.in:475:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gbemol-0.3.2/Makefile.in-476-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gbemol-0.3.2/Makefile.in-490-	    || exit 1; \
gbemol-0.3.2/Makefile.in:491:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gbemol-0.3.2/Makefile.in:492:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gbemol-0.3.2/Makefile.in-493-	    (cd $$subdir && \
##############################################
gbemol-0.3.2/Makefile.in-561-	chmod a-w $(distdir)
gbemol-0.3.2/Makefile.in:562:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gbemol-0.3.2/Makefile.in-563-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gbemol-0.3.2/Makefile.in-592-	@cd $(distuninstallcheck_dir) \
gbemol-0.3.2/Makefile.in:593:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gbemol-0.3.2/Makefile.in-594-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gbemol-0.3.2/Makefile.in-604-	fi
gbemol-0.3.2/Makefile.in:605:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gbemol-0.3.2/Makefile.in-606-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gbemol-0.3.2/mkinstalldirs-69-do
gbemol-0.3.2/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
gbemol-0.3.2/mkinstalldirs-71-  shift
##############################################
gbemol-0.3.2/intltool-merge.in-102-    # If either a file exists, or when run it returns 0 exit status
gbemol-0.3.2/intltool-merge.in:103:    return 1 if ((-x $file) or (system("$file -l >$devnull") == 0));
gbemol-0.3.2/intltool-merge.in-104-    return 0;
##############################################
gbemol-0.3.2/intltool-merge.in-362-
gbemol-0.3.2/intltool-merge.in:363:    system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull");
gbemol-0.3.2/intltool-merge.in-364-    if ($?) {
##############################################
gbemol-0.3.2/po/Makefile.in.in-58-
gbemol-0.3.2/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
gbemol-0.3.2/po/Makefile.in.in-60-
##############################################
gbemol-0.3.2/po/Makefile.in.in-83-.po.gmo:
gbemol-0.3.2/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
gbemol-0.3.2/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gbemol-0.3.2/po/Makefile.in.in-184-	  echo "$$lang:"; \
gbemol-0.3.2/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gbemol-0.3.2/po/Makefile.in.in-186-	  if $$result; then \
##############################################
gbemol-0.3.2/config.sub-56-
gbemol-0.3.2/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
gbemol-0.3.2/config.sub-58-
##############################################
gbemol-0.3.2/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
gbemol-0.3.2/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gbemol-0.3.2/config.sub-122-case $maybe_os in
##############################################
gbemol-0.3.2/config.sub-126-    os=-$maybe_os
gbemol-0.3.2/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gbemol-0.3.2/config.sub-128-    ;;
gbemol-0.3.2/config.sub-129-  *)
gbemol-0.3.2/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gbemol-0.3.2/config.sub-131-    if [ $basic_machine != $1 ]
gbemol-0.3.2/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
gbemol-0.3.2/config.sub-133-    else os=; fi
##############################################
gbemol-0.3.2/config.sub-177-		os=-sco5v6
gbemol-0.3.2/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-179-		;;
##############################################
gbemol-0.3.2/config.sub-181-		os=-sco3.2v5
gbemol-0.3.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-183-		;;
##############################################
gbemol-0.3.2/config.sub-185-		os=-sco3.2v4
gbemol-0.3.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-187-		;;
gbemol-0.3.2/config.sub-188-	-sco3.2.[4-9]*)
gbemol-0.3.2/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gbemol-0.3.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-191-		;;
##############################################
gbemol-0.3.2/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
gbemol-0.3.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-195-		;;
##############################################
gbemol-0.3.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gbemol-0.3.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-199-		;;
##############################################
gbemol-0.3.2/config.sub-201-		os=-sco3.2v2
gbemol-0.3.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-203-		;;
gbemol-0.3.2/config.sub-204-	-udk*)
gbemol-0.3.2/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-206-		;;
##############################################
gbemol-0.3.2/config.sub-208-		os=-isc2.2
gbemol-0.3.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-210-		;;
##############################################
gbemol-0.3.2/config.sub-214-	-isc*)
gbemol-0.3.2/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gbemol-0.3.2/config.sub-216-		;;
##############################################
gbemol-0.3.2/config.sub-220-	-ptx*)
gbemol-0.3.2/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gbemol-0.3.2/config.sub-222-		;;
gbemol-0.3.2/config.sub-223-	-windowsnt*)
gbemol-0.3.2/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gbemol-0.3.2/config.sub-225-		;;
##############################################
gbemol-0.3.2/config.sub-310-	*-*-*)
gbemol-0.3.2/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gbemol-0.3.2/config.sub-312-		exit 1
##############################################
gbemol-0.3.2/config.sub-412-	amd64-*)
gbemol-0.3.2/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-414-		;;
##############################################
gbemol-0.3.2/config.sub-633-	i*86v32)
gbemol-0.3.2/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gbemol-0.3.2/config.sub-635-		os=-sysv32
##############################################
gbemol-0.3.2/config.sub-637-	i*86v4*)
gbemol-0.3.2/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gbemol-0.3.2/config.sub-639-		os=-sysv4
##############################################
gbemol-0.3.2/config.sub-641-	i*86v)
gbemol-0.3.2/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gbemol-0.3.2/config.sub-643-		os=-sysv
##############################################
gbemol-0.3.2/config.sub-645-	i*86sol2)
gbemol-0.3.2/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gbemol-0.3.2/config.sub-647-		os=-solaris2
##############################################
gbemol-0.3.2/config.sub-693-	mips3*-*)
gbemol-0.3.2/config.sub:694:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gbemol-0.3.2/config.sub-695-		;;
gbemol-0.3.2/config.sub-696-	mips3*)
gbemol-0.3.2/config.sub:697:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gbemol-0.3.2/config.sub-698-		;;
##############################################
gbemol-0.3.2/config.sub-711-	ms1-*)
gbemol-0.3.2/config.sub:712:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gbemol-0.3.2/config.sub-713-		;;
##############################################
gbemol-0.3.2/config.sub-824-	pc98-*)
gbemol-0.3.2/config.sub:825:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-826-		;;
##############################################
gbemol-0.3.2/config.sub-839-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gbemol-0.3.2/config.sub:840:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-841-		;;
gbemol-0.3.2/config.sub-842-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gbemol-0.3.2/config.sub:843:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-844-		;;
gbemol-0.3.2/config.sub-845-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gbemol-0.3.2/config.sub:846:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-847-		;;
gbemol-0.3.2/config.sub-848-	pentium4-*)
gbemol-0.3.2/config.sub:849:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-850-		;;
##############################################
gbemol-0.3.2/config.sub-857-		;;
gbemol-0.3.2/config.sub:858:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-859-		;;
##############################################
gbemol-0.3.2/config.sub-863-	ppcle-* | powerpclittle-*)
gbemol-0.3.2/config.sub:864:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-865-		;;
##############################################
gbemol-0.3.2/config.sub-867-		;;
gbemol-0.3.2/config.sub:868:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-869-		;;
##############################################
gbemol-0.3.2/config.sub-873-	ppc64le-* | powerpc64little-*)
gbemol-0.3.2/config.sub:874:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gbemol-0.3.2/config.sub-875-		;;
##############################################
gbemol-0.3.2/config.sub-1157-	*)
gbemol-0.3.2/config.sub:1158:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gbemol-0.3.2/config.sub-1159-		exit 1
##############################################
gbemol-0.3.2/config.sub-1165-	*-digital*)
gbemol-0.3.2/config.sub:1166:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gbemol-0.3.2/config.sub-1167-		;;
gbemol-0.3.2/config.sub-1168-	*-commodore*)
gbemol-0.3.2/config.sub:1169:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gbemol-0.3.2/config.sub-1170-		;;
##############################################
gbemol-0.3.2/config.sub-1183-	-solaris1 | -solaris1.*)
gbemol-0.3.2/config.sub:1184:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gbemol-0.3.2/config.sub-1185-		;;
##############################################
gbemol-0.3.2/config.sub-1195-	-gnu/linux*)
gbemol-0.3.2/config.sub:1196:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gbemol-0.3.2/config.sub-1197-		;;
##############################################
gbemol-0.3.2/config.sub-1239-	-nto*)
gbemol-0.3.2/config.sub:1240:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gbemol-0.3.2/config.sub-1241-		;;
##############################################
gbemol-0.3.2/config.sub-1246-	-mac*)
gbemol-0.3.2/config.sub:1247:		os=`echo $os | sed -e 's|mac|macos|'`
gbemol-0.3.2/config.sub-1248-		;;
##############################################
gbemol-0.3.2/config.sub-1252-	-linux*)
gbemol-0.3.2/config.sub:1253:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gbemol-0.3.2/config.sub-1254-		;;
gbemol-0.3.2/config.sub-1255-	-sunos5*)
gbemol-0.3.2/config.sub:1256:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gbemol-0.3.2/config.sub-1257-		;;
gbemol-0.3.2/config.sub-1258-	-sunos6*)
gbemol-0.3.2/config.sub:1259:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gbemol-0.3.2/config.sub-1260-		;;
##############################################
gbemol-0.3.2/config.sub-1307-	-sinix5.*)
gbemol-0.3.2/config.sub:1308:		os=`echo $os | sed -e 's|sinix|sysv|'`
gbemol-0.3.2/config.sub-1309-		;;
##############################################
gbemol-0.3.2/config.sub-1358-		# Get rid of the `-' at the beginning of $os.
gbemol-0.3.2/config.sub:1359:		os=`echo $os | sed 's/[^-]*-//'`
gbemol-0.3.2/config.sub:1360:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gbemol-0.3.2/config.sub-1361-		exit 1
##############################################
gbemol-0.3.2/config.sub-1609-		esac
gbemol-0.3.2/config.sub:1610:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gbemol-0.3.2/config.sub-1611-		;;
##############################################
gbemol-0.3.2/intltool-update.in-223-    my $str = shift;
gbemol-0.3.2/intltool-update.in:224:    my $ret = `echo "$str"`;
gbemol-0.3.2/intltool-update.in-225-
##############################################
gbemol-0.3.2/intltool-update.in-285-    my $gettext_code="ASCII"; # All files are ASCII by default
gbemol-0.3.2/intltool-update.in:286:    my $filetype=`file $_ | cut -d ' ' -f 2`;
gbemol-0.3.2/intltool-update.in-287-
##############################################
gbemol-0.3.2/intltool-update.in-586-    # If either a file exists, or when run it returns 0 exit status
gbemol-0.3.2/intltool-update.in:587:    return 1 if ((-x $file) or (system("$file --version >$devnull") == 0));
gbemol-0.3.2/intltool-update.in-588-    return 0;
##############################################
gbemol-0.3.2/intltool-update.in-596-    {
gbemol-0.3.2/intltool-update.in:597:        my $version = `$file --version`;
gbemol-0.3.2/intltool-update.in-598-        return 1 if ($version =~ m/.*\(GNU .*\).*/);
##############################################
gbemol-0.3.2/intltool-update.in-675-    # checks for GNU gettext >= 0.12
gbemol-0.3.2/intltool-update.in:676:    my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`;
gbemol-0.3.2/intltool-update.in-677-    if ($? == 0)
##############################################
gbemol-0.3.2/intltool-update.in-786-    print "Running $xgettext_command\n" if $VERBOSE;
gbemol-0.3.2/intltool-update.in:787:    my $xgettext_error_msg = `$xgettext_command 2>\&1`;
gbemol-0.3.2/intltool-update.in-788-    my $command_failed = $?;
##############################################
gbemol-0.3.2/intltool-update.in-856-    # I think msgmerge won't overwrite old file if merge is not successful
gbemol-0.3.2/intltool-update.in:857:    system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot");
gbemol-0.3.2/intltool-update.in-858-}
##############################################
gbemol-0.3.2/intltool-update.in-901-
gbemol-0.3.2/intltool-update.in:902:    system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file);
gbemol-0.3.2/intltool-update.in-903-}
##############################################
gbemol-0.3.2/intltool-update.in-928-	print STDERR "$lang: ";
gbemol-0.3.2/intltool-update.in:929:	system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po");
gbemol-0.3.2/intltool-update.in-930-    }
##############################################
gbemol-0.3.2/missing-131-       # Could not run --version or --help.  This is probably someone
gbemol-0.3.2/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
gbemol-0.3.2/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gbemol-0.3.2/missing-165-         from any GNU archive site."
gbemol-0.3.2/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gbemol-0.3.2/missing-167-    test -z "$files" && files="config.h"
##############################################
gbemol-0.3.2/missing-194-         proper tools for further handling them.
gbemol-0.3.2/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
gbemol-0.3.2/missing-196-         archive site."
gbemol-0.3.2/missing-197-
gbemol-0.3.2/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
gbemol-0.3.2/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gbemol-0.3.2/missing-200-    if test -f "$file"; then
##############################################
gbemol-0.3.2/missing-223-	*.y)
gbemol-0.3.2/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gbemol-0.3.2/missing-225-	    if test -f "$SRCFILE"; then
##############################################
gbemol-0.3.2/missing-227-	    fi
gbemol-0.3.2/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gbemol-0.3.2/missing-229-	    if test -f "$SRCFILE"; then
##############################################
gbemol-0.3.2/missing-253-	*.l)
gbemol-0.3.2/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gbemol-0.3.2/missing-255-	    if test -f "$SRCFILE"; then
##############################################
gbemol-0.3.2/missing-272-
gbemol-0.3.2/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
gbemol-0.3.2/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gbemol-0.3.2/missing-275-    if test -f "$file"; then
##############################################
gbemol-0.3.2/missing-292-    # The file to touch is that specified with -o ...
gbemol-0.3.2/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
gbemol-0.3.2/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gbemol-0.3.2/missing-295-    if test -z "$file"; then
gbemol-0.3.2/missing-296-      # ... or it is the one specified with @setfilename ...
gbemol-0.3.2/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gbemol-0.3.2/missing-298-      file=`sed -n '
##############################################
gbemol-0.3.2/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gbemol-0.3.2/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gbemol-0.3.2/missing-306-    fi
##############################################
gbemol-0.3.2/missing-328-	*o*)
gbemol-0.3.2/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
gbemol-0.3.2/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
gbemol-0.3.2/missing-334-	*h*)
gbemol-0.3.2/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
gbemol-0.3.2/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
gbemol-0.3.2/pixmaps/Makefile.in-45-DIST_SOURCES =
gbemol-0.3.2/pixmaps/Makefile.in:46:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gbemol-0.3.2/pixmaps/Makefile.in-47-am__vpath_adj = case $$p in \
gbemol-0.3.2/pixmaps/Makefile.in:48:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gbemol-0.3.2/pixmaps/Makefile.in-49-    *) f=$$p;; \
gbemol-0.3.2/pixmaps/Makefile.in-50-  esac;
gbemol-0.3.2/pixmaps/Makefile.in:51:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gbemol-0.3.2/pixmaps/Makefile.in-52-am__installdirs = "$(DESTDIR)$(alldir)"
##############################################
gbemol-0.3.2/pixmaps/Makefile.in-271-distdir: $(DISTFILES)
gbemol-0.3.2/pixmaps/Makefile.in:272:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/pixmaps/Makefile.in:273:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/pixmaps/Makefile.in-274-	list='$(DISTFILES)'; \
##############################################
gbemol-0.3.2/pixmaps/Makefile.in-285-	  if test -d $$d/$$file; then \
gbemol-0.3.2/pixmaps/Makefile.in:286:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gbemol-0.3.2/pixmaps/Makefile.in-287-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gbemol-0.3.2/configure-48-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
gbemol-0.3.2/configure:49:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gbemol-0.3.2/configure-50-  as_echo='printf %s\n'
##############################################
gbemol-0.3.2/configure-52-else
gbemol-0.3.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gbemol-0.3.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gbemol-0.3.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gbemol-0.3.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gbemol-0.3.2/configure-64-      esac;
##############################################
gbemol-0.3.2/configure-236-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
gbemol-0.3.2/configure:237:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
gbemol-0.3.2/configure-238-") 2> /dev/null; then
##############################################
gbemol-0.3.2/configure-351-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gbemol-0.3.2/configure:352:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
gbemol-0.3.2/configure-353-
##############################################
gbemol-0.3.2/configure-447-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gbemol-0.3.2/configure:448:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gbemol-0.3.2/configure-449-
##############################################
gbemol-0.3.2/configure-560-	esac;
gbemol-0.3.2/configure:561:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gbemol-0.3.2/configure-562-	???[sx]*):;;*)false;;esac;fi
##############################################
gbemol-0.3.2/configure-582-  # Remove one level of quotation (which was required for Make).
gbemol-0.3.2/configure:583:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
gbemol-0.3.2/configure-584-  ;;
##############################################
gbemol-0.3.2/configure-593-  :
gbemol-0.3.2/configure:594:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
gbemol-0.3.2/configure-595-  # Yippee, $ECHO works!
##############################################
gbemol-0.3.2/configure-619-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gbemol-0.3.2/configure:620:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
gbemol-0.3.2/configure-621-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
gbemol-0.3.2/configure-627-
gbemol-0.3.2/configure:628:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/configure:629:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/configure-630-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-642-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gbemol-0.3.2/configure:643:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/configure:644:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/configure-645-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-654-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/configure:655:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/configure-656-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-669-        ECHO='printf %s\n'
gbemol-0.3.2/configure:670:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gbemol-0.3.2/configure:671:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gbemol-0.3.2/configure-672-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-674-	  :
gbemol-0.3.2/configure:675:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gbemol-0.3.2/configure-676-	     test "X$echo_testing_string" = 'X\t' &&
gbemol-0.3.2/configure:677:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/configure-678-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-683-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
gbemol-0.3.2/configure:684:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gbemol-0.3.2/configure-685-	     test "X$echo_testing_string" = 'X\t' &&
gbemol-0.3.2/configure:686:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gbemol-0.3.2/configure-687-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gbemol-0.3.2/configure-693-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
gbemol-0.3.2/configure:694:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
gbemol-0.3.2/configure-695-	    then
##############################################
gbemol-0.3.2/configure-701-	  if test "$prev" != 'sed 50q "$0"'; then
gbemol-0.3.2/configure:702:	    echo_test_string=`eval $prev`
gbemol-0.3.2/configure-703-	    export echo_test_string
##############################################
gbemol-0.3.2/configure-1041-  case $ac_option in
gbemol-0.3.2/configure:1042:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gbemol-0.3.2/configure-1043-  *)	ac_optarg=yes ;;
##############################################
gbemol-0.3.2/configure-1084-  -disable-* | --disable-*)
gbemol-0.3.2/configure:1085:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gbemol-0.3.2/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
gbemol-0.3.2/configure-1090-    ac_useropt_orig=$ac_useropt
gbemol-0.3.2/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gbemol-0.3.2/configure-1092-    case $ac_user_opts in
##############################################
gbemol-0.3.2/configure-1111-  -enable-* | --enable-*)
gbemol-0.3.2/configure:1112:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gbemol-0.3.2/configure-1113-    # Reject names that are not valid shell variable names.
##############################################
gbemol-0.3.2/configure-1117-    ac_useropt_orig=$ac_useropt
gbemol-0.3.2/configure:1118:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gbemol-0.3.2/configure-1119-    case $ac_user_opts in
##############################################
gbemol-0.3.2/configure-1316-  -with-* | --with-*)
gbemol-0.3.2/configure:1317:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gbemol-0.3.2/configure-1318-    # Reject names that are not valid shell variable names.
##############################################
gbemol-0.3.2/configure-1322-    ac_useropt_orig=$ac_useropt
gbemol-0.3.2/configure:1323:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gbemol-0.3.2/configure-1324-    case $ac_user_opts in
##############################################
gbemol-0.3.2/configure-1333-  -without-* | --without-*)
gbemol-0.3.2/configure:1334:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gbemol-0.3.2/configure-1335-    # Reject names that are not valid shell variable names.
##############################################
gbemol-0.3.2/configure-1339-    ac_useropt_orig=$ac_useropt
gbemol-0.3.2/configure:1340:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gbemol-0.3.2/configure-1341-    case $ac_user_opts in
##############################################
gbemol-0.3.2/configure-1373-  *=*)
gbemol-0.3.2/configure:1374:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gbemol-0.3.2/configure-1375-    # Reject names that are not valid shell variable names.
##############################################
gbemol-0.3.2/configure-1393-if test -n "$ac_prev"; then
gbemol-0.3.2/configure:1394:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gbemol-0.3.2/configure-1395-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
gbemol-0.3.2/configure-1417-    */ )
gbemol-0.3.2/configure:1418:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gbemol-0.3.2/configure-1419-      eval $ac_var=\$ac_val;;
##############################################
gbemol-0.3.2/configure-1455-ac_ls_di=`ls -di .` &&
gbemol-0.3.2/configure:1456:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gbemol-0.3.2/configure-1457-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
gbemol-0.3.2/configure-1515-case $srcdir in
gbemol-0.3.2/configure:1516:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gbemol-0.3.2/configure-1517-esac
##############################################
gbemol-0.3.2/configure-1558-By default, \`make install' will install all the files in
gbemol-0.3.2/configure:1559:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gbemol-0.3.2/configure:1560:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gbemol-0.3.2/configure-1561-for instance \`--prefix=\$HOME'.
##############################################
gbemol-0.3.2/configure-1668-*)
gbemol-0.3.2/configure:1669:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gbemol-0.3.2/configure-1670-  # A ".." for each directory in $ac_dir_suffix.
gbemol-0.3.2/configure:1671:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gbemol-0.3.2/configure-1672-  case $ac_top_builddir_sub in
##############################################
gbemol-0.3.2/configure-1801-    *\'*)
gbemol-0.3.2/configure:1802:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gbemol-0.3.2/configure-1803-    esac
##############################################
gbemol-0.3.2/configure-1888-      case $ac_val in
gbemol-0.3.2/configure:1889:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gbemol-0.3.2/configure-1890-      esac
##############################################
gbemol-0.3.2/configure-1905-	case $ac_val in
gbemol-0.3.2/configure:1906:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gbemol-0.3.2/configure-1907-	esac
##############################################
gbemol-0.3.2/configure-2016-    set,)
gbemol-0.3.2/configure:2017:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gbemol-0.3.2/configure:2018:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gbemol-0.3.2/configure-2019-      ac_cache_corrupted=: ;;
##############################################
gbemol-0.3.2/configure-2027-	# differences in whitespace do not lead to failure.
gbemol-0.3.2/configure:2028:	ac_old_val_w=`echo x $ac_old_val`
gbemol-0.3.2/configure:2029:	ac_new_val_w=`echo x $ac_new_val`
gbemol-0.3.2/configure-2030-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gbemol-0.3.2/configure-2047-    case $ac_new_val in
gbemol-0.3.2/configure:2048:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gbemol-0.3.2/configure-2049-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gbemol-0.3.2/configure-2238-if (
gbemol-0.3.2/configure:2239:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gbemol-0.3.2/configure-2240-   if test "$*" = "X"; then
gbemol-0.3.2/configure-2241-      # -L didn't work.
gbemol-0.3.2/configure:2242:      set X `ls -t $srcdir/configure conftest.file`
gbemol-0.3.2/configure-2243-   fi
##############################################
gbemol-0.3.2/configure-2280-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gbemol-0.3.2/configure:2281:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gbemol-0.3.2/configure-2282-
gbemol-0.3.2/configure-2283-# expand $ac_aux_dir to an absolute path
gbemol-0.3.2/configure:2284:am_aux_dir=`cd $ac_aux_dir && pwd`
gbemol-0.3.2/configure-2285-
##############################################
gbemol-0.3.2/configure-2309-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
gbemol-0.3.2/configure:2310:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gbemol-0.3.2/configure-2311-	     'mkdir (GNU coreutils) '* | \
##############################################
gbemol-0.3.2/configure-2388-set x ${MAKE-make}
gbemol-0.3.2/configure:2389:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gbemol-0.3.2/configure-2390-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gbemol-0.3.2/configure-2398-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gbemol-0.3.2/configure:2399:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gbemol-0.3.2/configure-2400-  *@@@%%%=?*=@@@%%%*)
##############################################
gbemol-0.3.2/configure-2425-
gbemol-0.3.2/configure:2426:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gbemol-0.3.2/configure-2427-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gbemol-0.3.2/configure-2640-# case it prints its new name instead of `make'.
gbemol-0.3.2/configure:2641:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gbemol-0.3.2/configure-2642-   am__include=include
##############################################
gbemol-0.3.2/configure-2648-   echo '.include "confinc"' > confmf
gbemol-0.3.2/configure:2649:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gbemol-0.3.2/configure-2650-      am__include=.include
##############################################
gbemol-0.3.2/configure-3044-$as_echo_n "checking for C compiler default output file name... " >&6; }
gbemol-0.3.2/configure:3045:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gbemol-0.3.2/configure-3046-
##############################################
gbemol-0.3.2/configure-3088-	then :; else
gbemol-0.3.2/configure:3089:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gbemol-0.3.2/configure-3090-	fi
##############################################
gbemol-0.3.2/configure-3191-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gbemol-0.3.2/configure:3192:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gbemol-0.3.2/configure-3193-	  break;;
##############################################
gbemol-0.3.2/configure-3249-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gbemol-0.3.2/configure:3250:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gbemol-0.3.2/configure-3251-       break;;
##############################################
gbemol-0.3.2/configure-3639-  if test "$am_compiler_list" = ""; then
gbemol-0.3.2/configure:3640:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gbemol-0.3.2/configure-3641-  fi
##############################################
gbemol-0.3.2/configure-4518-  if test "$am_compiler_list" = ""; then
gbemol-0.3.2/configure:4519:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gbemol-0.3.2/configure-4520-  fi
##############################################
gbemol-0.3.2/configure-5309-  if test "$am_compiler_list" = ""; then
gbemol-0.3.2/configure:5310:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gbemol-0.3.2/configure-5311-  fi
##############################################
gbemol-0.3.2/configure-5648-  # Check for GNU $ac_path_GREP
gbemol-0.3.2/configure:5649:case `"$ac_path_GREP" --version 2>&1` in
gbemol-0.3.2/configure-5650-*GNU*)
##############################################
gbemol-0.3.2/configure-5662-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gbemol-0.3.2/configure:5663:    ac_count=`expr $ac_count + 1`
gbemol-0.3.2/configure-5664-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
gbemol-0.3.2/configure-5716-  # Check for GNU $ac_path_EGREP
gbemol-0.3.2/configure:5717:case `"$ac_path_EGREP" --version 2>&1` in
gbemol-0.3.2/configure-5718-*GNU*)
##############################################
gbemol-0.3.2/configure-5730-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gbemol-0.3.2/configure:5731:    ac_count=`expr $ac_count + 1`
gbemol-0.3.2/configure-5732-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
gbemol-0.3.2/configure-5965-do
gbemol-0.3.2/configure:5966:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gbemol-0.3.2/configure-5967-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
gbemol-0.3.2/configure-6017-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:6018:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gbemol-0.3.2/configure-6019-_ACEOF
##############################################
gbemol-0.3.2/configure-6029-do
gbemol-0.3.2/configure:6030:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gbemol-0.3.2/configure-6031-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
gbemol-0.3.2/configure-6170-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:6171:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gbemol-0.3.2/configure-6172-_ACEOF
##############################################
gbemol-0.3.2/configure-6513-do
gbemol-0.3.2/configure:6514:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gbemol-0.3.2/configure-6515-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gbemol-0.3.2/configure-6605-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:6606:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gbemol-0.3.2/configure-6607-_ACEOF
##############################################
gbemol-0.3.2/configure-6987-do
gbemol-0.3.2/configure:6988:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gbemol-0.3.2/configure-6989-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gbemol-0.3.2/configure-7079-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:7080:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gbemol-0.3.2/configure-7081-_ACEOF
##############################################
gbemol-0.3.2/configure-7129-    if test -f $ac_dir/$ac_word; then
gbemol-0.3.2/configure:7130:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gbemol-0.3.2/configure-7131-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gbemol-0.3.2/configure-7154-do
gbemol-0.3.2/configure:7155:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gbemol-0.3.2/configure-7156-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gbemol-0.3.2/configure-7246-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:7247:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gbemol-0.3.2/configure-7248-_ACEOF
##############################################
gbemol-0.3.2/configure-7338-    if test -f $ac_dir/$ac_word; then
gbemol-0.3.2/configure:7339:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gbemol-0.3.2/configure-7340-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gbemol-0.3.2/configure-7608-   if test "x$srcdir" != "x."; then
gbemol-0.3.2/configure:7609:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gbemol-0.3.2/configure-7610-       posrcprefix="$srcdir/"
##############################################
gbemol-0.3.2/configure-7650-
gbemol-0.3.2/configure:7651:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gbemol-0.3.2/configure-7652-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gbemol-0.3.2/configure:7653:    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gbemol-0.3.2/configure-7654-
##############################################
gbemol-0.3.2/configure-8071-fi
gbemol-0.3.2/configure:8072:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/configure:8073:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/configure:8074:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gbemol-0.3.2/configure-8075-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gbemol-0.3.2/configure-8133-else
gbemol-0.3.2/configure:8134:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
gbemol-0.3.2/configure-8135-   { $as_echo "$as_me:$LINENO: result: $IT_PERL_VERSION" >&5
##############################################
gbemol-0.3.2/configure-8140-$as_echo_n "checking for XML::Parser... " >&6; }
gbemol-0.3.2/configure:8141:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gbemol-0.3.2/configure-8142-       { $as_echo "$as_me:$LINENO: result: ok" >&5
##############################################
gbemol-0.3.2/configure-8348-test "x$ac_build_alias" = x &&
gbemol-0.3.2/configure:8349:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gbemol-0.3.2/configure-8350-test "x$ac_build_alias" = x &&
##############################################
gbemol-0.3.2/configure-8353-   { (exit 1); exit 1; }; }
gbemol-0.3.2/configure:8354:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gbemol-0.3.2/configure-8355-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
gbemol-0.3.2/configure-8378-IFS=$ac_save_IFS
gbemol-0.3.2/configure:8379:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gbemol-0.3.2/configure-8380-
##############################################
gbemol-0.3.2/configure-8389-else
gbemol-0.3.2/configure:8390:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gbemol-0.3.2/configure-8391-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
gbemol-0.3.2/configure-8415-IFS=$ac_save_IFS
gbemol-0.3.2/configure:8416:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gbemol-0.3.2/configure-8417-
##############################################
gbemol-0.3.2/configure-8443-  # Check for GNU $ac_path_SED
gbemol-0.3.2/configure:8444:case `"$ac_path_SED" --version 2>&1` in
gbemol-0.3.2/configure-8445-*GNU*)
##############################################
gbemol-0.3.2/configure-8457-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gbemol-0.3.2/configure:8458:    ac_count=`expr $ac_count + 1`
gbemol-0.3.2/configure-8459-    if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
gbemol-0.3.2/configure-8524-  # Check for GNU $ac_path_FGREP
gbemol-0.3.2/configure:8525:case `"$ac_path_FGREP" --version 2>&1` in
gbemol-0.3.2/configure-8526-*GNU*)
##############################################
gbemol-0.3.2/configure-8538-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
gbemol-0.3.2/configure:8539:    ac_count=`expr $ac_count + 1`
gbemol-0.3.2/configure-8540-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
##############################################
gbemol-0.3.2/configure-8606-    # gcc leaves a trailing carriage return which upsets mingw
gbemol-0.3.2/configure:8607:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gbemol-0.3.2/configure-8608-  *)
gbemol-0.3.2/configure:8609:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gbemol-0.3.2/configure-8610-  esac
##############################################
gbemol-0.3.2/configure-8615-      # Canonicalize the pathname of ld
gbemol-0.3.2/configure:8616:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gbemol-0.3.2/configure-8617-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gbemol-0.3.2/configure:8618:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gbemol-0.3.2/configure-8619-      done
##############################################
gbemol-0.3.2/configure-8650-      # Break only if it was the GNU/non-GNU ld that we prefer.
gbemol-0.3.2/configure:8651:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gbemol-0.3.2/configure-8652-      *GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/configure-8683-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gbemol-0.3.2/configure:8684:case `$LD -v 2>&1 </dev/null` in
gbemol-0.3.2/configure-8685-*GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/configure-8728-	# Tru64's nm complains that /dev/null is an invalid object file
gbemol-0.3.2/configure:8729:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gbemol-0.3.2/configure-8730-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gbemol-0.3.2/configure-8734-	*)
gbemol-0.3.2/configure:8735:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gbemol-0.3.2/configure-8736-	  */dev/null*)
##############################################
gbemol-0.3.2/configure-8957-    # And add a safety zone
gbemol-0.3.2/configure:8958:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gbemol-0.3.2/configure:8959:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gbemol-0.3.2/configure-8960-    ;;
##############################################
gbemol-0.3.2/configure-8985-    if test -n "$kargmax"; then
gbemol-0.3.2/configure:8986:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gbemol-0.3.2/configure-8987-    else
##############################################
gbemol-0.3.2/configure-8993-    if test -n "$lt_cv_sys_max_cmd_len"; then
gbemol-0.3.2/configure:8994:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gbemol-0.3.2/configure:8995:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gbemol-0.3.2/configure-8996-    else
##############################################
gbemol-0.3.2/configure-9005-      # we can't tell.
gbemol-0.3.2/configure:9006:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
gbemol-0.3.2/configure-9007-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gbemol-0.3.2/configure-9009-      do
gbemol-0.3.2/configure:9010:        i=`expr $i + 1`
gbemol-0.3.2/configure-9011-        teststring=$teststring$teststring
##############################################
gbemol-0.3.2/configure-9013-      # Only check the string length outside the loop.
gbemol-0.3.2/configure:9014:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gbemol-0.3.2/configure-9015-      teststring=
##############################################
gbemol-0.3.2/configure-9018-      # linker.  It appears as though 1/2 is a usable value.
gbemol-0.3.2/configure:9019:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gbemol-0.3.2/configure-9020-    fi
##############################################
gbemol-0.3.2/configure-9373-openbsd*)
gbemol-0.3.2/configure:9374:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/configure-9375-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gbemol-0.3.2/configure-9862-# If we're using GNU nm, then use its standard symbol codes.
gbemol-0.3.2/configure:9863:case `$NM -V 2>&1` in
gbemol-0.3.2/configure-9864-*GNU* | *'with BFD'*)
##############################################
gbemol-0.3.2/configure-9880-mingw*)
gbemol-0.3.2/configure:9881:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gbemol-0.3.2/configure-9882-  ;;
##############################################
gbemol-0.3.2/configure-10076-  (exit $ac_status); }; then
gbemol-0.3.2/configure:10077:    case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/configure-10078-      *ELF-32*)
##############################################
gbemol-0.3.2/configure-10096-    if test "$lt_cv_prog_gnu_ld" = yes; then
gbemol-0.3.2/configure:10097:      case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/configure-10098-	*32-bit*)
##############################################
gbemol-0.3.2/configure-10108-    else
gbemol-0.3.2/configure:10109:      case `/usr/bin/file conftest.$ac_objext` in
gbemol-0.3.2/configure-10110-	*32-bit*)
##############################################
gbemol-0.3.2/configure-10897-do
gbemol-0.3.2/configure:10898:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gbemol-0.3.2/configure-10899-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
gbemol-0.3.2/configure-10949-  cat >>confdefs.h <<_ACEOF
gbemol-0.3.2/configure:10950:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gbemol-0.3.2/configure-10951-_ACEOF
##############################################
gbemol-0.3.2/configure-11229-done
gbemol-0.3.2/configure:11230:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gbemol-0.3.2/configure-11231-
##############################################
gbemol-0.3.2/configure-11258-	"file_magic "*)
gbemol-0.3.2/configure:11259:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gbemol-0.3.2/configure-11260-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gbemol-0.3.2/configure-11324-	"file_magic "*)
gbemol-0.3.2/configure:11325:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gbemol-0.3.2/configure-11326-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gbemol-0.3.2/configure-11663-      *)
gbemol-0.3.2/configure:11664:	case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/configure-11665-	*Sun\ C*)
##############################################
gbemol-0.3.2/configure-11999-  if test "$hard_links" = no; then
gbemol-0.3.2/configure:12000:    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gbemol-0.3.2/configure:12001:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gbemol-0.3.2/configure-12002-    need_locks=warn
##############################################
gbemol-0.3.2/configure-12092-    supports_anon_versioning=no
gbemol-0.3.2/configure:12093:    case `$LD -v 2>&1` in
gbemol-0.3.2/configure-12094-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
gbemol-0.3.2/configure-12157-	# is EXPORTS), use it as is; otherwise, prepend...
gbemol-0.3.2/configure:12158:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gbemol-0.3.2/configure-12159-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gbemol-0.3.2/configure-12180-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gbemol-0.3.2/configure:12181:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gbemol-0.3.2/configure:12182:      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'
gbemol-0.3.2/configure-12183-      ;;
##############################################
gbemol-0.3.2/configure-12198-        pgcc*)				# Portland Group C compiler
gbemol-0.3.2/configure:12199:	  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'
gbemol-0.3.2/configure-12200-	  tmp_addflag=' $pic_flag'
##############################################
gbemol-0.3.2/configure-12202-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gbemol-0.3.2/configure:12203:	  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'
gbemol-0.3.2/configure-12204-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gbemol-0.3.2/configure-12217-	esac
gbemol-0.3.2/configure:12218:	case `$CC -V 2>&1 | sed 5q` in
gbemol-0.3.2/configure-12219-	*Sun\ C*)			# Sun C 5.9
gbemol-0.3.2/configure:12220:	  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'
gbemol-0.3.2/configure-12221-	  compiler_needs_object=yes
##############################################
gbemol-0.3.2/configure-12286-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gbemol-0.3.2/configure:12287:      case `$LD -v 2>&1` in
gbemol-0.3.2/configure-12288-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gbemol-0.3.2/configure-12407-	# below for broken collect2 doesn't work under 4.3+
gbemol-0.3.2/configure:12408:	  collect2name=`${CC} -print-prog-name=collect2`
gbemol-0.3.2/configure-12409-	  if test -f "$collect2name" &&
##############################################
gbemol-0.3.2/configure-12498-    }'
gbemol-0.3.2/configure:12499:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/configure-12500-# Check for a 64-bit object if we didn't find anything.
gbemol-0.3.2/configure-12501-if test -z "$aix_libpath"; then
gbemol-0.3.2/configure:12502:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/configure-12503-fi
##############################################
gbemol-0.3.2/configure-12516-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gbemol-0.3.2/configure:12517:        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"
gbemol-0.3.2/configure-12518-      else
##############################################
gbemol-0.3.2/configure-12569-    }'
gbemol-0.3.2/configure:12570:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/configure-12571-# Check for a 64-bit object if we didn't find anything.
gbemol-0.3.2/configure-12572-if test -z "$aix_libpath"; then
gbemol-0.3.2/configure:12573:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gbemol-0.3.2/configure-12574-fi
##############################################
gbemol-0.3.2/configure-12631-      # FIXME: Setting linknames here is a bad hack.
gbemol-0.3.2/configure:12632:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
gbemol-0.3.2/configure-12633-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gbemol-0.3.2/configure-12636-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
gbemol-0.3.2/configure:12637:      fix_srcfile_path='`cygpath -w "$srcfile"`'
gbemol-0.3.2/configure-12638-      enable_shared_with_static_runtimes=yes
##############################################
gbemol-0.3.2/configure-12789-      if test "$GCC" = yes; then
gbemol-0.3.2/configure:12790:	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'
gbemol-0.3.2/configure-12791-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gbemol-0.3.2/configure-12819-       }; then
gbemol-0.3.2/configure:12820:  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'
gbemol-0.3.2/configure-12821-
##############################################
gbemol-0.3.2/configure-12833-      else
gbemol-0.3.2/configure:12834:	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'
gbemol-0.3.2/configure:12835:	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'
gbemol-0.3.2/configure-12836-      fi
##############################################
gbemol-0.3.2/configure-12870-	hardcode_direct_absolute=yes
gbemol-0.3.2/configure:12871:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/configure-12872-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gbemol-0.3.2/configure-12903-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gbemol-0.3.2/configure:12904:	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'
gbemol-0.3.2/configure-12905-      else
gbemol-0.3.2/configure-12906-	allow_undefined_flag=' -expect_unresolved \*'
gbemol-0.3.2/configure:12907:	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'
gbemol-0.3.2/configure-12908-      fi
##############################################
gbemol-0.3.2/configure-12916-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gbemol-0.3.2/configure:12917:	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'
gbemol-0.3.2/configure-12918-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gbemol-0.3.2/configure-12920-	allow_undefined_flag=' -expect_unresolved \*'
gbemol-0.3.2/configure:12921:	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'
gbemol-0.3.2/configure:12922:	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~
gbemol-0.3.2/configure:12923:	$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'
gbemol-0.3.2/configure-12924-
##############################################
gbemol-0.3.2/configure-12939-      else
gbemol-0.3.2/configure:12940:	case `$CC -V 2>&1` in
gbemol-0.3.2/configure-12941-	*"Compilers 5.0"*)
##############################################
gbemol-0.3.2/configure-13333-  esac
gbemol-0.3.2/configure:13334:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gbemol-0.3.2/configure-13335-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
gbemol-0.3.2/configure-13339-    # okay in the real world where ";" in dirpaths is itself problematic.
gbemol-0.3.2/configure:13340:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gbemol-0.3.2/configure-13341-  else
gbemol-0.3.2/configure:13342:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gbemol-0.3.2/configure-13343-  fi
##############################################
gbemol-0.3.2/configure-13346-  lt_tmp_lt_search_path_spec=
gbemol-0.3.2/configure:13347:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gbemol-0.3.2/configure-13348-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gbemol-0.3.2/configure-13375-}'`
gbemol-0.3.2/configure:13376:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
gbemol-0.3.2/configure-13377-else
##############################################
gbemol-0.3.2/configure-13463-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gbemol-0.3.2/configure:13464:    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'
gbemol-0.3.2/configure-13465-    ;;
##############################################
gbemol-0.3.2/configure-13498-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gbemol-0.3.2/configure:13499:    postinstall_cmds='base_file=`basename \${file}`~
gbemol-0.3.2/configure:13500:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gbemol-0.3.2/configure:13501:      dldir=$destdir/`dirname \$dlpath`~
gbemol-0.3.2/configure-13502-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gbemol-0.3.2/configure-13507-      fi'
gbemol-0.3.2/configure:13508:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gbemol-0.3.2/configure-13509-      dlpath=$dir/\$dldll~
##############################################
gbemol-0.3.2/configure-13515-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gbemol-0.3.2/configure:13516:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/configure-13517-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gbemol-0.3.2/configure-13520-      # MinGW DLLs use traditional 'lib' prefix
gbemol-0.3.2/configure:13521:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/configure:13522:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gbemol-0.3.2/configure-13523-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
gbemol-0.3.2/configure-13529-        # which wouldn't understand a cygwinified path. Ahh.
gbemol-0.3.2/configure:13530:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gbemol-0.3.2/configure-13531-      else
gbemol-0.3.2/configure:13532:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gbemol-0.3.2/configure-13533-      fi
##############################################
gbemol-0.3.2/configure-13536-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gbemol-0.3.2/configure:13537:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gbemol-0.3.2/configure-13538-      ;;
##############################################
gbemol-0.3.2/configure-13542-  *)
gbemol-0.3.2/configure:13543:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gbemol-0.3.2/configure-13544-    ;;
##############################################
gbemol-0.3.2/configure-13559-  shlibpath_var=DYLD_LIBRARY_PATH
gbemol-0.3.2/configure:13560:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gbemol-0.3.2/configure-13561-
##############################################
gbemol-0.3.2/configure-13807-  if test -f /etc/ld.so.conf; then
gbemol-0.3.2/configure:13808:    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' ' '`
gbemol-0.3.2/configure-13809-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gbemol-0.3.2/configure-13869-  shlibpath_var=LD_LIBRARY_PATH
gbemol-0.3.2/configure:13870:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gbemol-0.3.2/configure-13871-    case $host_os in
##############################################
gbemol-0.3.2/configure-15207-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15208:  pkg_cv_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0 >= 2.6" 2>/dev/null`
gbemol-0.3.2/configure-15209-else
##############################################
gbemol-0.3.2/configure-15223-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15224:  pkg_cv_GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0 >= 2.6" 2>/dev/null`
gbemol-0.3.2/configure-15225-else
##############################################
gbemol-0.3.2/configure-15241-        if test $_pkg_short_errors_supported = yes; then
gbemol-0.3.2/configure:15242:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gthread-2.0 >= 2.6" 2>&1`
gbemol-0.3.2/configure-15243-        else
gbemol-0.3.2/configure:15244:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors "gthread-2.0 >= 2.6" 2>&1`
gbemol-0.3.2/configure-15245-        fi
##############################################
gbemol-0.3.2/configure-15319-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15320:  pkg_cv_CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7" 2>/dev/null`
gbemol-0.3.2/configure-15321-else
##############################################
gbemol-0.3.2/configure-15335-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15336:  pkg_cv_CURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7" 2>/dev/null`
gbemol-0.3.2/configure-15337-else
##############################################
gbemol-0.3.2/configure-15353-        if test $_pkg_short_errors_supported = yes; then
gbemol-0.3.2/configure:15354:	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcurl >= 7" 2>&1`
gbemol-0.3.2/configure-15355-        else
gbemol-0.3.2/configure:15356:	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcurl >= 7" 2>&1`
gbemol-0.3.2/configure-15357-        fi
##############################################
gbemol-0.3.2/configure-15431-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15432:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6" 2>/dev/null`
gbemol-0.3.2/configure-15433-else
##############################################
gbemol-0.3.2/configure-15447-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15448:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6" 2>/dev/null`
gbemol-0.3.2/configure-15449-else
##############################################
gbemol-0.3.2/configure-15465-        if test $_pkg_short_errors_supported = yes; then
gbemol-0.3.2/configure:15466:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0 >= 2.6" 2>&1`
gbemol-0.3.2/configure-15467-        else
gbemol-0.3.2/configure:15468:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0 >= 2.6" 2>&1`
gbemol-0.3.2/configure-15469-        fi
##############################################
gbemol-0.3.2/configure-15543-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15544:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.10 glib-2.0 >= 2.10" 2>/dev/null`
gbemol-0.3.2/configure-15545-else
##############################################
gbemol-0.3.2/configure-15559-  (exit $ac_status); }; then
gbemol-0.3.2/configure:15560:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.10 glib-2.0 >= 2.10" 2>/dev/null`
gbemol-0.3.2/configure-15561-else
##############################################
gbemol-0.3.2/configure-15577-        if test $_pkg_short_errors_supported = yes; then
gbemol-0.3.2/configure:15578:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= 2.10 glib-2.0 >= 2.10" 2>&1`
gbemol-0.3.2/configure-15579-        else
gbemol-0.3.2/configure:15580:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.10 glib-2.0 >= 2.10" 2>&1`
gbemol-0.3.2/configure-15581-        fi
##############################################
gbemol-0.3.2/configure-15729-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gbemol-0.3.2/configure:15730:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gbemol-0.3.2/configure-15731-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gbemol-0.3.2/configure-15838-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
gbemol-0.3.2/configure:15839:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gbemol-0.3.2/configure-15840-  as_echo='printf %s\n'
##############################################
gbemol-0.3.2/configure-15842-else
gbemol-0.3.2/configure:15843:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gbemol-0.3.2/configure-15844-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gbemol-0.3.2/configure-15852-	expr "X$arg" : "X\\(.*\\)$as_nl";
gbemol-0.3.2/configure:15853:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gbemol-0.3.2/configure-15854-      esac;
##############################################
gbemol-0.3.2/configure-15968-  test "x$as_lineno_1" != "x$as_lineno_2" &&
gbemol-0.3.2/configure:15969:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
gbemol-0.3.2/configure-15970-
##############################################
gbemol-0.3.2/configure-16081-	esac;
gbemol-0.3.2/configure:16082:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
gbemol-0.3.2/configure-16083-	???[sx]*):;;*)false;;esac;fi
##############################################
gbemol-0.3.2/configure-16166-configured by $0, generated by GNU Autoconf 2.63,
gbemol-0.3.2/configure:16167:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
gbemol-0.3.2/configure-16168-
##############################################
gbemol-0.3.2/configure-16187-  --*=*)
gbemol-0.3.2/configure:16188:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gbemol-0.3.2/configure:16189:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gbemol-0.3.2/configure-16190-    ac_shift=:
##############################################
gbemol-0.3.2/configure-16209-    case $ac_optarg in
gbemol-0.3.2/configure:16210:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gbemol-0.3.2/configure-16211-    esac
##############################################
gbemol-0.3.2/configure-16216-    case $ac_optarg in
gbemol-0.3.2/configure:16217:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gbemol-0.3.2/configure-16218-    esac
##############################################
gbemol-0.3.2/configure-16288-delay_variable_subst='$delay_variable_subst'
gbemol-0.3.2/configure:16289:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16290:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16291:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16292:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16293:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16294:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16295:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16296:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16297:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16298:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16299:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16300:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16301:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16302:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16303:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16304:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16305:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16306:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16307:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16308:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16309:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16310:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16311:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16312:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16313:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16314:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16315:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16316:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16317:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16318:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16319:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16320:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16321:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16322:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16323:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16324:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16325:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16326:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16327:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16328:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16329:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16330:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16331:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16332:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16333: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"`'
gbemol-0.3.2/configure:16334: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"`'
gbemol-0.3.2/configure:16335:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16336:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16337:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16338:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16339:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16340:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16341:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16342:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16343:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16344:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16345:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16346:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16347:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16348:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16349:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16350:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16351:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16352:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16353:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16354:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16355:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16356:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16357:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16358:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16359:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16360:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16361:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16362:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16363:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16364:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16365:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16366:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16367:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16368:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16369:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16370:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16371:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16372:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16373:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16374:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16375:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16376:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16377:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16378:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16379:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16380:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16381:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16382:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16383:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16384:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16385:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16386:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16387:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16388:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16389:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16390:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16391:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16392:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16393:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16394:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16395:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16396:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16397:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16398:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16399:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16400:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16401:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16402:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16403:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16404:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16405:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure:16406:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
gbemol-0.3.2/configure-16407-
##############################################
gbemol-0.3.2/configure-16470-striplib; do
gbemol-0.3.2/configure:16471:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gbemol-0.3.2/configure-16472-    *[\\\\\\\`\\"\\\$]*)
gbemol-0.3.2/configure:16473:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gbemol-0.3.2/configure-16474-      ;;
##############################################
gbemol-0.3.2/configure-16499-sys_lib_dlsearch_path_spec; do
gbemol-0.3.2/configure:16500:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gbemol-0.3.2/configure-16501-    *[\\\\\\\`\\"\\\$]*)
gbemol-0.3.2/configure:16502:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gbemol-0.3.2/configure-16503-      ;;
##############################################
gbemol-0.3.2/configure-16511-case \$lt_ECHO in
gbemol-0.3.2/configure:16512:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
gbemol-0.3.2/configure-16513-  ;;
##############################################
gbemol-0.3.2/configure-16606-ac_cr=''
gbemol-0.3.2/configure:16607:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gbemol-0.3.2/configure-16608-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gbemol-0.3.2/configure-16625-   { (exit 1); exit 1; }; }
gbemol-0.3.2/configure:16626:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
gbemol-0.3.2/configure-16627-ac_delim='%!_!# '
##############################################
gbemol-0.3.2/configure-16633-
gbemol-0.3.2/configure:16634:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gbemol-0.3.2/configure-16635-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gbemol-0.3.2/configure-16767-for ac_last_try in false false :; do
gbemol-0.3.2/configure:16768:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
gbemol-0.3.2/configure-16769-  if test -z "$ac_t"; then
##############################################
gbemol-0.3.2/configure-16907-      esac
gbemol-0.3.2/configure:16908:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gbemol-0.3.2/configure-16909-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
gbemol-0.3.2/configure-16970-      case $as_dir in #(
gbemol-0.3.2/configure:16971:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gbemol-0.3.2/configure-16972-      *) as_qdir=$as_dir;;
##############################################
gbemol-0.3.2/configure-17008-*)
gbemol-0.3.2/configure:17009:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gbemol-0.3.2/configure-17010-  # A ".." for each directory in $ac_dir_suffix.
gbemol-0.3.2/configure:17011:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gbemol-0.3.2/configure-17012-  case $ac_top_builddir_sub in
##############################################
gbemol-0.3.2/configure-17071-'
gbemol-0.3.2/configure:17072:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gbemol-0.3.2/configure-17073-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gbemol-0.3.2/configure-17088-
gbemol-0.3.2/configure:17089:# Neutralize VPATH when `$srcdir' = `.'.
gbemol-0.3.2/configure-17090-# Shell code in configure.ac might set extrasub.
##############################################
gbemol-0.3.2/configure-17118-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gbemol-0.3.2/configure:17119:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
gbemol-0.3.2/configure:17120:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
gbemol-0.3.2/configure-17121-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
gbemol-0.3.2/configure-17171-    * )
gbemol-0.3.2/configure:17172:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gbemol-0.3.2/configure-17173-  esac
##############################################
gbemol-0.3.2/configure-17217-  # Strip MF so we end up with the name of the file.
gbemol-0.3.2/configure:17218:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gbemol-0.3.2/configure-17219-  # Check whether this is an Automake generated Makefile or not.
##############################################
gbemol-0.3.2/configure-17254-  # from the Makefile without running `make'.
gbemol-0.3.2/configure:17255:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gbemol-0.3.2/configure-17256-  test -z "$DEPDIR" && continue
gbemol-0.3.2/configure:17257:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gbemol-0.3.2/configure-17258-  test -z "am__include" && continue
gbemol-0.3.2/configure:17259:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gbemol-0.3.2/configure-17260-  # When using ansi2knr, U may be empty or an underscore; expand it
gbemol-0.3.2/configure:17261:  U=`sed -n 's/^U = //p' < "$mf"`
gbemol-0.3.2/configure-17262-  # Find all dependency output files, they are included files with
##############################################
gbemol-0.3.2/configure-17301-      case $as_dir in #(
gbemol-0.3.2/configure:17302:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gbemol-0.3.2/configure-17303-      *) as_qdir=$as_dir;;
##############################################
gbemol-0.3.2/configure-17357-
gbemol-0.3.2/configure:17358:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gbemol-0.3.2/configure-17359-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gbemol-0.3.2/configure-17872-  # Extract subdirectory from the argument.
gbemol-0.3.2/configure:17873:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gbemol-0.3.2/configure-17874-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gbemol-0.3.2/configure-17883-{
gbemol-0.3.2/configure:17884:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gbemol-0.3.2/configure-17885-}
##############################################
gbemol-0.3.2/configure-17910-{
gbemol-0.3.2/configure:17911:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
gbemol-0.3.2/configure:17912:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
gbemol-0.3.2/configure-17913-}
##############################################
gbemol-0.3.2/configure-17917-{
gbemol-0.3.2/configure:17918:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
gbemol-0.3.2/configure-17919-}
##############################################
gbemol-0.3.2/configure-17923-{
gbemol-0.3.2/configure:17924:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
gbemol-0.3.2/configure-17925-}
##############################################
gbemol-0.3.2/configure-17929-{
gbemol-0.3.2/configure:17930:  func_arith_result=`expr "$@"`
gbemol-0.3.2/configure-17931-}
##############################################
gbemol-0.3.2/configure-17936-{
gbemol-0.3.2/configure:17937:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
gbemol-0.3.2/configure-17938-}
##############################################
gbemol-0.3.2/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gbemol-0.3.2/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gbemol-0.3.2/depcomp-71-
##############################################
gbemol-0.3.2/depcomp-217-  # Version 6 uses the directory in both cases.
gbemol-0.3.2/depcomp:218:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
gbemol-0.3.2/depcomp-219-  tmpdepfile="$stripped.u"
##############################################
gbemol-0.3.2/depcomp-228-  else
gbemol-0.3.2/depcomp:229:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
gbemol-0.3.2/depcomp-230-    tmpdepfile="$stripped.u"
##############################################
gbemol-0.3.2/depcomp-242-    # Do two passes, one to just change these to
gbemol-0.3.2/depcomp:243:    # `$object: dependent.h' and one to simply `dependent.h:'.
gbemol-0.3.2/depcomp-244-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gbemol-0.3.2/depcomp-283-  # Do two passes, one to just change these to
gbemol-0.3.2/depcomp:284:  # `$object: dependent.h' and one to simply `dependent.h:'.
gbemol-0.3.2/depcomp-285-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gbemol-0.3.2/depcomp-299-  # Much of this is similar to the tru64 case; see comments there.
gbemol-0.3.2/depcomp:300:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gbemol-0.3.2/depcomp-301-  test "x$dir" = "x$object" && dir=
gbemol-0.3.2/depcomp:302:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gbemol-0.3.2/depcomp-303-  if test "$libtool" = yes; then
##############################################
gbemol-0.3.2/depcomp-338-   # Subdirectories are respected.
gbemol-0.3.2/depcomp:339:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gbemol-0.3.2/depcomp-340-   test "x$dir" = "x$object" && dir=
gbemol-0.3.2/depcomp:341:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gbemol-0.3.2/depcomp-342-
##############################################
gbemol-0.3.2/depcomp-477-  done
gbemol-0.3.2/depcomp:478:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gbemol-0.3.2/depcomp-479-  touch "$tmpdepfile"
##############################################
gbemol-0.3.2/src/Makefile.in-314-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gbemol-0.3.2/src/Makefile.in:315:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gbemol-0.3.2/src/Makefile.in-316-	  if test -f $$p \
##############################################
gbemol-0.3.2/src/Makefile.in-318-	  ; then \
gbemol-0.3.2/src/Makefile.in:319:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
gbemol-0.3.2/src/Makefile.in-320-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gbemol-0.3.2/src/Makefile.in-327-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gbemol-0.3.2/src/Makefile.in:328:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
gbemol-0.3.2/src/Makefile.in-329-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gbemol-0.3.2/src/Makefile.in-334-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gbemol-0.3.2/src/Makefile.in:335:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gbemol-0.3.2/src/Makefile.in-336-	  echo " rm -f $$p $$f"; \
##############################################
gbemol-0.3.2/src/Makefile.in-370-.c.obj:
gbemol-0.3.2/src/Makefile.in:371:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gbemol-0.3.2/src/Makefile.in-372-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gbemol-0.3.2/src/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:375:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gbemol-0.3.2/src/Makefile.in-376-
##############################################
gbemol-0.3.2/src/Makefile.in-384-gbemol-bacon-volume.o: bacon-volume.c
gbemol-0.3.2/src/Makefile.in:385:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-bacon-volume.o -MD -MP -MF $(DEPDIR)/gbemol-bacon-volume.Tpo -c -o gbemol-bacon-volume.o `test -f 'bacon-volume.c' || echo '$(srcdir)/'`bacon-volume.c
gbemol-0.3.2/src/Makefile.in-386-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-bacon-volume.Tpo $(DEPDIR)/gbemol-bacon-volume.Po
##############################################
gbemol-0.3.2/src/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:389:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-bacon-volume.o `test -f 'bacon-volume.c' || echo '$(srcdir)/'`bacon-volume.c
gbemol-0.3.2/src/Makefile.in-390-
gbemol-0.3.2/src/Makefile.in-391-gbemol-bacon-volume.obj: bacon-volume.c
gbemol-0.3.2/src/Makefile.in:392:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-bacon-volume.obj -MD -MP -MF $(DEPDIR)/gbemol-bacon-volume.Tpo -c -o gbemol-bacon-volume.obj `if test -f 'bacon-volume.c'; then $(CYGPATH_W) 'bacon-volume.c'; else $(CYGPATH_W) '$(srcdir)/bacon-volume.c'; fi`
gbemol-0.3.2/src/Makefile.in-393-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-bacon-volume.Tpo $(DEPDIR)/gbemol-bacon-volume.Po
##############################################
gbemol-0.3.2/src/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:396:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-bacon-volume.obj `if test -f 'bacon-volume.c'; then $(CYGPATH_W) 'bacon-volume.c'; else $(CYGPATH_W) '$(srcdir)/bacon-volume.c'; fi`
gbemol-0.3.2/src/Makefile.in-397-
gbemol-0.3.2/src/Makefile.in-398-gbemol-gbemol-app.o: gbemol-app.c
gbemol-0.3.2/src/Makefile.in:399:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-app.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-app.Tpo -c -o gbemol-gbemol-app.o `test -f 'gbemol-app.c' || echo '$(srcdir)/'`gbemol-app.c
gbemol-0.3.2/src/Makefile.in-400-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-app.Tpo $(DEPDIR)/gbemol-gbemol-app.Po
##############################################
gbemol-0.3.2/src/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:403:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-app.o `test -f 'gbemol-app.c' || echo '$(srcdir)/'`gbemol-app.c
gbemol-0.3.2/src/Makefile.in-404-
gbemol-0.3.2/src/Makefile.in-405-gbemol-gbemol-app.obj: gbemol-app.c
gbemol-0.3.2/src/Makefile.in:406:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-app.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-app.Tpo -c -o gbemol-gbemol-app.obj `if test -f 'gbemol-app.c'; then $(CYGPATH_W) 'gbemol-app.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-app.c'; fi`
gbemol-0.3.2/src/Makefile.in-407-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-app.Tpo $(DEPDIR)/gbemol-gbemol-app.Po
##############################################
gbemol-0.3.2/src/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:410:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-app.obj `if test -f 'gbemol-app.c'; then $(CYGPATH_W) 'gbemol-app.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-app.c'; fi`
gbemol-0.3.2/src/Makefile.in-411-
gbemol-0.3.2/src/Makefile.in-412-gbemol-gbemol-info.o: gbemol-info.c
gbemol-0.3.2/src/Makefile.in:413:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-info.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-info.Tpo -c -o gbemol-gbemol-info.o `test -f 'gbemol-info.c' || echo '$(srcdir)/'`gbemol-info.c
gbemol-0.3.2/src/Makefile.in-414-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-info.Tpo $(DEPDIR)/gbemol-gbemol-info.Po
##############################################
gbemol-0.3.2/src/Makefile.in-416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:417:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-info.o `test -f 'gbemol-info.c' || echo '$(srcdir)/'`gbemol-info.c
gbemol-0.3.2/src/Makefile.in-418-
gbemol-0.3.2/src/Makefile.in-419-gbemol-gbemol-info.obj: gbemol-info.c
gbemol-0.3.2/src/Makefile.in:420:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-info.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-info.Tpo -c -o gbemol-gbemol-info.obj `if test -f 'gbemol-info.c'; then $(CYGPATH_W) 'gbemol-info.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-info.c'; fi`
gbemol-0.3.2/src/Makefile.in-421-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-info.Tpo $(DEPDIR)/gbemol-gbemol-info.Po
##############################################
gbemol-0.3.2/src/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:424:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-info.obj `if test -f 'gbemol-info.c'; then $(CYGPATH_W) 'gbemol-info.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-info.c'; fi`
gbemol-0.3.2/src/Makefile.in-425-
gbemol-0.3.2/src/Makefile.in-426-gbemol-gbemol-library.o: gbemol-library.c
gbemol-0.3.2/src/Makefile.in:427:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-library.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-library.Tpo -c -o gbemol-gbemol-library.o `test -f 'gbemol-library.c' || echo '$(srcdir)/'`gbemol-library.c
gbemol-0.3.2/src/Makefile.in-428-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-library.Tpo $(DEPDIR)/gbemol-gbemol-library.Po
##############################################
gbemol-0.3.2/src/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:431:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-library.o `test -f 'gbemol-library.c' || echo '$(srcdir)/'`gbemol-library.c
gbemol-0.3.2/src/Makefile.in-432-
gbemol-0.3.2/src/Makefile.in-433-gbemol-gbemol-library.obj: gbemol-library.c
gbemol-0.3.2/src/Makefile.in:434:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-library.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-library.Tpo -c -o gbemol-gbemol-library.obj `if test -f 'gbemol-library.c'; then $(CYGPATH_W) 'gbemol-library.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-library.c'; fi`
gbemol-0.3.2/src/Makefile.in-435-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-library.Tpo $(DEPDIR)/gbemol-gbemol-library.Po
##############################################
gbemol-0.3.2/src/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:438:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-library.obj `if test -f 'gbemol-library.c'; then $(CYGPATH_W) 'gbemol-library.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-library.c'; fi`
gbemol-0.3.2/src/Makefile.in-439-
gbemol-0.3.2/src/Makefile.in-440-gbemol-gbemol-main.o: gbemol-main.c
gbemol-0.3.2/src/Makefile.in:441:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-main.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-main.Tpo -c -o gbemol-gbemol-main.o `test -f 'gbemol-main.c' || echo '$(srcdir)/'`gbemol-main.c
gbemol-0.3.2/src/Makefile.in-442-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-main.Tpo $(DEPDIR)/gbemol-gbemol-main.Po
##############################################
gbemol-0.3.2/src/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:445:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-main.o `test -f 'gbemol-main.c' || echo '$(srcdir)/'`gbemol-main.c
gbemol-0.3.2/src/Makefile.in-446-
gbemol-0.3.2/src/Makefile.in-447-gbemol-gbemol-main.obj: gbemol-main.c
gbemol-0.3.2/src/Makefile.in:448:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-main.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-main.Tpo -c -o gbemol-gbemol-main.obj `if test -f 'gbemol-main.c'; then $(CYGPATH_W) 'gbemol-main.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-main.c'; fi`
gbemol-0.3.2/src/Makefile.in-449-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-main.Tpo $(DEPDIR)/gbemol-gbemol-main.Po
##############################################
gbemol-0.3.2/src/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:452:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-main.obj `if test -f 'gbemol-main.c'; then $(CYGPATH_W) 'gbemol-main.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-main.c'; fi`
gbemol-0.3.2/src/Makefile.in-453-
gbemol-0.3.2/src/Makefile.in-454-gbemol-gbemol-marshal.o: gbemol-marshal.c
gbemol-0.3.2/src/Makefile.in:455:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-marshal.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-marshal.Tpo -c -o gbemol-gbemol-marshal.o `test -f 'gbemol-marshal.c' || echo '$(srcdir)/'`gbemol-marshal.c
gbemol-0.3.2/src/Makefile.in-456-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-marshal.Tpo $(DEPDIR)/gbemol-gbemol-marshal.Po
##############################################
gbemol-0.3.2/src/Makefile.in-458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:459:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-marshal.o `test -f 'gbemol-marshal.c' || echo '$(srcdir)/'`gbemol-marshal.c
gbemol-0.3.2/src/Makefile.in-460-
gbemol-0.3.2/src/Makefile.in-461-gbemol-gbemol-marshal.obj: gbemol-marshal.c
gbemol-0.3.2/src/Makefile.in:462:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-marshal.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-marshal.Tpo -c -o gbemol-gbemol-marshal.obj `if test -f 'gbemol-marshal.c'; then $(CYGPATH_W) 'gbemol-marshal.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-marshal.c'; fi`
gbemol-0.3.2/src/Makefile.in-463-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-marshal.Tpo $(DEPDIR)/gbemol-gbemol-marshal.Po
##############################################
gbemol-0.3.2/src/Makefile.in-465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:466:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-marshal.obj `if test -f 'gbemol-marshal.c'; then $(CYGPATH_W) 'gbemol-marshal.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-marshal.c'; fi`
gbemol-0.3.2/src/Makefile.in-467-
gbemol-0.3.2/src/Makefile.in-468-gbemol-gbemol-mpd.o: gbemol-mpd.c
gbemol-0.3.2/src/Makefile.in:469:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-mpd.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-mpd.Tpo -c -o gbemol-gbemol-mpd.o `test -f 'gbemol-mpd.c' || echo '$(srcdir)/'`gbemol-mpd.c
gbemol-0.3.2/src/Makefile.in-470-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-mpd.Tpo $(DEPDIR)/gbemol-gbemol-mpd.Po
##############################################
gbemol-0.3.2/src/Makefile.in-472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:473:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-mpd.o `test -f 'gbemol-mpd.c' || echo '$(srcdir)/'`gbemol-mpd.c
gbemol-0.3.2/src/Makefile.in-474-
gbemol-0.3.2/src/Makefile.in-475-gbemol-gbemol-mpd.obj: gbemol-mpd.c
gbemol-0.3.2/src/Makefile.in:476:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-mpd.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-mpd.Tpo -c -o gbemol-gbemol-mpd.obj `if test -f 'gbemol-mpd.c'; then $(CYGPATH_W) 'gbemol-mpd.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-mpd.c'; fi`
gbemol-0.3.2/src/Makefile.in-477-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-mpd.Tpo $(DEPDIR)/gbemol-gbemol-mpd.Po
##############################################
gbemol-0.3.2/src/Makefile.in-479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:480:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-mpd.obj `if test -f 'gbemol-mpd.c'; then $(CYGPATH_W) 'gbemol-mpd.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-mpd.c'; fi`
gbemol-0.3.2/src/Makefile.in-481-
gbemol-0.3.2/src/Makefile.in-482-gbemol-gbemol-playlist.o: gbemol-playlist.c
gbemol-0.3.2/src/Makefile.in:483:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-playlist.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-playlist.Tpo -c -o gbemol-gbemol-playlist.o `test -f 'gbemol-playlist.c' || echo '$(srcdir)/'`gbemol-playlist.c
gbemol-0.3.2/src/Makefile.in-484-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-playlist.Tpo $(DEPDIR)/gbemol-gbemol-playlist.Po
##############################################
gbemol-0.3.2/src/Makefile.in-486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:487:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-playlist.o `test -f 'gbemol-playlist.c' || echo '$(srcdir)/'`gbemol-playlist.c
gbemol-0.3.2/src/Makefile.in-488-
gbemol-0.3.2/src/Makefile.in-489-gbemol-gbemol-playlist.obj: gbemol-playlist.c
gbemol-0.3.2/src/Makefile.in:490:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-playlist.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-playlist.Tpo -c -o gbemol-gbemol-playlist.obj `if test -f 'gbemol-playlist.c'; then $(CYGPATH_W) 'gbemol-playlist.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-playlist.c'; fi`
gbemol-0.3.2/src/Makefile.in-491-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-playlist.Tpo $(DEPDIR)/gbemol-gbemol-playlist.Po
##############################################
gbemol-0.3.2/src/Makefile.in-493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:494:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-playlist.obj `if test -f 'gbemol-playlist.c'; then $(CYGPATH_W) 'gbemol-playlist.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-playlist.c'; fi`
gbemol-0.3.2/src/Makefile.in-495-
gbemol-0.3.2/src/Makefile.in-496-gbemol-gbemol-preferences.o: gbemol-preferences.c
gbemol-0.3.2/src/Makefile.in:497:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-preferences.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-preferences.Tpo -c -o gbemol-gbemol-preferences.o `test -f 'gbemol-preferences.c' || echo '$(srcdir)/'`gbemol-preferences.c
gbemol-0.3.2/src/Makefile.in-498-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-preferences.Tpo $(DEPDIR)/gbemol-gbemol-preferences.Po
##############################################
gbemol-0.3.2/src/Makefile.in-500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:501:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-preferences.o `test -f 'gbemol-preferences.c' || echo '$(srcdir)/'`gbemol-preferences.c
gbemol-0.3.2/src/Makefile.in-502-
gbemol-0.3.2/src/Makefile.in-503-gbemol-gbemol-preferences.obj: gbemol-preferences.c
gbemol-0.3.2/src/Makefile.in:504:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-preferences.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-preferences.Tpo -c -o gbemol-gbemol-preferences.obj `if test -f 'gbemol-preferences.c'; then $(CYGPATH_W) 'gbemol-preferences.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-preferences.c'; fi`
gbemol-0.3.2/src/Makefile.in-505-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-preferences.Tpo $(DEPDIR)/gbemol-gbemol-preferences.Po
##############################################
gbemol-0.3.2/src/Makefile.in-507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:508:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-preferences.obj `if test -f 'gbemol-preferences.c'; then $(CYGPATH_W) 'gbemol-preferences.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-preferences.c'; fi`
gbemol-0.3.2/src/Makefile.in-509-
gbemol-0.3.2/src/Makefile.in-510-gbemol-gbemol-utils.o: gbemol-utils.c
gbemol-0.3.2/src/Makefile.in:511:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-utils.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-utils.Tpo -c -o gbemol-gbemol-utils.o `test -f 'gbemol-utils.c' || echo '$(srcdir)/'`gbemol-utils.c
gbemol-0.3.2/src/Makefile.in-512-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-utils.Tpo $(DEPDIR)/gbemol-gbemol-utils.Po
##############################################
gbemol-0.3.2/src/Makefile.in-514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:515:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-utils.o `test -f 'gbemol-utils.c' || echo '$(srcdir)/'`gbemol-utils.c
gbemol-0.3.2/src/Makefile.in-516-
gbemol-0.3.2/src/Makefile.in-517-gbemol-gbemol-utils.obj: gbemol-utils.c
gbemol-0.3.2/src/Makefile.in:518:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-utils.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-utils.Tpo -c -o gbemol-gbemol-utils.obj `if test -f 'gbemol-utils.c'; then $(CYGPATH_W) 'gbemol-utils.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-utils.c'; fi`
gbemol-0.3.2/src/Makefile.in-519-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-utils.Tpo $(DEPDIR)/gbemol-gbemol-utils.Po
##############################################
gbemol-0.3.2/src/Makefile.in-521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:522:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-utils.obj `if test -f 'gbemol-utils.c'; then $(CYGPATH_W) 'gbemol-utils.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-utils.c'; fi`
gbemol-0.3.2/src/Makefile.in-523-
gbemol-0.3.2/src/Makefile.in-524-gbemol-libmpdclient.o: libmpdclient.c
gbemol-0.3.2/src/Makefile.in:525:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-libmpdclient.o -MD -MP -MF $(DEPDIR)/gbemol-libmpdclient.Tpo -c -o gbemol-libmpdclient.o `test -f 'libmpdclient.c' || echo '$(srcdir)/'`libmpdclient.c
gbemol-0.3.2/src/Makefile.in-526-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-libmpdclient.Tpo $(DEPDIR)/gbemol-libmpdclient.Po
##############################################
gbemol-0.3.2/src/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:529:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-libmpdclient.o `test -f 'libmpdclient.c' || echo '$(srcdir)/'`libmpdclient.c
gbemol-0.3.2/src/Makefile.in-530-
gbemol-0.3.2/src/Makefile.in-531-gbemol-libmpdclient.obj: libmpdclient.c
gbemol-0.3.2/src/Makefile.in:532:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-libmpdclient.obj -MD -MP -MF $(DEPDIR)/gbemol-libmpdclient.Tpo -c -o gbemol-libmpdclient.obj `if test -f 'libmpdclient.c'; then $(CYGPATH_W) 'libmpdclient.c'; else $(CYGPATH_W) '$(srcdir)/libmpdclient.c'; fi`
gbemol-0.3.2/src/Makefile.in-533-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-libmpdclient.Tpo $(DEPDIR)/gbemol-libmpdclient.Po
##############################################
gbemol-0.3.2/src/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:536:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-libmpdclient.obj `if test -f 'libmpdclient.c'; then $(CYGPATH_W) 'libmpdclient.c'; else $(CYGPATH_W) '$(srcdir)/libmpdclient.c'; fi`
gbemol-0.3.2/src/Makefile.in-537-
gbemol-0.3.2/src/Makefile.in-538-gbemol-gbemol-net.o: gbemol-net.c
gbemol-0.3.2/src/Makefile.in:539:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-net.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-net.Tpo -c -o gbemol-gbemol-net.o `test -f 'gbemol-net.c' || echo '$(srcdir)/'`gbemol-net.c
gbemol-0.3.2/src/Makefile.in-540-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-net.Tpo $(DEPDIR)/gbemol-gbemol-net.Po
##############################################
gbemol-0.3.2/src/Makefile.in-542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:543:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-net.o `test -f 'gbemol-net.c' || echo '$(srcdir)/'`gbemol-net.c
gbemol-0.3.2/src/Makefile.in-544-
gbemol-0.3.2/src/Makefile.in-545-gbemol-gbemol-net.obj: gbemol-net.c
gbemol-0.3.2/src/Makefile.in:546:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-net.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-net.Tpo -c -o gbemol-gbemol-net.obj `if test -f 'gbemol-net.c'; then $(CYGPATH_W) 'gbemol-net.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-net.c'; fi`
gbemol-0.3.2/src/Makefile.in-547-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-net.Tpo $(DEPDIR)/gbemol-gbemol-net.Po
##############################################
gbemol-0.3.2/src/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:550:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-net.obj `if test -f 'gbemol-net.c'; then $(CYGPATH_W) 'gbemol-net.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-net.c'; fi`
gbemol-0.3.2/src/Makefile.in-551-
gbemol-0.3.2/src/Makefile.in-552-gbemol-gbemol-amazon.o: gbemol-amazon.c
gbemol-0.3.2/src/Makefile.in:553:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-amazon.o -MD -MP -MF $(DEPDIR)/gbemol-gbemol-amazon.Tpo -c -o gbemol-gbemol-amazon.o `test -f 'gbemol-amazon.c' || echo '$(srcdir)/'`gbemol-amazon.c
gbemol-0.3.2/src/Makefile.in-554-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-amazon.Tpo $(DEPDIR)/gbemol-gbemol-amazon.Po
##############################################
gbemol-0.3.2/src/Makefile.in-556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:557:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-amazon.o `test -f 'gbemol-amazon.c' || echo '$(srcdir)/'`gbemol-amazon.c
gbemol-0.3.2/src/Makefile.in-558-
gbemol-0.3.2/src/Makefile.in-559-gbemol-gbemol-amazon.obj: gbemol-amazon.c
gbemol-0.3.2/src/Makefile.in:560:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -MT gbemol-gbemol-amazon.obj -MD -MP -MF $(DEPDIR)/gbemol-gbemol-amazon.Tpo -c -o gbemol-gbemol-amazon.obj `if test -f 'gbemol-amazon.c'; then $(CYGPATH_W) 'gbemol-amazon.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-amazon.c'; fi`
gbemol-0.3.2/src/Makefile.in-561-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/gbemol-gbemol-amazon.Tpo $(DEPDIR)/gbemol-gbemol-amazon.Po
##############################################
gbemol-0.3.2/src/Makefile.in-563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gbemol-0.3.2/src/Makefile.in:564:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gbemol_CFLAGS) $(CFLAGS) -c -o gbemol-gbemol-amazon.obj `if test -f 'gbemol-amazon.c'; then $(CYGPATH_W) 'gbemol-amazon.c'; else $(CYGPATH_W) '$(srcdir)/gbemol-amazon.c'; fi`
gbemol-0.3.2/src/Makefile.in-565-
##############################################
gbemol-0.3.2/src/Makefile.in-611-GTAGS:
gbemol-0.3.2/src/Makefile.in:612:	here=`$(am__cd) $(top_builddir) && pwd` \
gbemol-0.3.2/src/Makefile.in-613-	  && cd $(top_srcdir) \
##############################################
gbemol-0.3.2/src/Makefile.in-619-distdir: $(DISTFILES)
gbemol-0.3.2/src/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/src/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gbemol-0.3.2/src/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gbemol-0.3.2/src/Makefile.in-633-	  if test -d $$d/$$file; then \
gbemol-0.3.2/src/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gbemol-0.3.2/src/Makefile.in-635-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
gbemol-0.3.2/intltool-extract.in-119-    if (! -d "$dirname" && $dirname ne "") {
gbemol-0.3.2/intltool-extract.in:120:        system ("mkdir -p $dirname");
gbemol-0.3.2/intltool-extract.in-121-    }
##############################################
gbemol-0.3.2/config.guess-40-
gbemol-0.3.2/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
gbemol-0.3.2/config.guess-42-
##############################################
gbemol-0.3.2/config.guess-109-: ${TMPDIR=/tmp} ;
gbemol-0.3.2/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gbemol-0.3.2/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gbemol-0.3.2/config.guess-195-	    *)
gbemol-0.3.2/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gbemol-0.3.2/config.guess-197-		;;
##############################################
gbemol-0.3.2/config.guess-222-	*4.0)
gbemol-0.3.2/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gbemol-0.3.2/config.guess-224-		;;
gbemol-0.3.2/config.guess-225-	*5.*)
gbemol-0.3.2/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gbemol-0.3.2/config.guess-227-		;;
##############################################
gbemol-0.3.2/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
gbemol-0.3.2/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gbemol-0.3.2/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
gbemol-0.3.2/config.guess-270-	# 1.2 uses "1.2" for uname -r.
gbemol-0.3.2/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gbemol-0.3.2/config.guess-272-	exit ;;
##############################################
gbemol-0.3.2/config.guess-327-    sun4H:SunOS:5.*:*)
gbemol-0.3.2/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gbemol-0.3.2/config.guess-329-	exit ;;
gbemol-0.3.2/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gbemol-0.3.2/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gbemol-0.3.2/config.guess-332-	exit ;;
gbemol-0.3.2/config.guess-333-    i86pc:SunOS:5.*:*)
gbemol-0.3.2/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gbemol-0.3.2/config.guess-335-	exit ;;
##############################################
gbemol-0.3.2/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
gbemol-0.3.2/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gbemol-0.3.2/config.guess-341-	exit ;;
##############################################
gbemol-0.3.2/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
gbemol-0.3.2/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gbemol-0.3.2/config.guess-350-	exit ;;
##############################################
gbemol-0.3.2/config.guess-354-    sun*:*:4.2BSD:*)
gbemol-0.3.2/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gbemol-0.3.2/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gbemol-0.3.2/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gbemol-0.3.2/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gbemol-0.3.2/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gbemol-0.3.2/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gbemol-0.3.2/config.guess-492-    *:IRIX*:*:*)
gbemol-0.3.2/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gbemol-0.3.2/config.guess-494-	exit ;;
##############################################
gbemol-0.3.2/config.guess-522-EOF
gbemol-0.3.2/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gbemol-0.3.2/config.guess-524-		then
##############################################
gbemol-0.3.2/config.guess-535-    *:AIX:*:[45])
gbemol-0.3.2/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gbemol-0.3.2/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gbemol-0.3.2/config.guess-570-    9000/[34678]??:HP-UX:*:*)
gbemol-0.3.2/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gbemol-0.3.2/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
gbemol-0.3.2/config.guess-624-EOF
gbemol-0.3.2/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gbemol-0.3.2/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gbemol-0.3.2/config.guess-652-    ia64:HP-UX:*:*)
gbemol-0.3.2/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gbemol-0.3.2/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gbemol-0.3.2/config.guess-682-EOF
gbemol-0.3.2/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gbemol-0.3.2/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gbemol-0.3.2/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gbemol-0.3.2/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gbemol-0.3.2/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gbemol-0.3.2/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gbemol-0.3.2/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gbemol-0.3.2/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gbemol-0.3.2/config.guess-773-	    pc98)
gbemol-0.3.2/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gbemol-0.3.2/config.guess-775-	    amd64)
gbemol-0.3.2/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gbemol-0.3.2/config.guess-777-	    *)
gbemol-0.3.2/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gbemol-0.3.2/config.guess-779-	esac
##############################################
gbemol-0.3.2/config.guess-821-    prep*:SunOS:5.*:*)
gbemol-0.3.2/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gbemol-0.3.2/config.guess-823-	exit ;;
##############################################
gbemol-0.3.2/config.guess-825-	# the GNU system
gbemol-0.3.2/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gbemol-0.3.2/config.guess-827-	exit ;;
##############################################
gbemol-0.3.2/config.guess-829-	# other systems with GNU libc and userland
gbemol-0.3.2/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gbemol-0.3.2/config.guess-831-	exit ;;
##############################################
gbemol-0.3.2/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gbemol-0.3.2/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gbemol-0.3.2/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gbemol-0.3.2/config.guess-1298-    *:DragonFly:*:*)
gbemol-0.3.2/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gbemol-0.3.2/config.guess-1300-	exit ;;
##############################################
gbemol-0.3.2/config.guess-1311-    i*86:skyos:*:*)
gbemol-0.3.2/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gbemol-0.3.2/config.guess-1313-	exit ;;
##############################################
gbemol-0.3.2/config.guess-1436-
gbemol-0.3.2/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gbemol-0.3.2/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }