===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
treil-1.8/ltmain.sh-36-# The name of this program:
treil-1.8/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
treil-1.8/ltmain.sh-38-modename="$progname"
##############################################
treil-1.8/ltmain.sh-69-  :
treil-1.8/ltmain.sh:70:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
treil-1.8/ltmain.sh-71-  # Yippee, $echo works!
##############################################
treil-1.8/ltmain.sh-169-      # If mktemp works, use that first and foremost
treil-1.8/ltmain.sh:170:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
treil-1.8/ltmain.sh-171-
##############################################
treil-1.8/ltmain.sh-201-  win32_libid_type="unknown"
treil-1.8/ltmain.sh:202:  win32_fileres=`file -L $1 2>/dev/null`
treil-1.8/ltmain.sh-203-  case $win32_fileres in
##############################################
treil-1.8/ltmain.sh-259-      # but not from the CC environment variable when configure was run.
treil-1.8/ltmain.sh:260:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
treil-1.8/ltmain.sh-261-      # Blanks at the start of $base_compile will cause this to fail
##############################################
treil-1.8/ltmain.sh-266-	    # Evaluate the configuration.
treil-1.8/ltmain.sh:267:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
treil-1.8/ltmain.sh-268-	    CC_quoted=
##############################################
treil-1.8/ltmain.sh-278-	    case "$@ " in
treil-1.8/ltmain.sh:279:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
treil-1.8/ltmain.sh-280-	      # The compiler in the base compile command matches
##############################################
treil-1.8/ltmain.sh-346-      esac
treil-1.8/ltmain.sh:347:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-348-      my_xlib_u=$my_xlib
##############################################
treil-1.8/ltmain.sh-351-	*" $my_xlib_u "*)
treil-1.8/ltmain.sh:352:	  extracted_serial=`expr $extracted_serial + 1`
treil-1.8/ltmain.sh-353-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
##############################################
treil-1.8/ltmain.sh-376-	  darwin_curdir=`pwd`
treil-1.8/ltmain.sh:377:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh:378:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
treil-1.8/ltmain.sh-379-	  if test -n "$darwin_arches"; then 
treil-1.8/ltmain.sh:380:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
treil-1.8/ltmain.sh-381-	    darwin_arch=
##############################################
treil-1.8/ltmain.sh-391-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
treil-1.8/ltmain.sh:392:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
treil-1.8/ltmain.sh-393-	    darwin_file=
##############################################
treil-1.8/ltmain.sh-395-	    for darwin_file in $darwin_filelist; do
treil-1.8/ltmain.sh:396:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
treil-1.8/ltmain.sh-397-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
treil-1.8/ltmain.sh-410-      esac
treil-1.8/ltmain.sh:411:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
treil-1.8/ltmain.sh-412-    done
##############################################
treil-1.8/ltmain.sh-429-  case $arg in
treil-1.8/ltmain.sh:430:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
treil-1.8/ltmain.sh-431-  *) optarg= ;;
##############################################
treil-1.8/ltmain.sh-460-	  # Evaluate the configuration.
treil-1.8/ltmain.sh:461:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
treil-1.8/ltmain.sh-462-	else
##############################################
treil-1.8/ltmain.sh-583-static)
treil-1.8/ltmain.sh:584:  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
treil-1.8/ltmain.sh-585-  ;;
##############################################
treil-1.8/ltmain.sh-704-	-Wc,*)
treil-1.8/ltmain.sh:705:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
treil-1.8/ltmain.sh-706-	  lastarg=
##############################################
treil-1.8/ltmain.sh-721-	  IFS="$save_ifs"
treil-1.8/ltmain.sh:722:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
treil-1.8/ltmain.sh-723-
##############################################
treil-1.8/ltmain.sh-740-      # Aesthetically quote the previous argument.
treil-1.8/ltmain.sh:741:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-742-
##############################################
treil-1.8/ltmain.sh-768-      # Get the name of the library object.
treil-1.8/ltmain.sh:769:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-770-      ;;
##############################################
treil-1.8/ltmain.sh-779-    *.ads) xform=ads ;;
treil-1.8/ltmain.sh:780:    *.asm) xform=asm ;;
treil-1.8/ltmain.sh-781-    *.c++) xform=c++ ;;
##############################################
treil-1.8/ltmain.sh-792-
treil-1.8/ltmain.sh:793:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
treil-1.8/ltmain.sh-794-
treil-1.8/ltmain.sh-795-    case $libobj in
treil-1.8/ltmain.sh:796:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
treil-1.8/ltmain.sh-797-    *)
##############################################
treil-1.8/ltmain.sh-823-
treil-1.8/ltmain.sh:824:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-825-    case $qlibobj in
##############################################
treil-1.8/ltmain.sh-831-	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
treil-1.8/ltmain.sh:832:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh:833:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-834-    if test "X$xdir" = "X$obj"; then
##############################################
treil-1.8/ltmain.sh-870-    if test "$compiler_c_o" = no; then
treil-1.8/ltmain.sh:871:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
treil-1.8/ltmain.sh-872-      lockfile="$output_obj.lock"
##############################################
treil-1.8/ltmain.sh-891-*** ERROR, $lockfile exists and contains:
treil-1.8/ltmain.sh:892:`cat $lockfile 2>/dev/null`
treil-1.8/ltmain.sh-893-
##############################################
treil-1.8/ltmain.sh-909-    fi
treil-1.8/ltmain.sh:910:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-911-    case $qsrcfile in
##############################################
treil-1.8/ltmain.sh-965-      if test "$need_locks" = warn &&
treil-1.8/ltmain.sh:966:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
treil-1.8/ltmain.sh-967-	$echo "\
treil-1.8/ltmain.sh-968-*** ERROR, $lockfile contains:
treil-1.8/ltmain.sh:969:`cat $lockfile 2>/dev/null`
treil-1.8/ltmain.sh-970-
##############################################
treil-1.8/ltmain.sh-1037-      if test "$need_locks" = warn &&
treil-1.8/ltmain.sh:1038:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
treil-1.8/ltmain.sh-1039-	$echo "\
treil-1.8/ltmain.sh-1040-*** ERROR, $lockfile contains:
treil-1.8/ltmain.sh:1041:`cat $lockfile 2>/dev/null`
treil-1.8/ltmain.sh-1042-
##############################################
treil-1.8/ltmain.sh-1210-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
treil-1.8/ltmain.sh:1211:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
treil-1.8/ltmain.sh-1212-	;;
##############################################
treil-1.8/ltmain.sh-1299-	    moreargs=
treil-1.8/ltmain.sh:1300:	    for fil in `cat $save_arg`
treil-1.8/ltmain.sh-1301-	    do
##############################################
treil-1.8/ltmain.sh-1326-		# Extract subdirectory from the argument.
treil-1.8/ltmain.sh:1327:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-1328-		if test "X$xdir" = "X$arg"; then
##############################################
treil-1.8/ltmain.sh-1385-		  # Extract subdirectory from the argument.
treil-1.8/ltmain.sh:1386:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-1387-		  if test "X$xdir" = "X$arg"; then
##############################################
treil-1.8/ltmain.sh-1392-
treil-1.8/ltmain.sh:1393:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh:1394:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh-1395-		  libobjs="$libobjs $pic_object"
##############################################
treil-1.8/ltmain.sh-1553-      -L*)
treil-1.8/ltmain.sh:1554:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
treil-1.8/ltmain.sh-1555-	# We need an absolute path.
##############################################
treil-1.8/ltmain.sh-1558-	*)
treil-1.8/ltmain.sh:1559:	  absdir=`cd "$dir" && pwd`
treil-1.8/ltmain.sh-1560-	  if test -z "$absdir"; then
##############################################
treil-1.8/ltmain.sh-1576-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
treil-1.8/ltmain.sh:1577:	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
treil-1.8/ltmain.sh-1578-	  case :$dllsearchpath: in
##############################################
treil-1.8/ltmain.sh-1669-	# to be aesthetically quoted because they are evaled later.
treil-1.8/ltmain.sh:1670:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-1671-	case $arg in
##############################################
treil-1.8/ltmain.sh-1738-      -R*)
treil-1.8/ltmain.sh:1739:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
treil-1.8/ltmain.sh-1740-	# We need an absolute path.
##############################################
treil-1.8/ltmain.sh-1779-      -Wc,*)
treil-1.8/ltmain.sh:1780:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
treil-1.8/ltmain.sh-1781-	arg=
##############################################
treil-1.8/ltmain.sh-1793-	IFS="$save_ifs"
treil-1.8/ltmain.sh:1794:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
treil-1.8/ltmain.sh-1795-	;;
##############################################
treil-1.8/ltmain.sh-1797-      -Wl,*)
treil-1.8/ltmain.sh:1798:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
treil-1.8/ltmain.sh-1799-	arg=
##############################################
treil-1.8/ltmain.sh-1812-	IFS="$save_ifs"
treil-1.8/ltmain.sh:1813:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
treil-1.8/ltmain.sh-1814-	;;
##############################################
treil-1.8/ltmain.sh-1834-	# to be aesthetically quoted because they are evaled later.
treil-1.8/ltmain.sh:1835:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-1836-	case $arg in
##############################################
treil-1.8/ltmain.sh-1871-	  # Extract subdirectory from the argument.
treil-1.8/ltmain.sh:1872:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-1873-	  if test "X$xdir" = "X$arg"; then
##############################################
treil-1.8/ltmain.sh-1930-	    # Extract subdirectory from the argument.
treil-1.8/ltmain.sh:1931:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-1932-	    if test "X$xdir" = "X$arg"; then
##############################################
treil-1.8/ltmain.sh-1937-
treil-1.8/ltmain.sh:1938:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh:1939:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh-1940-	    libobjs="$libobjs $pic_object"
##############################################
treil-1.8/ltmain.sh-1973-	# to be aesthetically quoted because they are evaled later.
treil-1.8/ltmain.sh:1974:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-1975-	case $arg in
##############################################
treil-1.8/ltmain.sh-2003-    # calculate the name of the file, without its directory
treil-1.8/ltmain.sh:2004:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-2005-    libobjs_save="$libobjs"
##############################################
treil-1.8/ltmain.sh-2008-      # get the directories listed in $shlibpath_var
treil-1.8/ltmain.sh:2009:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
treil-1.8/ltmain.sh-2010-    else
##############################################
treil-1.8/ltmain.sh-2015-
treil-1.8/ltmain.sh:2016:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-2017-    if test "X$output_objdir" = "X$output"; then
##############################################
treil-1.8/ltmain.sh-2153-	  fi
treil-1.8/ltmain.sh:2154:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
treil-1.8/ltmain.sh-2155-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
treil-1.8/ltmain.sh-2197-		    found=no
treil-1.8/ltmain.sh:2198:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-2199-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
treil-1.8/ltmain.sh-2222-	    newdependency_libs="$deplib $newdependency_libs"
treil-1.8/ltmain.sh:2223:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
treil-1.8/ltmain.sh-2224-	    ;;
##############################################
treil-1.8/ltmain.sh-2235-	    fi
treil-1.8/ltmain.sh:2236:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
treil-1.8/ltmain.sh-2237-	    ;;
##############################################
treil-1.8/ltmain.sh-2245-	  if test "$pass" = link; then
treil-1.8/ltmain.sh:2246:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
treil-1.8/ltmain.sh-2247-	    # Make sure the xrpath contains only unique directories.
##############################################
treil-1.8/ltmain.sh-2267-		set dummy $deplibs_check_method
treil-1.8/ltmain.sh:2268:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
treil-1.8/ltmain.sh-2269-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
treil-1.8/ltmain.sh-2328-	else
treil-1.8/ltmain.sh:2329:	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
treil-1.8/ltmain.sh-2330-	  exit $EXIT_FAILURE
##############################################
treil-1.8/ltmain.sh-2339-
treil-1.8/ltmain.sh:2340:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-2341-	test "X$ladir" = "X$lib" && ladir="."
##############################################
treil-1.8/ltmain.sh-2431-	*)
treil-1.8/ltmain.sh:2432:	  abs_ladir=`cd "$ladir" && pwd`
treil-1.8/ltmain.sh-2433-	  if test -z "$abs_ladir"; then
##############################################
treil-1.8/ltmain.sh-2439-	esac
treil-1.8/ltmain.sh:2440:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-2441-
##############################################
treil-1.8/ltmain.sh-2466-	fi # $installed = yes
treil-1.8/ltmain.sh:2467:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
treil-1.8/ltmain.sh-2468-
##############################################
treil-1.8/ltmain.sh-2513-	    case $deplib in
treil-1.8/ltmain.sh:2514:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
treil-1.8/ltmain.sh-2515-	    esac
##############################################
treil-1.8/ltmain.sh-2634-	    shift; shift
treil-1.8/ltmain.sh:2635:	    libname=`eval \\$echo \"$libname_spec\"`
treil-1.8/ltmain.sh-2636-	    # use dlname if we got it. it's perfectly good, no?
##############################################
treil-1.8/ltmain.sh-2642-	      *cygwin* | mingw*)
treil-1.8/ltmain.sh:2643:		major=`expr $current - $age`
treil-1.8/ltmain.sh-2644-		versuffix="-$major"
##############################################
treil-1.8/ltmain.sh-2653-	    soroot="$soname"
treil-1.8/ltmain.sh:2654:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
treil-1.8/ltmain.sh:2655:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
treil-1.8/ltmain.sh-2656-
##############################################
treil-1.8/ltmain.sh-2886-	      case $libdir in
treil-1.8/ltmain.sh:2887:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
treil-1.8/ltmain.sh-2888-		   case " $xrpath " in
##############################################
treil-1.8/ltmain.sh-2918-	      *.la)
treil-1.8/ltmain.sh:2919:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-2920-		test "X$dir" = "X$deplib" && dir="."
##############################################
treil-1.8/ltmain.sh-2924-		*)
treil-1.8/ltmain.sh:2925:		  absdir=`cd "$dir" && pwd`
treil-1.8/ltmain.sh-2926-		  if test -z "$absdir"; then
##############################################
treil-1.8/ltmain.sh-2934-		else
treil-1.8/ltmain.sh:2935:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
treil-1.8/ltmain.sh-2936-		  if test -z "$libdir"; then
##############################################
treil-1.8/ltmain.sh-2949-		  # but need to link against shared
treil-1.8/ltmain.sh:2950:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
treil-1.8/ltmain.sh-2951-		  if test -n "$deplibrary_names" ; then
##############################################
treil-1.8/ltmain.sh-2974-		  # Again, we only want to link against shared libraries
treil-1.8/ltmain.sh:2975:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
treil-1.8/ltmain.sh-2976-		  for tmp in $newlib_search_path ; do
##############################################
treil-1.8/ltmain.sh-3141-      lib*)
treil-1.8/ltmain.sh:3142:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
treil-1.8/ltmain.sh-3143-	eval shared_ext=\"$shrext_cmds\"
##############################################
treil-1.8/ltmain.sh-3147-	if test "$module" = no; then
treil-1.8/ltmain.sh:3148:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
treil-1.8/ltmain.sh-3149-	  $echo "$help" 1>&2
##############################################
treil-1.8/ltmain.sh-3153-	  # Add the "lib" prefix for modules if required
treil-1.8/ltmain.sh:3154:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
treil-1.8/ltmain.sh-3155-	  eval shared_ext=\"$shrext_cmds\"
##############################################
treil-1.8/ltmain.sh-3157-	else
treil-1.8/ltmain.sh:3158:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
treil-1.8/ltmain.sh-3159-	fi
##############################################
treil-1.8/ltmain.sh-3234-	  darwin|linux|osf|windows|none)
treil-1.8/ltmain.sh:3235:	    current=`expr $number_major + $number_minor`
treil-1.8/ltmain.sh-3236-	    age="$number_minor"
##############################################
treil-1.8/ltmain.sh-3244-	  irix|nonstopux)
treil-1.8/ltmain.sh:3245:	    current=`expr $number_major + $number_minor`
treil-1.8/ltmain.sh-3246-	    age="$number_minor"
##############################################
treil-1.8/ltmain.sh-3292-	if test "$age" -gt "$current"; then
treil-1.8/ltmain.sh:3293:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
treil-1.8/ltmain.sh-3294-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
treil-1.8/ltmain.sh-3307-	  # verstring for coding it into the library header
treil-1.8/ltmain.sh:3308:	  major=.`expr $current - $age`
treil-1.8/ltmain.sh-3309-	  versuffix="$major.$age.$revision"
treil-1.8/ltmain.sh-3310-	  # Darwin ld doesn't like 0 for these options...
treil-1.8/ltmain.sh:3311:	  minor_current=`expr $current + 1`
treil-1.8/ltmain.sh-3312-	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
treil-1.8/ltmain.sh-3327-	  if test "X$lt_irix_increment" = "Xno"; then
treil-1.8/ltmain.sh:3328:	    major=`expr $current - $age`
treil-1.8/ltmain.sh-3329-	  else
treil-1.8/ltmain.sh:3330:	    major=`expr $current - $age + 1`
treil-1.8/ltmain.sh-3331-	  fi
##############################################
treil-1.8/ltmain.sh-3340-	  while test "$loop" -ne 0; do
treil-1.8/ltmain.sh:3341:	    iface=`expr $revision - $loop`
treil-1.8/ltmain.sh:3342:	    loop=`expr $loop - 1`
treil-1.8/ltmain.sh-3343-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
treil-1.8/ltmain.sh-3351-	linux)
treil-1.8/ltmain.sh:3352:	  major=.`expr $current - $age`
treil-1.8/ltmain.sh-3353-	  versuffix="$major.$age.$revision"
##############################################
treil-1.8/ltmain.sh-3356-	osf)
treil-1.8/ltmain.sh:3357:	  major=.`expr $current - $age`
treil-1.8/ltmain.sh-3358-	  versuffix=".$current.$age.$revision"
##############################################
treil-1.8/ltmain.sh-3363-	  while test "$loop" -ne 0; do
treil-1.8/ltmain.sh:3364:	    iface=`expr $current - $loop`
treil-1.8/ltmain.sh:3365:	    loop=`expr $loop - 1`
treil-1.8/ltmain.sh-3366-	    verstring="$verstring:${iface}.0"
##############################################
treil-1.8/ltmain.sh-3380-	  # extension on DOS 8.3 filesystems.
treil-1.8/ltmain.sh:3381:	  major=`expr $current - $age`
treil-1.8/ltmain.sh-3382-	  versuffix="-$major"
##############################################
treil-1.8/ltmain.sh-3435-	removelist=
treil-1.8/ltmain.sh:3436:	tempremovelist=`$echo "$output_objdir/*"`
treil-1.8/ltmain.sh-3437-	for p in $tempremovelist; do
##############################################
treil-1.8/ltmain.sh-3463-	# Transform .lo files to .o files.
treil-1.8/ltmain.sh:3464:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
treil-1.8/ltmain.sh-3465-      fi
##############################################
treil-1.8/ltmain.sh-3468-      #for path in $notinst_path; do
treil-1.8/ltmain.sh:3469:      #	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
treil-1.8/ltmain.sh:3470:      #	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
treil-1.8/ltmain.sh:3471:      #	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
treil-1.8/ltmain.sh-3472-      #done
##############################################
treil-1.8/ltmain.sh-3575-	    for i in $deplibs; do
treil-1.8/ltmain.sh:3576:	      name=`expr $i : '-l\(.*\)'`
treil-1.8/ltmain.sh-3577-	      # If $name is empty we are operating on a -L argument.
##############################################
treil-1.8/ltmain.sh-3587-		if test -n "$i" ; then
treil-1.8/ltmain.sh:3588:		  libname=`eval \\$echo \"$libname_spec\"`
treil-1.8/ltmain.sh:3589:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
treil-1.8/ltmain.sh-3590-		  set dummy $deplib_matches
treil-1.8/ltmain.sh-3591-		  deplib_match=$2
treil-1.8/ltmain.sh:3592:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
treil-1.8/ltmain.sh-3593-		    newdeplibs="$newdeplibs $i"
##############################################
treil-1.8/ltmain.sh-3612-	    for i in $deplibs; do
treil-1.8/ltmain.sh:3613:	      name=`expr $i : '-l\(.*\)'`
treil-1.8/ltmain.sh-3614-	      # If $name is empty we are operating on a -L argument.
##############################################
treil-1.8/ltmain.sh-3627-		  if test -n "$i" ; then
treil-1.8/ltmain.sh:3628:		    libname=`eval \\$echo \"$libname_spec\"`
treil-1.8/ltmain.sh:3629:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
treil-1.8/ltmain.sh-3630-		    set dummy $deplib_matches
treil-1.8/ltmain.sh-3631-		    deplib_match=$2
treil-1.8/ltmain.sh:3632:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
treil-1.8/ltmain.sh-3633-		      newdeplibs="$newdeplibs $i"
##############################################
treil-1.8/ltmain.sh-3660-	  set dummy $deplibs_check_method
treil-1.8/ltmain.sh:3661:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
treil-1.8/ltmain.sh-3662-	  for a_deplib in $deplibs; do
treil-1.8/ltmain.sh:3663:	    name=`expr $a_deplib : '-l\(.*\)'`
treil-1.8/ltmain.sh-3664-	    # If $name is empty we are operating on a -L argument.
##############################################
treil-1.8/ltmain.sh-3674-	      if test -n "$a_deplib" ; then
treil-1.8/ltmain.sh:3675:		libname=`eval \\$echo \"$libname_spec\"`
treil-1.8/ltmain.sh-3676-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
treil-1.8/ltmain.sh:3677:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
treil-1.8/ltmain.sh-3678-		  for potent_lib in $potential_libs; do
##############################################
treil-1.8/ltmain.sh-3690-		      while test -h "$potlib" 2>/dev/null; do
treil-1.8/ltmain.sh:3691:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
treil-1.8/ltmain.sh-3692-			case $potliblink in
treil-1.8/ltmain.sh-3693-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
treil-1.8/ltmain.sh:3694:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
treil-1.8/ltmain.sh-3695-			esac
##############################################
treil-1.8/ltmain.sh-3729-	  set dummy $deplibs_check_method
treil-1.8/ltmain.sh:3730:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
treil-1.8/ltmain.sh-3731-	  for a_deplib in $deplibs; do
treil-1.8/ltmain.sh:3732:	    name=`expr $a_deplib : '-l\(.*\)'`
treil-1.8/ltmain.sh-3733-	    # If $name is empty we are operating on a -L argument.
##############################################
treil-1.8/ltmain.sh-3743-	      if test -n "$a_deplib" ; then
treil-1.8/ltmain.sh:3744:		libname=`eval \\$echo \"$libname_spec\"`
treil-1.8/ltmain.sh-3745-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
treil-1.8/ltmain.sh:3746:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
treil-1.8/ltmain.sh-3747-		  for potent_lib in $potential_libs; do
##############################################
treil-1.8/ltmain.sh-3786-	      # can't use Xsed below, because $i might contain '/'
treil-1.8/ltmain.sh:3787:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
treil-1.8/ltmain.sh-3788-	    done
##############################################
treil-1.8/ltmain.sh-3811-	  # On Rhapsody replace the C library is the System framework
treil-1.8/ltmain.sh:3812:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
treil-1.8/ltmain.sh-3813-	  ;;
##############################################
treil-1.8/ltmain.sh-3983-	# Use standard objects if they are pic
treil-1.8/ltmain.sh:3984:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
treil-1.8/ltmain.sh-3985-
##############################################
treil-1.8/ltmain.sh-3996-	      eval cmd=\"$cmd\"
treil-1.8/ltmain.sh:3997:	      if len=`expr "X$cmd" : ".*"` &&
treil-1.8/ltmain.sh-3998-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
treil-1.8/ltmain.sh-4078-	if test "X$skipped_export" != "X:" &&
treil-1.8/ltmain.sh:4079:	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
treil-1.8/ltmain.sh-4080-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
treil-1.8/ltmain.sh-4097-	  save_output=$output
treil-1.8/ltmain.sh:4098:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
treil-1.8/ltmain.sh-4099-
##############################################
treil-1.8/ltmain.sh-4113-	    if test "X$objlist" = X ||
treil-1.8/ltmain.sh:4114:	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
treil-1.8/ltmain.sh-4115-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
treil-1.8/ltmain.sh-4128-	      last_robj=$output_objdir/$output_la-${k}.$objext
treil-1.8/ltmain.sh:4129:	      k=`expr $k + 1`
treil-1.8/ltmain.sh-4130-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
treil-1.8/ltmain.sh-4154-	  do
treil-1.8/ltmain.sh:4155:	    i=`expr $i + 1`
treil-1.8/ltmain.sh-4156-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
treil-1.8/ltmain.sh-4278-	libobj="$output"
treil-1.8/ltmain.sh:4279:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh-4280-	;;
##############################################
treil-1.8/ltmain.sh-4303-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
treil-1.8/ltmain.sh:4304:	  reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
treil-1.8/ltmain.sh-4305-	else
##############################################
treil-1.8/ltmain.sh-4314-      # Create the old-style object.
treil-1.8/ltmain.sh:4315:      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
treil-1.8/ltmain.sh-4316-
##############################################
treil-1.8/ltmain.sh-4375-      case $host in
treil-1.8/ltmain.sh:4376:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
treil-1.8/ltmain.sh-4377-      esac
##############################################
treil-1.8/ltmain.sh-4395-	# On Rhapsody replace the C library is the System framework
treil-1.8/ltmain.sh:4396:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
treil-1.8/ltmain.sh:4397:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
treil-1.8/ltmain.sh-4398-	;;
##############################################
treil-1.8/ltmain.sh-4483-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
treil-1.8/ltmain.sh:4484:	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
treil-1.8/ltmain.sh-4485-	  case :$dllsearchpath: in
##############################################
treil-1.8/ltmain.sh-4541-	# Transform all the library objects into standard objects.
treil-1.8/ltmain.sh:4542:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
treil-1.8/ltmain.sh:4543:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
treil-1.8/ltmain.sh-4544-      fi
##############################################
treil-1.8/ltmain.sh-4587-	    # Add our own program objects to the symbol list.
treil-1.8/ltmain.sh:4588:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
treil-1.8/ltmain.sh-4589-	    for arg in $progfiles; do
##############################################
treil-1.8/ltmain.sh-4629-	    $show "extracting global C symbols from \`$arg'"
treil-1.8/ltmain.sh:4630:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
treil-1.8/ltmain.sh-4631-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
treil-1.8/ltmain.sh-4751-            if test -f "$output_objdir/${outputname}.def" ; then
treil-1.8/ltmain.sh:4752:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh:4753:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh-4754-            else
treil-1.8/ltmain.sh:4755:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh:4756:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh-4757-             fi
##############################################
treil-1.8/ltmain.sh-4759-          * )
treil-1.8/ltmain.sh:4760:            compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh:4761:            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
treil-1.8/ltmain.sh-4762-            ;;
##############################################
treil-1.8/ltmain.sh-4775-	# Nullify the symbol file.
treil-1.8/ltmain.sh:4776:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
treil-1.8/ltmain.sh:4777:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
treil-1.8/ltmain.sh-4778-      fi
##############################################
treil-1.8/ltmain.sh-4781-	# Replace the output file specification.
treil-1.8/ltmain.sh:4782:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
treil-1.8/ltmain.sh-4783-	link_command="$compile_command$compile_rpath"
##############################################
treil-1.8/ltmain.sh-4848-	# Replace the output file specification.
treil-1.8/ltmain.sh:4849:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
treil-1.8/ltmain.sh-4850-	# Delete the old output file.
##############################################
treil-1.8/ltmain.sh-4868-	  if test "$fast_install" = yes; then
treil-1.8/ltmain.sh:4869:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
treil-1.8/ltmain.sh-4870-	  else
##############################################
treil-1.8/ltmain.sh-4880-      # Replace the output file specification.
treil-1.8/ltmain.sh:4881:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
treil-1.8/ltmain.sh-4882-
##############################################
treil-1.8/ltmain.sh-4900-	  else
treil-1.8/ltmain.sh:4901:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-4902-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
treil-1.8/ltmain.sh-4905-	relink_command="(cd `pwd`; $relink_command)"
treil-1.8/ltmain.sh:4906:	relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
treil-1.8/ltmain.sh-4907-      fi
##############################################
treil-1.8/ltmain.sh-4914-	esac
treil-1.8/ltmain.sh:4915:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-4916-      else
treil-1.8/ltmain.sh:4917:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-4918-      fi
##############################################
treil-1.8/ltmain.sh-4924-	case $output in
treil-1.8/ltmain.sh:4925:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
treil-1.8/ltmain.sh-4926-	esac
##############################################
treil-1.8/ltmain.sh-4930-	    exeext=.exe
treil-1.8/ltmain.sh:4931:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
treil-1.8/ltmain.sh-4932-	  *) exeext= ;;
##############################################
treil-1.8/ltmain.sh-4935-	  *cygwin* | *mingw* )
treil-1.8/ltmain.sh:4936:            output_name=`basename $output`
treil-1.8/ltmain.sh:4937:            output_path=`dirname $output`
treil-1.8/ltmain.sh-4938-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
##############################################
treil-1.8/ltmain.sh-5345-      shift
treil-1.8/ltmain.sh:5346:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
treil-1.8/ltmain.sh-5347-      # Yippee, \$echo works!
##############################################
treil-1.8/ltmain.sh-5357-  # Find the directory that this script lives in.
treil-1.8/ltmain.sh:5358:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
treil-1.8/ltmain.sh-5359-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
treil-1.8/ltmain.sh-5361-  # Follow symbolic links until we get to the real thisdir.
treil-1.8/ltmain.sh:5362:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
treil-1.8/ltmain.sh-5363-  while test -n \"\$file\"; do
treil-1.8/ltmain.sh:5364:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
treil-1.8/ltmain.sh-5365-
##############################################
treil-1.8/ltmain.sh-5373-
treil-1.8/ltmain.sh:5374:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
treil-1.8/ltmain.sh:5375:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
treil-1.8/ltmain.sh-5376-  done
##############################################
treil-1.8/ltmain.sh-5378-  # Try to get the absolute directory name.
treil-1.8/ltmain.sh:5379:  absdir=\`cd \"\$thisdir\" && pwd\`
treil-1.8/ltmain.sh-5380-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
treil-1.8/ltmain.sh-5388-  if test ! -f \"\$progdir/\$program\" || \\
treil-1.8/ltmain.sh:5389:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
treil-1.8/ltmain.sh-5390-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
treil-1.8/ltmain.sh-5403-    if test -n \"\$relink_command\"; then
treil-1.8/ltmain.sh:5404:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
treil-1.8/ltmain.sh-5405-      else
##############################################
treil-1.8/ltmain.sh-5435-    # The second colon is a workaround for a bug in BeOS R4 sed
treil-1.8/ltmain.sh:5436:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
treil-1.8/ltmain.sh-5437-
##############################################
treil-1.8/ltmain.sh-5548-	  do
treil-1.8/ltmain.sh:5549:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-5550-	    case " $oldobjs " in
##############################################
treil-1.8/ltmain.sh-5556-		newobj=lt$counter-$objbase
treil-1.8/ltmain.sh:5557:		counter=`expr $counter + 1`
treil-1.8/ltmain.sh-5558-		case " $oldobjs " in
##############################################
treil-1.8/ltmain.sh-5574-
treil-1.8/ltmain.sh:5575:	if len=`expr "X$cmds" : ".*"` &&
treil-1.8/ltmain.sh-5576-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
treil-1.8/ltmain.sh-5596-	    eval test_cmds=\"$old_archive_cmds\"
treil-1.8/ltmain.sh:5597:	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
treil-1.8/ltmain.sh-5598-	       test "$len" -le "$max_cmd_len"; then
##############################################
treil-1.8/ltmain.sh-5648-	else
treil-1.8/ltmain.sh:5649:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-5650-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
treil-1.8/ltmain.sh-5654-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
treil-1.8/ltmain.sh:5655:      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
treil-1.8/ltmain.sh-5656-      if test "$hardcode_automatic" = yes ; then
##############################################
treil-1.8/ltmain.sh-5673-	      *.la)
treil-1.8/ltmain.sh:5674:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh:5675:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
treil-1.8/ltmain.sh-5676-		if test -z "$libdir"; then
##############################################
treil-1.8/ltmain.sh-5687-	    for lib in $dlfiles; do
treil-1.8/ltmain.sh:5688:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh:5689:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
treil-1.8/ltmain.sh-5690-	      if test -z "$libdir"; then
##############################################
treil-1.8/ltmain.sh-5698-	    for lib in $dlprefiles; do
treil-1.8/ltmain.sh:5699:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh:5700:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
treil-1.8/ltmain.sh-5701-	      if test -z "$libdir"; then
##############################################
treil-1.8/ltmain.sh-5795-      # Aesthetically quote it.
treil-1.8/ltmain.sh:5796:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-5797-      case $arg in
##############################################
treil-1.8/ltmain.sh-5811-    # Aesthetically quote it.
treil-1.8/ltmain.sh:5812:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-5813-    case $arg in
##############################################
treil-1.8/ltmain.sh-5862-      # Aesthetically quote the argument.
treil-1.8/ltmain.sh:5863:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-5864-      case $arg in
##############################################
treil-1.8/ltmain.sh-5894-    # Strip any trailing slash from the destination.
treil-1.8/ltmain.sh:5895:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
treil-1.8/ltmain.sh-5896-
##############################################
treil-1.8/ltmain.sh-5902-    else
treil-1.8/ltmain.sh:5903:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-5904-      test "X$destdir" = "X$dest" && destdir=.
treil-1.8/ltmain.sh:5905:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-5906-
##############################################
treil-1.8/ltmain.sh-5978-
treil-1.8/ltmain.sh:5979:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
treil-1.8/ltmain.sh-5980-	test "X$dir" = "X$file/" && dir=
##############################################
treil-1.8/ltmain.sh-5984-	  # Determine the prefix the user has applied to our future dir.
treil-1.8/ltmain.sh:5985:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
treil-1.8/ltmain.sh-5986-
##############################################
treil-1.8/ltmain.sh-5999-	    # Stick the inst_prefix_dir data into the link command.
treil-1.8/ltmain.sh:6000:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
treil-1.8/ltmain.sh-6001-	  else
treil-1.8/ltmain.sh:6002:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`
treil-1.8/ltmain.sh-6003-	  fi
##############################################
treil-1.8/ltmain.sh-6068-	# Install the pseudo-library for information purposes.
treil-1.8/ltmain.sh:6069:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6070-	instname="$dir/$name"i
##############################################
treil-1.8/ltmain.sh-6084-	else
treil-1.8/ltmain.sh:6085:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6086-	  destfile="$destdir/$destfile"
##############################################
treil-1.8/ltmain.sh-6091-	*.lo)
treil-1.8/ltmain.sh:6092:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh-6093-	  ;;
##############################################
treil-1.8/ltmain.sh-6113-	  # Deduce the name of the old-style object file.
treil-1.8/ltmain.sh:6114:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
treil-1.8/ltmain.sh-6115-
##############################################
treil-1.8/ltmain.sh-6126-	else
treil-1.8/ltmain.sh:6127:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6128-	  destfile="$destdir/$destfile"
##############################################
treil-1.8/ltmain.sh-6137-	    if test ! -f "$file"; then
treil-1.8/ltmain.sh:6138:	      file=`$echo $file|${SED} 's,.exe$,,'`
treil-1.8/ltmain.sh-6139-	      stripped_ext=".exe"
##############################################
treil-1.8/ltmain.sh-6146-	*cygwin*|*mingw*)
treil-1.8/ltmain.sh:6147:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
treil-1.8/ltmain.sh-6148-	    ;;
##############################################
treil-1.8/ltmain.sh-6184-	    fi
treil-1.8/ltmain.sh:6185:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
treil-1.8/ltmain.sh-6186-	    if test -n "$libdir" && test ! -f "$libfile"; then
treil-1.8/ltmain.sh:6187:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
treil-1.8/ltmain.sh-6188-	      finalize=no
##############################################
treil-1.8/ltmain.sh-6207-	      tmpdir=`func_mktempdir`
treil-1.8/ltmain.sh:6208:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6209-	      outputname="$tmpdir/$file"
treil-1.8/ltmain.sh-6210-	      # Replace the output file specification.
treil-1.8/ltmain.sh:6211:	      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP`
treil-1.8/ltmain.sh-6212-
##############################################
treil-1.8/ltmain.sh-6225-	    # Install the binary that we compiled earlier.
treil-1.8/ltmain.sh:6226:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
treil-1.8/ltmain.sh-6227-	  fi
##############################################
treil-1.8/ltmain.sh-6241-	  *:*.exe)
treil-1.8/ltmain.sh:6242:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
treil-1.8/ltmain.sh-6243-	    ;;
##############################################
treil-1.8/ltmain.sh-6254-    for file in $staticlibs; do
treil-1.8/ltmain.sh:6255:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6256-
##############################################
treil-1.8/ltmain.sh-6411-	  # Warn if it was a shared library.
treil-1.8/ltmain.sh:6412:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
treil-1.8/ltmain.sh-6413-	  continue
##############################################
treil-1.8/ltmain.sh-6415-
treil-1.8/ltmain.sh:6416:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-6417-	test "X$dir" = "X$file" && dir=.
##############################################
treil-1.8/ltmain.sh-6422-	  if test ! -f "$dir/$dlname"; then
treil-1.8/ltmain.sh:6423:	    $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
treil-1.8/ltmain.sh-6424-	    exit $EXIT_FAILURE
##############################################
treil-1.8/ltmain.sh-6430-	# Just add the directory containing the .lo file.
treil-1.8/ltmain.sh:6431:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-6432-	test "X$dir" = "X$file" && dir=.
##############################################
treil-1.8/ltmain.sh-6441-      # Get the absolute pathname.
treil-1.8/ltmain.sh:6442:      absdir=`cd "$dir" && pwd`
treil-1.8/ltmain.sh-6443-      test -n "$absdir" && dir="$absdir"
##############################################
treil-1.8/ltmain.sh-6477-      # Quote arguments (to preserve shell metacharacters).
treil-1.8/ltmain.sh:6478:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
treil-1.8/ltmain.sh-6479-      args="$args \"$file\""
##############################################
treil-1.8/ltmain.sh-6539-    for file in $files; do
treil-1.8/ltmain.sh:6540:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
treil-1.8/ltmain.sh-6541-      if test "X$dir" = "X$file"; then
##############################################
treil-1.8/ltmain.sh-6546-      fi
treil-1.8/ltmain.sh:6547:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
treil-1.8/ltmain.sh-6548-      test "$mode" = uninstall && objdir="$dir"
##############################################
treil-1.8/ltmain.sh-6656-	  *.exe)
treil-1.8/ltmain.sh:6657:	    file=`$echo $file|${SED} 's,.exe$,,'`
treil-1.8/ltmain.sh:6658:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
treil-1.8/ltmain.sh-6659-	    # $file with .exe has already been added to rmfiles,
##############################################
treil-1.8/ruby/Makefile.in-213-	$(mkdir_p) $(distdir)/treil
treil-1.8/ruby/Makefile.in:214:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
treil-1.8/ruby/Makefile.in:215:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
treil-1.8/ruby/Makefile.in-216-	list='$(DISTFILES)'; for file in $$list; do \
treil-1.8/ruby/Makefile.in-217-	  case $$file in \
treil-1.8/ruby/Makefile.in:218:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
treil-1.8/ruby/Makefile.in:219:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
treil-1.8/ruby/Makefile.in-220-	  esac; \
treil-1.8/ruby/Makefile.in-221-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
treil-1.8/ruby/Makefile.in:222:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
treil-1.8/ruby/Makefile.in-223-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
treil-1.8/config.guess-40-
treil-1.8/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
treil-1.8/config.guess-42-
##############################################
treil-1.8/config.guess-109-: ${TMPDIR=/tmp} ;
treil-1.8/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
treil-1.8/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
treil-1.8/config.guess-195-	    *)
treil-1.8/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
treil-1.8/config.guess-197-		;;
##############################################
treil-1.8/config.guess-222-	*4.0)
treil-1.8/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
treil-1.8/config.guess-224-		;;
treil-1.8/config.guess-225-	*5.*)
treil-1.8/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
treil-1.8/config.guess-227-		;;
##############################################
treil-1.8/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
treil-1.8/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
treil-1.8/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
treil-1.8/config.guess-270-	# 1.2 uses "1.2" for uname -r.
treil-1.8/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
treil-1.8/config.guess-272-	exit ;;
##############################################
treil-1.8/config.guess-327-    sun4H:SunOS:5.*:*)
treil-1.8/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
treil-1.8/config.guess-329-	exit ;;
treil-1.8/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
treil-1.8/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
treil-1.8/config.guess-332-	exit ;;
treil-1.8/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
treil-1.8/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
treil-1.8/config.guess-335-	exit ;;
##############################################
treil-1.8/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
treil-1.8/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
treil-1.8/config.guess-341-	exit ;;
##############################################
treil-1.8/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
treil-1.8/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
treil-1.8/config.guess-350-	exit ;;
##############################################
treil-1.8/config.guess-354-    sun*:*:4.2BSD:*)
treil-1.8/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
treil-1.8/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
treil-1.8/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
treil-1.8/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
treil-1.8/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
treil-1.8/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
treil-1.8/config.guess-492-    *:IRIX*:*:*)
treil-1.8/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
treil-1.8/config.guess-494-	exit ;;
##############################################
treil-1.8/config.guess-522-EOF
treil-1.8/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
treil-1.8/config.guess-524-		then
##############################################
treil-1.8/config.guess-535-    *:AIX:*:[45])
treil-1.8/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
treil-1.8/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
treil-1.8/config.guess-570-    9000/[34678]??:HP-UX:*:*)
treil-1.8/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
treil-1.8/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
treil-1.8/config.guess-624-EOF
treil-1.8/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
treil-1.8/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
treil-1.8/config.guess-652-    ia64:HP-UX:*:*)
treil-1.8/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
treil-1.8/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
treil-1.8/config.guess-682-EOF
treil-1.8/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
treil-1.8/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
treil-1.8/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
treil-1.8/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
treil-1.8/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
treil-1.8/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
treil-1.8/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
treil-1.8/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
treil-1.8/config.guess-773-	    pc98)
treil-1.8/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
treil-1.8/config.guess-775-	    amd64)
treil-1.8/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
treil-1.8/config.guess-777-	    *)
treil-1.8/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
treil-1.8/config.guess-779-	esac
##############################################
treil-1.8/config.guess-821-    prep*:SunOS:5.*:*)
treil-1.8/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
treil-1.8/config.guess-823-	exit ;;
##############################################
treil-1.8/config.guess-825-	# the GNU system
treil-1.8/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
treil-1.8/config.guess-827-	exit ;;
##############################################
treil-1.8/config.guess-829-	# other systems with GNU libc and userland
treil-1.8/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
treil-1.8/config.guess-831-	exit ;;
##############################################
treil-1.8/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
treil-1.8/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
treil-1.8/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
treil-1.8/config.guess-1298-    *:DragonFly:*:*)
treil-1.8/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
treil-1.8/config.guess-1300-	exit ;;
##############################################
treil-1.8/config.guess-1311-    i*86:skyos:*:*)
treil-1.8/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
treil-1.8/config.guess-1313-	exit ;;
##############################################
treil-1.8/config.guess-1436-
treil-1.8/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
treil-1.8/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
treil-1.8/config.sub-56-
treil-1.8/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
treil-1.8/config.sub-58-
##############################################
treil-1.8/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
treil-1.8/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
treil-1.8/config.sub-122-case $maybe_os in
##############################################
treil-1.8/config.sub-126-    os=-$maybe_os
treil-1.8/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
treil-1.8/config.sub-128-    ;;
treil-1.8/config.sub-129-  *)
treil-1.8/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
treil-1.8/config.sub-131-    if [ $basic_machine != $1 ]
treil-1.8/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
treil-1.8/config.sub-133-    else os=; fi
##############################################
treil-1.8/config.sub-177-		os=-sco5v6
treil-1.8/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-179-		;;
##############################################
treil-1.8/config.sub-181-		os=-sco3.2v5
treil-1.8/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-183-		;;
##############################################
treil-1.8/config.sub-185-		os=-sco3.2v4
treil-1.8/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-187-		;;
treil-1.8/config.sub-188-	-sco3.2.[4-9]*)
treil-1.8/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
treil-1.8/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-191-		;;
##############################################
treil-1.8/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
treil-1.8/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-195-		;;
##############################################
treil-1.8/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
treil-1.8/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-199-		;;
##############################################
treil-1.8/config.sub-201-		os=-sco3.2v2
treil-1.8/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-203-		;;
treil-1.8/config.sub-204-	-udk*)
treil-1.8/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-206-		;;
##############################################
treil-1.8/config.sub-208-		os=-isc2.2
treil-1.8/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-210-		;;
##############################################
treil-1.8/config.sub-214-	-isc*)
treil-1.8/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
treil-1.8/config.sub-216-		;;
##############################################
treil-1.8/config.sub-220-	-ptx*)
treil-1.8/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
treil-1.8/config.sub-222-		;;
treil-1.8/config.sub-223-	-windowsnt*)
treil-1.8/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
treil-1.8/config.sub-225-		;;
##############################################
treil-1.8/config.sub-310-	*-*-*)
treil-1.8/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
treil-1.8/config.sub-312-		exit 1
##############################################
treil-1.8/config.sub-412-	amd64-*)
treil-1.8/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-414-		;;
##############################################
treil-1.8/config.sub-633-	i*86v32)
treil-1.8/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
treil-1.8/config.sub-635-		os=-sysv32
##############################################
treil-1.8/config.sub-637-	i*86v4*)
treil-1.8/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
treil-1.8/config.sub-639-		os=-sysv4
##############################################
treil-1.8/config.sub-641-	i*86v)
treil-1.8/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
treil-1.8/config.sub-643-		os=-sysv
##############################################
treil-1.8/config.sub-645-	i*86sol2)
treil-1.8/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
treil-1.8/config.sub-647-		os=-solaris2
##############################################
treil-1.8/config.sub-697-	mips3*-*)
treil-1.8/config.sub:698:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
treil-1.8/config.sub-699-		;;
treil-1.8/config.sub-700-	mips3*)
treil-1.8/config.sub:701:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
treil-1.8/config.sub-702-		;;
##############################################
treil-1.8/config.sub-715-	ms1-*)
treil-1.8/config.sub:716:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
treil-1.8/config.sub-717-		;;
##############################################
treil-1.8/config.sub-828-	pc98-*)
treil-1.8/config.sub:829:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-830-		;;
##############################################
treil-1.8/config.sub-843-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
treil-1.8/config.sub:844:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-845-		;;
treil-1.8/config.sub-846-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
treil-1.8/config.sub:847:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-848-		;;
treil-1.8/config.sub-849-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
treil-1.8/config.sub:850:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-851-		;;
treil-1.8/config.sub-852-	pentium4-*)
treil-1.8/config.sub:853:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-854-		;;
##############################################
treil-1.8/config.sub-861-		;;
treil-1.8/config.sub:862:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-863-		;;
##############################################
treil-1.8/config.sub-867-	ppcle-* | powerpclittle-*)
treil-1.8/config.sub:868:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-869-		;;
##############################################
treil-1.8/config.sub-871-		;;
treil-1.8/config.sub:872:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-873-		;;
##############################################
treil-1.8/config.sub-877-	ppc64le-* | powerpc64little-*)
treil-1.8/config.sub:878:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
treil-1.8/config.sub-879-		;;
##############################################
treil-1.8/config.sub-1161-	*)
treil-1.8/config.sub:1162:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
treil-1.8/config.sub-1163-		exit 1
##############################################
treil-1.8/config.sub-1169-	*-digital*)
treil-1.8/config.sub:1170:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
treil-1.8/config.sub-1171-		;;
treil-1.8/config.sub-1172-	*-commodore*)
treil-1.8/config.sub:1173:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
treil-1.8/config.sub-1174-		;;
##############################################
treil-1.8/config.sub-1187-	-solaris1 | -solaris1.*)
treil-1.8/config.sub:1188:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
treil-1.8/config.sub-1189-		;;
##############################################
treil-1.8/config.sub-1199-	-gnu/linux*)
treil-1.8/config.sub:1200:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
treil-1.8/config.sub-1201-		;;
##############################################
treil-1.8/config.sub-1243-	-nto*)
treil-1.8/config.sub:1244:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
treil-1.8/config.sub-1245-		;;
##############################################
treil-1.8/config.sub-1250-	-mac*)
treil-1.8/config.sub:1251:		os=`echo $os | sed -e 's|mac|macos|'`
treil-1.8/config.sub-1252-		;;
##############################################
treil-1.8/config.sub-1256-	-linux*)
treil-1.8/config.sub:1257:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
treil-1.8/config.sub-1258-		;;
treil-1.8/config.sub-1259-	-sunos5*)
treil-1.8/config.sub:1260:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
treil-1.8/config.sub-1261-		;;
treil-1.8/config.sub-1262-	-sunos6*)
treil-1.8/config.sub:1263:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
treil-1.8/config.sub-1264-		;;
##############################################
treil-1.8/config.sub-1311-	-sinix5.*)
treil-1.8/config.sub:1312:		os=`echo $os | sed -e 's|sinix|sysv|'`
treil-1.8/config.sub-1313-		;;
##############################################
treil-1.8/config.sub-1362-		# Get rid of the `-' at the beginning of $os.
treil-1.8/config.sub:1363:		os=`echo $os | sed 's/[^-]*-//'`
treil-1.8/config.sub:1364:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
treil-1.8/config.sub-1365-		exit 1
##############################################
treil-1.8/config.sub-1613-		esac
treil-1.8/config.sub:1614:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
treil-1.8/config.sub-1615-		;;
##############################################
treil-1.8/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
treil-1.8/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
treil-1.8/depcomp-70-
##############################################
treil-1.8/depcomp-203-  # Version 6 uses the directory in both cases.
treil-1.8/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
treil-1.8/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
treil-1.8/depcomp-214-  else
treil-1.8/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
treil-1.8/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
treil-1.8/depcomp-228-    # Do two passes, one to just change these to
treil-1.8/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
treil-1.8/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
treil-1.8/depcomp-269-  # Do two passes, one to just change these to
treil-1.8/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
treil-1.8/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
treil-1.8/depcomp-284-   # Subdirectories are respected.
treil-1.8/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
treil-1.8/depcomp-286-   test "x$dir" = "x$object" && dir=
treil-1.8/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
treil-1.8/depcomp-288-
##############################################
treil-1.8/depcomp-423-  done
treil-1.8/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
treil-1.8/depcomp-425-  touch "$tmpdepfile"
##############################################
treil-1.8/configure-109-do
treil-1.8/configure:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
treil-1.8/configure-111-    eval $as_var=C; export $as_var
##############################################
treil-1.8/configure-217-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
treil-1.8/configure:218:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
treil-1.8/configure-219-") 2> /dev/null; then
##############################################
treil-1.8/configure-332-  test "x$as_lineno_1" != "x$as_lineno_2" &&
treil-1.8/configure:333:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
treil-1.8/configure-334-
##############################################
treil-1.8/configure-427-  test "x$as_lineno_1" != "x$as_lineno_2" &&
treil-1.8/configure:428:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
treil-1.8/configure-429-
##############################################
treil-1.8/configure-538-	esac;
treil-1.8/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
treil-1.8/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
treil-1.8/configure-560-  # Remove one level of quotation (which was required for Make).
treil-1.8/configure:561:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
treil-1.8/configure-562-  ;;
##############################################
treil-1.8/configure-571-  :
treil-1.8/configure:572:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
treil-1.8/configure-573-  # Yippee, $echo works!
##############################################
treil-1.8/configure-597-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
treil-1.8/configure:598:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
treil-1.8/configure:599:       echo_test_string=`eval $cmd` &&
treil-1.8/configure-600-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
treil-1.8/configure-606-
treil-1.8/configure:607:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/configure:608:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-609-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-621-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
treil-1.8/configure:622:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/configure:623:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-624-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-633-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/configure:634:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-635-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-648-      echo='printf %s\n'
treil-1.8/configure:649:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/configure:650:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-651-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-653-	:
treil-1.8/configure:654:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
treil-1.8/configure-655-	   test "X$echo_testing_string" = 'X\t' &&
treil-1.8/configure:656:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-657-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-662-	echo="$CONFIG_SHELL $0 --fallback-echo"
treil-1.8/configure:663:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
treil-1.8/configure-664-	   test "X$echo_testing_string" = 'X\t' &&
treil-1.8/configure:665:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/configure-666-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/configure-672-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
treil-1.8/configure:673:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
treil-1.8/configure-674-	  then
##############################################
treil-1.8/configure-680-	if test "$prev" != 'sed 50q "$0"'; then
treil-1.8/configure:681:	  echo_test_string=`eval $prev`
treil-1.8/configure-682-	  export echo_test_string
##############################################
treil-1.8/configure-953-  case $ac_option in
treil-1.8/configure:954:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
treil-1.8/configure-955-  *)	ac_optarg=yes ;;
##############################################
treil-1.8/configure-996-  -disable-* | --disable-*)
treil-1.8/configure:997:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
treil-1.8/configure-998-    # Reject names that are not valid shell variable names.
##############################################
treil-1.8/configure-1001-   { (exit 1); exit 1; }; }
treil-1.8/configure:1002:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
treil-1.8/configure-1003-    eval enable_$ac_feature=no ;;
##############################################
treil-1.8/configure-1015-  -enable-* | --enable-*)
treil-1.8/configure:1016:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
treil-1.8/configure-1017-    # Reject names that are not valid shell variable names.
##############################################
treil-1.8/configure-1020-   { (exit 1); exit 1; }; }
treil-1.8/configure:1021:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
treil-1.8/configure-1022-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
treil-1.8/configure-1212-  -with-* | --with-*)
treil-1.8/configure:1213:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
treil-1.8/configure-1214-    # Reject names that are not valid shell variable names.
##############################################
treil-1.8/configure-1217-   { (exit 1); exit 1; }; }
treil-1.8/configure:1218:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
treil-1.8/configure-1219-    eval with_$ac_package=\$ac_optarg ;;
##############################################
treil-1.8/configure-1221-  -without-* | --without-*)
treil-1.8/configure:1222:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
treil-1.8/configure-1223-    # Reject names that are not valid shell variable names.
##############################################
treil-1.8/configure-1226-   { (exit 1); exit 1; }; }
treil-1.8/configure:1227:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
treil-1.8/configure-1228-    eval with_$ac_package=no ;;
##############################################
treil-1.8/configure-1253-  *=*)
treil-1.8/configure:1254:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
treil-1.8/configure-1255-    # Reject names that are not valid shell variable names.
##############################################
treil-1.8/configure-1273-if test -n "$ac_prev"; then
treil-1.8/configure:1274:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
treil-1.8/configure-1275-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
treil-1.8/configure-1319-ac_ls_di=`ls -di .` &&
treil-1.8/configure:1320:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
treil-1.8/configure-1321-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
treil-1.8/configure-1379-case $srcdir in
treil-1.8/configure:1380:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
treil-1.8/configure-1381-esac
##############################################
treil-1.8/configure-1422-By default, \`make install' will install all the files in
treil-1.8/configure:1423:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
treil-1.8/configure:1424:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
treil-1.8/configure-1425-for instance \`--prefix=\$HOME'.
##############################################
treil-1.8/configure-1523-*)
treil-1.8/configure:1524:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
treil-1.8/configure-1525-  # A ".." for each directory in $ac_dir_suffix.
treil-1.8/configure:1526:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
treil-1.8/configure-1527-  case $ac_top_builddir_sub in
##############################################
treil-1.8/configure-1656-    *\'*)
treil-1.8/configure:1657:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
treil-1.8/configure-1658-    esac
##############################################
treil-1.8/configure-1742-      case $ac_val in
treil-1.8/configure:1743:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
treil-1.8/configure-1744-      esac
##############################################
treil-1.8/configure-1759-	case $ac_val in
treil-1.8/configure:1760:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
treil-1.8/configure-1761-	esac
##############################################
treil-1.8/configure-1867-    set,)
treil-1.8/configure:1868:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
treil-1.8/configure:1869:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
treil-1.8/configure-1870-      ac_cache_corrupted=: ;;
##############################################
treil-1.8/configure-1889-    case $ac_new_val in
treil-1.8/configure:1890:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
treil-1.8/configure-1891-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
treil-1.8/configure-2061-if (
treil-1.8/configure:2062:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
treil-1.8/configure-2063-   if test "$*" = "X"; then
treil-1.8/configure-2064-      # -L didn't work.
treil-1.8/configure:2065:      set X `ls -t $srcdir/configure conftest.file`
treil-1.8/configure-2066-   fi
##############################################
treil-1.8/configure-2105-_ACEOF
treil-1.8/configure:2106:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
treil-1.8/configure-2107-rm -f conftest.sed
##############################################
treil-1.8/configure-2109-# expand $ac_aux_dir to an absolute path
treil-1.8/configure:2110:am_aux_dir=`cd $ac_aux_dir && pwd`
treil-1.8/configure-2111-
##############################################
treil-1.8/configure-2198-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
treil-1.8/configure:2199:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
treil-1.8/configure-2200-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
treil-1.8/configure-2208-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
treil-1.8/configure:2209:case `${MAKE-make} -f conftest.make 2>/dev/null` in
treil-1.8/configure-2210-  *@@@%%%=?*=@@@%%%*)
##############################################
treil-1.8/configure-2236-# test to see if srcdir already configured
treil-1.8/configure:2237:if test "`cd $srcdir && pwd`" != "`pwd`" &&
treil-1.8/configure-2238-   test -f $srcdir/config.status; then
##############################################
treil-1.8/configure-2716-echo "$as_me:$LINENO: checking for C compiler version" >&5
treil-1.8/configure:2717:ac_compiler=`set X $ac_compile; echo $2`
treil-1.8/configure-2718-{ (ac_try="$ac_compiler --version >&5"
##############################################
treil-1.8/configure-2770-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
treil-1.8/configure:2771:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
treil-1.8/configure-2772-#
##############################################
treil-1.8/configure-2818-	then :; else
treil-1.8/configure:2819:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
treil-1.8/configure-2820-	fi
##############################################
treil-1.8/configure-2915-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
treil-1.8/configure:2916:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
treil-1.8/configure-2917-	  break;;
##############################################
treil-1.8/configure-2970-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
treil-1.8/configure:2971:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
treil-1.8/configure-2972-       break;;
##############################################
treil-1.8/configure-3045-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
treil-1.8/configure:3046:GCC=`test $ac_compiler_gnu = yes && echo yes`
treil-1.8/configure-3047-ac_test_CFLAGS=${CFLAGS+set}
##############################################
treil-1.8/configure-3344-# case it prints its new name instead of `make'.
treil-1.8/configure:3345:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
treil-1.8/configure-3346-   am__include=include
##############################################
treil-1.8/configure-3352-   echo '.include "confinc"' > confmf
treil-1.8/configure:3353:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
treil-1.8/configure-3354-      am__include=.include
##############################################
treil-1.8/configure-3414-  if test "$am_compiler_list" = ""; then
treil-1.8/configure:3415:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
treil-1.8/configure-3416-  fi
##############################################
treil-1.8/configure-3581-test "x$ac_build_alias" = x &&
treil-1.8/configure:3582:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
treil-1.8/configure-3583-test "x$ac_build_alias" = x &&
##############################################
treil-1.8/configure-3586-   { (exit 1); exit 1; }; }
treil-1.8/configure:3587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
treil-1.8/configure-3588-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
treil-1.8/configure-3611-IFS=$ac_save_IFS
treil-1.8/configure:3612:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
treil-1.8/configure-3613-
##############################################
treil-1.8/configure-3622-else
treil-1.8/configure:3623:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
treil-1.8/configure-3624-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
treil-1.8/configure-3648-IFS=$ac_save_IFS
treil-1.8/configure:3649:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
treil-1.8/configure-3650-
##############################################
treil-1.8/configure-3695-    test $lt_ac_count -gt 10 && break
treil-1.8/configure:3696:    lt_ac_count=`expr $lt_ac_count + 1`
treil-1.8/configure-3697-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
treil-1.8/configure-3734-  # Check for GNU $ac_path_GREP
treil-1.8/configure:3735:case `"$ac_path_GREP" --version 2>&1` in
treil-1.8/configure-3736-*GNU*)
##############################################
treil-1.8/configure-3748-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
treil-1.8/configure:3749:    ac_count=`expr $ac_count + 1`
treil-1.8/configure-3750-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
treil-1.8/configure-3816-  # Check for GNU $ac_path_EGREP
treil-1.8/configure:3817:case `"$ac_path_EGREP" --version 2>&1` in
treil-1.8/configure-3818-*GNU*)
##############################################
treil-1.8/configure-3830-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
treil-1.8/configure:3831:    ac_count=`expr $ac_count + 1`
treil-1.8/configure-3832-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
treil-1.8/configure-3888-    # gcc leaves a trailing carriage return which upsets mingw
treil-1.8/configure:3889:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
treil-1.8/configure-3890-  *)
treil-1.8/configure:3891:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
treil-1.8/configure-3892-  esac
##############################################
treil-1.8/configure-3897-      # Canonicalize the pathname of ld
treil-1.8/configure:3898:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
treil-1.8/configure-3899-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
treil-1.8/configure:3900:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
treil-1.8/configure-3901-      done
##############################################
treil-1.8/configure-3932-      # Break only if it was the GNU/non-GNU ld that we prefer.
treil-1.8/configure:3933:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
treil-1.8/configure-3934-      *GNU* | *'with BFD'*)
##############################################
treil-1.8/configure-3965-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
treil-1.8/configure:3966:case `$LD -v 2>&1 </dev/null` in
treil-1.8/configure-3967-*GNU* | *'with BFD'*)
##############################################
treil-1.8/configure-4028-	# Tru64's nm complains that /dev/null is an invalid object file
treil-1.8/configure:4029:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
treil-1.8/configure-4030-	*/dev/null* | *'Invalid file or object type'*)
##############################################
treil-1.8/configure-4034-	*)
treil-1.8/configure:4035:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
treil-1.8/configure-4036-	  */dev/null*)
##############################################
treil-1.8/configure-4202-openbsd*)
treil-1.8/configure:4203:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-4204-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
treil-1.8/configure-4291-  (exit $ac_status); }; then
treil-1.8/configure:4292:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/configure-4293-    *ELF-32*)
##############################################
treil-1.8/configure-4311-   if test "$lt_cv_prog_gnu_ld" = yes; then
treil-1.8/configure:4312:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/configure-4313-    *32-bit*)
##############################################
treil-1.8/configure-4323-   else
treil-1.8/configure:4324:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/configure-4325-    *32-bit*)
##############################################
treil-1.8/configure-4908-do
treil-1.8/configure:4909:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
treil-1.8/configure-4910-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
treil-1.8/configure-4951-fi
treil-1.8/configure:4952:ac_res=`eval echo '${'$as_ac_Header'}'`
treil-1.8/configure-4953-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
treil-1.8/configure-4954-echo "${ECHO_T}$ac_res" >&6; }
treil-1.8/configure:4955:if test `eval echo '${'$as_ac_Header'}'` = yes; then
treil-1.8/configure-4956-  cat >>confdefs.h <<_ACEOF
treil-1.8/configure:4957:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
treil-1.8/configure-4958-_ACEOF
##############################################
treil-1.8/configure-4967-do
treil-1.8/configure:4968:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
treil-1.8/configure-4969-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
treil-1.8/configure-4974-fi
treil-1.8/configure:4975:ac_res=`eval echo '${'$as_ac_Header'}'`
treil-1.8/configure-4976-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
treil-1.8/configure-5095-fi
treil-1.8/configure:5096:ac_res=`eval echo '${'$as_ac_Header'}'`
treil-1.8/configure-5097-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
treil-1.8/configure-5100-fi
treil-1.8/configure:5101:if test `eval echo '${'$as_ac_Header'}'` = yes; then
treil-1.8/configure-5102-  cat >>confdefs.h <<_ACEOF
treil-1.8/configure:5103:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
treil-1.8/configure-5104-_ACEOF
##############################################
treil-1.8/configure-5226-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
treil-1.8/configure:5227:ac_compiler=`set X $ac_compile; echo $2`
treil-1.8/configure-5228-{ (ac_try="$ac_compiler --version >&5"
##############################################
treil-1.8/configure-5312-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
treil-1.8/configure:5313:GXX=`test $ac_compiler_gnu = yes && echo yes`
treil-1.8/configure-5314-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
treil-1.8/configure-5501-  if test "$am_compiler_list" = ""; then
treil-1.8/configure:5502:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
treil-1.8/configure-5503-  fi
##############################################
treil-1.8/configure-5927-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
treil-1.8/configure:5928:ac_compiler=`set X $ac_compile; echo $2`
treil-1.8/configure-5929-{ (ac_try="$ac_compiler --version >&5"
##############################################
treil-1.8/configure-6069-
treil-1.8/configure:6070:G77=`test $ac_compiler_gnu = yes && echo yes`
treil-1.8/configure-6071-ac_ext=c
##############################################
treil-1.8/configure-6132-    # And add a safety zone
treil-1.8/configure:6133:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
treil-1.8/configure:6134:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
treil-1.8/configure-6135-    ;;
##############################################
treil-1.8/configure-6160-    if test -n "$kargmax"; then
treil-1.8/configure:6161:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
treil-1.8/configure-6162-    else
##############################################
treil-1.8/configure-6168-    if test -n "$lt_cv_sys_max_cmd_len"; then
treil-1.8/configure:6169:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
treil-1.8/configure:6170:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
treil-1.8/configure-6171-    else
treil-1.8/configure-6172-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
treil-1.8/configure:6173:      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
treil-1.8/configure-6174-	       = "XX$teststring") >/dev/null 2>&1 &&
treil-1.8/configure:6175:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
treil-1.8/configure-6176-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
treil-1.8/configure-6178-      do
treil-1.8/configure:6179:        i=`expr $i + 1`
treil-1.8/configure-6180-        teststring=$teststring$teststring
##############################################
treil-1.8/configure-6185-      # It appears as though 1/2 is a usable value.
treil-1.8/configure:6186:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
treil-1.8/configure-6187-    fi
##############################################
treil-1.8/configure-6280-# If we're using GNU nm, then use its standard symbol codes.
treil-1.8/configure:6281:case `$NM -V 2>&1` in
treil-1.8/configure-6282-*GNU* | *'with BFD'*)
##############################################
treil-1.8/configure-6816-done
treil-1.8/configure:6817:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-6818-
##############################################
treil-1.8/configure-6844-	"file_magic "*)
treil-1.8/configure:6845:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
treil-1.8/configure-6846-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
treil-1.8/configure-6906-	"file_magic "*)
treil-1.8/configure:6907:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
treil-1.8/configure-6908-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
treil-1.8/configure-7231-      *)
treil-1.8/configure:7232:        case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-7233-	*Sun\ C*)
##############################################
treil-1.8/configure-7485-  if test "$hard_links" = no; then
treil-1.8/configure:7486:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
treil-1.8/configure:7487:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
treil-1.8/configure-7488-    need_locks=warn
##############################################
treil-1.8/configure-7541-done
treil-1.8/configure:7542:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-7543-
##############################################
treil-1.8/configure-7579-    supports_anon_versioning=no
treil-1.8/configure:7580:    case `$LD -v 2>/dev/null` in
treil-1.8/configure-7581-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
treil-1.8/configure-7643-	# is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/configure:7644:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/configure-7645-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/configure-7666-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/configure:7667:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
treil-1.8/configure:7668:      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'
treil-1.8/configure-7669-      ;;
##############################################
treil-1.8/configure-7675-	pgcc*)				# Portland Group C compiler
treil-1.8/configure:7676:	  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'
treil-1.8/configure-7677-	  tmp_addflag=' $pic_flag'
##############################################
treil-1.8/configure-7679-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
treil-1.8/configure:7680:	  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'
treil-1.8/configure-7681-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
treil-1.8/configure-7688-	esac
treil-1.8/configure:7689:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-7690-	*Sun\ C*)			# Sun C 5.9
treil-1.8/configure:7691:	  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'
treil-1.8/configure-7692-	  tmp_sharedflag='-G' ;;
##############################################
treil-1.8/configure-7743-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
treil-1.8/configure:7744:      case `$LD -v 2>&1` in
treil-1.8/configure-7745-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
treil-1.8/configure-7759-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
treil-1.8/configure:7760:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
treil-1.8/configure-7761-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
treil-1.8/configure-7858-	# below for broken collect2 doesn't work under 4.3+
treil-1.8/configure:7859:	  collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/configure-7860-	  if test -f "$collect2name" && \
##############################################
treil-1.8/configure-7944-    }'
treil-1.8/configure:7945:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-7946-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-7947-if test -z "$aix_libpath"; then
treil-1.8/configure:7948:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-7949-fi
##############################################
treil-1.8/configure-7961-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
treil-1.8/configure:7962:	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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/configure-7963-       else
##############################################
treil-1.8/configure-8010-    }'
treil-1.8/configure:8011:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-8012-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-8013-if test -z "$aix_libpath"; then
treil-1.8/configure:8014:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-8015-fi
##############################################
treil-1.8/configure-8064-      # FIXME: Setting linknames here is a bad hack.
treil-1.8/configure:8065:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
treil-1.8/configure-8066-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
treil-1.8/configure-8069-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
treil-1.8/configure:8070:      fix_srcfile_path='`cygpath -w "$srcfile"`'
treil-1.8/configure-8071-      enable_shared_with_static_runtimes=yes
##############################################
treil-1.8/configure-8110-         output_verbose_link_cmd='echo'
treil-1.8/configure:8111:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/configure-8112-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/configure-8245-      if test "$GCC" = yes; then
treil-1.8/configure:8246:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-8247-      else
treil-1.8/configure:8248:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-8249-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
treil-1.8/configure-8278-	hardcode_shlibpath_var=no
treil-1.8/configure:8279:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-8280-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
treil-1.8/configure-8311-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:8312:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-8313-      else
treil-1.8/configure-8314-	allow_undefined_flag=' -expect_unresolved \*'
treil-1.8/configure:8315:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-8316-      fi
##############################################
treil-1.8/configure-8323-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:8324:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-8325-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
treil-1.8/configure-8327-	allow_undefined_flag=' -expect_unresolved \*'
treil-1.8/configure:8328:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure:8329:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
treil-1.8/configure:8330:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
treil-1.8/configure-8331-
##############################################
treil-1.8/configure-8447-      hardcode_shlibpath_var=no
treil-1.8/configure:8448:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/configure-8449-      hardcode_libdir_separator=':'
##############################################
treil-1.8/configure-8562-  esac
treil-1.8/configure:8563:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/configure-8564-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
treil-1.8/configure-8568-    # okay in the real world where ";" in dirpaths is itself problematic.
treil-1.8/configure:8569:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/configure-8570-  else
treil-1.8/configure:8571:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/configure-8572-  fi
##############################################
treil-1.8/configure-8575-  lt_tmp_lt_search_path_spec=
treil-1.8/configure:8576:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
treil-1.8/configure-8577-  for lt_sys_path in $lt_search_path_spec; do
##############################################
treil-1.8/configure-8604-}'`
treil-1.8/configure:8605:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
treil-1.8/configure-8606-else
##############################################
treil-1.8/configure-8672-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
treil-1.8/configure:8673:  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'
treil-1.8/configure-8674-  ;;
##############################################
treil-1.8/configure-8705-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
treil-1.8/configure:8706:    postinstall_cmds='base_file=`basename \${file}`~
treil-1.8/configure:8707:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
treil-1.8/configure:8708:      dldir=$destdir/`dirname \$dlpath`~
treil-1.8/configure-8709-      test -d \$dldir || mkdir -p \$dldir~
##############################################
treil-1.8/configure-8711-      chmod a+x \$dldir/$dlname'
treil-1.8/configure:8712:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
treil-1.8/configure-8713-      dlpath=$dir/\$dldll~
##############################################
treil-1.8/configure-8719-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
treil-1.8/configure:8720:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-8721-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
treil-1.8/configure-8724-      # MinGW DLLs use traditional 'lib' prefix
treil-1.8/configure:8725:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure:8726:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/configure-8727-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
treil-1.8/configure-8733-        # which wouldn't understand a cygwinified path. Ahh.
treil-1.8/configure:8734:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/configure-8735-      else
treil-1.8/configure:8736:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/configure-8737-      fi
##############################################
treil-1.8/configure-8740-      # pw32 DLLs use 'pw' prefix rather than 'lib'
treil-1.8/configure:8741:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-8742-      ;;
##############################################
treil-1.8/configure-8746-  *)
treil-1.8/configure:8747:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
treil-1.8/configure-8748-    ;;
##############################################
treil-1.8/configure-8763-  shlibpath_var=DYLD_LIBRARY_PATH
treil-1.8/configure:8764:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
treil-1.8/configure-8765-
##############################################
treil-1.8/configure-8953-  if test -f /etc/ld.so.conf; then
treil-1.8/configure:8954:    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' ' '`
treil-1.8/configure-8955-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
treil-1.8/configure-9025-  shlibpath_var=LD_LIBRARY_PATH
treil-1.8/configure:9026:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-9027-    case $host_os in
##############################################
treil-1.8/configure-10119-      # Double-quote double-evaled strings.
treil-1.8/configure:10120:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/configure-10121-      ;;
treil-1.8/configure-10122-    *)
treil-1.8/configure:10123:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/configure-10124-      ;;
##############################################
treil-1.8/configure-10129-  *'\$0 --fallback-echo"')
treil-1.8/configure:10130:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
treil-1.8/configure-10131-    ;;
##############################################
treil-1.8/configure-10142-
treil-1.8/configure:10143:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
treil-1.8/configure-10144-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
treil-1.8/configure-10521-  # libtool script then.
treil-1.8/configure:10522:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/configure-10523-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/configure-10550-  if test -z "$LTCC"; then
treil-1.8/configure:10551:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
treil-1.8/configure-10552-    if test -z "$LTCC"; then
##############################################
treil-1.8/configure-10555-    else
treil-1.8/configure:10556:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
treil-1.8/configure:10557:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
treil-1.8/configure-10558-    fi
##############################################
treil-1.8/configure-10560-  if test -z "$LTCFLAGS"; then
treil-1.8/configure:10561:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
treil-1.8/configure-10562-  fi
##############################################
treil-1.8/configure-10565-  # Note that this assumes the entire list is on one line.
treil-1.8/configure:10566:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
treil-1.8/configure-10567-
##############################################
treil-1.8/configure-10571-    # Check whether tagname contains only valid characters
treil-1.8/configure:10572:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
treil-1.8/configure-10573-    "") ;;
##############################################
treil-1.8/configure-10699-done
treil-1.8/configure:10700:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-10701-
##############################################
treil-1.8/configure-10729-    # gcc leaves a trailing carriage return which upsets mingw
treil-1.8/configure:10730:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
treil-1.8/configure-10731-  *)
treil-1.8/configure:10732:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
treil-1.8/configure-10733-  esac
##############################################
treil-1.8/configure-10738-      # Canonicalize the pathname of ld
treil-1.8/configure:10739:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
treil-1.8/configure-10740-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
treil-1.8/configure:10741:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
treil-1.8/configure-10742-      done
##############################################
treil-1.8/configure-10773-      # Break only if it was the GNU/non-GNU ld that we prefer.
treil-1.8/configure:10774:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
treil-1.8/configure-10775-      *GNU* | *'with BFD'*)
##############################################
treil-1.8/configure-10806-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
treil-1.8/configure:10807:case `$LD -v 2>&1 </dev/null` in
treil-1.8/configure-10808-*GNU* | *'with BFD'*)
##############################################
treil-1.8/configure-10836-    # ancient GNU ld didn't support --whole-archive et. al.
treil-1.8/configure:10837:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
treil-1.8/configure-10838-	grep 'no-whole-archive' > /dev/null; then
##############################################
treil-1.8/configure-10918-      # below for broken collect2 doesn't work under 4.3+
treil-1.8/configure:10919:	collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/configure-10920-	if test -f "$collect2name" && \
##############################################
treil-1.8/configure-11004-    }'
treil-1.8/configure:11005:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-11006-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-11007-if test -z "$aix_libpath"; then
treil-1.8/configure:11008:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-11009-fi
##############################################
treil-1.8/configure-11022-
treil-1.8/configure:11023:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/configure-11024-     else
##############################################
treil-1.8/configure-11071-    }'
treil-1.8/configure:11072:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-11073-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-11074-if test -z "$aix_libpath"; then
treil-1.8/configure:11075:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-11076-fi
##############################################
treil-1.8/configure-11133-      # is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/configure:11134:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/configure-11135-	cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/configure-11194-         output_verbose_link_cmd='echo'
treil-1.8/configure:11195:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/configure-11196-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/configure-11262-      # dependencies.
treil-1.8/configure:11263:      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 $list'
treil-1.8/configure-11264-      ;;
##############################################
treil-1.8/configure-11324-	# dependencies.
treil-1.8/configure:11325:	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 $list'
treil-1.8/configure-11326-	;;
##############################################
treil-1.8/configure-11359-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/configure:11360:    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
treil-1.8/configure:11361:    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
treil-1.8/configure-11362-    ;;
##############################################
treil-1.8/configure-11366-	# SGI C++
treil-1.8/configure:11367:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-11368-
##############################################
treil-1.8/configure-11377-	  if test "$with_gnu_ld" = no; then
treil-1.8/configure:11378:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-11379-	  else
treil-1.8/configure:11380:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
treil-1.8/configure-11381-	  fi
##############################################
treil-1.8/configure-11396-	# to its proper name (with version) after linking.
treil-1.8/configure:11397:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
treil-1.8/configure:11398:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
treil-1.8/configure-11399-	# Commands to make compiler produce verbose output that lists
##############################################
treil-1.8/configure-11406-	# dependencies.
treil-1.8/configure:11407:	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 $list'
treil-1.8/configure-11408-
##############################################
treil-1.8/configure-11421-	# earlier do not add the objects themselves.
treil-1.8/configure:11422:	case `$CC -V 2>&1` in
treil-1.8/configure-11423-	*"Version 7."*)
##############################################
treil-1.8/configure-11447-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
treil-1.8/configure:11448:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-11449-        ;;
##############################################
treil-1.8/configure-11466-	# dependencies.
treil-1.8/configure:11467:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/configure-11468-	;;
treil-1.8/configure-11469-      *)
treil-1.8/configure:11470:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-11471-	*Sun\ C*)
##############################################
treil-1.8/configure-11476-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
treil-1.8/configure:11477:	  whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-11478-
##############################################
treil-1.8/configure-11534-      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
treil-1.8/configure:11535:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-11536-	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
treil-1.8/configure-11552-	# to its proper name (with version) after linking.
treil-1.8/configure:11553:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
treil-1.8/configure-11554-
##############################################
treil-1.8/configure-11569-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:11570:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-11571-
##############################################
treil-1.8/configure-11582-	# dependencies.
treil-1.8/configure:11583:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/configure-11584-	;;
##############################################
treil-1.8/configure-11587-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:11588:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-11589-
##############################################
treil-1.8/configure-11612-	# to its proper name (with version) after linking.
treil-1.8/configure:11613:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
treil-1.8/configure-11614-
##############################################
treil-1.8/configure-11628-	allow_undefined_flag_CXX=' -expect_unresolved \*'
treil-1.8/configure:11629:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure:11630:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
treil-1.8/configure-11631-	  echo "-hidden">> $lib.exp~
treil-1.8/configure:11632:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
treil-1.8/configure-11633-	  $rm $lib.exp'
##############################################
treil-1.8/configure-11645-	# dependencies.
treil-1.8/configure:11646:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/configure-11647-	;;
##############################################
treil-1.8/configure-11650-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:11651:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-11652-
##############################################
treil-1.8/configure-11801-    hardcode_shlibpath_var_CXX=no
treil-1.8/configure:11802:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/configure-11803-    hardcode_libdir_separator_CXX=':'
##############################################
treil-1.8/configure-11873-  # eval without this substitution.
treil-1.8/configure:11874:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
treil-1.8/configure-11875-
treil-1.8/configure:11876:  for p in `eval $output_verbose_link_cmd`; do
treil-1.8/configure-11877-    case $p in
##############################################
treil-1.8/configure-11960-linux*)
treil-1.8/configure:11961:  case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-11962-  *Sun\ C*)
##############################################
treil-1.8/configure-12190-	  *)
treil-1.8/configure:12191:	    case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-12192-	    *Sun\ C*)
##############################################
treil-1.8/configure-12471-  if test "$hard_links" = no; then
treil-1.8/configure:12472:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
treil-1.8/configure:12473:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
treil-1.8/configure-12474-    need_locks=warn
##############################################
treil-1.8/configure-12654-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
treil-1.8/configure:12655:  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'
treil-1.8/configure-12656-  ;;
##############################################
treil-1.8/configure-12687-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
treil-1.8/configure:12688:    postinstall_cmds='base_file=`basename \${file}`~
treil-1.8/configure:12689:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
treil-1.8/configure:12690:      dldir=$destdir/`dirname \$dlpath`~
treil-1.8/configure-12691-      test -d \$dldir || mkdir -p \$dldir~
##############################################
treil-1.8/configure-12693-      chmod a+x \$dldir/$dlname'
treil-1.8/configure:12694:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
treil-1.8/configure-12695-      dlpath=$dir/\$dldll~
##############################################
treil-1.8/configure-12701-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
treil-1.8/configure:12702:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-12703-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
treil-1.8/configure-12706-      # MinGW DLLs use traditional 'lib' prefix
treil-1.8/configure:12707:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure:12708:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/configure-12709-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
treil-1.8/configure-12715-        # which wouldn't understand a cygwinified path. Ahh.
treil-1.8/configure:12716:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/configure-12717-      else
treil-1.8/configure:12718:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/configure-12719-      fi
##############################################
treil-1.8/configure-12722-      # pw32 DLLs use 'pw' prefix rather than 'lib'
treil-1.8/configure:12723:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-12724-      ;;
##############################################
treil-1.8/configure-12728-  *)
treil-1.8/configure:12729:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
treil-1.8/configure-12730-    ;;
##############################################
treil-1.8/configure-12745-  shlibpath_var=DYLD_LIBRARY_PATH
treil-1.8/configure:12746:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
treil-1.8/configure-12747-
##############################################
treil-1.8/configure-12934-  if test -f /etc/ld.so.conf; then
treil-1.8/configure:12935:    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' ' '`
treil-1.8/configure-12936-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
treil-1.8/configure-13006-  shlibpath_var=LD_LIBRARY_PATH
treil-1.8/configure:13007:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-13008-    case $host_os in
##############################################
treil-1.8/configure-13256-      # Double-quote double-evaled strings.
treil-1.8/configure:13257:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/configure-13258-      ;;
treil-1.8/configure-13259-    *)
treil-1.8/configure:13260:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/configure-13261-      ;;
##############################################
treil-1.8/configure-13266-  *'\$0 --fallback-echo"')
treil-1.8/configure:13267:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
treil-1.8/configure-13268-    ;;
##############################################
treil-1.8/configure-13585-  # libtool script then.
treil-1.8/configure:13586:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/configure-13587-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/configure-13701-done
treil-1.8/configure:13702:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-13703-
##############################################
treil-1.8/configure-13898-      *)
treil-1.8/configure:13899:        case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-13900-	*Sun\ C*)
##############################################
treil-1.8/configure-14152-  if test "$hard_links" = no; then
treil-1.8/configure:14153:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
treil-1.8/configure:14154:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
treil-1.8/configure-14155-    need_locks=warn
##############################################
treil-1.8/configure-14208-done
treil-1.8/configure:14209:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-14210-
##############################################
treil-1.8/configure-14246-    supports_anon_versioning=no
treil-1.8/configure:14247:    case `$LD -v 2>/dev/null` in
treil-1.8/configure-14248-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
treil-1.8/configure-14310-	# is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/configure:14311:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/configure-14312-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/configure-14333-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/configure:14334:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
treil-1.8/configure:14335:      archive_expsym_cmds_F77='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'
treil-1.8/configure-14336-      ;;
##############################################
treil-1.8/configure-14342-	pgcc*)				# Portland Group C compiler
treil-1.8/configure:14343:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-14344-	  tmp_addflag=' $pic_flag'
##############################################
treil-1.8/configure-14346-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
treil-1.8/configure:14347:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-14348-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
treil-1.8/configure-14355-	esac
treil-1.8/configure:14356:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-14357-	*Sun\ C*)			# Sun C 5.9
treil-1.8/configure:14358:	  whole_archive_flag_spec_F77='${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'
treil-1.8/configure-14359-	  tmp_sharedflag='-G' ;;
##############################################
treil-1.8/configure-14410-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
treil-1.8/configure:14411:      case `$LD -v 2>&1` in
treil-1.8/configure-14412-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
treil-1.8/configure-14426-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
treil-1.8/configure:14427:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
treil-1.8/configure-14428-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
treil-1.8/configure-14525-	# below for broken collect2 doesn't work under 4.3+
treil-1.8/configure:14526:	  collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/configure-14527-	  if test -f "$collect2name" && \
##############################################
treil-1.8/configure-14601-    }'
treil-1.8/configure:14602:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-14603-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-14604-if test -z "$aix_libpath"; then
treil-1.8/configure:14605:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-14606-fi
##############################################
treil-1.8/configure-14618-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
treil-1.8/configure:14619:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/configure-14620-       else
##############################################
treil-1.8/configure-14657-    }'
treil-1.8/configure:14658:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-14659-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-14660-if test -z "$aix_libpath"; then
treil-1.8/configure:14661:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-14662-fi
##############################################
treil-1.8/configure-14711-      # FIXME: Setting linknames here is a bad hack.
treil-1.8/configure:14712:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
treil-1.8/configure-14713-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
treil-1.8/configure-14716-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
treil-1.8/configure:14717:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
treil-1.8/configure-14718-      enable_shared_with_static_runtimes_F77=yes
##############################################
treil-1.8/configure-14757-         output_verbose_link_cmd='echo'
treil-1.8/configure:14758:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/configure-14759-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/configure-14892-      if test "$GCC" = yes; then
treil-1.8/configure:14893:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-14894-      else
treil-1.8/configure:14895:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-14896-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
treil-1.8/configure-14925-	hardcode_shlibpath_var_F77=no
treil-1.8/configure:14926:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-14927-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
treil-1.8/configure-14958-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:14959:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-14960-      else
treil-1.8/configure-14961-	allow_undefined_flag_F77=' -expect_unresolved \*'
treil-1.8/configure:14962:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-14963-      fi
##############################################
treil-1.8/configure-14970-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:14971:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-14972-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
treil-1.8/configure-14974-	allow_undefined_flag_F77=' -expect_unresolved \*'
treil-1.8/configure:14975:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure:14976:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
treil-1.8/configure:14977:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
treil-1.8/configure-14978-
##############################################
treil-1.8/configure-15094-      hardcode_shlibpath_var_F77=no
treil-1.8/configure:15095:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/configure-15096-      hardcode_libdir_separator_F77=':'
##############################################
treil-1.8/configure-15268-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
treil-1.8/configure:15269:  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'
treil-1.8/configure-15270-  ;;
##############################################
treil-1.8/configure-15301-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
treil-1.8/configure:15302:    postinstall_cmds='base_file=`basename \${file}`~
treil-1.8/configure:15303:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
treil-1.8/configure:15304:      dldir=$destdir/`dirname \$dlpath`~
treil-1.8/configure-15305-      test -d \$dldir || mkdir -p \$dldir~
##############################################
treil-1.8/configure-15307-      chmod a+x \$dldir/$dlname'
treil-1.8/configure:15308:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
treil-1.8/configure-15309-      dlpath=$dir/\$dldll~
##############################################
treil-1.8/configure-15315-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
treil-1.8/configure:15316:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-15317-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
treil-1.8/configure-15320-      # MinGW DLLs use traditional 'lib' prefix
treil-1.8/configure:15321:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure:15322:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/configure-15323-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
treil-1.8/configure-15329-        # which wouldn't understand a cygwinified path. Ahh.
treil-1.8/configure:15330:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/configure-15331-      else
treil-1.8/configure:15332:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/configure-15333-      fi
##############################################
treil-1.8/configure-15336-      # pw32 DLLs use 'pw' prefix rather than 'lib'
treil-1.8/configure:15337:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-15338-      ;;
##############################################
treil-1.8/configure-15342-  *)
treil-1.8/configure:15343:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
treil-1.8/configure-15344-    ;;
##############################################
treil-1.8/configure-15359-  shlibpath_var=DYLD_LIBRARY_PATH
treil-1.8/configure:15360:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
treil-1.8/configure-15361-
##############################################
treil-1.8/configure-15548-  if test -f /etc/ld.so.conf; then
treil-1.8/configure:15549:    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' ' '`
treil-1.8/configure-15550-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
treil-1.8/configure-15620-  shlibpath_var=LD_LIBRARY_PATH
treil-1.8/configure:15621:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-15622-    case $host_os in
##############################################
treil-1.8/configure-15870-      # Double-quote double-evaled strings.
treil-1.8/configure:15871:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/configure-15872-      ;;
treil-1.8/configure-15873-    *)
treil-1.8/configure:15874:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/configure-15875-      ;;
##############################################
treil-1.8/configure-15880-  *'\$0 --fallback-echo"')
treil-1.8/configure:15881:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
treil-1.8/configure-15882-    ;;
##############################################
treil-1.8/configure-16199-  # libtool script then.
treil-1.8/configure:16200:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/configure-16201-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/configure-16275-done
treil-1.8/configure:16276:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-16277-
##############################################
treil-1.8/configure-16492-      *)
treil-1.8/configure:16493:        case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-16494-	*Sun\ C*)
##############################################
treil-1.8/configure-16746-  if test "$hard_links" = no; then
treil-1.8/configure:16747:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
treil-1.8/configure:16748:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
treil-1.8/configure-16749-    need_locks=warn
##############################################
treil-1.8/configure-16802-done
treil-1.8/configure:16803:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-16804-
##############################################
treil-1.8/configure-16840-    supports_anon_versioning=no
treil-1.8/configure:16841:    case `$LD -v 2>/dev/null` in
treil-1.8/configure-16842-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
treil-1.8/configure-16904-	# is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/configure:16905:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/configure-16906-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/configure-16927-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/configure:16928:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
treil-1.8/configure:16929:      archive_expsym_cmds_GCJ='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'
treil-1.8/configure-16930-      ;;
##############################################
treil-1.8/configure-16936-	pgcc*)				# Portland Group C compiler
treil-1.8/configure:16937:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-16938-	  tmp_addflag=' $pic_flag'
##############################################
treil-1.8/configure-16940-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
treil-1.8/configure:16941:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
treil-1.8/configure-16942-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
treil-1.8/configure-16949-	esac
treil-1.8/configure:16950:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/configure-16951-	*Sun\ C*)			# Sun C 5.9
treil-1.8/configure:16952:	  whole_archive_flag_spec_GCJ='${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'
treil-1.8/configure-16953-	  tmp_sharedflag='-G' ;;
##############################################
treil-1.8/configure-17004-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
treil-1.8/configure:17005:      case `$LD -v 2>&1` in
treil-1.8/configure-17006-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
treil-1.8/configure-17020-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
treil-1.8/configure:17021:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
treil-1.8/configure-17022-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
treil-1.8/configure-17119-	# below for broken collect2 doesn't work under 4.3+
treil-1.8/configure:17120:	  collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/configure-17121-	  if test -f "$collect2name" && \
##############################################
treil-1.8/configure-17205-    }'
treil-1.8/configure:17206:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-17207-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-17208-if test -z "$aix_libpath"; then
treil-1.8/configure:17209:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-17210-fi
##############################################
treil-1.8/configure-17222-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
treil-1.8/configure:17223:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/configure-17224-       else
##############################################
treil-1.8/configure-17271-    }'
treil-1.8/configure:17272:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-17273-# Check for a 64-bit object if we didn't find anything.
treil-1.8/configure-17274-if test -z "$aix_libpath"; then
treil-1.8/configure:17275:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/configure-17276-fi
##############################################
treil-1.8/configure-17325-      # FIXME: Setting linknames here is a bad hack.
treil-1.8/configure:17326:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
treil-1.8/configure-17327-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
treil-1.8/configure-17330-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
treil-1.8/configure:17331:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
treil-1.8/configure-17332-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
treil-1.8/configure-17371-         output_verbose_link_cmd='echo'
treil-1.8/configure:17372:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/configure-17373-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/configure-17506-      if test "$GCC" = yes; then
treil-1.8/configure:17507:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-17508-      else
treil-1.8/configure:17509:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-17510-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
treil-1.8/configure-17539-	hardcode_shlibpath_var_GCJ=no
treil-1.8/configure:17540:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-17541-	  archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
treil-1.8/configure-17572-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:17573:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-17574-      else
treil-1.8/configure-17575-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
treil-1.8/configure:17576:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure-17577-      fi
##############################################
treil-1.8/configure-17584-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/configure:17585:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/configure-17586-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
treil-1.8/configure-17588-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
treil-1.8/configure:17589:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/configure:17590:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
treil-1.8/configure:17591:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
treil-1.8/configure-17592-
##############################################
treil-1.8/configure-17708-      hardcode_shlibpath_var_GCJ=no
treil-1.8/configure:17709:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/configure-17710-      hardcode_libdir_separator_GCJ=':'
##############################################
treil-1.8/configure-17882-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
treil-1.8/configure:17883:  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'
treil-1.8/configure-17884-  ;;
##############################################
treil-1.8/configure-17915-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
treil-1.8/configure:17916:    postinstall_cmds='base_file=`basename \${file}`~
treil-1.8/configure:17917:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
treil-1.8/configure:17918:      dldir=$destdir/`dirname \$dlpath`~
treil-1.8/configure-17919-      test -d \$dldir || mkdir -p \$dldir~
##############################################
treil-1.8/configure-17921-      chmod a+x \$dldir/$dlname'
treil-1.8/configure:17922:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
treil-1.8/configure-17923-      dlpath=$dir/\$dldll~
##############################################
treil-1.8/configure-17929-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
treil-1.8/configure:17930:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-17931-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
treil-1.8/configure-17934-      # MinGW DLLs use traditional 'lib' prefix
treil-1.8/configure:17935:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure:17936:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/configure-17937-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
treil-1.8/configure-17943-        # which wouldn't understand a cygwinified path. Ahh.
treil-1.8/configure:17944:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/configure-17945-      else
treil-1.8/configure:17946:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/configure-17947-      fi
##############################################
treil-1.8/configure-17950-      # pw32 DLLs use 'pw' prefix rather than 'lib'
treil-1.8/configure:17951:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
treil-1.8/configure-17952-      ;;
##############################################
treil-1.8/configure-17956-  *)
treil-1.8/configure:17957:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
treil-1.8/configure-17958-    ;;
##############################################
treil-1.8/configure-17973-  shlibpath_var=DYLD_LIBRARY_PATH
treil-1.8/configure:17974:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
treil-1.8/configure-17975-
##############################################
treil-1.8/configure-18162-  if test -f /etc/ld.so.conf; then
treil-1.8/configure:18163:    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' ' '`
treil-1.8/configure-18164-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
treil-1.8/configure-18234-  shlibpath_var=LD_LIBRARY_PATH
treil-1.8/configure:18235:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/configure-18236-    case $host_os in
##############################################
treil-1.8/configure-18484-      # Double-quote double-evaled strings.
treil-1.8/configure:18485:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/configure-18486-      ;;
treil-1.8/configure-18487-    *)
treil-1.8/configure:18488:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/configure-18489-      ;;
##############################################
treil-1.8/configure-18494-  *'\$0 --fallback-echo"')
treil-1.8/configure:18495:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
treil-1.8/configure-18496-    ;;
##############################################
treil-1.8/configure-18813-  # libtool script then.
treil-1.8/configure:18814:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/configure-18815-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/configure-18888-done
treil-1.8/configure:18889:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/configure-18890-
##############################################
treil-1.8/configure-18965-      # Double-quote double-evaled strings.
treil-1.8/configure:18966:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/configure-18967-      ;;
treil-1.8/configure-18968-    *)
treil-1.8/configure:18969:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/configure-18970-      ;;
##############################################
treil-1.8/configure-18975-  *'\$0 --fallback-echo"')
treil-1.8/configure:18976:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
treil-1.8/configure-18977-    ;;
##############################################
treil-1.8/configure-19294-  # libtool script then.
treil-1.8/configure:19295:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/configure-19296-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/configure-19466-
treil-1.8/configure:19467:RUBYARCH=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('arch'))"`
treil-1.8/configure-19468-RUBYARCH="$RUBYARCH"
##############################################
treil-1.8/configure-19477-if test -z "$RUBYLIBDIR"; then
treil-1.8/configure:19478:  RUBYLIBDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitelibdir'))"`
treil-1.8/configure-19479-fi
##############################################
treil-1.8/configure-19489-if test -z "$RUBYARCHDIR"; then
treil-1.8/configure:19490:  RUBYARCHDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitearchdir'))"`
treil-1.8/configure-19491-fi
##############################################
treil-1.8/configure-19583-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
treil-1.8/configure:19584:  ac_i=`echo "$ac_i" | sed "$ac_script"`
treil-1.8/configure-19585-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
treil-1.8/configure-19734-do
treil-1.8/configure:19735:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
treil-1.8/configure-19736-    eval $as_var=C; export $as_var
##############################################
treil-1.8/configure-19784-  test "x$as_lineno_1" != "x$as_lineno_2" &&
treil-1.8/configure:19785:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
treil-1.8/configure-19786-
##############################################
treil-1.8/configure-19895-	esac;
treil-1.8/configure:19896:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
treil-1.8/configure-19897-	???[sx]*):;;*)false;;esac;fi
##############################################
treil-1.8/configure-19970-configured by $0, generated by GNU Autoconf 2.61,
treil-1.8/configure:19971:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
treil-1.8/configure-19972-
##############################################
treil-1.8/configure-19989-  --*=*)
treil-1.8/configure:19990:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
treil-1.8/configure:19991:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
treil-1.8/configure-19992-    ac_shift=:
##############################################
treil-1.8/configure-20247-
treil-1.8/configure:20248:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
treil-1.8/configure-20249-    break
##############################################
treil-1.8/configure-20258-
treil-1.8/configure:20259:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
treil-1.8/configure-20260-if test -n "$ac_eof"; then
treil-1.8/configure:20261:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
treil-1.8/configure:20262:  ac_eof=`expr $ac_eof + 1`
treil-1.8/configure-20263-fi
##############################################
treil-1.8/configure-20298-
treil-1.8/configure:20299:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
treil-1.8/configure-20300-    break
##############################################
treil-1.8/configure-20309-
treil-1.8/configure:20310:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
treil-1.8/configure-20311-if test -n "$ac_eof"; then
treil-1.8/configure:20312:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
treil-1.8/configure:20313:  ac_eof=`expr $ac_eof + 1`
treil-1.8/configure-20314-fi
##############################################
treil-1.8/configure-20447-      case $as_dir in #(
treil-1.8/configure:20448:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
treil-1.8/configure-20449-      *) as_qdir=$as_dir;;
##############################################
treil-1.8/configure-20485-*)
treil-1.8/configure:20486:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
treil-1.8/configure-20487-  # A ".." for each directory in $ac_dir_suffix.
treil-1.8/configure:20488:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
treil-1.8/configure-20489-  case $ac_top_builddir_sub in
##############################################
treil-1.8/configure-20558-
treil-1.8/configure:20559:# Neutralize VPATH when `$srcdir' = `.'.
treil-1.8/configure-20560-# Shell code in configure.ac might set extrasub.
##############################################
treil-1.8/configure-20582-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
treil-1.8/configure:20583:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
treil-1.8/configure:20584:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
treil-1.8/configure-20585-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
treil-1.8/configure-20699-    * )
treil-1.8/configure:20700:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
treil-1.8/configure-20701-  esac
##############################################
treil-1.8/configure-20736-  # Strip MF so we end up with the name of the file.
treil-1.8/configure:20737:  mf=`echo "$mf" | sed -e 's/:.*$//'`
treil-1.8/configure-20738-  # Check whether this is an Automake generated Makefile or not.
##############################################
treil-1.8/configure-20772-  # from the Makefile without running `make'.
treil-1.8/configure:20773:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
treil-1.8/configure-20774-  test -z "$DEPDIR" && continue
treil-1.8/configure:20775:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
treil-1.8/configure-20776-  test -z "am__include" && continue
treil-1.8/configure:20777:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
treil-1.8/configure-20778-  # When using ansi2knr, U may be empty or an underscore; expand it
treil-1.8/configure:20779:  U=`sed -n 's/^U = //p' < "$mf"`
treil-1.8/configure-20780-  # Find all dependency output files, they are included files with
##############################################
treil-1.8/configure-20819-      case $as_dir in #(
treil-1.8/configure:20820:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
treil-1.8/configure-20821-      *) as_qdir=$as_dir;;
##############################################
treil-1.8/Makefile.in-55-CONFIG_CLEAN_FILES =
treil-1.8/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
treil-1.8/Makefile.in-57-am__vpath_adj = case $$p in \
treil-1.8/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
treil-1.8/Makefile.in-59-    *) f=$$p;; \
treil-1.8/Makefile.in-60-  esac;
treil-1.8/Makefile.in:61:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
treil-1.8/Makefile.in-62-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
##############################################
treil-1.8/Makefile.in-296-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
treil-1.8/Makefile.in:297:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
treil-1.8/Makefile.in-298-	  test "$$dir" != "$$p" || dir=.; \
##############################################
treil-1.8/Makefile.in-309-	  if test -f $$d$$p; then \
treil-1.8/Makefile.in:310:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
treil-1.8/Makefile.in-311-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
treil-1.8/Makefile.in-318-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
treil-1.8/Makefile.in:319:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
treil-1.8/Makefile.in-320-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
treil-1.8/Makefile.in-341-.c.obj:
treil-1.8/Makefile.in:342:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
treil-1.8/Makefile.in-343-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
treil-1.8/Makefile.in-345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
treil-1.8/Makefile.in:346:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
treil-1.8/Makefile.in-347-
##############################################
treil-1.8/Makefile.in-396-	dot_seen=no; \
treil-1.8/Makefile.in:397:	target=`echo $@ | sed s/-recursive//`; \
treil-1.8/Makefile.in-398-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
treil-1.8/Makefile.in-432-	rev="$$rev ."; \
treil-1.8/Makefile.in:433:	target=`echo $@ | sed s/-recursive//`; \
treil-1.8/Makefile.in-434-	for subdir in $$rev; do \
##############################################
treil-1.8/Makefile.in-506-GTAGS:
treil-1.8/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
treil-1.8/Makefile.in-508-	  && cd $(top_srcdir) \
##############################################
treil-1.8/Makefile.in-517-	$(mkdir_p) $(distdir)/ruby
treil-1.8/Makefile.in:518:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
treil-1.8/Makefile.in:519:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
treil-1.8/Makefile.in-520-	list='$(DISTFILES)'; for file in $$list; do \
treil-1.8/Makefile.in-521-	  case $$file in \
treil-1.8/Makefile.in:522:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
treil-1.8/Makefile.in:523:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
treil-1.8/Makefile.in-524-	  esac; \
treil-1.8/Makefile.in-525-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
treil-1.8/Makefile.in:526:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
treil-1.8/Makefile.in-527-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
treil-1.8/Makefile.in-548-	    || exit 1; \
treil-1.8/Makefile.in:549:	    distdir=`$(am__cd) $(distdir) && pwd`; \
treil-1.8/Makefile.in:550:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
treil-1.8/Makefile.in-551-	    (cd $$subdir && \
##############################################
treil-1.8/Makefile.in-608-	chmod a-w $(distdir)
treil-1.8/Makefile.in:609:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
treil-1.8/Makefile.in-610-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
treil-1.8/Makefile.in-639-	@cd $(distuninstallcheck_dir) \
treil-1.8/Makefile.in:640:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
treil-1.8/Makefile.in-641-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
treil-1.8/Makefile.in-651-	fi
treil-1.8/Makefile.in:652:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
treil-1.8/Makefile.in-653-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
treil-1.8/install-sh-210-      fi
treil-1.8/install-sh:211:      dst=$dst/`basename "$src"`
treil-1.8/install-sh-212-    fi
##############################################
treil-1.8/install-sh-215-  # This sed command emulates the dirname command.
treil-1.8/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
treil-1.8/install-sh-217-
##############################################
treil-1.8/install-sh-228-    IFS='%'
treil-1.8/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
treil-1.8/install-sh-230-    shift
##############################################
treil-1.8/install-sh-256-  else
treil-1.8/install-sh:257:    dstfile=`basename "$dst"`
treil-1.8/install-sh-258-
##############################################
treil-1.8/aclocal.m4-256-done
treil-1.8/aclocal.m4:257:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
treil-1.8/aclocal.m4-258-])
##############################################
treil-1.8/aclocal.m4-306-    }'
treil-1.8/aclocal.m4:307:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/aclocal.m4-308-# Check for a 64-bit object if we didn't find anything.
treil-1.8/aclocal.m4-309-if test -z "$aix_libpath"; then
treil-1.8/aclocal.m4:310:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
treil-1.8/aclocal.m4-311-fi],[])
##############################################
treil-1.8/aclocal.m4-338-  # Remove one level of quotation (which was required for Make).
treil-1.8/aclocal.m4:339:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
treil-1.8/aclocal.m4-340-  ;;
##############################################
treil-1.8/aclocal.m4-349-  :
treil-1.8/aclocal.m4:350:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
treil-1.8/aclocal.m4-351-  # Yippee, $echo works!
##############################################
treil-1.8/aclocal.m4-375-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
treil-1.8/aclocal.m4:376:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
treil-1.8/aclocal.m4:377:       echo_test_string=`eval $cmd` &&
treil-1.8/aclocal.m4-378-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
treil-1.8/aclocal.m4-384-
treil-1.8/aclocal.m4:385:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/aclocal.m4:386:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-387-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-399-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
treil-1.8/aclocal.m4:400:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/aclocal.m4:401:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-402-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-411-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/aclocal.m4:412:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-413-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-426-      echo='printf %s\n'
treil-1.8/aclocal.m4:427:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
treil-1.8/aclocal.m4:428:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-429-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-431-	:
treil-1.8/aclocal.m4:432:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
treil-1.8/aclocal.m4-433-	   test "X$echo_testing_string" = 'X\t' &&
treil-1.8/aclocal.m4:434:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-435-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-440-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
treil-1.8/aclocal.m4:441:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
treil-1.8/aclocal.m4-442-	   test "X$echo_testing_string" = 'X\t' &&
treil-1.8/aclocal.m4:443:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
treil-1.8/aclocal.m4-444-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
treil-1.8/aclocal.m4-450-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
treil-1.8/aclocal.m4:451:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
treil-1.8/aclocal.m4-452-	  then
##############################################
treil-1.8/aclocal.m4-458-	if test "$prev" != 'sed 50q "[$]0"'; then
treil-1.8/aclocal.m4:459:	  echo_test_string=`eval $prev`
treil-1.8/aclocal.m4-460-	  export echo_test_string
##############################################
treil-1.8/aclocal.m4-497-  if AC_TRY_EVAL(ac_compile); then
treil-1.8/aclocal.m4:498:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/aclocal.m4-499-    *ELF-32*)
##############################################
treil-1.8/aclocal.m4-513-   if test "$lt_cv_prog_gnu_ld" = yes; then
treil-1.8/aclocal.m4:514:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/aclocal.m4-515-    *32-bit*)
##############################################
treil-1.8/aclocal.m4-525-   else
treil-1.8/aclocal.m4:526:    case `/usr/bin/file conftest.$ac_objext` in
treil-1.8/aclocal.m4-527-    *32-bit*)
##############################################
treil-1.8/aclocal.m4-768-    # And add a safety zone
treil-1.8/aclocal.m4:769:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
treil-1.8/aclocal.m4:770:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
treil-1.8/aclocal.m4-771-    ;;
##############################################
treil-1.8/aclocal.m4-796-    if test -n "$kargmax"; then
treil-1.8/aclocal.m4:797:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
treil-1.8/aclocal.m4-798-    else
##############################################
treil-1.8/aclocal.m4-804-    if test -n "$lt_cv_sys_max_cmd_len"; then
treil-1.8/aclocal.m4:805:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
treil-1.8/aclocal.m4:806:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
treil-1.8/aclocal.m4-807-    else
treil-1.8/aclocal.m4-808-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
treil-1.8/aclocal.m4:809:      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
treil-1.8/aclocal.m4-810-	       = "XX$teststring") >/dev/null 2>&1 &&
treil-1.8/aclocal.m4:811:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
treil-1.8/aclocal.m4-812-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
treil-1.8/aclocal.m4-814-      do
treil-1.8/aclocal.m4:815:        i=`expr $i + 1`
treil-1.8/aclocal.m4-816-        teststring=$teststring$teststring
##############################################
treil-1.8/aclocal.m4-821-      # It appears as though 1/2 is a usable value.
treil-1.8/aclocal.m4:822:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
treil-1.8/aclocal.m4-823-    fi
##############################################
treil-1.8/aclocal.m4-1115-  if test "$hard_links" = no; then
treil-1.8/aclocal.m4:1116:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
treil-1.8/aclocal.m4-1117-    need_locks=warn
##############################################
treil-1.8/aclocal.m4-1237-  esac
treil-1.8/aclocal.m4:1238:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/aclocal.m4-1239-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
treil-1.8/aclocal.m4-1243-    # okay in the real world where ";" in dirpaths is itself problematic.
treil-1.8/aclocal.m4:1244:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/aclocal.m4-1245-  else
treil-1.8/aclocal.m4:1246:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/aclocal.m4-1247-  fi
##############################################
treil-1.8/aclocal.m4-1250-  lt_tmp_lt_search_path_spec=
treil-1.8/aclocal.m4:1251:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
treil-1.8/aclocal.m4-1252-  for lt_sys_path in $lt_search_path_spec; do
##############################################
treil-1.8/aclocal.m4-1279-}'`
treil-1.8/aclocal.m4:1280:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
treil-1.8/aclocal.m4-1281-else
##############################################
treil-1.8/aclocal.m4-1347-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
treil-1.8/aclocal.m4:1348:  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'
treil-1.8/aclocal.m4-1349-  ;;
##############################################
treil-1.8/aclocal.m4-1380-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
treil-1.8/aclocal.m4:1381:    postinstall_cmds='base_file=`basename \${file}`~
treil-1.8/aclocal.m4:1382:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
treil-1.8/aclocal.m4:1383:      dldir=$destdir/`dirname \$dlpath`~
treil-1.8/aclocal.m4-1384-      test -d \$dldir || mkdir -p \$dldir~
##############################################
treil-1.8/aclocal.m4-1386-      chmod a+x \$dldir/$dlname'
treil-1.8/aclocal.m4:1387:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
treil-1.8/aclocal.m4-1388-      dlpath=$dir/\$dldll~
##############################################
treil-1.8/aclocal.m4-1394-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
treil-1.8/aclocal.m4:1395:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
treil-1.8/aclocal.m4-1396-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
treil-1.8/aclocal.m4-1399-      # MinGW DLLs use traditional 'lib' prefix
treil-1.8/aclocal.m4:1400:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
treil-1.8/aclocal.m4:1401:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
treil-1.8/aclocal.m4-1402-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
treil-1.8/aclocal.m4-1408-        # which wouldn't understand a cygwinified path. Ahh.
treil-1.8/aclocal.m4:1409:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
treil-1.8/aclocal.m4-1410-      else
treil-1.8/aclocal.m4:1411:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
treil-1.8/aclocal.m4-1412-      fi
##############################################
treil-1.8/aclocal.m4-1415-      # pw32 DLLs use 'pw' prefix rather than 'lib'
treil-1.8/aclocal.m4:1416:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
treil-1.8/aclocal.m4-1417-      ;;
##############################################
treil-1.8/aclocal.m4-1421-  *)
treil-1.8/aclocal.m4:1422:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
treil-1.8/aclocal.m4-1423-    ;;
##############################################
treil-1.8/aclocal.m4-1438-  shlibpath_var=DYLD_LIBRARY_PATH
treil-1.8/aclocal.m4:1439:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
treil-1.8/aclocal.m4-1440-  m4_if([$1], [],[
##############################################
treil-1.8/aclocal.m4-1628-  if test -f /etc/ld.so.conf; then
treil-1.8/aclocal.m4:1629:    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' ' '`
treil-1.8/aclocal.m4-1630-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
treil-1.8/aclocal.m4-1700-  shlibpath_var=LD_LIBRARY_PATH
treil-1.8/aclocal.m4:1701:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/aclocal.m4-1702-    case $host_os in
##############################################
treil-1.8/aclocal.m4-1855-  if test -z "$LTCC"; then
treil-1.8/aclocal.m4:1856:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
treil-1.8/aclocal.m4-1857-    if test -z "$LTCC"; then
##############################################
treil-1.8/aclocal.m4-1859-    else
treil-1.8/aclocal.m4:1860:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
treil-1.8/aclocal.m4-1861-    fi
##############################################
treil-1.8/aclocal.m4-1863-  if test -z "$LTCFLAGS"; then
treil-1.8/aclocal.m4:1864:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
treil-1.8/aclocal.m4-1865-  fi
##############################################
treil-1.8/aclocal.m4-1868-  # Note that this assumes the entire list is on one line.
treil-1.8/aclocal.m4:1869:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
treil-1.8/aclocal.m4-1870-
##############################################
treil-1.8/aclocal.m4-1874-    # Check whether tagname contains only valid characters
treil-1.8/aclocal.m4:1875:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
treil-1.8/aclocal.m4-1876-    "") ;;
##############################################
treil-1.8/aclocal.m4-2129-	"file_magic "*)
treil-1.8/aclocal.m4:2130:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
treil-1.8/aclocal.m4-2131-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
treil-1.8/aclocal.m4-2201-    # gcc leaves a trailing carriage return which upsets mingw
treil-1.8/aclocal.m4:2202:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
treil-1.8/aclocal.m4-2203-  *)
treil-1.8/aclocal.m4:2204:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
treil-1.8/aclocal.m4-2205-  esac
##############################################
treil-1.8/aclocal.m4-2210-      # Canonicalize the pathname of ld
treil-1.8/aclocal.m4:2211:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
treil-1.8/aclocal.m4-2212-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
treil-1.8/aclocal.m4:2213:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
treil-1.8/aclocal.m4-2214-      done
##############################################
treil-1.8/aclocal.m4-2241-      # Break only if it was the GNU/non-GNU ld that we prefer.
treil-1.8/aclocal.m4:2242:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
treil-1.8/aclocal.m4-2243-      *GNU* | *'with BFD'*)
##############################################
treil-1.8/aclocal.m4-2272-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
treil-1.8/aclocal.m4:2273:case `$LD -v 2>&1 </dev/null` in
treil-1.8/aclocal.m4-2274-*GNU* | *'with BFD'*)
##############################################
treil-1.8/aclocal.m4-2446-openbsd*)
treil-1.8/aclocal.m4:2447:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/aclocal.m4-2448-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
treil-1.8/aclocal.m4-2527-	# Tru64's nm complains that /dev/null is an invalid object file
treil-1.8/aclocal.m4:2528:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
treil-1.8/aclocal.m4-2529-	*/dev/null* | *'Invalid file or object type'*)
##############################################
treil-1.8/aclocal.m4-2533-	*)
treil-1.8/aclocal.m4:2534:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
treil-1.8/aclocal.m4-2535-	  */dev/null*)
##############################################
treil-1.8/aclocal.m4-2897-    # ancient GNU ld didn't support --whole-archive et. al.
treil-1.8/aclocal.m4:2898:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
treil-1.8/aclocal.m4-2899-	grep 'no-whole-archive' > /dev/null; then
##############################################
treil-1.8/aclocal.m4-2978-      # below for broken collect2 doesn't work under 4.3+
treil-1.8/aclocal.m4:2979:	collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/aclocal.m4-2980-	if test -f "$collect2name" && \
##############################################
treil-1.8/aclocal.m4-3026-
treil-1.8/aclocal.m4:3027:      _LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/aclocal.m4-3028-     else
##############################################
treil-1.8/aclocal.m4-3081-      # is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/aclocal.m4:3082:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/aclocal.m4-3083-	cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/aclocal.m4-3142-         output_verbose_link_cmd='echo'
treil-1.8/aclocal.m4:3143:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/aclocal.m4-3144-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/aclocal.m4-3210-      # dependencies.
treil-1.8/aclocal.m4:3211:      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 $list'
treil-1.8/aclocal.m4-3212-      ;;
##############################################
treil-1.8/aclocal.m4-3272-	# dependencies.
treil-1.8/aclocal.m4:3273:	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 $list'
treil-1.8/aclocal.m4-3274-	;;
##############################################
treil-1.8/aclocal.m4-3307-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/aclocal.m4:3308:    _LT_AC_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'
treil-1.8/aclocal.m4:3309:    _LT_AC_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'
treil-1.8/aclocal.m4-3310-    ;;
##############################################
treil-1.8/aclocal.m4-3314-	# SGI C++
treil-1.8/aclocal.m4:3315:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-3316-
##############################################
treil-1.8/aclocal.m4-3325-	  if test "$with_gnu_ld" = no; then
treil-1.8/aclocal.m4:3326:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-3327-	  else
treil-1.8/aclocal.m4:3328:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
treil-1.8/aclocal.m4-3329-	  fi
##############################################
treil-1.8/aclocal.m4-3344-	# to its proper name (with version) after linking.
treil-1.8/aclocal.m4:3345:	_LT_AC_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'
treil-1.8/aclocal.m4:3346:	_LT_AC_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'
treil-1.8/aclocal.m4-3347-	# Commands to make compiler produce verbose output that lists
##############################################
treil-1.8/aclocal.m4-3354-	# dependencies.
treil-1.8/aclocal.m4:3355:	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 $list'
treil-1.8/aclocal.m4-3356-
##############################################
treil-1.8/aclocal.m4-3369-	# earlier do not add the objects themselves.
treil-1.8/aclocal.m4:3370:	case `$CC -V 2>&1` in
treil-1.8/aclocal.m4-3371-	*"Version 7."*)
##############################################
treil-1.8/aclocal.m4-3395-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
treil-1.8/aclocal.m4:3396:	_LT_AC_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'
treil-1.8/aclocal.m4-3397-        ;;
##############################################
treil-1.8/aclocal.m4-3414-	# dependencies.
treil-1.8/aclocal.m4:3415:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/aclocal.m4-3416-	;;
treil-1.8/aclocal.m4-3417-      *)
treil-1.8/aclocal.m4:3418:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/aclocal.m4-3419-	*Sun\ C*)
##############################################
treil-1.8/aclocal.m4-3424-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
treil-1.8/aclocal.m4:3425:	  _LT_AC_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'
treil-1.8/aclocal.m4-3426-
##############################################
treil-1.8/aclocal.m4-3482-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
treil-1.8/aclocal.m4:3483:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/aclocal.m4-3484-	_LT_AC_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'
##############################################
treil-1.8/aclocal.m4-3500-	# to its proper name (with version) after linking.
treil-1.8/aclocal.m4:3501:	_LT_AC_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'
treil-1.8/aclocal.m4-3502-
##############################################
treil-1.8/aclocal.m4-3517-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/aclocal.m4:3518:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-3519-
##############################################
treil-1.8/aclocal.m4-3530-	# dependencies.
treil-1.8/aclocal.m4:3531:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/aclocal.m4-3532-	;;
##############################################
treil-1.8/aclocal.m4-3535-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/aclocal.m4:3536:	  _LT_AC_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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-3537-
##############################################
treil-1.8/aclocal.m4-3560-	# to its proper name (with version) after linking.
treil-1.8/aclocal.m4:3561:	_LT_AC_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'
treil-1.8/aclocal.m4-3562-
##############################################
treil-1.8/aclocal.m4-3576-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
treil-1.8/aclocal.m4:3577:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4:3578:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
treil-1.8/aclocal.m4-3579-	  echo "-hidden">> $lib.exp~
treil-1.8/aclocal.m4:3580:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
treil-1.8/aclocal.m4-3581-	  $rm $lib.exp'
##############################################
treil-1.8/aclocal.m4-3593-	# dependencies.
treil-1.8/aclocal.m4:3594:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
treil-1.8/aclocal.m4-3595-	;;
##############################################
treil-1.8/aclocal.m4-3598-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/aclocal.m4:3599:	 _LT_AC_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` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-3600-
##############################################
treil-1.8/aclocal.m4-3749-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
treil-1.8/aclocal.m4:3750:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/aclocal.m4-3751-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
treil-1.8/aclocal.m4-3872-  # eval without this substitution.
treil-1.8/aclocal.m4:3873:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
treil-1.8/aclocal.m4-3874-
treil-1.8/aclocal.m4:3875:  for p in `eval $output_verbose_link_cmd`; do
treil-1.8/aclocal.m4-3876-    case $p in
##############################################
treil-1.8/aclocal.m4-3960-linux*)
treil-1.8/aclocal.m4:3961:  case `$CC -V 2>&1 | sed 5q` in
treil-1.8/aclocal.m4-3962-  *Sun\ C*)
##############################################
treil-1.8/aclocal.m4-4299-      # Double-quote double-evaled strings.
treil-1.8/aclocal.m4:4300:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
treil-1.8/aclocal.m4-4301-      ;;
treil-1.8/aclocal.m4-4302-    *)
treil-1.8/aclocal.m4:4303:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
treil-1.8/aclocal.m4-4304-      ;;
##############################################
treil-1.8/aclocal.m4-4309-  *'\[$]0 --fallback-echo"')
treil-1.8/aclocal.m4:4310:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
treil-1.8/aclocal.m4-4311-    ;;
##############################################
treil-1.8/aclocal.m4-4324-
treil-1.8/aclocal.m4:4325:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
treil-1.8/aclocal.m4-4326-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
treil-1.8/aclocal.m4-4706-  # libtool script then.
treil-1.8/aclocal.m4:4707:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
treil-1.8/aclocal.m4-4708-  if test -f "$ltmain_in"; then
##############################################
treil-1.8/aclocal.m4-4812-# If we're using GNU nm, then use its standard symbol codes.
treil-1.8/aclocal.m4:4813:case `$NM -V 2>&1` in
treil-1.8/aclocal.m4-4814-*GNU* | *'with BFD'*)
##############################################
treil-1.8/aclocal.m4-4845-    nlist=conftest.nm
treil-1.8/aclocal.m4:4846:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
treil-1.8/aclocal.m4-4847-      # Try sorting and uniquifying the output.
##############################################
treil-1.8/aclocal.m4-5118-	  *)
treil-1.8/aclocal.m4:5119:	    case `$CC -V 2>&1 | sed 5q` in
treil-1.8/aclocal.m4-5120-	    *Sun\ C*)
##############################################
treil-1.8/aclocal.m4-5375-      *)
treil-1.8/aclocal.m4:5376:        case `$CC -V 2>&1 | sed 5q` in
treil-1.8/aclocal.m4-5377-	*Sun\ C*)
##############################################
treil-1.8/aclocal.m4-5599-    supports_anon_versioning=no
treil-1.8/aclocal.m4:5600:    case `$LD -v 2>/dev/null` in
treil-1.8/aclocal.m4-5601-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
treil-1.8/aclocal.m4-5663-	# is EXPORTS), use it as is; otherwise, prepend...
treil-1.8/aclocal.m4:5664:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
treil-1.8/aclocal.m4-5665-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
treil-1.8/aclocal.m4-5686-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
treil-1.8/aclocal.m4:5687:      _LT_AC_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'
treil-1.8/aclocal.m4:5688:      _LT_AC_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'
treil-1.8/aclocal.m4-5689-      ;;
##############################################
treil-1.8/aclocal.m4-5695-	pgcc*)				# Portland Group C compiler
treil-1.8/aclocal.m4:5696:	  _LT_AC_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'
treil-1.8/aclocal.m4-5697-	  tmp_addflag=' $pic_flag'
##############################################
treil-1.8/aclocal.m4-5699-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
treil-1.8/aclocal.m4:5700:	  _LT_AC_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'
treil-1.8/aclocal.m4-5701-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
treil-1.8/aclocal.m4-5708-	esac
treil-1.8/aclocal.m4:5709:	case `$CC -V 2>&1 | sed 5q` in
treil-1.8/aclocal.m4-5710-	*Sun\ C*)			# Sun C 5.9
treil-1.8/aclocal.m4:5711:	  _LT_AC_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'
treil-1.8/aclocal.m4-5712-	  tmp_sharedflag='-G' ;;
##############################################
treil-1.8/aclocal.m4-5763-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
treil-1.8/aclocal.m4:5764:      case `$LD -v 2>&1` in
treil-1.8/aclocal.m4-5765-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
treil-1.8/aclocal.m4-5779-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
treil-1.8/aclocal.m4:5780:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
treil-1.8/aclocal.m4-5781-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
treil-1.8/aclocal.m4-5878-	# below for broken collect2 doesn't work under 4.3+
treil-1.8/aclocal.m4:5879:	  collect2name=`${CC} -print-prog-name=collect2`
treil-1.8/aclocal.m4-5880-	  if test -f "$collect2name" && \
##############################################
treil-1.8/aclocal.m4-5925-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
treil-1.8/aclocal.m4:5926:	_LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
treil-1.8/aclocal.m4-5927-       else
##############################################
treil-1.8/aclocal.m4-5972-      # FIXME: Setting linknames here is a bad hack.
treil-1.8/aclocal.m4:5973:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
treil-1.8/aclocal.m4-5974-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
treil-1.8/aclocal.m4-5977-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
treil-1.8/aclocal.m4:5978:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
treil-1.8/aclocal.m4-5979-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
treil-1.8/aclocal.m4-6018-         output_verbose_link_cmd='echo'
treil-1.8/aclocal.m4:6019:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
treil-1.8/aclocal.m4-6020-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
treil-1.8/aclocal.m4-6153-      if test "$GCC" = yes; then
treil-1.8/aclocal.m4:6154:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-6155-      else
treil-1.8/aclocal.m4:6156:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-6157-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
treil-1.8/aclocal.m4-6186-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
treil-1.8/aclocal.m4:6187:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
treil-1.8/aclocal.m4-6188-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
treil-1.8/aclocal.m4-6219-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/aclocal.m4:6220:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-6221-      else
treil-1.8/aclocal.m4-6222-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
treil-1.8/aclocal.m4:6223:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-6224-      fi
##############################################
treil-1.8/aclocal.m4-6231-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
treil-1.8/aclocal.m4:6232:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4-6233-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
treil-1.8/aclocal.m4-6235-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
treil-1.8/aclocal.m4:6236:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
treil-1.8/aclocal.m4:6237:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
treil-1.8/aclocal.m4:6238:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
treil-1.8/aclocal.m4-6239-
##############################################
treil-1.8/aclocal.m4-6355-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
treil-1.8/aclocal.m4:6356:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
treil-1.8/aclocal.m4-6357-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
treil-1.8/aclocal.m4-6420-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
treil-1.8/aclocal.m4:6421:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
treil-1.8/aclocal.m4-6422-        then
##############################################
treil-1.8/aclocal.m4-6581-    test $lt_ac_count -gt 10 && break
treil-1.8/aclocal.m4:6582:    lt_ac_count=`expr $lt_ac_count + 1`
treil-1.8/aclocal.m4-6583-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
treil-1.8/aclocal.m4-6623-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
treil-1.8/aclocal.m4:6624:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
treil-1.8/aclocal.m4-6625-#
##############################################
treil-1.8/aclocal.m4-6647-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
treil-1.8/aclocal.m4:6648:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
treil-1.8/aclocal.m4-6649-# and then we would define $MISSING as
##############################################
treil-1.8/aclocal.m4-6663-# expand $ac_aux_dir to an absolute path
treil-1.8/aclocal.m4:6664:am_aux_dir=`cd $ac_aux_dir && pwd`
treil-1.8/aclocal.m4-6665-])
##############################################
treil-1.8/aclocal.m4-6761-  if test "$am_compiler_list" = ""; then
treil-1.8/aclocal.m4:6762:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
treil-1.8/aclocal.m4-6763-  fi
##############################################
treil-1.8/aclocal.m4-6871-  # Strip MF so we end up with the name of the file.
treil-1.8/aclocal.m4:6872:  mf=`echo "$mf" | sed -e 's/:.*$//'`
treil-1.8/aclocal.m4-6873-  # Check whether this is an Automake generated Makefile or not.
##############################################
treil-1.8/aclocal.m4-6879-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
treil-1.8/aclocal.m4:6880:    dirpart=`AS_DIRNAME("$mf")`
treil-1.8/aclocal.m4-6881-  else
##############################################
treil-1.8/aclocal.m4-6885-  # from the Makefile without running `make'.
treil-1.8/aclocal.m4:6886:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
treil-1.8/aclocal.m4-6887-  test -z "$DEPDIR" && continue
treil-1.8/aclocal.m4:6888:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
treil-1.8/aclocal.m4-6889-  test -z "am__include" && continue
treil-1.8/aclocal.m4:6890:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
treil-1.8/aclocal.m4-6891-  # When using ansi2knr, U may be empty or an underscore; expand it
treil-1.8/aclocal.m4:6892:  U=`sed -n 's/^U = //p' < "$mf"`
treil-1.8/aclocal.m4-6893-  # Find all dependency output files, they are included files with
##############################################
treil-1.8/aclocal.m4-6901-    test -f "$dirpart/$file" && continue
treil-1.8/aclocal.m4:6902:    fdir=`AS_DIRNAME(["$file"])`
treil-1.8/aclocal.m4-6903-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
treil-1.8/aclocal.m4-6956-# test to see if srcdir already configured
treil-1.8/aclocal.m4:6957:if test "`cd $srcdir && pwd`" != "`pwd`" &&
treil-1.8/aclocal.m4-6958-   test -f $srcdir/config.status; then
##############################################
treil-1.8/aclocal.m4-7032-    * )
treil-1.8/aclocal.m4:7033:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
treil-1.8/aclocal.m4-7034-  esac
treil-1.8/aclocal.m4-7035-done
treil-1.8/aclocal.m4:7036:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
treil-1.8/aclocal.m4-7037-
##############################################
treil-1.8/aclocal.m4-7104-# case it prints its new name instead of `make'.
treil-1.8/aclocal.m4:7105:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
treil-1.8/aclocal.m4-7106-   am__include=include
##############################################
treil-1.8/aclocal.m4-7112-   echo '.include "confinc"' > confmf
treil-1.8/aclocal.m4:7113:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
treil-1.8/aclocal.m4-7114-      am__include=.include
##############################################
treil-1.8/aclocal.m4-7279-if (
treil-1.8/aclocal.m4:7280:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
treil-1.8/aclocal.m4-7281-   if test "$[*]" = "X"; then
treil-1.8/aclocal.m4-7282-      # -L didn't work.
treil-1.8/aclocal.m4:7283:      set X `ls -t $srcdir/configure conftest.file`
treil-1.8/aclocal.m4-7284-   fi
##############################################
treil-1.8/missing-128-       # Could not run --version or --help.  This is probably someone
treil-1.8/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
treil-1.8/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
treil-1.8/missing-162-         from any GNU archive site."
treil-1.8/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
treil-1.8/missing-164-    test -z "$files" && files="config.h"
##############################################
treil-1.8/missing-191-         proper tools for further handling them.
treil-1.8/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
treil-1.8/missing-193-         archive site."
treil-1.8/missing-194-
treil-1.8/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
treil-1.8/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
treil-1.8/missing-197-    if test -f "$file"; then
##############################################
treil-1.8/missing-220-	*.y)
treil-1.8/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
treil-1.8/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
treil-1.8/missing-224-	    fi
treil-1.8/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
treil-1.8/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
treil-1.8/missing-250-	*.l)
treil-1.8/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
treil-1.8/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
treil-1.8/missing-269-
treil-1.8/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
treil-1.8/missing-271-    if test -z "$file"; then
treil-1.8/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
treil-1.8/missing-273-    fi
##############################################
treil-1.8/missing-291-    # The file to touch is that specified with -o ...
treil-1.8/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
treil-1.8/missing-293-    if test -z "$file"; then
treil-1.8/missing-294-      # ... or it is the one specified with @setfilename ...
treil-1.8/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
treil-1.8/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
treil-1.8/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
treil-1.8/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
treil-1.8/missing-299-    fi
##############################################
treil-1.8/missing-321-	*o*)
treil-1.8/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
treil-1.8/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
treil-1.8/missing-327-	*h*)
treil-1.8/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
treil-1.8/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
treil-1.8/debian/patches/03-rbconfig-configure.diff-8- 
treil-1.8/debian/patches/03-rbconfig-configure.diff:9:-RUBYARCH=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('arch'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff:10:+RUBYARCH=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('arch'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff-11- AC_SUBST(RUBYARCH, "$RUBYARCH")
##############################################
treil-1.8/debian/patches/03-rbconfig-configure.diff-14- if test -z "$RUBYLIBDIR"; then
treil-1.8/debian/patches/03-rbconfig-configure.diff:15:-  RUBYLIBDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitelibdir'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff:16:+  RUBYLIBDIR=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('sitelibdir'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff-17- fi
##############################################
treil-1.8/debian/patches/03-rbconfig-configure.diff-21- if test -z "$RUBYARCHDIR"; then
treil-1.8/debian/patches/03-rbconfig-configure.diff:22:-  RUBYARCHDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitearchdir'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff:23:+  RUBYARCHDIR=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('sitearchdir'))"`
treil-1.8/debian/patches/03-rbconfig-configure.diff-24- fi
##############################################
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-213-	$(mkdir_p) $(distdir)/treil
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in:214:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in:215:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-216-	list='$(DISTFILES)'; for file in $$list; do \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-217-	  case $$file in \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in:218:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in:219:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-220-	  esac; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-221-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in:222:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
treil-1.8/.pc/01-makefiles.diff/ruby/Makefile.in-223-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-16-
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac:17:RUBYARCH=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('arch'))"`
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-18-AC_SUBST(RUBYARCH, "$RUBYARCH")
##############################################
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-21-if test -z "$RUBYLIBDIR"; then
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac:22:  RUBYLIBDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitelibdir'))"`
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-23-fi
##############################################
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-27-if test -z "$RUBYARCHDIR"; then
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac:28:  RUBYARCHDIR=`"$RUBY" -rrbconfig -e "puts(Config::CONFIG.fetch('sitearchdir'))"`
treil-1.8/.pc/03-rbconfig-configure.diff/configure.ac-29-fi
##############################################
treil-1.8/configure.ac-16-
treil-1.8/configure.ac:17:RUBYARCH=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('arch'))"`
treil-1.8/configure.ac-18-AC_SUBST(RUBYARCH, "$RUBYARCH")
##############################################
treil-1.8/configure.ac-21-if test -z "$RUBYLIBDIR"; then
treil-1.8/configure.ac:22:  RUBYLIBDIR=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('sitelibdir'))"`
treil-1.8/configure.ac-23-fi
##############################################
treil-1.8/configure.ac-27-if test -z "$RUBYARCHDIR"; then
treil-1.8/configure.ac:28:  RUBYARCHDIR=`"$RUBY" -rrbconfig -e "puts(RbConfig::CONFIG.fetch('sitearchdir'))"`
treil-1.8/configure.ac-29-fi