===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
galax-1.1/factorization/factorize_flwor.ml-26-   return <a> { for $y in ...
galax-1.1/factorization/factorize_flwor.ml:27:                where $x = $y } </a>
galax-1.1/factorization/factorize_flwor.ml-28-
##############################################
galax-1.1/factorization/factorize_flwor.ml-31-   let $FLWOR_norm := for $y in ...
galax-1.1/factorization/factorize_flwor.ml:32:                      where $x = $y
galax-1.1/factorization/factorize_flwor.ml-33-   return <a> { $FLWOR_norm } </a>
##############################################
galax-1.1/examples/c_api/Makefile-188-run$(EXAMPLE): $(EXAMPLE).out $(EXAMPLE).expect
galax-1.1/examples/c_api/Makefile:189:	if [[ -z "`cmp $(EXAMPLE).out $(EXAMPLE).expect`" ]]; then echo "$(EXAMPLE) passed"; else $(MAKE) TEST=$(EXAMPLE) error; fi;
galax-1.1/examples/c_api/Makefile-190-
##############################################
galax-1.1/examples/c_api/Makefile-194-run$(TEST1): $(TEST1).out $(TEST1).expect
galax-1.1/examples/c_api/Makefile:195:	if [[ -z "`cmp $(TEST1).out $(TEST1).expect`" ]]; then echo "$(TEST1) passed"; else $(MAKE) TEST=$(TEST1) error; fi;
galax-1.1/examples/c_api/Makefile-196-
##############################################
galax-1.1/examples/c_api/Makefile-inst-143-run$(EXAMPLE): $(EXAMPLE).out $(EXAMPLE).expect
galax-1.1/examples/c_api/Makefile-inst:144:	if [[ -z "`cmp $(EXAMPLE).out $(EXAMPLE).expect`" ]]; then echo "$(EXAMPLE) passed"; else $(MAKE) TEST=$(EXAMPLE) error; fi;
galax-1.1/examples/c_api/Makefile-inst-145-
##############################################
galax-1.1/examples/c_api/Makefile-inst-149-run$(TEST1): $(TEST1).out $(TEST1).expect
galax-1.1/examples/c_api/Makefile-inst:150:	if [[ -z "`cmp $(TEST1).out $(TEST1).expect`" ]]; then echo "$(TEST1) passed"; else $(MAKE) TEST=$(TEST1) error; fi;
galax-1.1/examples/c_api/Makefile-inst-151-
##############################################
galax-1.1/examples/java_api/Makefile-177-        $(JAVA) -classpath .:$(LOCALPREFIX)/galapi/java_api/galapi.jar Example >$(EXAMPLE).out; )
galax-1.1/examples/java_api/Makefile:178:	if [[ -z "`cmp $(EXAMPLE).out $(EXAMPLE).expect`" ]]; then echo "$(EXAMPLE) passed"; else $(MAKE) TEST=$(EXAMPLE) error; fi;
galax-1.1/examples/java_api/Makefile-179-
##############################################
galax-1.1/examples/java_api/Makefile-182-	$(JAVA) $(JAVACLASSPATH) Test >$(TEST).out)
galax-1.1/examples/java_api/Makefile:183:	if [[ -z "`cmp $(TEST).out $(TEST).expect`" ]]; then echo "$(TEST) passed"; else $(MAKE) TEST=$(TEST) error; fi;
galax-1.1/examples/java_api/Makefile-184-
##############################################
galax-1.1/examples/java_api/Makefile-inst-133-        $(JAVA) -classpath .:$(CONF_GALAX_JAVA_API)/galapi.jar Example >$(EXAMPLE).out; )
galax-1.1/examples/java_api/Makefile-inst:134:	if [[ -z "`cmp $(EXAMPLE).out $(EXAMPLE).expect`" ]]; then echo "$(EXAMPLE) passed"; else $(MAKE) TEST=$(EXAMPLE) error; fi;
galax-1.1/examples/java_api/Makefile-inst-135-
##############################################
galax-1.1/examples/java_api/Makefile-inst-138-	$(JAVA) -classpath .:$(CONF_GALAX_JAVA_API)/galapi.jar Test >$(TEST).out)
galax-1.1/examples/java_api/Makefile-inst:139:	if [[ -z "`cmp $(TEST).out $(TEST).expect`" ]]; then echo "$(TEST) passed"; else $(MAKE) TEST=$(TEST) error; fi;
galax-1.1/examples/java_api/Makefile-inst-140-
##############################################
galax-1.1/code_selection/cs_code_selection_expr.ml-299-   evaluate the outer  most operation first.
galax-1.1/code_selection/cs_code_selection_expr.ml:300:   so $x ++ $y -> eval($y), eval($x), eval(++)2
galax-1.1/code_selection/cs_code_selection_expr.ml-301-   For variable hiding (see ConcatTuple)
##############################################
galax-1.1/code_selection/code/code_util_join.ml-172-
galax-1.1/code_selection/code/code_util_join.ml:173:[[ where ($x = $y) ]
galax-1.1/code_selection/code/code_util_join.ml-174- ==
galax-1.1/code_selection/code/code_util_join.ml:175:where fn:boolean( [[ $x = $y ]] )
galax-1.1/code_selection/code/code_util_join.ml-176-
##############################################
galax-1.1/usecases/xmark_usecase.xq-20-for    $b in $auction/site/open_auctions/open_auction
galax-1.1/usecases/xmark_usecase.xq:21:where  $b/bidder[1]/increase/text() * 2.0 <= $b/bidder[last()]/increase/text()
galax-1.1/usecases/xmark_usecase.xq-22-return <increase first="{ $b/bidder[1]/increase/text() }"
##############################################
galax-1.1/usecases/xmark_usecase.xq-67-let $a := for $t in $auction/site/closed_auctions/closed_auction
galax-1.1/usecases/xmark_usecase.xq:68:             where $t/buyer/@person = $p/@id
galax-1.1/usecases/xmark_usecase.xq-69-             return $t
##############################################
galax-1.1/usecases/xmark_usecase.xq-79-  for $t in $auction/site/closed_auctions/closed_auction
galax-1.1/usecases/xmark_usecase.xq:80:  where $p/@id = $t/buyer/@person
galax-1.1/usecases/xmark_usecase.xq-81-  return
##############################################
galax-1.1/usecases/xmark_usecase.xq-83-    for $t2 in $auction/site/regions/europe/item
galax-1.1/usecases/xmark_usecase.xq:84:    where $t/itemref/@item = $t2/@id
galax-1.1/usecases/xmark_usecase.xq-85-    return $t2
##############################################
galax-1.1/usecases/xmark_usecase.xq-95-let $p := for    $t in $auction/site/people/person
galax-1.1/usecases/xmark_usecase.xq:96:          where  $t/profile/interest/@category = $i
galax-1.1/usecases/xmark_usecase.xq-97-            return
##############################################
galax-1.1/usecases/ns_usecase.xq-66-        $buyer_id := $a/ma:Trading_Partners/ma:High_Bidder/*:ID
galax-1.1/usecases/ns_usecase.xq:67:    where namespace-uri($seller_id) = namespace-uri($buyer_id)
galax-1.1/usecases/ns_usecase.xq-68-    return
##############################################
galax-1.1/usecases/rel_usecase.xq-62-     for $i in $items//item_tuple
galax-1.1/usecases/rel_usecase.xq:63:     where empty($bids//bid_tuple[itemno = $i/itemno])
galax-1.1/usecases/rel_usecase.xq-64-     return
##############################################
galax-1.1/usecases/rel_usecase.xq-170-         $user in $users//user_tuple
galax-1.1/usecases/rel_usecase.xq:171:     where $user/userid = $highbid/userid
galax-1.1/usecases/rel_usecase.xq-172-       and $highbid/bid = max($bids//bid_tuple[itemno=$highbid/itemno]/bid)
##############################################
galax-1.1/usecases/rel_usecase.xq-191-             $b in $bids//bid_tuple[itemno = $item/itemno]
galax-1.1/usecases/rel_usecase.xq:192:         where $b/bid = $highbid
galax-1.1/usecases/rel_usecase.xq-193-         return
##############################################
galax-1.1/usecases/rel_usecase.xq-212-         $bc in $bid_counts
galax-1.1/usecases/rel_usecase.xq:213:     where $bc/nbids =  $maxbids and $item/itemno = $bc/itemno
galax-1.1/usecases/rel_usecase.xq-214-     return
##############################################
galax-1.1/usecases/xqupdate/addressbook_usecase.xq-5-   $v2 in doc("docs/copy2.xml")/agenda-version/entry
galax-1.1/usecases/xqupdate/addressbook_usecase.xq:6:where $a/name = $v1/name
galax-1.1/usecases/xqupdate/addressbook_usecase.xq-7- and $v1/name = $v2/name
##############################################
galax-1.1/usecases/xmp_usecase.xq-5-   for $b in $bib/bib/book
galax-1.1/usecases/xmp_usecase.xq:6:   where $b/publisher = "Addison-Wesley" and $b/@year > 1991
galax-1.1/usecases/xmp_usecase.xq-7-   return
##############################################
galax-1.1/usecases/xmp_usecase.xq-79-         $a in $reviews//entry
galax-1.1/usecases/xmp_usecase.xq:80:     where $b/title = $a/title
galax-1.1/usecases/xmp_usecase.xq-81-     return
##############################################
galax-1.1/usecases/xmp_usecase.xq-118-     for $b in $bib/bib//book
galax-1.1/usecases/xmp_usecase.xq:119:     where $b/publisher = "Addison-Wesley" and $b/@year > 1991
galax-1.1/usecases/xmp_usecase.xq-120-     order by $b/title 
##############################################
galax-1.1/usecases/parts_context.xq-8-             for $s in $partlist//part
galax-1.1/usecases/parts_context.xq:9:             where $s/@partof = $p/@partid
galax-1.1/usecases/parts_context.xq-10-             return local:one_level($s)
##############################################
galax-1.1/usecases/STATUS-140-            $buyer_id := $a/ma:Trading_Partners/ma:High_Bidder/*:ID
galax-1.1/usecases/STATUS:141:        where namespace-uri($seller_id) = namespace-uri($buyer_id)
galax-1.1/usecases/STATUS-142-        return
##############################################
galax-1.1/config/config.sub-54-
galax-1.1/config/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
galax-1.1/config/config.sub-56-
##############################################
galax-1.1/config/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
galax-1.1/config/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
galax-1.1/config/config.sub-120-case $maybe_os in
##############################################
galax-1.1/config/config.sub-123-    os=-$maybe_os
galax-1.1/config/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
galax-1.1/config/config.sub-125-    ;;
galax-1.1/config/config.sub-126-  *)
galax-1.1/config/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
galax-1.1/config/config.sub-128-    if [ $basic_machine != $1 ]
galax-1.1/config/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
galax-1.1/config/config.sub-130-    else os=; fi
##############################################
galax-1.1/config/config.sub-174-		os=-sco3.2v5
galax-1.1/config/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-176-		;;
##############################################
galax-1.1/config/config.sub-178-		os=-sco3.2v4
galax-1.1/config/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-180-		;;
galax-1.1/config/config.sub-181-	-sco3.2.[4-9]*)
galax-1.1/config/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
galax-1.1/config/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-184-		;;
##############################################
galax-1.1/config/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
galax-1.1/config/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-188-		;;
##############################################
galax-1.1/config/config.sub-190-		os=-sco3.2v2
galax-1.1/config/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-192-		;;
galax-1.1/config/config.sub-193-	-udk*)
galax-1.1/config/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-195-		;;
##############################################
galax-1.1/config/config.sub-197-		os=-isc2.2
galax-1.1/config/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-199-		;;
##############################################
galax-1.1/config/config.sub-203-	-isc*)
galax-1.1/config/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
galax-1.1/config/config.sub-205-		;;
##############################################
galax-1.1/config/config.sub-209-	-ptx*)
galax-1.1/config/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
galax-1.1/config/config.sub-211-		;;
galax-1.1/config/config.sub-212-	-windowsnt*)
galax-1.1/config/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
galax-1.1/config/config.sub-214-		;;
##############################################
galax-1.1/config/config.sub-289-	*-*-*)
galax-1.1/config/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
galax-1.1/config/config.sub-291-		exit 1
##############################################
galax-1.1/config/config.sub-386-	amd64-*)
galax-1.1/config/config.sub:387:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-388-		;;
##############################################
galax-1.1/config/config.sub-592-	i*86v32)
galax-1.1/config/config.sub:593:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
galax-1.1/config/config.sub-594-		os=-sysv32
##############################################
galax-1.1/config/config.sub-596-	i*86v4*)
galax-1.1/config/config.sub:597:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
galax-1.1/config/config.sub-598-		os=-sysv4
##############################################
galax-1.1/config/config.sub-600-	i*86v)
galax-1.1/config/config.sub:601:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
galax-1.1/config/config.sub-602-		os=-sysv
##############################################
galax-1.1/config/config.sub-604-	i*86sol2)
galax-1.1/config/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
galax-1.1/config/config.sub-606-		os=-solaris2
##############################################
galax-1.1/config/config.sub-652-	mips3*-*)
galax-1.1/config/config.sub:653:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
galax-1.1/config/config.sub-654-		;;
galax-1.1/config/config.sub-655-	mips3*)
galax-1.1/config/config.sub:656:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
galax-1.1/config/config.sub-657-		;;
##############################################
galax-1.1/config/config.sub-798-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
galax-1.1/config/config.sub:799:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-800-		;;
galax-1.1/config/config.sub-801-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
galax-1.1/config/config.sub:802:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-803-		;;
galax-1.1/config/config.sub-804-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
galax-1.1/config/config.sub:805:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-806-		;;
galax-1.1/config/config.sub-807-	pentium4-*)
galax-1.1/config/config.sub:808:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-809-		;;
##############################################
galax-1.1/config/config.sub-816-		;;
galax-1.1/config/config.sub:817:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-818-		;;
##############################################
galax-1.1/config/config.sub-822-	ppcle-* | powerpclittle-*)
galax-1.1/config/config.sub:823:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-824-		;;
##############################################
galax-1.1/config/config.sub-826-		;;
galax-1.1/config/config.sub:827:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-828-		;;
##############################################
galax-1.1/config/config.sub-832-	ppc64le-* | powerpc64little-*)
galax-1.1/config/config.sub:833:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
galax-1.1/config/config.sub-834-		;;
##############################################
galax-1.1/config/config.sub-1101-	*)
galax-1.1/config/config.sub:1102:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
galax-1.1/config/config.sub-1103-		exit 1
##############################################
galax-1.1/config/config.sub-1109-	*-digital*)
galax-1.1/config/config.sub:1110:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
galax-1.1/config/config.sub-1111-		;;
galax-1.1/config/config.sub-1112-	*-commodore*)
galax-1.1/config/config.sub:1113:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
galax-1.1/config/config.sub-1114-		;;
##############################################
galax-1.1/config/config.sub-1127-	-solaris1 | -solaris1.*)
galax-1.1/config/config.sub:1128:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
galax-1.1/config/config.sub-1129-		;;
##############################################
galax-1.1/config/config.sub-1139-	-gnu/linux*)
galax-1.1/config/config.sub:1140:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
galax-1.1/config/config.sub-1141-		;;
##############################################
galax-1.1/config/config.sub-1180-	-nto*)
galax-1.1/config/config.sub:1181:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
galax-1.1/config/config.sub-1182-		;;
##############################################
galax-1.1/config/config.sub-1187-	-mac*)
galax-1.1/config/config.sub:1188:		os=`echo $os | sed -e 's|mac|macos|'`
galax-1.1/config/config.sub-1189-		;;
##############################################
galax-1.1/config/config.sub-1193-	-linux*)
galax-1.1/config/config.sub:1194:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
galax-1.1/config/config.sub-1195-		;;
galax-1.1/config/config.sub-1196-	-sunos5*)
galax-1.1/config/config.sub:1197:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
galax-1.1/config/config.sub-1198-		;;
galax-1.1/config/config.sub-1199-	-sunos6*)
galax-1.1/config/config.sub:1200:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
galax-1.1/config/config.sub-1201-		;;
##############################################
galax-1.1/config/config.sub-1248-	-sinix5.*)
galax-1.1/config/config.sub:1249:		os=`echo $os | sed -e 's|sinix|sysv|'`
galax-1.1/config/config.sub-1250-		;;
##############################################
galax-1.1/config/config.sub-1296-		# Get rid of the `-' at the beginning of $os.
galax-1.1/config/config.sub:1297:		os=`echo $os | sed 's/[^-]*-//'`
galax-1.1/config/config.sub:1298:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
galax-1.1/config/config.sub-1299-		exit 1
##############################################
galax-1.1/config/config.sub-1532-		esac
galax-1.1/config/config.sub:1533:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
galax-1.1/config/config.sub-1534-		;;
##############################################
galax-1.1/config/config.guess-37-
galax-1.1/config/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
galax-1.1/config/config.guess-39-
##############################################
galax-1.1/config/config.guess-106-: ${TMPDIR=/tmp} ;
galax-1.1/config/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
galax-1.1/config/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
galax-1.1/config/config.guess-191-	    *)
galax-1.1/config/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
galax-1.1/config/config.guess-193-		;;
##############################################
galax-1.1/config/config.guess-258-	if test $UNAME_RELEASE = "V4.0"; then
galax-1.1/config/config.guess:259:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
galax-1.1/config/config.guess-260-	fi
##############################################
galax-1.1/config/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
galax-1.1/config/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
galax-1.1/config/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
galax-1.1/config/config.guess-301-	# 1.2 uses "1.2" for uname -r.
galax-1.1/config/config.guess:302:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
galax-1.1/config/config.guess-303-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-355-    sun4H:SunOS:5.*:*)
galax-1.1/config/config.guess:356:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
galax-1.1/config/config.guess-357-	exit 0 ;;
galax-1.1/config/config.guess-358-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
galax-1.1/config/config.guess:359:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
galax-1.1/config/config.guess-360-	exit 0 ;;
galax-1.1/config/config.guess-361-    i86pc:SunOS:5.*:*)
galax-1.1/config/config.guess:362:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
galax-1.1/config/config.guess-363-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-367-	# it's likely to be more like Solaris than SunOS4.
galax-1.1/config/config.guess:368:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
galax-1.1/config/config.guess-369-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-376-	# Japanese Language versions have a version number like `4.1.3-JL'.
galax-1.1/config/config.guess:377:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
galax-1.1/config/config.guess-378-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-382-    sun*:*:4.2BSD:*)
galax-1.1/config/config.guess:383:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
galax-1.1/config/config.guess-384-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
galax-1.1/config/config.guess-464-	$CC_FOR_BUILD -o $dummy $dummy.c \
galax-1.1/config/config.guess:465:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
galax-1.1/config/config.guess-466-	  && exit 0
##############################################
galax-1.1/config/config.guess-519-    *:IRIX*:*:*)
galax-1.1/config/config.guess:520:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
galax-1.1/config/config.guess-521-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-558-    *:AIX:*:[45])
galax-1.1/config/config.guess:559:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
galax-1.1/config/config.guess-560-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
galax-1.1/config/config.guess-593-    9000/[34678]??:HP-UX:*:*)
galax-1.1/config/config.guess:594:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
galax-1.1/config/config.guess-595-	case "${UNAME_MACHINE}" in
##############################################
galax-1.1/config/config.guess-647-EOF
galax-1.1/config/config.guess:648:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
galax-1.1/config/config.guess-649-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
galax-1.1/config/config.guess-665-    ia64:HP-UX:*:*)
galax-1.1/config/config.guess:666:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
galax-1.1/config/config.guess-667-	echo ia64-hp-hpux${HPUX_REV}
##############################################
galax-1.1/config/config.guess-765-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
galax-1.1/config/config.guess:766:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
galax-1.1/config/config.guess-767-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
galax-1.1/config/config.guess-770-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
galax-1.1/config/config.guess:771:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
galax-1.1/config/config.guess-772-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
galax-1.1/config/config.guess-793-EOF
galax-1.1/config/config.guess:794:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
galax-1.1/config/config.guess-795-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
galax-1.1/config/config.guess-797-	case ${LIBC} in gnu) kernel_only='k' ;; esac
galax-1.1/config/config.guess:798:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
galax-1.1/config/config.guess-799-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-827-    prep*:SunOS:5.*:*)
galax-1.1/config/config.guess:828:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
galax-1.1/config/config.guess-829-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-831-	# the GNU system
galax-1.1/config/config.guess:832:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
galax-1.1/config/config.guess-833-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-835-	# other systems with GNU libc and userland
galax-1.1/config/config.guess:836:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
galax-1.1/config/config.guess-837-	exit 0 ;;
##############################################
galax-1.1/config/config.guess-871-EOF
galax-1.1/config/config.guess:872:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
galax-1.1/config/config.guess-873-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
galax-1.1/config/config.guess-890-EOF
galax-1.1/config/config.guess:891:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
galax-1.1/config/config.guess-892-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
galax-1.1/config/config.guess-991-EOF
galax-1.1/config/config.guess:992:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
galax-1.1/config/config.guess-993-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
galax-1.1/config/config.guess-1030-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
galax-1.1/config/config.guess:1031:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
galax-1.1/config/config.guess-1032-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
galax-1.1/config/config.guess-1257-    *:DragonFly:*:*)
galax-1.1/config/config.guess:1258:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
galax-1.1/config/config.guess-1259-	exit 0 ;;
##############################################
galax-1.1/toplevel/galax_server_util.ml-147-  let gui_sockaddr_ref = ref None
galax-1.1/toplevel/galax_server_util.ml:148:  let gui_sockaddr () =
galax-1.1/toplevel/galax_server_util.ml-149-    match !gui_sockaddr_ref with
##############################################
galax-1.1/toplevel/galax_server_util.ml-168-(*    Printf.eprintf "Gui report: %s\n%!" (string_of_guievent ge);   *)
galax-1.1/toplevel/galax_server_util.ml:169:    match gui_sockaddr() with
galax-1.1/toplevel/galax_server_util.ml-170-      None -> Printf.eprintf "UDP socket addr None"
##############################################
galax-1.1/regress/diff.xq-52-   for $o in $old//test-case
galax-1.1/regress/diff.xq:53:   where $n/@name = $o/@name
galax-1.1/regress/diff.xq-54-   return
##############################################
galax-1.1/debian/patches/0002-Make-OCaml-version-requirement-a-lower-bound.patch-14- 
galax-1.1/debian/patches/0002-Make-OCaml-version-requirement-a-lower-bound.patch:15: 	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/debian/patches/0002-Make-OCaml-version-requirement-a-lower-bound.patch:16: 	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/debian/patches/0002-Make-OCaml-version-requirement-a-lower-bound.patch-17--        if [ "${ocaml_major_version}" != "${ocaml_version}" ] 
##############################################
galax-1.1/debian/patches/0007-Fix-build-with-camomile-0.8.3.patch-96-@@ -816,7 +816,11 @@ then
galax-1.1/debian/patches/0007-Fix-build-with-camomile-0.8.3.patch:97: 		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/debian/patches/0007-Fix-build-with-camomile-0.8.3.patch-98- 	fi
##############################################
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch-119-@@ -124,6 +124,7 @@ usage() {
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:120: #		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:121: #		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:122: #		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:123:+#		ocaml_netstring_pcre:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring-pcre)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:124: #		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:125: #		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:126: #		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch-127-@@ -191,6 +192,7 @@ ocaml_stdlib=
##############################################
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch-163-+	then
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch:164:+		ocaml_netstring_pcre=`$tool_ocamlfind query netstring-pcre 2>/dev/null`
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch-165-+	fi
##############################################
galax-1.1/debian/patches/0011-Compile-with-ocamlnet-4.0.4.patch-23-@@ -733,11 +733,11 @@ then
galax-1.1/debian/patches/0011-Compile-with-ocamlnet-4.0.4.patch:24: 		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/debian/patches/0011-Compile-with-ocamlnet-4.0.4.patch-25- 	fi
##############################################
galax-1.1/debian/patches/0014-Fix-compilation-with-camomile-1.0.patch-63-@@ -838,7 +838,14 @@ then
galax-1.1/debian/patches/0014-Fix-compilation-with-camomile-1.0.patch:64: 		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/debian/patches/0014-Fix-compilation-with-camomile-1.0.patch-65- 	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-30-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-42-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-54-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-73-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-82-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-91-		eval "$e"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-117-#
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:127:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:128:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:129:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:130:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:131:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:132:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:133:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:134:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:135:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:136:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-137-
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:138:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:139:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:140:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-141-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-403-		-enable-*)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:404:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-405-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-409-		-disable-*)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:410:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-411-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-415-		-with-*)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:416:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-417-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-421-		-without-*)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:422:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-423-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-435-		-*)
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:436:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-437-			check_popt "$opt"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-460-fi
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:461:host=`./config/config.sub $host_type`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-462-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-552-
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:553:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:554:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-555-        if [ "${ocaml_major_version}" != "${ocaml_version}" ] 
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-559-        fi 
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:560:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-561-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-571-		eval "tool_$i=$xtool"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:572:	elif xtool=`findpath $i`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-573-	then
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-607-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:608:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-609-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-652-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:653:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-654-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-671-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:672:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-673-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-691-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:692:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-693-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-710-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:711:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-712-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-730-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:731:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-732-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-749-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:750:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-751-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-771-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:772:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-793-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:794:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-815-	then
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:816:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-954-			eval "tool_$i=$xtool"
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:955:		elif xtool=`findpath $i`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-956-		then
##############################################
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-1376-here=`pwd`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure:1377:sourcebase=`basename $here`
galax-1.1/.pc/0002-Make-OCaml-version-requirement-a-lower-bound.patch/configure-1378-
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-30-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-42-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-54-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-73-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-82-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-91-		eval "$e"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-117-#
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:127:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:128:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:129:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:130:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:131:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:132:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:133:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:134:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:135:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:136:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-137-
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:138:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:139:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:140:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-141-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-403-		-enable-*)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:404:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-405-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-409-		-disable-*)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:410:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-411-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-415-		-with-*)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:416:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-417-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-421-		-without-*)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:422:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-423-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-435-		-*)
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:436:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-437-			check_popt "$opt"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-460-fi
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:461:host=`./config/config.sub $host_type`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-462-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-552-
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:553:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:554:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-555-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-559-        fi 
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:560:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-561-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-571-		eval "tool_$i=$xtool"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:572:	elif xtool=`findpath $i`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-573-	then
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-607-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:608:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-609-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-652-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:653:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-654-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-671-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:672:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-673-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-691-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:692:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-693-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-710-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:711:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-712-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-730-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:731:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-732-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-749-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:750:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-751-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-771-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:772:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-793-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:794:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-815-	then
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:816:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-954-			eval "tool_$i=$xtool"
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:955:		elif xtool=`findpath $i`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-956-		then
##############################################
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-1376-here=`pwd`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure:1377:sourcebase=`basename $here`
galax-1.1/.pc/0007-Fix-build-with-camomile-0.8.3.patch/configure-1378-
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-30-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-42-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-54-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-73-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-82-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-91-		eval "$e"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-117-#
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:127:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:128:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:129:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:130:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:131:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:132:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:133:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:134:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:135:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:136:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-137-
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:138:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:139:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:140:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-141-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-403-		-enable-*)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:404:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-405-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-409-		-disable-*)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:410:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-411-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-415-		-with-*)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:416:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-417-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-421-		-without-*)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:422:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-423-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-435-		-*)
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:436:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-437-			check_popt "$opt"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-460-fi
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:461:host=`./config/config.sub $host_type`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-462-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-552-
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:553:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:554:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-555-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-559-        fi 
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:560:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-561-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-571-		eval "tool_$i=$xtool"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:572:	elif xtool=`findpath $i`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-573-	then
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-607-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:608:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-609-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-652-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:653:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-654-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-671-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:672:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-673-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-691-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:692:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-693-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-710-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:711:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-712-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-730-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:731:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-732-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-749-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:750:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-751-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-771-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:772:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-793-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:794:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-815-	then
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:816:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-958-			eval "tool_$i=$xtool"
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:959:		elif xtool=`findpath $i`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-960-		then
##############################################
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-1380-here=`pwd`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure:1381:sourcebase=`basename $here`
galax-1.1/.pc/0008-Fix-configure-for-hurd.patch/configure-1382-
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-30-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-42-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-54-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-73-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-82-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-91-		eval "$e"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-117-#
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:127:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:128:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:129:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:130:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:131:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:132:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:133:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:134:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:135:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:136:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-137-
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:138:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:139:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:140:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-141-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-403-		-enable-*)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:404:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-405-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-409-		-disable-*)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:410:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-411-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-415-		-with-*)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:416:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-417-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-421-		-without-*)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:422:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-423-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-435-		-*)
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:436:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-437-			check_popt "$opt"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-460-fi
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:461:host=`./config/config.sub $host_type`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-462-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-552-
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:553:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:554:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-555-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-559-        fi 
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:560:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-561-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-571-		eval "tool_$i=$xtool"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:572:	elif xtool=`findpath $i`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-573-	then
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-607-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:608:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-609-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-652-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:653:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-654-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-671-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:672:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-673-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-691-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:692:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-693-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-710-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:711:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-712-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-730-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:731:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-732-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-749-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:750:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-751-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-771-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:772:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-793-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:794:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-815-	then
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:816:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-958-			eval "tool_$i=$xtool"
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:959:		elif xtool=`findpath $i`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-960-		then
##############################################
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-1380-here=`pwd`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure:1381:sourcebase=`basename $here`
galax-1.1/.pc/0009-Fix-build-with-ocaml-4.01.patch/configure-1382-
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-30-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-42-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-54-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-73-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-82-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-91-		eval "$e"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-117-#
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:127:#		ocaml_netstring_pcre:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring-pcre)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:128:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:129:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:130:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:131:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:132:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:133:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:134:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:135:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:136:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:137:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-138-
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:139:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:140:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:141:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-142-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-406-		-enable-*)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:407:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-408-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-412-		-disable-*)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:413:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-414-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-418-		-with-*)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:419:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-420-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-424-		-without-*)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:425:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-426-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-438-		-*)
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:439:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-440-			check_popt "$opt"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-463-fi
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:464:host=`./config/config.sub $host_type`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-465-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-555-
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:556:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:557:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-558-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-562-        fi 
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:563:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-564-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-574-		eval "tool_$i=$xtool"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:575:	elif xtool=`findpath $i`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-576-	then
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-610-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:611:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-612-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-655-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:656:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-657-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-674-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:675:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-676-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-693-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:694:		ocaml_netstring_pcre=`$tool_ocamlfind query netstring-pcre 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-695-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-713-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:714:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-715-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-732-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:733:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-734-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-752-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:753:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-754-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-771-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:772:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-793-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:794:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-815-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:816:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-837-	then
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:838:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-839-	fi
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-980-			eval "tool_$i=$xtool"
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:981:		elif xtool=`findpath $i`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-982-		then
##############################################
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-1402-here=`pwd`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure:1403:sourcebase=`basename $here`
galax-1.1/.pc/0011-Compile-with-ocamlnet-4.0.4.patch/configure-1404-
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-30-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-42-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-54-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-73-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-82-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-91-		eval "$e"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-117-#
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:127:#		ocaml_netstring_pcre:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring-pcre)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:128:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:129:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:130:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:131:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:132:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:133:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:134:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:135:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:136:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:137:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-138-
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:139:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:140:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:141:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-142-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-406-		-enable-*)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:407:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-408-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-412-		-disable-*)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:413:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-414-			check_eopt "$opt"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-418-		-with-*)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:419:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-420-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-424-		-without-*)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:425:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-426-			check_wopt "$opt"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-438-		-*)
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:439:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-440-			check_popt "$opt"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-463-fi
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:464:host=`./config/config.sub $host_type`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-465-if [ -z "$host_type" ]
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-555-
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:556:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:557:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-558-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-562-        fi 
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:563:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-564-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-574-		eval "tool_$i=$xtool"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:575:	elif xtool=`findpath $i`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-576-	then
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-610-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:611:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-612-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-655-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:656:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-657-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-674-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:675:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-676-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-693-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:694:		ocaml_netstring_pcre=`$tool_ocamlfind query netstring-pcre 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-695-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-713-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:714:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-715-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-732-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:733:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-734-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-752-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:753:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-754-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-771-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:772:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-773-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-793-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:794:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-795-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-815-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:816:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-817-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-837-	then
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:838:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-839-	fi
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-980-			eval "tool_$i=$xtool"
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:981:		elif xtool=`findpath $i`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-982-		then
##############################################
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-1402-here=`pwd`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure:1403:sourcebase=`basename $here`
galax-1.1/.pc/0014-Fix-compilation-with-camomile-1.0.patch/configure-1404-
##############################################
galax-1.1/configure-30-		eval "$e"
galax-1.1/configure:31:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-32-		if [ $o -gt 0 ]
##############################################
galax-1.1/configure-42-		eval "$e"
galax-1.1/configure:43:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-44-		if [ $o -gt 0 ]
##############################################
galax-1.1/configure-54-		eval "$e"
galax-1.1/configure:55:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-56-		echo "    -$uopt $o"
##############################################
galax-1.1/configure-73-		eval "$e"
galax-1.1/configure:74:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-75-		echo "-enable-$uopt:"
##############################################
galax-1.1/configure-82-		eval "$e"
galax-1.1/configure:83:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-84-		echo "-with-$uopt:"
##############################################
galax-1.1/configure-91-		eval "$e"
galax-1.1/configure:92:		uopt=`echo $opt | sed -e 's/_/-/g'`
galax-1.1/configure-93-		echo "-$uopt arg:"
##############################################
galax-1.1/configure-106-#		galax_home:			This is where Galax will be installed (default=local)
galax-1.1/configure:107:#		galax_bin:			This is where Galax binaries will be installed (default=$galax_home/bin)
galax-1.1/configure:108:#		galax_lib:			This is where Galax libraries will be installed (default=$galax_home/lib)
galax-1.1/configure:109:#		galax_camllib:		This is where the CAML interface and libraries are installed (default=$galax_lib/caml)
galax-1.1/configure:110:#		galax_usecases:	This is where the usecases files are installed (default=$galax_home/usecases)
galax-1.1/configure:111:#		galax_regress:		This is where the regress files are installed (default=$galax_home/regress)
galax-1.1/configure:112:#		galax_examples:	This is where the examples files are installed (default=$galax_home/examples)
galax-1.1/configure:113:#		galax_config:		This is where the sample Makefiles are installed (default=$galax_home/config)
galax-1.1/configure:114:#		galax_capi:			This is where the C API files are installed (default=$galax_lib/c)
galax-1.1/configure:115:#		galax_javaapi:		This is where the JAVA API files are installed (default=$galax_lib/java)
galax-1.1/configure:116:#		galax_man:			This is where Galax documentation will be installed (default=$galax_home/doc)
galax-1.1/configure-117-#
galax-1.1/configure-118-#		ocaml_home:			This is where OCaml 3.10 is installed (default=local)
galax-1.1/configure:119:#		ocaml_bin:			This is where ocamlc is installed (default=$ocaml_home/bin)
galax-1.1/configure-120-#		ocaml_major_version:		O'Caml major version number 
galax-1.1/configure-121-#		ocaml_minor_version:		O'Caml minor version number 
galax-1.1/configure:122:#		ocaml_lib:			This is where ocamlc is installed (default=$ocaml_home/lib)
galax-1.1/configure:123:#		ocaml_stdlib:		This is where the OCaml std-lib is installed (default=$ocaml_lib/ocaml/std-lib)
galax-1.1/configure:124:#		ocaml_pkglib:		This is where the OCaml pkg-lib is installed (default=$ocaml_lib/ocaml/pkg-lib)
galax-1.1/configure:125:#		ocaml_pcre:			This is where the OCaml PCRE interface is installed (default=$ocaml_pkglib/pcre)
galax-1.1/configure:126:#		ocaml_netstring:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/configure:127:#		ocaml_netstring_pcre:	This is where the OCaml netstring files are installed (default=$ocaml_pkglib/netstring-pcre)
galax-1.1/configure:128:#		ocaml_equeue:	    This is where the OCaml equeue files are installed (default=$ocaml_pkglib/equeue)
galax-1.1/configure:129:#		ocaml_netclient:	This is where the OCaml netclient files are installed (default=$ocaml_pkglib/netclient)
galax-1.1/configure:130:#		ocaml_netsys:	        This is where the OCaml netsys files are installed (default=$ocaml_pkglib/netstring)
galax-1.1/configure:131:#		ocaml_pxp:			This is where the OCaml PXP files are installed (default=$ocaml_pkglib/pxp-engine)
galax-1.1/configure:132:#		ocaml_pxp_utf8:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-utf8)
galax-1.1/configure:133:#		ocaml_pxp_iso88591:	This is where the OCaml PXP UTF8 files are installed (default=$ocaml_pkglib/pxp-lex-iso88591)
galax-1.1/configure:134:#		ocaml_camomile:	This is where the OCaml Camomile files are installed (default=$ocaml_pkglib/camomile)
galax-1.1/configure:135:#		ocaml_idl:			This is where the OCaml ocamlidl package is installed (default=$ocaml_home)
galax-1.1/configure:136:#		ocaml_idl_bin:		This is where the OCaml ocamlidl bin is installed (default=$ocaml_home/bin)
galax-1.1/configure:137:#		ocaml_libasumrun:	This is where libasmrun.a is located (default=$ocaml_stdlib)
galax-1.1/configure-138-
galax-1.1/configure:139:#		clib_pcre:			This is where the PCRE C library is installed (default=$local/lib)
galax-1.1/configure:140:#		clib_bdb_lib:		This is where the BDB C library is installed (default=$local/lib)
galax-1.1/configure:141:#		clib_bdb_inc:		This is where the BDB C header is installed (default=$local/include)
galax-1.1/configure-142-#		clib_bdb_name:		This is the name of the BDB C library (default=libdb.a)
##############################################
galax-1.1/configure-406-		-enable-*)
galax-1.1/configure:407:			opt=`echo "$1" | sed -e 's/-enable-//' -e 's/-/_/g'`
galax-1.1/configure-408-			check_eopt "$opt"
##############################################
galax-1.1/configure-412-		-disable-*)
galax-1.1/configure:413:			opt=`echo "$1" | sed -e 's/-disable-//' -e 's/-/_/g'`
galax-1.1/configure-414-			check_eopt "$opt"
##############################################
galax-1.1/configure-418-		-with-*)
galax-1.1/configure:419:			opt=`echo "$1" | sed -e 's/-with-//' -e 's/-/_/g'`
galax-1.1/configure-420-			check_wopt "$opt"
##############################################
galax-1.1/configure-424-		-without-*)
galax-1.1/configure:425:			opt=`echo "$1" | sed -e 's/-without-//' -e 's/-/_/g'`
galax-1.1/configure-426-			check_wopt "$opt"
##############################################
galax-1.1/configure-438-		-*)
galax-1.1/configure:439:			opt=`echo "$1" | sed -e 's/^-*//' -e 's/-/_/g'`
galax-1.1/configure-440-			check_popt "$opt"
##############################################
galax-1.1/configure-463-fi
galax-1.1/configure:464:host=`./config/config.sub $host_type`
galax-1.1/configure-465-if [ -z "$host_type" ]
##############################################
galax-1.1/configure-555-
galax-1.1/configure:556:	ocamlv=`$ocaml_bin/ocaml -version | sed -e 's/.*version //g'`
galax-1.1/configure:557:	ocaml_major_version=`echo ${ocamlv} | sed -e 's/\.[0-9]$//g'`
galax-1.1/configure-558-        if [ "${ocaml_major_version}" \< "${ocaml_version}" ]
##############################################
galax-1.1/configure-562-        fi 
galax-1.1/configure:563:	ocaml_minor_version=`echo $ocamlv | sed -e 's/[0-9]\.[0-9][0-9]\.//g'`
galax-1.1/configure-564-	echo "Setting ocaml_major_version to $ocaml_major_version"
##############################################
galax-1.1/configure-574-		eval "tool_$i=$xtool"
galax-1.1/configure:575:	elif xtool=`findpath $i`
galax-1.1/configure-576-	then
##############################################
galax-1.1/configure-610-	then
galax-1.1/configure:611:		ocaml_stdlib=`$ocaml_bin/ocamlc -where`
galax-1.1/configure-612-	fi
##############################################
galax-1.1/configure-655-	then
galax-1.1/configure:656:		ocaml_pcre=`$tool_ocamlfind query pcre 2>/dev/null`
galax-1.1/configure-657-	fi
##############################################
galax-1.1/configure-674-	then
galax-1.1/configure:675:		ocaml_netstring=`$tool_ocamlfind query netstring 2>/dev/null`
galax-1.1/configure-676-	fi
##############################################
galax-1.1/configure-693-	then
galax-1.1/configure:694:		ocaml_netstring_pcre=`$tool_ocamlfind query netstring-pcre 2>/dev/null`
galax-1.1/configure-695-	fi
##############################################
galax-1.1/configure-713-	then
galax-1.1/configure:714:		ocaml_equeue=`$tool_ocamlfind query equeue 2>/dev/null`
galax-1.1/configure-715-	fi
##############################################
galax-1.1/configure-732-	then
galax-1.1/configure:733:		ocaml_netclient=`$tool_ocamlfind query netclient 2>/dev/null`
galax-1.1/configure-734-	fi
##############################################
galax-1.1/configure-752-	then
galax-1.1/configure:753:		ocaml_netsys=`$tool_ocamlfind query netsys 2>/dev/null`
galax-1.1/configure-754-	fi
##############################################
galax-1.1/configure-771-	then
galax-1.1/configure:772:		ocaml_pxp=`$tool_ocamlfind query pxp-engine 2>/dev/null`
galax-1.1/configure-773-	fi
##############################################
galax-1.1/configure-793-	then
galax-1.1/configure:794:		ocaml_pxp_iso88591=`$tool_ocamlfind query pxp-lex-iso88591 2>/dev/null`
galax-1.1/configure-795-	fi
##############################################
galax-1.1/configure-815-	then
galax-1.1/configure:816:		ocaml_pxp_utf8=`$tool_ocamlfind query pxp-lex-utf8 2>/dev/null`
galax-1.1/configure-817-	fi
##############################################
galax-1.1/configure-837-	then
galax-1.1/configure:838:		ocaml_camomile=`$tool_ocamlfind query camomile 2>/dev/null`
galax-1.1/configure-839-	fi
##############################################
galax-1.1/configure-987-			eval "tool_$i=$xtool"
galax-1.1/configure:988:		elif xtool=`findpath $i`
galax-1.1/configure-989-		then
##############################################
galax-1.1/configure-1409-here=`pwd`
galax-1.1/configure:1410:sourcebase=`basename $here`
galax-1.1/configure-1411-