===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
opensp-1.5.2/ltmain.sh-36-# The name of this program:
opensp-1.5.2/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
opensp-1.5.2/ltmain.sh-38-modename="$progname"
##############################################
opensp-1.5.2/ltmain.sh-61-  :
opensp-1.5.2/ltmain.sh:62:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
opensp-1.5.2/ltmain.sh-63-  # Yippee, $echo works!
##############################################
opensp-1.5.2/ltmain.sh-150-  win32_libid_type="unknown"
opensp-1.5.2/ltmain.sh:151:  win32_fileres=`file -L $1 2>/dev/null`
opensp-1.5.2/ltmain.sh-152-  case $win32_fileres in
##############################################
opensp-1.5.2/ltmain.sh-203-      # but not from the CC environment variable when configure was run.
opensp-1.5.2/ltmain.sh:204:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
opensp-1.5.2/ltmain.sh-205-      # Blanks at the start of $base_compile will cause this to fail
##############################################
opensp-1.5.2/ltmain.sh-210-	    # Evaluate the configuration.
opensp-1.5.2/ltmain.sh:211:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
opensp-1.5.2/ltmain.sh-212-	    CC_quoted=
##############################################
opensp-1.5.2/ltmain.sh-222-	    case "$@ " in
opensp-1.5.2/ltmain.sh:223:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
opensp-1.5.2/ltmain.sh-224-	      # The compiler in the base compile command matches
##############################################
opensp-1.5.2/ltmain.sh-290-      esac
opensp-1.5.2/ltmain.sh:291:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-292-      my_xdir="$my_gentop/$my_xlib"
##############################################
opensp-1.5.2/ltmain.sh-310-	  darwin_curdir=`pwd`
opensp-1.5.2/ltmain.sh:311:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh:312:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
opensp-1.5.2/ltmain.sh-313-	  if test -n "$darwin_arches"; then 
opensp-1.5.2/ltmain.sh:314:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
opensp-1.5.2/ltmain.sh-315-	    darwin_arch=
##############################################
opensp-1.5.2/ltmain.sh-325-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
opensp-1.5.2/ltmain.sh:326:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
opensp-1.5.2/ltmain.sh-327-	    darwin_file=
##############################################
opensp-1.5.2/ltmain.sh-329-	    for darwin_file in $darwin_filelist; do
opensp-1.5.2/ltmain.sh:330:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
opensp-1.5.2/ltmain.sh-331-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
opensp-1.5.2/ltmain.sh-344-      esac
opensp-1.5.2/ltmain.sh:345:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
opensp-1.5.2/ltmain.sh-346-    done
##############################################
opensp-1.5.2/ltmain.sh-361-  case $arg in
opensp-1.5.2/ltmain.sh:362:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
opensp-1.5.2/ltmain.sh-363-  *) optarg= ;;
##############################################
opensp-1.5.2/ltmain.sh-392-	  # Evaluate the configuration.
opensp-1.5.2/ltmain.sh:393:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
opensp-1.5.2/ltmain.sh-394-	else
##############################################
opensp-1.5.2/ltmain.sh-619-	-Wc,*)
opensp-1.5.2/ltmain.sh:620:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
opensp-1.5.2/ltmain.sh-621-	  lastarg=
##############################################
opensp-1.5.2/ltmain.sh-636-	  IFS="$save_ifs"
opensp-1.5.2/ltmain.sh:637:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
opensp-1.5.2/ltmain.sh-638-
##############################################
opensp-1.5.2/ltmain.sh-655-      # Aesthetically quote the previous argument.
opensp-1.5.2/ltmain.sh:656:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-657-
##############################################
opensp-1.5.2/ltmain.sh-683-      # Get the name of the library object.
opensp-1.5.2/ltmain.sh:684:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-685-      ;;
##############################################
opensp-1.5.2/ltmain.sh-694-    *.ads) xform=ads ;;
opensp-1.5.2/ltmain.sh:695:    *.asm) xform=asm ;;
opensp-1.5.2/ltmain.sh-696-    *.c++) xform=c++ ;;
##############################################
opensp-1.5.2/ltmain.sh-706-
opensp-1.5.2/ltmain.sh:707:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
opensp-1.5.2/ltmain.sh-708-
opensp-1.5.2/ltmain.sh-709-    case $libobj in
opensp-1.5.2/ltmain.sh:710:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
opensp-1.5.2/ltmain.sh-711-    *)
##############################################
opensp-1.5.2/ltmain.sh-737-
opensp-1.5.2/ltmain.sh:738:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-739-    case $qlibobj in
##############################################
opensp-1.5.2/ltmain.sh-746-    fi
opensp-1.5.2/ltmain.sh:747:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh:748:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-749-    if test "X$xdir" = "X$obj"; then
##############################################
opensp-1.5.2/ltmain.sh-785-    if test "$compiler_c_o" = no; then
opensp-1.5.2/ltmain.sh:786:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
opensp-1.5.2/ltmain.sh-787-      lockfile="$output_obj.lock"
##############################################
opensp-1.5.2/ltmain.sh-806-*** ERROR, $lockfile exists and contains:
opensp-1.5.2/ltmain.sh:807:`cat $lockfile 2>/dev/null`
opensp-1.5.2/ltmain.sh-808-
##############################################
opensp-1.5.2/ltmain.sh-824-    fi
opensp-1.5.2/ltmain.sh:825:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-826-    case $qsrcfile in
##############################################
opensp-1.5.2/ltmain.sh-880-      if test "$need_locks" = warn &&
opensp-1.5.2/ltmain.sh:881:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
opensp-1.5.2/ltmain.sh-882-	$echo "\
opensp-1.5.2/ltmain.sh-883-*** ERROR, $lockfile contains:
opensp-1.5.2/ltmain.sh:884:`cat $lockfile 2>/dev/null`
opensp-1.5.2/ltmain.sh-885-
##############################################
opensp-1.5.2/ltmain.sh-952-      if test "$need_locks" = warn &&
opensp-1.5.2/ltmain.sh:953:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
opensp-1.5.2/ltmain.sh-954-	$echo "\
opensp-1.5.2/ltmain.sh-955-*** ERROR, $lockfile contains:
opensp-1.5.2/ltmain.sh:956:`cat $lockfile 2>/dev/null`
opensp-1.5.2/ltmain.sh-957-
##############################################
opensp-1.5.2/ltmain.sh-1114-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
opensp-1.5.2/ltmain.sh:1115:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
opensp-1.5.2/ltmain.sh-1116-	;;
##############################################
opensp-1.5.2/ltmain.sh-1203-	    moreargs=
opensp-1.5.2/ltmain.sh:1204:	    for fil in `cat $save_arg`
opensp-1.5.2/ltmain.sh-1205-	    do
##############################################
opensp-1.5.2/ltmain.sh-1230-		# Extract subdirectory from the argument.
opensp-1.5.2/ltmain.sh:1231:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-1232-		if test "X$xdir" = "X$arg"; then
##############################################
opensp-1.5.2/ltmain.sh-1284-		  # Extract subdirectory from the argument.
opensp-1.5.2/ltmain.sh:1285:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-1286-		  if test "X$xdir" = "X$arg"; then
##############################################
opensp-1.5.2/ltmain.sh-1291-
opensp-1.5.2/ltmain.sh:1292:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh:1293:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh-1294-		  libobjs="$libobjs $pic_object"
##############################################
opensp-1.5.2/ltmain.sh-1448-      -L*)
opensp-1.5.2/ltmain.sh:1449:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
opensp-1.5.2/ltmain.sh-1450-	# We need an absolute path.
##############################################
opensp-1.5.2/ltmain.sh-1453-	*)
opensp-1.5.2/ltmain.sh:1454:	  absdir=`cd "$dir" && pwd`
opensp-1.5.2/ltmain.sh-1455-	  if test -z "$absdir"; then
##############################################
opensp-1.5.2/ltmain.sh-1543-	# to be aesthetically quoted because they are evaled later.
opensp-1.5.2/ltmain.sh:1544:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-1545-	case $arg in
##############################################
opensp-1.5.2/ltmain.sh-1614-      -R*)
opensp-1.5.2/ltmain.sh:1615:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
opensp-1.5.2/ltmain.sh-1616-	# We need an absolute path.
##############################################
opensp-1.5.2/ltmain.sh-1655-      -Wc,*)
opensp-1.5.2/ltmain.sh:1656:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
opensp-1.5.2/ltmain.sh-1657-	arg=
##############################################
opensp-1.5.2/ltmain.sh-1669-	IFS="$save_ifs"
opensp-1.5.2/ltmain.sh:1670:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
opensp-1.5.2/ltmain.sh-1671-	;;
##############################################
opensp-1.5.2/ltmain.sh-1673-      -Wl,*)
opensp-1.5.2/ltmain.sh:1674:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
opensp-1.5.2/ltmain.sh-1675-	arg=
##############################################
opensp-1.5.2/ltmain.sh-1688-	IFS="$save_ifs"
opensp-1.5.2/ltmain.sh:1689:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
opensp-1.5.2/ltmain.sh-1690-	;;
##############################################
opensp-1.5.2/ltmain.sh-1710-	# to be aesthetically quoted because they are evaled later.
opensp-1.5.2/ltmain.sh:1711:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-1712-	case $arg in
##############################################
opensp-1.5.2/ltmain.sh-1747-	  # Extract subdirectory from the argument.
opensp-1.5.2/ltmain.sh:1748:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-1749-	  if test "X$xdir" = "X$arg"; then
##############################################
opensp-1.5.2/ltmain.sh-1801-	    # Extract subdirectory from the argument.
opensp-1.5.2/ltmain.sh:1802:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-1803-	    if test "X$xdir" = "X$arg"; then
##############################################
opensp-1.5.2/ltmain.sh-1808-
opensp-1.5.2/ltmain.sh:1809:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh:1810:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh-1811-	    libobjs="$libobjs $pic_object"
##############################################
opensp-1.5.2/ltmain.sh-1844-	# to be aesthetically quoted because they are evaled later.
opensp-1.5.2/ltmain.sh:1845:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-1846-	case $arg in
##############################################
opensp-1.5.2/ltmain.sh-1874-    # calculate the name of the file, without its directory
opensp-1.5.2/ltmain.sh:1875:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-1876-    libobjs_save="$libobjs"
##############################################
opensp-1.5.2/ltmain.sh-1879-      # get the directories listed in $shlibpath_var
opensp-1.5.2/ltmain.sh:1880:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
opensp-1.5.2/ltmain.sh-1881-    else
##############################################
opensp-1.5.2/ltmain.sh-1886-
opensp-1.5.2/ltmain.sh:1887:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-1888-    if test "X$output_objdir" = "X$output"; then
##############################################
opensp-1.5.2/ltmain.sh-2022-	  fi
opensp-1.5.2/ltmain.sh:2023:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
opensp-1.5.2/ltmain.sh-2024-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
opensp-1.5.2/ltmain.sh-2066-		    found=no
opensp-1.5.2/ltmain.sh:2067:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-2068-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
opensp-1.5.2/ltmain.sh-2091-	    newdependency_libs="$deplib $newdependency_libs"
opensp-1.5.2/ltmain.sh:2092:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
opensp-1.5.2/ltmain.sh-2093-	    ;;
##############################################
opensp-1.5.2/ltmain.sh-2104-	    fi
opensp-1.5.2/ltmain.sh:2105:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
opensp-1.5.2/ltmain.sh-2106-	    ;;
##############################################
opensp-1.5.2/ltmain.sh-2114-	  if test "$pass" = link; then
opensp-1.5.2/ltmain.sh:2115:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
opensp-1.5.2/ltmain.sh-2116-	    # Make sure the xrpath contains only unique directories.
##############################################
opensp-1.5.2/ltmain.sh-2136-		set dummy $deplibs_check_method
opensp-1.5.2/ltmain.sh:2137:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
opensp-1.5.2/ltmain.sh-2138-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
opensp-1.5.2/ltmain.sh-2208-
opensp-1.5.2/ltmain.sh:2209:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-2210-	test "X$ladir" = "X$lib" && ladir="."
##############################################
opensp-1.5.2/ltmain.sh-2300-	*)
opensp-1.5.2/ltmain.sh:2301:	  abs_ladir=`cd "$ladir" && pwd`
opensp-1.5.2/ltmain.sh-2302-	  if test -z "$abs_ladir"; then
##############################################
opensp-1.5.2/ltmain.sh-2308-	esac
opensp-1.5.2/ltmain.sh:2309:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-2310-
##############################################
opensp-1.5.2/ltmain.sh-2335-	fi # $installed = yes
opensp-1.5.2/ltmain.sh:2336:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
opensp-1.5.2/ltmain.sh-2337-
##############################################
opensp-1.5.2/ltmain.sh-2382-	    case $deplib in
opensp-1.5.2/ltmain.sh:2383:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
opensp-1.5.2/ltmain.sh-2384-	    esac
##############################################
opensp-1.5.2/ltmain.sh-2497-	    shift; shift
opensp-1.5.2/ltmain.sh:2498:	    libname=`eval \\$echo \"$libname_spec\"`
opensp-1.5.2/ltmain.sh-2499-	    # use dlname if we got it. it's perfectly good, no?
##############################################
opensp-1.5.2/ltmain.sh-2505-	      *cygwin* | mingw*)
opensp-1.5.2/ltmain.sh:2506:		major=`expr $current - $age`
opensp-1.5.2/ltmain.sh-2507-		versuffix="-$major"
##############################################
opensp-1.5.2/ltmain.sh-2516-	    soroot="$soname"
opensp-1.5.2/ltmain.sh:2517:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
opensp-1.5.2/ltmain.sh:2518:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
opensp-1.5.2/ltmain.sh-2519-
##############################################
opensp-1.5.2/ltmain.sh-2747-	      case $libdir in
opensp-1.5.2/ltmain.sh:2748:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
opensp-1.5.2/ltmain.sh-2749-		   case " $xrpath " in
##############################################
opensp-1.5.2/ltmain.sh-2779-	      *.la)
opensp-1.5.2/ltmain.sh:2780:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-2781-		test "X$dir" = "X$deplib" && dir="."
##############################################
opensp-1.5.2/ltmain.sh-2785-		*)
opensp-1.5.2/ltmain.sh:2786:		  absdir=`cd "$dir" && pwd`
opensp-1.5.2/ltmain.sh-2787-		  if test -z "$absdir"; then
##############################################
opensp-1.5.2/ltmain.sh-2795-		else
opensp-1.5.2/ltmain.sh:2796:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
opensp-1.5.2/ltmain.sh-2797-		  if test -z "$libdir"; then
##############################################
opensp-1.5.2/ltmain.sh-2810-		  # but need to link against shared
opensp-1.5.2/ltmain.sh:2811:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
opensp-1.5.2/ltmain.sh-2812-		  if test -n "$deplibrary_names" ; then
##############################################
opensp-1.5.2/ltmain.sh-2835-		  # Again, we only want to link against shared libraries
opensp-1.5.2/ltmain.sh:2836:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
opensp-1.5.2/ltmain.sh-2837-		  for tmp in $newlib_search_path ; do
##############################################
opensp-1.5.2/ltmain.sh-3002-      lib*)
opensp-1.5.2/ltmain.sh:3003:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
opensp-1.5.2/ltmain.sh-3004-	eval shared_ext=\"$shrext_cmds\"
##############################################
opensp-1.5.2/ltmain.sh-3008-	if test "$module" = no; then
opensp-1.5.2/ltmain.sh:3009:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
opensp-1.5.2/ltmain.sh-3010-	  $echo "$help" 1>&2
##############################################
opensp-1.5.2/ltmain.sh-3014-	  # Add the "lib" prefix for modules if required
opensp-1.5.2/ltmain.sh:3015:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
opensp-1.5.2/ltmain.sh-3016-	  eval shared_ext=\"$shrext_cmds\"
##############################################
opensp-1.5.2/ltmain.sh-3018-	else
opensp-1.5.2/ltmain.sh:3019:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
opensp-1.5.2/ltmain.sh-3020-	fi
##############################################
opensp-1.5.2/ltmain.sh-3095-	  darwin|linux|osf|windows)
opensp-1.5.2/ltmain.sh:3096:	    current=`expr $number_major + $number_minor`
opensp-1.5.2/ltmain.sh-3097-	    age="$number_minor"
##############################################
opensp-1.5.2/ltmain.sh-3105-	  irix|nonstopux)
opensp-1.5.2/ltmain.sh:3106:	    current=`expr $number_major + $number_minor - 1`
opensp-1.5.2/ltmain.sh-3107-	    age="$number_minor"
##############################################
opensp-1.5.2/ltmain.sh-3147-	if test "$age" -gt "$current"; then
opensp-1.5.2/ltmain.sh:3148:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
opensp-1.5.2/ltmain.sh-3149-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
opensp-1.5.2/ltmain.sh-3162-	  # verstring for coding it into the library header
opensp-1.5.2/ltmain.sh:3163:	  major=.`expr $current - $age`
opensp-1.5.2/ltmain.sh-3164-	  versuffix="$major.$age.$revision"
opensp-1.5.2/ltmain.sh-3165-	  # Darwin ld doesn't like 0 for these options...
opensp-1.5.2/ltmain.sh:3166:	  minor_current=`expr $current + 1`
opensp-1.5.2/ltmain.sh-3167-	  verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
opensp-1.5.2/ltmain.sh-3180-	irix | nonstopux)
opensp-1.5.2/ltmain.sh:3181:	  major=`expr $current - $age + 1`
opensp-1.5.2/ltmain.sh-3182-
##############################################
opensp-1.5.2/ltmain.sh-3191-	  while test "$loop" -ne 0; do
opensp-1.5.2/ltmain.sh:3192:	    iface=`expr $revision - $loop`
opensp-1.5.2/ltmain.sh:3193:	    loop=`expr $loop - 1`
opensp-1.5.2/ltmain.sh-3194-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
opensp-1.5.2/ltmain.sh-3202-	linux)
opensp-1.5.2/ltmain.sh:3203:	  major=.`expr $current - $age`
opensp-1.5.2/ltmain.sh-3204-	  versuffix="$major.$age.$revision"
##############################################
opensp-1.5.2/ltmain.sh-3207-	osf)
opensp-1.5.2/ltmain.sh:3208:	  major=.`expr $current - $age`
opensp-1.5.2/ltmain.sh-3209-	  versuffix=".$current.$age.$revision"
##############################################
opensp-1.5.2/ltmain.sh-3214-	  while test "$loop" -ne 0; do
opensp-1.5.2/ltmain.sh:3215:	    iface=`expr $current - $loop`
opensp-1.5.2/ltmain.sh:3216:	    loop=`expr $loop - 1`
opensp-1.5.2/ltmain.sh-3217-	    verstring="$verstring:${iface}.0"
##############################################
opensp-1.5.2/ltmain.sh-3231-	  # extension on DOS 8.3 filesystems.
opensp-1.5.2/ltmain.sh:3232:	  major=`expr $current - $age`
opensp-1.5.2/ltmain.sh-3233-	  versuffix="-$major"
##############################################
opensp-1.5.2/ltmain.sh-3286-	removelist=
opensp-1.5.2/ltmain.sh:3287:	tempremovelist=`$echo "$output_objdir/*"`
opensp-1.5.2/ltmain.sh-3288-	for p in $tempremovelist; do
##############################################
opensp-1.5.2/ltmain.sh-3314-	# Transform .lo files to .o files.
opensp-1.5.2/ltmain.sh:3315:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
opensp-1.5.2/ltmain.sh-3316-      fi
##############################################
opensp-1.5.2/ltmain.sh-3319-      for path in $notinst_path; do
opensp-1.5.2/ltmain.sh:3320:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
opensp-1.5.2/ltmain.sh:3321:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
opensp-1.5.2/ltmain.sh:3322:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
opensp-1.5.2/ltmain.sh-3323-      done
##############################################
opensp-1.5.2/ltmain.sh-3422-	    for i in $deplibs; do
opensp-1.5.2/ltmain.sh:3423:	      name="`expr $i : '-l\(.*\)'`"
opensp-1.5.2/ltmain.sh-3424-	      # If $name is empty we are operating on a -L argument.
##############################################
opensp-1.5.2/ltmain.sh-3434-		if test -n "$i" ; then
opensp-1.5.2/ltmain.sh:3435:		  libname=`eval \\$echo \"$libname_spec\"`
opensp-1.5.2/ltmain.sh:3436:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
opensp-1.5.2/ltmain.sh-3437-		  set dummy $deplib_matches
opensp-1.5.2/ltmain.sh-3438-		  deplib_match=$2
opensp-1.5.2/ltmain.sh:3439:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
opensp-1.5.2/ltmain.sh-3440-		    newdeplibs="$newdeplibs $i"
##############################################
opensp-1.5.2/ltmain.sh-3459-	    for i in $deplibs; do
opensp-1.5.2/ltmain.sh:3460:	      name="`expr $i : '-l\(.*\)'`"
opensp-1.5.2/ltmain.sh-3461-	      # If $name is empty we are operating on a -L argument.
##############################################
opensp-1.5.2/ltmain.sh-3476-		  if test -n "$i" ; then
opensp-1.5.2/ltmain.sh:3477:		    libname=`eval \\$echo \"$libname_spec\"`
opensp-1.5.2/ltmain.sh:3478:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
opensp-1.5.2/ltmain.sh-3479-		    set dummy $deplib_matches
opensp-1.5.2/ltmain.sh-3480-		    deplib_match=$2
opensp-1.5.2/ltmain.sh:3481:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
opensp-1.5.2/ltmain.sh-3482-		      newdeplibs="$newdeplibs $i"
##############################################
opensp-1.5.2/ltmain.sh-3509-	  set dummy $deplibs_check_method
opensp-1.5.2/ltmain.sh:3510:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
opensp-1.5.2/ltmain.sh-3511-	  for a_deplib in $deplibs; do
opensp-1.5.2/ltmain.sh:3512:	    name="`expr $a_deplib : '-l\(.*\)'`"
opensp-1.5.2/ltmain.sh-3513-	    # If $name is empty we are operating on a -L argument.
##############################################
opensp-1.5.2/ltmain.sh-3523-	      if test -n "$a_deplib" ; then
opensp-1.5.2/ltmain.sh:3524:		libname=`eval \\$echo \"$libname_spec\"`
opensp-1.5.2/ltmain.sh-3525-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
opensp-1.5.2/ltmain.sh:3526:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
opensp-1.5.2/ltmain.sh-3527-		  for potent_lib in $potential_libs; do
##############################################
opensp-1.5.2/ltmain.sh-3539-		      while test -h "$potlib" 2>/dev/null; do
opensp-1.5.2/ltmain.sh:3540:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
opensp-1.5.2/ltmain.sh-3541-			case $potliblink in
opensp-1.5.2/ltmain.sh-3542-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
opensp-1.5.2/ltmain.sh:3543:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
opensp-1.5.2/ltmain.sh-3544-			esac
##############################################
opensp-1.5.2/ltmain.sh-3578-	  set dummy $deplibs_check_method
opensp-1.5.2/ltmain.sh:3579:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
opensp-1.5.2/ltmain.sh-3580-	  for a_deplib in $deplibs; do
opensp-1.5.2/ltmain.sh:3581:	    name="`expr $a_deplib : '-l\(.*\)'`"
opensp-1.5.2/ltmain.sh-3582-	    # If $name is empty we are operating on a -L argument.
##############################################
opensp-1.5.2/ltmain.sh-3592-	      if test -n "$a_deplib" ; then
opensp-1.5.2/ltmain.sh:3593:		libname=`eval \\$echo \"$libname_spec\"`
opensp-1.5.2/ltmain.sh-3594-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
opensp-1.5.2/ltmain.sh:3595:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
opensp-1.5.2/ltmain.sh-3596-		  for potent_lib in $potential_libs; do
##############################################
opensp-1.5.2/ltmain.sh-3635-	      # can't use Xsed below, because $i might contain '/'
opensp-1.5.2/ltmain.sh:3636:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
opensp-1.5.2/ltmain.sh-3637-	    done
##############################################
opensp-1.5.2/ltmain.sh-3660-	  # On Rhapsody replace the C library is the System framework
opensp-1.5.2/ltmain.sh:3661:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
opensp-1.5.2/ltmain.sh-3662-	  ;;
##############################################
opensp-1.5.2/ltmain.sh-3799-	# Use standard objects if they are pic
opensp-1.5.2/ltmain.sh:3800:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
opensp-1.5.2/ltmain.sh-3801-
##############################################
opensp-1.5.2/ltmain.sh-3812-	      eval cmd=\"$cmd\"
opensp-1.5.2/ltmain.sh:3813:	      if len=`expr "X$cmd" : ".*"` &&
opensp-1.5.2/ltmain.sh-3814-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
opensp-1.5.2/ltmain.sh-3890-
opensp-1.5.2/ltmain.sh:3891:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
opensp-1.5.2/ltmain.sh-3892-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
opensp-1.5.2/ltmain.sh-3909-	  save_output=$output
opensp-1.5.2/ltmain.sh:3910:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
opensp-1.5.2/ltmain.sh-3911-
##############################################
opensp-1.5.2/ltmain.sh-3925-	    if test "X$objlist" = X ||
opensp-1.5.2/ltmain.sh:3926:	       { len=`expr "X$test_cmds" : ".*"` &&
opensp-1.5.2/ltmain.sh-3927-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
opensp-1.5.2/ltmain.sh-3940-	      last_robj=$output_objdir/$output_la-${k}.$objext
opensp-1.5.2/ltmain.sh:3941:	      k=`expr $k + 1`
opensp-1.5.2/ltmain.sh-3942-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
opensp-1.5.2/ltmain.sh-3966-	  do
opensp-1.5.2/ltmain.sh:3967:	    i=`expr $i + 1`
opensp-1.5.2/ltmain.sh-3968-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
opensp-1.5.2/ltmain.sh-4073-	libobj="$output"
opensp-1.5.2/ltmain.sh:4074:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh-4075-	;;
##############################################
opensp-1.5.2/ltmain.sh-4107-      # Create the old-style object.
opensp-1.5.2/ltmain.sh:4108:      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
opensp-1.5.2/ltmain.sh-4109-
##############################################
opensp-1.5.2/ltmain.sh-4168-      case $host in
opensp-1.5.2/ltmain.sh:4169:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
opensp-1.5.2/ltmain.sh-4170-      esac
##############################################
opensp-1.5.2/ltmain.sh-4188-	# On Rhapsody replace the C library is the System framework
opensp-1.5.2/ltmain.sh:4189:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
opensp-1.5.2/ltmain.sh:4190:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
opensp-1.5.2/ltmain.sh-4191-	;;
##############################################
opensp-1.5.2/ltmain.sh-4300-	# Transform all the library objects into standard objects.
opensp-1.5.2/ltmain.sh:4301:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
opensp-1.5.2/ltmain.sh:4302:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
opensp-1.5.2/ltmain.sh-4303-      fi
##############################################
opensp-1.5.2/ltmain.sh-4346-	    # Add our own program objects to the symbol list.
opensp-1.5.2/ltmain.sh:4347:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
opensp-1.5.2/ltmain.sh-4348-	    for arg in $progfiles; do
##############################################
opensp-1.5.2/ltmain.sh-4376-	    $show "extracting global C symbols from \`$arg'"
opensp-1.5.2/ltmain.sh:4377:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-4378-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
opensp-1.5.2/ltmain.sh-4495-	  # Transform the symbol file into the correct name.
opensp-1.5.2/ltmain.sh:4496:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
opensp-1.5.2/ltmain.sh:4497:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
opensp-1.5.2/ltmain.sh-4498-	  ;;
##############################################
opensp-1.5.2/ltmain.sh-4509-	# Nullify the symbol file.
opensp-1.5.2/ltmain.sh:4510:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
opensp-1.5.2/ltmain.sh:4511:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
opensp-1.5.2/ltmain.sh-4512-      fi
##############################################
opensp-1.5.2/ltmain.sh-4515-	# Replace the output file specification.
opensp-1.5.2/ltmain.sh:4516:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
opensp-1.5.2/ltmain.sh-4517-	link_command="$compile_command$compile_rpath"
##############################################
opensp-1.5.2/ltmain.sh-4582-	# Replace the output file specification.
opensp-1.5.2/ltmain.sh:4583:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
opensp-1.5.2/ltmain.sh-4584-	# Delete the old output file.
##############################################
opensp-1.5.2/ltmain.sh-4602-	  if test "$fast_install" = yes; then
opensp-1.5.2/ltmain.sh:4603:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
opensp-1.5.2/ltmain.sh-4604-	  else
##############################################
opensp-1.5.2/ltmain.sh-4614-      # Replace the output file specification.
opensp-1.5.2/ltmain.sh:4615:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
opensp-1.5.2/ltmain.sh-4616-
##############################################
opensp-1.5.2/ltmain.sh-4634-	  else
opensp-1.5.2/ltmain.sh:4635:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-4636-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
opensp-1.5.2/ltmain.sh-4639-	relink_command="(cd `pwd`; $relink_command)"
opensp-1.5.2/ltmain.sh:4640:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-4641-      fi
##############################################
opensp-1.5.2/ltmain.sh-4648-	esac
opensp-1.5.2/ltmain.sh:4649:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-4650-      else
opensp-1.5.2/ltmain.sh:4651:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-4652-      fi
##############################################
opensp-1.5.2/ltmain.sh-4658-	case $output in
opensp-1.5.2/ltmain.sh:4659:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
opensp-1.5.2/ltmain.sh-4660-	esac
##############################################
opensp-1.5.2/ltmain.sh-4664-	    exeext=.exe
opensp-1.5.2/ltmain.sh:4665:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
opensp-1.5.2/ltmain.sh-4666-	  *) exeext= ;;
##############################################
opensp-1.5.2/ltmain.sh-4669-	  *cygwin* | *mingw* )
opensp-1.5.2/ltmain.sh:4670:	    cwrappersource=`$echo ${objdir}/lt-${outputname}.c`
opensp-1.5.2/ltmain.sh:4671:	    cwrapper=`$echo ${output}.exe`
opensp-1.5.2/ltmain.sh-4672-	    $rm $cwrappersource $cwrapper
##############################################
opensp-1.5.2/ltmain.sh-4919-      shift
opensp-1.5.2/ltmain.sh:4920:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
opensp-1.5.2/ltmain.sh-4921-      # Yippee, \$echo works!
##############################################
opensp-1.5.2/ltmain.sh-4931-  # Find the directory that this script lives in.
opensp-1.5.2/ltmain.sh:4932:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
opensp-1.5.2/ltmain.sh-4933-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
opensp-1.5.2/ltmain.sh-4935-  # Follow symbolic links until we get to the real thisdir.
opensp-1.5.2/ltmain.sh:4936:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
opensp-1.5.2/ltmain.sh-4937-  while test -n \"\$file\"; do
opensp-1.5.2/ltmain.sh:4938:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
opensp-1.5.2/ltmain.sh-4939-
##############################################
opensp-1.5.2/ltmain.sh-4947-
opensp-1.5.2/ltmain.sh:4948:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
opensp-1.5.2/ltmain.sh:4949:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
opensp-1.5.2/ltmain.sh-4950-  done
##############################################
opensp-1.5.2/ltmain.sh-4952-  # Try to get the absolute directory name.
opensp-1.5.2/ltmain.sh:4953:  absdir=\`cd \"\$thisdir\" && pwd\`
opensp-1.5.2/ltmain.sh-4954-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
opensp-1.5.2/ltmain.sh-4962-  if test ! -f \"\$progdir/\$program\" || \\
opensp-1.5.2/ltmain.sh:4963:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
opensp-1.5.2/ltmain.sh-4964-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
opensp-1.5.2/ltmain.sh-4977-    if test -n \"\$relink_command\"; then
opensp-1.5.2/ltmain.sh:4978:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
opensp-1.5.2/ltmain.sh-4979-      else
##############################################
opensp-1.5.2/ltmain.sh-5009-    # The second colon is a workaround for a bug in BeOS R4 sed
opensp-1.5.2/ltmain.sh:5010:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
opensp-1.5.2/ltmain.sh-5011-
##############################################
opensp-1.5.2/ltmain.sh-5122-	  do
opensp-1.5.2/ltmain.sh:5123:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5124-	    case " $oldobjs " in
##############################################
opensp-1.5.2/ltmain.sh-5130-		newobj=lt$counter-$objbase
opensp-1.5.2/ltmain.sh:5131:		counter=`expr $counter + 1`
opensp-1.5.2/ltmain.sh-5132-		case " $oldobjs " in
##############################################
opensp-1.5.2/ltmain.sh-5148-
opensp-1.5.2/ltmain.sh:5149:	if len=`expr "X$cmds" : ".*"` &&
opensp-1.5.2/ltmain.sh-5150-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
opensp-1.5.2/ltmain.sh-5170-	    eval test_cmds=\"$old_archive_cmds\"
opensp-1.5.2/ltmain.sh:5171:	    if len=`expr "X$test_cmds" : ".*"` &&
opensp-1.5.2/ltmain.sh-5172-	       test "$len" -le "$max_cmd_len"; then
##############################################
opensp-1.5.2/ltmain.sh-5222-	else
opensp-1.5.2/ltmain.sh:5223:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-5224-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
opensp-1.5.2/ltmain.sh-5228-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
opensp-1.5.2/ltmain.sh:5229:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-5230-      if test "$hardcode_automatic" = yes ; then
##############################################
opensp-1.5.2/ltmain.sh-5247-	      *.la)
opensp-1.5.2/ltmain.sh:5248:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh:5249:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
opensp-1.5.2/ltmain.sh-5250-		if test -z "$libdir"; then
##############################################
opensp-1.5.2/ltmain.sh-5261-	    for lib in $dlfiles; do
opensp-1.5.2/ltmain.sh:5262:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh:5263:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
opensp-1.5.2/ltmain.sh-5264-	      if test -z "$libdir"; then
##############################################
opensp-1.5.2/ltmain.sh-5272-	    for lib in $dlprefiles; do
opensp-1.5.2/ltmain.sh:5273:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh:5274:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
opensp-1.5.2/ltmain.sh-5275-	      if test -z "$libdir"; then
##############################################
opensp-1.5.2/ltmain.sh-5369-      # Aesthetically quote it.
opensp-1.5.2/ltmain.sh:5370:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-5371-      case $arg in
##############################################
opensp-1.5.2/ltmain.sh-5385-    # Aesthetically quote it.
opensp-1.5.2/ltmain.sh:5386:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-5387-    case $arg in
##############################################
opensp-1.5.2/ltmain.sh-5433-      # Aesthetically quote the argument.
opensp-1.5.2/ltmain.sh:5434:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-5435-      case $arg in
##############################################
opensp-1.5.2/ltmain.sh-5465-    # Strip any trailing slash from the destination.
opensp-1.5.2/ltmain.sh:5466:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
opensp-1.5.2/ltmain.sh-5467-
##############################################
opensp-1.5.2/ltmain.sh-5473-    else
opensp-1.5.2/ltmain.sh:5474:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-5475-      test "X$destdir" = "X$dest" && destdir=.
opensp-1.5.2/ltmain.sh:5476:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5477-
##############################################
opensp-1.5.2/ltmain.sh-5549-
opensp-1.5.2/ltmain.sh:5550:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
opensp-1.5.2/ltmain.sh-5551-	test "X$dir" = "X$file/" && dir=
##############################################
opensp-1.5.2/ltmain.sh-5555-	  # Determine the prefix the user has applied to our future dir.
opensp-1.5.2/ltmain.sh:5556:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
opensp-1.5.2/ltmain.sh-5557-
##############################################
opensp-1.5.2/ltmain.sh-5570-	    # Stick the inst_prefix_dir data into the link command.
opensp-1.5.2/ltmain.sh:5571:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
opensp-1.5.2/ltmain.sh-5572-	  else
opensp-1.5.2/ltmain.sh:5573:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
opensp-1.5.2/ltmain.sh-5574-	  fi
##############################################
opensp-1.5.2/ltmain.sh-5627-	# Install the pseudo-library for information purposes.
opensp-1.5.2/ltmain.sh:5628:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5629-	instname="$dir/$name"i
##############################################
opensp-1.5.2/ltmain.sh-5643-	else
opensp-1.5.2/ltmain.sh:5644:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5645-	  destfile="$destdir/$destfile"
##############################################
opensp-1.5.2/ltmain.sh-5650-	*.lo)
opensp-1.5.2/ltmain.sh:5651:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh-5652-	  ;;
##############################################
opensp-1.5.2/ltmain.sh-5672-	  # Deduce the name of the old-style object file.
opensp-1.5.2/ltmain.sh:5673:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
opensp-1.5.2/ltmain.sh-5674-
##############################################
opensp-1.5.2/ltmain.sh-5685-	else
opensp-1.5.2/ltmain.sh:5686:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5687-	  destfile="$destdir/$destfile"
##############################################
opensp-1.5.2/ltmain.sh-5696-	    if test ! -f "$file"; then
opensp-1.5.2/ltmain.sh:5697:	      file=`$echo $file|${SED} 's,.exe$,,'`
opensp-1.5.2/ltmain.sh-5698-	      stripped_ext=".exe"
##############################################
opensp-1.5.2/ltmain.sh-5705-	*cygwin*|*mingw*)
opensp-1.5.2/ltmain.sh:5706:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
opensp-1.5.2/ltmain.sh-5707-	    ;;
##############################################
opensp-1.5.2/ltmain.sh-5745-	    fi
opensp-1.5.2/ltmain.sh:5746:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
opensp-1.5.2/ltmain.sh-5747-	    if test -n "$libdir" && test ! -f "$libfile"; then
opensp-1.5.2/ltmain.sh:5748:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
opensp-1.5.2/ltmain.sh-5749-	      finalize=no
##############################################
opensp-1.5.2/ltmain.sh-5781-	      fi
opensp-1.5.2/ltmain.sh:5782:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5783-	      outputname="$tmpdir/$file"
opensp-1.5.2/ltmain.sh-5784-	      # Replace the output file specification.
opensp-1.5.2/ltmain.sh:5785:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
opensp-1.5.2/ltmain.sh-5786-
##############################################
opensp-1.5.2/ltmain.sh-5799-	    # Install the binary that we compiled earlier.
opensp-1.5.2/ltmain.sh:5800:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
opensp-1.5.2/ltmain.sh-5801-	  fi
##############################################
opensp-1.5.2/ltmain.sh-5815-	  *:*.exe)
opensp-1.5.2/ltmain.sh:5816:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
opensp-1.5.2/ltmain.sh-5817-	    ;;
##############################################
opensp-1.5.2/ltmain.sh-5828-    for file in $staticlibs; do
opensp-1.5.2/ltmain.sh:5829:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-5830-
##############################################
opensp-1.5.2/ltmain.sh-5985-	  # Warn if it was a shared library.
opensp-1.5.2/ltmain.sh:5986:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
opensp-1.5.2/ltmain.sh-5987-	  continue
##############################################
opensp-1.5.2/ltmain.sh-5989-
opensp-1.5.2/ltmain.sh:5990:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-5991-	test "X$dir" = "X$file" && dir=.
##############################################
opensp-1.5.2/ltmain.sh-5995-	else
opensp-1.5.2/ltmain.sh:5996:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
opensp-1.5.2/ltmain.sh-5997-	  exit $EXIT_FAILURE
##############################################
opensp-1.5.2/ltmain.sh-6002-	# Just add the directory containing the .lo file.
opensp-1.5.2/ltmain.sh:6003:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-6004-	test "X$dir" = "X$file" && dir=.
##############################################
opensp-1.5.2/ltmain.sh-6013-      # Get the absolute pathname.
opensp-1.5.2/ltmain.sh:6014:      absdir=`cd "$dir" && pwd`
opensp-1.5.2/ltmain.sh-6015-      test -n "$absdir" && dir="$absdir"
##############################################
opensp-1.5.2/ltmain.sh-6049-      # Quote arguments (to preserve shell metacharacters).
opensp-1.5.2/ltmain.sh:6050:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
opensp-1.5.2/ltmain.sh-6051-      args="$args \"$file\""
##############################################
opensp-1.5.2/ltmain.sh-6111-    for file in $files; do
opensp-1.5.2/ltmain.sh:6112:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
opensp-1.5.2/ltmain.sh-6113-      if test "X$dir" = "X$file"; then
##############################################
opensp-1.5.2/ltmain.sh-6118-      fi
opensp-1.5.2/ltmain.sh:6119:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
opensp-1.5.2/ltmain.sh-6120-      test "$mode" = uninstall && objdir="$dir"
##############################################
opensp-1.5.2/ltmain.sh-6219-	  *.exe)
opensp-1.5.2/ltmain.sh:6220:	    file=`$echo $file|${SED} 's,.exe$,,'`
opensp-1.5.2/ltmain.sh:6221:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
opensp-1.5.2/ltmain.sh-6222-	    # $file with .exe has already been added to rmfiles,
##############################################
opensp-1.5.2/ltmain.sh-6493-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
opensp-1.5.2/ltmain.sh:6494:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
opensp-1.5.2/ltmain.sh-6495-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
opensp-1.5.2/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
opensp-1.5.2/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
opensp-1.5.2/depcomp-70-
##############################################
opensp-1.5.2/depcomp-203-  # Version 6 uses the directory in both cases.
opensp-1.5.2/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
opensp-1.5.2/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
opensp-1.5.2/depcomp-214-  else
opensp-1.5.2/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
opensp-1.5.2/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
opensp-1.5.2/depcomp-228-    # Do two passes, one to just change these to
opensp-1.5.2/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
opensp-1.5.2/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
opensp-1.5.2/depcomp-269-  # Do two passes, one to just change these to
opensp-1.5.2/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
opensp-1.5.2/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
opensp-1.5.2/depcomp-284-   # Subdirectories are respected.
opensp-1.5.2/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
opensp-1.5.2/depcomp-286-   test "x$dir" = "x$object" && dir=
opensp-1.5.2/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
opensp-1.5.2/depcomp-288-
##############################################
opensp-1.5.2/depcomp-423-  done
opensp-1.5.2/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
opensp-1.5.2/depcomp-425-  touch "$tmpdepfile"
##############################################
opensp-1.5.2/pubtext/Makefile.in-64-DIST_SOURCES =
opensp-1.5.2/pubtext/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/pubtext/Makefile.in-66-am__vpath_adj = case $$p in \
opensp-1.5.2/pubtext/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/pubtext/Makefile.in-68-    *) f=$$p;; \
opensp-1.5.2/pubtext/Makefile.in-69-  esac;
opensp-1.5.2/pubtext/Makefile.in:70:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/pubtext/Makefile.in-71-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
##############################################
opensp-1.5.2/pubtext/Makefile.in-296-distdir: $(DISTFILES)
opensp-1.5.2/pubtext/Makefile.in:297:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/pubtext/Makefile.in:298:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/pubtext/Makefile.in-299-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/pubtext/Makefile.in-300-	  case $$file in \
opensp-1.5.2/pubtext/Makefile.in:301:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/pubtext/Makefile.in:302:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/pubtext/Makefile.in-303-	  esac; \
opensp-1.5.2/pubtext/Makefile.in-304-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/pubtext/Makefile.in:305:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/pubtext/Makefile.in-306-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/include/Makefile.in-65-DIST_SOURCES =
opensp-1.5.2/include/Makefile.in:66:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/include/Makefile.in-67-am__vpath_adj = case $$p in \
opensp-1.5.2/include/Makefile.in:68:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/include/Makefile.in-69-    *) f=$$p;; \
opensp-1.5.2/include/Makefile.in-70-  esac;
opensp-1.5.2/include/Makefile.in:71:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/include/Makefile.in-72-am__installdirs = "$(DESTDIR)$(pkgincludedir)"
##############################################
opensp-1.5.2/include/Makefile.in-358-GTAGS:
opensp-1.5.2/include/Makefile.in:359:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/include/Makefile.in-360-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/include/Makefile.in-366-distdir: $(DISTFILES)
opensp-1.5.2/include/Makefile.in:367:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/include/Makefile.in:368:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/include/Makefile.in-369-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/include/Makefile.in-370-	  case $$file in \
opensp-1.5.2/include/Makefile.in:371:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/include/Makefile.in:372:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/include/Makefile.in-373-	  esac; \
opensp-1.5.2/include/Makefile.in-374-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/include/Makefile.in:375:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/include/Makefile.in-376-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/po/Makefile.in.in-68-.po.gmo:
opensp-1.5.2/po/Makefile.in.in:69:	@lang=`echo $* | sed -e 's,.*/,,'`; \
opensp-1.5.2/po/Makefile.in.in-70-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
opensp-1.5.2/po/Makefile.in.in-144-$(POFILES): $(srcdir)/$(DOMAIN).pot
opensp-1.5.2/po/Makefile.in.in:145:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
opensp-1.5.2/po/Makefile.in.in-146-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
opensp-1.5.2/po/Makefile.in.in-174-	for cat in $$catalogs; do \
opensp-1.5.2/po/Makefile.in.in:175:	  cat=`basename $$cat`; \
opensp-1.5.2/po/Makefile.in.in:176:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
opensp-1.5.2/po/Makefile.in.in-177-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
opensp-1.5.2/po/Makefile.in.in-184-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
opensp-1.5.2/po/Makefile.in.in:185:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
opensp-1.5.2/po/Makefile.in.in-186-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
opensp-1.5.2/po/Makefile.in.in-226-	for cat in $$catalogs; do \
opensp-1.5.2/po/Makefile.in.in:227:	  cat=`basename $$cat`; \
opensp-1.5.2/po/Makefile.in.in:228:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
opensp-1.5.2/po/Makefile.in.in-229-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
opensp-1.5.2/po/Makefile.in.in-233-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
opensp-1.5.2/po/Makefile.in.in:234:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
opensp-1.5.2/po/Makefile.in.in-235-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
opensp-1.5.2/po/Makefile.in.in-272-	for cat in $$catalogs; do \
opensp-1.5.2/po/Makefile.in.in:273:	  cat=`basename $$cat`; \
opensp-1.5.2/po/Makefile.in.in:274:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
opensp-1.5.2/po/Makefile.in.in-275-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
opensp-1.5.2/po/Makefile.in.in-337-.nop.po-create:
opensp-1.5.2/po/Makefile.in.in:338:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
opensp-1.5.2/po/Makefile.in.in-339-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
opensp-1.5.2/po/Makefile.in.in-344-.nop.po-update:
opensp-1.5.2/po/Makefile.in.in:345:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
opensp-1.5.2/po/Makefile.in.in-346-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
opensp-1.5.2/po/Rules-quot-15-.insert-header.po-update-en:
opensp-1.5.2/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
opensp-1.5.2/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
opensp-1.5.2/po/Rules-quot-18-	tmpdir=`pwd`; \
opensp-1.5.2/po/Rules-quot-19-	echo "$$lang:"; \
opensp-1.5.2/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
opensp-1.5.2/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
opensp-1.5.2/po/Rules-quot-22-	cd $(srcdir); \
opensp-1.5.2/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
opensp-1.5.2/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
opensp-1.5.2/configure-44-do
opensp-1.5.2/configure:45:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
opensp-1.5.2/configure-46-    eval $as_var=C; export $as_var
##############################################
opensp-1.5.2/configure-102-  as_lineno_2=$LINENO
opensp-1.5.2/configure:103:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
opensp-1.5.2/configure-104-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
opensp-1.5.2/configure-141-  as_lineno_2=$LINENO
opensp-1.5.2/configure:142:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
opensp-1.5.2/configure-143-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
opensp-1.5.2/configure-251-  # Remove one level of quotation (which was required for Make).
opensp-1.5.2/configure:252:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
opensp-1.5.2/configure-253-  ;;
##############################################
opensp-1.5.2/configure-262-  :
opensp-1.5.2/configure:263:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
opensp-1.5.2/configure-264-  # Yippee, $echo works!
##############################################
opensp-1.5.2/configure-288-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
opensp-1.5.2/configure:289:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
opensp-1.5.2/configure:290:       echo_test_string=`eval $cmd` &&
opensp-1.5.2/configure-291-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
opensp-1.5.2/configure-297-
opensp-1.5.2/configure:298:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/configure:299:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-300-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-312-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
opensp-1.5.2/configure:313:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/configure:314:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-315-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-324-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/configure:325:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-326-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-339-      echo='printf %s\n'
opensp-1.5.2/configure:340:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/configure:341:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-342-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-344-	:
opensp-1.5.2/configure:345:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
opensp-1.5.2/configure-346-	   test "X$echo_testing_string" = 'X\t' &&
opensp-1.5.2/configure:347:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-348-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-353-	echo="$CONFIG_SHELL $0 --fallback-echo"
opensp-1.5.2/configure:354:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
opensp-1.5.2/configure-355-	   test "X$echo_testing_string" = 'X\t' &&
opensp-1.5.2/configure:356:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/configure-357-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/configure-363-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
opensp-1.5.2/configure:364:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
opensp-1.5.2/configure-365-	  then
##############################################
opensp-1.5.2/configure-371-	if test "$prev" != 'sed 50q "$0"'; then
opensp-1.5.2/configure:372:	  echo_test_string=`eval $prev`
opensp-1.5.2/configure-373-	  export echo_test_string
##############################################
opensp-1.5.2/configure-517-
opensp-1.5.2/configure:518:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
opensp-1.5.2/configure-519-
##############################################
opensp-1.5.2/configure-550-  -disable-* | --disable-*)
opensp-1.5.2/configure:551:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
opensp-1.5.2/configure-552-    # Reject names that are not valid shell variable names.
##############################################
opensp-1.5.2/configure-555-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:556:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
opensp-1.5.2/configure-557-    eval "enable_$ac_feature=no" ;;
##############################################
opensp-1.5.2/configure-559-  -enable-* | --enable-*)
opensp-1.5.2/configure:560:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
opensp-1.5.2/configure-561-    # Reject names that are not valid shell variable names.
##############################################
opensp-1.5.2/configure-564-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:565:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
opensp-1.5.2/configure-566-    case $ac_option in
opensp-1.5.2/configure:567:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
opensp-1.5.2/configure-568-      *) ac_optarg=yes ;;
##############################################
opensp-1.5.2/configure-741-  -with-* | --with-*)
opensp-1.5.2/configure:742:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
opensp-1.5.2/configure-743-    # Reject names that are not valid shell variable names.
##############################################
opensp-1.5.2/configure-746-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:747:    ac_package=`echo $ac_package| sed 's/-/_/g'`
opensp-1.5.2/configure-748-    case $ac_option in
opensp-1.5.2/configure:749:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
opensp-1.5.2/configure-750-      *) ac_optarg=yes ;;
##############################################
opensp-1.5.2/configure-754-  -without-* | --without-*)
opensp-1.5.2/configure:755:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
opensp-1.5.2/configure-756-    # Reject names that are not valid shell variable names.
##############################################
opensp-1.5.2/configure-759-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:760:    ac_package=`echo $ac_package | sed 's/-/_/g'`
opensp-1.5.2/configure-761-    eval "with_$ac_package=no" ;;
##############################################
opensp-1.5.2/configure-786-  *=*)
opensp-1.5.2/configure:787:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
opensp-1.5.2/configure-788-    # Reject names that are not valid shell variable names.
##############################################
opensp-1.5.2/configure-791-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:792:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
opensp-1.5.2/configure-793-    eval "$ac_envvar='$ac_optarg'"
##############################################
opensp-1.5.2/configure-807-if test -n "$ac_prev"; then
opensp-1.5.2/configure:808:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
opensp-1.5.2/configure-809-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
opensp-1.5.2/configure-815-do
opensp-1.5.2/configure:816:  eval ac_val=$`echo $ac_var`
opensp-1.5.2/configure-817-  case $ac_val in
##############################################
opensp-1.5.2/configure-827-do
opensp-1.5.2/configure:828:  eval ac_val=$`echo $ac_var`
opensp-1.5.2/configure-829-  case $ac_val in
##############################################
opensp-1.5.2/configure-894-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:895:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
opensp-1.5.2/configure-896-ac_env_build_alias_set=${build_alias+set}
##############################################
opensp-1.5.2/configure-985-By default, \`make install' will install all the files in
opensp-1.5.2/configure:986:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
opensp-1.5.2/configure:987:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
opensp-1.5.2/configure-988-for instance \`--prefix=\$HOME'.
##############################################
opensp-1.5.2/configure-1093-if test "$ac_dir" != .; then
opensp-1.5.2/configure:1094:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
opensp-1.5.2/configure-1095-  # A "../" for each directory in $ac_dir_suffix.
opensp-1.5.2/configure:1096:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
opensp-1.5.2/configure-1097-else
##############################################
opensp-1.5.2/configure-1106-    else
opensp-1.5.2/configure:1107:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
opensp-1.5.2/configure-1108-    fi ;;
##############################################
opensp-1.5.2/configure-1260-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
opensp-1.5.2/configure:1261:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
opensp-1.5.2/configure-1262-    esac
##############################################
opensp-1.5.2/configure-1332-    do
opensp-1.5.2/configure:1333:      eval ac_val=$`echo $ac_var`
opensp-1.5.2/configure-1334-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
opensp-1.5.2/configure-1346-      do
opensp-1.5.2/configure:1347:	eval ac_val=$`echo $ac_var`
opensp-1.5.2/configure-1348-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
opensp-1.5.2/configure-1453-    set,)
opensp-1.5.2/configure:1454:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
opensp-1.5.2/configure:1455:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
opensp-1.5.2/configure-1456-      ac_cache_corrupted=: ;;
##############################################
opensp-1.5.2/configure-1476-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
opensp-1.5.2/configure:1477:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
opensp-1.5.2/configure-1478-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
opensp-1.5.2/configure-1634-if (
opensp-1.5.2/configure:1635:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
opensp-1.5.2/configure-1636-   if test "$*" = "X"; then
opensp-1.5.2/configure-1637-      # -L didn't work.
opensp-1.5.2/configure:1638:      set X `ls -t $srcdir/configure conftest.file`
opensp-1.5.2/configure-1639-   fi
##############################################
opensp-1.5.2/configure-1678-_ACEOF
opensp-1.5.2/configure:1679:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
opensp-1.5.2/configure-1680-rm conftest.sed
##############################################
opensp-1.5.2/configure-1682-# expand $ac_aux_dir to an absolute path
opensp-1.5.2/configure:1683:am_aux_dir=`cd $ac_aux_dir && pwd`
opensp-1.5.2/configure-1684-
##############################################
opensp-1.5.2/configure-1769-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
opensp-1.5.2/configure:1770:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
opensp-1.5.2/configure-1771-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
opensp-1.5.2/configure-1778-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
opensp-1.5.2/configure:1779:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
opensp-1.5.2/configure-1780-if test -n "$ac_maketemp"; then
##############################################
opensp-1.5.2/configure-1786-fi
opensp-1.5.2/configure:1787:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
opensp-1.5.2/configure-1788-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
opensp-1.5.2/configure-1806-# test to see if srcdir already configured
opensp-1.5.2/configure:1807:if test "`cd $srcdir && pwd`" != "`pwd`" &&
opensp-1.5.2/configure-1808-   test -f $srcdir/config.status; then
##############################################
opensp-1.5.2/configure-1984-if (
opensp-1.5.2/configure:1985:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
opensp-1.5.2/configure-1986-   if test "$*" = "X"; then
opensp-1.5.2/configure-1987-      # -L didn't work.
opensp-1.5.2/configure:1988:      set X `ls -t $srcdir/configure conftest.file`
opensp-1.5.2/configure-1989-   fi
##############################################
opensp-1.5.2/configure-2424-     "checking for C compiler version" >&5
opensp-1.5.2/configure:2425:ac_compiler=`set X $ac_compile; echo $2`
opensp-1.5.2/configure-2426-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
opensp-1.5.2/configure-2463-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
opensp-1.5.2/configure:2464:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
opensp-1.5.2/configure-2465-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
opensp-1.5.2/configure-2491-    *.* )
opensp-1.5.2/configure:2492:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
opensp-1.5.2/configure-2493-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
opensp-1.5.2/configure-2571-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
opensp-1.5.2/configure:2572:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
opensp-1.5.2/configure-2573-	  export ac_cv_exeext
##############################################
opensp-1.5.2/configure-2621-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
opensp-1.5.2/configure:2622:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
opensp-1.5.2/configure-2623-       break;;
##############################################
opensp-1.5.2/configure-2700-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
opensp-1.5.2/configure:2701:GCC=`test $ac_compiler_gnu = yes && echo yes`
opensp-1.5.2/configure-2702-ac_test_CFLAGS=${CFLAGS+set}
##############################################
opensp-1.5.2/configure-3059-# case it prints its new name instead of `make'.
opensp-1.5.2/configure:3060:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
opensp-1.5.2/configure-3061-   am__include=include
##############################################
opensp-1.5.2/configure-3067-   echo '.include "confinc"' > confmf
opensp-1.5.2/configure:3068:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
opensp-1.5.2/configure-3069-      am__include=.include
##############################################
opensp-1.5.2/configure-3129-  if test "$am_compiler_list" = ""; then
opensp-1.5.2/configure:3130:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
opensp-1.5.2/configure-3131-  fi
##############################################
opensp-1.5.2/configure-3540-     "checking for C++ compiler version" >&5
opensp-1.5.2/configure:3541:ac_compiler=`set X $ac_compile; echo $2`
opensp-1.5.2/configure-3542-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
opensp-1.5.2/configure-3615-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
opensp-1.5.2/configure:3616:GXX=`test $ac_compiler_gnu = yes && echo yes`
opensp-1.5.2/configure-3617-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
opensp-1.5.2/configure-3827-  if test "$am_compiler_list" = ""; then
opensp-1.5.2/configure:3828:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
opensp-1.5.2/configure-3829-  fi
##############################################
opensp-1.5.2/configure-4230-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
opensp-1.5.2/configure:4231:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
opensp-1.5.2/configure-4232-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
opensp-1.5.2/configure-4239-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
opensp-1.5.2/configure:4240:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
opensp-1.5.2/configure-4241-if test -n "$ac_maketemp"; then
##############################################
opensp-1.5.2/configure-4247-fi
opensp-1.5.2/configure:4248:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
opensp-1.5.2/configure-4249-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
opensp-1.5.2/configure-4387-test -z "$ac_cv_build_alias" &&
opensp-1.5.2/configure:4388:  ac_cv_build_alias=`$ac_config_guess`
opensp-1.5.2/configure-4389-test -z "$ac_cv_build_alias" &&
##############################################
opensp-1.5.2/configure-4392-   { (exit 1); exit 1; }; }
opensp-1.5.2/configure:4393:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
opensp-1.5.2/configure-4394-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
opensp-1.5.2/configure-4401-build=$ac_cv_build
opensp-1.5.2/configure:4402:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
opensp-1.5.2/configure:4403:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
opensp-1.5.2/configure:4404:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
opensp-1.5.2/configure-4405-
##############################################
opensp-1.5.2/configure-4414-  ac_cv_host_alias=$ac_cv_build_alias
opensp-1.5.2/configure:4415:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
opensp-1.5.2/configure-4416-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
opensp-1.5.2/configure-4423-host=$ac_cv_host
opensp-1.5.2/configure:4424:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
opensp-1.5.2/configure:4425:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
opensp-1.5.2/configure:4426:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
opensp-1.5.2/configure-4427-
##############################################
opensp-1.5.2/configure-4471-    test $lt_ac_count -gt 10 && break
opensp-1.5.2/configure:4472:    lt_ac_count=`expr $lt_ac_count + 1`
opensp-1.5.2/configure-4473-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
opensp-1.5.2/configure-4516-    # gcc leaves a trailing carriage return which upsets mingw
opensp-1.5.2/configure:4517:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
opensp-1.5.2/configure-4518-  *)
opensp-1.5.2/configure:4519:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
opensp-1.5.2/configure-4520-  esac
##############################################
opensp-1.5.2/configure-4525-      # Canonicalize the pathname of ld
opensp-1.5.2/configure:4526:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
opensp-1.5.2/configure-4527-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
opensp-1.5.2/configure:4528:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
opensp-1.5.2/configure-4529-      done
##############################################
opensp-1.5.2/configure-4560-      # Break only if it was the GNU/non-GNU ld that we prefer.
opensp-1.5.2/configure:4561:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
opensp-1.5.2/configure-4562-      *GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-4593-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
opensp-1.5.2/configure:4594:case `$LD -v 2>&1 </dev/null` in
opensp-1.5.2/configure-4595-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-4651-      # Tru64's nm complains that /dev/null is an invalid object file
opensp-1.5.2/configure:4652:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
opensp-1.5.2/configure-4653-      */dev/null* | *'Invalid file or object type'*)
##############################################
opensp-1.5.2/configure-4657-      *)
opensp-1.5.2/configure:4658:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
opensp-1.5.2/configure-4659-	*/dev/null*)
##############################################
opensp-1.5.2/configure-4801-openbsd*)
opensp-1.5.2/configure:4802:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-4803-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
opensp-1.5.2/configure-4884-  (exit $ac_status); }; then
opensp-1.5.2/configure:4885:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-4886-    *ELF-32*)
##############################################
opensp-1.5.2/configure-4904-   if test "$lt_cv_prog_gnu_ld" = yes; then
opensp-1.5.2/configure:4905:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-4906-    *32-bit*)
##############################################
opensp-1.5.2/configure-4916-   else
opensp-1.5.2/configure:4917:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-4918-    *32-bit*)
##############################################
opensp-1.5.2/configure-5239-do
opensp-1.5.2/configure:5240:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-5241-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
opensp-1.5.2/configure-5286-fi
opensp-1.5.2/configure:5287:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:5288:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure:5289:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-5290-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:5291:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-5292-_ACEOF
##############################################
opensp-1.5.2/configure-5301-do
opensp-1.5.2/configure:5302:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-5303-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-5308-fi
opensp-1.5.2/configure:5309:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:5310:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-5311-else
##############################################
opensp-1.5.2/configure-5435-fi
opensp-1.5.2/configure:5436:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:5437:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-5438-
opensp-1.5.2/configure-5439-fi
opensp-1.5.2/configure:5440:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-5441-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:5442:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-5443-_ACEOF
##############################################
opensp-1.5.2/configure-5780-     "checking for Fortran 77 compiler version" >&5
opensp-1.5.2/configure:5781:ac_compiler=`set X $ac_compile; echo $2`
opensp-1.5.2/configure-5782-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
opensp-1.5.2/configure-5915-
opensp-1.5.2/configure:5916:G77=`test $ac_compiler_gnu = yes && echo yes`
opensp-1.5.2/configure-5917-ac_ext=c
##############################################
opensp-1.5.2/configure-5978-    # And add a safety zone
opensp-1.5.2/configure:5979:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
opensp-1.5.2/configure:5980:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
opensp-1.5.2/configure-5981-    ;;
##############################################
opensp-1.5.2/configure-5999-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
opensp-1.5.2/configure:6000:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
opensp-1.5.2/configure-6001-	       = "XX$teststring") >/dev/null 2>&1 &&
opensp-1.5.2/configure:6002:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
opensp-1.5.2/configure-6003-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
opensp-1.5.2/configure-6005-    do
opensp-1.5.2/configure:6006:      i=`expr $i + 1`
opensp-1.5.2/configure-6007-      teststring=$teststring$teststring
##############################################
opensp-1.5.2/configure-6012-    # It appears as though 1/2 is a usable value.
opensp-1.5.2/configure:6013:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
opensp-1.5.2/configure-6014-    ;;
##############################################
opensp-1.5.2/configure-6096-# If we're using GNU nm, then use its standard symbol codes.
opensp-1.5.2/configure:6097:case `$NM -V 2>&1` in
opensp-1.5.2/configure-6098-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-6583-done
opensp-1.5.2/configure:6584:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-6585-
##############################################
opensp-1.5.2/configure-6611-	"file_magic "*)
opensp-1.5.2/configure:6612:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
opensp-1.5.2/configure-6613-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
opensp-1.5.2/configure-6673-	"file_magic "*)
opensp-1.5.2/configure:6674:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
opensp-1.5.2/configure-6675-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
opensp-1.5.2/configure-6798-if test -n "$lt_prog_cc_shlib"; then
opensp-1.5.2/configure:6799:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
opensp-1.5.2/configure:6800:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
opensp-1.5.2/configure-6801-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
opensp-1.5.2/configure-7244-  if test "$hard_links" = no; then
opensp-1.5.2/configure:7245:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
opensp-1.5.2/configure:7246:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
opensp-1.5.2/configure-7247-    need_locks=warn
##############################################
opensp-1.5.2/configure-7300-done
opensp-1.5.2/configure:7301:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-7302-
##############################################
opensp-1.5.2/configure-7334-    supports_anon_versioning=no
opensp-1.5.2/configure:7335:    case `$LD -v 2>/dev/null` in
opensp-1.5.2/configure-7336-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
opensp-1.5.2/configure-7398-	# is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/configure:7399:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/configure-7400-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/configure-7415-	pgcc*)				# Portland Group C compiler
opensp-1.5.2/configure:7416:	  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'
opensp-1.5.2/configure-7417-	  tmp_addflag=' $pic_flag'
##############################################
opensp-1.5.2/configure-7419-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
opensp-1.5.2/configure:7420:	  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'
opensp-1.5.2/configure-7421-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
opensp-1.5.2/configure-7560-	# below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/configure:7561:	  collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/configure-7562-	  if test -f "$collect2name" && \
##############################################
opensp-1.5.2/configure-7657-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
opensp-1.5.2/configure:7658:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/configure-7659-       else
##############################################
opensp-1.5.2/configure-7757-      # FIXME: Setting linknames here is a bad hack.
opensp-1.5.2/configure:7758:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
opensp-1.5.2/configure-7759-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
opensp-1.5.2/configure-7762-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
opensp-1.5.2/configure:7763:      fix_srcfile_path='`cygpath -w "$srcfile"`'
opensp-1.5.2/configure-7764-      enable_shared_with_static_runtimes=yes
##############################################
opensp-1.5.2/configure-7803-         output_verbose_link_cmd='echo'
opensp-1.5.2/configure:7804:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
opensp-1.5.2/configure-7805-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/configure-7923-      if test "$GCC" = yes; then
opensp-1.5.2/configure:7924:	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'
opensp-1.5.2/configure-7925-      else
opensp-1.5.2/configure:7926:	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'
opensp-1.5.2/configure-7927-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
opensp-1.5.2/configure-7955-      hardcode_shlibpath_var=no
opensp-1.5.2/configure:7956:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-7957-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
opensp-1.5.2/configure-7985-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:7986:	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'
opensp-1.5.2/configure-7987-      else
opensp-1.5.2/configure-7988-	allow_undefined_flag=' -expect_unresolved \*'
opensp-1.5.2/configure:7989:	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'
opensp-1.5.2/configure-7990-      fi
##############################################
opensp-1.5.2/configure-7997-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:7998:	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'
opensp-1.5.2/configure-7999-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
opensp-1.5.2/configure-8001-	allow_undefined_flag=' -expect_unresolved \*'
opensp-1.5.2/configure:8002:	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'
opensp-1.5.2/configure:8003:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
opensp-1.5.2/configure:8004:	$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'
opensp-1.5.2/configure-8005-
##############################################
opensp-1.5.2/configure-8046- 	*)
opensp-1.5.2/configure:8047: 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
opensp-1.5.2/configure-8048- 	esac ;;
##############################################
opensp-1.5.2/configure-8235-if test "$GCC" = yes; then
opensp-1.5.2/configure:8236:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-8237-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
opensp-1.5.2/configure-8241-    # okay in the real world where ";" in dirpaths is itself problematic.
opensp-1.5.2/configure:8242:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-8243-  else
opensp-1.5.2/configure:8244:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-8245-  fi
##############################################
opensp-1.5.2/configure-8312-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
opensp-1.5.2/configure:8313:  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'
opensp-1.5.2/configure-8314-  ;;
##############################################
opensp-1.5.2/configure-8345-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
opensp-1.5.2/configure:8346:    postinstall_cmds='base_file=`basename \${file}`~
opensp-1.5.2/configure:8347:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
opensp-1.5.2/configure:8348:      dldir=$destdir/`dirname \$dlpath`~
opensp-1.5.2/configure-8349-      test -d \$dldir || mkdir -p \$dldir~
##############################################
opensp-1.5.2/configure-8351-      chmod a+x \$dldir/$dlname'
opensp-1.5.2/configure:8352:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
opensp-1.5.2/configure-8353-      dlpath=$dir/\$dldll~
##############################################
opensp-1.5.2/configure-8359-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
opensp-1.5.2/configure:8360:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-8361-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
opensp-1.5.2/configure-8364-      # MinGW DLLs use traditional 'lib' prefix
opensp-1.5.2/configure:8365:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure:8366:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-8367-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
opensp-1.5.2/configure-8373-        # which wouldn't understand a cygwinified path. Ahh.
opensp-1.5.2/configure:8374:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-8375-      else
opensp-1.5.2/configure:8376:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-8377-      fi
##############################################
opensp-1.5.2/configure-8380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
opensp-1.5.2/configure:8381:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-8382-      ;;
##############################################
opensp-1.5.2/configure-8386-  *)
opensp-1.5.2/configure:8387:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
opensp-1.5.2/configure-8388-    ;;
##############################################
opensp-1.5.2/configure-8403-  shlibpath_var=DYLD_LIBRARY_PATH
opensp-1.5.2/configure:8404:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
opensp-1.5.2/configure-8405-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
opensp-1.5.2/configure-8406-  if test "$GCC" = yes; then
opensp-1.5.2/configure:8407:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
opensp-1.5.2/configure-8408-  else
##############################################
opensp-1.5.2/configure-8600-  (exit $ac_status); }; then
opensp-1.5.2/configure:8601:      case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-8602-      *64-bit*)
##############################################
opensp-1.5.2/configure-8613-  if test -f /etc/ld.so.conf; then
opensp-1.5.2/configure:8614:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
opensp-1.5.2/configure-8615-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
opensp-1.5.2/configure-8684-  shlibpath_var=LD_LIBRARY_PATH
opensp-1.5.2/configure:8685:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-8686-    case $host_os in
##############################################
opensp-1.5.2/configure-9780-      # Double-quote double-evaled strings.
opensp-1.5.2/configure:9781:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/configure-9782-      ;;
opensp-1.5.2/configure-9783-    *)
opensp-1.5.2/configure:9784:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/configure-9785-      ;;
##############################################
opensp-1.5.2/configure-9790-  *'\$0 --fallback-echo"')
opensp-1.5.2/configure:9791:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
opensp-1.5.2/configure-9792-    ;;
##############################################
opensp-1.5.2/configure-9803-
opensp-1.5.2/configure:9804:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
opensp-1.5.2/configure-9805-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
opensp-1.5.2/configure-10179-  # libtool script then.
opensp-1.5.2/configure:10180:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/configure-10181-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/configure-10208-  if test -z "$LTCC"; then
opensp-1.5.2/configure:10209:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
opensp-1.5.2/configure-10210-    if test -z "$LTCC"; then
##############################################
opensp-1.5.2/configure-10213-    else
opensp-1.5.2/configure:10214:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
opensp-1.5.2/configure:10215:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
opensp-1.5.2/configure-10216-    fi
##############################################
opensp-1.5.2/configure-10220-  # Note that this assumes the entire list is on one line.
opensp-1.5.2/configure:10221:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
opensp-1.5.2/configure-10222-
##############################################
opensp-1.5.2/configure-10226-    # Check whether tagname contains only valid characters
opensp-1.5.2/configure:10227:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
opensp-1.5.2/configure-10228-    "") ;;
##############################################
opensp-1.5.2/configure-10350-done
opensp-1.5.2/configure:10351:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-10352-
##############################################
opensp-1.5.2/configure-10380-    # gcc leaves a trailing carriage return which upsets mingw
opensp-1.5.2/configure:10381:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
opensp-1.5.2/configure-10382-  *)
opensp-1.5.2/configure:10383:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
opensp-1.5.2/configure-10384-  esac
##############################################
opensp-1.5.2/configure-10389-      # Canonicalize the pathname of ld
opensp-1.5.2/configure:10390:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
opensp-1.5.2/configure-10391-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
opensp-1.5.2/configure:10392:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
opensp-1.5.2/configure-10393-      done
##############################################
opensp-1.5.2/configure-10424-      # Break only if it was the GNU/non-GNU ld that we prefer.
opensp-1.5.2/configure:10425:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
opensp-1.5.2/configure-10426-      *GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-10457-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
opensp-1.5.2/configure:10458:case `$LD -v 2>&1 </dev/null` in
opensp-1.5.2/configure-10459-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-10487-    # ancient GNU ld didn't support --whole-archive et. al.
opensp-1.5.2/configure:10488:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
opensp-1.5.2/configure-10489-	grep 'no-whole-archive' > /dev/null; then
##############################################
opensp-1.5.2/configure-10568-      # below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/configure:10569:	collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/configure-10570-	if test -f "$collect2name" && \
##############################################
opensp-1.5.2/configure-10666-
opensp-1.5.2/configure:10667:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/configure-10668-     else
##############################################
opensp-1.5.2/configure-10763-      # is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/configure:10764:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/configure-10765-	cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/configure-10824-         output_verbose_link_cmd='echo'
opensp-1.5.2/configure:10825:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
opensp-1.5.2/configure-10826-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/configure-10892-      # dependencies.
opensp-1.5.2/configure:10893:      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'
opensp-1.5.2/configure-10894-      ;;
##############################################
opensp-1.5.2/configure-10964-	# dependencies.
opensp-1.5.2/configure:10965:	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'
opensp-1.5.2/configure-10966-	;;
##############################################
opensp-1.5.2/configure-10989-	# SGI C++
opensp-1.5.2/configure:10990:	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'
opensp-1.5.2/configure-10991-
##############################################
opensp-1.5.2/configure-11000-	  if test "$with_gnu_ld" = no; then
opensp-1.5.2/configure:11001:	    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'
opensp-1.5.2/configure-11002-	  else
opensp-1.5.2/configure:11003:	    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'
opensp-1.5.2/configure-11004-	  fi
##############################################
opensp-1.5.2/configure-11019-	# to its proper name (with version) after linking.
opensp-1.5.2/configure:11020:	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'
opensp-1.5.2/configure:11021:	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'
opensp-1.5.2/configure-11022-	# Commands to make compiler produce verbose output that lists
##############################################
opensp-1.5.2/configure-11029-	# dependencies.
opensp-1.5.2/configure:11030:	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'
opensp-1.5.2/configure-11031-
##############################################
opensp-1.5.2/configure-11044-	# earlier do not add the objects themselves.
opensp-1.5.2/configure:11045:	case `$CC -V 2>&1` in
opensp-1.5.2/configure-11046-	*"Version 7."*)
##############################################
opensp-1.5.2/configure-11070-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
opensp-1.5.2/configure:11071:	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'
opensp-1.5.2/configure-11072-        ;;
##############################################
opensp-1.5.2/configure-11089-	# dependencies.
opensp-1.5.2/configure:11090:	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'
opensp-1.5.2/configure-11091-	;;
##############################################
opensp-1.5.2/configure-11133-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
opensp-1.5.2/configure:11134:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-11135-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
opensp-1.5.2/configure-11148-	# to its proper name (with version) after linking.
opensp-1.5.2/configure:11149:	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'
opensp-1.5.2/configure-11150-
##############################################
opensp-1.5.2/configure-11165-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:11166:	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'
opensp-1.5.2/configure-11167-
##############################################
opensp-1.5.2/configure-11178-	# dependencies.
opensp-1.5.2/configure:11179:	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'
opensp-1.5.2/configure-11180-	;;
##############################################
opensp-1.5.2/configure-11183-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:11184:	  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'
opensp-1.5.2/configure-11185-
##############################################
opensp-1.5.2/configure-11208-	# to its proper name (with version) after linking.
opensp-1.5.2/configure:11209:	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'
opensp-1.5.2/configure-11210-
##############################################
opensp-1.5.2/configure-11224-	allow_undefined_flag_CXX=' -expect_unresolved \*'
opensp-1.5.2/configure:11225:	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'
opensp-1.5.2/configure:11226:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
opensp-1.5.2/configure-11227-	  echo "-hidden">> $lib.exp~
opensp-1.5.2/configure:11228:	  $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~
opensp-1.5.2/configure-11229-	  $rm $lib.exp'
##############################################
opensp-1.5.2/configure-11241-	# dependencies.
opensp-1.5.2/configure:11242:	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'
opensp-1.5.2/configure-11243-	;;
##############################################
opensp-1.5.2/configure-11246-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:11247:	 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'
opensp-1.5.2/configure-11248-
##############################################
opensp-1.5.2/configure-11321-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
opensp-1.5.2/configure:11322:	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
opensp-1.5.2/configure-11323-	    ;;
##############################################
opensp-1.5.2/configure-11430-  # eval without this substitution.
opensp-1.5.2/configure:11431:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
opensp-1.5.2/configure-11432-
opensp-1.5.2/configure:11433:  for p in `eval $output_verbose_link_cmd`; do
opensp-1.5.2/configure-11434-    case $p in
##############################################
opensp-1.5.2/configure-11928-  if test "$hard_links" = no; then
opensp-1.5.2/configure:11929:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
opensp-1.5.2/configure:11930:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
opensp-1.5.2/configure-11931-    need_locks=warn
##############################################
opensp-1.5.2/configure-12048-if test "$GCC" = yes; then
opensp-1.5.2/configure:12049:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-12050-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
opensp-1.5.2/configure-12054-    # okay in the real world where ";" in dirpaths is itself problematic.
opensp-1.5.2/configure:12055:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-12056-  else
opensp-1.5.2/configure:12057:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-12058-  fi
##############################################
opensp-1.5.2/configure-12125-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
opensp-1.5.2/configure:12126:  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'
opensp-1.5.2/configure-12127-  ;;
##############################################
opensp-1.5.2/configure-12158-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
opensp-1.5.2/configure:12159:    postinstall_cmds='base_file=`basename \${file}`~
opensp-1.5.2/configure:12160:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
opensp-1.5.2/configure:12161:      dldir=$destdir/`dirname \$dlpath`~
opensp-1.5.2/configure-12162-      test -d \$dldir || mkdir -p \$dldir~
##############################################
opensp-1.5.2/configure-12164-      chmod a+x \$dldir/$dlname'
opensp-1.5.2/configure:12165:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
opensp-1.5.2/configure-12166-      dlpath=$dir/\$dldll~
##############################################
opensp-1.5.2/configure-12172-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
opensp-1.5.2/configure:12173:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-12174-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
opensp-1.5.2/configure-12177-      # MinGW DLLs use traditional 'lib' prefix
opensp-1.5.2/configure:12178:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure:12179:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-12180-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
opensp-1.5.2/configure-12186-        # which wouldn't understand a cygwinified path. Ahh.
opensp-1.5.2/configure:12187:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-12188-      else
opensp-1.5.2/configure:12189:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-12190-      fi
##############################################
opensp-1.5.2/configure-12193-      # pw32 DLLs use 'pw' prefix rather than 'lib'
opensp-1.5.2/configure:12194:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-12195-      ;;
##############################################
opensp-1.5.2/configure-12199-  *)
opensp-1.5.2/configure:12200:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
opensp-1.5.2/configure-12201-    ;;
##############################################
opensp-1.5.2/configure-12216-  shlibpath_var=DYLD_LIBRARY_PATH
opensp-1.5.2/configure:12217:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
opensp-1.5.2/configure-12218-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
opensp-1.5.2/configure-12219-  if test "$GCC" = yes; then
opensp-1.5.2/configure:12220:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
opensp-1.5.2/configure-12221-  else
##############################################
opensp-1.5.2/configure-12413-  (exit $ac_status); }; then
opensp-1.5.2/configure:12414:      case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-12415-      *64-bit*)
##############################################
opensp-1.5.2/configure-12426-  if test -f /etc/ld.so.conf; then
opensp-1.5.2/configure:12427:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
opensp-1.5.2/configure-12428-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
opensp-1.5.2/configure-12497-  shlibpath_var=LD_LIBRARY_PATH
opensp-1.5.2/configure:12498:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-12499-    case $host_os in
##############################################
opensp-1.5.2/configure-13556-      # Double-quote double-evaled strings.
opensp-1.5.2/configure:13557:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/configure-13558-      ;;
opensp-1.5.2/configure-13559-    *)
opensp-1.5.2/configure:13560:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/configure-13561-      ;;
##############################################
opensp-1.5.2/configure-13566-  *'\$0 --fallback-echo"')
opensp-1.5.2/configure:13567:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
opensp-1.5.2/configure-13568-    ;;
##############################################
opensp-1.5.2/configure-13882-  # libtool script then.
opensp-1.5.2/configure:13883:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/configure-13884-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/configure-13988-done
opensp-1.5.2/configure:13989:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-13990-
##############################################
opensp-1.5.2/configure-14371-  if test "$hard_links" = no; then
opensp-1.5.2/configure:14372:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
opensp-1.5.2/configure:14373:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
opensp-1.5.2/configure-14374-    need_locks=warn
##############################################
opensp-1.5.2/configure-14427-done
opensp-1.5.2/configure:14428:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-14429-
##############################################
opensp-1.5.2/configure-14461-    supports_anon_versioning=no
opensp-1.5.2/configure:14462:    case `$LD -v 2>/dev/null` in
opensp-1.5.2/configure-14463-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
opensp-1.5.2/configure-14525-	# is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/configure:14526:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/configure-14527-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/configure-14542-	pgcc*)				# Portland Group C compiler
opensp-1.5.2/configure:14543:	  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'
opensp-1.5.2/configure-14544-	  tmp_addflag=' $pic_flag'
##############################################
opensp-1.5.2/configure-14546-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
opensp-1.5.2/configure:14547:	  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'
opensp-1.5.2/configure-14548-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
opensp-1.5.2/configure-14687-	# below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/configure:14688:	  collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/configure-14689-	  if test -f "$collect2name" && \
##############################################
opensp-1.5.2/configure-14774-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
opensp-1.5.2/configure:14775:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/configure-14776-       else
##############################################
opensp-1.5.2/configure-14864-      # FIXME: Setting linknames here is a bad hack.
opensp-1.5.2/configure:14865:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
opensp-1.5.2/configure-14866-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
opensp-1.5.2/configure-14869-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
opensp-1.5.2/configure:14870:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
opensp-1.5.2/configure-14871-      enable_shared_with_static_runtimes_F77=yes
##############################################
opensp-1.5.2/configure-14910-         output_verbose_link_cmd='echo'
opensp-1.5.2/configure:14911:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
opensp-1.5.2/configure-14912-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/configure-15030-      if test "$GCC" = yes; then
opensp-1.5.2/configure:15031:	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'
opensp-1.5.2/configure-15032-      else
opensp-1.5.2/configure:15033:	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'
opensp-1.5.2/configure-15034-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
opensp-1.5.2/configure-15062-      hardcode_shlibpath_var_F77=no
opensp-1.5.2/configure:15063:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-15064-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
opensp-1.5.2/configure-15092-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:15093:	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'
opensp-1.5.2/configure-15094-      else
opensp-1.5.2/configure-15095-	allow_undefined_flag_F77=' -expect_unresolved \*'
opensp-1.5.2/configure:15096:	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'
opensp-1.5.2/configure-15097-      fi
##############################################
opensp-1.5.2/configure-15104-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:15105:	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'
opensp-1.5.2/configure-15106-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
opensp-1.5.2/configure-15108-	allow_undefined_flag_F77=' -expect_unresolved \*'
opensp-1.5.2/configure:15109:	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'
opensp-1.5.2/configure:15110:	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~
opensp-1.5.2/configure:15111:	$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'
opensp-1.5.2/configure-15112-
##############################################
opensp-1.5.2/configure-15153- 	*)
opensp-1.5.2/configure:15154: 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
opensp-1.5.2/configure-15155- 	esac ;;
##############################################
opensp-1.5.2/configure-15342-if test "$GCC" = yes; then
opensp-1.5.2/configure:15343:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-15344-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
opensp-1.5.2/configure-15348-    # okay in the real world where ";" in dirpaths is itself problematic.
opensp-1.5.2/configure:15349:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-15350-  else
opensp-1.5.2/configure:15351:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-15352-  fi
##############################################
opensp-1.5.2/configure-15419-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
opensp-1.5.2/configure:15420:  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'
opensp-1.5.2/configure-15421-  ;;
##############################################
opensp-1.5.2/configure-15452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
opensp-1.5.2/configure:15453:    postinstall_cmds='base_file=`basename \${file}`~
opensp-1.5.2/configure:15454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
opensp-1.5.2/configure:15455:      dldir=$destdir/`dirname \$dlpath`~
opensp-1.5.2/configure-15456-      test -d \$dldir || mkdir -p \$dldir~
##############################################
opensp-1.5.2/configure-15458-      chmod a+x \$dldir/$dlname'
opensp-1.5.2/configure:15459:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
opensp-1.5.2/configure-15460-      dlpath=$dir/\$dldll~
##############################################
opensp-1.5.2/configure-15466-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
opensp-1.5.2/configure:15467:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-15468-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
opensp-1.5.2/configure-15471-      # MinGW DLLs use traditional 'lib' prefix
opensp-1.5.2/configure:15472:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure:15473:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-15474-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
opensp-1.5.2/configure-15480-        # which wouldn't understand a cygwinified path. Ahh.
opensp-1.5.2/configure:15481:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-15482-      else
opensp-1.5.2/configure:15483:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-15484-      fi
##############################################
opensp-1.5.2/configure-15487-      # pw32 DLLs use 'pw' prefix rather than 'lib'
opensp-1.5.2/configure:15488:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-15489-      ;;
##############################################
opensp-1.5.2/configure-15493-  *)
opensp-1.5.2/configure:15494:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
opensp-1.5.2/configure-15495-    ;;
##############################################
opensp-1.5.2/configure-15510-  shlibpath_var=DYLD_LIBRARY_PATH
opensp-1.5.2/configure:15511:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
opensp-1.5.2/configure-15512-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
opensp-1.5.2/configure-15513-  if test "$GCC" = yes; then
opensp-1.5.2/configure:15514:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
opensp-1.5.2/configure-15515-  else
##############################################
opensp-1.5.2/configure-15707-  (exit $ac_status); }; then
opensp-1.5.2/configure:15708:      case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-15709-      *64-bit*)
##############################################
opensp-1.5.2/configure-15720-  if test -f /etc/ld.so.conf; then
opensp-1.5.2/configure:15721:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
opensp-1.5.2/configure-15722-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
opensp-1.5.2/configure-15791-  shlibpath_var=LD_LIBRARY_PATH
opensp-1.5.2/configure:15792:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-15793-    case $host_os in
##############################################
opensp-1.5.2/configure-16045-      # Double-quote double-evaled strings.
opensp-1.5.2/configure:16046:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/configure-16047-      ;;
opensp-1.5.2/configure-16048-    *)
opensp-1.5.2/configure:16049:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/configure-16050-      ;;
##############################################
opensp-1.5.2/configure-16055-  *'\$0 --fallback-echo"')
opensp-1.5.2/configure:16056:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
opensp-1.5.2/configure-16057-    ;;
##############################################
opensp-1.5.2/configure-16371-  # libtool script then.
opensp-1.5.2/configure:16372:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/configure-16373-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/configure-16445-done
opensp-1.5.2/configure:16446:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-16447-
##############################################
opensp-1.5.2/configure-16846-  if test "$hard_links" = no; then
opensp-1.5.2/configure:16847:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
opensp-1.5.2/configure:16848:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
opensp-1.5.2/configure-16849-    need_locks=warn
##############################################
opensp-1.5.2/configure-16902-done
opensp-1.5.2/configure:16903:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-16904-
##############################################
opensp-1.5.2/configure-16936-    supports_anon_versioning=no
opensp-1.5.2/configure:16937:    case `$LD -v 2>/dev/null` in
opensp-1.5.2/configure-16938-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
opensp-1.5.2/configure-17000-	# is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/configure:17001:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/configure-17002-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/configure-17017-	pgcc*)				# Portland Group C compiler
opensp-1.5.2/configure:17018:	  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'
opensp-1.5.2/configure-17019-	  tmp_addflag=' $pic_flag'
##############################################
opensp-1.5.2/configure-17021-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
opensp-1.5.2/configure:17022:	  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'
opensp-1.5.2/configure-17023-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
opensp-1.5.2/configure-17162-	# below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/configure:17163:	  collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/configure-17164-	  if test -f "$collect2name" && \
##############################################
opensp-1.5.2/configure-17259-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
opensp-1.5.2/configure:17260:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/configure-17261-       else
##############################################
opensp-1.5.2/configure-17359-      # FIXME: Setting linknames here is a bad hack.
opensp-1.5.2/configure:17360:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
opensp-1.5.2/configure-17361-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
opensp-1.5.2/configure-17364-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
opensp-1.5.2/configure:17365:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
opensp-1.5.2/configure-17366-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
opensp-1.5.2/configure-17405-         output_verbose_link_cmd='echo'
opensp-1.5.2/configure:17406:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
opensp-1.5.2/configure-17407-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/configure-17525-      if test "$GCC" = yes; then
opensp-1.5.2/configure:17526:	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'
opensp-1.5.2/configure-17527-      else
opensp-1.5.2/configure:17528:	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'
opensp-1.5.2/configure-17529-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
opensp-1.5.2/configure-17557-      hardcode_shlibpath_var_GCJ=no
opensp-1.5.2/configure:17558:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-17559-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
opensp-1.5.2/configure-17587-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:17588:	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'
opensp-1.5.2/configure-17589-      else
opensp-1.5.2/configure-17590-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
opensp-1.5.2/configure:17591:	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'
opensp-1.5.2/configure-17592-      fi
##############################################
opensp-1.5.2/configure-17599-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/configure:17600:	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'
opensp-1.5.2/configure-17601-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
opensp-1.5.2/configure-17603-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
opensp-1.5.2/configure:17604:	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'
opensp-1.5.2/configure:17605:	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~
opensp-1.5.2/configure:17606:	$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'
opensp-1.5.2/configure-17607-
##############################################
opensp-1.5.2/configure-17648- 	*)
opensp-1.5.2/configure:17649: 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
opensp-1.5.2/configure-17650- 	esac ;;
##############################################
opensp-1.5.2/configure-17837-if test "$GCC" = yes; then
opensp-1.5.2/configure:17838:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-17839-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
opensp-1.5.2/configure-17843-    # okay in the real world where ";" in dirpaths is itself problematic.
opensp-1.5.2/configure:17844:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-17845-  else
opensp-1.5.2/configure:17846:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-17847-  fi
##############################################
opensp-1.5.2/configure-17914-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
opensp-1.5.2/configure:17915:  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'
opensp-1.5.2/configure-17916-  ;;
##############################################
opensp-1.5.2/configure-17947-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
opensp-1.5.2/configure:17948:    postinstall_cmds='base_file=`basename \${file}`~
opensp-1.5.2/configure:17949:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
opensp-1.5.2/configure:17950:      dldir=$destdir/`dirname \$dlpath`~
opensp-1.5.2/configure-17951-      test -d \$dldir || mkdir -p \$dldir~
##############################################
opensp-1.5.2/configure-17953-      chmod a+x \$dldir/$dlname'
opensp-1.5.2/configure:17954:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
opensp-1.5.2/configure-17955-      dlpath=$dir/\$dldll~
##############################################
opensp-1.5.2/configure-17961-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
opensp-1.5.2/configure:17962:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-17963-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
opensp-1.5.2/configure-17966-      # MinGW DLLs use traditional 'lib' prefix
opensp-1.5.2/configure:17967:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure:17968:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/configure-17969-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
opensp-1.5.2/configure-17975-        # which wouldn't understand a cygwinified path. Ahh.
opensp-1.5.2/configure:17976:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/configure-17977-      else
opensp-1.5.2/configure:17978:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/configure-17979-      fi
##############################################
opensp-1.5.2/configure-17982-      # pw32 DLLs use 'pw' prefix rather than 'lib'
opensp-1.5.2/configure:17983:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/configure-17984-      ;;
##############################################
opensp-1.5.2/configure-17988-  *)
opensp-1.5.2/configure:17989:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
opensp-1.5.2/configure-17990-    ;;
##############################################
opensp-1.5.2/configure-18005-  shlibpath_var=DYLD_LIBRARY_PATH
opensp-1.5.2/configure:18006:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
opensp-1.5.2/configure-18007-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
opensp-1.5.2/configure-18008-  if test "$GCC" = yes; then
opensp-1.5.2/configure:18009:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
opensp-1.5.2/configure-18010-  else
##############################################
opensp-1.5.2/configure-18202-  (exit $ac_status); }; then
opensp-1.5.2/configure:18203:      case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/configure-18204-      *64-bit*)
##############################################
opensp-1.5.2/configure-18215-  if test -f /etc/ld.so.conf; then
opensp-1.5.2/configure:18216:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
opensp-1.5.2/configure-18217-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
opensp-1.5.2/configure-18286-  shlibpath_var=LD_LIBRARY_PATH
opensp-1.5.2/configure:18287:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/configure-18288-    case $host_os in
##############################################
opensp-1.5.2/configure-19345-      # Double-quote double-evaled strings.
opensp-1.5.2/configure:19346:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/configure-19347-      ;;
opensp-1.5.2/configure-19348-    *)
opensp-1.5.2/configure:19349:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/configure-19350-      ;;
##############################################
opensp-1.5.2/configure-19355-  *'\$0 --fallback-echo"')
opensp-1.5.2/configure:19356:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
opensp-1.5.2/configure-19357-    ;;
##############################################
opensp-1.5.2/configure-19671-  # libtool script then.
opensp-1.5.2/configure:19672:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/configure-19673-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/configure-19744-done
opensp-1.5.2/configure:19745:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/configure-19746-
##############################################
opensp-1.5.2/configure-19820-      # Double-quote double-evaled strings.
opensp-1.5.2/configure:19821:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/configure-19822-      ;;
opensp-1.5.2/configure-19823-    *)
opensp-1.5.2/configure:19824:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/configure-19825-      ;;
##############################################
opensp-1.5.2/configure-19830-  *'\$0 --fallback-echo"')
opensp-1.5.2/configure:19831:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
opensp-1.5.2/configure-19832-    ;;
##############################################
opensp-1.5.2/configure-20146-  # libtool script then.
opensp-1.5.2/configure:20147:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/configure-20148-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/configure-20658-    else
opensp-1.5.2/configure:20659:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
opensp-1.5.2/configure-20660-      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
opensp-1.5.2/configure-22032-  for ac_func in _getb67 GETB67 getb67; do
opensp-1.5.2/configure:22033:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
opensp-1.5.2/configure-22034-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
opensp-1.5.2/configure-22121-fi
opensp-1.5.2/configure:22122:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
opensp-1.5.2/configure:22123:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
opensp-1.5.2/configure:22124:if test `eval echo '${'$as_ac_var'}'` = yes; then
opensp-1.5.2/configure-22125-
##############################################
opensp-1.5.2/configure-22206-do
opensp-1.5.2/configure:22207:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-22208-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-22213-fi
opensp-1.5.2/configure:22214:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:22215:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-22216-else
##############################################
opensp-1.5.2/configure-22340-fi
opensp-1.5.2/configure:22341:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:22342:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-22343-
opensp-1.5.2/configure-22344-fi
opensp-1.5.2/configure:22345:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-22346-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:22347:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-22348-_ACEOF
##############################################
opensp-1.5.2/configure-22356-do
opensp-1.5.2/configure:22357:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
opensp-1.5.2/configure-22358-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
opensp-1.5.2/configure-22445-fi
opensp-1.5.2/configure:22446:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
opensp-1.5.2/configure:22447:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
opensp-1.5.2/configure:22448:if test `eval echo '${'$as_ac_var'}'` = yes; then
opensp-1.5.2/configure-22449-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:22450:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
opensp-1.5.2/configure-22451-_ACEOF
##############################################
opensp-1.5.2/configure-22992-do
opensp-1.5.2/configure:22993:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-22994-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-22999-fi
opensp-1.5.2/configure:23000:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:23001:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-23002-else
##############################################
opensp-1.5.2/configure-23126-fi
opensp-1.5.2/configure:23127:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:23128:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-23129-
opensp-1.5.2/configure-23130-fi
opensp-1.5.2/configure:23131:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-23132-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:23133:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-23134-_ACEOF
##############################################
opensp-1.5.2/configure-23252-
opensp-1.5.2/configure:23253:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-23254-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-23257-		    fi
opensp-1.5.2/configure:23258:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-23259-fi
##############################################
opensp-1.5.2/configure-23350-
opensp-1.5.2/configure:23351:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-23352-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-23355-		       fi
opensp-1.5.2/configure:23356:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-23357-fi
##############################################
opensp-1.5.2/configure-23370-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:23371:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-23372-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-23415-
opensp-1.5.2/configure:23416:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-23417-fi
##############################################
opensp-1.5.2/configure-23580-
opensp-1.5.2/configure:23581:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-23582-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-23585-		    fi
opensp-1.5.2/configure:23586:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-23587-fi
##############################################
opensp-1.5.2/configure-23678-
opensp-1.5.2/configure:23679:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-23680-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-23683-		       fi
opensp-1.5.2/configure:23684:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-23685-fi
##############################################
opensp-1.5.2/configure-23698-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:23699:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-23700-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-23743-
opensp-1.5.2/configure:23744:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-23745-fi
##############################################
opensp-1.5.2/configure-23908-
opensp-1.5.2/configure:23909:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-23910-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-23913-		    fi
opensp-1.5.2/configure:23914:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-23915-fi
##############################################
opensp-1.5.2/configure-24006-
opensp-1.5.2/configure:24007:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-24008-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-24011-		       fi
opensp-1.5.2/configure:24012:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-24013-fi
##############################################
opensp-1.5.2/configure-24026-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:24027:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-24028-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-24071-
opensp-1.5.2/configure:24072:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-24073-fi
##############################################
opensp-1.5.2/configure-24224-do
opensp-1.5.2/configure:24225:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-24226-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-24231-fi
opensp-1.5.2/configure:24232:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:24233:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-24234-else
##############################################
opensp-1.5.2/configure-24358-fi
opensp-1.5.2/configure:24359:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:24360:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-24361-
opensp-1.5.2/configure-24362-fi
opensp-1.5.2/configure:24363:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-24364-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:24365:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-24366-_ACEOF
##############################################
opensp-1.5.2/configure-24558-    # gcc leaves a trailing carriage return which upsets mingw
opensp-1.5.2/configure:24559:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
opensp-1.5.2/configure-24560-  *)
opensp-1.5.2/configure:24561:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
opensp-1.5.2/configure-24562-  esac
##############################################
opensp-1.5.2/configure-24567-      # Canonicalize the path of ld
opensp-1.5.2/configure:24568:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
opensp-1.5.2/configure-24569-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
opensp-1.5.2/configure:24570:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
opensp-1.5.2/configure-24571-      done
##############################################
opensp-1.5.2/configure-24601-      # Break only if it was the GNU/non-GNU ld that we prefer.
opensp-1.5.2/configure:24602:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
opensp-1.5.2/configure-24603-      *GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-24632-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
opensp-1.5.2/configure:24633:case `$LD -v 2>&1 </dev/null` in
opensp-1.5.2/configure-24634-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/configure-24743-        names_already_handled="$names_already_handled $name"
opensp-1.5.2/configure:24744:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
opensp-1.5.2/configure-24745-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
opensp-1.5.2/configure-24789-                -L*)
opensp-1.5.2/configure:24790:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
opensp-1.5.2/configure-24791-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
opensp-1.5.2/configure-24881-              */lib | */lib/)
opensp-1.5.2/configure:24882:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
opensp-1.5.2/configure-24883-                additional_includedir="$basedir/include"
##############################################
opensp-1.5.2/configure-24929-                  -L*)
opensp-1.5.2/configure:24930:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
opensp-1.5.2/configure-24931-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
opensp-1.5.2/configure-24986-                  -R*)
opensp-1.5.2/configure:24987:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
opensp-1.5.2/configure-24988-                    if test "$enable_rpath" != no; then
##############################################
opensp-1.5.2/configure-25011-                  -l*)
opensp-1.5.2/configure:25012:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
opensp-1.5.2/configure-25013-                    ;;
opensp-1.5.2/configure-25014-                  *.la)
opensp-1.5.2/configure:25015:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
opensp-1.5.2/configure-25016-                    ;;
##############################################
opensp-1.5.2/configure-25145-do
opensp-1.5.2/configure:25146:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-25147-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-25152-fi
opensp-1.5.2/configure:25153:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:25154:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-25155-else
##############################################
opensp-1.5.2/configure-25279-fi
opensp-1.5.2/configure:25280:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:25281:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-25282-
opensp-1.5.2/configure-25283-fi
opensp-1.5.2/configure:25284:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-25285-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:25286:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-25287-_ACEOF
##############################################
opensp-1.5.2/configure-25320-do
opensp-1.5.2/configure:25321:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
opensp-1.5.2/configure-25322-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
opensp-1.5.2/configure-25409-fi
opensp-1.5.2/configure:25410:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
opensp-1.5.2/configure:25411:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
opensp-1.5.2/configure:25412:if test `eval echo '${'$as_ac_var'}'` = yes; then
opensp-1.5.2/configure-25413-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:25414:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
opensp-1.5.2/configure-25415-_ACEOF
##############################################
opensp-1.5.2/configure-26022-
opensp-1.5.2/configure:26023:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
opensp-1.5.2/configure-26024-    echo "$as_me:$LINENO: result: ${ac_t:-
##############################################
opensp-1.5.2/configure-26213-echo $ECHO_N "checking version of bison... $ECHO_C" >&6
opensp-1.5.2/configure:26214:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
opensp-1.5.2/configure-26215-    case $ac_prog_version in
##############################################
opensp-1.5.2/configure-26553-        names_already_handled="$names_already_handled $name"
opensp-1.5.2/configure:26554:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
opensp-1.5.2/configure-26555-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
opensp-1.5.2/configure-26599-                -L*)
opensp-1.5.2/configure:26600:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
opensp-1.5.2/configure-26601-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
opensp-1.5.2/configure-26691-              */lib | */lib/)
opensp-1.5.2/configure:26692:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
opensp-1.5.2/configure-26693-                additional_includedir="$basedir/include"
##############################################
opensp-1.5.2/configure-26739-                  -L*)
opensp-1.5.2/configure:26740:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
opensp-1.5.2/configure-26741-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
opensp-1.5.2/configure-26796-                  -R*)
opensp-1.5.2/configure:26797:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
opensp-1.5.2/configure-26798-                    if test "$enable_rpath" != no; then
##############################################
opensp-1.5.2/configure-26821-                  -l*)
opensp-1.5.2/configure:26822:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
opensp-1.5.2/configure-26823-                    ;;
opensp-1.5.2/configure-26824-                  *.la)
opensp-1.5.2/configure:26825:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
opensp-1.5.2/configure-26826-                    ;;
##############################################
opensp-1.5.2/configure-27017-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
opensp-1.5.2/configure:27018:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
opensp-1.5.2/configure-27019-      fi
##############################################
opensp-1.5.2/configure-27157-do
opensp-1.5.2/configure:27158:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-27159-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-27164-fi
opensp-1.5.2/configure:27165:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27166:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27167-else
##############################################
opensp-1.5.2/configure-27291-fi
opensp-1.5.2/configure:27292:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27293:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27294-
opensp-1.5.2/configure-27295-fi
opensp-1.5.2/configure:27296:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-27297-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:27298:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-27299-_ACEOF
##############################################
opensp-1.5.2/configure-27496-do
opensp-1.5.2/configure:27497:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-27498-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-27503-fi
opensp-1.5.2/configure:27504:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27505:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27506-else
##############################################
opensp-1.5.2/configure-27630-fi
opensp-1.5.2/configure:27631:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27632:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27633-
opensp-1.5.2/configure-27634-fi
opensp-1.5.2/configure:27635:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-27636-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:27637:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-27638-_ACEOF
##############################################
opensp-1.5.2/configure-27654-do
opensp-1.5.2/configure:27655:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
opensp-1.5.2/configure-27656-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
opensp-1.5.2/configure-27661-fi
opensp-1.5.2/configure:27662:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27663:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27664-else
##############################################
opensp-1.5.2/configure-27788-fi
opensp-1.5.2/configure:27789:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
opensp-1.5.2/configure:27790:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
opensp-1.5.2/configure-27791-
opensp-1.5.2/configure-27792-fi
opensp-1.5.2/configure:27793:if test `eval echo '${'$as_ac_Header'}'` = yes; then
opensp-1.5.2/configure-27794-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:27795:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
opensp-1.5.2/configure-27796-_ACEOF
##############################################
opensp-1.5.2/configure-28491-
opensp-1.5.2/configure:28492:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-28493-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-28496-		    fi
opensp-1.5.2/configure:28497:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-28498-fi
##############################################
opensp-1.5.2/configure-28589-
opensp-1.5.2/configure:28590:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-28591-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-28594-		       fi
opensp-1.5.2/configure:28595:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-28596-fi
##############################################
opensp-1.5.2/configure-28609-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:28610:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-28611-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-28654-
opensp-1.5.2/configure:28655:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-28656-fi
##############################################
opensp-1.5.2/configure-28905-
opensp-1.5.2/configure:28906:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-28907-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-28910-		    fi
opensp-1.5.2/configure:28911:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-28912-fi
##############################################
opensp-1.5.2/configure-29003-
opensp-1.5.2/configure:29004:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-29005-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-29008-		       fi
opensp-1.5.2/configure:29009:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-29010-fi
##############################################
opensp-1.5.2/configure-29023-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:29024:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-29025-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-29068-
opensp-1.5.2/configure:29069:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-29070-fi
##############################################
opensp-1.5.2/configure-29319-
opensp-1.5.2/configure:29320:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-29321-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-29324-		    fi
opensp-1.5.2/configure:29325:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-29326-fi
##############################################
opensp-1.5.2/configure-29417-
opensp-1.5.2/configure:29418:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-29419-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-29422-		       fi
opensp-1.5.2/configure:29423:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-29424-fi
##############################################
opensp-1.5.2/configure-29437-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:29438:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-29439-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-29482-
opensp-1.5.2/configure:29483:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-29484-fi
##############################################
opensp-1.5.2/configure-29742-
opensp-1.5.2/configure:29743:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-29744-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-29747-		    fi
opensp-1.5.2/configure:29748:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-29749-fi
##############################################
opensp-1.5.2/configure-29846-
opensp-1.5.2/configure:29847:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-29848-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-29851-		       fi
opensp-1.5.2/configure:29852:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-29853-fi
##############################################
opensp-1.5.2/configure-29866-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:29867:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-29868-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-29914-
opensp-1.5.2/configure:29915:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-29916-fi
##############################################
opensp-1.5.2/configure-30249-
opensp-1.5.2/configure:30250:ac_lo=`expr $ac_mid + 1`
opensp-1.5.2/configure-30251-		    if test $ac_lo -le $ac_mid; then
##############################################
opensp-1.5.2/configure-30254-		    fi
opensp-1.5.2/configure:30255:		    ac_mid=`expr 2 '*' $ac_mid + 1`
opensp-1.5.2/configure-30256-fi
##############################################
opensp-1.5.2/configure-30347-
opensp-1.5.2/configure:30348:ac_hi=`expr '(' $ac_mid ')' - 1`
opensp-1.5.2/configure-30349-		       if test $ac_mid -le $ac_hi; then
##############################################
opensp-1.5.2/configure-30352-		       fi
opensp-1.5.2/configure:30353:		       ac_mid=`expr 2 '*' $ac_mid`
opensp-1.5.2/configure-30354-fi
##############################################
opensp-1.5.2/configure-30367-while test "x$ac_lo" != "x$ac_hi"; do
opensp-1.5.2/configure:30368:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
opensp-1.5.2/configure-30369-  cat >conftest.$ac_ext <<_ACEOF
##############################################
opensp-1.5.2/configure-30412-
opensp-1.5.2/configure:30413:ac_lo=`expr '(' $ac_mid ')' + 1`
opensp-1.5.2/configure-30414-fi
##############################################
opensp-1.5.2/configure-31421-do
opensp-1.5.2/configure:31422:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
opensp-1.5.2/configure-31423-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
opensp-1.5.2/configure-31510-fi
opensp-1.5.2/configure:31511:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
opensp-1.5.2/configure:31512:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
opensp-1.5.2/configure:31513:if test `eval echo '${'$as_ac_var'}'` = yes; then
opensp-1.5.2/configure-31514-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:31515:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
opensp-1.5.2/configure-31516-_ACEOF
##############################################
opensp-1.5.2/configure-31533-do
opensp-1.5.2/configure:31534:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
opensp-1.5.2/configure-31535-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
opensp-1.5.2/configure-31622-fi
opensp-1.5.2/configure:31623:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
opensp-1.5.2/configure:31624:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
opensp-1.5.2/configure:31625:if test `eval echo '${'$as_ac_var'}'` = yes; then
opensp-1.5.2/configure-31626-  cat >>confdefs.h <<_ACEOF
opensp-1.5.2/configure:31627:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
opensp-1.5.2/configure-31628-_ACEOF
##############################################
opensp-1.5.2/configure-32422-do
opensp-1.5.2/configure:32423:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
opensp-1.5.2/configure-32424-    eval $as_var=C; export $as_var
##############################################
opensp-1.5.2/configure-32480-  as_lineno_2=$LINENO
opensp-1.5.2/configure:32481:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
opensp-1.5.2/configure-32482-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
opensp-1.5.2/configure-32520-  as_lineno_2=$LINENO
opensp-1.5.2/configure:32521:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
opensp-1.5.2/configure-32522-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
opensp-1.5.2/configure-32702-configured by $0, generated by GNU Autoconf 2.59,
opensp-1.5.2/configure:32703:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
opensp-1.5.2/configure-32704-
##############################################
opensp-1.5.2/configure-32719-  --*=*)
opensp-1.5.2/configure:32720:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
opensp-1.5.2/configure:32721:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
opensp-1.5.2/configure-32722-    ac_shift=:
##############################################
opensp-1.5.2/configure-33071-      fi
opensp-1.5.2/configure:33072:      ac_sed_frag=`expr $ac_sed_frag + 1`
opensp-1.5.2/configure-33073-      ac_beg=$ac_end
opensp-1.5.2/configure:33074:      ac_end=`expr $ac_end + $ac_max_sed_lines`
opensp-1.5.2/configure-33075-    fi
##############################################
opensp-1.5.2/configure-33088-	cat >$tmp/stdin
opensp-1.5.2/configure:33089:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
opensp-1.5.2/configure:33090:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
opensp-1.5.2/configure:33091:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
opensp-1.5.2/configure:33092:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
opensp-1.5.2/configure-33093-  * )   ac_file_in=$ac_file.in ;;
##############################################
opensp-1.5.2/configure-33136-if test "$ac_dir" != .; then
opensp-1.5.2/configure:33137:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
opensp-1.5.2/configure-33138-  # A "../" for each directory in $ac_dir_suffix.
opensp-1.5.2/configure:33139:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
opensp-1.5.2/configure-33140-else
##############################################
opensp-1.5.2/configure-33149-    else
opensp-1.5.2/configure:33150:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
opensp-1.5.2/configure-33151-    fi ;;
##############################################
opensp-1.5.2/configure-33301-	cat >$tmp/stdin
opensp-1.5.2/configure:33302:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
opensp-1.5.2/configure:33303:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
opensp-1.5.2/configure:33304:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
opensp-1.5.2/configure:33305:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
opensp-1.5.2/configure-33306-  * )   ac_file_in=$ac_file.in ;;
##############################################
opensp-1.5.2/configure-33504-    * )
opensp-1.5.2/configure:33505:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
opensp-1.5.2/configure-33506-  esac
##############################################
opensp-1.5.2/configure-33527-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
opensp-1.5.2/configure:33528:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
opensp-1.5.2/configure:33529:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
opensp-1.5.2/configure-33530-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
opensp-1.5.2/configure-33569-if test "$ac_dir" != .; then
opensp-1.5.2/configure:33570:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
opensp-1.5.2/configure-33571-  # A "../" for each directory in $ac_dir_suffix.
opensp-1.5.2/configure:33572:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
opensp-1.5.2/configure-33573-else
##############################################
opensp-1.5.2/configure-33582-    else
opensp-1.5.2/configure:33583:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
opensp-1.5.2/configure-33584-    fi ;;
##############################################
opensp-1.5.2/configure-33637-  # Strip MF so we end up with the name of the file.
opensp-1.5.2/configure:33638:  mf=`echo "$mf" | sed -e 's/:.*$//'`
opensp-1.5.2/configure-33639-  # Check whether this is an Automake generated Makefile or not.
##############################################
opensp-1.5.2/configure-33662-  # from the Makefile without running `make'.
opensp-1.5.2/configure:33663:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
opensp-1.5.2/configure-33664-  test -z "$DEPDIR" && continue
opensp-1.5.2/configure:33665:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
opensp-1.5.2/configure-33666-  test -z "am__include" && continue
opensp-1.5.2/configure:33667:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
opensp-1.5.2/configure-33668-  # When using ansi2knr, U may be empty or an underscore; expand it
opensp-1.5.2/configure:33669:  U=`sed -n 's/^U = //p' < "$mf"`
opensp-1.5.2/configure-33670-  # Find all dependency output files, they are included files with
##############################################
opensp-1.5.2/configure-33724-      case "$ac_file" in
opensp-1.5.2/configure:33725:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
opensp-1.5.2/configure-33726-      esac
##############################################
opensp-1.5.2/configure-33729-        # Adjust a relative srcdir.
opensp-1.5.2/configure:33730:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
opensp-1.5.2/configure:33731:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
opensp-1.5.2/configure:33732:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
opensp-1.5.2/configure-33733-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
opensp-1.5.2/configure-33736-        case "$ac_given_srcdir" in
opensp-1.5.2/configure:33737:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
opensp-1.5.2/configure-33738-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
opensp-1.5.2/configure-33756-            fi
opensp-1.5.2/configure:33757:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
opensp-1.5.2/configure-33758-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
opensp-1.5.2/m4/po.m4-64-    else
opensp-1.5.2/m4/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
opensp-1.5.2/m4/po.m4-66-      AC_MSG_RESULT(
##############################################
opensp-1.5.2/m4/po.m4-92-      case "$ac_file" in
opensp-1.5.2/m4/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
opensp-1.5.2/m4/po.m4-94-      esac
##############################################
opensp-1.5.2/m4/po.m4-97-        # Adjust a relative srcdir.
opensp-1.5.2/m4/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
opensp-1.5.2/m4/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
opensp-1.5.2/m4/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
opensp-1.5.2/m4/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
opensp-1.5.2/m4/po.m4-104-        case "$ac_given_srcdir" in
opensp-1.5.2/m4/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
opensp-1.5.2/m4/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
opensp-1.5.2/m4/po.m4-124-            fi
opensp-1.5.2/m4/po.m4:125:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
opensp-1.5.2/m4/po.m4-126-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
opensp-1.5.2/m4/po.m4-220-  # Adjust a relative srcdir.
opensp-1.5.2/m4/po.m4:221:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
opensp-1.5.2/m4/po.m4:222:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
opensp-1.5.2/m4/po.m4:223:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
opensp-1.5.2/m4/po.m4-224-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
opensp-1.5.2/m4/po.m4-227-  case "$ac_given_srcdir" in
opensp-1.5.2/m4/po.m4:228:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
opensp-1.5.2/m4/po.m4-229-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
opensp-1.5.2/m4/po.m4-288-  # Set POTFILES to the value of the Makefile variable POTFILES.
opensp-1.5.2/m4/po.m4:289:  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
opensp-1.5.2/m4/po.m4:290:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
opensp-1.5.2/m4/po.m4-291-  # Compute POTFILES_DEPS as
##############################################
opensp-1.5.2/m4/po.m4-303-    # The LINGUAS file contains the set of available languages.
opensp-1.5.2/m4/po.m4:304:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
opensp-1.5.2/m4/po.m4-305-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
opensp-1.5.2/m4/po.m4-307-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
opensp-1.5.2/m4/po.m4:308:    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
opensp-1.5.2/m4/po.m4:309:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
opensp-1.5.2/m4/po.m4-310-  fi
##############################################
opensp-1.5.2/m4/po.m4-351-    QMFILES="$QMFILES $srcdirpre$lang.qm"
opensp-1.5.2/m4/po.m4:352:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
opensp-1.5.2/m4/po.m4-353-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
opensp-1.5.2/m4/po.m4:354:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
opensp-1.5.2/m4/po.m4-355-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
opensp-1.5.2/m4/po.m4-392-      QTCATALOGS="$QTCATALOGS $lang.qm"
opensp-1.5.2/m4/po.m4:393:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
opensp-1.5.2/m4/po.m4-394-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
opensp-1.5.2/m4/po.m4:395:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
opensp-1.5.2/m4/po.m4-396-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
opensp-1.5.2/m4/po.m4-403-    for lang in $ALL_LINGUAS; do
opensp-1.5.2/m4/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
opensp-1.5.2/m4/po.m4-405-      cat >> "$ac_file.tmp" <<EOF
##############################################
opensp-1.5.2/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
opensp-1.5.2/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
opensp-1.5.2/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
opensp-1.5.2/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
opensp-1.5.2/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
opensp-1.5.2/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
opensp-1.5.2/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
opensp-1.5.2/m4/lib-ld.m4-52-  *)
opensp-1.5.2/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
opensp-1.5.2/m4/lib-ld.m4-54-  esac
##############################################
opensp-1.5.2/m4/lib-ld.m4-59-      # Canonicalize the path of ld
opensp-1.5.2/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
opensp-1.5.2/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
opensp-1.5.2/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
opensp-1.5.2/m4/lib-ld.m4-63-      done
##############################################
opensp-1.5.2/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
opensp-1.5.2/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
opensp-1.5.2/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/m4/lib-link.m4-178-        dnl or AC_LIB_HAVE_LINKFLAGS call.
opensp-1.5.2/m4/lib-link.m4:179:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
opensp-1.5.2/m4/lib-link.m4-180-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
opensp-1.5.2/m4/lib-link.m4-220-                -L*)
opensp-1.5.2/m4/lib-link.m4:221:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
opensp-1.5.2/m4/lib-link.m4-222-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
opensp-1.5.2/m4/lib-link.m4-337-              */lib | */lib/)
opensp-1.5.2/m4/lib-link.m4:338:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
opensp-1.5.2/m4/lib-link.m4-339-                additional_includedir="$basedir/include"
##############################################
opensp-1.5.2/m4/lib-link.m4-390-                  -L*)
opensp-1.5.2/m4/lib-link.m4:391:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
opensp-1.5.2/m4/lib-link.m4-392-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
opensp-1.5.2/m4/lib-link.m4-440-                  -R*)
opensp-1.5.2/m4/lib-link.m4:441:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
opensp-1.5.2/m4/lib-link.m4-442-                    if test "$enable_rpath" != no; then
##############################################
opensp-1.5.2/m4/lib-link.m4-470-                    dnl Handle this in the next round.
opensp-1.5.2/m4/lib-link.m4:471:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
opensp-1.5.2/m4/lib-link.m4-472-                    ;;
##############################################
opensp-1.5.2/m4/lib-link.m4-476-                    dnl option.
opensp-1.5.2/m4/lib-link.m4:477:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
opensp-1.5.2/m4/lib-link.m4-478-                    ;;
##############################################
opensp-1.5.2/m4/iconv.m4-94-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
opensp-1.5.2/m4/iconv.m4:95:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
opensp-1.5.2/m4/iconv.m4-96-    AC_MSG_RESULT([$]{ac_t:-
##############################################
opensp-1.5.2/m4/gettext.m4-238-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
opensp-1.5.2/m4/gettext.m4:239:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
opensp-1.5.2/m4/gettext.m4-240-      fi
##############################################
opensp-1.5.2/m4/gettext.m4-467-changequote(<<,>>)dnl
opensp-1.5.2/m4/gettext.m4:468:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
opensp-1.5.2/m4/gettext.m4-469-    case $ac_prog_version in
##############################################
opensp-1.5.2/m4/ltsugar.m4-67-m4_define([lt_combine],
opensp-1.5.2/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
opensp-1.5.2/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
opensp-1.5.2/config.rpath-33-host="$1"
opensp-1.5.2/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
opensp-1.5.2/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
opensp-1.5.2/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
opensp-1.5.2/config.rpath-37-
opensp-1.5.2/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
opensp-1.5.2/config.rpath-39-
##############################################
opensp-1.5.2/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
opensp-1.5.2/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/config.rpath-235-          if test -f "$collect2name" && \
##############################################
opensp-1.5.2/config.rpath-369-      hardcode_direct=yes
opensp-1.5.2/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
opensp-1.5.2/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
opensp-1.5.2/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
opensp-1.5.2/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
opensp-1.5.2/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
opensp-1.5.2/config.rpath-544-
##############################################
opensp-1.5.2/tests/Makefile.am-36-	PATH=.:../nsgmls:../sgmlnorm:../sx:../spent:../spcat:../spam:$$PATH \
opensp-1.5.2/tests/Makefile.am:37:	ONSGMLS=`echo onsgmls|sed '$(transform)'`\
opensp-1.5.2/tests/Makefile.am:38:	OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`\
opensp-1.5.2/tests/Makefile.am-39-	$(SHELL)
##############################################
opensp-1.5.2/tests/Makefile.in-231-	PATH=.:../nsgmls:../sgmlnorm:../sx:../spent:../spcat:../spam:$$PATH \
opensp-1.5.2/tests/Makefile.in:232:	ONSGMLS=`echo onsgmls|sed '$(transform)'`\
opensp-1.5.2/tests/Makefile.in:233:	OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`\
opensp-1.5.2/tests/Makefile.in-234-	$(SHELL)
##############################################
opensp-1.5.2/tests/Makefile.in-297-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
opensp-1.5.2/tests/Makefile.in:298:	      all=`expr $$all + 1`; \
opensp-1.5.2/tests/Makefile.in-299-	      case " $(XFAIL_TESTS) " in \
opensp-1.5.2/tests/Makefile.in-300-	      *" $$tst "*) \
opensp-1.5.2/tests/Makefile.in:301:		xpass=`expr $$xpass + 1`; \
opensp-1.5.2/tests/Makefile.in:302:		failed=`expr $$failed + 1`; \
opensp-1.5.2/tests/Makefile.in-303-		echo "XPASS: $$tst"; \
##############################################
opensp-1.5.2/tests/Makefile.in-309-	    elif test $$? -ne 77; then \
opensp-1.5.2/tests/Makefile.in:310:	      all=`expr $$all + 1`; \
opensp-1.5.2/tests/Makefile.in-311-	      case " $(XFAIL_TESTS) " in \
opensp-1.5.2/tests/Makefile.in-312-	      *" $$tst "*) \
opensp-1.5.2/tests/Makefile.in:313:		xfail=`expr $$xfail + 1`; \
opensp-1.5.2/tests/Makefile.in-314-		echo "XFAIL: $$tst"; \
##############################################
opensp-1.5.2/tests/Makefile.in-316-	      *) \
opensp-1.5.2/tests/Makefile.in:317:		failed=`expr $$failed + 1`; \
opensp-1.5.2/tests/Makefile.in-318-		echo "FAIL: $$tst"; \
##############################################
opensp-1.5.2/tests/Makefile.in-321-	    else \
opensp-1.5.2/tests/Makefile.in:322:	      skip=`expr $$skip + 1`; \
opensp-1.5.2/tests/Makefile.in-323-	      echo "SKIP: $$tst"; \
##############################################
opensp-1.5.2/tests/Makefile.in-342-	    skipped="($$skip tests were not run)"; \
opensp-1.5.2/tests/Makefile.in:343:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
opensp-1.5.2/tests/Makefile.in-344-	      dashes="$$skipped"; \
##############################################
opensp-1.5.2/tests/Makefile.in-348-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
opensp-1.5.2/tests/Makefile.in:349:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
opensp-1.5.2/tests/Makefile.in-350-	      dashes="$$report"; \
opensp-1.5.2/tests/Makefile.in-351-	  fi; \
opensp-1.5.2/tests/Makefile.in:352:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
opensp-1.5.2/tests/Makefile.in-353-	  echo "$$dashes"; \
##############################################
opensp-1.5.2/tests/Makefile.in-361-distdir: $(DISTFILES)
opensp-1.5.2/tests/Makefile.in:362:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/tests/Makefile.in:363:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/tests/Makefile.in-364-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/tests/Makefile.in-365-	  case $$file in \
opensp-1.5.2/tests/Makefile.in:366:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/tests/Makefile.in:367:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/tests/Makefile.in-368-	  esac; \
opensp-1.5.2/tests/Makefile.in-369-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/tests/Makefile.in:370:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/tests/Makefile.in-371-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-118-extern char *gettext (const char *__msgid)
opensp-1.5.2/intl/libgnuintl.h.in:119:       _INTL_ASM (libintl_gettext);
opensp-1.5.2/intl/libgnuintl.h.in-120-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-134-extern char *dgettext (const char *__domainname, const char *__msgid)
opensp-1.5.2/intl/libgnuintl.h.in:135:       _INTL_ASM (libintl_dgettext);
opensp-1.5.2/intl/libgnuintl.h.in-136-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-153-			int __category)
opensp-1.5.2/intl/libgnuintl.h.in:154:       _INTL_ASM (libintl_dcgettext);
opensp-1.5.2/intl/libgnuintl.h.in-155-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-173-		       unsigned long int __n)
opensp-1.5.2/intl/libgnuintl.h.in:174:       _INTL_ASM (libintl_ngettext);
opensp-1.5.2/intl/libgnuintl.h.in-175-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-193-			unsigned long int __n)
opensp-1.5.2/intl/libgnuintl.h.in:194:       _INTL_ASM (libintl_dngettext);
opensp-1.5.2/intl/libgnuintl.h.in-195-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-215-			 unsigned long int __n, int __category)
opensp-1.5.2/intl/libgnuintl.h.in:216:       _INTL_ASM (libintl_dcngettext);
opensp-1.5.2/intl/libgnuintl.h.in-217-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-233-extern char *textdomain (const char *__domainname)
opensp-1.5.2/intl/libgnuintl.h.in:234:       _INTL_ASM (libintl_textdomain);
opensp-1.5.2/intl/libgnuintl.h.in-235-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-251-extern char *bindtextdomain (const char *__domainname, const char *__dirname)
opensp-1.5.2/intl/libgnuintl.h.in:252:       _INTL_ASM (libintl_bindtextdomain);
opensp-1.5.2/intl/libgnuintl.h.in-253-#endif
##############################################
opensp-1.5.2/intl/libgnuintl.h.in-270-				      const char *__codeset)
opensp-1.5.2/intl/libgnuintl.h.in:271:       _INTL_ASM (libintl_bind_textdomain_codeset);
opensp-1.5.2/intl/libgnuintl.h.in-272-#endif
##############################################
opensp-1.5.2/intl/config.charset-116-host="$1"
opensp-1.5.2/intl/config.charset:117:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
opensp-1.5.2/intl/config.charset-118-echo "# This file contains a table of character encoding aliases,"
##############################################
opensp-1.5.2/intl/Makefile.in-268-	  if test "@RELOCATABLE@" = yes; then \
opensp-1.5.2/intl/Makefile.in:269:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
opensp-1.5.2/intl/Makefile.in-270-	    if test -n "$$dependencies"; then \
##############################################
opensp-1.5.2/spcat/Makefile.in-285-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spcat/Makefile.in:286:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spcat/Makefile.in-287-	  if test -f $$p \
##############################################
opensp-1.5.2/spcat/Makefile.in-289-	  ; then \
opensp-1.5.2/spcat/Makefile.in:290:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spcat/Makefile.in-291-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spcat/Makefile.in-298-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spcat/Makefile.in:299:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spcat/Makefile.in-300-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spcat/Makefile.in-305-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spcat/Makefile.in:306:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spcat/Makefile.in-307-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/spcat/Makefile.in-330-.cxx.obj:
opensp-1.5.2/spcat/Makefile.in:331:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/spcat/Makefile.in-332-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/spcat/Makefile.in-334-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/spcat/Makefile.in:335:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/spcat/Makefile.in-336-
##############################################
opensp-1.5.2/spcat/Makefile.in-394-GTAGS:
opensp-1.5.2/spcat/Makefile.in:395:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/spcat/Makefile.in-396-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/spcat/Makefile.in-402-distdir: $(DISTFILES)
opensp-1.5.2/spcat/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spcat/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spcat/Makefile.in-405-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/spcat/Makefile.in-406-	  case $$file in \
opensp-1.5.2/spcat/Makefile.in:407:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/spcat/Makefile.in:408:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/spcat/Makefile.in-409-	  esac; \
opensp-1.5.2/spcat/Makefile.in-410-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/spcat/Makefile.in:411:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/spcat/Makefile.in-412-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/generic/Makefile.in-65-DIST_SOURCES =
opensp-1.5.2/generic/Makefile.in:66:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/generic/Makefile.in-67-am__vpath_adj = case $$p in \
opensp-1.5.2/generic/Makefile.in:68:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/generic/Makefile.in-69-    *) f=$$p;; \
opensp-1.5.2/generic/Makefile.in-70-  esac;
opensp-1.5.2/generic/Makefile.in:71:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/generic/Makefile.in-72-am__installdirs = "$(DESTDIR)$(pkgincludedir)"
##############################################
opensp-1.5.2/generic/Makefile.in-325-GTAGS:
opensp-1.5.2/generic/Makefile.in:326:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/generic/Makefile.in-327-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/generic/Makefile.in-333-distdir: $(DISTFILES)
opensp-1.5.2/generic/Makefile.in:334:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/generic/Makefile.in:335:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/generic/Makefile.in-336-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/generic/Makefile.in-337-	  case $$file in \
opensp-1.5.2/generic/Makefile.in:338:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/generic/Makefile.in:339:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/generic/Makefile.in-340-	  esac; \
opensp-1.5.2/generic/Makefile.in-341-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/generic/Makefile.in:342:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/generic/Makefile.in-343-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/spent/Makefile.in-285-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spent/Makefile.in:286:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spent/Makefile.in-287-	  if test -f $$p \
##############################################
opensp-1.5.2/spent/Makefile.in-289-	  ; then \
opensp-1.5.2/spent/Makefile.in:290:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spent/Makefile.in-291-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spent/Makefile.in-298-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spent/Makefile.in:299:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spent/Makefile.in-300-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spent/Makefile.in-305-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spent/Makefile.in:306:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spent/Makefile.in-307-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/spent/Makefile.in-329-.cxx.obj:
opensp-1.5.2/spent/Makefile.in:330:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/spent/Makefile.in-331-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/spent/Makefile.in-333-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/spent/Makefile.in:334:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/spent/Makefile.in-335-
##############################################
opensp-1.5.2/spent/Makefile.in-393-GTAGS:
opensp-1.5.2/spent/Makefile.in:394:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/spent/Makefile.in-395-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/spent/Makefile.in-401-distdir: $(DISTFILES)
opensp-1.5.2/spent/Makefile.in:402:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spent/Makefile.in:403:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spent/Makefile.in-404-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/spent/Makefile.in-405-	  case $$file in \
opensp-1.5.2/spent/Makefile.in:406:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/spent/Makefile.in:407:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/spent/Makefile.in-408-	  esac; \
opensp-1.5.2/spent/Makefile.in-409-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/spent/Makefile.in:410:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/spent/Makefile.in-411-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/missing-128-       # Could not run --version or --help.  This is probably someone
opensp-1.5.2/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
opensp-1.5.2/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
opensp-1.5.2/missing-162-         from any GNU archive site."
opensp-1.5.2/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
opensp-1.5.2/missing-164-    test -z "$files" && files="config.h"
##############################################
opensp-1.5.2/missing-191-         proper tools for further handling them.
opensp-1.5.2/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
opensp-1.5.2/missing-193-         archive site."
opensp-1.5.2/missing-194-
opensp-1.5.2/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
opensp-1.5.2/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
opensp-1.5.2/missing-197-    if test -f "$file"; then
##############################################
opensp-1.5.2/missing-220-	*.y)
opensp-1.5.2/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
opensp-1.5.2/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
opensp-1.5.2/missing-224-	    fi
opensp-1.5.2/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
opensp-1.5.2/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
opensp-1.5.2/missing-250-	*.l)
opensp-1.5.2/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
opensp-1.5.2/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
opensp-1.5.2/missing-269-
opensp-1.5.2/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
opensp-1.5.2/missing-271-    if test -z "$file"; then
opensp-1.5.2/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
opensp-1.5.2/missing-273-    fi
##############################################
opensp-1.5.2/missing-291-    # The file to touch is that specified with -o ...
opensp-1.5.2/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
opensp-1.5.2/missing-293-    if test -z "$file"; then
opensp-1.5.2/missing-294-      # ... or it is the one specified with @setfilename ...
opensp-1.5.2/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
opensp-1.5.2/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
opensp-1.5.2/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
opensp-1.5.2/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
opensp-1.5.2/missing-299-    fi
##############################################
opensp-1.5.2/missing-321-	*o*)
opensp-1.5.2/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
opensp-1.5.2/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
opensp-1.5.2/missing-327-	*h*)
opensp-1.5.2/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
opensp-1.5.2/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
opensp-1.5.2/sx/Makefile.in-290-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sx/Makefile.in:291:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/sx/Makefile.in-292-	  if test -f $$p \
##############################################
opensp-1.5.2/sx/Makefile.in-294-	  ; then \
opensp-1.5.2/sx/Makefile.in:295:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/sx/Makefile.in-296-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/sx/Makefile.in-303-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sx/Makefile.in:304:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/sx/Makefile.in-305-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/sx/Makefile.in-310-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sx/Makefile.in:311:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/sx/Makefile.in-312-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/sx/Makefile.in-336-.cxx.obj:
opensp-1.5.2/sx/Makefile.in:337:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/sx/Makefile.in-338-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/sx/Makefile.in-340-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/sx/Makefile.in:341:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/sx/Makefile.in-342-
##############################################
opensp-1.5.2/sx/Makefile.in-400-GTAGS:
opensp-1.5.2/sx/Makefile.in:401:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/sx/Makefile.in-402-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/sx/Makefile.in-408-distdir: $(DISTFILES)
opensp-1.5.2/sx/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/sx/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/sx/Makefile.in-411-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/sx/Makefile.in-412-	  case $$file in \
opensp-1.5.2/sx/Makefile.in:413:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/sx/Makefile.in:414:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/sx/Makefile.in-415-	  esac; \
opensp-1.5.2/sx/Makefile.in-416-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/sx/Makefile.in:417:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/sx/Makefile.in-418-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/install-sh-210-      fi
opensp-1.5.2/install-sh:211:      dst=$dst/`basename "$src"`
opensp-1.5.2/install-sh-212-    fi
##############################################
opensp-1.5.2/install-sh-215-  # This sed command emulates the dirname command.
opensp-1.5.2/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
opensp-1.5.2/install-sh-217-
##############################################
opensp-1.5.2/install-sh-228-    IFS='%'
opensp-1.5.2/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
opensp-1.5.2/install-sh-230-    shift
##############################################
opensp-1.5.2/install-sh-256-  else
opensp-1.5.2/install-sh:257:    dstfile=`basename "$dst"`
opensp-1.5.2/install-sh-258-
##############################################
opensp-1.5.2/spam/Makefile.in-289-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spam/Makefile.in:290:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spam/Makefile.in-291-	  if test -f $$p \
##############################################
opensp-1.5.2/spam/Makefile.in-293-	  ; then \
opensp-1.5.2/spam/Makefile.in:294:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spam/Makefile.in-295-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spam/Makefile.in-302-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spam/Makefile.in:303:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/spam/Makefile.in-304-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/spam/Makefile.in-309-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/spam/Makefile.in:310:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/spam/Makefile.in-311-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/spam/Makefile.in-336-.cxx.obj:
opensp-1.5.2/spam/Makefile.in:337:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/spam/Makefile.in-338-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/spam/Makefile.in-340-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/spam/Makefile.in:341:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/spam/Makefile.in-342-
##############################################
opensp-1.5.2/spam/Makefile.in-400-GTAGS:
opensp-1.5.2/spam/Makefile.in:401:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/spam/Makefile.in-402-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/spam/Makefile.in-408-distdir: $(DISTFILES)
opensp-1.5.2/spam/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spam/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/spam/Makefile.in-411-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/spam/Makefile.in-412-	  case $$file in \
opensp-1.5.2/spam/Makefile.in:413:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/spam/Makefile.in:414:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/spam/Makefile.in-415-	  esac; \
opensp-1.5.2/spam/Makefile.in-416-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/spam/Makefile.in:417:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/spam/Makefile.in-418-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-293-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/nsgmls/Makefile.in:294:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/nsgmls/Makefile.in-295-	  if test -f $$p \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-297-	  ; then \
opensp-1.5.2/nsgmls/Makefile.in:298:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/nsgmls/Makefile.in-299-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-306-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/nsgmls/Makefile.in:307:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/nsgmls/Makefile.in-308-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-313-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/nsgmls/Makefile.in:314:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/nsgmls/Makefile.in-315-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-341-.cxx.obj:
opensp-1.5.2/nsgmls/Makefile.in:342:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/nsgmls/Makefile.in-343-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/nsgmls/Makefile.in-345-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/nsgmls/Makefile.in:346:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/nsgmls/Makefile.in-347-
##############################################
opensp-1.5.2/nsgmls/Makefile.in-405-GTAGS:
opensp-1.5.2/nsgmls/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/nsgmls/Makefile.in-407-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/nsgmls/Makefile.in-413-distdir: $(DISTFILES)
opensp-1.5.2/nsgmls/Makefile.in:414:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/nsgmls/Makefile.in:415:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/nsgmls/Makefile.in-416-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/nsgmls/Makefile.in-417-	  case $$file in \
opensp-1.5.2/nsgmls/Makefile.in:418:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/nsgmls/Makefile.in:419:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/nsgmls/Makefile.in-420-	  esac; \
opensp-1.5.2/nsgmls/Makefile.in-421-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/nsgmls/Makefile.in:422:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/nsgmls/Makefile.in-423-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/docsrc/Makefile.in-68-MANS = $(man_MANS)
opensp-1.5.2/docsrc/Makefile.in:69:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/docsrc/Makefile.in-70-am__vpath_adj = case $$p in \
opensp-1.5.2/docsrc/Makefile.in:71:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/docsrc/Makefile.in-72-    *) f=$$p;; \
opensp-1.5.2/docsrc/Makefile.in-73-  esac;
opensp-1.5.2/docsrc/Makefile.in:74:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/docsrc/Makefile.in-75-pkgdocDATA_INSTALL = $(INSTALL_DATA)
##############################################
opensp-1.5.2/docsrc/Makefile.in-284-	  else file=$$i; fi; \
opensp-1.5.2/docsrc/Makefile.in:285:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
opensp-1.5.2/docsrc/Makefile.in-286-	  case "$$ext" in \
##############################################
opensp-1.5.2/docsrc/Makefile.in-289-	  esac; \
opensp-1.5.2/docsrc/Makefile.in:290:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
opensp-1.5.2/docsrc/Makefile.in:291:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
opensp-1.5.2/docsrc/Makefile.in:292:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
opensp-1.5.2/docsrc/Makefile.in-293-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
opensp-1.5.2/docsrc/Makefile.in-305-	for i in $$list; do \
opensp-1.5.2/docsrc/Makefile.in:306:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
opensp-1.5.2/docsrc/Makefile.in-307-	  case "$$ext" in \
##############################################
opensp-1.5.2/docsrc/Makefile.in-310-	  esac; \
opensp-1.5.2/docsrc/Makefile.in:311:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
opensp-1.5.2/docsrc/Makefile.in:312:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
opensp-1.5.2/docsrc/Makefile.in:313:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
opensp-1.5.2/docsrc/Makefile.in-314-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
opensp-1.5.2/docsrc/Makefile.in-341-distdir: $(DISTFILES)
opensp-1.5.2/docsrc/Makefile.in:342:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/docsrc/Makefile.in:343:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/docsrc/Makefile.in-344-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/docsrc/Makefile.in-345-	  case $$file in \
opensp-1.5.2/docsrc/Makefile.in:346:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/docsrc/Makefile.in:347:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/docsrc/Makefile.in-348-	  esac; \
opensp-1.5.2/docsrc/Makefile.in-349-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/docsrc/Makefile.in:350:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/docsrc/Makefile.in-351-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-287-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sgmlnorm/Makefile.in:288:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-289-	  if test -f $$p \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-291-	  ; then \
opensp-1.5.2/sgmlnorm/Makefile.in:292:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-293-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-300-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sgmlnorm/Makefile.in:301:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-302-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-307-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
opensp-1.5.2/sgmlnorm/Makefile.in:308:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-309-	  echo " rm -f $$p $$f"; \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-332-.cxx.obj:
opensp-1.5.2/sgmlnorm/Makefile.in:333:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-334-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-336-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/sgmlnorm/Makefile.in:337:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/sgmlnorm/Makefile.in-338-
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-396-GTAGS:
opensp-1.5.2/sgmlnorm/Makefile.in:397:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/sgmlnorm/Makefile.in-398-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/sgmlnorm/Makefile.in-404-distdir: $(DISTFILES)
opensp-1.5.2/sgmlnorm/Makefile.in:405:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/sgmlnorm/Makefile.in:406:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-407-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/sgmlnorm/Makefile.in-408-	  case $$file in \
opensp-1.5.2/sgmlnorm/Makefile.in:409:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/sgmlnorm/Makefile.in:410:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/sgmlnorm/Makefile.in-411-	  esac; \
opensp-1.5.2/sgmlnorm/Makefile.in-412-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/sgmlnorm/Makefile.in:413:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/sgmlnorm/Makefile.in-414-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/aclocal.m4-252-done
opensp-1.5.2/aclocal.m4:253:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
opensp-1.5.2/aclocal.m4-254-])
##############################################
opensp-1.5.2/aclocal.m4-324-  # Remove one level of quotation (which was required for Make).
opensp-1.5.2/aclocal.m4:325:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
opensp-1.5.2/aclocal.m4-326-  ;;
##############################################
opensp-1.5.2/aclocal.m4-335-  :
opensp-1.5.2/aclocal.m4:336:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
opensp-1.5.2/aclocal.m4-337-  # Yippee, $echo works!
##############################################
opensp-1.5.2/aclocal.m4-361-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
opensp-1.5.2/aclocal.m4:362:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
opensp-1.5.2/aclocal.m4:363:       echo_test_string=`eval $cmd` &&
opensp-1.5.2/aclocal.m4-364-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
opensp-1.5.2/aclocal.m4-370-
opensp-1.5.2/aclocal.m4:371:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/aclocal.m4:372:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-373-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-385-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
opensp-1.5.2/aclocal.m4:386:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/aclocal.m4:387:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-388-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-397-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/aclocal.m4:398:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-399-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-412-      echo='printf %s\n'
opensp-1.5.2/aclocal.m4:413:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
opensp-1.5.2/aclocal.m4:414:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-415-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-417-	:
opensp-1.5.2/aclocal.m4:418:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-419-	   test "X$echo_testing_string" = 'X\t' &&
opensp-1.5.2/aclocal.m4:420:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-421-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-426-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
opensp-1.5.2/aclocal.m4:427:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-428-	   test "X$echo_testing_string" = 'X\t' &&
opensp-1.5.2/aclocal.m4:429:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
opensp-1.5.2/aclocal.m4-430-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
opensp-1.5.2/aclocal.m4-436-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
opensp-1.5.2/aclocal.m4:437:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
opensp-1.5.2/aclocal.m4-438-	  then
##############################################
opensp-1.5.2/aclocal.m4-444-	if test "$prev" != 'sed 50q "[$]0"'; then
opensp-1.5.2/aclocal.m4:445:	  echo_test_string=`eval $prev`
opensp-1.5.2/aclocal.m4-446-	  export echo_test_string
##############################################
opensp-1.5.2/aclocal.m4-483-  if AC_TRY_EVAL(ac_compile); then
opensp-1.5.2/aclocal.m4:484:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/aclocal.m4-485-    *ELF-32*)
##############################################
opensp-1.5.2/aclocal.m4-499-   if test "$lt_cv_prog_gnu_ld" = yes; then
opensp-1.5.2/aclocal.m4:500:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/aclocal.m4-501-    *32-bit*)
##############################################
opensp-1.5.2/aclocal.m4-511-   else
opensp-1.5.2/aclocal.m4:512:    case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/aclocal.m4-513-    *32-bit*)
##############################################
opensp-1.5.2/aclocal.m4-730-    # And add a safety zone
opensp-1.5.2/aclocal.m4:731:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
opensp-1.5.2/aclocal.m4:732:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
opensp-1.5.2/aclocal.m4-733-    ;;
##############################################
opensp-1.5.2/aclocal.m4-751-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
opensp-1.5.2/aclocal.m4:752:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
opensp-1.5.2/aclocal.m4-753-	       = "XX$teststring") >/dev/null 2>&1 &&
opensp-1.5.2/aclocal.m4:754:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
opensp-1.5.2/aclocal.m4-755-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
opensp-1.5.2/aclocal.m4-757-    do
opensp-1.5.2/aclocal.m4:758:      i=`expr $i + 1`
opensp-1.5.2/aclocal.m4-759-      teststring=$teststring$teststring
##############################################
opensp-1.5.2/aclocal.m4-764-    # It appears as though 1/2 is a usable value.
opensp-1.5.2/aclocal.m4:765:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
opensp-1.5.2/aclocal.m4-766-    ;;
##############################################
opensp-1.5.2/aclocal.m4-1054-  if test "$hard_links" = no; then
opensp-1.5.2/aclocal.m4:1055:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
opensp-1.5.2/aclocal.m4-1056-    need_locks=warn
##############################################
opensp-1.5.2/aclocal.m4-1169-if test "$GCC" = yes; then
opensp-1.5.2/aclocal.m4:1170:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/aclocal.m4-1171-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
opensp-1.5.2/aclocal.m4-1175-    # okay in the real world where ";" in dirpaths is itself problematic.
opensp-1.5.2/aclocal.m4:1176:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/aclocal.m4-1177-  else
opensp-1.5.2/aclocal.m4:1178:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/aclocal.m4-1179-  fi
##############################################
opensp-1.5.2/aclocal.m4-1246-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
opensp-1.5.2/aclocal.m4:1247:  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'
opensp-1.5.2/aclocal.m4-1248-  ;;
##############################################
opensp-1.5.2/aclocal.m4-1279-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
opensp-1.5.2/aclocal.m4:1280:    postinstall_cmds='base_file=`basename \${file}`~
opensp-1.5.2/aclocal.m4:1281:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
opensp-1.5.2/aclocal.m4:1282:      dldir=$destdir/`dirname \$dlpath`~
opensp-1.5.2/aclocal.m4-1283-      test -d \$dldir || mkdir -p \$dldir~
##############################################
opensp-1.5.2/aclocal.m4-1285-      chmod a+x \$dldir/$dlname'
opensp-1.5.2/aclocal.m4:1286:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
opensp-1.5.2/aclocal.m4-1287-      dlpath=$dir/\$dldll~
##############################################
opensp-1.5.2/aclocal.m4-1293-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
opensp-1.5.2/aclocal.m4:1294:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/aclocal.m4-1295-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
opensp-1.5.2/aclocal.m4-1298-      # MinGW DLLs use traditional 'lib' prefix
opensp-1.5.2/aclocal.m4:1299:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/aclocal.m4:1300:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
opensp-1.5.2/aclocal.m4-1301-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
opensp-1.5.2/aclocal.m4-1307-        # which wouldn't understand a cygwinified path. Ahh.
opensp-1.5.2/aclocal.m4:1308:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
opensp-1.5.2/aclocal.m4-1309-      else
opensp-1.5.2/aclocal.m4:1310:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
opensp-1.5.2/aclocal.m4-1311-      fi
##############################################
opensp-1.5.2/aclocal.m4-1314-      # pw32 DLLs use 'pw' prefix rather than 'lib'
opensp-1.5.2/aclocal.m4:1315:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
opensp-1.5.2/aclocal.m4-1316-      ;;
##############################################
opensp-1.5.2/aclocal.m4-1320-  *)
opensp-1.5.2/aclocal.m4:1321:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
opensp-1.5.2/aclocal.m4-1322-    ;;
##############################################
opensp-1.5.2/aclocal.m4-1337-  shlibpath_var=DYLD_LIBRARY_PATH
opensp-1.5.2/aclocal.m4:1338:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
opensp-1.5.2/aclocal.m4-1339-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
opensp-1.5.2/aclocal.m4-1340-  if test "$GCC" = yes; then
opensp-1.5.2/aclocal.m4:1341:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
opensp-1.5.2/aclocal.m4-1342-  else
##############################################
opensp-1.5.2/aclocal.m4-1530-    if AC_TRY_EVAL(ac_compile); then
opensp-1.5.2/aclocal.m4:1531:      case `/usr/bin/file conftest.$ac_objext` in
opensp-1.5.2/aclocal.m4-1532-      *64-bit*)
##############################################
opensp-1.5.2/aclocal.m4-1543-  if test -f /etc/ld.so.conf; then
opensp-1.5.2/aclocal.m4:1544:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
opensp-1.5.2/aclocal.m4-1545-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
opensp-1.5.2/aclocal.m4-1614-  shlibpath_var=LD_LIBRARY_PATH
opensp-1.5.2/aclocal.m4:1615:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/aclocal.m4-1616-    case $host_os in
##############################################
opensp-1.5.2/aclocal.m4-1743-  if test -z "$LTCC"; then
opensp-1.5.2/aclocal.m4:1744:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
opensp-1.5.2/aclocal.m4-1745-    if test -z "$LTCC"; then
##############################################
opensp-1.5.2/aclocal.m4-1747-    else
opensp-1.5.2/aclocal.m4:1748:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
opensp-1.5.2/aclocal.m4-1749-    fi
##############################################
opensp-1.5.2/aclocal.m4-1753-  # Note that this assumes the entire list is on one line.
opensp-1.5.2/aclocal.m4:1754:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
opensp-1.5.2/aclocal.m4-1755-
##############################################
opensp-1.5.2/aclocal.m4-1759-    # Check whether tagname contains only valid characters
opensp-1.5.2/aclocal.m4:1760:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
opensp-1.5.2/aclocal.m4-1761-    "") ;;
##############################################
opensp-1.5.2/aclocal.m4-2014-	"file_magic "*)
opensp-1.5.2/aclocal.m4:2015:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
opensp-1.5.2/aclocal.m4-2016-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
opensp-1.5.2/aclocal.m4-2086-    # gcc leaves a trailing carriage return which upsets mingw
opensp-1.5.2/aclocal.m4:2087:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
opensp-1.5.2/aclocal.m4-2088-  *)
opensp-1.5.2/aclocal.m4:2089:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
opensp-1.5.2/aclocal.m4-2090-  esac
##############################################
opensp-1.5.2/aclocal.m4-2095-      # Canonicalize the pathname of ld
opensp-1.5.2/aclocal.m4:2096:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
opensp-1.5.2/aclocal.m4-2097-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
opensp-1.5.2/aclocal.m4:2098:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
opensp-1.5.2/aclocal.m4-2099-      done
##############################################
opensp-1.5.2/aclocal.m4-2126-      # Break only if it was the GNU/non-GNU ld that we prefer.
opensp-1.5.2/aclocal.m4:2127:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
opensp-1.5.2/aclocal.m4-2128-      *GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/aclocal.m4-2157-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
opensp-1.5.2/aclocal.m4:2158:case `$LD -v 2>&1 </dev/null` in
opensp-1.5.2/aclocal.m4-2159-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/aclocal.m4-2320-openbsd*)
opensp-1.5.2/aclocal.m4:2321:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/aclocal.m4-2322-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
opensp-1.5.2/aclocal.m4-2393-      # Tru64's nm complains that /dev/null is an invalid object file
opensp-1.5.2/aclocal.m4:2394:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
opensp-1.5.2/aclocal.m4-2395-      */dev/null* | *'Invalid file or object type'*)
##############################################
opensp-1.5.2/aclocal.m4-2399-      *)
opensp-1.5.2/aclocal.m4:2400:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
opensp-1.5.2/aclocal.m4-2401-	*/dev/null*)
##############################################
opensp-1.5.2/aclocal.m4-2616-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
opensp-1.5.2/aclocal.m4:2617:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
opensp-1.5.2/aclocal.m4:2618:  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
opensp-1.5.2/aclocal.m4-2619-  else
##############################################
opensp-1.5.2/aclocal.m4-2791-    # ancient GNU ld didn't support --whole-archive et. al.
opensp-1.5.2/aclocal.m4:2792:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
opensp-1.5.2/aclocal.m4-2793-	grep 'no-whole-archive' > /dev/null; then
##############################################
opensp-1.5.2/aclocal.m4-2871-      # below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/aclocal.m4:2872:	collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/aclocal.m4-2873-	if test -f "$collect2name" && \
##############################################
opensp-1.5.2/aclocal.m4-2918-
opensp-1.5.2/aclocal.m4:2919:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/aclocal.m4-2920-     else
##############################################
opensp-1.5.2/aclocal.m4-2964-      # is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/aclocal.m4:2965:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/aclocal.m4-2966-	cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/aclocal.m4-3025-         output_verbose_link_cmd='echo'
opensp-1.5.2/aclocal.m4:3026:          _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` $verstring'
opensp-1.5.2/aclocal.m4-3027-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/aclocal.m4-3093-      # dependencies.
opensp-1.5.2/aclocal.m4:3094:      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'
opensp-1.5.2/aclocal.m4-3095-      ;;
##############################################
opensp-1.5.2/aclocal.m4-3165-	# dependencies.
opensp-1.5.2/aclocal.m4:3166:	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'
opensp-1.5.2/aclocal.m4-3167-	;;
##############################################
opensp-1.5.2/aclocal.m4-3190-	# SGI C++
opensp-1.5.2/aclocal.m4:3191:	_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'
opensp-1.5.2/aclocal.m4-3192-
##############################################
opensp-1.5.2/aclocal.m4-3201-	  if test "$with_gnu_ld" = no; then
opensp-1.5.2/aclocal.m4:3202:	    _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'
opensp-1.5.2/aclocal.m4-3203-	  else
opensp-1.5.2/aclocal.m4:3204:	    _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'
opensp-1.5.2/aclocal.m4-3205-	  fi
##############################################
opensp-1.5.2/aclocal.m4-3220-	# to its proper name (with version) after linking.
opensp-1.5.2/aclocal.m4:3221:	_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'
opensp-1.5.2/aclocal.m4:3222:	_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'
opensp-1.5.2/aclocal.m4-3223-	# Commands to make compiler produce verbose output that lists
##############################################
opensp-1.5.2/aclocal.m4-3230-	# dependencies.
opensp-1.5.2/aclocal.m4:3231:	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'
opensp-1.5.2/aclocal.m4-3232-
##############################################
opensp-1.5.2/aclocal.m4-3245-	# earlier do not add the objects themselves.
opensp-1.5.2/aclocal.m4:3246:	case `$CC -V 2>&1` in
opensp-1.5.2/aclocal.m4-3247-	*"Version 7."*)
##############################################
opensp-1.5.2/aclocal.m4-3271-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
opensp-1.5.2/aclocal.m4:3272:	_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'
opensp-1.5.2/aclocal.m4-3273-        ;;
##############################################
opensp-1.5.2/aclocal.m4-3290-	# dependencies.
opensp-1.5.2/aclocal.m4:3291:	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'
opensp-1.5.2/aclocal.m4-3292-	;;
##############################################
opensp-1.5.2/aclocal.m4-3334-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
opensp-1.5.2/aclocal.m4:3335:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/aclocal.m4-3336-      _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'
##############################################
opensp-1.5.2/aclocal.m4-3349-	# to its proper name (with version) after linking.
opensp-1.5.2/aclocal.m4:3350:	_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'
opensp-1.5.2/aclocal.m4-3351-
##############################################
opensp-1.5.2/aclocal.m4-3366-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/aclocal.m4:3367:	_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'
opensp-1.5.2/aclocal.m4-3368-
##############################################
opensp-1.5.2/aclocal.m4-3379-	# dependencies.
opensp-1.5.2/aclocal.m4:3380:	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'
opensp-1.5.2/aclocal.m4-3381-	;;
##############################################
opensp-1.5.2/aclocal.m4-3384-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/aclocal.m4:3385:	  _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'
opensp-1.5.2/aclocal.m4-3386-
##############################################
opensp-1.5.2/aclocal.m4-3409-	# to its proper name (with version) after linking.
opensp-1.5.2/aclocal.m4:3410:	_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'
opensp-1.5.2/aclocal.m4-3411-
##############################################
opensp-1.5.2/aclocal.m4-3425-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
opensp-1.5.2/aclocal.m4:3426:	_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'
opensp-1.5.2/aclocal.m4:3427:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
opensp-1.5.2/aclocal.m4-3428-	  echo "-hidden">> $lib.exp~
opensp-1.5.2/aclocal.m4:3429:	  $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~
opensp-1.5.2/aclocal.m4-3430-	  $rm $lib.exp'
##############################################
opensp-1.5.2/aclocal.m4-3442-	# dependencies.
opensp-1.5.2/aclocal.m4:3443:	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'
opensp-1.5.2/aclocal.m4-3444-	;;
##############################################
opensp-1.5.2/aclocal.m4-3447-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/aclocal.m4:3448:	 _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'
opensp-1.5.2/aclocal.m4-3449-
##############################################
opensp-1.5.2/aclocal.m4-3522-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
opensp-1.5.2/aclocal.m4:3523:	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
opensp-1.5.2/aclocal.m4-3524-	    ;;
##############################################
opensp-1.5.2/aclocal.m4-3684-  # eval without this substitution.
opensp-1.5.2/aclocal.m4:3685:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
opensp-1.5.2/aclocal.m4-3686-
opensp-1.5.2/aclocal.m4:3687:  for p in `eval $output_verbose_link_cmd`; do
opensp-1.5.2/aclocal.m4-3688-    case $p in
##############################################
opensp-1.5.2/aclocal.m4-4067-      # Double-quote double-evaled strings.
opensp-1.5.2/aclocal.m4:4068:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
opensp-1.5.2/aclocal.m4-4069-      ;;
opensp-1.5.2/aclocal.m4-4070-    *)
opensp-1.5.2/aclocal.m4:4071:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
opensp-1.5.2/aclocal.m4-4072-      ;;
##############################################
opensp-1.5.2/aclocal.m4-4077-  *'\[$]0 --fallback-echo"')
opensp-1.5.2/aclocal.m4:4078:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
opensp-1.5.2/aclocal.m4-4079-    ;;
##############################################
opensp-1.5.2/aclocal.m4-4092-
opensp-1.5.2/aclocal.m4:4093:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
opensp-1.5.2/aclocal.m4-4094-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
opensp-1.5.2/aclocal.m4-4471-  # libtool script then.
opensp-1.5.2/aclocal.m4:4472:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
opensp-1.5.2/aclocal.m4-4473-  if test -f "$ltmain_in"; then
##############################################
opensp-1.5.2/aclocal.m4-4567-# If we're using GNU nm, then use its standard symbol codes.
opensp-1.5.2/aclocal.m4:4568:case `$NM -V 2>&1` in
opensp-1.5.2/aclocal.m4-4569-*GNU* | *'with BFD'*)
##############################################
opensp-1.5.2/aclocal.m4-4600-    nlist=conftest.nm
opensp-1.5.2/aclocal.m4:4601:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
opensp-1.5.2/aclocal.m4-4602-      # Try sorting and uniquifying the output.
##############################################
opensp-1.5.2/aclocal.m4-5292-    supports_anon_versioning=no
opensp-1.5.2/aclocal.m4:5293:    case `$LD -v 2>/dev/null` in
opensp-1.5.2/aclocal.m4-5294-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
opensp-1.5.2/aclocal.m4-5356-	# is EXPORTS), use it as is; otherwise, prepend...
opensp-1.5.2/aclocal.m4:5357:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
opensp-1.5.2/aclocal.m4-5358-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
opensp-1.5.2/aclocal.m4-5373-	pgcc*)				# Portland Group C compiler
opensp-1.5.2/aclocal.m4:5374:	  _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'
opensp-1.5.2/aclocal.m4-5375-	  tmp_addflag=' $pic_flag'
##############################################
opensp-1.5.2/aclocal.m4-5377-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
opensp-1.5.2/aclocal.m4:5378:	  _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'
opensp-1.5.2/aclocal.m4-5379-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
opensp-1.5.2/aclocal.m4-5518-	# below for broken collect2 doesn't work under 4.3+
opensp-1.5.2/aclocal.m4:5519:	  collect2name=`${CC} -print-prog-name=collect2`
opensp-1.5.2/aclocal.m4-5520-	  if test -f "$collect2name" && \
##############################################
opensp-1.5.2/aclocal.m4-5564-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
opensp-1.5.2/aclocal.m4:5565:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
opensp-1.5.2/aclocal.m4-5566-       else
##############################################
opensp-1.5.2/aclocal.m4-5613-      # FIXME: Setting linknames here is a bad hack.
opensp-1.5.2/aclocal.m4:5614:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
opensp-1.5.2/aclocal.m4-5615-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
opensp-1.5.2/aclocal.m4-5618-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
opensp-1.5.2/aclocal.m4:5619:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
opensp-1.5.2/aclocal.m4-5620-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
opensp-1.5.2/aclocal.m4-5659-         output_verbose_link_cmd='echo'
opensp-1.5.2/aclocal.m4:5660:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
opensp-1.5.2/aclocal.m4-5661-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
opensp-1.5.2/aclocal.m4-5779-      if test "$GCC" = yes; then
opensp-1.5.2/aclocal.m4:5780:	_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'
opensp-1.5.2/aclocal.m4-5781-      else
opensp-1.5.2/aclocal.m4:5782:	_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'
opensp-1.5.2/aclocal.m4-5783-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
opensp-1.5.2/aclocal.m4-5811-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
opensp-1.5.2/aclocal.m4:5812:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
opensp-1.5.2/aclocal.m4-5813-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
opensp-1.5.2/aclocal.m4-5841-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/aclocal.m4:5842:	_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'
opensp-1.5.2/aclocal.m4-5843-      else
opensp-1.5.2/aclocal.m4-5844-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
opensp-1.5.2/aclocal.m4:5845:	_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'
opensp-1.5.2/aclocal.m4-5846-      fi
##############################################
opensp-1.5.2/aclocal.m4-5853-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
opensp-1.5.2/aclocal.m4:5854:	_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'
opensp-1.5.2/aclocal.m4-5855-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
opensp-1.5.2/aclocal.m4-5857-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
opensp-1.5.2/aclocal.m4:5858:	_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'
opensp-1.5.2/aclocal.m4:5859:	_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~
opensp-1.5.2/aclocal.m4:5860:	$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'
opensp-1.5.2/aclocal.m4-5861-
##############################################
opensp-1.5.2/aclocal.m4-5902- 	*)
opensp-1.5.2/aclocal.m4:5903: 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
opensp-1.5.2/aclocal.m4-5904- 	esac ;;
##############################################
opensp-1.5.2/aclocal.m4-6046-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
opensp-1.5.2/aclocal.m4:6047:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
opensp-1.5.2/aclocal.m4-6048-        then
##############################################
opensp-1.5.2/aclocal.m4-6182-    test $lt_ac_count -gt 10 && break
opensp-1.5.2/aclocal.m4:6183:    lt_ac_count=`expr $lt_ac_count + 1`
opensp-1.5.2/aclocal.m4-6184-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
opensp-1.5.2/aclocal.m4-6223-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
opensp-1.5.2/aclocal.m4:6224:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
opensp-1.5.2/aclocal.m4-6225-#
##############################################
opensp-1.5.2/aclocal.m4-6247-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
opensp-1.5.2/aclocal.m4:6248:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
opensp-1.5.2/aclocal.m4-6249-# and then we would define $MISSING as
##############################################
opensp-1.5.2/aclocal.m4-6263-# expand $ac_aux_dir to an absolute path
opensp-1.5.2/aclocal.m4:6264:am_aux_dir=`cd $ac_aux_dir && pwd`
opensp-1.5.2/aclocal.m4-6265-])
##############################################
opensp-1.5.2/aclocal.m4-6361-  if test "$am_compiler_list" = ""; then
opensp-1.5.2/aclocal.m4:6362:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
opensp-1.5.2/aclocal.m4-6363-  fi
##############################################
opensp-1.5.2/aclocal.m4-6471-  # Strip MF so we end up with the name of the file.
opensp-1.5.2/aclocal.m4:6472:  mf=`echo "$mf" | sed -e 's/:.*$//'`
opensp-1.5.2/aclocal.m4-6473-  # Check whether this is an Automake generated Makefile or not.
##############################################
opensp-1.5.2/aclocal.m4-6479-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
opensp-1.5.2/aclocal.m4:6480:    dirpart=`AS_DIRNAME("$mf")`
opensp-1.5.2/aclocal.m4-6481-  else
##############################################
opensp-1.5.2/aclocal.m4-6485-  # from the Makefile without running `make'.
opensp-1.5.2/aclocal.m4:6486:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
opensp-1.5.2/aclocal.m4-6487-  test -z "$DEPDIR" && continue
opensp-1.5.2/aclocal.m4:6488:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
opensp-1.5.2/aclocal.m4-6489-  test -z "am__include" && continue
opensp-1.5.2/aclocal.m4:6490:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
opensp-1.5.2/aclocal.m4-6491-  # When using ansi2knr, U may be empty or an underscore; expand it
opensp-1.5.2/aclocal.m4:6492:  U=`sed -n 's/^U = //p' < "$mf"`
opensp-1.5.2/aclocal.m4-6493-  # Find all dependency output files, they are included files with
##############################################
opensp-1.5.2/aclocal.m4-6501-    test -f "$dirpart/$file" && continue
opensp-1.5.2/aclocal.m4:6502:    fdir=`AS_DIRNAME(["$file"])`
opensp-1.5.2/aclocal.m4-6503-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
opensp-1.5.2/aclocal.m4-6568-# test to see if srcdir already configured
opensp-1.5.2/aclocal.m4:6569:if test "`cd $srcdir && pwd`" != "`pwd`" &&
opensp-1.5.2/aclocal.m4-6570-   test -f $srcdir/config.status; then
##############################################
opensp-1.5.2/aclocal.m4-6644-    * )
opensp-1.5.2/aclocal.m4:6645:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
opensp-1.5.2/aclocal.m4-6646-  esac
opensp-1.5.2/aclocal.m4-6647-done
opensp-1.5.2/aclocal.m4:6648:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
opensp-1.5.2/aclocal.m4-6649-
##############################################
opensp-1.5.2/aclocal.m4-6745-# case it prints its new name instead of `make'.
opensp-1.5.2/aclocal.m4:6746:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
opensp-1.5.2/aclocal.m4-6747-   am__include=include
##############################################
opensp-1.5.2/aclocal.m4-6753-   echo '.include "confinc"' > confmf
opensp-1.5.2/aclocal.m4:6754:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
opensp-1.5.2/aclocal.m4-6755-      am__include=.include
##############################################
opensp-1.5.2/aclocal.m4-6920-if (
opensp-1.5.2/aclocal.m4:6921:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
opensp-1.5.2/aclocal.m4-6922-   if test "$[*]" = "X"; then
opensp-1.5.2/aclocal.m4-6923-      # -L didn't work.
opensp-1.5.2/aclocal.m4:6924:      set X `ls -t $srcdir/configure conftest.file`
opensp-1.5.2/aclocal.m4-6925-   fi
##############################################
opensp-1.5.2/lib/URLStorage.cxx-462-  if (isdigit((unsigned char)host[0])) {
opensp-1.5.2/lib/URLStorage.cxx:463:    unsigned long n = inet_addr(host.data());
opensp-1.5.2/lib/URLStorage.cxx-464-    if (n == (unsigned long)-1) {
##############################################
opensp-1.5.2/lib/Makefile.in-62-CONFIG_CLEAN_FILES =
opensp-1.5.2/lib/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/lib/Makefile.in-64-am__vpath_adj = case $$p in \
opensp-1.5.2/lib/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/lib/Makefile.in-66-    *) f=$$p;; \
opensp-1.5.2/lib/Makefile.in-67-  esac;
opensp-1.5.2/lib/Makefile.in:68:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/lib/Makefile.in-69-am__installdirs = "$(DESTDIR)$(libdir)"
##############################################
opensp-1.5.2/lib/Makefile.in-419-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
opensp-1.5.2/lib/Makefile.in:420:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
opensp-1.5.2/lib/Makefile.in-421-	  test "$$dir" != "$$p" || dir=.; \
##############################################
opensp-1.5.2/lib/Makefile.in-554-.c.obj:
opensp-1.5.2/lib/Makefile.in:555:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/lib/Makefile.in-556-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/lib/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/lib/Makefile.in:559:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
opensp-1.5.2/lib/Makefile.in-560-
##############################################
opensp-1.5.2/lib/Makefile.in-575-.cxx.obj:
opensp-1.5.2/lib/Makefile.in:576:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
opensp-1.5.2/lib/Makefile.in-577-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
opensp-1.5.2/lib/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
opensp-1.5.2/lib/Makefile.in:580:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
opensp-1.5.2/lib/Makefile.in-581-
##############################################
opensp-1.5.2/lib/Makefile.in-639-GTAGS:
opensp-1.5.2/lib/Makefile.in:640:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/lib/Makefile.in-641-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/lib/Makefile.in-647-distdir: $(DISTFILES)
opensp-1.5.2/lib/Makefile.in:648:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/lib/Makefile.in:649:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/lib/Makefile.in-650-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/lib/Makefile.in-651-	  case $$file in \
opensp-1.5.2/lib/Makefile.in:652:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/lib/Makefile.in:653:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/lib/Makefile.in-654-	  esac; \
opensp-1.5.2/lib/Makefile.in-655-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/lib/Makefile.in:656:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/lib/Makefile.in-657-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/doc/Makefile.in-64-DIST_SOURCES =
opensp-1.5.2/doc/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/doc/Makefile.in-66-am__vpath_adj = case $$p in \
opensp-1.5.2/doc/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/doc/Makefile.in-68-    *) f=$$p;; \
opensp-1.5.2/doc/Makefile.in-69-  esac;
opensp-1.5.2/doc/Makefile.in:70:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/doc/Makefile.in-71-am__installdirs = "$(DESTDIR)$(pkgdochtmldir)"
##############################################
opensp-1.5.2/doc/Makefile.in-299-distdir: $(DISTFILES)
opensp-1.5.2/doc/Makefile.in:300:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/doc/Makefile.in:301:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/doc/Makefile.in-302-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/doc/Makefile.in-303-	  case $$file in \
opensp-1.5.2/doc/Makefile.in:304:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/doc/Makefile.in:305:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/doc/Makefile.in-306-	  esac; \
opensp-1.5.2/doc/Makefile.in-307-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/doc/Makefile.in:308:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/doc/Makefile.in-309-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/Makefile.in-80-	uninstall-recursive
opensp-1.5.2/Makefile.in:81:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/Makefile.in-82-am__vpath_adj = case $$p in \
opensp-1.5.2/Makefile.in:83:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/Makefile.in-84-    *) f=$$p;; \
opensp-1.5.2/Makefile.in-85-  esac;
opensp-1.5.2/Makefile.in:86:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/Makefile.in-87-am__installdirs = "$(DESTDIR)$(pkgdocdir)" \
##############################################
opensp-1.5.2/Makefile.in-391-	dot_seen=no; \
opensp-1.5.2/Makefile.in:392:	target=`echo $@ | sed s/-recursive//`; \
opensp-1.5.2/Makefile.in-393-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
opensp-1.5.2/Makefile.in-427-	rev="$$rev ."; \
opensp-1.5.2/Makefile.in:428:	target=`echo $@ | sed s/-recursive//`; \
opensp-1.5.2/Makefile.in-429-	for subdir in $$rev; do \
##############################################
opensp-1.5.2/Makefile.in-501-GTAGS:
opensp-1.5.2/Makefile.in:502:	here=`$(am__cd) $(top_builddir) && pwd` \
opensp-1.5.2/Makefile.in-503-	  && cd $(top_srcdir) \
##############################################
opensp-1.5.2/Makefile.in-509-distdir: $(DISTFILES)
opensp-1.5.2/Makefile.in:510:	@case `sed 15q $(srcdir)/NEWS` in \
opensp-1.5.2/Makefile.in-511-	*"$(VERSION)"*) : ;; \
##############################################
opensp-1.5.2/Makefile.in-518-	$(mkdir_p) $(distdir)/. $(distdir)/all $(distdir)/include $(distdir)/intl $(distdir)/m4 $(distdir)/po
opensp-1.5.2/Makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/Makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/Makefile.in-521-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/Makefile.in-522-	  case $$file in \
opensp-1.5.2/Makefile.in:523:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/Makefile.in:524:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/Makefile.in-525-	  esac; \
opensp-1.5.2/Makefile.in-526-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/Makefile.in:527:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/Makefile.in-528-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/Makefile.in-549-	    || exit 1; \
opensp-1.5.2/Makefile.in:550:	    distdir=`$(am__cd) $(distdir) && pwd`; \
opensp-1.5.2/Makefile.in:551:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
opensp-1.5.2/Makefile.in-552-	    (cd $$subdir && \
##############################################
opensp-1.5.2/Makefile.in-607-	chmod a-w $(distdir)
opensp-1.5.2/Makefile.in:608:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
opensp-1.5.2/Makefile.in-609-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
opensp-1.5.2/Makefile.in-639-	@cd $(distuninstallcheck_dir) \
opensp-1.5.2/Makefile.in:640:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
opensp-1.5.2/Makefile.in-641-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
opensp-1.5.2/Makefile.in-651-	fi
opensp-1.5.2/Makefile.in:652:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
opensp-1.5.2/Makefile.in-653-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
opensp-1.5.2/unicode/Makefile.in-64-DIST_SOURCES =
opensp-1.5.2/unicode/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
opensp-1.5.2/unicode/Makefile.in-66-am__vpath_adj = case $$p in \
opensp-1.5.2/unicode/Makefile.in:67:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/unicode/Makefile.in-68-    *) f=$$p;; \
opensp-1.5.2/unicode/Makefile.in-69-  esac;
opensp-1.5.2/unicode/Makefile.in:70:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
opensp-1.5.2/unicode/Makefile.in-71-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
##############################################
opensp-1.5.2/unicode/Makefile.in-286-distdir: $(DISTFILES)
opensp-1.5.2/unicode/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/unicode/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
opensp-1.5.2/unicode/Makefile.in-289-	list='$(DISTFILES)'; for file in $$list; do \
opensp-1.5.2/unicode/Makefile.in-290-	  case $$file in \
opensp-1.5.2/unicode/Makefile.in:291:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
opensp-1.5.2/unicode/Makefile.in:292:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
opensp-1.5.2/unicode/Makefile.in-293-	  esac; \
opensp-1.5.2/unicode/Makefile.in-294-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
opensp-1.5.2/unicode/Makefile.in:295:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
opensp-1.5.2/unicode/Makefile.in-296-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
opensp-1.5.2/config.guess-34-
opensp-1.5.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
opensp-1.5.2/config.guess-36-
##############################################
opensp-1.5.2/config.guess-102-: ${TMPDIR=/tmp} ;
opensp-1.5.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
opensp-1.5.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
opensp-1.5.2/config.guess-151-	EOF
opensp-1.5.2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
opensp-1.5.2/config.guess-153-	;;
##############################################
opensp-1.5.2/config.guess-181-	    earmv*)
opensp-1.5.2/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
opensp-1.5.2/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
opensp-1.5.2/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
opensp-1.5.2/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
opensp-1.5.2/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
opensp-1.5.2/config.guess-212-		;;
##############################################
opensp-1.5.2/config.guess-223-	    *)
opensp-1.5.2/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
opensp-1.5.2/config.guess-225-		;;
##############################################
opensp-1.5.2/config.guess-257-	*4.0)
opensp-1.5.2/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
opensp-1.5.2/config.guess-259-		;;
opensp-1.5.2/config.guess-260-	*5.*)
opensp-1.5.2/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
opensp-1.5.2/config.guess-262-		;;
##############################################
opensp-1.5.2/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
opensp-1.5.2/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
opensp-1.5.2/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
opensp-1.5.2/config.guess-305-	# 1.2 uses "1.2" for uname -r.
opensp-1.5.2/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
opensp-1.5.2/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
opensp-1.5.2/config.guess-365-    s390x:SunOS:*:*)
opensp-1.5.2/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-367-	exit ;;
opensp-1.5.2/config.guess-368-    sun4H:SunOS:5.*:*)
opensp-1.5.2/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-370-	exit ;;
opensp-1.5.2/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
opensp-1.5.2/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-373-	exit ;;
##############################################
opensp-1.5.2/config.guess-390-	fi
opensp-1.5.2/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-392-	exit ;;
##############################################
opensp-1.5.2/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
opensp-1.5.2/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-398-	exit ;;
##############################################
opensp-1.5.2/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
opensp-1.5.2/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
opensp-1.5.2/config.guess-407-	exit ;;
##############################################
opensp-1.5.2/config.guess-411-    sun*:*:4.2BSD:*)
opensp-1.5.2/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
opensp-1.5.2/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
opensp-1.5.2/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
opensp-1.5.2/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
opensp-1.5.2/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
opensp-1.5.2/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
opensp-1.5.2/config.guess-549-    *:IRIX*:*:*)
opensp-1.5.2/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
opensp-1.5.2/config.guess-551-	exit ;;
##############################################
opensp-1.5.2/config.guess-579-EOF
opensp-1.5.2/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
opensp-1.5.2/config.guess-581-		then
##############################################
opensp-1.5.2/config.guess-592-    *:AIX:*:[4567])
opensp-1.5.2/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
opensp-1.5.2/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
opensp-1.5.2/config.guess-628-    9000/[34678]??:HP-UX:*:*)
opensp-1.5.2/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
opensp-1.5.2/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
opensp-1.5.2/config.guess-682-EOF
opensp-1.5.2/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
opensp-1.5.2/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
opensp-1.5.2/config.guess-710-    ia64:HP-UX:*:*)
opensp-1.5.2/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
opensp-1.5.2/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
opensp-1.5.2/config.guess-740-EOF
opensp-1.5.2/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
opensp-1.5.2/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
opensp-1.5.2/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
opensp-1.5.2/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
opensp-1.5.2/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
opensp-1.5.2/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
opensp-1.5.2/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
opensp-1.5.2/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
opensp-1.5.2/config.guess-832-	    amd64)
opensp-1.5.2/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
opensp-1.5.2/config.guess-834-	    *)
opensp-1.5.2/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
opensp-1.5.2/config.guess-836-	esac
##############################################
opensp-1.5.2/config.guess-890-    prep*:SunOS:5.*:*)
opensp-1.5.2/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
opensp-1.5.2/config.guess-892-	exit ;;
##############################################
opensp-1.5.2/config.guess-894-	# the GNU system
opensp-1.5.2/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
opensp-1.5.2/config.guess-896-	exit ;;
##############################################
opensp-1.5.2/config.guess-898-	# other systems with GNU libc and userland
opensp-1.5.2/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
opensp-1.5.2/config.guess-900-	exit ;;
##############################################
opensp-1.5.2/config.guess-989-EOF
opensp-1.5.2/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
opensp-1.5.2/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
opensp-1.5.2/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
opensp-1.5.2/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
opensp-1.5.2/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
opensp-1.5.2/config.guess-1283-	fi
opensp-1.5.2/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
opensp-1.5.2/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
opensp-1.5.2/config.guess-1368-    *:DragonFly:*:*)
opensp-1.5.2/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
opensp-1.5.2/config.guess-1370-	exit ;;
##############################################
opensp-1.5.2/config.guess-1381-    i*86:skyos:*:*)
opensp-1.5.2/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
opensp-1.5.2/config.guess-1383-	exit ;;
##############################################
opensp-1.5.2/config.sub-52-
opensp-1.5.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
opensp-1.5.2/config.sub-54-
##############################################
opensp-1.5.2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
opensp-1.5.2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
opensp-1.5.2/config.sub-117-case $maybe_os in
##############################################
opensp-1.5.2/config.sub-123-    os=-$maybe_os
opensp-1.5.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
opensp-1.5.2/config.sub-125-    ;;
##############################################
opensp-1.5.2/config.sub-127-    os=-linux-android
opensp-1.5.2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
opensp-1.5.2/config.sub-129-    ;;
opensp-1.5.2/config.sub-130-  *)
opensp-1.5.2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
opensp-1.5.2/config.sub-132-    if [ $basic_machine != $1 ]
opensp-1.5.2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
opensp-1.5.2/config.sub-134-    else os=; fi
##############################################
opensp-1.5.2/config.sub-181-		os=-sco5v6
opensp-1.5.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-183-		;;
##############################################
opensp-1.5.2/config.sub-185-		os=-sco3.2v5
opensp-1.5.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-187-		;;
##############################################
opensp-1.5.2/config.sub-189-		os=-sco3.2v4
opensp-1.5.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-191-		;;
opensp-1.5.2/config.sub-192-	-sco3.2.[4-9]*)
opensp-1.5.2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
opensp-1.5.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-195-		;;
##############################################
opensp-1.5.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
opensp-1.5.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-199-		;;
##############################################
opensp-1.5.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
opensp-1.5.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-203-		;;
##############################################
opensp-1.5.2/config.sub-205-		os=-sco3.2v2
opensp-1.5.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-207-		;;
opensp-1.5.2/config.sub-208-	-udk*)
opensp-1.5.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-210-		;;
##############################################
opensp-1.5.2/config.sub-212-		os=-isc2.2
opensp-1.5.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-214-		;;
##############################################
opensp-1.5.2/config.sub-218-	-isc*)
opensp-1.5.2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
opensp-1.5.2/config.sub-220-		;;
##############################################
opensp-1.5.2/config.sub-230-	-ptx*)
opensp-1.5.2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
opensp-1.5.2/config.sub-232-		;;
opensp-1.5.2/config.sub-233-	-windowsnt*)
opensp-1.5.2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
opensp-1.5.2/config.sub-235-		;;
##############################################
opensp-1.5.2/config.sub-367-	*-*-*)
opensp-1.5.2/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
opensp-1.5.2/config.sub-369-		exit 1
##############################################
opensp-1.5.2/config.sub-494-	amd64-*)
opensp-1.5.2/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-496-		;;
##############################################
opensp-1.5.2/config.sub-539-	blackfin-*)
opensp-1.5.2/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-541-		os=-linux
##############################################
opensp-1.5.2/config.sub-547-	c54x-*)
opensp-1.5.2/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-549-		;;
opensp-1.5.2/config.sub-550-	c55x-*)
opensp-1.5.2/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-552-		;;
opensp-1.5.2/config.sub-553-	c6x-*)
opensp-1.5.2/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-555-		;;
##############################################
opensp-1.5.2/config.sub-750-	i*86v32)
opensp-1.5.2/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
opensp-1.5.2/config.sub-752-		os=-sysv32
##############################################
opensp-1.5.2/config.sub-754-	i*86v4*)
opensp-1.5.2/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
opensp-1.5.2/config.sub-756-		os=-sysv4
##############################################
opensp-1.5.2/config.sub-758-	i*86v)
opensp-1.5.2/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
opensp-1.5.2/config.sub-760-		os=-sysv
##############################################
opensp-1.5.2/config.sub-762-	i*86sol2)
opensp-1.5.2/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
opensp-1.5.2/config.sub-764-		os=-solaris2
##############################################
opensp-1.5.2/config.sub-788-	leon-*|leon[3-9]-*)
opensp-1.5.2/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
opensp-1.5.2/config.sub-790-		;;
##############################################
opensp-1.5.2/config.sub-795-	m68knommu-*)
opensp-1.5.2/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-797-		os=-linux
##############################################
opensp-1.5.2/config.sub-832-	mips3*-*)
opensp-1.5.2/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
opensp-1.5.2/config.sub-834-		;;
opensp-1.5.2/config.sub-835-	mips3*)
opensp-1.5.2/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
opensp-1.5.2/config.sub-837-		;;
##############################################
opensp-1.5.2/config.sub-854-	ms1-*)
opensp-1.5.2/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
opensp-1.5.2/config.sub-856-		;;
##############################################
opensp-1.5.2/config.sub-973-	parisc-*)
opensp-1.5.2/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-975-		os=-linux
##############################################
opensp-1.5.2/config.sub-989-	pc98-*)
opensp-1.5.2/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-991-		;;
##############################################
opensp-1.5.2/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
opensp-1.5.2/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1006-		;;
opensp-1.5.2/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
opensp-1.5.2/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1009-		;;
opensp-1.5.2/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
opensp-1.5.2/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1012-		;;
opensp-1.5.2/config.sub-1013-	pentium4-*)
opensp-1.5.2/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1015-		;;
##############################################
opensp-1.5.2/config.sub-1023-	ppc-* | ppcbe-*)
opensp-1.5.2/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1025-		;;
##############################################
opensp-1.5.2/config.sub-1029-	ppcle-* | powerpclittle-*)
opensp-1.5.2/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1031-		;;
##############################################
opensp-1.5.2/config.sub-1033-		;;
opensp-1.5.2/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1035-		;;
##############################################
opensp-1.5.2/config.sub-1039-	ppc64le-* | powerpc64little-*)
opensp-1.5.2/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1041-		;;
##############################################
opensp-1.5.2/config.sub-1122-	strongarm-* | thumb-*)
opensp-1.5.2/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
opensp-1.5.2/config.sub-1124-		;;
##############################################
opensp-1.5.2/config.sub-1252-	xscale-* | xscalee[bl]-*)
opensp-1.5.2/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
opensp-1.5.2/config.sub-1254-		;;
##############################################
opensp-1.5.2/config.sub-1329-	*)
opensp-1.5.2/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
opensp-1.5.2/config.sub-1331-		exit 1
##############################################
opensp-1.5.2/config.sub-1337-	*-digital*)
opensp-1.5.2/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
opensp-1.5.2/config.sub-1339-		;;
opensp-1.5.2/config.sub-1340-	*-commodore*)
opensp-1.5.2/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
opensp-1.5.2/config.sub-1342-		;;
##############################################
opensp-1.5.2/config.sub-1358-	-solaris1 | -solaris1.*)
opensp-1.5.2/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
opensp-1.5.2/config.sub-1360-		;;
##############################################
opensp-1.5.2/config.sub-1370-	-gnu/linux*)
opensp-1.5.2/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
opensp-1.5.2/config.sub-1372-		;;
##############################################
opensp-1.5.2/config.sub-1416-	-nto*)
opensp-1.5.2/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
opensp-1.5.2/config.sub-1418-		;;
##############################################
opensp-1.5.2/config.sub-1423-	-mac*)
opensp-1.5.2/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
opensp-1.5.2/config.sub-1425-		;;
##############################################
opensp-1.5.2/config.sub-1429-	-linux*)
opensp-1.5.2/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
opensp-1.5.2/config.sub-1431-		;;
opensp-1.5.2/config.sub-1432-	-sunos5*)
opensp-1.5.2/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
opensp-1.5.2/config.sub-1434-		;;
opensp-1.5.2/config.sub-1435-	-sunos6*)
opensp-1.5.2/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
opensp-1.5.2/config.sub-1437-		;;
##############################################
opensp-1.5.2/config.sub-1484-	-sinix5.*)
opensp-1.5.2/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
opensp-1.5.2/config.sub-1486-		;;
##############################################
opensp-1.5.2/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
opensp-1.5.2/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
opensp-1.5.2/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
opensp-1.5.2/config.sub-1540-		exit 1
##############################################
opensp-1.5.2/config.sub-1800-		esac
opensp-1.5.2/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
opensp-1.5.2/config.sub-1802-		;;