===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gpt-1.1/config.sub-59-
gpt-1.1/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
gpt-1.1/config.sub-61-
##############################################
gpt-1.1/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
gpt-1.1/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gpt-1.1/config.sub-126-case $maybe_os in
##############################################
gpt-1.1/config.sub-131-    os=-$maybe_os
gpt-1.1/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gpt-1.1/config.sub-133-    ;;
gpt-1.1/config.sub-134-  *)
gpt-1.1/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gpt-1.1/config.sub-136-    if [ $basic_machine != $1 ]
gpt-1.1/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
gpt-1.1/config.sub-138-    else os=; fi
##############################################
gpt-1.1/config.sub-185-		os=-sco5v6
gpt-1.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-187-		;;
##############################################
gpt-1.1/config.sub-189-		os=-sco3.2v5
gpt-1.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-191-		;;
##############################################
gpt-1.1/config.sub-193-		os=-sco3.2v4
gpt-1.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-195-		;;
gpt-1.1/config.sub-196-	-sco3.2.[4-9]*)
gpt-1.1/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gpt-1.1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-199-		;;
##############################################
gpt-1.1/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gpt-1.1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-203-		;;
##############################################
gpt-1.1/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
gpt-1.1/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-207-		;;
##############################################
gpt-1.1/config.sub-209-		os=-sco3.2v2
gpt-1.1/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-211-		;;
gpt-1.1/config.sub-212-	-udk*)
gpt-1.1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-214-		;;
##############################################
gpt-1.1/config.sub-216-		os=-isc2.2
gpt-1.1/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-218-		;;
##############################################
gpt-1.1/config.sub-222-	-isc*)
gpt-1.1/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gpt-1.1/config.sub-224-		;;
##############################################
gpt-1.1/config.sub-228-	-ptx*)
gpt-1.1/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gpt-1.1/config.sub-230-		;;
gpt-1.1/config.sub-231-	-windowsnt*)
gpt-1.1/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gpt-1.1/config.sub-233-		;;
##############################################
gpt-1.1/config.sub-324-	*-*-*)
gpt-1.1/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gpt-1.1/config.sub-326-		exit 1
##############################################
gpt-1.1/config.sub-435-	amd64-*)
gpt-1.1/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-437-		;;
##############################################
gpt-1.1/config.sub-477-	blackfin-*)
gpt-1.1/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-479-		os=-linux
##############################################
gpt-1.1/config.sub-680-	i*86v32)
gpt-1.1/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpt-1.1/config.sub-682-		os=-sysv32
##############################################
gpt-1.1/config.sub-684-	i*86v4*)
gpt-1.1/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpt-1.1/config.sub-686-		os=-sysv4
##############################################
gpt-1.1/config.sub-688-	i*86v)
gpt-1.1/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpt-1.1/config.sub-690-		os=-sysv
##############################################
gpt-1.1/config.sub-692-	i*86sol2)
gpt-1.1/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gpt-1.1/config.sub-694-		os=-solaris2
##############################################
gpt-1.1/config.sub-722-	m68knommu-*)
gpt-1.1/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-724-		os=-linux
##############################################
gpt-1.1/config.sub-755-	mips3*-*)
gpt-1.1/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gpt-1.1/config.sub-757-		;;
gpt-1.1/config.sub-758-	mips3*)
gpt-1.1/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gpt-1.1/config.sub-760-		;;
##############################################
gpt-1.1/config.sub-773-	ms1-*)
gpt-1.1/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gpt-1.1/config.sub-775-		;;
##############################################
gpt-1.1/config.sub-878-	parisc-*)
gpt-1.1/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-880-		os=-linux
##############################################
gpt-1.1/config.sub-894-	pc98-*)
gpt-1.1/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-896-		;;
##############################################
gpt-1.1/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gpt-1.1/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-911-		;;
gpt-1.1/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gpt-1.1/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-914-		;;
gpt-1.1/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gpt-1.1/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-917-		;;
gpt-1.1/config.sub-918-	pentium4-*)
gpt-1.1/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-920-		;;
##############################################
gpt-1.1/config.sub-927-		;;
gpt-1.1/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-929-		;;
##############################################
gpt-1.1/config.sub-933-	ppcle-* | powerpclittle-*)
gpt-1.1/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-935-		;;
##############################################
gpt-1.1/config.sub-937-		;;
gpt-1.1/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-939-		;;
##############################################
gpt-1.1/config.sub-943-	ppc64le-* | powerpc64little-*)
gpt-1.1/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gpt-1.1/config.sub-945-		;;
##############################################
gpt-1.1/config.sub-1240-	*)
gpt-1.1/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gpt-1.1/config.sub-1242-		exit 1
##############################################
gpt-1.1/config.sub-1248-	*-digital*)
gpt-1.1/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gpt-1.1/config.sub-1250-		;;
gpt-1.1/config.sub-1251-	*-commodore*)
gpt-1.1/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gpt-1.1/config.sub-1253-		;;
##############################################
gpt-1.1/config.sub-1269-	-solaris1 | -solaris1.*)
gpt-1.1/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gpt-1.1/config.sub-1271-		;;
##############################################
gpt-1.1/config.sub-1281-	-gnu/linux*)
gpt-1.1/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gpt-1.1/config.sub-1283-		;;
##############################################
gpt-1.1/config.sub-1326-	-nto*)
gpt-1.1/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gpt-1.1/config.sub-1328-		;;
##############################################
gpt-1.1/config.sub-1333-	-mac*)
gpt-1.1/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
gpt-1.1/config.sub-1335-		;;
##############################################
gpt-1.1/config.sub-1339-	-linux*)
gpt-1.1/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gpt-1.1/config.sub-1341-		;;
gpt-1.1/config.sub-1342-	-sunos5*)
gpt-1.1/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gpt-1.1/config.sub-1344-		;;
gpt-1.1/config.sub-1345-	-sunos6*)
gpt-1.1/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gpt-1.1/config.sub-1347-		;;
##############################################
gpt-1.1/config.sub-1394-	-sinix5.*)
gpt-1.1/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
gpt-1.1/config.sub-1396-		;;
##############################################
gpt-1.1/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
gpt-1.1/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
gpt-1.1/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gpt-1.1/config.sub-1453-		exit 1
##############################################
gpt-1.1/config.sub-1701-		esac
gpt-1.1/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gpt-1.1/config.sub-1703-		;;
##############################################
gpt-1.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gpt-1.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gpt-1.1/configure-47-  as_echo='print -r --'
gpt-1.1/configure-48-  as_echo_n='print -rn --'
gpt-1.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gpt-1.1/configure-50-  as_echo='printf %s\n'
##############################################
gpt-1.1/configure-52-else
gpt-1.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gpt-1.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gpt-1.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gpt-1.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gpt-1.1/configure-64-      esac;
##############################################
gpt-1.1/configure-172-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gpt-1.1/configure:173:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gpt-1.1/configure-174-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gpt-1.1/configure-288-      case $as_dir in #(
gpt-1.1/configure:289:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gpt-1.1/configure-290-      *) as_qdir=$as_dir;;
##############################################
gpt-1.1/configure-353-  {
gpt-1.1/configure:354:    as_val=`expr "$@" || test $? -eq 1`
gpt-1.1/configure-355-  }
##############################################
gpt-1.1/configure-360-# ---------------------------------
gpt-1.1/configure:361:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gpt-1.1/configure-362-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gpt-1.1/configure-423-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gpt-1.1/configure:424:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gpt-1.1/configure-425-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gpt-1.1/configure-514-	esac;
gpt-1.1/configure:515:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gpt-1.1/configure-516-	???[sx]*):;;*)false;;esac;fi
##############################################
gpt-1.1/configure-535-  # Remove one level of quotation (which was required for Make).
gpt-1.1/configure:536:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
gpt-1.1/configure-537-  ;;
##############################################
gpt-1.1/configure-546-  :
gpt-1.1/configure:547:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
gpt-1.1/configure-548-  # Yippee, $ECHO works!
##############################################
gpt-1.1/configure-572-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gpt-1.1/configure:573:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
gpt-1.1/configure-574-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
gpt-1.1/configure-580-
gpt-1.1/configure:581:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/configure:582:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/configure-583-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-595-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gpt-1.1/configure:596:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gpt-1.1/configure:597:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/configure-598-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-607-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/configure:608:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/configure-609-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-622-        ECHO='printf %s\n'
gpt-1.1/configure:623:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/configure:624:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/configure-625-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-627-	  :
gpt-1.1/configure:628:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gpt-1.1/configure-629-	     test "X$echo_testing_string" = 'X\t' &&
gpt-1.1/configure:630:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/configure-631-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-636-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
gpt-1.1/configure:637:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
gpt-1.1/configure-638-	     test "X$echo_testing_string" = 'X\t' &&
gpt-1.1/configure:639:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/configure-640-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/configure-646-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
gpt-1.1/configure:647:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
gpt-1.1/configure-648-	    then
##############################################
gpt-1.1/configure-654-	  if test "$prev" != 'sed 50q "$0"'; then
gpt-1.1/configure:655:	    echo_test_string=`eval $prev`
gpt-1.1/configure-656-	    export echo_test_string
##############################################
gpt-1.1/configure-952-  case $ac_option in
gpt-1.1/configure:953:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gpt-1.1/configure-954-  *)	ac_optarg=yes ;;
##############################################
gpt-1.1/configure-995-  -disable-* | --disable-*)
gpt-1.1/configure:996:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gpt-1.1/configure-997-    # Reject names that are not valid shell variable names.
##############################################
gpt-1.1/configure-1000-    ac_useropt_orig=$ac_useropt
gpt-1.1/configure:1001:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpt-1.1/configure-1002-    case $ac_user_opts in
##############################################
gpt-1.1/configure-1021-  -enable-* | --enable-*)
gpt-1.1/configure:1022:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gpt-1.1/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
gpt-1.1/configure-1026-    ac_useropt_orig=$ac_useropt
gpt-1.1/configure:1027:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpt-1.1/configure-1028-    case $ac_user_opts in
##############################################
gpt-1.1/configure-1225-  -with-* | --with-*)
gpt-1.1/configure:1226:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gpt-1.1/configure-1227-    # Reject names that are not valid shell variable names.
##############################################
gpt-1.1/configure-1230-    ac_useropt_orig=$ac_useropt
gpt-1.1/configure:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpt-1.1/configure-1232-    case $ac_user_opts in
##############################################
gpt-1.1/configure-1241-  -without-* | --without-*)
gpt-1.1/configure:1242:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gpt-1.1/configure-1243-    # Reject names that are not valid shell variable names.
##############################################
gpt-1.1/configure-1246-    ac_useropt_orig=$ac_useropt
gpt-1.1/configure:1247:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gpt-1.1/configure-1248-    case $ac_user_opts in
##############################################
gpt-1.1/configure-1279-  *=*)
gpt-1.1/configure:1280:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gpt-1.1/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
gpt-1.1/configure-1300-if test -n "$ac_prev"; then
gpt-1.1/configure:1301:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gpt-1.1/configure-1302-  as_fn_error "missing argument to $ac_option"
##############################################
gpt-1.1/configure-1322-    */ )
gpt-1.1/configure:1323:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gpt-1.1/configure-1324-      eval $ac_var=\$ac_val;;
##############################################
gpt-1.1/configure-1359-ac_ls_di=`ls -di .` &&
gpt-1.1/configure:1360:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gpt-1.1/configure-1361-  as_fn_error "working directory cannot be determined"
##############################################
gpt-1.1/configure-1415-case $srcdir in
gpt-1.1/configure:1416:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gpt-1.1/configure-1417-esac
##############################################
gpt-1.1/configure-1458-By default, \`make install' will install all the files in
gpt-1.1/configure:1459:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gpt-1.1/configure:1460:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gpt-1.1/configure-1461-for instance \`--prefix=\$HOME'.
##############################################
gpt-1.1/configure-1558-*)
gpt-1.1/configure:1559:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gpt-1.1/configure-1560-  # A ".." for each directory in $ac_dir_suffix.
gpt-1.1/configure:1561:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gpt-1.1/configure-1562-  case $ac_top_builddir_sub in
##############################################
gpt-1.1/configure-2076-    *\'*)
gpt-1.1/configure:2077:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpt-1.1/configure-2078-    esac
##############################################
gpt-1.1/configure-2163-      case $ac_val in
gpt-1.1/configure:2164:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gpt-1.1/configure-2165-      esac
##############################################
gpt-1.1/configure-2180-	case $ac_val in
gpt-1.1/configure:2181:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gpt-1.1/configure-2182-	esac
##############################################
gpt-1.1/configure-2293-    set,)
gpt-1.1/configure:2294:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gpt-1.1/configure:2295:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gpt-1.1/configure-2296-      ac_cache_corrupted=: ;;
##############################################
gpt-1.1/configure-2304-	# differences in whitespace do not lead to failure.
gpt-1.1/configure:2305:	ac_old_val_w=`echo x $ac_old_val`
gpt-1.1/configure:2306:	ac_new_val_w=`echo x $ac_new_val`
gpt-1.1/configure-2307-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gpt-1.1/configure-2324-    case $ac_new_val in
gpt-1.1/configure:2325:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gpt-1.1/configure-2326-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gpt-1.1/configure-2479-if (
gpt-1.1/configure:2480:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gpt-1.1/configure-2481-   if test "$*" = "X"; then
gpt-1.1/configure-2482-      # -L didn't work.
gpt-1.1/configure:2483:      set X `ls -t $srcdir/configure conftest.file`
gpt-1.1/configure-2484-   fi
##############################################
gpt-1.1/configure-2515-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gpt-1.1/configure:2516:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gpt-1.1/configure-2517-
gpt-1.1/configure-2518-# expand $ac_aux_dir to an absolute path
gpt-1.1/configure:2519:am_aux_dir=`cd $ac_aux_dir && pwd`
gpt-1.1/configure-2520-
##############################################
gpt-1.1/configure-2608-set x ${MAKE-make}
gpt-1.1/configure:2609:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gpt-1.1/configure-2610-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
gpt-1.1/configure-2618-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gpt-1.1/configure:2619:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gpt-1.1/configure-2620-  *@@@%%%=?*=@@@%%%*)
##############################################
gpt-1.1/configure-2646-# test to see if srcdir already configured
gpt-1.1/configure:2647:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gpt-1.1/configure-2648-   test -f $srcdir/config.status; then
##############################################
gpt-1.1/configure-2967-$as_echo_n "checking whether the C++ compiler works... " >&6; }
gpt-1.1/configure:2968:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gpt-1.1/configure-2969-
##############################################
gpt-1.1/configure-3011-	then :; else
gpt-1.1/configure:3012:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gpt-1.1/configure-3013-	fi
##############################################
gpt-1.1/configure-3072-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gpt-1.1/configure:3073:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gpt-1.1/configure-3074-	  break;;
##############################################
gpt-1.1/configure-3181-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gpt-1.1/configure:3182:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gpt-1.1/configure-3183-       break;;
##############################################
gpt-1.1/configure-3344-# case it prints its new name instead of `make'.
gpt-1.1/configure:3345:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gpt-1.1/configure-3346-   am__include=include
##############################################
gpt-1.1/configure-3352-   echo '.include "confinc"' > confmf
gpt-1.1/configure:3353:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gpt-1.1/configure-3354-      am__include=.include
##############################################
gpt-1.1/configure-3414-  if test "$am_compiler_list" = ""; then
gpt-1.1/configure:3415:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpt-1.1/configure-3416-  fi
##############################################
gpt-1.1/configure-3531-test "x$ac_build_alias" = x &&
gpt-1.1/configure:3532:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gpt-1.1/configure-3533-test "x$ac_build_alias" = x &&
gpt-1.1/configure-3534-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
gpt-1.1/configure:3535:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gpt-1.1/configure-3536-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gpt-1.1/configure-3555-IFS=$ac_save_IFS
gpt-1.1/configure:3556:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gpt-1.1/configure-3557-
##############################################
gpt-1.1/configure-3566-else
gpt-1.1/configure:3567:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gpt-1.1/configure-3568-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gpt-1.1/configure-3588-IFS=$ac_save_IFS
gpt-1.1/configure:3589:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gpt-1.1/configure-3590-
##############################################
gpt-1.1/configure-4159-  if test "$am_compiler_list" = ""; then
gpt-1.1/configure:4160:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpt-1.1/configure-4161-  fi
##############################################
gpt-1.1/configure-4265-  # Check for GNU $ac_path_SED
gpt-1.1/configure:4266:case `"$ac_path_SED" --version 2>&1` in
gpt-1.1/configure-4267-*GNU*)
##############################################
gpt-1.1/configure-4341-  # Check for GNU $ac_path_GREP
gpt-1.1/configure:4342:case `"$ac_path_GREP" --version 2>&1` in
gpt-1.1/configure-4343-*GNU*)
##############################################
gpt-1.1/configure-4407-  # Check for GNU $ac_path_EGREP
gpt-1.1/configure:4408:case `"$ac_path_EGREP" --version 2>&1` in
gpt-1.1/configure-4409-*GNU*)
##############################################
gpt-1.1/configure-4474-  # Check for GNU $ac_path_FGREP
gpt-1.1/configure:4475:case `"$ac_path_FGREP" --version 2>&1` in
gpt-1.1/configure-4476-*GNU*)
##############################################
gpt-1.1/configure-4554-    # gcc leaves a trailing carriage return which upsets mingw
gpt-1.1/configure:4555:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gpt-1.1/configure-4556-  *)
gpt-1.1/configure:4557:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gpt-1.1/configure-4558-  esac
##############################################
gpt-1.1/configure-4563-      # Canonicalize the pathname of ld
gpt-1.1/configure:4564:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gpt-1.1/configure-4565-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gpt-1.1/configure:4566:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gpt-1.1/configure-4567-      done
##############################################
gpt-1.1/configure-4598-      # Break only if it was the GNU/non-GNU ld that we prefer.
gpt-1.1/configure:4599:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gpt-1.1/configure-4600-      *GNU* | *'with BFD'*)
##############################################
gpt-1.1/configure-4629-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gpt-1.1/configure:4630:case `$LD -v 2>&1 </dev/null` in
gpt-1.1/configure-4631-*GNU* | *'with BFD'*)
##############################################
gpt-1.1/configure-4674-	# Tru64's nm complains that /dev/null is an invalid object file
gpt-1.1/configure:4675:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gpt-1.1/configure-4676-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gpt-1.1/configure-4680-	*)
gpt-1.1/configure:4681:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gpt-1.1/configure-4682-	  */dev/null*)
##############################################
gpt-1.1/configure-4903-    # And add a safety zone
gpt-1.1/configure:4904:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpt-1.1/configure:4905:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpt-1.1/configure-4906-    ;;
##############################################
gpt-1.1/configure-4931-    if test -n "$kargmax"; then
gpt-1.1/configure:4932:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gpt-1.1/configure-4933-    else
##############################################
gpt-1.1/configure-4939-    if test -n "$lt_cv_sys_max_cmd_len"; then
gpt-1.1/configure:4940:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpt-1.1/configure:4941:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpt-1.1/configure-4942-    else
##############################################
gpt-1.1/configure-4951-      # we can't tell.
gpt-1.1/configure:4952:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
gpt-1.1/configure-4953-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gpt-1.1/configure-4955-      do
gpt-1.1/configure:4956:        i=`expr $i + 1`
gpt-1.1/configure-4957-        teststring=$teststring$teststring
##############################################
gpt-1.1/configure-4959-      # Only check the string length outside the loop.
gpt-1.1/configure:4960:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gpt-1.1/configure-4961-      teststring=
##############################################
gpt-1.1/configure-4964-      # linker.  It appears as though 1/2 is a usable value.
gpt-1.1/configure:4965:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gpt-1.1/configure-4966-    fi
##############################################
gpt-1.1/configure-5319-openbsd*)
gpt-1.1/configure:5320:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/configure-5321-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gpt-1.1/configure-5808-# If we're using GNU nm, then use its standard symbol codes.
gpt-1.1/configure:5809:case `$NM -V 2>&1` in
gpt-1.1/configure-5810-*GNU* | *'with BFD'*)
##############################################
gpt-1.1/configure-5826-mingw*)
gpt-1.1/configure:5827:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gpt-1.1/configure-5828-  ;;
##############################################
gpt-1.1/configure-6023-  test $ac_status = 0; }; then
gpt-1.1/configure:6024:    case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/configure-6025-      *ELF-32*)
##############################################
gpt-1.1/configure-6043-    if test "$lt_cv_prog_gnu_ld" = yes; then
gpt-1.1/configure:6044:      case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/configure-6045-	*32-bit*)
##############################################
gpt-1.1/configure-6055-    else
gpt-1.1/configure:6056:      case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/configure-6057-	*32-bit*)
##############################################
gpt-1.1/configure-7037-do :
gpt-1.1/configure:7038:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gpt-1.1/configure-7039-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gpt-1.1/configure-7043-  cat >>confdefs.h <<_ACEOF
gpt-1.1/configure:7044:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gpt-1.1/configure-7045-_ACEOF
##############################################
gpt-1.1/configure-7351-  if test "$am_compiler_list" = ""; then
gpt-1.1/configure:7352:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gpt-1.1/configure-7353-  fi
##############################################
gpt-1.1/configure-7846-done
gpt-1.1/configure:7847:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gpt-1.1/configure-7848-
##############################################
gpt-1.1/configure-7875-	"file_magic "*)
gpt-1.1/configure:7876:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpt-1.1/configure-7877-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpt-1.1/configure-7941-	"file_magic "*)
gpt-1.1/configure:7942:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpt-1.1/configure-7943-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpt-1.1/configure-8280-      *)
gpt-1.1/configure:8281:	case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/configure-8282-	*Sun\ C*)
##############################################
gpt-1.1/configure-8616-  if test "$hard_links" = no; then
gpt-1.1/configure:8617:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gpt-1.1/configure:8618:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gpt-1.1/configure-8619-    need_locks=warn
##############################################
gpt-1.1/configure-8712-    supports_anon_versioning=no
gpt-1.1/configure:8713:    case `$LD -v 2>&1` in
gpt-1.1/configure-8714-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gpt-1.1/configure-8778-	# is EXPORTS), use it as is; otherwise, prepend...
gpt-1.1/configure:8779:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpt-1.1/configure-8780-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gpt-1.1/configure-8801-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpt-1.1/configure:8802:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/configure:8803:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/configure-8804-      ;;
##############################################
gpt-1.1/configure-8819-        pgcc*)				# Portland Group C compiler
gpt-1.1/configure:8820:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/configure-8821-	  tmp_addflag=' $pic_flag'
##############################################
gpt-1.1/configure-8823-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gpt-1.1/configure:8824:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/configure-8825-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gpt-1.1/configure-8838-	esac
gpt-1.1/configure:8839:	case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/configure-8840-	*Sun\ C*)			# Sun C 5.9
gpt-1.1/configure:8841:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/configure-8842-	  compiler_needs_object=yes
##############################################
gpt-1.1/configure-8907-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gpt-1.1/configure:8908:      case `$LD -v 2>&1` in
gpt-1.1/configure-8909-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gpt-1.1/configure-9028-	# below for broken collect2 doesn't work under 4.3+
gpt-1.1/configure:9029:	  collect2name=`${CC} -print-prog-name=collect2`
gpt-1.1/configure-9030-	  if test -f "$collect2name" &&
##############################################
gpt-1.1/configure-9096-    }'
gpt-1.1/configure:9097:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-9098-# Check for a 64-bit object if we didn't find anything.
gpt-1.1/configure-9099-if test -z "$aix_libpath"; then
gpt-1.1/configure:9100:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-9101-fi
##############################################
gpt-1.1/configure-9107-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gpt-1.1/configure:9108:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpt-1.1/configure-9109-      else
##############################################
gpt-1.1/configure-9136-    }'
gpt-1.1/configure:9137:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-9138-# Check for a 64-bit object if we didn't find anything.
gpt-1.1/configure-9139-if test -z "$aix_libpath"; then
gpt-1.1/configure:9140:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-9141-fi
##############################################
gpt-1.1/configure-9191-      # FIXME: Setting linknames here is a bad hack.
gpt-1.1/configure:9192:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
gpt-1.1/configure-9193-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gpt-1.1/configure-9196-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
gpt-1.1/configure:9197:      fix_srcfile_path='`cygpath -w "$srcfile"`'
gpt-1.1/configure-9198-      enable_shared_with_static_runtimes=yes
##############################################
gpt-1.1/configure-9349-      if test "$GCC" = yes; then
gpt-1.1/configure:9350:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-9351-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gpt-1.1/configure-9360-if ac_fn_c_try_link "$LINENO"; then :
gpt-1.1/configure:9361:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gpt-1.1/configure-9362-
##############################################
gpt-1.1/configure-9367-      else
gpt-1.1/configure:9368:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure:9369:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gpt-1.1/configure-9370-      fi
##############################################
gpt-1.1/configure-9404-	hardcode_direct_absolute=yes
gpt-1.1/configure:9405:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/configure-9406-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gpt-1.1/configure-9437-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/configure:9438:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-9439-      else
gpt-1.1/configure-9440-	allow_undefined_flag=' -expect_unresolved \*'
gpt-1.1/configure:9441:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-9442-      fi
##############################################
gpt-1.1/configure-9450-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/configure:9451:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-9452-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gpt-1.1/configure-9454-	allow_undefined_flag=' -expect_unresolved \*'
gpt-1.1/configure:9455:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure:9456:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gpt-1.1/configure:9457:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gpt-1.1/configure-9458-
##############################################
gpt-1.1/configure-9473-      else
gpt-1.1/configure:9474:	case `$CC -V 2>&1` in
gpt-1.1/configure-9475-	*"Compilers 5.0"*)
##############################################
gpt-1.1/configure-9867-  esac
gpt-1.1/configure:9868:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gpt-1.1/configure-9869-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
gpt-1.1/configure-9873-    # okay in the real world where ";" in dirpaths is itself problematic.
gpt-1.1/configure:9874:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gpt-1.1/configure-9875-  else
gpt-1.1/configure:9876:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gpt-1.1/configure-9877-  fi
##############################################
gpt-1.1/configure-9880-  lt_tmp_lt_search_path_spec=
gpt-1.1/configure:9881:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gpt-1.1/configure-9882-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gpt-1.1/configure-9909-}'`
gpt-1.1/configure:9910:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
gpt-1.1/configure-9911-else
##############################################
gpt-1.1/configure-9997-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gpt-1.1/configure:9998:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gpt-1.1/configure-9999-    ;;
##############################################
gpt-1.1/configure-10032-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpt-1.1/configure:10033:    postinstall_cmds='base_file=`basename \${file}`~
gpt-1.1/configure:10034:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpt-1.1/configure:10035:      dldir=$destdir/`dirname \$dlpath`~
gpt-1.1/configure-10036-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gpt-1.1/configure-10041-      fi'
gpt-1.1/configure:10042:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpt-1.1/configure-10043-      dlpath=$dir/\$dldll~
##############################################
gpt-1.1/configure-10049-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gpt-1.1/configure:10050:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure-10051-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gpt-1.1/configure-10054-      # MinGW DLLs use traditional 'lib' prefix
gpt-1.1/configure:10055:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure:10056:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gpt-1.1/configure-10057-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
gpt-1.1/configure-10063-        # which wouldn't understand a cygwinified path. Ahh.
gpt-1.1/configure:10064:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gpt-1.1/configure-10065-      else
gpt-1.1/configure:10066:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gpt-1.1/configure-10067-      fi
##############################################
gpt-1.1/configure-10070-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gpt-1.1/configure:10071:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure-10072-      ;;
##############################################
gpt-1.1/configure-10076-  *)
gpt-1.1/configure:10077:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gpt-1.1/configure-10078-    ;;
##############################################
gpt-1.1/configure-10093-  shlibpath_var=DYLD_LIBRARY_PATH
gpt-1.1/configure:10094:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gpt-1.1/configure-10095-
##############################################
gpt-1.1/configure-10309-  if test -f /etc/ld.so.conf; then
gpt-1.1/configure:10310:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gpt-1.1/configure-10311-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gpt-1.1/configure-10383-  shlibpath_var=LD_LIBRARY_PATH
gpt-1.1/configure:10384:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/configure-10385-    case $host_os in
##############################################
gpt-1.1/configure-11365-done
gpt-1.1/configure:11366:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gpt-1.1/configure-11367-
##############################################
gpt-1.1/configure-11397-    # gcc leaves a trailing carriage return which upsets mingw
gpt-1.1/configure:11398:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gpt-1.1/configure-11399-  *)
gpt-1.1/configure:11400:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gpt-1.1/configure-11401-  esac
##############################################
gpt-1.1/configure-11406-      # Canonicalize the pathname of ld
gpt-1.1/configure:11407:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gpt-1.1/configure-11408-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gpt-1.1/configure:11409:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gpt-1.1/configure-11410-      done
##############################################
gpt-1.1/configure-11441-      # Break only if it was the GNU/non-GNU ld that we prefer.
gpt-1.1/configure:11442:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gpt-1.1/configure-11443-      *GNU* | *'with BFD'*)
##############################################
gpt-1.1/configure-11472-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gpt-1.1/configure:11473:case `$LD -v 2>&1 </dev/null` in
gpt-1.1/configure-11474-*GNU* | *'with BFD'*)
##############################################
gpt-1.1/configure-11506-        # ancient GNU ld didn't support --whole-archive et. al.
gpt-1.1/configure:11507:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gpt-1.1/configure-11508-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gpt-1.1/configure-11590-          # below for broken collect2 doesn't work under 4.3+
gpt-1.1/configure:11591:	  collect2name=`${CC} -print-prog-name=collect2`
gpt-1.1/configure-11592-	  if test -f "$collect2name" &&
##############################################
gpt-1.1/configure-11657-    }'
gpt-1.1/configure:11658:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-11659-# Check for a 64-bit object if we didn't find anything.
gpt-1.1/configure-11660-if test -z "$aix_libpath"; then
gpt-1.1/configure:11661:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-11662-fi
##############################################
gpt-1.1/configure-11669-
gpt-1.1/configure:11670:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpt-1.1/configure-11671-        else
##############################################
gpt-1.1/configure-11698-    }'
gpt-1.1/configure:11699:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-11700-# Check for a 64-bit object if we didn't find anything.
gpt-1.1/configure-11701-if test -z "$aix_libpath"; then
gpt-1.1/configure:11702:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/configure-11703-fi
##############################################
gpt-1.1/configure-11755-          # is EXPORTS), use it as is; otherwise, prepend...
gpt-1.1/configure:11756:          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpt-1.1/configure-11757-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
gpt-1.1/configure-11858-            # dependencies.
gpt-1.1/configure:11859:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/configure-11860-            ;;
##############################################
gpt-1.1/configure-11923-	    # dependencies.
gpt-1.1/configure:11924:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/configure-11925-	    ;;
##############################################
gpt-1.1/configure-11959-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpt-1.1/configure:11960:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/configure:11961:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/configure-11962-	;;
##############################################
gpt-1.1/configure-11966-	    # SGI C++
gpt-1.1/configure:11967:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-11968-
##############################################
gpt-1.1/configure-11977-	      if test "$with_gnu_ld" = no; then
gpt-1.1/configure:11978:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-11979-	      else
gpt-1.1/configure:11980:	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
gpt-1.1/configure-11981-	      fi
##############################################
gpt-1.1/configure-11998-	    # to its proper name (with version) after linking.
gpt-1.1/configure:11999:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gpt-1.1/configure:12000:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gpt-1.1/configure-12001-	    # Commands to make compiler produce verbose output that lists
##############################################
gpt-1.1/configure-12008-	    # dependencies.
gpt-1.1/configure:12009:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/configure-12010-
##############################################
gpt-1.1/configure-12023-	    # earlier do not add the objects themselves.
gpt-1.1/configure:12024:	    case `$CC -V 2>&1` in
gpt-1.1/configure-12025-	      *"Version 7."*)
##############################################
gpt-1.1/configure-12044-            # Portland Group C++ compiler
gpt-1.1/configure:12045:	    case `$CC -V` in
gpt-1.1/configure-12046-	    *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
##############################################
gpt-1.1/configure-12049-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gpt-1.1/configure:12050:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
gpt-1.1/configure-12051-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gpt-1.1/configure-12053-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gpt-1.1/configure:12054:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
gpt-1.1/configure-12055-		$RANLIB $oldlib'
##############################################
gpt-1.1/configure-12058-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpt-1.1/configure:12059:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gpt-1.1/configure-12060-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gpt-1.1/configure-12062-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpt-1.1/configure:12063:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gpt-1.1/configure-12064-	      ;;
##############################################
gpt-1.1/configure-12072-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gpt-1.1/configure:12073:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/configure-12074-            ;;
##############################################
gpt-1.1/configure-12091-	    # dependencies.
gpt-1.1/configure:12092:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/configure-12093-	    ;;
##############################################
gpt-1.1/configure-12106-	  *)
gpt-1.1/configure:12107:	    case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/configure-12108-	    *Sun\ C*)
##############################################
gpt-1.1/configure-12113-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gpt-1.1/configure:12114:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/configure-12115-	      compiler_needs_object_CXX=yes
##############################################
gpt-1.1/configure-12183-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gpt-1.1/configure:12184:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/configure-12185-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gpt-1.1/configure-12202-	    # to its proper name (with version) after linking.
gpt-1.1/configure:12203:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gpt-1.1/configure-12204-
##############################################
gpt-1.1/configure-12223-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/configure:12224:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-12225-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gpt-1.1/configure-12228-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gpt-1.1/configure:12229:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/configure:12230:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gpt-1.1/configure-12231-	          echo "-hidden">> $lib.exp~
gpt-1.1/configure:12232:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
gpt-1.1/configure-12233-	          $RM $lib.exp'
##############################################
gpt-1.1/configure-12247-	    # dependencies.
gpt-1.1/configure:12248:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/configure-12249-	    ;;
##############################################
gpt-1.1/configure-12254-	        osf3*)
gpt-1.1/configure:12255:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-12256-		  ;;
gpt-1.1/configure-12257-	        *)
gpt-1.1/configure:12258:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/configure-12259-		  ;;
##############################################
gpt-1.1/configure-12489-
gpt-1.1/configure:12490:  for p in `eval "$output_verbose_link_cmd"`; do
gpt-1.1/configure-12491-    case $p in
##############################################
gpt-1.1/configure-12574-linux*)
gpt-1.1/configure:12575:  case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/configure-12576-  *Sun\ C*)
##############################################
gpt-1.1/configure-12625-if test -n "${compiler_lib_search_path_CXX}"; then
gpt-1.1/configure:12626: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gpt-1.1/configure-12627-fi
##############################################
gpt-1.1/configure-12858-	  *)
gpt-1.1/configure:12859:	    case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/configure-12860-	    *Sun\ C*)
##############################################
gpt-1.1/configure-13203-  if test "$hard_links" = no; then
gpt-1.1/configure:13204:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gpt-1.1/configure:13205:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gpt-1.1/configure-13206-    need_locks=warn
##############################################
gpt-1.1/configure-13466-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gpt-1.1/configure:13467:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gpt-1.1/configure-13468-    ;;
##############################################
gpt-1.1/configure-13501-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpt-1.1/configure:13502:    postinstall_cmds='base_file=`basename \${file}`~
gpt-1.1/configure:13503:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpt-1.1/configure:13504:      dldir=$destdir/`dirname \$dlpath`~
gpt-1.1/configure-13505-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gpt-1.1/configure-13510-      fi'
gpt-1.1/configure:13511:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpt-1.1/configure-13512-      dlpath=$dir/\$dldll~
##############################################
gpt-1.1/configure-13518-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gpt-1.1/configure:13519:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure-13520-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gpt-1.1/configure-13523-      # MinGW DLLs use traditional 'lib' prefix
gpt-1.1/configure:13524:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure:13525:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gpt-1.1/configure-13526-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
gpt-1.1/configure-13532-        # which wouldn't understand a cygwinified path. Ahh.
gpt-1.1/configure:13533:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gpt-1.1/configure-13534-      else
gpt-1.1/configure:13535:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gpt-1.1/configure-13536-      fi
##############################################
gpt-1.1/configure-13539-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gpt-1.1/configure:13540:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/configure-13541-      ;;
##############################################
gpt-1.1/configure-13545-  *)
gpt-1.1/configure:13546:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gpt-1.1/configure-13547-    ;;
##############################################
gpt-1.1/configure-13562-  shlibpath_var=DYLD_LIBRARY_PATH
gpt-1.1/configure:13563:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gpt-1.1/configure-13564-
##############################################
gpt-1.1/configure-13777-  if test -f /etc/ld.so.conf; then
gpt-1.1/configure:13778:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gpt-1.1/configure-13779-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gpt-1.1/configure-13851-  shlibpath_var=LD_LIBRARY_PATH
gpt-1.1/configure:13852:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/configure-13853-    case $host_os in
##############################################
gpt-1.1/configure-14327-
gpt-1.1/configure:14328:ANTLR_LIB=`${ANTLR_CFG} --libs`
gpt-1.1/configure:14329:ANTLR_INC=`${ANTLR_CFG} --cflags`
gpt-1.1/configure-14330-
##############################################
gpt-1.1/configure-14387-
gpt-1.1/configure:14388:PCRE_INC=`${PCRE_CONFIG} --cglags`
gpt-1.1/configure:14389:PCRE_LIB="-L`${PCRE_CONFIG} --prefix`/lib -lpcrecpp"
gpt-1.1/configure-14390-
##############################################
gpt-1.1/configure-14504-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gpt-1.1/configure:14505:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gpt-1.1/configure-14506-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gpt-1.1/configure-14595-if test -z "$BASH_VERSION$ZSH_VERSION" \
gpt-1.1/configure:14596:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gpt-1.1/configure-14597-  as_echo='print -r --'
gpt-1.1/configure-14598-  as_echo_n='print -rn --'
gpt-1.1/configure:14599:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gpt-1.1/configure-14600-  as_echo='printf %s\n'
##############################################
gpt-1.1/configure-14602-else
gpt-1.1/configure:14603:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gpt-1.1/configure-14604-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gpt-1.1/configure-14612-	expr "X$arg" : "X\\(.*\\)$as_nl";
gpt-1.1/configure:14613:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gpt-1.1/configure-14614-      esac;
##############################################
gpt-1.1/configure-14688-# ---------------------------------
gpt-1.1/configure:14689:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gpt-1.1/configure-14690-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gpt-1.1/configure-14760-  {
gpt-1.1/configure:14761:    as_val=`expr "$@" || test $? -eq 1`
gpt-1.1/configure-14762-  }
##############################################
gpt-1.1/configure-14864-      case $as_dir in #(
gpt-1.1/configure:14865:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gpt-1.1/configure-14866-      *) as_qdir=$as_dir;;
##############################################
gpt-1.1/configure-14921-	esac;
gpt-1.1/configure:14922:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gpt-1.1/configure-14923-	???[sx]*):;;*)false;;esac;fi
##############################################
gpt-1.1/configure-15011-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gpt-1.1/configure:15012:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gpt-1.1/configure-15013-ac_cs_version="\\
##############################################
gpt-1.1/configure-15035-  --*=*)
gpt-1.1/configure:15036:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gpt-1.1/configure:15037:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gpt-1.1/configure-15038-    ac_shift=:
##############################################
gpt-1.1/configure-15059-    case $ac_optarg in
gpt-1.1/configure:15060:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpt-1.1/configure-15061-    esac
##############################################
gpt-1.1/configure-15066-    case $ac_optarg in
gpt-1.1/configure:15067:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gpt-1.1/configure-15068-    esac
##############################################
gpt-1.1/configure-15135-delay_variable_subst='$delay_variable_subst'
gpt-1.1/configure:15136:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15137:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15138:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15139:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15140:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15141:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15142:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15143:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15144:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15145:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15146:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15147:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15148:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15149:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15150:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15151:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15152:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15153:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15154:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15155:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15156:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15157:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15158:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15159:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15160:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15161:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15162:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15163:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15164:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15165:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15166:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15167:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15168:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15169:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15170:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15171:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15172:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15173:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15174:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15175:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15176:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15177:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15178:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15179:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15180:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15181:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15182:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15183:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15184:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15185:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15186:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15187:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15188:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15189:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15190:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15191:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15192:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15193:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15194:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15195:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15196:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15197:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15198:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15199:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15200:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15201:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15202:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15203:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15204:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15205:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15206:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15207:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15208:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15209:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15210:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15211:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15212:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15213:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15214:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15215:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15216:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15217:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15218:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15219:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15220:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15221:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15222:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15223:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15224:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15225:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15226:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15227:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15228:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15229:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15230:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15231:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15232:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15233:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15234:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15235:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15236:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15237:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15238:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15239:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15240:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15241:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15242:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15243:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15244:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15245:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15246:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15247:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15248:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15249:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15250:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15251:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15252:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15253:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15254:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15255:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15256:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15257:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15258:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15259:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15260:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15261:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15262:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15263:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15264:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15265:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15266:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15267:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15268:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15269:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15270:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15271:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15272:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15273:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15274:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15275:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15276:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15277:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15278:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15279:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15280:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15281:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15282:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15283:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15284:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15285:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15286:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15287:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15288:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15289:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15290:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15291:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15292:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15293:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15294:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15295:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15296:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15297:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15298:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15299:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15300:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15301:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15302:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15303:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15304:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15305:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure:15306:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/configure-15307-
##############################################
gpt-1.1/configure-15402-compiler_lib_search_path_CXX; do
gpt-1.1/configure:15403:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gpt-1.1/configure-15404-    *[\\\\\\\`\\"\\\$]*)
gpt-1.1/configure:15405:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gpt-1.1/configure-15406-      ;;
##############################################
gpt-1.1/configure-15440-prelink_cmds_CXX; do
gpt-1.1/configure:15441:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gpt-1.1/configure-15442-    *[\\\\\\\`\\"\\\$]*)
gpt-1.1/configure:15443:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gpt-1.1/configure-15444-      ;;
##############################################
gpt-1.1/configure-15452-case \$lt_ECHO in
gpt-1.1/configure:15453:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
gpt-1.1/configure-15454-  ;;
##############################################
gpt-1.1/configure-15555-fi
gpt-1.1/configure:15556:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gpt-1.1/configure-15557-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gpt-1.1/configure-15572-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
gpt-1.1/configure:15573:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
gpt-1.1/configure-15574-ac_delim='%!_!# '
##############################################
gpt-1.1/configure-15578-
gpt-1.1/configure:15579:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gpt-1.1/configure-15580-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gpt-1.1/configure-15708-for ac_last_try in false false :; do
gpt-1.1/configure:15709:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
gpt-1.1/configure-15710-  if test -z "$ac_t"; then
##############################################
gpt-1.1/configure-15840-      esac
gpt-1.1/configure:15841:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gpt-1.1/configure-15842-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gpt-1.1/configure-15899-*)
gpt-1.1/configure:15900:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gpt-1.1/configure-15901-  # A ".." for each directory in $ac_dir_suffix.
gpt-1.1/configure:15902:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gpt-1.1/configure-15903-  case $ac_top_builddir_sub in
##############################################
gpt-1.1/configure-15955-/@mandir@/p'
gpt-1.1/configure:15956:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gpt-1.1/configure-15957-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gpt-1.1/configure-15972-
gpt-1.1/configure:15973:# Neutralize VPATH when `$srcdir' = `.'.
gpt-1.1/configure-15974-# Shell code in configure.ac might set extrasub.
##############################################
gpt-1.1/configure-15999-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gpt-1.1/configure:16000:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
gpt-1.1/configure:16001:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
gpt-1.1/configure-16002-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
gpt-1.1/configure-16043-    * )
gpt-1.1/configure:16044:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gpt-1.1/configure-16045-  esac
##############################################
gpt-1.1/configure-16080-  # Strip MF so we end up with the name of the file.
gpt-1.1/configure:16081:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gpt-1.1/configure-16082-  # Check whether this is an Automake generated Makefile or not.
##############################################
gpt-1.1/configure-16116-  # from the Makefile without running `make'.
gpt-1.1/configure:16117:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gpt-1.1/configure-16118-  test -z "$DEPDIR" && continue
gpt-1.1/configure:16119:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gpt-1.1/configure-16120-  test -z "am__include" && continue
gpt-1.1/configure:16121:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gpt-1.1/configure-16122-  # When using ansi2knr, U may be empty or an underscore; expand it
gpt-1.1/configure:16123:  U=`sed -n 's/^U = //p' < "$mf"`
gpt-1.1/configure-16124-  # Find all dependency output files, they are included files with
##############################################
gpt-1.1/configure-16176-
gpt-1.1/configure:16177:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gpt-1.1/configure-16178-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gpt-1.1/configure-16705-  # Extract subdirectory from the argument.
gpt-1.1/configure:16706:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gpt-1.1/configure-16707-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gpt-1.1/configure-16716-{
gpt-1.1/configure:16717:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gpt-1.1/configure-16718-}
##############################################
gpt-1.1/configure-16743-{
gpt-1.1/configure:16744:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
gpt-1.1/configure:16745:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
gpt-1.1/configure-16746-}
##############################################
gpt-1.1/configure-16750-{
gpt-1.1/configure:16751:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
gpt-1.1/configure-16752-}
##############################################
gpt-1.1/configure-16756-{
gpt-1.1/configure:16757:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
gpt-1.1/configure-16758-}
##############################################
gpt-1.1/configure-16762-{
gpt-1.1/configure:16763:  func_arith_result=`expr "$@"`
gpt-1.1/configure-16764-}
##############################################
gpt-1.1/configure-16769-{
gpt-1.1/configure:16770:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
gpt-1.1/configure-16771-}
##############################################
gpt-1.1/exemplos/Makefile.in-222-distdir: $(DISTFILES)
gpt-1.1/exemplos/Makefile.in:223:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/exemplos/Makefile.in:224:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/exemplos/Makefile.in-225-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/exemplos/Makefile.in-226-	  case $$file in \
gpt-1.1/exemplos/Makefile.in:227:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/exemplos/Makefile.in:228:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/exemplos/Makefile.in-229-	  esac; \
gpt-1.1/exemplos/Makefile.in-230-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/exemplos/Makefile.in:231:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/exemplos/Makefile.in-232-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/ltmain.sh-161-  # Extract subdirectory from the argument.
gpt-1.1/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gpt-1.1/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gpt-1.1/ltmain.sh-167-  fi
gpt-1.1/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gpt-1.1/ltmain.sh-169-}
##############################################
gpt-1.1/ltmain.sh-193-     progdir=$func_dirname_result
gpt-1.1/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
gpt-1.1/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
gpt-1.1/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
gpt-1.1/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gpt-1.1/ltmain.sh-223-bs='\\'
##############################################
gpt-1.1/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
gpt-1.1/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
gpt-1.1/ltmain.sh-330-      done
gpt-1.1/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
gpt-1.1/ltmain.sh-332-
##############################################
gpt-1.1/ltmain.sh-363-      # If mktemp works, use that first and foremost
gpt-1.1/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gpt-1.1/ltmain.sh-365-
##############################################
gpt-1.1/ltmain.sh-394-      *[\\\`\"\$]*)
gpt-1.1/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
gpt-1.1/ltmain.sh-396-      *)
##############################################
gpt-1.1/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gpt-1.1/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
gpt-1.1/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
gpt-1.1/ltmain.sh-539-	p
##############################################
gpt-1.1/ltmain.sh-565-  :
gpt-1.1/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
gpt-1.1/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
gpt-1.1/ltmain.sh-685-	# quotes we have to do it in 2 steps:
gpt-1.1/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gpt-1.1/ltmain.sh-687-	eval "$extractedcf"
##############################################
gpt-1.1/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
gpt-1.1/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
gpt-1.1/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
gpt-1.1/ltmain.sh-1028-	    # Evaluate the configuration.
gpt-1.1/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gpt-1.1/ltmain.sh-1030-	    CC_quoted=
##############################################
gpt-1.1/ltmain.sh-1036-	    case "$@ " in
gpt-1.1/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
gpt-1.1/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
gpt-1.1/ltmain.sh-1213-    *.[cCFSifmso] | \
gpt-1.1/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
gpt-1.1/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gpt-1.1/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
gpt-1.1/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
gpt-1.1/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
gpt-1.1/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
gpt-1.1/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
gpt-1.1/ltmain.sh-1311-
##############################################
gpt-1.1/ltmain.sh-1358-      if test "$need_locks" = warn &&
gpt-1.1/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gpt-1.1/ltmain.sh-1360-	$ECHO "\
gpt-1.1/ltmain.sh-1361-*** ERROR, $lockfile contains:
gpt-1.1/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
gpt-1.1/ltmain.sh-1363-
##############################################
gpt-1.1/ltmain.sh-1407-      if test "$need_locks" = warn &&
gpt-1.1/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gpt-1.1/ltmain.sh-1409-	$ECHO "\
gpt-1.1/ltmain.sh-1410-*** ERROR, $lockfile contains:
gpt-1.1/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
gpt-1.1/ltmain.sh-1412-
##############################################
gpt-1.1/ltmain.sh-1665-	  test -n "$library_names" && \
gpt-1.1/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gpt-1.1/ltmain.sh-1667-	  continue
##############################################
gpt-1.1/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
gpt-1.1/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gpt-1.1/ltmain.sh-1678-	  fi
##############################################
gpt-1.1/ltmain.sh-1694-      # Get the absolute pathname.
gpt-1.1/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
gpt-1.1/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
gpt-1.1/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
gpt-1.1/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
gpt-1.1/ltmain.sh-2014-
##############################################
gpt-1.1/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
gpt-1.1/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gpt-1.1/ltmain.sh-2027-	  else
gpt-1.1/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
gpt-1.1/ltmain.sh-2029-	  fi
##############################################
gpt-1.1/ltmain.sh-2185-	    fi
gpt-1.1/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
gpt-1.1/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
gpt-1.1/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gpt-1.1/ltmain.sh-2189-	      finalize=no
##############################################
gpt-1.1/ltmain.sh-2204-	        # Replace the output file specification.
gpt-1.1/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
gpt-1.1/ltmain.sh-2206-
##############################################
gpt-1.1/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
gpt-1.1/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
gpt-1.1/ltmain.sh-2225-	  fi
##############################################
gpt-1.1/ltmain.sh-2294-    my_pic_p="${3-no}"
gpt-1.1/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gpt-1.1/ltmain.sh-2296-    my_dlsyms=
##############################################
gpt-1.1/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
gpt-1.1/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gpt-1.1/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
gpt-1.1/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
gpt-1.1/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gpt-1.1/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gpt-1.1/ltmain.sh-2520-	  else
gpt-1.1/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gpt-1.1/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gpt-1.1/ltmain.sh-2523-	  fi
##############################################
gpt-1.1/ltmain.sh-2525-	*)
gpt-1.1/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gpt-1.1/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
gpt-1.1/ltmain.sh-2528-	  ;;
##############################################
gpt-1.1/ltmain.sh-2540-      # Nullify the symbol file.
gpt-1.1/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
gpt-1.1/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
gpt-1.1/ltmain.sh-2543-    fi
##############################################
gpt-1.1/ltmain.sh-2555-  win32_libid_type="unknown"
gpt-1.1/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
gpt-1.1/ltmain.sh-2557-  case $win32_fileres in
##############################################
gpt-1.1/ltmain.sh-2652-	  darwin_curdir=`pwd`
gpt-1.1/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
gpt-1.1/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gpt-1.1/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
gpt-1.1/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gpt-1.1/ltmain.sh-2657-	    darwin_arch=
##############################################
gpt-1.1/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gpt-1.1/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gpt-1.1/ltmain.sh-2669-	    darwin_file=
##############################################
gpt-1.1/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
gpt-1.1/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
gpt-1.1/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gpt-1.1/ltmain.sh-2686-      esac
gpt-1.1/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
gpt-1.1/ltmain.sh-2688-    done
##############################################
gpt-1.1/ltmain.sh-2757-      shift
gpt-1.1/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
gpt-1.1/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
gpt-1.1/ltmain.sh-2769-  # Find the directory that this script lives in.
gpt-1.1/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
gpt-1.1/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gpt-1.1/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
gpt-1.1/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
gpt-1.1/ltmain.sh-2775-  while test -n \"\$file\"; do
gpt-1.1/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
gpt-1.1/ltmain.sh-2777-
##############################################
gpt-1.1/ltmain.sh-2785-
gpt-1.1/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
gpt-1.1/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
gpt-1.1/ltmain.sh-2788-  done
##############################################
gpt-1.1/ltmain.sh-2816-    case \"\$thisdir\" in
gpt-1.1/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
gpt-1.1/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
gpt-1.1/ltmain.sh-2822-  # Try to get the absolute directory name.
gpt-1.1/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
gpt-1.1/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gpt-1.1/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
gpt-1.1/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gpt-1.1/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gpt-1.1/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
gpt-1.1/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gpt-1.1/ltmain.sh-2849-      else
##############################################
gpt-1.1/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
gpt-1.1/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
gpt-1.1/ltmain.sh-2881-
##############################################
gpt-1.1/ltmain.sh-2994-          *cygwin* )
gpt-1.1/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
gpt-1.1/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
gpt-1.1/ltmain.sh-3006-            # the odd construction:
gpt-1.1/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
gpt-1.1/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
gpt-1.1/ltmain.sh-3073-          *cygwin* )
gpt-1.1/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
gpt-1.1/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
gpt-1.1/ltmain.sh-4240-	    moreargs=
gpt-1.1/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
gpt-1.1/ltmain.sh-4242-	    do
##############################################
gpt-1.1/ltmain.sh-4490-	*)
gpt-1.1/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
gpt-1.1/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
gpt-1.1/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gpt-1.1/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
gpt-1.1/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
gpt-1.1/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
gpt-1.1/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
gpt-1.1/ltmain.sh-4929-    else
##############################################
gpt-1.1/ltmain.sh-5053-	  for deplib in $dependency_libs; do
gpt-1.1/ltmain.sh:5054:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
gpt-1.1/ltmain.sh-5055-	    case " $weak_libs " in
##############################################
gpt-1.1/ltmain.sh-5231-		  set dummy $deplibs_check_method; shift
gpt-1.1/ltmain.sh:5232:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpt-1.1/ltmain.sh-5233-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
gpt-1.1/ltmain.sh-5294-	else
gpt-1.1/ltmain.sh:5295:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gpt-1.1/ltmain.sh-5296-	fi
##############################################
gpt-1.1/ltmain.sh-5323-	if test -n "$inherited_linker_flags"; then
gpt-1.1/ltmain.sh:5324:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
gpt-1.1/ltmain.sh-5325-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gpt-1.1/ltmain.sh-5331-	fi
gpt-1.1/ltmain.sh:5332:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh-5333-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gpt-1.1/ltmain.sh-5398-	*)
gpt-1.1/ltmain.sh:5399:	  abs_ladir=`cd "$ladir" && pwd`
gpt-1.1/ltmain.sh-5400-	  if test -z "$abs_ladir"; then
##############################################
gpt-1.1/ltmain.sh-5624-	    shift
gpt-1.1/ltmain.sh:5625:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gpt-1.1/ltmain.sh-5626-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gpt-1.1/ltmain.sh-5908-		*)
gpt-1.1/ltmain.sh:5909:		  absdir=`cd "$dir" && pwd`
gpt-1.1/ltmain.sh-5910-		  if test -z "$absdir"; then
##############################################
gpt-1.1/ltmain.sh-5919-		  depdepl=
gpt-1.1/ltmain.sh:5920:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gpt-1.1/ltmain.sh-5921-		  if test -n "$deplibrary_names" ; then
##############################################
gpt-1.1/ltmain.sh-5926-		      depdepl="$absdir/$objdir/$depdepl"
gpt-1.1/ltmain.sh:5927:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gpt-1.1/ltmain.sh-5928-                      if test -z "$darwin_install_name"; then
gpt-1.1/ltmain.sh:5929:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gpt-1.1/ltmain.sh-5930-                      fi
##############################################
gpt-1.1/ltmain.sh-5941-		else
gpt-1.1/ltmain.sh:5942:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gpt-1.1/ltmain.sh-5943-		  test -z "$libdir" && \
##############################################
gpt-1.1/ltmain.sh-5964-	else
gpt-1.1/ltmain.sh:5965:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh-5966-	fi
##############################################
gpt-1.1/ltmain.sh-6113-	test "$module" = no && \
gpt-1.1/ltmain.sh:6114:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gpt-1.1/ltmain.sh-6115-
##############################################
gpt-1.1/ltmain.sh-6250-	if test "$age" -gt "$current"; then
gpt-1.1/ltmain.sh:6251:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gpt-1.1/ltmain.sh-6252-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gpt-1.1/ltmain.sh-6411-	removelist=
gpt-1.1/ltmain.sh:6412:	tempremovelist=`$ECHO "$output_objdir/*"`
gpt-1.1/ltmain.sh-6413-	for p in $tempremovelist; do
##############################################
gpt-1.1/ltmain.sh-6437-	# Transform .lo files to .o files.
gpt-1.1/ltmain.sh:6438:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
gpt-1.1/ltmain.sh-6439-      fi
##############################################
gpt-1.1/ltmain.sh-6442-      #for path in $notinst_path; do
gpt-1.1/ltmain.sh:6443:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
gpt-1.1/ltmain.sh:6444:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
gpt-1.1/ltmain.sh:6445:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
gpt-1.1/ltmain.sh-6446-      #done
##############################################
gpt-1.1/ltmain.sh-6562-		if test -n "$i" ; then
gpt-1.1/ltmain.sh:6563:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gpt-1.1/ltmain.sh:6564:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gpt-1.1/ltmain.sh-6565-		  set dummy $deplib_matches; shift
gpt-1.1/ltmain.sh-6566-		  deplib_match=$1
gpt-1.1/ltmain.sh:6567:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gpt-1.1/ltmain.sh-6568-		    newdeplibs="$newdeplibs $i"
##############################################
gpt-1.1/ltmain.sh-6605-		  if test -n "$i" ; then
gpt-1.1/ltmain.sh:6606:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gpt-1.1/ltmain.sh:6607:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gpt-1.1/ltmain.sh-6608-		    set dummy $deplib_matches; shift
gpt-1.1/ltmain.sh-6609-		    deplib_match=$1
gpt-1.1/ltmain.sh:6610:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gpt-1.1/ltmain.sh-6611-		      newdeplibs="$newdeplibs $i"
##############################################
gpt-1.1/ltmain.sh-6640-	  set dummy $deplibs_check_method; shift
gpt-1.1/ltmain.sh:6641:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpt-1.1/ltmain.sh-6642-	  for a_deplib in $deplibs; do
##############################################
gpt-1.1/ltmain.sh-6655-	      if test -n "$a_deplib" ; then
gpt-1.1/ltmain.sh:6656:		libname=`eval "\\$ECHO \"$libname_spec\""`
gpt-1.1/ltmain.sh-6657-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gpt-1.1/ltmain.sh:6658:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gpt-1.1/ltmain.sh-6659-		  for potent_lib in $potential_libs; do
##############################################
gpt-1.1/ltmain.sh-6671-		      while test -h "$potlib" 2>/dev/null; do
gpt-1.1/ltmain.sh:6672:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gpt-1.1/ltmain.sh-6673-			case $potliblink in
gpt-1.1/ltmain.sh-6674-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gpt-1.1/ltmain.sh:6675:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
gpt-1.1/ltmain.sh-6676-			esac
##############################################
gpt-1.1/ltmain.sh-6712-	  set dummy $deplibs_check_method; shift
gpt-1.1/ltmain.sh:6713:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gpt-1.1/ltmain.sh-6714-	  for a_deplib in $deplibs; do
##############################################
gpt-1.1/ltmain.sh-6727-	      if test -n "$a_deplib" ; then
gpt-1.1/ltmain.sh:6728:		libname=`eval "\\$ECHO \"$libname_spec\""`
gpt-1.1/ltmain.sh-6729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gpt-1.1/ltmain.sh:6730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gpt-1.1/ltmain.sh-6731-		  for potent_lib in $potential_libs; do
##############################################
gpt-1.1/ltmain.sh-6771-	      # can't use Xsed below, because $i might contain '/'
gpt-1.1/ltmain.sh:6772:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
gpt-1.1/ltmain.sh-6773-	    done
##############################################
gpt-1.1/ltmain.sh-6796-	  # On Rhapsody replace the C library with the System framework
gpt-1.1/ltmain.sh:6797:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gpt-1.1/ltmain.sh-6798-	  ;;
##############################################
gpt-1.1/ltmain.sh-6848-	*-*-darwin*)
gpt-1.1/ltmain.sh:6849:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh:6850:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh:6851:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh-6852-	  ;;
##############################################
gpt-1.1/ltmain.sh-6972-	# Use standard objects if they are pic
gpt-1.1/ltmain.sh:6973:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gpt-1.1/ltmain.sh-6974-	test "X$libobjs" = "X " && libobjs=
##############################################
gpt-1.1/ltmain.sh-6987-	    # exporting using user supplied symfile
gpt-1.1/ltmain.sh:6988:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gpt-1.1/ltmain.sh-6989-	      # and it's NOT already a .def file. Must figure out
##############################################
gpt-1.1/ltmain.sh-7139-	  save_output=$output
gpt-1.1/ltmain.sh:7140:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
gpt-1.1/ltmain.sh-7141-
##############################################
gpt-1.1/ltmain.sh-7443-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gpt-1.1/ltmain.sh:7444:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
gpt-1.1/ltmain.sh-7445-	else
##############################################
gpt-1.1/ltmain.sh-7454-      # Create the old-style object.
gpt-1.1/ltmain.sh:7455:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gpt-1.1/ltmain.sh-7456-
##############################################
gpt-1.1/ltmain.sh-7514-	# On Rhapsody replace the C library is the System framework
gpt-1.1/ltmain.sh:7515:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gpt-1.1/ltmain.sh:7516:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
gpt-1.1/ltmain.sh-7517-	;;
##############################################
gpt-1.1/ltmain.sh-7532-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gpt-1.1/ltmain.sh:7533:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh:7534:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
gpt-1.1/ltmain.sh-7535-	;;
##############################################
gpt-1.1/ltmain.sh-7610-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gpt-1.1/ltmain.sh:7611:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gpt-1.1/ltmain.sh-7612-	  case :$dllsearchpath: in
##############################################
gpt-1.1/ltmain.sh-7670-	# Transform all the library objects into standard objects.
gpt-1.1/ltmain.sh:7671:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gpt-1.1/ltmain.sh:7672:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gpt-1.1/ltmain.sh-7673-      fi
##############################################
gpt-1.1/ltmain.sh-7700-	# Replace the output file specification.
gpt-1.1/ltmain.sh:7701:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gpt-1.1/ltmain.sh-7702-	link_command="$compile_command$compile_rpath"
##############################################
gpt-1.1/ltmain.sh-7747-	# Replace the output file specification.
gpt-1.1/ltmain.sh:7748:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gpt-1.1/ltmain.sh-7749-	# Delete the old output file.
##############################################
gpt-1.1/ltmain.sh-7766-	  if test "$fast_install" = yes; then
gpt-1.1/ltmain.sh:7767:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
gpt-1.1/ltmain.sh-7768-	  else
##############################################
gpt-1.1/ltmain.sh-7778-      # Replace the output file specification.
gpt-1.1/ltmain.sh:7779:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gpt-1.1/ltmain.sh-7780-
##############################################
gpt-1.1/ltmain.sh-7802-	relink_command="(cd `pwd`; $relink_command)"
gpt-1.1/ltmain.sh:7803:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gpt-1.1/ltmain.sh-7804-      fi
##############################################
gpt-1.1/ltmain.sh-7811-	esac
gpt-1.1/ltmain.sh:7812:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
gpt-1.1/ltmain.sh-7813-      else
gpt-1.1/ltmain.sh:7814:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
gpt-1.1/ltmain.sh-7815-      fi
##############################################
gpt-1.1/ltmain.sh-8045-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gpt-1.1/ltmain.sh:8046:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gpt-1.1/ltmain.sh-8047-      if test "$hardcode_automatic" = yes ; then
##############################################
gpt-1.1/ltmain.sh-8065-		name="$func_basename_result"
gpt-1.1/ltmain.sh:8066:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gpt-1.1/ltmain.sh-8067-		test -z "$libdir" && \
##############################################
gpt-1.1/ltmain.sh-8081-		name="$func_basename_result"
gpt-1.1/ltmain.sh:8082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gpt-1.1/ltmain.sh-8083-		test -z "$libdir" && \
##############################################
gpt-1.1/ltmain.sh-8100-		name="$func_basename_result"
gpt-1.1/ltmain.sh:8101:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gpt-1.1/ltmain.sh-8102-		test -z "$libdir" && \
##############################################
gpt-1.1/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gpt-1.1/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gpt-1.1/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gpt-1.1/missing-128-       # Could not run --version or --help.  This is probably someone
gpt-1.1/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
gpt-1.1/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gpt-1.1/missing-162-         from any GNU archive site."
gpt-1.1/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gpt-1.1/missing-164-    test -z "$files" && files="config.h"
##############################################
gpt-1.1/missing-191-         proper tools for further handling them.
gpt-1.1/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
gpt-1.1/missing-193-         archive site."
gpt-1.1/missing-194-
gpt-1.1/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
gpt-1.1/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
gpt-1.1/missing-197-    if test -f "$file"; then
##############################################
gpt-1.1/missing-220-	*.y)
gpt-1.1/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gpt-1.1/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
gpt-1.1/missing-224-	    fi
gpt-1.1/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gpt-1.1/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
gpt-1.1/missing-250-	*.l)
gpt-1.1/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gpt-1.1/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
gpt-1.1/missing-269-
gpt-1.1/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gpt-1.1/missing-271-    if test -z "$file"; then
gpt-1.1/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
gpt-1.1/missing-273-    fi
##############################################
gpt-1.1/missing-291-    # The file to touch is that specified with -o ...
gpt-1.1/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gpt-1.1/missing-293-    if test -z "$file"; then
gpt-1.1/missing-294-      # ... or it is the one specified with @setfilename ...
gpt-1.1/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gpt-1.1/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
gpt-1.1/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gpt-1.1/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gpt-1.1/missing-299-    fi
##############################################
gpt-1.1/missing-321-	*o*)
gpt-1.1/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
gpt-1.1/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
gpt-1.1/missing-327-	*h*)
gpt-1.1/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
gpt-1.1/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
gpt-1.1/install-sh-210-      fi
gpt-1.1/install-sh:211:      dst=$dst/`basename "$src"`
gpt-1.1/install-sh-212-    fi
##############################################
gpt-1.1/install-sh-215-  # This sed command emulates the dirname command.
gpt-1.1/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
gpt-1.1/install-sh-217-
##############################################
gpt-1.1/install-sh-228-    IFS='%'
gpt-1.1/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
gpt-1.1/install-sh-230-    shift
##############################################
gpt-1.1/install-sh-256-  else
gpt-1.1/install-sh:257:    dstfile=`basename "$dst"`
gpt-1.1/install-sh-258-
##############################################
gpt-1.1/Makefile.in-282-	dot_seen=no; \
gpt-1.1/Makefile.in:283:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/Makefile.in-284-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gpt-1.1/Makefile.in-318-	rev="$$rev ."; \
gpt-1.1/Makefile.in:319:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/Makefile.in-320-	for subdir in $$rev; do \
##############################################
gpt-1.1/Makefile.in-392-GTAGS:
gpt-1.1/Makefile.in:393:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/Makefile.in-394-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/Makefile.in-402-	mkdir $(distdir)
gpt-1.1/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/Makefile.in-405-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/Makefile.in-406-	  case $$file in \
gpt-1.1/Makefile.in:407:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/Makefile.in:408:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/Makefile.in-409-	  esac; \
gpt-1.1/Makefile.in-410-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/Makefile.in:411:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/Makefile.in-412-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/Makefile.in-433-	    || exit 1; \
gpt-1.1/Makefile.in:434:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gpt-1.1/Makefile.in:435:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gpt-1.1/Makefile.in-436-	    (cd $$subdir && \
##############################################
gpt-1.1/Makefile.in-494-	chmod a-w $(distdir)
gpt-1.1/Makefile.in:495:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gpt-1.1/Makefile.in-496-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gpt-1.1/Makefile.in-525-	@cd $(distuninstallcheck_dir) \
gpt-1.1/Makefile.in:526:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gpt-1.1/Makefile.in-527-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gpt-1.1/Makefile.in-537-	fi
gpt-1.1/Makefile.in:538:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gpt-1.1/Makefile.in-539-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gpt-1.1/aclocal.m4-133-done
gpt-1.1/aclocal.m4:134:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
gpt-1.1/aclocal.m4-135-])
##############################################
gpt-1.1/aclocal.m4-417-m4_define([_LT_CONFIG_STATUS_DECLARE],
gpt-1.1/aclocal.m4:418:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
gpt-1.1/aclocal.m4-419-
##############################################
gpt-1.1/aclocal.m4-427-#
gpt-1.1/aclocal.m4:428:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
gpt-1.1/aclocal.m4-429-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gpt-1.1/aclocal.m4-529-]], lt_decl_quote_varnames); do
gpt-1.1/aclocal.m4:530:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gpt-1.1/aclocal.m4-531-    *[[\\\\\\\`\\"\\\$]]*)
gpt-1.1/aclocal.m4:532:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gpt-1.1/aclocal.m4-533-      ;;
##############################################
gpt-1.1/aclocal.m4-542-]], lt_decl_dquote_varnames); do
gpt-1.1/aclocal.m4:543:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
gpt-1.1/aclocal.m4-544-    *[[\\\\\\\`\\"\\\$]]*)
gpt-1.1/aclocal.m4:545:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gpt-1.1/aclocal.m4-546-      ;;
##############################################
gpt-1.1/aclocal.m4-555-*'\\\[$]0 --fallback-echo"')dnl "
gpt-1.1/aclocal.m4:556:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
gpt-1.1/aclocal.m4-557-  ;;
##############################################
gpt-1.1/aclocal.m4-691-
gpt-1.1/aclocal.m4:692:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gpt-1.1/aclocal.m4-693-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gpt-1.1/aclocal.m4-1038-    }'
gpt-1.1/aclocal.m4:1039:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/aclocal.m4-1040-# Check for a 64-bit object if we didn't find anything.
gpt-1.1/aclocal.m4-1041-if test -z "$aix_libpath"; then
gpt-1.1/aclocal.m4:1042:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gpt-1.1/aclocal.m4-1043-fi],[])
##############################################
gpt-1.1/aclocal.m4-1070-  # Remove one level of quotation (which was required for Make).
gpt-1.1/aclocal.m4:1071:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
gpt-1.1/aclocal.m4-1072-  ;;
##############################################
gpt-1.1/aclocal.m4-1081-  :
gpt-1.1/aclocal.m4:1082:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
gpt-1.1/aclocal.m4-1083-  # Yippee, $ECHO works!
##############################################
gpt-1.1/aclocal.m4-1107-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
gpt-1.1/aclocal.m4:1108:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
gpt-1.1/aclocal.m4-1109-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
gpt-1.1/aclocal.m4-1115-
gpt-1.1/aclocal.m4:1116:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/aclocal.m4:1117:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/aclocal.m4-1118-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1130-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
gpt-1.1/aclocal.m4:1131:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
gpt-1.1/aclocal.m4:1132:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/aclocal.m4-1133-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1142-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/aclocal.m4:1143:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/aclocal.m4-1144-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1157-        ECHO='printf %s\n'
gpt-1.1/aclocal.m4:1158:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
gpt-1.1/aclocal.m4:1159:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
gpt-1.1/aclocal.m4-1160-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1162-	  :
gpt-1.1/aclocal.m4:1163:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gpt-1.1/aclocal.m4-1164-	     test "X$echo_testing_string" = 'X\t' &&
gpt-1.1/aclocal.m4:1165:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/aclocal.m4-1166-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1171-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
gpt-1.1/aclocal.m4:1172:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
gpt-1.1/aclocal.m4-1173-	     test "X$echo_testing_string" = 'X\t' &&
gpt-1.1/aclocal.m4:1174:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
gpt-1.1/aclocal.m4-1175-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
gpt-1.1/aclocal.m4-1181-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
gpt-1.1/aclocal.m4:1182:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
gpt-1.1/aclocal.m4-1183-	    then
##############################################
gpt-1.1/aclocal.m4-1189-	  if test "$prev" != 'sed 50q "[$]0"'; then
gpt-1.1/aclocal.m4:1190:	    echo_test_string=`eval $prev`
gpt-1.1/aclocal.m4-1191-	    export echo_test_string
##############################################
gpt-1.1/aclocal.m4-1232-  if AC_TRY_EVAL(ac_compile); then
gpt-1.1/aclocal.m4:1233:    case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/aclocal.m4-1234-      *ELF-32*)
##############################################
gpt-1.1/aclocal.m4-1248-    if test "$lt_cv_prog_gnu_ld" = yes; then
gpt-1.1/aclocal.m4:1249:      case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/aclocal.m4-1250-	*32-bit*)
##############################################
gpt-1.1/aclocal.m4-1260-    else
gpt-1.1/aclocal.m4:1261:      case `/usr/bin/file conftest.$ac_objext` in
gpt-1.1/aclocal.m4-1262-	*32-bit*)
##############################################
gpt-1.1/aclocal.m4-1552-    # And add a safety zone
gpt-1.1/aclocal.m4:1553:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpt-1.1/aclocal.m4:1554:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpt-1.1/aclocal.m4-1555-    ;;
##############################################
gpt-1.1/aclocal.m4-1580-    if test -n "$kargmax"; then
gpt-1.1/aclocal.m4:1581:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gpt-1.1/aclocal.m4-1582-    else
##############################################
gpt-1.1/aclocal.m4-1588-    if test -n "$lt_cv_sys_max_cmd_len"; then
gpt-1.1/aclocal.m4:1589:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gpt-1.1/aclocal.m4:1590:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gpt-1.1/aclocal.m4-1591-    else
##############################################
gpt-1.1/aclocal.m4-1600-      # we can't tell.
gpt-1.1/aclocal.m4:1601:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
gpt-1.1/aclocal.m4-1602-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gpt-1.1/aclocal.m4-1604-      do
gpt-1.1/aclocal.m4:1605:        i=`expr $i + 1`
gpt-1.1/aclocal.m4-1606-        teststring=$teststring$teststring
##############################################
gpt-1.1/aclocal.m4-1608-      # Only check the string length outside the loop.
gpt-1.1/aclocal.m4:1609:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gpt-1.1/aclocal.m4-1610-      teststring=
##############################################
gpt-1.1/aclocal.m4-1613-      # linker.  It appears as though 1/2 is a usable value.
gpt-1.1/aclocal.m4:1614:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gpt-1.1/aclocal.m4-1615-    fi
##############################################
gpt-1.1/aclocal.m4-1928-  if test "$hard_links" = no; then
gpt-1.1/aclocal.m4:1929:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gpt-1.1/aclocal.m4-1930-    need_locks=warn
##############################################
gpt-1.1/aclocal.m4-2054-  esac
gpt-1.1/aclocal.m4:2055:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gpt-1.1/aclocal.m4-2056-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
gpt-1.1/aclocal.m4-2060-    # okay in the real world where ";" in dirpaths is itself problematic.
gpt-1.1/aclocal.m4:2061:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
gpt-1.1/aclocal.m4-2062-  else
gpt-1.1/aclocal.m4:2063:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gpt-1.1/aclocal.m4-2064-  fi
##############################################
gpt-1.1/aclocal.m4-2067-  lt_tmp_lt_search_path_spec=
gpt-1.1/aclocal.m4:2068:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gpt-1.1/aclocal.m4-2069-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gpt-1.1/aclocal.m4-2096-}'`
gpt-1.1/aclocal.m4:2097:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
gpt-1.1/aclocal.m4-2098-else
##############################################
gpt-1.1/aclocal.m4-2184-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gpt-1.1/aclocal.m4:2185:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gpt-1.1/aclocal.m4-2186-    ;;
##############################################
gpt-1.1/aclocal.m4-2219-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gpt-1.1/aclocal.m4:2220:    postinstall_cmds='base_file=`basename \${file}`~
gpt-1.1/aclocal.m4:2221:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gpt-1.1/aclocal.m4:2222:      dldir=$destdir/`dirname \$dlpath`~
gpt-1.1/aclocal.m4-2223-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gpt-1.1/aclocal.m4-2228-      fi'
gpt-1.1/aclocal.m4:2229:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gpt-1.1/aclocal.m4-2230-      dlpath=$dir/\$dldll~
##############################################
gpt-1.1/aclocal.m4-2236-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gpt-1.1/aclocal.m4:2237:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/aclocal.m4-2238-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
gpt-1.1/aclocal.m4-2241-      # MinGW DLLs use traditional 'lib' prefix
gpt-1.1/aclocal.m4:2242:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/aclocal.m4:2243:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
gpt-1.1/aclocal.m4-2244-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
gpt-1.1/aclocal.m4-2250-        # which wouldn't understand a cygwinified path. Ahh.
gpt-1.1/aclocal.m4:2251:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gpt-1.1/aclocal.m4-2252-      else
gpt-1.1/aclocal.m4:2253:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
gpt-1.1/aclocal.m4-2254-      fi
##############################################
gpt-1.1/aclocal.m4-2257-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gpt-1.1/aclocal.m4:2258:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gpt-1.1/aclocal.m4-2259-      ;;
##############################################
gpt-1.1/aclocal.m4-2263-  *)
gpt-1.1/aclocal.m4:2264:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gpt-1.1/aclocal.m4-2265-    ;;
##############################################
gpt-1.1/aclocal.m4-2280-  shlibpath_var=DYLD_LIBRARY_PATH
gpt-1.1/aclocal.m4:2281:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gpt-1.1/aclocal.m4-2282-m4_if([$1], [],[
##############################################
gpt-1.1/aclocal.m4-2481-  if test -f /etc/ld.so.conf; then
gpt-1.1/aclocal.m4:2482:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
gpt-1.1/aclocal.m4-2483-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gpt-1.1/aclocal.m4-2555-  shlibpath_var=LD_LIBRARY_PATH
gpt-1.1/aclocal.m4:2556:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/aclocal.m4-2557-    case $host_os in
##############################################
gpt-1.1/aclocal.m4-2770-	"file_magic "*)
gpt-1.1/aclocal.m4:2771:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gpt-1.1/aclocal.m4-2772-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gpt-1.1/aclocal.m4-2852-    # gcc leaves a trailing carriage return which upsets mingw
gpt-1.1/aclocal.m4:2853:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gpt-1.1/aclocal.m4-2854-  *)
gpt-1.1/aclocal.m4:2855:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gpt-1.1/aclocal.m4-2856-  esac
##############################################
gpt-1.1/aclocal.m4-2861-      # Canonicalize the pathname of ld
gpt-1.1/aclocal.m4:2862:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gpt-1.1/aclocal.m4-2863-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gpt-1.1/aclocal.m4:2864:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gpt-1.1/aclocal.m4-2865-      done
##############################################
gpt-1.1/aclocal.m4-2892-      # Break only if it was the GNU/non-GNU ld that we prefer.
gpt-1.1/aclocal.m4:2893:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gpt-1.1/aclocal.m4-2894-      *GNU* | *'with BFD'*)
##############################################
gpt-1.1/aclocal.m4-2932-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gpt-1.1/aclocal.m4:2933:case `$LD -v 2>&1 </dev/null` in
gpt-1.1/aclocal.m4-2934-*GNU* | *'with BFD'*)
##############################################
gpt-1.1/aclocal.m4-3116-openbsd*)
gpt-1.1/aclocal.m4:3117:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/aclocal.m4-3118-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gpt-1.1/aclocal.m4-3207-	# Tru64's nm complains that /dev/null is an invalid object file
gpt-1.1/aclocal.m4:3208:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gpt-1.1/aclocal.m4-3209-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gpt-1.1/aclocal.m4-3213-	*)
gpt-1.1/aclocal.m4:3214:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gpt-1.1/aclocal.m4-3215-	  */dev/null*)
##############################################
gpt-1.1/aclocal.m4-3378-# If we're using GNU nm, then use its standard symbol codes.
gpt-1.1/aclocal.m4:3379:case `$NM -V 2>&1` in
gpt-1.1/aclocal.m4-3380-*GNU* | *'with BFD'*)
##############################################
gpt-1.1/aclocal.m4-3396-mingw*)
gpt-1.1/aclocal.m4:3397:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gpt-1.1/aclocal.m4-3398-  ;;
##############################################
gpt-1.1/aclocal.m4-3447-    nlist=conftest.nm
gpt-1.1/aclocal.m4:3448:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
gpt-1.1/aclocal.m4-3449-      # Try sorting and uniquifying the output.
##############################################
gpt-1.1/aclocal.m4-3754-	  *)
gpt-1.1/aclocal.m4:3755:	    case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/aclocal.m4-3756-	    *Sun\ C*)
##############################################
gpt-1.1/aclocal.m4-4038-      *)
gpt-1.1/aclocal.m4:4039:	case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/aclocal.m4-4040-	*Sun\ C*)
##############################################
gpt-1.1/aclocal.m4-4293-    supports_anon_versioning=no
gpt-1.1/aclocal.m4:4294:    case `$LD -v 2>&1` in
gpt-1.1/aclocal.m4-4295-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gpt-1.1/aclocal.m4-4359-	# is EXPORTS), use it as is; otherwise, prepend...
gpt-1.1/aclocal.m4:4360:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpt-1.1/aclocal.m4-4361-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gpt-1.1/aclocal.m4-4382-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpt-1.1/aclocal.m4:4383:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/aclocal.m4:4384:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/aclocal.m4-4385-      ;;
##############################################
gpt-1.1/aclocal.m4-4400-        pgcc*)				# Portland Group C compiler
gpt-1.1/aclocal.m4:4401:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/aclocal.m4-4402-	  tmp_addflag=' $pic_flag'
##############################################
gpt-1.1/aclocal.m4-4404-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
gpt-1.1/aclocal.m4:4405:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/aclocal.m4-4406-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gpt-1.1/aclocal.m4-4419-	esac
gpt-1.1/aclocal.m4:4420:	case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/aclocal.m4-4421-	*Sun\ C*)			# Sun C 5.9
gpt-1.1/aclocal.m4:4422:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/aclocal.m4-4423-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gpt-1.1/aclocal.m4-4488-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gpt-1.1/aclocal.m4:4489:      case `$LD -v 2>&1` in
gpt-1.1/aclocal.m4-4490-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gpt-1.1/aclocal.m4-4609-	# below for broken collect2 doesn't work under 4.3+
gpt-1.1/aclocal.m4:4610:	  collect2name=`${CC} -print-prog-name=collect2`
gpt-1.1/aclocal.m4-4611-	  if test -f "$collect2name" &&
##############################################
gpt-1.1/aclocal.m4-4659-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gpt-1.1/aclocal.m4:4660:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpt-1.1/aclocal.m4-4661-      else
##############################################
gpt-1.1/aclocal.m4-4714-      # FIXME: Setting linknames here is a bad hack.
gpt-1.1/aclocal.m4:4715:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
gpt-1.1/aclocal.m4-4716-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
gpt-1.1/aclocal.m4-4719-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
gpt-1.1/aclocal.m4:4720:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
gpt-1.1/aclocal.m4-4721-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
gpt-1.1/aclocal.m4-4849-      if test "$GCC" = yes; then
gpt-1.1/aclocal.m4:4850:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-4851-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gpt-1.1/aclocal.m4-4856-        AC_LINK_IFELSE(int foo(void) {},
gpt-1.1/aclocal.m4:4857:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gpt-1.1/aclocal.m4-4858-        )
##############################################
gpt-1.1/aclocal.m4-4860-      else
gpt-1.1/aclocal.m4:4861:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4:4862:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gpt-1.1/aclocal.m4-4863-      fi
##############################################
gpt-1.1/aclocal.m4-4897-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gpt-1.1/aclocal.m4:4898:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/aclocal.m4-4899-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gpt-1.1/aclocal.m4-4930-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/aclocal.m4:4931:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-4932-      else
gpt-1.1/aclocal.m4-4933-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpt-1.1/aclocal.m4:4934:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-4935-      fi
##############################################
gpt-1.1/aclocal.m4-4943-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/aclocal.m4:4944:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-4945-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gpt-1.1/aclocal.m4-4947-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpt-1.1/aclocal.m4:4948:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4:4949:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gpt-1.1/aclocal.m4:4950:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gpt-1.1/aclocal.m4-4951-
##############################################
gpt-1.1/aclocal.m4-4966-      else
gpt-1.1/aclocal.m4:4967:	case `$CC -V 2>&1` in
gpt-1.1/aclocal.m4-4968-	*"Compilers 5.0"*)
##############################################
gpt-1.1/aclocal.m4-5158-        _LT_TAGVAR(allow_undefined_flag, $1)=
gpt-1.1/aclocal.m4:5159:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gpt-1.1/aclocal.m4-5160-        then
##############################################
gpt-1.1/aclocal.m4-5468-        # ancient GNU ld didn't support --whole-archive et. al.
gpt-1.1/aclocal.m4:5469:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gpt-1.1/aclocal.m4-5470-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gpt-1.1/aclocal.m4-5551-          # below for broken collect2 doesn't work under 4.3+
gpt-1.1/aclocal.m4:5552:	  collect2name=`${CC} -print-prog-name=collect2`
gpt-1.1/aclocal.m4-5553-	  if test -f "$collect2name" &&
##############################################
gpt-1.1/aclocal.m4-5601-
gpt-1.1/aclocal.m4:5602:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gpt-1.1/aclocal.m4-5603-        else
##############################################
gpt-1.1/aclocal.m4-5658-          # is EXPORTS), use it as is; otherwise, prepend...
gpt-1.1/aclocal.m4:5659:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gpt-1.1/aclocal.m4-5660-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
gpt-1.1/aclocal.m4-5734-            # dependencies.
gpt-1.1/aclocal.m4:5735:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/aclocal.m4-5736-            ;;
##############################################
gpt-1.1/aclocal.m4-5799-	    # dependencies.
gpt-1.1/aclocal.m4:5800:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/aclocal.m4-5801-	    ;;
##############################################
gpt-1.1/aclocal.m4-5835-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gpt-1.1/aclocal.m4:5836:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/aclocal.m4:5837:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gpt-1.1/aclocal.m4-5838-	;;
##############################################
gpt-1.1/aclocal.m4-5842-	    # SGI C++
gpt-1.1/aclocal.m4:5843:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-5844-
##############################################
gpt-1.1/aclocal.m4-5853-	      if test "$with_gnu_ld" = no; then
gpt-1.1/aclocal.m4:5854:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-5855-	      else
gpt-1.1/aclocal.m4:5856:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
gpt-1.1/aclocal.m4-5857-	      fi
##############################################
gpt-1.1/aclocal.m4-5874-	    # to its proper name (with version) after linking.
gpt-1.1/aclocal.m4:5875:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gpt-1.1/aclocal.m4:5876:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gpt-1.1/aclocal.m4-5877-	    # Commands to make compiler produce verbose output that lists
##############################################
gpt-1.1/aclocal.m4-5884-	    # dependencies.
gpt-1.1/aclocal.m4:5885:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/aclocal.m4-5886-
##############################################
gpt-1.1/aclocal.m4-5899-	    # earlier do not add the objects themselves.
gpt-1.1/aclocal.m4:5900:	    case `$CC -V 2>&1` in
gpt-1.1/aclocal.m4-5901-	      *"Version 7."*)
##############################################
gpt-1.1/aclocal.m4-5920-            # Portland Group C++ compiler
gpt-1.1/aclocal.m4:5921:	    case `$CC -V` in
gpt-1.1/aclocal.m4-5922-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
gpt-1.1/aclocal.m4-5925-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gpt-1.1/aclocal.m4:5926:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
gpt-1.1/aclocal.m4-5927-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gpt-1.1/aclocal.m4-5929-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gpt-1.1/aclocal.m4:5930:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
gpt-1.1/aclocal.m4-5931-		$RANLIB $oldlib'
##############################################
gpt-1.1/aclocal.m4-5934-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpt-1.1/aclocal.m4:5935:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gpt-1.1/aclocal.m4-5936-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gpt-1.1/aclocal.m4-5938-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gpt-1.1/aclocal.m4:5939:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gpt-1.1/aclocal.m4-5940-	      ;;
##############################################
gpt-1.1/aclocal.m4-5948-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gpt-1.1/aclocal.m4:5949:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/aclocal.m4-5950-            ;;
##############################################
gpt-1.1/aclocal.m4-5967-	    # dependencies.
gpt-1.1/aclocal.m4:5968:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/aclocal.m4-5969-	    ;;
##############################################
gpt-1.1/aclocal.m4-5982-	  *)
gpt-1.1/aclocal.m4:5983:	    case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/aclocal.m4-5984-	    *Sun\ C*)
##############################################
gpt-1.1/aclocal.m4-5989-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gpt-1.1/aclocal.m4:5990:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
gpt-1.1/aclocal.m4-5991-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gpt-1.1/aclocal.m4-6059-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gpt-1.1/aclocal.m4:6060:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gpt-1.1/aclocal.m4-6061-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gpt-1.1/aclocal.m4-6078-	    # to its proper name (with version) after linking.
gpt-1.1/aclocal.m4:6079:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gpt-1.1/aclocal.m4-6080-
##############################################
gpt-1.1/aclocal.m4-6099-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gpt-1.1/aclocal.m4:6100:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-6101-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gpt-1.1/aclocal.m4-6104-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gpt-1.1/aclocal.m4:6105:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4:6106:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gpt-1.1/aclocal.m4-6107-	          echo "-hidden">> $lib.exp~
gpt-1.1/aclocal.m4:6108:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
gpt-1.1/aclocal.m4-6109-	          $RM $lib.exp'
##############################################
gpt-1.1/aclocal.m4-6123-	    # dependencies.
gpt-1.1/aclocal.m4:6124:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
gpt-1.1/aclocal.m4-6125-	    ;;
##############################################
gpt-1.1/aclocal.m4-6130-	        osf3*)
gpt-1.1/aclocal.m4:6131:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-6132-		  ;;
gpt-1.1/aclocal.m4-6133-	        *)
gpt-1.1/aclocal.m4:6134:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gpt-1.1/aclocal.m4-6135-		  ;;
##############################################
gpt-1.1/aclocal.m4-6429-
gpt-1.1/aclocal.m4:6430:  for p in `eval "$output_verbose_link_cmd"`; do
gpt-1.1/aclocal.m4-6431-    case $p in
##############################################
gpt-1.1/aclocal.m4-6515-linux*)
gpt-1.1/aclocal.m4:6516:  case `$CC -V 2>&1 | sed 5q` in
gpt-1.1/aclocal.m4-6517-  *Sun\ C*)
##############################################
gpt-1.1/aclocal.m4-6566-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gpt-1.1/aclocal.m4:6567: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gpt-1.1/aclocal.m4-6568-fi
##############################################
gpt-1.1/aclocal.m4-7100-    test $lt_ac_count -gt 10 && break
gpt-1.1/aclocal.m4:7101:    lt_ac_count=`expr $lt_ac_count + 1`
gpt-1.1/aclocal.m4-7102-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gpt-1.1/aclocal.m4-7275-  # Extract subdirectory from the argument.
gpt-1.1/aclocal.m4:7276:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
gpt-1.1/aclocal.m4-7277-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
gpt-1.1/aclocal.m4-7286-{
gpt-1.1/aclocal.m4:7287:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
gpt-1.1/aclocal.m4-7288-}
##############################################
gpt-1.1/aclocal.m4-7316-{
gpt-1.1/aclocal.m4:7317:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
gpt-1.1/aclocal.m4:7318:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
gpt-1.1/aclocal.m4-7319-}
##############################################
gpt-1.1/aclocal.m4-7323-{
gpt-1.1/aclocal.m4:7324:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
gpt-1.1/aclocal.m4-7325-}
##############################################
gpt-1.1/aclocal.m4-7329-{
gpt-1.1/aclocal.m4:7330:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
gpt-1.1/aclocal.m4-7331-}
##############################################
gpt-1.1/aclocal.m4-7335-{
gpt-1.1/aclocal.m4:7336:  func_arith_result=`expr "$[@]"`
gpt-1.1/aclocal.m4-7337-}
##############################################
gpt-1.1/aclocal.m4-7342-{
gpt-1.1/aclocal.m4:7343:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
gpt-1.1/aclocal.m4-7344-}
##############################################
gpt-1.1/aclocal.m4-7805-m4_define([lt_combine],
gpt-1.1/aclocal.m4:7806:[m4_if(m4_eval([$# > 3]), [1],
gpt-1.1/aclocal.m4-7807-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gpt-1.1/aclocal.m4-8008-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gpt-1.1/aclocal.m4:8009:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gpt-1.1/aclocal.m4-8010-#
##############################################
gpt-1.1/aclocal.m4-8032-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gpt-1.1/aclocal.m4:8033:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gpt-1.1/aclocal.m4-8034-# and then we would define $MISSING as
##############################################
gpt-1.1/aclocal.m4-8048-# expand $ac_aux_dir to an absolute path
gpt-1.1/aclocal.m4:8049:am_aux_dir=`cd $ac_aux_dir && pwd`
gpt-1.1/aclocal.m4-8050-])
##############################################
gpt-1.1/aclocal.m4-8146-  if test "$am_compiler_list" = ""; then
gpt-1.1/aclocal.m4:8147:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gpt-1.1/aclocal.m4-8148-  fi
##############################################
gpt-1.1/aclocal.m4-8256-  # Strip MF so we end up with the name of the file.
gpt-1.1/aclocal.m4:8257:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gpt-1.1/aclocal.m4-8258-  # Check whether this is an Automake generated Makefile or not.
##############################################
gpt-1.1/aclocal.m4-8264-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
gpt-1.1/aclocal.m4:8265:    dirpart=`AS_DIRNAME("$mf")`
gpt-1.1/aclocal.m4-8266-  else
##############################################
gpt-1.1/aclocal.m4-8270-  # from the Makefile without running `make'.
gpt-1.1/aclocal.m4:8271:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gpt-1.1/aclocal.m4-8272-  test -z "$DEPDIR" && continue
gpt-1.1/aclocal.m4:8273:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gpt-1.1/aclocal.m4-8274-  test -z "am__include" && continue
gpt-1.1/aclocal.m4:8275:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gpt-1.1/aclocal.m4-8276-  # When using ansi2knr, U may be empty or an underscore; expand it
gpt-1.1/aclocal.m4:8277:  U=`sed -n 's/^U = //p' < "$mf"`
gpt-1.1/aclocal.m4-8278-  # Find all dependency output files, they are included files with
##############################################
gpt-1.1/aclocal.m4-8286-    test -f "$dirpart/$file" && continue
gpt-1.1/aclocal.m4:8287:    fdir=`AS_DIRNAME(["$file"])`
gpt-1.1/aclocal.m4-8288-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
gpt-1.1/aclocal.m4-8341-# test to see if srcdir already configured
gpt-1.1/aclocal.m4:8342:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gpt-1.1/aclocal.m4-8343-   test -f $srcdir/config.status; then
##############################################
gpt-1.1/aclocal.m4-8417-    * )
gpt-1.1/aclocal.m4:8418:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gpt-1.1/aclocal.m4-8419-  esac
gpt-1.1/aclocal.m4-8420-done
gpt-1.1/aclocal.m4:8421:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
gpt-1.1/aclocal.m4-8422-
##############################################
gpt-1.1/aclocal.m4-8489-# case it prints its new name instead of `make'.
gpt-1.1/aclocal.m4:8490:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gpt-1.1/aclocal.m4-8491-   am__include=include
##############################################
gpt-1.1/aclocal.m4-8497-   echo '.include "confinc"' > confmf
gpt-1.1/aclocal.m4:8498:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gpt-1.1/aclocal.m4-8499-      am__include=.include
##############################################
gpt-1.1/aclocal.m4-8664-if (
gpt-1.1/aclocal.m4:8665:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gpt-1.1/aclocal.m4-8666-   if test "$[*]" = "X"; then
gpt-1.1/aclocal.m4-8667-      # -L didn't work.
gpt-1.1/aclocal.m4:8668:      set X `ls -t $srcdir/configure conftest.file`
gpt-1.1/aclocal.m4-8669-   fi
##############################################
gpt-1.1/config.guess-40-
gpt-1.1/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
gpt-1.1/config.guess-42-
##############################################
gpt-1.1/config.guess-110-: ${TMPDIR=/tmp} ;
gpt-1.1/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gpt-1.1/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gpt-1.1/config.guess-196-	    *)
gpt-1.1/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gpt-1.1/config.guess-198-		;;
##############################################
gpt-1.1/config.guess-223-	*4.0)
gpt-1.1/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gpt-1.1/config.guess-225-		;;
gpt-1.1/config.guess-226-	*5.*)
gpt-1.1/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gpt-1.1/config.guess-228-		;;
##############################################
gpt-1.1/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
gpt-1.1/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gpt-1.1/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
gpt-1.1/config.guess-271-	# 1.2 uses "1.2" for uname -r.
gpt-1.1/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gpt-1.1/config.guess-273-	exit ;;
##############################################
gpt-1.1/config.guess-328-    s390x:SunOS:*:*)
gpt-1.1/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-330-	exit ;;
gpt-1.1/config.guess-331-    sun4H:SunOS:5.*:*)
gpt-1.1/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-333-	exit ;;
gpt-1.1/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gpt-1.1/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-336-	exit ;;
##############################################
gpt-1.1/config.guess-353-	fi
gpt-1.1/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-355-	exit ;;
##############################################
gpt-1.1/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
gpt-1.1/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-361-	exit ;;
##############################################
gpt-1.1/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
gpt-1.1/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gpt-1.1/config.guess-370-	exit ;;
##############################################
gpt-1.1/config.guess-374-    sun*:*:4.2BSD:*)
gpt-1.1/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gpt-1.1/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gpt-1.1/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gpt-1.1/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gpt-1.1/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gpt-1.1/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gpt-1.1/config.guess-512-    *:IRIX*:*:*)
gpt-1.1/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gpt-1.1/config.guess-514-	exit ;;
##############################################
gpt-1.1/config.guess-542-EOF
gpt-1.1/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gpt-1.1/config.guess-544-		then
##############################################
gpt-1.1/config.guess-555-    *:AIX:*:[456])
gpt-1.1/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gpt-1.1/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gpt-1.1/config.guess-590-    9000/[34678]??:HP-UX:*:*)
gpt-1.1/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gpt-1.1/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
gpt-1.1/config.guess-644-EOF
gpt-1.1/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gpt-1.1/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gpt-1.1/config.guess-672-    ia64:HP-UX:*:*)
gpt-1.1/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gpt-1.1/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gpt-1.1/config.guess-702-EOF
gpt-1.1/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gpt-1.1/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gpt-1.1/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gpt-1.1/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gpt-1.1/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gpt-1.1/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gpt-1.1/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gpt-1.1/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gpt-1.1/config.guess-793-	    pc98)
gpt-1.1/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gpt-1.1/config.guess-795-	    amd64)
gpt-1.1/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gpt-1.1/config.guess-797-	    *)
gpt-1.1/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gpt-1.1/config.guess-799-	esac
##############################################
gpt-1.1/config.guess-847-    prep*:SunOS:5.*:*)
gpt-1.1/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gpt-1.1/config.guess-849-	exit ;;
##############################################
gpt-1.1/config.guess-851-	# the GNU system
gpt-1.1/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gpt-1.1/config.guess-853-	exit ;;
##############################################
gpt-1.1/config.guess-855-	# other systems with GNU libc and userland
gpt-1.1/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gpt-1.1/config.guess-857-	exit ;;
##############################################
gpt-1.1/config.guess-904-EOF
gpt-1.1/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gpt-1.1/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
gpt-1.1/config.guess-932-EOF
gpt-1.1/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gpt-1.1/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
gpt-1.1/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gpt-1.1/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gpt-1.1/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gpt-1.1/config.guess-1281-    *:DragonFly:*:*)
gpt-1.1/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gpt-1.1/config.guess-1283-	exit ;;
##############################################
gpt-1.1/config.guess-1294-    i*86:skyos:*:*)
gpt-1.1/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gpt-1.1/config.guess-1296-	exit ;;
##############################################
gpt-1.1/config.guess-1422-
gpt-1.1/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gpt-1.1/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gpt-1.1/INSTALL-13-
gpt-1.1/INSTALL:14:    - NASM - The Netwide Assembler (testado com v0.89.39):
gpt-1.1/INSTALL-15-        Assembler usado para compilação.
##############################################
gpt-1.1/doc/man/pt_BR/Makefile.in-232-	  else file=$$i; fi; \
gpt-1.1/doc/man/pt_BR/Makefile.in:233:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in-234-	  case "$$ext" in \
##############################################
gpt-1.1/doc/man/pt_BR/Makefile.in-237-	  esac; \
gpt-1.1/doc/man/pt_BR/Makefile.in:238:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in:239:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in:240:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gpt-1.1/doc/man/pt_BR/Makefile.in-241-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gpt-1.1/doc/man/pt_BR/Makefile.in-253-	for i in $$list; do \
gpt-1.1/doc/man/pt_BR/Makefile.in:254:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in-255-	  case "$$ext" in \
##############################################
gpt-1.1/doc/man/pt_BR/Makefile.in-258-	  esac; \
gpt-1.1/doc/man/pt_BR/Makefile.in:259:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in:260:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in:261:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gpt-1.1/doc/man/pt_BR/Makefile.in-262-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gpt-1.1/doc/man/pt_BR/Makefile.in-272-distdir: $(DISTFILES)
gpt-1.1/doc/man/pt_BR/Makefile.in:273:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in:274:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in-275-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/doc/man/pt_BR/Makefile.in-276-	  case $$file in \
gpt-1.1/doc/man/pt_BR/Makefile.in:277:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/doc/man/pt_BR/Makefile.in:278:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/doc/man/pt_BR/Makefile.in-279-	  esac; \
gpt-1.1/doc/man/pt_BR/Makefile.in-280-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/doc/man/pt_BR/Makefile.in:281:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/doc/man/pt_BR/Makefile.in-282-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/doc/man/pt_BR/gpt.1-87-.SH VEJA TAMBÉM
gpt-1.1/doc/man/pt_BR/gpt.1:88:.BR nasm (1)
gpt-1.1/doc/man/pt_BR/gpt.1-89-
##############################################
gpt-1.1/doc/man/Makefile.in-242-	  else file=$$i; fi; \
gpt-1.1/doc/man/Makefile.in:243:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gpt-1.1/doc/man/Makefile.in-244-	  case "$$ext" in \
##############################################
gpt-1.1/doc/man/Makefile.in-247-	  esac; \
gpt-1.1/doc/man/Makefile.in:248:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gpt-1.1/doc/man/Makefile.in:249:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gpt-1.1/doc/man/Makefile.in:250:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gpt-1.1/doc/man/Makefile.in-251-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gpt-1.1/doc/man/Makefile.in-263-	for i in $$list; do \
gpt-1.1/doc/man/Makefile.in:264:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gpt-1.1/doc/man/Makefile.in-265-	  case "$$ext" in \
##############################################
gpt-1.1/doc/man/Makefile.in-268-	  esac; \
gpt-1.1/doc/man/Makefile.in:269:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gpt-1.1/doc/man/Makefile.in:270:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gpt-1.1/doc/man/Makefile.in:271:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gpt-1.1/doc/man/Makefile.in-272-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gpt-1.1/doc/man/Makefile.in-290-	dot_seen=no; \
gpt-1.1/doc/man/Makefile.in:291:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/doc/man/Makefile.in-292-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gpt-1.1/doc/man/Makefile.in-326-	rev="$$rev ."; \
gpt-1.1/doc/man/Makefile.in:327:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/doc/man/Makefile.in-328-	for subdir in $$rev; do \
##############################################
gpt-1.1/doc/man/Makefile.in-400-GTAGS:
gpt-1.1/doc/man/Makefile.in:401:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/doc/man/Makefile.in-402-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/doc/man/Makefile.in-408-distdir: $(DISTFILES)
gpt-1.1/doc/man/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/man/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/man/Makefile.in-411-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/doc/man/Makefile.in-412-	  case $$file in \
gpt-1.1/doc/man/Makefile.in:413:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/doc/man/Makefile.in:414:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/doc/man/Makefile.in-415-	  esac; \
gpt-1.1/doc/man/Makefile.in-416-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/doc/man/Makefile.in:417:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/doc/man/Makefile.in-418-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/doc/man/Makefile.in-439-	    || exit 1; \
gpt-1.1/doc/man/Makefile.in:440:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gpt-1.1/doc/man/Makefile.in:441:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gpt-1.1/doc/man/Makefile.in-442-	    (cd $$subdir && \
##############################################
gpt-1.1/doc/man/gpt.1-82-.SH SEE ALSO
gpt-1.1/doc/man/gpt.1:83:.BR nasm (1)
gpt-1.1/doc/man/gpt.1-84-
##############################################
gpt-1.1/doc/Makefile.in-241-	dot_seen=no; \
gpt-1.1/doc/Makefile.in:242:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/doc/Makefile.in-243-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gpt-1.1/doc/Makefile.in-277-	rev="$$rev ."; \
gpt-1.1/doc/Makefile.in:278:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/doc/Makefile.in-279-	for subdir in $$rev; do \
##############################################
gpt-1.1/doc/Makefile.in-351-GTAGS:
gpt-1.1/doc/Makefile.in:352:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/doc/Makefile.in-353-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/doc/Makefile.in-359-distdir: $(DISTFILES)
gpt-1.1/doc/Makefile.in:360:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/Makefile.in:361:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/doc/Makefile.in-362-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/doc/Makefile.in-363-	  case $$file in \
gpt-1.1/doc/Makefile.in:364:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/doc/Makefile.in:365:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/doc/Makefile.in-366-	  esac; \
gpt-1.1/doc/Makefile.in-367-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/doc/Makefile.in:368:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/doc/Makefile.in-369-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/doc/Makefile.in-390-	    || exit 1; \
gpt-1.1/doc/Makefile.in:391:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gpt-1.1/doc/Makefile.in:392:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gpt-1.1/doc/Makefile.in-393-	    (cd $$subdir && \
##############################################
gpt-1.1/NEWS-84- * Implementação da geração de código executável (x86, PE/ELF,
gpt-1.1/NEWS:85:   NASM como backend).
gpt-1.1/NEWS-86- * GPT portado para MS Windows (testado com compilador MingW32).
##############################################
gpt-1.1/lib/Makefile.in-49-DIST_SOURCES =
gpt-1.1/lib/Makefile.in:50:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gpt-1.1/lib/Makefile.in-51-am__vpath_adj = case $$p in \
gpt-1.1/lib/Makefile.in:52:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/lib/Makefile.in-53-    *) f=$$p;; \
gpt-1.1/lib/Makefile.in-54-  esac;
gpt-1.1/lib/Makefile.in:55:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gpt-1.1/lib/Makefile.in-56-am__installdirs = "$(DESTDIR)$(packagedir)"
##############################################
gpt-1.1/lib/Makefile.in-251-distdir: $(DISTFILES)
gpt-1.1/lib/Makefile.in:252:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/lib/Makefile.in:253:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/lib/Makefile.in-254-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/lib/Makefile.in-255-	  case $$file in \
gpt-1.1/lib/Makefile.in:256:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/lib/Makefile.in:257:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/lib/Makefile.in-258-	  esac; \
gpt-1.1/lib/Makefile.in-259-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/lib/Makefile.in:260:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/lib/Makefile.in-261-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/ChangeLog-568-	-compilacao do tester.gpt dando segfault. Investigando, a
gpt-1.1/ChangeLog:569:	montagem do nasm -felf gerou program header diferente.
gpt-1.1/ChangeLog-570-	Agora, me parece que o program header no codigo gera o
##############################################
gpt-1.1/ChangeLog-1028-	-implementacao da compilacao com nasm.
gpt-1.1/ChangeLog:1029:	-implementacao do switch -s (salvar .asm source)
gpt-1.1/ChangeLog-1030-	-etc...
##############################################
gpt-1.1/ChangeLog-1184-
gpt-1.1/ChangeLog:1185:	-nasm template das funcoes internas
gpt-1.1/ChangeLog-1186-
##############################################
gpt-1.1/src/Makefile.in-255-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gpt-1.1/src/Makefile.in:256:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gpt-1.1/src/Makefile.in-257-	  if test -f $$p \
##############################################
gpt-1.1/src/Makefile.in-259-	  ; then \
gpt-1.1/src/Makefile.in:260:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
gpt-1.1/src/Makefile.in-261-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gpt-1.1/src/Makefile.in-268-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gpt-1.1/src/Makefile.in:269:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
gpt-1.1/src/Makefile.in-270-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gpt-1.1/src/Makefile.in-275-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gpt-1.1/src/Makefile.in:276:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gpt-1.1/src/Makefile.in-277-	  echo " rm -f $$p $$f"; \
##############################################
gpt-1.1/src/Makefile.in-300-.cpp.obj:
gpt-1.1/src/Makefile.in:301:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/Makefile.in-302-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/Makefile.in-304-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/Makefile.in:305:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/Makefile.in-306-
##############################################
gpt-1.1/src/Makefile.in-338-	dot_seen=no; \
gpt-1.1/src/Makefile.in:339:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/src/Makefile.in-340-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gpt-1.1/src/Makefile.in-374-	rev="$$rev ."; \
gpt-1.1/src/Makefile.in:375:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/src/Makefile.in-376-	for subdir in $$rev; do \
##############################################
gpt-1.1/src/Makefile.in-448-GTAGS:
gpt-1.1/src/Makefile.in:449:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/Makefile.in-450-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/Makefile.in-456-distdir: $(DISTFILES)
gpt-1.1/src/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/Makefile.in-459-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/Makefile.in-460-	  case $$file in \
gpt-1.1/src/Makefile.in:461:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/Makefile.in:462:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/Makefile.in-463-	  esac; \
gpt-1.1/src/Makefile.in-464-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/Makefile.in:465:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/Makefile.in-466-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/Makefile.in-487-	    || exit 1; \
gpt-1.1/src/Makefile.in:488:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gpt-1.1/src/Makefile.in:489:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gpt-1.1/src/Makefile.in-490-	    (cd $$subdir && \
##############################################
gpt-1.1/src/modules/interpreter/Makefile.in-252-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/interpreter/Makefile.in:253:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/interpreter/Makefile.in-254-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/interpreter/Makefile.in-278-.cpp.obj:
gpt-1.1/src/modules/interpreter/Makefile.in:279:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/modules/interpreter/Makefile.in-280-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/modules/interpreter/Makefile.in-282-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/modules/interpreter/Makefile.in:283:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/modules/interpreter/Makefile.in-284-
##############################################
gpt-1.1/src/modules/interpreter/Makefile.in-342-GTAGS:
gpt-1.1/src/modules/interpreter/Makefile.in:343:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/modules/interpreter/Makefile.in-344-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/modules/interpreter/Makefile.in-350-distdir: $(DISTFILES)
gpt-1.1/src/modules/interpreter/Makefile.in:351:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/interpreter/Makefile.in:352:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/interpreter/Makefile.in-353-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/modules/interpreter/Makefile.in-354-	  case $$file in \
gpt-1.1/src/modules/interpreter/Makefile.in:355:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/interpreter/Makefile.in:356:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/modules/interpreter/Makefile.in-357-	  esac; \
gpt-1.1/src/modules/interpreter/Makefile.in-358-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/modules/interpreter/Makefile.in:359:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/modules/interpreter/Makefile.in-360-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/modules/x86/Makefile.in-247-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/x86/Makefile.in:248:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/x86/Makefile.in-249-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/x86/Makefile.in-272-.cpp.obj:
gpt-1.1/src/modules/x86/Makefile.in:273:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/modules/x86/Makefile.in-274-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/modules/x86/Makefile.in-276-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/modules/x86/Makefile.in:277:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/modules/x86/Makefile.in-278-
##############################################
gpt-1.1/src/modules/x86/Makefile.in-336-GTAGS:
gpt-1.1/src/modules/x86/Makefile.in:337:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/modules/x86/Makefile.in-338-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/modules/x86/Makefile.in-344-distdir: $(DISTFILES)
gpt-1.1/src/modules/x86/Makefile.in:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/x86/Makefile.in:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/x86/Makefile.in-347-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/modules/x86/Makefile.in-348-	  case $$file in \
gpt-1.1/src/modules/x86/Makefile.in:349:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/x86/Makefile.in:350:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/modules/x86/Makefile.in-351-	  esac; \
gpt-1.1/src/modules/x86/Makefile.in-352-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/modules/x86/Makefile.in:353:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/modules/x86/Makefile.in-354-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/modules/Makefile.in-50-CONFIG_CLEAN_FILES =
gpt-1.1/src/modules/Makefile.in:51:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gpt-1.1/src/modules/Makefile.in-52-am__vpath_adj = case $$p in \
gpt-1.1/src/modules/Makefile.in:53:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/Makefile.in-54-    *) f=$$p;; \
gpt-1.1/src/modules/Makefile.in-55-  esac;
gpt-1.1/src/modules/Makefile.in:56:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gpt-1.1/src/modules/Makefile.in-57-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
##############################################
gpt-1.1/src/modules/Makefile.in-289-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/Makefile.in:290:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/Makefile.in-291-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/Makefile.in-298-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/Makefile.in:299:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/Makefile.in-300-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/Makefile.in-325-.cpp.obj:
gpt-1.1/src/modules/Makefile.in:326:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/modules/Makefile.in-327-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/modules/Makefile.in-329-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/modules/Makefile.in:330:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/modules/Makefile.in-331-
##############################################
gpt-1.1/src/modules/Makefile.in-380-	dot_seen=no; \
gpt-1.1/src/modules/Makefile.in:381:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/src/modules/Makefile.in-382-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gpt-1.1/src/modules/Makefile.in-416-	rev="$$rev ."; \
gpt-1.1/src/modules/Makefile.in:417:	target=`echo $@ | sed s/-recursive//`; \
gpt-1.1/src/modules/Makefile.in-418-	for subdir in $$rev; do \
##############################################
gpt-1.1/src/modules/Makefile.in-490-GTAGS:
gpt-1.1/src/modules/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/modules/Makefile.in-492-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/modules/Makefile.in-498-distdir: $(DISTFILES)
gpt-1.1/src/modules/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/Makefile.in-501-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/modules/Makefile.in-502-	  case $$file in \
gpt-1.1/src/modules/Makefile.in:503:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/Makefile.in:504:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/modules/Makefile.in-505-	  esac; \
gpt-1.1/src/modules/Makefile.in-506-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/modules/Makefile.in:507:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/modules/Makefile.in-508-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/modules/Makefile.in-529-	    || exit 1; \
gpt-1.1/src/modules/Makefile.in:530:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gpt-1.1/src/modules/Makefile.in:531:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gpt-1.1/src/modules/Makefile.in-532-	    (cd $$subdir && \
##############################################
gpt-1.1/src/modules/parser/Makefile.in-71-DIST_SOURCES = $(libparser_la_SOURCES)
gpt-1.1/src/modules/parser/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gpt-1.1/src/modules/parser/Makefile.in-73-am__vpath_adj = case $$p in \
gpt-1.1/src/modules/parser/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/parser/Makefile.in-75-    *) f=$$p;; \
gpt-1.1/src/modules/parser/Makefile.in-76-  esac;
gpt-1.1/src/modules/parser/Makefile.in:77:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
gpt-1.1/src/modules/parser/Makefile.in-78-am__installdirs = "$(DESTDIR)$(pkgincludedir)" \
##############################################
gpt-1.1/src/modules/parser/Makefile.in-278-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/parser/Makefile.in:279:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/parser/Makefile.in-280-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/parser/Makefile.in-307-.cpp.obj:
gpt-1.1/src/modules/parser/Makefile.in:308:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/modules/parser/Makefile.in-309-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/modules/parser/Makefile.in-311-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/modules/parser/Makefile.in:312:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/modules/parser/Makefile.in-313-
##############################################
gpt-1.1/src/modules/parser/Makefile.in-405-GTAGS:
gpt-1.1/src/modules/parser/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/modules/parser/Makefile.in-407-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/modules/parser/Makefile.in-413-distdir: $(DISTFILES)
gpt-1.1/src/modules/parser/Makefile.in:414:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/parser/Makefile.in:415:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/parser/Makefile.in-416-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/modules/parser/Makefile.in-417-	  case $$file in \
gpt-1.1/src/modules/parser/Makefile.in:418:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/parser/Makefile.in:419:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/modules/parser/Makefile.in-420-	  esac; \
gpt-1.1/src/modules/parser/Makefile.in-421-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/modules/parser/Makefile.in:422:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/modules/parser/Makefile.in-423-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/modules/c_translator/Makefile.in-239-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gpt-1.1/src/modules/c_translator/Makefile.in:240:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gpt-1.1/src/modules/c_translator/Makefile.in-241-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gpt-1.1/src/modules/c_translator/Makefile.in-263-.cpp.obj:
gpt-1.1/src/modules/c_translator/Makefile.in:264:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gpt-1.1/src/modules/c_translator/Makefile.in-265-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gpt-1.1/src/modules/c_translator/Makefile.in-267-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gpt-1.1/src/modules/c_translator/Makefile.in:268:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gpt-1.1/src/modules/c_translator/Makefile.in-269-
##############################################
gpt-1.1/src/modules/c_translator/Makefile.in-327-GTAGS:
gpt-1.1/src/modules/c_translator/Makefile.in:328:	here=`$(am__cd) $(top_builddir) && pwd` \
gpt-1.1/src/modules/c_translator/Makefile.in-329-	  && cd $(top_srcdir) \
##############################################
gpt-1.1/src/modules/c_translator/Makefile.in-335-distdir: $(DISTFILES)
gpt-1.1/src/modules/c_translator/Makefile.in:336:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/c_translator/Makefile.in:337:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gpt-1.1/src/modules/c_translator/Makefile.in-338-	list='$(DISTFILES)'; for file in $$list; do \
gpt-1.1/src/modules/c_translator/Makefile.in-339-	  case $$file in \
gpt-1.1/src/modules/c_translator/Makefile.in:340:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gpt-1.1/src/modules/c_translator/Makefile.in:341:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gpt-1.1/src/modules/c_translator/Makefile.in-342-	  esac; \
gpt-1.1/src/modules/c_translator/Makefile.in-343-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gpt-1.1/src/modules/c_translator/Makefile.in:344:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gpt-1.1/src/modules/c_translator/Makefile.in-345-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gpt-1.1/src/GPT.cpp-202-      stringstream cmd;
gpt-1.1/src/GPT.cpp:203:      cmd << "nasm -O1 -fbin -o \"" << ofname << "\" " << ftmpname;
gpt-1.1/src/GPT.cpp-204-
##############################################
gpt-1.1/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gpt-1.1/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gpt-1.1/depcomp-70-
##############################################
gpt-1.1/depcomp-203-  # Version 6 uses the directory in both cases.
gpt-1.1/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
gpt-1.1/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
gpt-1.1/depcomp-214-  else
gpt-1.1/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
gpt-1.1/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
gpt-1.1/depcomp-228-    # Do two passes, one to just change these to
gpt-1.1/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
gpt-1.1/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gpt-1.1/depcomp-269-  # Do two passes, one to just change these to
gpt-1.1/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
gpt-1.1/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gpt-1.1/depcomp-284-   # Subdirectories are respected.
gpt-1.1/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gpt-1.1/depcomp-286-   test "x$dir" = "x$object" && dir=
gpt-1.1/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gpt-1.1/depcomp-288-
##############################################
gpt-1.1/depcomp-423-  done
gpt-1.1/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gpt-1.1/depcomp-425-  touch "$tmpdepfile"
##############################################
gpt-1.1/configure.ac-97-
gpt-1.1/configure.ac:98:ANTLR_LIB=`${ANTLR_CFG} --libs`
gpt-1.1/configure.ac:99:ANTLR_INC=`${ANTLR_CFG} --cflags`
gpt-1.1/configure.ac-100-
##############################################
gpt-1.1/configure.ac-125-
gpt-1.1/configure.ac:126:PCRE_INC=`${PCRE_CONFIG} --cglags`
gpt-1.1/configure.ac:127:PCRE_LIB="-L`${PCRE_CONFIG} --prefix`/lib -lpcrecpp"
gpt-1.1/configure.ac-128-AC_SUBST(PCRE_INC)
##############################################
gpt-1.1/.pc/gcc-4.7.patch/src/GPT.cpp-201-      stringstream cmd;
gpt-1.1/.pc/gcc-4.7.patch/src/GPT.cpp:202:      cmd << "nasm -O1 -fbin -o \"" << ofname << "\" " << ftmpname;
gpt-1.1/.pc/gcc-4.7.patch/src/GPT.cpp-203-